@charset "utf-8";
/*
00 common
01 layout
02 header
03 footer
04 drawerMENU
*/

/* 00 common
------------------------------------------------------------*/
*{word-break: break-word;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body,
/*table,*/
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

a{-webkit-tap-highlight-color:rgba(50,35,240,0.6);}
a:link{}
a:visited{}
a:hover{}
a:active{}

img{
	vertical-align:top;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
textarea {
	width: 100% ;
	height: 100px ;
	margin-bottom: 10px ;
	resize: vertical;
}
input[type="text"],textarea,select {
	color: #5a5c63;
	background: #fff;
	font-size: 100% ;
	width: 100% ;
	padding: 3px ;
	border: 1px solid #999999 ;
	box-sizing: border-box;
	box-shadow: none;
}

.taLeft 	{text-align: left;}
.taCenter {text-align: center;}
.taRight 	{text-align: right;}

.fwNormal {font-weight: normal;}
.fwBold		{font-weight: bold;}

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.clear { clear:both; }
.floatL { float:left; }
.floatR { float:right; }

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 01 margin
-------------------------------------------------------*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}

.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

/* 02 padding
-------------------------------------------------------*/
.pAll5 {padding:5px;}
.pAll10 {padding:10px;}
.plr10 {padding:0 10px;}
.ptb30 {padding:30px 0;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}

.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}

.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:10px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}

.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}

/* 01 layout
------------------------------------------------------------*/
/*

基本サイズ12px	基本サイズ13px	基本サイズ14px	基本サイズ16px
10px 	 84%			10px 	 77%			10px 	 72%			10px 	 63%
11px 	 92%			11px 	 85%			11px 	 79%			11px 	 69%
12px 	100%			12px 	 93%			12px 	 86%			12px 	 75%
13px 	109%			13px 	100%			13px 	 93%			13px 	 81%
14px 	117%			14px 	108%			14px 	100%			14px 	 88%
15px 	125%			15px 	116%			15px 	108%			15px 	 94%
16px 	134%			16px 	124%			16px 	115%			16px 	100%
17px 	142%			17px 	131%			17px 	122%			17px 	106%
18px 	150%			18px 	139%			18px 	129%			18px 	113%
19px 	159%			19px 	147%			19px 	136%			19px 	119%
20px 	167%			20px 	154%			20px 	143%			20px 	125%
21px 	175%			21px 	162%			21px 	150%			21px 	131%
22px 	184%			22px 	170%			22px 	158%			22px 	138%
23px 	192%			23px 	177%			23px 	165%			23px 	144%
24px 	200%			24px 	185%			24px 	172%			24px 	150%
25px 	209%			25px 	193%			25px 	179%			25px 	156%
26px 	217%			26px 	200%			26px 	186%			26px 	163%
-------------------------------------------------------*/
body{
	text-align: center;
	line-height: 1.4;
	font-size:16px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#333333;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#wrapper {
	min-width: 320px;
	padding-top: 64px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	overflow: hidden;
}

/* 02 header
------------------------------------------------------------*/

/*ラッキーナンバーありの場合*/
#luckynumber{
	max-width: 750px;
	margin: 0 auto;
	background-color: #ffcfaf;
}
#luckynumber dl{
	height: 0;
	margin: 0 auto;
	padding-bottom: 13.3%;
	position: relative;
	overflow: hidden;
}
#luckynumber dl dt{
	display: block;
	text-indent:-9999px;
}
#luckynumber dl dd{
	width: 100%;
	height: 100%;
	padding-left: 75%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/common/lucky_number.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#luckynumber dl dd span{
	width: 50%;
	font-family: 'Baloo 2';
	font-weight:bold;
	font-size: 4rem;
	text-align: center;
}

header {
	text-align:left;
	position: relative;
}
header #hdInner{
	background: url(../img/common/hd_bg.png) 50% 100%/cover no-repeat, #ffe0e4;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height: 88px;
	border-bottom: 1px solid #fff;
}
header #hdInner:after{
	width: 80px;
	height: 88px;
	content: '';
	display: block;
	background-image: url(../img/common/hd_chara.png);
	-webkit-background-size: 80px 88px;
	background-size: 80px 88px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
header#ev #hdInner:after{
	width: 86px;
	height: 110px;
	background-image: url(../img/common/ev_hd_okasan.png);
	-webkit-background-size: 86px 110px;
	background-size: 86px 110px;
}
header:after{
	content: "";
	display: block;
	clear: both;
}

