/* 
 * ------- additional css elements  ---------------------
 */

/*===========================
main-vis
===========================*/

.vis1 .catch {
	position: absolute;
	text-align: left;
	left: 3%;
	top: 35%;
	font-size: 3.2vw;
	line-height:1.4em;
	/* height: 14em;*/
	color:#fff;
	letter-spacing: 0;
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.vis1 .catch span {
	font-size:2.2vw;
}
.subcatch {
	font-size:2.2vw;
	line-height:1.3em;
}
@media screen and (max-width: 768px) {
.vis1 .catch {
	top: 45%;
	font-size: 5.5vw;
}
}

/*
.vis1 .catch {
	text-align: left;
	margin-top: 0;
	margin-left: 2%;
	font-size: 2.8vw;
	line-height:1.2em;

	color:#fff;
	letter-spacing: 0;
	font-family: 'Sawarabi Mincho';

	position: relative;
}
.subcatch {
	font-size:2.4vw;
	line-height: 0;
}

@media screen and (max-width: 768px) {

.vis1 .catch {
	font-size: 4.6vw;
	
}
.subcatch {

}


}


/*===========================
home layout
===========================*/

.home-bg2 {
	background-color: #f6fce8;
}
.home-inner ul.circle {
	position: relative;
}
.home-inner ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.home-inner ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.intro {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 20px 40px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	min-height: 150px;
}
.intro h2 {
     text-align: center;
}
 
.intro h2 span{
     position: relative;
     display: inline-block;
	 font-size:1.5rem;
     padding: 0 0.5em;
}
      
.intro h2 span::before, .intro h2 span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: black;
}
 
.intro h2 span::before {left: 100%;}
.intro h2 span::after { right: 100%;}
.intro .catch {
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.intro .two_third {
	margin-left: 0;
}
.intro img {
	width: 100%;
	height:auto;
}
.intro ul.li_pdf {
	position: relative;
}
.intro ul.li_pdf li {
	padding: 0;
	margin-bottom: 0.7em;
	float: left;
	margin-right: 35px;
}
.intro ul.li_pdf li:before {
	position: relative;
	content: "\f1c1";
	font-family: FontAwesome;
	left: -0.3em;
	font-size: 1.2em;
}
/*===========================
pickup
===========================*/

.pickup1 .pick-a1 {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.pickup1 .pick-b1 {
	width: 48%;
	float: left;
}
 @media screen and (max-width: 500px) {
.pickup1 .pick-a1 {
	width: 100%;
	float: none;
	margin-right: 0;
}
.pickup1 .pick-b1 {
	width: 100%;
	float: none;
}
}
/*===========================
content
===========================*/

.facility-name {
	width: 90px;
	margin: 30px auto;
}
.pic-adjust1 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.pic-adjust1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.pic-adjust1 img {
	width: 400%;
	max-width: none;
}
/*===========================
list
===========================*/

.content ul.check li {
	padding: 0 0 0.5em 1.8em;
}

.content ul.nb_circle li {
	padding: 0 0 0 1.2em;
	margin-bottom: 0;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.6em;
}
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em;
	width: 45%;
}
.content ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3 li {
	float: left;
	padding: 0 0 0.5em 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: 1px dashed #CCC;
	width: 27%;
}
.content ul.check3 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0.2em 30px 0.2em 0;
	margin-right: 35px;
	width: 30%;
}
.content ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 35px;
	width: 13em;
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
 @media screen and (max-width: 768px) {
ul.circle2 li, ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
.small-writeup ul.check2 li {
	float: none;
	position:relative;
	margin-left:10px;
	width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.circle5 li {
	width: 100%;
}
}
/*===========================
table
===========================*/

table th {
	padding: 12px;
	text-align: center;
	vertical-align:middle;
	border-color:#768065;
	background-color: #e3efce;
	color:#333;
}
table td {
	padding: 12px;
	vertical-align:middle;
	background-color:#FFF;
	border-color:#768065;
}
table.table-various1 td.td_right {
	text-align:right;
}
/* 
.content table th {
	padding: 12px;
	vertical-align:middle;
	border-color:#768065;
	background-color: #ddd;
	color:#333;
}
 */
 
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
table th {
	width:100%;
	box-sizing: border-box;
}
table td {
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
}
}
/*===========================
others
===========================*/

