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

@import url("default.css");

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



#wrapper {
    background-image: url(../img_common/hd_l_bg.png),url(../img_common/footer_bg.jpg);
    background-position: left top,center bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,100%;
	padding-bottom: 270px;
}

@media screen and (max-width:767px){
#wrapper {
    background-image: url(../img_common/hd_l_bg_sp.png),url(../img_common/footer_bg.jpg);
    background-position: left top,center bottom;
    background-repeat: no-repeat,no-repeat;	
    background-size: 58%,130% ;
	padding-bottom: 30px ;
}	
}

/* !header
---------------------------------------------------------- */
#header {
	width:100%;
	height:120px;
	background:url(../img_common/hd_r_bg.png) right top no-repeat;
	min-width: 1165px;
}

#header h1 {

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

#headerLogo{
	display: inline-block;
	margin-top: 12px;
	margin-left: 12px;
	vertical-align: top;

}

#headerLogo img{
    margin-top: 0;
}

#headerLogo .logoW{
	display: none;
}
		

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


}

#headerTel li{
	display: inline-block;
	vertical-align: top;
    font-family:"Times New Roman", Times, "serif";
	line-height: 1.4;
	letter-spacing: 0.01em;
}

#headerTel li a,
#headerTel li span{
	color: #fff;
	text-decoration: none;
}


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

	

#header.fixed {
  position: fixed;
  top:0;
	height: 80px;
	background-image: none;
	background-color: rgba(255,255,255,0.80);
	z-index: 999;
	
	background-image: url(../img_common/hd_fnv_l.png), url(../img_common/hd_fnv_r.png);
	background-position: left top,right top;
	background-repeat: no-repeat,no-repeat;
	box-shadow: 0 0px 2px #ccc;
 	min-width: 1295px;
}



#header.fixed #headerLogo {
	width: 210px;
	margin-top: 10px;


}
#header.fixed #headerLogo img{
	width: 100%;
}

#header.fixed #headerLogo .logoD{

}
	
#header.fixed #headerLogo .logoW{
	display:block;
/*	opacity: 0.9;*/
}



#header.fixed #gNavi ul#menu{


}

#header.fixed #headerTel {
    position: absolute;
    right: 15px;
    top: 30px;
	font-size: 150%;
}

#header.fixed #headerTel li {
	letter-spacing: 0;


}

#header.fixed #headerTel #tlNm a{
	color: #fff;
}

#header.fixed #headerTel #tlNm i{
	color: #fff;
}

#header.fixed #headerTel li#ml a {
    padding: 0 0.5em 0 0.5em;
	border:rgba(255,255,255,0.6) solid 1px;
	line-height: 1.8;
font-size: 96%;
}


/*Tablet*/
@media screen and (max-width:880px){
#header{
		min-width: 0;
	}
	
}


@media screen and (max-width:767px){
#header {
	height: 68px;
	background-image: none;


	min-width: 0;
}

	
#headerLogo {
	width:45%;
	margin-left:7px;
}


#headerTel,
#header.fixed #headerTel{

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

}

#headerTel img{

	margin-right:0;
	width:90%;

}

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


	
#headerLogo img {
	width: 100%;
}
	

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

}
	
	#headerTel #tlNm a{
		display: block;
		width: 40px;
		height: 40px;
	}
	
#headerTel i{
	color: #BAA30B;
	font-size: 110%;


}

#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;
}
	
	#headerTel #ml a i{
		

	}
	
#header.fixed {
  top:0;
	height: 70px;
 
}
#header.fixed #headerLogo .logoD {
    display: block;
}
	
#header.fixed #headerLogo .logoW {
    display: none;
}
	
#header.fixed #headerLogo {
    width: 134px;
    margin-top: 0;
    margin-left: 5px;
}
	
#header.fixed #headerIn {
    min-width: 100%; 
	height: 70px;
	border-bottom: #ccc solid 1px;
}

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


/*パンくず*/

.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;
}


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

	.pan {
		background-color:#F6F6F6;
		display: none;
	}	
	
}