#hdInner #announce a{text-decoration: none;}
#hdInner #announce{
	padding: 5px;
	border: 2px solid #cb6d00;
	background: #fe0000;
	font-weight: bold;
	text-align: center;
}
#hdInner #announce dt{color: #fff;}
#hdInner #announce dt span{color: #ffdf04;}
#hdInner #announce dd{
	line-height: 1.2;
	padding: 3px 0;
	color: #333333;
	background: #fff;
	font-size: 1.13rem;
	border-radius: 5px;
}
#hdInner #announce dd span.sat{color: #0300ff;}
#hdInner #announce dd span.sun{color: #fe0000;}
#hdInner #announce dd p{font-size: 1.25rem; color: #f704d4; text-decoration: underline;}
#hdInner #announce dd p.priceoff{font-size: 1.44rem; color:#fe0000;}
#hdInner #announce dd p.ev_detail{font-size: .88rem; color:#0097ff;}

#hdInner > div{
	padding-top: 20px;
	padding-right: 75px;
	z-index: 1;
}
#hdInner > div:nth-of-type(1){
	justify-content: flex-start;
}
#hdInner > div:nth-of-type(2){
	justify-content: flex-end;
	margin-top: 1px;
}
header h1{
	padding: 4px;
	position: relative;
	z-index: 10;
}
header #bisCnt{
	font-weight: bold;
	color: #fc647a;
	background: #fff693;
	border: 2px solid #fff;
	box-shadow: 0 2px 0 rgba(197, 80, 97, .3);
	border-radius: 6px;
	padding: 0 8px;
	margin-left: -10px;
	margin-bottom: 5px;
	z-index: 998;
	display: flex;
    justify-content: center;
	align-items: center;
    min-width: 7.4em;
	font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "メイリオ", sans-serif;
	position: relative;
	z-index: 5;
	vertical-align: text-bottom;
}
header #bisCnt dt{
	font-size: 0.7em;
	margin-right: 3px;
}
header #bisCnt dd{
	font-size: 0.8em;
	display: flex;
	align-items: center;
}
header #bisCnt dd span{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -2px;
	line-height: 1.6;
}
header #bisHours{
	text-align: right;
	padding: 2px 5px 2px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.0em;
	font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "メイリオ", sans-serif;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
header #bisHours span{
	color: #fc647a;
	-webkit-text-stroke: 4px #fff;
	text-shadow: 0 4px 0 rgba(197, 80, 97, .3);
	position: relative;
}
header #bisHours em{
	font-style: normal;
	position: absolute;
	color: #fc647a;
}

