@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;
	font-size: 100% ;
	width: 100% ;
	padding: 3px ;
	border: 1px solid #999999 ;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.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 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
------------------------------------------------------------*/
header {
	text-align:left;
	position: relative;
}
header.tagclass {
	padding-bottom: 1.6rem;
}
header #hdInner{
	background: #a5e8ff;
	position: relative;
}
header #hdInner:before{
	width: 99px;
	height: 116px;
	content: '';
	display: block;
	background-image: url(../img/common/hd_okasan.png?202309);
	-webkit-background-size: 99px 116px;
	background-size: 99px 116px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
header#ev #hdInner:before{
	width: 86px;
	height: 110px;
	background-image: url(../img/common/ev_hd_okasan.png?202309);
	-webkit-background-size: 86px 110px;
	background-size: 86px 110px;
}
header #hdInner:after{
	width: 100%;
	height: 33px;
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 0;
}
header:after{
	content: "";
	display: block;
	clear: both;
}
/*header #hdInner:after{
	content: "";
	display: block;
	clear: both;
}*/
/* #hdInner #announce a{text-decoration: none;}
#hdInner #announce{
	padding: 5px;
	border: 2px solid #cb6d00;
	background: #fff79a;
	font-weight: bold;
	text-align: center;
}
#hdInner #announce span#ks_oka{color: #fc6402;}
#hdInner #announce span#nf_oka{color: #f619c1;}
#hdInner #announce dt{color: #fc6402;}
#hdInner #announce dd{
	padding: 3px 0;
	color: #ff0404;
	background: #fff;
	font-size: 1.13rem;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#hdInner #announce dd span#an_caps{
	display: inline;
	font-size: .88rem;
}
#hdInner #announce dd span{
	padding-left: 3px;
	font-size: 1.44rem;
	display: block;
	font-size: 1.5rem;
} */
#tempBanner{
	padding: 5px;
	background: #fff;
}
#tempBanner li:not(:last-child){margin-bottom: 5px;}
#tempBanner li a{
	display: block;
	text-align: center;
}
#tempBanner li a img{
	max-width: 738px;
	width: 100%;
	height: auto;
}

#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{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 305px;
	z-index: 1;
	position: relative;
}
#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-top: 5px;
	float: left;
}
header #authCharm{
	padding-top: 3px;
	padding-left: 5px;
	position: relative;
	z-index: 998;
}
header #bisHours{
	padding: 2px 5px;
	display: flex;
	align-items: center;
}
header #bisHours span{
	font-size: 1.13rem;
	color: #03119b;
}
header #bisCnt{
	background: #6be5cd;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	border-radius: 6px;
	padding: 0 8px;
	z-index: 998;
	display: flex;
	align-items: center;
	}
header #bisCnt dt{
	font-size: 0.7rem;
}
header #bisCnt dd{
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}
header #bisCnt dd span{
	font-size: 1.2rem;
	font-weight: bold;
}
/*
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;}
*/
/*
------------------------------------*/
#hdBanner{text-align: center; background: #fff;}
#hdBanner li{padding: 3px 5px;}
#hdBanner li a{display: inline-block;}
#hdBanner li a img{
	width: 100%;
	max-width: 720px;
	height: auto;
}

#fresh a{
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
	text-decoration: none;
	background: #fcc4dc;
	border-radius: 8px;
	padding: 5px;
	margin: 2px auto;
	max-width: 720px;
	box-sizing: border-box;
}
#freshL{
	display: flex;
	justify-content: left;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	flex: 1 1 120%;
}
#freshTitle{
	background: #f1457f;
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 5px 6px;
	flex: 1 1 80%;
}
#freshNumber{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-end;
	color: #f5568c;
	font-weight: bold;
	font-size: 1.2rem;
	width: 100%;
	padding: 0 5px;
	flex: 1 1 120%;
}
#freshNumber span{
	line-height: 1.7em;
}
#freshNumber span.figure{
	font-size: 2.4rem;
	line-height: 1.3em;
	padding-right: 3px;
}
#freshR{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	flex: 1 1 70%;
}

#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:#00bfff;
	color: #fff;
	/*overflow: hidden;
	overflow:-webkit-marquee;
	white-space: nowrap;*/
	font-size: 88%;
}
header #tagline{
	padding: .3rem 0;
	position: absolute;
	bottom: 0px;
	font-size: 1rem;
	line-height: 1
}
#tagline h1,
#tagline h2{
	color:#ffffff;
	font-weight: normal;
}
.marquee {
	width: 100%;
	overflow: hidden; 
	position: relative;
}
.marquee::after {
	content: "";
	white-space: nowrap;
	display: inline-block;
}
.marquee > h1,
.marquee > h2 {
	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%); }
}

