@charset "utf-8";
/* CSS Document */

@import url("default.css");

@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative|Forum|Oranienbaum&display=swap');



#wrapper {
    margin: 0 auto;
    width: 100%;

}



/* !header
---------------------------------------------------------- */
#header {
	width:100%;

/*	background:url(../img_common/hd_bg.jpg) left top no-repeat;*/
	background-color: #006a60;

	position: relative;
}

#headerIn{

	margin: 0 auto;
}


#header h1 {

	padding-left: 0;
	margin: 0 auto;
	text-align: left;
	font-size: 86%;
	color: #444;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}


	
		
#headerTel{
position: absolute;
right:0;
top: 15px;
	list-style-type: none;
	font-size:170%;
    display: inline-block;
	text-decoration: none;


}

#headerTel li{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
}

#headerTel li a,
#headerTel li span{
	
	text-decoration: none;
	display: block;
}


#headerTel i{
	font-size:120%;
    font-weight: normal;
    margin-right: 0.3em;
    vertical-align:bottom;
transition: 0.5s;
	color: #fff;
}

	

#header.fixed {
  position: fixed;
  top:0;
	height: 80px;
	background-image: none;

	background-color: rgba(0,106,96,0.8);
	z-index: 999;
	

 
}


#header {
	height: 70px;
	background-image: none;
position: absolute;
	top: 0;

	min-width: 0;
}

#headerLogo{
	display: inline-block;
	margin-top: 15px;
	vertical-align: top;
	width:100px;
	margin-left:7px;
}


#headerTel,
#header.fixed #headerTel{

margin-top:0;
position:absolute;
top:14px;
right:1.4em;

}

#headerTel img{

	margin-right:0;


}

#headerTel li{
	margin-left: 0;
margin-right: -5px;
}


	
#headerLogo img {
	width: 100%;
}
	

#headerTel #tlNm {
	font-size: 150%;
	    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 42px;
	background: url(../img_common/hd_ic_tel.png) center center no-repeat;
	background-size: 42px;
	margin-right: 0.5em;

}
	
	#headerTel #tlNm a{
		display: block;
		width: 42px;
		height: 42px;
	}
	
#headerTel i{
margin-top: 5px;

}

#headerTel li#ml a{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 42px;
	background: #FABF2E url(../img_common/sp_header_ml.png) center center no-repeat;
	background-size: 23px;
	line-height: 2.65;
	    padding: 0 1em;
}
	

#header.fixed {
  top:0;
	height: 80px;
 
}
	
#header.fixed #headerIn {
    min-width: 100%; 
	height: 80px;

}

#header.fixed #headerTel li#ml a {	
	border: none;
	line-height: 2.4;
	font-size: 130%;
	}

@media screen and (min-width: 768px), print {

#header {
	height: 80px;
/*min-width: 1450px;*/
	min-width: 1280px;
	z-index: 999;

}
	
#headerTel #tlNm {
	font-size: 150%;
	    text-indent: 0;
    white-space:inherit;
    overflow: hidden;
	width: auto;
	background:none;
	margin-right:0;
	margin-left: 5px;

}	
	
	#headerTel #tlNm a{
		height: 50px;
		width: auto;
	}
	
/*#headerLogo {
	width:144px;
	margin-left:10px;
	margin-top: 10px;
}*/
	
#headerLogo a{
		display: block;
	}	
	
	
#headerLogo {
/*	width:1280px;*/
	margin-left:0;
	margin: 0 auto;
	display: block;
	position:absolute;
  top:12px;
	left: 10px;
		width: 144px;  
/*	right: 0;*/

}
		
	#headerLogo img{
		width: 144px;
/*			margin-top: 10px;*/
	}	
	
#headerTel,
#header.fixed #headerTel{
right:7px;
	float: right;
/*top: calc( 50% - 1.5vw);*/

}	
	
#headerTel img{



}	
	
}


/* !footer
---------------------------------------------------------- */
#footer{
	background-color: #fff;
	padding: 0 0;
	text-align: center;
	line-height: 1.8;
	border-top: #00a88e solid 1px;
	
}

