
/* ==============================================================================
	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: url(../img/all/bg.jpg) no-repeat top center fixed rgb(255,255,255);
	background: url(../img/all/bg.jpg) no-repeat top center fixed, linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(195,185,168,1) 100%) fixed;
	background-size: 750px, auto;
}

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


/** header **/

header{
	position: fixed;
	z-index: 10000001;
	top: 0;
	left: calc(50% - 375px);
	text-align: center;
	background: rgba(255, 255, 255, 0);
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix header{
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
header h1{
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	color: #ccc;
	text-align: center;
	padding: 10px 0;
	-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;
}
.fix header h1{
	font-size: 0;
	line-height: 0;
	padding: 0 0 10px 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#homelink{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
#homelink img{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 80px;
	-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;
}
.fix header #homelink img{
	width: auto;
	height: 60px;
}
header p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #c5a983;
	text-align: center;
	margin: 10px 0 20px 0;
	-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;
}
.fix header p{
	font-size: 13px;
}
header #h_menu{
	display: flex;
	padding: 0 0.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;
}
header #h_menu a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 4 - 1px);
	height: 70px;
	color: #fff;
	margin: 0 0.5px;
	background: rgb(227,208,170);
	background: linear-gradient(150deg, rgba(227,208,170,1) 0%, rgba(212,188,150,1) 100%);
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix header #h_menu a{	height: 50px;}
header #h_menu a span{
	width: 100%;
	font-family: "FontA";
	font-size: 16px;
	line-height: 18px;
}
header #h_menu a em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}

header #h_bt{
	width: 60px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 15px;
	left: 20px;
	-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;
}
header #h_bt a{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	-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;
}
header #h_bt .hbt_tel{	background: url(../img/all/icon_tel.png) no-repeat #00b900; background-size: 60px auto; margin-bottom: 10px;}
header #h_bt .hbt_line{	background: url(../img/all/icon_line.png) no-repeat #00b900; background-size: 60px auto;}

.fix header #h_bt{
	width: 49px;
	position: absolute;
	top: 10px;
}
.fix header #h_bt a{
	width: 49px;
	height: 49px;
}
.fix header #h_bt .hbt_tel{	background: url(../img/all/icon_tel.png) no-repeat #00b900; background-size: 49px auto; margin-bottom: 4px;}
.fix header #h_bt .hbt_line{	background: url(../img/all/icon_line.png) no-repeat #00b900; background-size: 49px auto;}


/** navToggle **/
#navToggle{
	width: 50px;
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: fixed;
	z-index: 10000003;
	top: 43px;
	right: calc(50% - 355px);
}
.fix #navToggle{	top: 33px;}
#navToggle button,
#navToggle a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #c5a983;
	border-radius: 50%;
	color: #fff;
	background: none;
	margin: 0;
	padding: 0;
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#navToggle button:focus{	outline: 0;}
.bb{
	width: 25px;
	height: 2px;
	right: 11px;
	background: #c5a983;
	position: absolute;
	-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;
}
.bb-1{	top:16px;}
.bb-2{	top:24px;}
.bb-3{	top:32px;}
.closebt em{	color: #c5a983;}
.closebt .bb-1{
	top: 24px;
	background: #c5a983;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 24px;
	background: #c5a983;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/** nav **/
nav{
	position: fixed;
	z-index: 10000002;
	width: 750px;
	height: 100vh;
	top: -150vh;
	left: calc(50% - 375px);
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.opennav nav{
	top: 0;
	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;}

nav #menu{
	position: relative;
	width: calc(100% - 40px);
	max-width: 450px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 70px 0 95px 0;
	background: url(../img/all/logo.png) no-repeat bottom center;
	background-size: 170px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav #menu a{
	position: relative;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: space-between;
	height: 60px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #c5a983;
	border-bottom: 1px solid #c5a983;
	-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;
}
nav #menu a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #c5a983;
	border-width: 4px 0px 4px 4px;
	position: absolute;
	top: calc(50% - 4px);
	left: 15px;
}
nav #menu a em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 60px;
	text-align: left;
}
nav #menu a span{
	font-family: "FontA";
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
nav #menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media screen and (max-width: 750px) {
	header #h_bt{
		width: 40px;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 15px;
		left: 10px;
		-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;
	}
	header #h_bt a{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		-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;
	}
	header #h_bt .hbt_tel{	background: url(../img/all/icon_tel.png) no-repeat #00b900; background-size: 40px auto; margin-bottom: 10px;}
	header #h_bt .hbt_line{	background: url(../img/all/icon_line.png) no-repeat #00b900; background-size: 40px auto;}

	.fix header #h_bt{
		width: 30px;
		position: absolute;
		top: 10px;
	}
	.fix header #h_bt a{
		width: 30px;
		height: 30px;
	}
	.fix header #h_bt .hbt_tel{	background: url(../img/all/icon_tel.png) no-repeat #00b900; background-size: 30px auto; margin-bottom: 4px;}
	.fix header #h_bt .hbt_line{	background: url(../img/all/icon_line.png) no-repeat #00b900; background-size: 30px auto;}

	nav{
		width: 100%;
		left: 0;
	}
	nav #menu{
	}
}



/** main **/

main{
	display: block;
	overflow: hidden;
	padding: 250px 0 0 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;
}
.fix main{
	padding: 250px 0 0 0;
}


.page_title{
	position: relative;
	width: 100%;
	text-align: left;
	margin: 10px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title span{
	width: 100%;
	font-family: "FontA";
	font-size: 47px;
	line-height: 1;
	background: rgb(195,166,128);
	background: linear-gradient(90deg, rgba(195,166,128,1) 0%, rgba(227,208,170,1) 50%, rgba(195,166,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page_title em{
	font-size: 0;
	line-height: 0;
}

.pan{
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: #c5a983;
	border-top: 1px solid #c5a983;
	margin: 0 20px 50px 20px;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan a, .pan span{color: #000;}

.cnt{	padding-bottom: 20px;}


/** aside **/

aside{
	color: #fff;
	padding: 140px 7.5px 20px 7.5px;
	background: url(../img/all/aside.jpg) no-repeat top center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside:before{
	content: "";
	width: 80px;
	height: 110px;
	background: url(../img/all/f_logo.png) no-repeat;
	background-size: 80px auto;
	position: absolute;
	top: 25px;
	left: calc(50% - 40px);
}
aside h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

aside h2:after{
	display: block;
	content: "A STORY CREATED TOGETHER";
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 4px;
	color: #c5a983;
}

aside p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
}
aside p a{  color: #fff;}


/** footer **/

footer{
	width: 750px;
	text-align: center;
	padding: 20px 0 40px 0;
}

#f_menu{
	position: relative;
	width: 270px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_menu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	font-size: 13px;
	line-height: 1;
	color: #2e261b;
	border-bottom: 1px solid #c5a983;
	-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:nth-of-type(odd){	margin-right: 5px;}
#f_menu a:nth-of-type(even){	margin-left: 5px;}
#f_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer #copyright{
	font-size: 10px;
	line-height: 20px;
	color: #a99e85;
}
footer #copyright a{	color: #a99e85;}


/** 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;}
	body:before,
	#page-top{
		width: 100%;
		left: 0;
	}
	#navToggle{	right: 10px;}

}

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