/*
------------------------------------*/
/*
#hdlinks{
	display: -webkit-flex;
	display: flex;
	background-image: url(../img/common/hd_stripe.png);
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: 1px 10px;
	background-size: 1px 10px;
}
#insta{
	padding: 5px;
	text-align: center;
	background-image: url(../img/common/insta_bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	flex :1 1 0;
}
#hdlinks > p{
	padding: 10px;
	flex :1 1 0;
	text-align: center;
}
#hdlinks > p a img{
	width: 100%;
	max-width: 528px;
	height: auto;
}
#hdSurvey{
	padding: 5px;
	flex :1 1 auto;
	text-align: center;
}
#insta a{display: inline-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 {
	padding-bottom: 47px;
	background: #fcf9f2;
}
#ind footer{padding-bottom: 0;}
#tsm{padding: 5px 15px;}
#tsm a{
	padding: 5px 0 5px 20px;
	display: block;
	background-image: url(../img/common/arrow_r.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 9px 17px;
	background-size: 9px 17px;
	font-size: .88rem;
	color: #0066c0;
	text-decoration: none;
}
#ftGr {background: #fff;}
#ftGr dt{
	padding: 5px;
	background: #805555;
	color: #fff;
}
#ftGr dd{padding: 5px 0;}
/* #ftGr dd ul:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
#ftGr dd ul li{
	width: 49%;
	padding: 2px 0.5%;
	display: block;
	float: left;
} */
#ftGr dd #ft_madam{
	padding: 0 5px;
	margin-bottom: 5px;
	text-align: center;
}
#ftGr dd #ft_madam a{display: inline-block;}
#ftGr dd #ft_madam a img{
	max-width: 738px;
	width: 100%;
	height: auto;
}
#ftGr dd ul{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
#ftGr dd ul li{
	padding: 2px;
	flex: 0 0 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#ftGr dd ul li a{
	width: 100%;
	height: 4em;
	padding: 5px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#ftGr dd ul li#gpIB a{background: #00b500;}
#ftGr dd ul li#gpSJ a{background: #ff611c;}
#ftGr dd ul li#gpUD a{background: #c259ff;}
#ftGr dd ul li#gpGTD a{background: #8b2b09;}
#ftGr dd ul li#gpNKG a{background: #d70146;}
#ftGr dd ul li#gpYK a{background: #1b8ffa;}
#ftGr dd ul li#gpOM a{background: #10c8b5;}
#ftGr dd ul li#gpN9 a{background: #e3101f;}
#ftGr dd ul li#gpKB a{background: #fabc00;}
#ftGr dd ul li#gpUM a{background: #73deff;}
#ftGr dd ul li#gpJS a{background: #fc7eda;}
#ftGr dd ul li#gpKT a{background: #219151;}
#ftGr dd ul li#gpFCKM a{background: #27c8ff;}
#ftGr dd ul li#gpKS a{background: #ff911a;}
#ftGr dd ul li#gpNF a{background: #ff59ab;}

/*新店アイコン*/
/*#ftGr dd ul li#gpJS,#ftGr dd ul li#gpUM{position: relative;}
#ftGr dd ul li#gpJS::after,#ftGr dd ul li#gpUM::after{
	position: absolute;
	background: url(../img/common/icon_newopen_ft.png);
	background-size: 36px 33px;
	width: 36px;
	height: 33px;
	content: "";
	top: -3px;
	right: 10px;
}*/

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

#fix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
/*	width: 100%;*/
	z-index: 999;
/*	transition: all .3s;*/
}

/*#fxTel{
	position: absolute;
	top: -70px;
	right: 0;
}
*/

#fix ul{
	width: 100vw;
	/*width: 100%;*/
	padding: 6px 0;
	display: table;
	background: rgba(0,0,0,0.7);
}
#fix ul li{
	padding: 0 2px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	font-size: 1.0rem;
}
#fix ul li a{
	display: block;
	color: #646464;
	border: 1px solid #040000;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
}
#fix ul li#fxMenu{width: 20%;}
#fix ul li#fxTel,
#fix ul li#fxForm,
#fix ul li#fxHvn{width: 18%;}
#fix ul li#fxMenu a{
	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;
/*	font-size: .63rem;*/
}
#fix ul li a span{font-weight: bold;}
#fix ul li#fxTel a,
#fix ul li#fxForm a{
	height: 36px;
	line-height: 18px;
	padding: 7px 5px;
	background-color: #2ac186;
	display: block;
	color: #fff;
	border: 1px solid #040000;
	border-radius: 5px;