#ftNv{
border-top: #ccc solid 1px;	
}

#ftNv li{
	text-align: left;
	font-size: 13px;
border-bottom: #ccc solid 1px;
}

#ftNv li a{
	padding: 0.5em;	
	display: block;
	text-decoration: none;
}

#ftNv li a:before{
	font-family:FontAwesome;
	content: "\f054";
	    color: #00a88e;
	font-size: 90%;
	margin-right: 0.5em;
}
#ftNv li:first-child a:before{
    content: "\f01e";
}

#footer p{
	font-size: 14px;
}

#ftInfo{
	padding: 40px 0 40px;
}

#ftInfo .logoMk{
	width: 80px;
}

#footer p.ftInfoTit {
    font-size: 18px;
    line-height: 1.3;
}

#footer p.ftInfoTit span{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 150%;
}

#footer #ftInfo .fS{
	color: #00a88e;
	font-weight: bold;
}

#footer .ftTel a{
	font-size: 18px;
}

#footer #copyright {
    font-size: 13px;
	background-color: #48392A;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: block;
}

@media screen and (min-width: 768px), print {
	
	
	#footer{
		text-align:left;
	}	
	
#footer p{
	font-size: 16px;
}	

#ftNv {
    float: right;
}

	#footerIn{
	width: 1280px;
    margin: 0 auto;
    padding: 50px 0 70px;
	}
	
#ftInfo {
    padding: 0;
}	
	
#ftInfo .logoMk {
    width: 100px;
	float: left;
	padding-top: 10px;
}
	
	#ftInfo > div {
		margin-left: 110px;
		
	}
	
#ftInfo .ftInfoTit{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}	
	
#ftInfo .ftInfoAdd{
	display: inline-block;
}
	
#ftInfo .ftTel{
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;

}
	
#ftInfo .ftTel .fS{
		font-size: 80%;
}	
	
#ftInfo .ftInfoTxt{
	display: inline-block;
	border-left: #00a88e solid 2px;
	padding-left: 20px;
	padding-top: 0;
	line-height: 2;
}
	
#ftNv{
border-top:none;
	width: 460px;
}

#ftNv li{
	font-size: 16px;
	border-bottom:none;
	display:inline-block;
	width: 48%;
}
	
	#ftNv li:first-child{
		display: block;
	}	

#footer #ftInfo .fS:last-of-type{
	margin-right: 0.8em;

}


}



/*パンくず*/

.pan{
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 30px;
	font-size: 90%;
}

.pan ul{

}

.pan a {
    text-decoration: none;
    display: block;
    margin-right: 5px;
    padding-right: 20px;
	color: #fff;
    background: url(../img_common/arr_p.png) no-repeat right center;
}

.pan li {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0;
	color: #fff;
}
.pan li a:hover{
	text-decoration: underline;
}

/************コンテンツ内**********************/


.ttlBx{
	margin-top: 70px;
	text-align: center;
	height: 170px;
	padding-top: 30px;

	
}
	
	.ttlBx > div{
		background-color: rgba(233,229,214,0.9);
		width: 260px;
		margin: 0 auto 0;
		padding-bottom: 20px;
	}

	.ttlBx > div .ttsub{
		margin-top: -10px;
		margin-bottom: 10px;
		width: 100px;

	}
	
	.ttlBx > div h1 img{
	
		max-width: inherit;
		width: 280px;
		margin: 0 auto;
		margin-left: -10px;

	}

.anc{
	margin: 30px 2%;
	text-align: center;

}

.anc li{
	display: inline-block;
	margin-bottom: 10px;
	width: 49%;
	
}

.anc li a{
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	text-decoration: none;
	padding: 15px 5px;
	display: block;
	text-align: center;
	position: relative;
}

.anc li a:after{
	    content: "\f078";
	font-family: FontAwesome;
	margin-left: 10px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	
}

.anc li a:hover{
	opacity: 0.7;
}

.st{
	text-align: center;
	padding: 10px 40px;
}

.st.stbg01{
	    background: #E7E3D4 url(../img_index/bg1.png) -50% 90% no-repeat;
    background-size: 80%;
}

