
/* ==============================================================================
	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 #f1feff fixed;
	background-size: cover;
}

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


/** header **/

header{
	position: absolute;
	height: 250px;
	z-index: 10001;
	top: 0;
	left: calc(50% - 375px);
	text-align: center;
	padding-top: 25px;
	background: url(../img/all/header_bg.jpg) no-repeat top center;
	background-size: cover;
	-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_del
.fix header{
	height: 0;
	padding-top: 0;
	background: url(../img/all/header_bg2.jpg) no-repeat top center;
	background-size: cover;
}
*/
header h1{
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 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_del
.fix header h1{
	top: -20px;
	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: 180px;
	height: auto;
	-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_del
.fix header #homelink img{
	width: 0;
	height: auto;
}
*/
.page_title{
	position: relative;
	width: 100%;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title span{
	width: 100%;
	font-family: "FontA";
	font-size: 44px;
	line-height: 1;
	color: #fff;
	-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;
}
.page_title em{
	font-size: 0;
	line-height: 0;
}

.pan{
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	-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;
}
.pan a, .pan span{color: #fff;}

/*fix_del
.fix header .page_title span,
.fix header .pan{
	font-size: 0;
	line-height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
*/


/** navToggle **/
#navToggle{
	width: 55px;
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: fixed;
	z-index: 100003;
	top: 10px;
	right: calc(50% - 365px);
}
#navToggle button,
#navToggle a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	text-align: center;
	cursor: pointer;
	border: none;
	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;
}
#navToggle button:focus{	outline: 0;}
#navToggle button em{
	width: 55px;
	font-family: "FontA";
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 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;
}
.bb{
	width: 35px;
	height: 2px;
	right: 10px;
	background: #fff;
	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:10px;}
.bb-2{	top:20px;}
.bb-3{	top:30px;}
.closebt em{	color: #977342;}
.closebt .bb-1{
	top: 20px;
	background: #977342;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 20px;
	background: #977342;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/** nav **/
nav{
	position: fixed;
	z-index: 100002;
	width: 750px;
	height: 100vh;
	top: -150vh;
	left: calc(50% - 375px);
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(../img/all/nav_bg.jpg) no-repeat top center;
	background-size: cover;
	-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{
	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;}

/*
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.7);
}
*/

nav .shopinfo{
	padding: 190px 0 30px 0;
	background: url(../img/all/h_logo.png) no-repeat 50% 25px;
	background-size: 180px auto;
}

nav #menu{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 100px 100px 100px;
	padding: 20px 0 50px 0;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(151, 115, 66, 0.04);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav #menu a{
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 17.5px 0;
	color: #977342;
	-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: 500px;
	height: 1px;
	background: rgb(232,218,198);
	background: linear-gradient(90deg, rgba(232,218,198,0) 0%, rgba(232,218,198,1) 50%, rgba(232,218,198,0) 100%);
	position: absolute;
	position: absolute;
	bottom: 0;
	left: calc(50% - 250px);
}
nav #menu a span{
	width: 150px;
	font-family: "FontA";
	font-size: 22px;
	line-height: 25px;
	text-align: right;
}
nav #menu a em{
	width: 150px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
nav #menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media screen and (max-width: 750px) {
	nav{
		width: 100%;
		left: 0;
	}
	nav #menu{
		margin: 0 20px 100px 20px;
		padding: 20px 0;
	}
	nav #menu a:after{
		width: calc(100% - 20px);
		left: 10px;
	}
}



/** main **/

main{
	display: block;
	overflow: hidden;
	padding: 250px 0 0 0;
	background: #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;
}
/*fix_del
.fix main{
	padding: 80px 0 0 0;
}
*/

.cnt{	padding-bottom: 20px;}

.shopinfo{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.shopinfo,
.shopinfo a{	color: #977342;}
.shopinfo p:nth-of-type(1){
	font-size: 14px;
	line-height: 1;
	margin: 0 0 5px 0;
}
.shopinfo p:nth-of-type(1) a{
	font-size: 26px;
}
.shopinfo p:nth-of-type(2){
	font-size: 14px;
	line-height: 1;
}

main .shopinfo{
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
main .shopinfo:before,
main .shopinfo:after{
	content: "";
	width: 500px;
	height: 1px;
	background: rgb(232,218,198);
	background: linear-gradient(90deg, rgba(232,218,198,0) 0%, rgba(232,218,198,1) 50%, rgba(232,218,198,0) 100%);
	position: absolute;
	position: absolute;
	left: calc(50% - 250px);
}
main .shopinfo:before{	bottom: 0;}
main .shopinfo:after{	bottom: 2px;}

@media screen and (max-width: 750px) {
	main .shopinfo:before,
	main .shopinfo:after{
		width: calc(100% - 20px);
		left: 10px;
	}
}


/** aside **/

aside{
	color: #fff;
	padding: 150px 7.5px 60px 7.5px;
	background: url(../img/all/footer_bg.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: 100px;
	height: 75px;
	background: url(../img/all/h_logo.png) no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 55px;
	left: calc(50% - 50px);
}

aside .shopinfo{
	margin: 0 0 30px 0;
}
aside .shopinfo,
aside .shopinfo a{	color: #fff;}


#f_menu{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 0 45px 0;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_menu:before,
#f_menu:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: calc(50% - 25px);
}
#f_menu:before{	top: 0;}
#f_menu:after{	bottom: 0;}

#f_menu a{
	display: flex;
	justify-content: center;
	margin: 0 0 15px 0;
	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:last-of-type{	margin-bottom: 0;}
#f_menu a span{
	width: 150px;
	font-family: "FontA";
	font-size: 22px;
	line-height: 25px;
	text-align: right;
}
#f_menu a em{
	width: 150px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
#f_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

aside .sns_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
aside .sns_bt a{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	-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;
}
aside .sns_bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
aside .sns_bt a.sns_twitter{	background: url(../img/all/sns_bt1.png) no-repeat top center; background-size: 40px auto;}
aside .sns_bt a.sns_insta{	background: url(../img/all/sns_bt2.png) no-repeat top center; background-size: 40px auto;}


/** footer **/

footer{
	width: 750px;
	text-align: center;
	padding: 30px 0 200px 0;
	background: #fff;
}

footer #copyright{
	font-family: "FontA" , serif;
	font-size: 12px;
	line-height: 20px;
	color: #977342;
}
footer #copyright a{	color: #977342;}


/** 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: 1px;
	left: calc(50% - 375px);
}
#page-top .fbt_sche{
	display: block;
	width: 100%;
	max-width: 290px;
	margin: 0 auto 1px auto;
}
#page-top .fbt_sche img{
	width: 100%;
	max-width: 290px;
	height: auto;
}
#page-top .fbt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 290px;
	height: 70px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 7px 0;
	box-shadow:
	0px 0px 0px 1px #f1ebd9 inset,
	0px 0px 10px 0px rgba(205, 191, 150, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#page-top .fbt_tel{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: calc(100% - 60px);
	color: #977342;
	border-right: 3px double #f1ebd9;
	padding: 0 0 0 30px;
	-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 .fbt_tel:last-child{	border-right: none;}
#page-top .fbt_tel span{
	width: 100%;
	font-size: 12px;
	line-height: 1;
}
#page-top .fbt_tel em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
}

#page-top .fbt_line{
	margin: 0 10px;
	-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;
}
#page-top .fbt_line img{
	width: 40px;
	height: auto;
}

#page-top .pageup{
	position: absolute;
	bottom: 15px;
	right: 15px;
	-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;
}
#page-top .pageup img{
	width: 15px;
	height: 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;}
	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;
	}
}