/*	font-size: .64rem;
	font-size: .75rem;*/
}
#fix ul li#fxTel a{
	text-indent: -9999px;
	background: url(../img/common/fix_tel.png) 50% 50%/36px 30px no-repeat,#2ac186;
}
/*#fix ul li#fxTel a{
	height: 18px;
	line-height: 21px;
	padding: 29px 5px 3px;
	background-image: url(../img/common/icon_tel.png);
	background-repeat: no-repeat;
	background-color: #2ac186;
	background-position: 50% 3px;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;

	display: block;
	color: #fff;
	border: 1px solid #040000;
	border-radius: 5px;
	font-size: .75rem;
}
#fix ul li#fxForm a{
	height: 18px;
	line-height: 21px;
	padding: 29px 5px 3px;
	background-image: url(../img/common/icon_rsv.png);
	background-repeat: no-repeat;
	background-color: #2ac186;
	background-position: 50% 3px;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;

	display: block;
	color: #fff;
	border: 1px solid #040000;
	border-radius: 5px;
	font-size: .75rem;
}*/

#fix ul li#fxLady a{
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	background-color: #fff;
}
#fix ul li#fxLady a span{
	padding: 5px 0;
}
/*#fix ul li#fxLady a span{
	background-image: url(../img/common/icon_lady.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: 27px 24px;
	background-size: 27px 24px;
	padding: 5px 0 5px 32px;
	font-weight: bold;
}*/
#fix ul li#fxHvn a {
	height: 52px;
	line-height: 15px;
	padding: 3px 0;
	background: #ff7510;
	display: block;
	color: #fff;
	border: 1px solid #040000;
	border-radius: 5px;
	font-size: .8rem;
	box-sizing: border-box;
}
/* 04 drawerMENU
------------------------------------------------------------*/
nav{
	max-width: 85vw;
	height: 100vh;
	margin-left: -85vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(255,255,255,.7);
	-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: 1px solid #000;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
	color: #93503a;
	text-align: center;
}
/*nav #navInner ul li a{
	height: 30px;
	padding: 40px 5px 5px;
	line-height: 1.2;
	background-position: 50% 13px;
	background-repeat: no-repeat;
	-webkit-background-size: 75px 29px;
	background-size: 75px 29px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: .81rem;
	text-decoration: none;
	color: #93503a;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
nav #navInner ul li#navSYS a{background-image: url(../img/common/nav_sys.png);}
nav #navInner ul li#navACC a{background-image: url(../img/common/nav_acc.png);}
nav #navInner ul li#navREC a{background-image: url(../img/common/nav_rec.png);}
nav #navInner ul li#navLNK a{background-image: url(../img/common/nav_lnk.png);}
nav #navInner ul li#navSMP a{background-image: url(../img/common/nav_smp.png);}
nav #navInner ul li#navTOP a{background-image: url(../img/common/nav_top.png);}
nav #navInner ul li#navMMZ a{background-image: url(../img/common/nav_mmz.png);}*/

nav #navInner ul li#navYKL a,
nav #navInner ul li#navYKA a{
	background-position: 50% 5px;
	-webkit-background-size: 75px 32px;
	background-size: 75px 32px;
	background-color: #fff0f2;
	border: 1px solid #a76d76;
	color: #a76d76;
}
nav #navInner ul li#navYKL a{background-image: url(../img/common/nav_yk_list.png);}
nav #navInner ul li#navYKA a{background-image: url(../img/common/nav_yk_atw.png);}


#navclose{
	padding: 25px 0;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	background: #666;
	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: 375px;
	padding: 0;
	background: transparent;
}
#modalInfo dl{
	width: 300px;
	background: #fff;
	border-radius: 15px;
	padding: 60px 30px;
	text-align: left;
}
#modalInfo dt{
	margin-bottom: 10px;
	font-size: 1.34rem;
}
#modalInfo dt span{
	padding-left: 5px;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #00b500;
}
#modalInfo dd{
	padding: 3px 5px;
	border: 2px solid #000;
	border-radius: 5px;
}
#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{background: #e7ffef;}
#modalInfo dd div#ftTel{
	background: #00b500;
	color: #fff;
	font-size: 1.5rem;
}

/* 各店カラー
-------------------------------------------------------*/
#modalInfo .shpIB dt span{border-color: #00b500;}
#modalInfo .shpSJ dt span{border-color: #ff611c;}
#modalInfo .shpUD dt span{border-color: #00bfff;}
#modalInfo .shpGTD dt span{border-color: #be5519;}
#modalInfo .shpNKG dt span{border-color: #e9135e;}
#modalInfo .shpYH dt span{border-color: #2099ff;}
#modalInfo .shpOM dt span{border-color: #10c8b5;}
#modalInfo .shpKSC dt span{border-color: #ffd800;}
#modalInfo .shpNFB dt span{border-color: #ff53de;}
#modalInfo .shpKB dt span{border-color: #ff9900;}
#modalInfo .shpKT dt span{border-color: #64a43a;}
#modalInfo .shpN9 dt span{border-color: #e3101f;}