/*
header #bisCnt {
	padding: 8px 30px;
	line-height: 1.2;
	border-radius: 8em;
	text-align: center;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	background: #5edcc4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42c6ad), color-stop(0.00, #65e1c9));
	background: -webkit-linear-gradient(#65e1c9, #42c6ad);
	background: -moz-linear-gradient(#65e1c9, #42c6ad);
	background: linear-gradient(#65e1c9, #42c6ad);
}
header #bisCnt dt{font-size: .75rem;}
header #bisCnt dd{font-size: .81rem; color: #fff;}
header #bisCnt dd span{font-size: 1.31rem;}
*/
/*
------------------------------------*/
#hdFclink {
	padding: 2px;
	background: #9eddd1;
	background: -webkit-linear-gradient(top,  #9eddd1 0%,#3ba692 100%);
	background: linear-gradient(to bottom,  #9eddd1 0%,#3ba692 100%);
}
#hdFclink a{
	background-color: #50c5b0;
	background-image: url(../img/common/fc_bg.png);
	-webkit-background-size: 7px 56px;
	background-size: 7px 56px;
	background-repeat: repeat-x;
	display: block;
	text-align: center;
}
#hdFclink a img{
	width: 100%;
	max-width: 742px;
	height: auto;
}
/*
------------------------------------*/
#tagline{
	width:100%;
	background:#ff791f;
	color: #fff;
}
header #tagline{
	padding: .3rem 0;
	position: absolute;
	bottom: 0px;
	font-size: 1rem;
	line-height: 1
}
#tagline h1{
	color:#ffffff;
	font-weight: normal;
}
.marquee {
	width: 100%;
	overflow: hidden; 
	position: relative;
}
.marquee::after {
	content: "";
	white-space: nowrap;
	display: inline-block;
}
.marquee > h1 {
	position: absolute;
	top: 0;
	white-space: nowrap;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
}
@keyframes marquee {
		0% { left: 100%; transform: translate(0); }
	100% { left: 0; transform: translate(-100%); }
}
@-webkit-keyframes marquee {
		0% { left: 100%; transform: translate(0); }
	100% { left: 0; transform: translate(-100%); }
}
/*header #bisHours{
	width: 100%;
	height: 93px;
	background: #ffcfaf;
}

.toppage header #bisHours{height: 97px;}
.toppage header #bisHours dt{height: 23px;}
.toppage header #bisHours dd{font-size: 81%;}
header #bisHours dt{
	width: 100vw;
	height: 50px;
	background: #fff;
	padding-left: 145px;
	display: table-cell;
	vertical-align: bottom;
}
header #bisHours dd{
	padding-left: 145px;
	font-size: 88%;
	color: #ad000c;
}
header #bisHours dd span{
	display: block;
	font-size: .81rem;
}

header #bisCnt {
	width: 6.4em;
	height: 6.4em;
	line-height: 1.2;
	border-radius: 8em;
	background: #5edcc4;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	position: absolute;
	top: -1.4em;
	right: 20px;
	display: block;
	text-align: center;
	font-size: 63%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #42c6ad), color-stop(0.00, #65e1c9));
	background: -webkit-linear-gradient(#65e1c9, #42c6ad);
	background: -moz-linear-gradient(#65e1c9, #42c6ad);
	background: linear-gradient(#65e1c9, #42c6ad);

}
header #bisCnt dt{padding-top: 1.6em;}
header #bisCnt dd{color: #fff;}
header #bisCnt dd span{
	font-weight: bold;
	font-size: 1.13rem;
}
#hdFclink {
	padding: 2px;
	background: #9eddd1;
	background: -webkit-linear-gradient(top,  #9eddd1 0%,#3ba692 100%);
	background: linear-gradient(to bottom,  #9eddd1 0%,#3ba692 100%);
}
#hdFclink a{
	background-image: url(../img/common/fc_bg.png);
	-webkit-background-size: 4px 35px;
	background-size: 4px 35px;
	background-repeat: repeat-x;
	display: block;
}*/


/* 予約するbtn [modal]
-----------------------------------------------*/
.rsv{cursor: pointer;}
.remodal{padding: 35px 10px;}
#rsvBox{
	text-align: left;
	min-width: 290px;
	font-size: 88%
}
#rsvBox ul{
	width: 100%;
	padding: 20px 0;
	display: table;
}
#rsvBox ul li{
	padding: 5px;
	display: table-cell;
}
#rsvBox ul li a{
	border: 2px solid #000;
	border-radius: 5px;
	background: #55cd9e;
	color: #fff;
	display:block;
	text-align: center;
}
#rsvBox ul li a span{
	padding: 15px 0 15px 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;

}
#rsvBox ul li#rsvTel a span{background-image: url(../img/common/icon_tel.png);}
#rsvBox ul li#rsvMail a span{background-image: url(../img/common/icon_mail.png);}

/* slick-theme.css (overwrite) 
- オリジナルはコメントアウト -
-------------------------------------*/
.slick-dotted.slick-slider{margin-bottom: 0;}
.slick-dots{
	padding-top: 5px;
	position: relative;
	bottom: 0px;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	background: rgba(0,0,0,.75);
}
.slick-dots li button:before{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0,.25);
	border-radius: 7px;
}
.slick-dots li.slick-active button:before{background: rgba(0,0,0,.75);}

/* 03 footer
------------------------------------------------------------*/
footer {
	text-align: center;
	background: #ffe0e4;
}
#ind footer{padding-bottom: 0;}
#ftGlobal{
	padding: 15px 10px;
	margin: 0 10px;
	border-bottom: 1px solid #747474;
}
#ftGlobal p{
	font-size: .9em;
	color: #747474;
	width: fit-content;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	gap: .5em;
}
#ftGlobal p::before,
#ftGlobal p::after{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1px;
	background: #747474;
}
#ftGlobal ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}
#ftGlobal ul.cnt2{
	grid-template-columns: repeat(2, 1fr);
}
#ftGlobal ul + ul{
	margin-top: .5em;
}
#ftGlobal ul li{
	position: relative;
}
#ftGlobal ul li a{
	color: #747474;
	text-decoration: none;
	padding: 2px 5px;
}
#ftGlobal ul li:not(:last-child)::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	background: #747474;
}