.st.stbg02{
	    background: #4e3e2d url(../img_index/bg2.png) 200% 90% no-repeat;
    background-size: 80%;
}

.sts{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	font-size: 24px;
	border-bottom: #006a60 solid 2px;
	padding-bottom: 0.5em;
	}	
	
.sts span.kd{
	color: #006a60;
	font-size: 80%;
	}

.sts .kd em{
	font-size: 140%;
	font-style: normal;
}





@media screen and (min-width: 768px), print {


.ttlBx{
	margin-top: 70px;
	text-align: center;
	height: 350px;
	padding-top: 60px;
	
}
	
	.ttlBx > div{
		background-color: rgba(233,229,214,0.9);
		width: 680px;
		margin: 0 auto 0;
		padding-bottom: 20px;
	}

	.ttlBx > div .ttsub{
		margin-top: -20px;
		margin-bottom: 15px;
		width: auto;

	}
	
	.ttlBx > div h1 img{
	
		max-width: inherit;
		margin: 0 auto;
		margin-left: -20px;
		width: auto;

	}	
	
	.anc{
		width: 1280px;
		margin: 100px auto;
	}
	
	.anc li{
		width: 22%;
		margin: 0 1%;
	}
	
	.anc li a{
		font-size: 22px;
		padding: 20px 5px;
	}
	
.anc li a:after {

    right: 15px;
    bottom: 15px;
}	
	
.st{
	text-align: center;
	padding: 15px 20px;
}

.st.stbg01{
	    background: #E7E3D4 url(../img_index/bg1.png) -50% 90% no-repeat;
    background-size: 80%;
}

.st.stbg02{
	    background: #4e3e2d url(../img_index/bg2.png) 200% 90% no-repeat;
    background-size: 80%;
}
	

.sts{
	font-size: 60px;
	}		

.sts span.kd{
	font-size: 50%;
	}	
}
	
	
/************お問合せ**********************/

/********conInq**********/

.conInq{
	    border: #00a88e solid 1px;
    border-radius: 15px;
    padding: 0 5px 15px;
    text-align: center;
	margin-top: 40px;
    margin-bottom: 40px;
	clear: both;
}

.conInq .tlSt{
	margin-top: -25px;
	font-weight: bold;
	display:block;
	width:inherit;
}

.conInq .tlSt span{
	display: inline-block;
	font-size: 16px;
	background-color: #fff;
	color: #00a88e;
	padding: 0 10px;
}

.conInq .tlNm {
	font-weight: bold;
}

.conInq .tlNm a{
	font-size: 20px;

}

@media screen and (min-width: 768px), print {
	
.conInq{
	width: 60%;
	margin: 80px auto 60px;
	}
	
.conInq .tlSt{
	margin-top: -50px;
display: inline-block;

}
	
.conInq .tlSt span{
		font-size: 28px;
	}
	
.conInq .tlNm span{
	font-size: 36px;

}	
	
}





/*ページ上部へ*/
#pgtop a {
	background-image:url(../img_common/pg_top.png);
	background-size: contain;
	text-indent: -999em;
	height: 40px;
	width: 40px;
	position:fixed;
	bottom:10px;
	right:10px;
	color:#FFF;
	z-index:20;
}
#pgtop a:hover{
	-moz-opacity:0.60;
	opacity: 0.60;
	/* IE */
	filter: alpha(opacity=60);
}

@media screen and (min-width: 768px), print {
#pgtop a {
	height: 80px;
	width: 80px;
	bottom:20px;
	right:20px;

}
	
}



/*-----CSS アニメ--------*/
/* 基本のスタイル */
   .fooL.delighter {
      transition: all .3s ease-out;
      transform: translateX(-30%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .fooL.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .fooL.delighter.started.ended {

   }

/* 下から */
  .fooB.delighter {
      transition: all .3s ease-out;
      transform: translateY(30%);
      opacity: 0;
   }

   .fooB.delighter.started {
      transform: none;
      opacity: 1;
   }
 

   .fooB.delighter.started.ended {

   }