#modalInfo .shpIB dd div#ftTime{background: #e7ffef;}
#modalInfo .shpSJ dd div#ftTime{background: #fff2e7;}
#modalInfo .shpUD dd div#ftTime{background: #a5e8ff;}
#modalInfo .shpGTD dd div#ftTime{background: #fff4e7;}
#modalInfo .shpNKG dd div#ftTime{background: #fbe8ef;}
#modalInfo .shpYH dd div#ftTime{background: #daf6ff;}
#modalInfo .shpOM dd div#ftTime{background: #c0fff9;}
#modalInfo .shpKSC dd div#ftTime{background: #fff1e1;}
#modalInfo .shpNFB dd div#ftTime{background: #ffeaf4;}
#modalInfo .shpKB dd div#ftTime{background: #ffefbd;}
#modalInfo .shpKT dd div#ftTime{background: #c7ffcc;}
#modalInfo .shpN9 dd div#ftTime{background: #ffd1d4;}

#modalInfo .shpIB dd div#ftTel{background: #00b500;}
#modalInfo .shpSJ dd div#ftTel{background: #ff611c;}
#modalInfo .shpUD dd div#ftTel{background: #00bfff;}
#modalInfo .shpGTD dd div#ftTel{background: #be5519;}
#modalInfo .shpNKG dd div#ftTel{background: #e9135e;}
#modalInfo .shpYH dd div#ftTel{background: #2099ff;}
#modalInfo .shpOM dd div#ftTel{background: #10c8b5;}
#modalInfo .shpKSC dd div#ftTel{background: #ffd800;}
#modalInfo .shpNFB dd div#ftTel{background: #ff53de;}
#modalInfo .shpKB dd div#ftTel{background: #ff9900;}
#modalInfo .shpKT dd div#ftTel{background: #64a43a;}
#modalInfo .shpN9 dd div#ftTel{background: #e3101f;}


/* modalイベント挨拶
-------------------------------------------------------*/
#greeting{cursor: pointer;}
#greeting img{
	width: 100%;
	height: auto;
}
.remodal-overlay.white,
.remodal-wrapper.white{background: rgba(255,255,255,.75);}
#greetingBox.remodal{
	max-width: 760px;
	background: transparent;
}
#greetingBox .remodal-close{
	left: auto;
	right: 0;
}
#greetingBox section{
	padding: 20px 0;
	text-align: center;
}
#greetingBox section p{
	margin-bottom: 25px;
	text-align: left;
}
#greetingBox section p#sign{text-align: center;}
#closeGreeting{
	width: 200px;
	padding: 5px 30px;
	margin: 0 auto;
	display: block;
	border: 2px solid #000;
	border-radius: 30px;
	cursor: pointer;
}

/* 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;}
	header #authCharm {padding-left: 0px;}
	#hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 115px);}
	#ev #hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 110px);}
	header #bisCnt {margin-top: 0px;}
}
@media screen and (max-width: 374px){
	#fix ul li#fxTel{width: 16%;}
	#fix ul li#fxForm{width: 20%;}
	#fix ul li#fxHvn{width: 18%;}
	header #authCharm{padding-left: 0;}
	#hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 115px);}
	#ev #hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 105px);}
	header #bisCnt {margin-top: 0;}
}
@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;
	}
	header h1 img{
		width: 45vw;
		height: auto;
	}
	header #authCharm{
		padding-left: 0;
	}
	header #authCharm img{
		width: 35vw;
		height: auto;
	}
	#hdInner > div:nth-of-type(2) {padding-right: calc(55vw - 110px);}
	#ev #hdInner > div:nth-of-type(2) {padding-right: calc(50vw - 85px);}
	header #bisHours span{font-size: 0.9rem;}
}
@media screen and (min-width: 411px) and (max-width: 767px){
	header #authCharm{
		padding-left: calc(50vw - 196px);
	}
	#hdInner > div:nth-of-type(2) {
	    max-width: 100vw;
	    padding-right: calc(50vw - 110px);
	}
}
@media screen and (min-width: 768px){
	#wrapper {
		width: 375px;
		background: #fff;
	}
	body#sp{background-image: url(../img/bg/sp_base.jpg); background-color: #ffecee;}
	body#sm{background-image: url(../img/bg/sm_base.jpg); background-color: #ecf9f2;}
	body#fl{background-image: url(../img/bg/fl_base.jpg); background-color: #fef1de;}
	body#wn{background-image: url(../img/bg/wn_base.jpg); background-color: #f0f8fb;}
	#fix{
		width: 375px;
		left: unset;
	}
	#fix ul{
		width: 100%;
	}
	header #authCharm {
    	padding-left: 3px;
	}
	#hdInner > div:nth-of-type(2) {
	    max-width: 305px;
	}
	#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;
	}
}