#ftGlobal ul{}
#ftGlobal ul li{}
#ftGlobal ul li:not(:last-child){}

#copyright{
	width: 100%;
	height: 50px;
	color: #747474;
	font-size: .63rem;
	display: table;
}
#copyright small{
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}
#copyright small a{
	color: #747474;
	text-decoration: none;
}

#fix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1001;
}
#fix ul{
	width: 100vw;
	padding: 6px 0;
	display: table;
	background: rgba(252, 100, 122, 0.7);
	border-bottom: 1px solid #fff;
}
#fix ul li{
	padding: 0 2px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	font-size: 1.0rem;
}
#fix ul li a{
}
#fix ul li a span{font-weight: bold;}

#fix ul li#fxMenu{width: 19%;}
#fix ul li#fxJob,
#fix ul li#fxXicn,
#fix ul li#fxTel{width: 16%;}

#fix ul li#fxMenu a{
	display: block;
	color: #747474;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
	filter: drop-shadow(0 2px 0 rgba(235, 116, 132, 1));

	height: 15px;
	line-height: 15px;
	padding: 30px 0 5px;
	background-image: url(../img/common/icon_menu.png);
	background-position: 50% 9px;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-background-size: 16px 15px;
	background-size: 16px 15px;
	font-size: .85rem;
}

#fix ul li#fxInfo{
	padding: 5px 0;
	vertical-align: middle;
}
#fix ul li#fxInfo a{
	text-decoration: none;
	
}
#fix ul li#fxInfo a span{
	color: #fff;
	font-size: 1.05em;
	font-weight: bold;
	display: block;
}
#fix ul li#fxInfo a p{
	font-weight: bold;
	color: #fd92a2;
	background: #fff;
	border-radius: 20px;
	margin: 0 5px;
}

#fix ul li#fxJob a,
#fix ul li#fxXicn a,
#fix ul li#fxTel a{
	display: block;
	color: #747474;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
	filter: drop-shadow(0 2px 0 rgba(235, 116, 132, 1));

	height: 36px;
	line-height: 18px;
	padding: 4px 5px;
	background-color: #2ac186;
	display: block;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 5px;
	filter: drop-shadow(0 2px 0 rgba(235, 116, 132, 1));
}
#fix ul li#fxJob a {
	color: #747474;
	background: #fff;
}
#fix ul li#fxXicn a {
	text-indent: -9999px;
	background: url(../img/common/fix_xicn.png) 50% 50% / 23px 24px no-repeat, #747474;
}
#fix ul li#fxTel a{
	text-indent: -9999px;
	background: url(../img/common/fix_tel.png) 50% 50%/36px 37px no-repeat, #ffe0e4;
}

/* 04 drawerMENU
------------------------------------------------------------*/
nav{
	max-width: 85vw;
	height: 100vh;
	margin-left: -85vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #ffe0e4;
	-webkit-box-shadow: -1px 0 2px rgba(0,0,0,0.3);
	box-shadow: -1px 0 2px rgba(0,0,0,0.3);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .4s;
}
.drawer nav{
	-webkit-transform: translateX(85vw);
	-ms-transform: translateX(85vw);
	transform: translateX(85vw);
}
nav #navInner{
	padding: 5px;
	margin-bottom: 50px;
}
nav #navInner ul li{padding: 4px 0;}
nav #navInner ul li a{
	padding: 20px 8px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
	color: #a46b59;
	text-align: center;
	box-shadow: 0 2px 0 #edb1b9;
}

#navclose{
	padding: 25px 0;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
	background: #747474;
	color: #fff;
}
#navclose:before{content: "×";}
#overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 140vh;
	opacity: 0;
	position: fixed;
	text-indent: -9999px;
	top: 0;
	left: -100%;
	/* left: 0; */
	transition: opacity 0.4s ease 0s;
	width: 100%;
	display: block;
}
.drawer #overlay {
	left: 0;
	opacity: 1;
	z-index: 9999;
}
#modalInfo{
	max-width: 300px;
	padding: 0;
	background: transparent;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "メイリオ", sans-serif;
}
#modalInfo .remodal-close{
	width: 300px;
	top: unset;
	bottom: -35px;
	color: #fff;
}
#modalInfo .remodal-close:before{
	width: 100%;
	content: "\00d7 閉じる";
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "メイリオ", sans-serif !important;
}
#modalInfo dl{
	width: 300px;
	background: #fff;
	border-radius: 10px;
	text-align: left;
}
#modalInfo dt{
	color: #fff;
	font-size: 1.34rem;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}