/*---------content--------*/

.content{
	width: 1160px;
	margin: 0 auto;
}


.pgTtl{
	background-color: rgba(34,34,34,0.9);
	margin-bottom: 4em;

}

.pgTtlIn{
	width: 1160px;
	margin: 0 auto 0;
	padding: 20px 0;
}


#header.fixed + .pgTtl{
	margin-top: 120px;
}

.ttl{
	line-height: 1;
    font-family: 'Oranienbaum', serif;
    font-weight: normal;
    font-size: 330%;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
	
}

.ttl span{
	font-size: 50%;
	display: block;
}

.ttl span:nth-child(2){
	display: inline-block;
	margin-left: 1em;
}

@media screen and (max-width:767px){
	
.content{
	width: 90%;
	margin: 0 5%;
}
	
.pgTtl{
	margin-bottom: 2em;
}	
	
.pgTtlIn{
	width: 100%;
	padding: 15px 15px;
}

.ttl {
	padding-top: 10px;
    font-size: 240%;
	margin-bottom: 10px;
}	
	
.ttl span:nth-child(2){
	display: block;
	margin-left: 0;
}	
	
}
	
/************お問合せ**********************/

.conInq{

	padding: 50px 40px 60px;
	border: #eee solid 1px;
	width: 1160px;
	margin: 0 auto;
	text-align: center;
	border: #222 solid 4px;
background: #fffce6; /* Old browsers */
background: -moz-linear-gradient(top,  #fffce6 0%, #ffffff 50%, #fffef7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffce6 0%,#ffffff 50%,#fffef7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffce6 0%,#ffffff 50%,#fffef7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce6', endColorstr='#fffef7',GradientType=0 ); /* IE6-9 */

}

.conInq h3{
	 font-family: 'Oranienbaum', serif;
    font-weight: normal;
    text-align: center;
    font-size: 330%;
    color: #877608;
	margin-bottom: 0.8em;
}

.conInq p{
	font-size: 100%;
	margin-bottom: 2em;
	text-align: center;

}
.listCon {
	clear: both;
	margin: 1em auto;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.listCon li{
	display: inline-block;
	font-size: 200%;
	border-right: #333 solid 1px;
	text-align: center;
	width: 48%;
	color: #877608;
	font-family: serif;
}

.listCon li:last-child{
	border: none;
}

.listCon li i{
	color: #877608;
	font-size: 140%;
	vertical-align:-3px;

}

.listCon li.spOn{
	display: none;
}

.listCon li.mlBtn a {
	display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#877608+0,baa30b+100 */
background: #877608; /* Old browsers */
background: -moz-linear-gradient(left,  #877608 0%, #baa30b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #877608 0%,#baa30b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #877608 0%,#baa30b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877608', endColorstr='#baa30b',GradientType=1 ); /* IE6-9 */

	font-size: 80%;
	width: 100%;
	color: #fff;
	text-decoration: none;
	line-height: 2.4;
	padding: 0 1em;
	    transition: 0.5s;
	    box-shadow: 2px 4px 0px rgba(114,98,75,0.5);
	
}

.listCon li.mlBtn a:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.listCon li.mlBtn i{
	color: #fff;
	margin-right: 0.4em;
	font-size: 110%;
	vertical-align:baseline;
}

.listCon li.mlBtn div{
	width: 80%;
	margin: 0 auto;
}

.listCon li.tlTb span {
    background-color:inherit;
    color: #000;
    font-size: 100%;
    line-height: 1.8;
    padding: 0 ;
    vertical-align:baseline;
    font-weight: normal;
    display: inline-block;
}

.listCon li.tlTb span i{
	margin-right: 0;
	vertical-align: -3px;
}



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

.conInq{
	width: 90%;
	margin: 0 5%;
	padding: 20px 15px;
}
	
.conInq h3 {
    font-size: 200%;
}	
	
	.conInq p{
		padding: 0 10px;
	margin-bottom: 1em;
}

.listCon {
    margin: 1em auto;
	width: auto;
}
	
.listCon li {
    width: 100%;
	font-size: 140%;
border-right:none;
	margin-bottom: 1em;
}
	.listCon li:last-child{
		margin-bottom: 0;
			}

.listCon li i {
    margin-right: 0.2em;
	vertical-align: middle;
	font-size: 165%;
}
	
.listCon li.pcOn{
	display: none;
}	
	
.listCon li.spOn{
	display: block;
}
	
	.listCon li.spOn a{
		color: #877608;
		text-decoration: none;
		
	}	

	.listCon li.tlTb span{
		margin-right: 0;
	}
		.listCon li.tlTb span i{
		margin-right: 0.1em;
	}
	
	.listCon li.mlBtn{
		margin: 0;
	}	
	
.listCon li.mlBtn a {
    font-size: 80%;
	padding: 0;
}
	
	
}


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

@media screen and (max-width:767px){
#pgtop a {
	height: 40px;
	width: 40px;
	background-size: 40px;
bottom: 10px;
    right: 10px;
}
	
}

/* !footer
---------------------------------------------------------- */
#footer {
	width:100%;
	text-align: left;
	background-color:#000;


}
	#footerIn {
	margin: 0 auto;
	width: 1160px;
	padding-top:60px;
	padding-bottom:160px;
	}
	
	#ftLogo{
		margin-bottom:0.5em;
	}
		#footerLinks {
			float:right;
			line-height:1.4;
			width: 58%;
		}
