
/* ==============================================================================
	CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration: none;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	position: relative;
	color: #333;
	background: #e6e0cd;
	background: -moz-linear-gradient(-45deg, #e6e0cd 0%, #b8af93 100%);
	background: -webkit-linear-gradient(-45deg, #e6e0cd 0%,#b8af93 100%);
	background: linear-gradient(135deg, #e6e0cd 0%,#b8af93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e0cd', endColorstr='#b8af93',GradientType=1 );
	background-attachment: fixed;
}

header,
nav,
main,
aside,
footer{
	position: relative;
	z-index: 2;
	width: 750px;
	margin: 0 auto;
}

body:before{
	content: '';
	width: 750px;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: calc(50% - 375px);
	background: url(../img/all/bg.jpg) no-repeat top center;
	background-size: 100% auto;
}


/** header **/

header{
	position: fixed;
	height: 70px;
	z-index: 10001;
	top: 0;
	left: calc(50% - 375px);
	background: rgba(255, 255, 255, 0.95);
}

header h1{
	font-size: 10px;
	line-height: 16px;
	color: #bbb08c;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#homelink{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 18px;
	left: calc(50% - 100px);
}
#toppage_body #homelink{	display: none;}
#homelink img{
	width: 200px;
	height: auto;
}


/** navToggle **/

#navToggle{
	display: flex;
	justify-content: space-between;
}
#navToggle button{
	position: fixed;
	z-index: 10002;
	top: 0;
	right: calc(50% - 375px);
	cursor: pointer;
	display: block;
	width: 65px;
	height: 70px;
	border: none;
	border-radius: 0;
	background: none;
	padding: 28px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#navToggle button span,
#navToggle button span:before,
#navToggle button span:after{
	display: inline-block;
	width: 25px;
	height: 3px;
	background: #a2893b;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#navToggle button span{
	position: absolute;
	top: 24px;
	right: 19px;
}
#navToggle button span:before,
#navToggle button span:after{
	content: "";
	display: block;
	clear: both;
}
#navToggle button span:before{
	position: absolute;
	top: 8px;
	right: 0;
}
#navToggle button span:after{
	position: absolute;
	top: 16px;
	right: 0;
}
#navToggle .closebt span{
	position: absolute;
	top: 33px;
	right: 19px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#navToggle .closebt span:before{
	content: "";
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	opacity:0;
}
#navToggle .closebt span:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}