.content .flow-down h4, .content .flow-end h4 {
	border-bottom: none !important;
}
/*===========================
others
===========================*/

/* 見出し */

h3.h3_various1 {
  position: relative;
  padding: 1em 0;
}
h3.h3_various1::before,
h3.h3_various1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h3.h3_various1::before {
  top: 0;
  border-top: 2px solid #D9D0C3;
  border-bottom: 1px solid #D9D0C3;
}
h3.h3_various1::after {
  bottom: 0;
  border-top: 1px solid #D9D0C3;
  border-bottom: 2px solid #D9D0C3;
}

h4.various4 {
  padding: .5em .75em;
  background-color: #ede8e2;
  border-bottom: none;
}

/* テキスト */

.tx-signature {
	font-weight:bold;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-right {
	text-align: right;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight:normal;
	line-height:1.1em;
	color: #e68e00;
}
.orange {
	color: #DE3F00;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

#anchor1, #anchor2 {
	padding-top:160px;
	margin-top: -160px;
}

/* ボックス */

.box {
	background-color: #e5efdc;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #e5efdc;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f2f7e8;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f2f7e8;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #a0c47f;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.box4 {
	position: relative;
    margin: 2em 0;
    padding: 40px 20px 20px;
    border: solid 2px #6BB36F;
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 1.3em;
    background: #6BB36F;
    color: #ffffff;
    font-family: 'Noto Sans Japanese';
	font-weight: 500;
}

.small-writeup {
	border: 1px solid #ccc;
	padding: 2em;
	margin-bottom: 0;
}
.small-writeup h3 {
	font-size: 1.2rem;
	margin-bottom: 1em;
}



/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.25em 1em;
	background: #027D4C;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #999;
	transition: all .3s;
	-webkit-transition: all .3s;
	width:100%;
	word-wrap: break-word; 
}
.btn2 a:hover {
	background: #03af6a;
}
.btn3 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	line-height: 35px;
	/*font-size:1.1rem;*/
	position: relative;
	display: inline-block;
	padding: 0.2em 2em;
	background: #027D4C;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #03af6a;
}

/* others */

.pc {
}

.comingsoon {
	border: 1px solid #ddd;
	padding: 5em 2em;
	text-align: center;
}

.pdf {
	background-color:#ffffff;
	display:block;
}
.pdf img:hover, .pdf a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
 @media screen and (max-width: 768px) {
.pc {
	display:none
}
}

/* subnavi */


.subnavi {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin-top: 140px;
}
.subnavi ul {
	margin: 0 auto;
	max-width: 1000px;
}
.subnavi ul li {
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin: 0 15px 0;
}
.subnavi ul li a {
	text-decoration: none;
	padding: 13px 0 11px;
	display: block;
}
.subnavi ul li a:hover {
	color: #999;
}

@media screen and (max-width: 768px) {
.subnavi {
	border-bottom: none;
}
.subnavi ul li {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 0;
}
.subnavi ul li a {
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #DDD;
}
.subnavi ul li.first {
	border-top: none;
}
}


/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	line-height:1.1em;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}

.floatLeft{
	float:left;
	padding-right:20px;
}

 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h2 {
	text-align: center;
}
.floatLeft{
	float: none;
	padding-right:0;
}


}

.bg-white{
	background:rgba(255,255,255,0.6);
	padding:3em;
}

/*******************************
width
*******************************/

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.w80,.w70,.w60,.w50,.w40{
	width: auto;
	margin:auto;
}
}

/*画像保存禁止用*/
img {
  pointer-events: none;
}
.res-img-works {
	 width:400px;
	 height:auto;
}
@media only screen and (max-width: 768px) {
	.res-img-works {
	 width:100%;
	 height:auto;
}
	.lnk-w {
		word-wrap: break-word; 
	}
}