#modalInfo dt span{
}
#modalInfo dd{
	padding: 10px;
}
#modalInfo dd div{
	margin: 4px;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#modalInfo dd div span{flex:0 0 auto;}
#modalInfo dd div#ftTime{
	font-size: 1.3em;
}
#modalInfo dd div#ftTime span{
	font-size: .9rem;
	display: inline-block;
}
#modalInfo dd div#ftTel{
	color: #fff;
	font-size: 1.5rem;
	padding: 10px;
	border-radius: 6px;
}
#modalInfo dd div#ftTel span{
	padding-left: 30px;
}

/* 各店カラー
-------------------------------------------------------*/
#modalInfo .shpTN dt{background: #fc647a;}
#modalInfo .shpTN dd div#ftTime{color: #fc647a;}
#modalInfo .shpTN dd div#ftTel{background: url(../img/common/modal_tel.png) calc(50% - 85px) 50%/24px 24px no-repeat, linear-gradient(0deg, #ff8597 0%, #fc647a 20%, #ff8597 100%);}


/* modalイベント挨拶
-------------------------------------------------------*/
.remodal-overlay.white,
.remodal-wrapper.white{background: rgba(255,255,255,.75);}

/* infiniterLoading用 style
---------------------------------------  */
.loading{
  color: #000;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loadAnimation 1.3s infinite linear;
  animation: loadAnimation 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes loadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes loadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* arrow
---------------------------------------  */
.arR{position: relative;}
.arR:after{
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
}
.arL{position: relative;}
.arL:before{
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 8px;
}
.arTriR{position: relative;}
.arTriR:after {
	content:'';
	position: absolute;
	top:50%;
	right:-16px;
	margin:-10px 0 0 0;
	width:0;
	height:0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #000;
}


/* -------------------------------------------------
####################################################
####################################################
####################################################
------------------------------------------------- */
@media screen and (max-width: 410px){
	#hdInner #announce dd{font-size: 1rem;}
	#hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 115px);}
	header #bisCnt {
		margin-top: 0px;
		margin-left: -15px;
	}
	#fix ul li#fxInfo a span{font-size: .8em;}
	#fix ul li#fxInfo a p{font-size: .8em;}
	#fix ul li#fxJob a{font-size: .85em;}
}
@media screen and (max-width: 374px){
	header h1{
	    padding: 1% 0 0 2px;
	}
	header h1 img{
		width: 45vw;
		height: auto;
	}
	#fix ul li#fxTel{width: 16%;}
	#fix ul li#fxForm{width: 20%;}
	#hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 115px);}
	#ev #hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 105px);}
	header #bisHours{font-size: 1.0em;}
	#ftGlobal ul li a{font-size: .85em;}
}
@media screen and (max-width: 360px){
	#hdInner #announce dt{font-size: .88rem;}
	#hdInner #announce dd p{font-size: 1.13rem;}
	#freshNumber span.figure {
		font-size: 2.0rem;
		line-height: 1.1em;
	}
	#hdInner > div:nth-of-type(2) {padding-right: calc(55vw - 110px);}
	#ev #hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 85px);}
}
@media screen and (min-width: 411px) and (max-width: 767px){
	#hdInner > div:nth-of-type(2) {
	    max-width: 100vw;
	    padding-right: calc(50vw - 110px);
	}
	header #bisHours {
		font-size: 1.13em;
	}
	#fix ul li#fxInfo a span {font-size: .9em;}
	#fix ul li#fxInfo a p {font-size: .9em;}
}
@media screen and (min-width: 768px){
	#wrapper {
		width: 375px;
		background: #fff;
	}
	body{background: url(/img/bg/base.jpg) 50% 0 repeat-y; background-color: #fdf9e2;}
	#fix{
		width: 375px;
		left: unset;
	}
	#fix ul{
		width: 100%;
	}
	#hdInner > div:nth-of-type(2) {
		max-width: 305px;
	}
	#ev #hdInner > div:nth-of-type(2) {
		max-width: 300px;
	}
	#freshNumber{
		font-size: 1.2rem;
		padding: 0 5px;
	}
	#freshNumber span{
		line-height: 2.0em;
	}
	#freshNumber span.figure{
		font-size: 2.4rem;
		line-height: 1.2em;
	}
}