/** nav **/
nav{
	position: fixed;
	z-index: 9998;
	width: 250px;
	top: 70px;
	right: -110vw;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #f0ece1;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.opennav nav{
	height: calc(100% - 70px);
	right: calc(50% - 375px);
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: visible;
	overflow-y: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.opennav nav::-webkit-scrollbar{	display: none;}
body:after{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body.opennav:after{
	z-index: 9997;
	opacity: 1;
	filter: alpha(opacity=100);
	background: rgba(255, 255, 255, 0.85);
}

nav .menu{
	padding: 10px 10px 75px 10px;
}

nav ul{
}

nav li{
	text-align: left;
}

nav li a{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 20px;
	line-height: 20px;
	color: #a2893b;
	padding: 10px;
}
nav li a:hover{	text-decoration: none;}


/** main **/

main{
	display: block;
	overflow: hidden;
	padding: 70px 0 0 0;
}

.telopen{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	background: #a2893b;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.telopen a{	color: #fff;}
.telopen em,
.telopen a{	position: relative; top: -2px;}
.telopen span{
	position: relative;
	bottom: -1px;
	font-size: 15px;
	line-height: 22px;
	margin-right: 2px;
}
.telopen span:nth-of-type(2){	margin-left: 10px;}

.cnt{	padding-bottom: 10px;}

.pt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 200px;
	text-align: left;
	color: #fff;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title{
	position: relative;
	width: 100%;
	font-family: "FontA";
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 14px 0;
}
.page_title:after{
	content: '';
	width: 100%;
	height: 1px;
	background: rgb(162,137,59);
	background: linear-gradient(90deg, rgba(162,137,59,1) 0%, rgba(162,137,59,0) 100%);
	position: absolute;
	bottom: -5px;
	left: 0;
}

.pan{
	width: 100%;
	font-size: 10px;
	line-height: 12px;
	color: #998670
}
.pan a, .pan span{	color: #fff;}


/** aside **/

.btm_slider_bg{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	background: #f0ece1;
}
.btm_slider{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.btm_slider img{
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto;
}

#f_menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_menu a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50%;
	height: 100px;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#f_menu a span{
	width: 100%;
	font-family: "FontA";
	font-size: 25px;
	line-height: 28px;
}
#f_menu a em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
}
#f_menu a:nth-of-type(1){	background: url(../img/all/f_menu1.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(2){	background: url(../img/all/f_menu2.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(3){	background: url(../img/all/f_menu3.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(4){	background: url(../img/all/f_menu4.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(5){	background: url(../img/all/f_menu5.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(6){	background: url(../img/all/f_menu6.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(7){	background: url(../img/all/f_menu7.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(8){	background: url(../img/all/f_menu8.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(9){	background: url(../img/all/f_menu9.jpg) no-repeat 50% 50%; background-size: cover;}
#f_menu a:nth-of-type(10){	background: url(../img/all/f_menu10.jpg) no-repeat 50% 50%; background-size: cover;}


/** footer **/

footer{
	width: 750px;
	text-align: center;
	padding: 130px 0 75px 0;
	color: #fff;
	background: url(../img/all/f_logo.png) no-repeat 50% 30px #000;
	background-size: 120px auto;
}

footer h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

footer .f_add{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px 0;
}
footer .f_add a{
	text-decoration: underline;
	color: #fff;
}
footer .f_add a:hover{	text-decoration: none;}

footer .sns_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px 0;
}
footer .sns_bt a{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow:0px 0px 0px 2px #a2893b inset;
	-moz-box-shadow:0px 0px 0px 2px #a2893b inset;
	-webkit-box-shadow:0px 0px 0px 2px #a2893b inset;
	margin: 0 7.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .sns_bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
footer .sns_bt a:nth-of-type(1){	background: url(../img/all/sns_bt1.png) no-repeat top center; background-size: 50px auto;}
footer .sns_bt a:nth-of-type(2){	background: url(../img/all/sns_bt2.png) no-repeat top center; background-size: 50px auto;}

footer #copyright{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 10px;
	line-height: 15px;
}
footer #copyright a{	color: #fff;}

footer #bottom_bnr{
	margin-top: 20px;
}

footer #bottom_bnr .box{
	margin-bottom: 10px;
}

/** page-top **/

#page-top{
	display: none;
	width: 750px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: calc(50% - 375px);
}

#page-top .fbt{
	display: flex;
	justify-content: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#page-top a{
	width: 100%;
	height: 65px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top a.fbt_tel{	background: url(../img/all/fbt1.png) no-repeat top center #a2893b;	background-size: 40px auto;}
#page-top a.fbt_sms{	background: url(../img/all/fbt2.png) no-repeat top center #39322c;	background-size: 40px auto;}
#page-top a.fbt_line{	background: url(../img/all/fbt3.png) no-repeat top center #1f8231;	background-size: 40px auto;}
#page-top a.fbt_res{	background: url(../img/all/fbt4.png) no-repeat top center #39322c;	background-size: 40px auto;}

#page-top a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** rollover **/

.fade{
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hover,
.fade input{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.hover:hover,
.fade input:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/all/bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	header,
	main,
	aside,
	.btm_slider_bg,
	footer{
		width: 100%;
		margin: 0;
	}
	header{	left: 0;}
	footer{	left: 0;}
	.opennav nav{	right: 0;}
	body:before,
	#page-top{
		width: 100%;
		left: 0;
	}
	
	header h1{
		font-size: 10px;
		line-height: 11px;
		
	}
	
	#homelink{
		top: 26px;
	}
	

	/** navToggle **/
	#navToggle button{	right: 0;}
	.telopen{	font-size: 12px; padding: 0 5px;}

	#f_menu a{
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.pt{
		height: 150px;
	}
}

@media screen and (max-width: 430px) {
	.page_title{
		font-size: 11vw;
		line-height: 1;
	}
}