#footerLinks > ul{
	display: inline-block;
	vertical-align: top;
	border-left: #333333 solid 1px;
	width: 28%;
	padding: 0 0 0 4%;
	min-height: 255px;
}

#footerLinks > ul:last-child{
	width: 36%;
}

#footerLinks > ul > li{
	margin-bottom: 0.5em;
}

#footerLinks > ul ul{
	margin-left: 2em;
	margin-top: 0.5em;
	font-size: 90%;
}

#footerLinks > ul ul >li{
	margin-bottom: 0.5em;
}

#footerLinks ul li a{
	color: #ddd;
	text-decoration: none;
	font-family: serif;
	font-weight: normal;
}




#footerAddress{
	color: #fff;
	line-height: 1.8;
	font-family: serif;
}

#footerAddress .ftLogo{

	margin-bottom: 1em;
	display: block;

}

#footerAddress a,
#footerAddress span{
	color:#877608;
	font-size: 200%;
	text-decoration: none;
}

	#copyright {
	font-family: serif;
			text-align:center;
			color:#ddd;
			line-height:3;
			letter-spacing: 0.05em;
		font-style: italic;
		
		}
@media screen and (max-width:767px){
#footer {
	width:100%;

}
	
	#footerIn {
	width: 100%;
		padding:20px 0;

	}

	#footerLinks{
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		padding: 0 15px 15px;
		border-bottom: #666 solid 1px;
		
	}
	#footerLinks:after {
	content: ""; 
	display: block; 
	clear: both;
}
#footerLinks > ul {
    min-height:inherit;
	padding: 0;
	border-left: none;	
}
	
	#footerLinks > ul:first-child{
		width: 100%;
		margin: 0;
	}
	
	#footerLinks > ul{
		width: 42%;
		margin: 0 0 0 2%;
	}		
	
	#footerLinks li {
		margin-bottom: 0;

}
	
	#footerLinks li a{
		font-size: 90%;
	}
	
	#footerLinks > ul:last-child {
    width: 50%;
	margin: 0 0 0 2%;
}

#footerLinks li a:hover {
    color: #fff;
	background-color:#666;

}

#footerAddress {
	margin: 0 10px 20px;
	text-align: center;

}
	
#footerAddress .cpNm {
    font-size: 120%;

}
	
#footerAddress a,
#footerAddress span{

}

	
#footerAddress .ftLogo{
	width: 163px;
	margin: 0 auto 1em;

}

#copyright {
    line-height:1.5;
	padding: 10px;
	font-size: 90%;
}
	
}
