
/* ==============================================================================
	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-color: #f5f5f5;
	background-image: url(../img/all/pc_bg.jpg);
	background-attachment: fixed;
}

header,
main,
aside,
footer,
#link_bnr{
	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/footer_bg.png) no-repeat bottom center,
	url(../img/all/bg.jpg) no-repeat top center;
	background-size: 100% auto, 100% auto;
}


/** header **/

header{
	width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1{
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background: #333;
	padding: 5px 0;
}
#homelink{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	margin: 20px 0;
}
#homelink img{
	width: 180px;
	height: auto;
}
header p{
	position: relative;
	font-size: 10px;
	line-height: 20px;
	margin: 0 20px;
	padding: 4px 0 1px 0;
	border: 1px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header p span,
header p a,
header p a:hover{
	font-size: 15px;
	color: currentColor;
}


/** menu POPUP BOUNCE **/

.menu-btn{
	width: 70px;
	height: 65px;
	top: 34px;
	right: calc(50% - 375px);
	position: fixed;
	z-index: 100003;
	background: rgba(255, 192, 0, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(14, 5, 10, 0.15);
	border: none;
	border-radius: 3px 0 0 3px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu-btn em{
	width: 70px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	position: absolute;
	bottom: 11px;
	right: 0;
}
.bb{
	width: 30px;
	height: 1px;
	right: 19px;
	background: #000;
	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:18px;}
.bb-2{	top:26px;}
.bb-3{	top:34px;}
.closebt .bb-1{
	top: 26px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 26px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	opacity: 0;
	transform-origin: center;
	transform: scale(.5);
	transition: all .3s ease;
	position: fixed;
	z-index: 100002;
	top: 50%;
	left: 50%;
	overscroll-behavior: contain;
}
.opennav .menu{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: auto;
	opacity: 1;
	transform: scale(1.0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.opennav .menu::-webkit-scrollbar{
	display: none;
}

.menu_in{
	position: relative;
	width: calc(100% - 30px);
	max-width: 400px;
	margin: 0 auto;
	padding: 50px 50px 50px 50px;
	transition: all .4s ease-in;
	opacity: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.opennav .menu_in{opacity: 1;}

.menu_in ul{	margin: 30px 0;}
.menu_in li{	margin: 0 0 20px 0;}
.menu_in li:last-of-type{	margin-bottom: 0;}
.menu_in li a,
.menu_in li > span{
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	-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;
}
.menu_in a span,
.menu_in span span{
	flex: 1;
	font-family: "FontA";
	font-size: 24px;
	line-height: 25px;
	text-align: right;
	margin-right: 2px;
}
.menu_in a em,
.menu_in span em{
	flex: 1;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-left: 2px;
}
.menu_in a em i,
.menu_in span em i{
	font-style: normal;
	color: #ffc000;
}
.menu_in li a:hover,
.menu_in li span:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.menu_in > p{
	color: #ffc000;
	margin: 0 0 30px 0;
}
.menu_in > p em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 2px;
}
.menu_in > p em:before,
.menu_in > p em:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 9px;
}
.menu_in > p em:before{	left: -30px;}
.menu_in > p em:after{	right: -30px;}

.menu_info{
	background: url(../img/all/logo_y.png) no-repeat bottom center;
	background-size: 105px auto;
	padding: 0 0 55px 0;
}
.menu_info span,
.menu_info a{
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.menu_info p{
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.menu-btn{
		right: 0;
	}
	.menu_in{
		padding-left: 30px;
		padding-right: 30px;
	}
	.menu_in a em:after{	display: none;}
}


/** openres_box **/

.openres_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	opacity: 0;
	transform-origin: center;
	transform: scale(.5);
	transition: all .3s ease;
	position: fixed;
	z-index: 100004;
	top: 50%;
	left: 50%;
}
.openres .openres_box{
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	pointer-events: auto;
	opacity: 1;
	transform: scale(1.0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.openres_box_in{
	width: 280px;
	color: #fff;
	margin: 0 auto;
	background: url(../img/all/logo_y.png) no-repeat bottom center;
	background-size: 105px auto;
	padding: 0 0 55px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.openres_p1{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.openres_p2{
	color: #ffc000;
	margin: 0 0 30px 0;
}
.openres_p2 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 2px;
}
.openres_p2 em:before,
.openres_p2 em:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 9px;
}
.openres_p2 em:before{	left: -30px;}
.openres_p2 em:after{	right: -30px;}

.openres_box_in > a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 280px;
	height: 90px;
	color: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.openres_box_in > a:hover{
	text-decoration: none;
}
.openres_box_in > a p:nth-of-type(1){
 	display: inline-flex;
 	font-size: 22px;
 	font-weight: bold;
 	line-height: 32px;
 	margin: 0 0 3px 0;
 	padding-left: 35px;
 }
.openres_line p:nth-of-type(2),
.openres_x p:nth-of-type(2),
.openres_mail p:nth-of-type(2){
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}
.openres_tel p:nth-of-type(2){
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}
.openres_tel p:nth-of-type(2) em{	font-size: 22px;}
.openres_tel p:nth-of-type(3){
	width: 100%;
	font-size: 11px;
	line-height: 18px;
}
.openres_line{	background: #00b900; margin-bottom: 10px;}
.openres_tel{	background: #2f74ff; margin-bottom: 10px;}
.openres_mail{	background: #ff6600; margin-bottom: 10px;}
.openres_x{	background: #000;}
.openres_line p:nth-of-type(1){	background: url(../img/all/res_line.png) no-repeat; background-size: 30px auto;}
.openres_tel p:nth-of-type(1){	background: url(../img/all/res_tel.png) no-repeat; background-size: 30px auto;}
.openres_mail p:nth-of-type(1){	background: url(../img/all/res_mail.png) no-repeat; background-size: 30px auto;}
.openres_x p:nth-of-type(1){	background: url(../img/all/res_x.png) no-repeat; background-size: 30px auto;}
.resclose{
	display: inline-block;
	vertical-align: top;
	width: 66px;
	height: 66px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 40px 0 0 0;
	border-radius: 50%;
	cursor: pointer;
	background: url(../img/all/resclose.png) no-repeat; background-size: 66px auto;
	position: fixed;
	z-index: 100005;
	top: 30px;
	right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** main **/

main{
	display: block;
	background: #fff;
}
.page_title{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title:before,
.page_title:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform:rotate(-45deg);
}
.page_title:before{
	top: -10px;
	left: calc(50% + 35px);
}
.page_title:after{
	bottom: -10px;
	right: calc(50% + 35px);
}
.page_title span{
	display: block;
	font-family: "FontA";
	font-size: 42px;
	line-height: 1.1;
}
.page_title em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1;
}


/** aside **/

aside{
	position: relative;
	padding: 110px 0;
	background:
	url(../img/all/aside_top.png) no-repeat top center,
	url(../img/all/aside_btm.png) no-repeat bottom center #ffc619;
	background-size: 100% 115px, 100% 115px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan{
	font-size: 10px;
	line-height: 1;
	text-align: center;
	padding: 0 15px;
}
.pan a{	color: currentColor;}

aside .shopinfo{
	position: relative;
	margin: 0 0 20px 0;
	padding: 85px 0 0 0;
	background: url(../img/all/logo.png) no-repeat 50% 20px;
	background-size: 150px auto;
}
aside .shopinfo span,
aside .shopinfo a{
	font-size: 15px;
	color: currentColor;
}
aside .shopinfo p{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#f_menu{
	position: relative;
	width: 292px;
	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 p{
	margin: 0 0 20px 0;
}
#f_menu p em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 2px;
}
#f_menu p em:before,
#f_menu p em:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 9px;
}
#f_menu p em:before{	left: -30px;}
#f_menu p em:after{	right: -30px;}

#f_menu a,
#f_menu span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(50% - 6px);
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	color: currentColor;
	cursor: pointer;
	margin: 0 3px 6px 3px;
	border: 1px solid currentColor;
	-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,
#f_menu span:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** footer **/

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

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


/** page-top **/

#page-top{
	width: 750px;
	text-align: center;
	position: fixed;
	z-index: 1002;
	left: calc(50% - 375px);
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top .fbt{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
#page-top .fbt a,
#page-top .fbt > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex: 1;
	height: 80px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top .fbt > span{
	color: #333;
	background: rgba(255, 192, 0, 0.8);
}
#page-top .fbt a span,
#page-top .fbt span span{
	font-size: 36px;
	line-height: 1.2;
}
#page-top .fbt a em,
#page-top .fbt span em{
	width: 100%;
	font-size: 14px;
	line-height: 1.1;
}
#page-top .fbt a:first-child{	border-right: 1px solid #000;}
#page-top .fbt a:last-child{	border-left: 1px solid #000;}
.error,
.over{
	padding: 50px 0;
}
.sp_no{
	display: none;
}


/** 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) {
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	header,
	main,
	aside,
	footer,
	#link_bnr{
		width: 100%;
		margin: 0;
	}
	header{	left: 0;}
	footer{	left: 0;}
	body:before,
	#page-top{
		width: 100%;
		left: 0;
	}
	#navToggle{	right: 10px;}

	#page-top .fbt a span,
	#page-top .fbt span span{
		font-size: 32px;
	}
	#page-top .fbt a em,
	#page-top .fbt span em{
		font-size: 11px;
	}
	
	.sp_none{ display: none; }

}
@media screen and (max-height: 800px) {
	.menu {
		align-content: start;
	}
}