@charset "utf-8";
/*
CSS Information
File name:      common.css
Author:         Administrator
Style Info:     html5doctor.com Reset Stylesheet
*http://richclarkdesign.com
*version: 1.6.1
----------------------------------------------------- */
/* reset.css
******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	line-height:1.231;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}


del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

/* base.css
******************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

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

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

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

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

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

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

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


.alignCenter {
	text-align: center;
}
/* グラデーション */
.gradA {
	background: -moz-linear-gradient(top, rgba(251,223,28,1) 0%, rgba(252,249,170,1) 50%, rgba(251,191,19,1) 51%, rgba(252,215,62,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,223,28,1)), color-stop(50%,rgba(252,249,170,1)), color-stop(51%,rgba(251,191,19,1)), color-stop(100%,rgba(252,215,62,1)));
	background: -webkit-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -o-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf1c', endColorstr='#fcd73e',GradientType=0 );
	background: linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
}

/*紫*/
.gradB{
	background: -moz-linear-gradient(top,  #e356b0 0%, #c61e87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e356b0), color-stop(100%,#c61e87));
	background: -webkit-linear-gradient(top,  #e356b0 0%,#c61e87 100%);
	background: -o-linear-gradient(top,  #e356b0 0%,#c61e87 100%);
	background: -ms-linear-gradient(top,  #e356b0 0%,#c61e87 100%);
	background: linear-gradient(to bottom,  #e356b0 0%,#c61e87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e356b0', endColorstr='#c61e87',GradientType=0 );
}

/*シルバー・タイトル*/
.gradC{
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f9f9f9 50%, #d9d9d9 51%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#f9f9f9), color-stop(51%,#d9d9d9), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 50%,#d9d9d9 51%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 50%,#d9d9d9 51%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 50%,#d9d9d9 51%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f9f9f9 50%,#d9d9d9 51%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
}

/*ピンク・下部ナビゲーションタブ*/
.gradD{
	background: -moz-linear-gradient(top,  #e35c9e 0%, #e663a4 49%, #de428c 50%, #df408a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e35c9e), color-stop(49%,#e663a4), color-stop(50%,#de428c), color-stop(100%,#df408a));
	background: -webkit-linear-gradient(top,  #e35c9e 0%,#e663a4 49%,#de428c 50%,#df408a 100%);
	background: -o-linear-gradient(top,  #e35c9e 0%,#e663a4 49%,#de428c 50%,#df408a 100%);
	background: -ms-linear-gradient(top,  #e35c9e 0%,#e663a4 49%,#de428c 50%,#df408a 100%);
	background: linear-gradient(to bottom,  #e35c9e 0%,#e663a4 49%,#de428c 50%,#df408a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35c9e', endColorstr='#df408a',GradientType=0 );
}

/*ピンク・下部ナビゲーションコンテンツ*/
.gradF{
	background: -moz-linear-gradient(top,  #fee1e9 0%, #f590a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee1e9), color-stop(100%,#f590a0));
	background: -webkit-linear-gradient(top,  #fee1e9 0%,#f590a0 100%);
	background: -o-linear-gradient(top,  #fee1e9 0%,#f590a0 100%);
	background: -ms-linear-gradient(top,  #fee1e9 0%,#f590a0 100%);
	background: linear-gradient(to bottom,  #fee1e9 0%,#f590a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee1e9', endColorstr='#f590a0',GradientType=0 );
}

/*灰色*/
.gradG{
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

/*灰色・ボタン・ヘッダー*/
.gradH{
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

/*黒・フッター*/
.gradI{
	background: -moz-linear-gradient(top,  #5e6166 0%, #1a1f22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e6166), color-stop(100%,#1a1f22));
	background: -webkit-linear-gradient(top,  #5e6166 0%,#1a1f22 100%);
	background: -o-linear-gradient(top,  #5e6166 0%,#1a1f22 100%);
	background: -ms-linear-gradient(top,  #5e6166 0%,#1a1f22 100%);
	background: linear-gradient(to bottom,  #5e6166 0%,#1a1f22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6166', endColorstr='#1a1f22',GradientType=0 );
}


/* 文字数調整 */
.elps {
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* リンク */
a:link,a:visited,a:hover,a:active {
	color: #ff0672;
	text-decoration: none;
	border-style: none;
}
a > img {
	border-style: none;
}
.m_img {
	width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

html,body { background: #fff; color: #333333; }

body {
	font: 13px Meiryo,'メイリオ',"ヒラギノ角ゴ Pro W3",osaka,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


* html body { font-size: small; }	/* for IE6 */

*:first-child+html body { font-size: small; }	/* for IE7 */

ul,dl,ol {
	text-indent: 0;
}

li {
	list-style: none outside;
}

th,td {
	vertical-align: top;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.c-imgSize {
	width:100%;
	height:auto;
}
/* baseLayout
****************************/
/*
#wrapper {
	position:absolute;
	z-index: 1;
	top: 40px;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
*/
/* header */
#globalHeader {
	display: block;
	width: 100%;
	height: 40px;
	background: #5C5E63;
	background: -webkit-gradient(linear, left top, left bottom, from(#5C5E63), to(#060606));
	background: -moz-linear-gradient(top, #5C5E63, #060606);
	background: linear-gradient(top, #5C5E63, #060606);
}
#globalHeader p {
	width: 49px;
	height: 40px;
	font-size: 85%;
	text-align: center;
}
#globalHeader p:nth-child(1) {
	float: left;
	border-right: 1px solid #606060;
}
#globalHeader p:nth-child(1) a {
	background: url(//img.undernavi.com/web/new_undernaviimage/sp/platform/plat_icon_osusume.png) center 5px no-repeat;
	background-size: 20px 20px;
}
#globalHeader p:nth-child(2) {
	float: right;
	border-left: 1px solid #606060;
}
#globalHeader p:nth-child(2) a {
	background: url(//img.undernavi.com/web/new_undernaviimage/sp/platform/plat_icon_menu.png) center 5px no-repeat;
	background-size: 20px 20px;
}

#globalHeader h1 {
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 93%;
	line-height: 24px;
}
#globalHeader h1 img {
	max-height: 24px;
	vertical-align: middle;
}
#globalHeader p a {
	display: block;
	padding: 25px 0 0 0;
	color: #fff;
	text-shadow: 0px 1px 1px #fff;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}


/* footer */

#globalFooter {
	width: 100%;
	text-align: center;
}

#globalFooter p {
	text-align: center;
}

#globalFooter .areaSelect a {
	display: block;
	padding: 8px 0;
	margin: 0 10px;
	border: 1px solid;
	border-color: #ccc #ccc #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
	background: linear-gradient(top, #eee, #fff);
	color: #545454;
	font-size: 108%;
	text-align: center;
}


.displaySwitch {
	margin: 10px 0;
	line-height: 3;
}

.displaySwitch a {
	color:#000;
	text-decoration: underline;
}

.displaySwitch dt,
.displaySwitch dd {
	display: inline;
}

.displaySwitch dt::after {
	content: "：";
}

.displaySwitch dd:last-child::before {
	content: "｜";
}

.prBottom {
	padding: 0 10px 10px;
}
.prBottom a {
	display: block;
	padding: 10px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #fff 50%, #FFE8F4 51%, #FFE8F4);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), color-stop(0.51, #FFE8F4), to(#FFE8F4));
	-webkit-box-shadow: inset 0 1px 2px #F1F1F1;
	-moz-box-shadow: inset 0 1px 2px #F1F1F1;
	border: 1px solid #FF1493;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FF1493;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 0 1px #ccc;
}

#globalFooter .cover {
	padding: 15px 0;
	background: #1A1F24;
	background: -webkit-gradient(linear, left top, left bottom, from(#5E6166), to(#1A1F24));
	background: -moz-linear-gradient(top, #5E6166, #1A1F24);
	background: linear-gradient(top, #5E6166, #1A1F24);
	color: #fff;
	text-shadow: 0 -1px 0 #666;
	line-height: 2;
}

#globalFooter .cover ul {
	width: 25em;
	margin: 0 auto;
}

#globalFooter .cover li {
	display: inline-block;
	padding: 0 2px;
}

#globalFooter .cover li:first-child {
	width: 45%;
	text-align: right;
}

#globalFooter .cover li:nth-child(2) {
	width: 45%;
	text-align: left;
}

#globalFooter .cover li a {
	text-decoration: underline;
}

/* 共通
****************************/

.bnr {
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: center;
}

p.bnr img {
	width: 100%;
	max-width:300px;
	vertical-align: bottom;
}

aside.atsumare dt {
	padding: 5px 10px;
	background: #000;
	color: #fff;
}

aside.atsumare dd a,
aside.pr div a {
	overflow: hidden;
	display: block;
	width: auto;
	padding: 10px 15px 10px 5px;
	background: #fff url(//img.undernavi.com/portal/sp/cs/common/icon_rarrow_ac.png) 98% center no-repeat;
	background-size: 8px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #333;
	text-decoration:none;
}

aside.atsumare dd a img {
	float: left;
	margin-right: 5px;
	max-width: 100px;
	max-height: 33px;
}

.baseBtn {
	padding: 10px 0;
}

.baseBtn a {
	display: block;
	padding: 8px 0;
	margin: 0 10px;
	border: 1px solid #a7a7a7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #DBDBDB;
	background: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), color-stop(0.51, #B9B8B8), color-stop(0.54, #C8C6C6), to(#E4E4E4));
	background: -moz-linear-gradient(top, #DBDBDB, #B9B8B8 51%, #C8C6C6 54%, #E4E4E4);
	background: linear-gradient(top, #DBDBDB, #B9B8B8 51%, #C8C6C6 54%, #E4E4E4);
	color: #333;
	font-size: 123.1%;
	text-align: center;
}

#loading {
	display: none;
}

.linkList {
	background: #fff;
	border-top: 1px solid #CCC;
}

.linkList a {
	overflow: hidden;
	display: block;
	padding: 15px 20px 15px 10px;
	font-size: 131%;
	background: url(//img.undernavi.com/portal/sp/icon/icon_arrow03.png) right center no-repeat;
	border-bottom: 1px solid #CCC;
	color: #333;
}

.linkList .dx a {
	background-color: #FF4C9C;
	background-image: url(//img.undernavi.com/web/new_undernaviimage/smartphone/arrow_white.png);
	color: #fff;
}

.shopList {
	border-top: 1px solid #CCC;
}

.shopList li {
	background: #fff;
}

.shopList li.dx {
	background: #EEE6B8;
	background: -moz-linear-gradient(top, #EEE6B8, #fff 50%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE6B8), color-stop(0.5, #fff), to(#fff));
}

.shopList li a {
	display: block;
	background: url(//img.undernavi.com/portal/sp/icon/icon_arrow03.png) no-repeat right center;
	border-bottom: 1px solid #CCC;
	color: #333;
}

.shopList li a:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.shopList li a {display:inline-block;}
* html .shopList li a {height:1px;}
.shopList li a {display:block;}

.shopList li a .thumb {
	display: block;
	float: left;
	overflow: hidden;
	width: 63px;
	height: 85px;
	line-height: 1;
}

.shopList li a .thumb img {
	max-width: 63px;
	vertical-align: bottom;
}

.shopList li a .ex {
	overflow: hidden;
	display: block;
	padding: 5px 10px 5px 5px;
}

.shopList li a .ex small {
	display: block;
	font-size: 93%;
}

.shopList li a .ex span {
	display: block;
}

.shopList li a .ex em {
	display: block;
	font-size: 131%;
}

.shopList li a .ex em:not(:first-child) {
	padding-top: 2px;
}

.shopList li a .ex img.icon {
	max-height: 24px;
	margin-right: 3px;
	vertical-align: middle;
}

.reSearch {
	margin: 10px 10px 20px;
	padding: 0 0 10px;
	border: 1px solid #9C9C9C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.reSearch h2 {
	padding: 10px 5px;
	margin-bottom: 10px;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	background: #000;
	color: #fff;
	text-align: left;
}

.reSearch li {
	padding: 0 10px 10px;
	text-align: left;
}

.reSearch li select {
	border: 1px solid #9C9C9C;
	width: 100%;
	padding: 5px;
	font-size: 123.1%;
}

.reSearch input[type="submit"] {
	border: 1px solid #9C9C9C;
	background: #fff;
	background-image: -moz-linear-gradient(top, #fff, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCC));
	width: 95%;
	margin: 0 auto;
	padding: .5em 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 123.1%;
}

/* DXイチオシ店舗
****************************** */
#dxShop h2 {
	background: #b3bead; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3bead 0%, #dfe5d7 60%, #fcfff4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3bead), color-stop(60%,#dfe5d7), color-stop(100%,#fcfff4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* IE10+ */
	background: linear-gradient(top,  #b3bead 0%,#dfe5d7 60%,#fcfff4 100%); /* W3C */
	border-bottom: 1px solid #b3bead;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px rgba(255,255,255,1.0);
}
#flickSpace {
	width: 100%;
	height: 130px;
	position: relative;
	overflow: auto;
}

#flickSpace ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 130px;
}
#flickSpace ul li {
	float: left;
	display: block;
	list-style-type: none;
	height: 130px;
	overflow: hidden;
}

/* 1～3件 */
#flickSpace ul.listPt1 {
	width: 100%;
}
#flickSpace ul.listPt1 li {
	width: 33%;
}
#flickSpace ul.listPt1 li:nth-child(3n+1) {
	width: 34%;
}

/* 4～6件 */
#flickSpace ul.listPt2 {
	width: 200%;
}
#flickSpace ul.listPt2 li {
	width: 16.72%;
}
#flickSpace ul.listPt2 li:nth-child(3n+2) {
	width: 16.67%;
}

/* 7～9件 */
#flickSpace ul.listPt3 {
	width: 300%;
}
#flickSpace ul.listPt3 li {
	width: 11.15%;
}
#flickSpace ul.listPt3 li:nth-child(3n+2) {
	width: 11.11%;
}

/* 10～12件 */
#flickSpace ul.listPt4 {
	width: 400%;
}
#flickSpace ul.listPt4 li {
	width: 8%;
}
#flickSpace ul.listPt4 li:nth-child(3n+1) {
	width: 9%;
}

/* 13～15件 */
#flickSpace ul.listPt5 {
	width: 500%;
}
#flickSpace ul.listPt5 li {
	width: 7%;
}
#flickSpace ul.listPt5 li:nth-child(3n+1) {
	width: 6%;
}

/* 16～18件 */
#flickSpace ul.listPt6 {
	width: 600%;
}
#flickSpace ul.listPt6 li {
	width: 5.58%;
}
#flickSpace ul.listPt6 li:nth-child(3n+2) {
	width: 5.54%;
}

/* 19～21件 */
#flickSpace ul.listPt7 {
	width: 700%;
}
#flickSpace ul.listPt7 li {
	width: 5%;
}
#flickSpace ul.listPt7 li:nth-child(3n+1) {
	width: 4.3%;
}

/* 22～24件 */
#flickSpace ul.listPt8 {
	width: 800%;
}
#flickSpace ul.listPt8 li {
	width: 4.20%;
}
#flickSpace ul.listPt8 li:nth-child(3n+2) {
	width: 4.15%;
}

/* 25～27件 */
#flickSpace ul.listPt9 {
	width: 900%;
}
#flickSpace ul.listPt9 li {
	width: 3.73%;
}
#flickSpace ul.listPt9 li:nth-child(3n+2) {
	width: 3.69%;
}

/* 28～30件 */
#flickSpace ul.listPt10 {
	width: 1000%;
}
#flickSpace ul.listPt10 li {
	width: 3.35%;
}
#flickSpace ul.listPt10 li:nth-child(3n+1) {
	width: 3.32%;
}

/* 31～33件 */
#flickSpace ul.listPt11 {
	width: 1100%;
}
#flickSpace ul.listPt11 li {
	width: 3.08%;
}
#flickSpace ul.listPt11 li:nth-child(3n+1) {
	width: 2.98%;
}

/* 34～36件 */
#flickSpace ul.listPt12 {
	width: 1200%;
}
#flickSpace ul.listPt12 li {
	width: 2.82%;
}
#flickSpace ul.listPt12 li:nth-child(3n+1) {
	width: 2.73%;
}

/* 37～39件 */
#flickSpace ul.listPt13 {
	width: 1300%;
}
#flickSpace ul.listPt13 li {
	width: 2.65%;
}
#flickSpace ul.listPt13 li:nth-child(3n+1) {
	width: 2.43%;
}
#flickSpace ul.listPt13 li:nth-child(3n+2) {
	width: 2.64%;
}

/* 40～42件 */
#flickSpace ul.listPt14 {
	width: 1400%;
}
#flickSpace ul.listPt14 li {
	width: 2.44%;
}
#flickSpace ul.listPt14 li:nth-child(3n+2) {
	width: 2.29%;
}
/* 43～45件 */
#flickSpace ul.listPt15 {
	width: 1500%;
}
#flickSpace ul.listPt15 li {
	width: 2.22%;
}
#flickSpace ul.listPt15 li:nth-child(3n+1) {
	width: 2.21%;
}
#flickSpace ul.listPt15 li:nth-child(3n+2) {
	width: 2.23%;
}


#flickSpace ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#flickSpace ul li span {
	display: block;
	line-height: 1.5;
}
#flickSpace ul li .thumb {
	margin: 0 auto;
	width: 70px;
	height: 93px;
	overflow: hidden;
}
#flickSpace ul li .shopName {
	color: #03f;
	font-size: 77%;
	display:block;
	text-align:center;
}
.flickableControl {
	width: 100%;
}
#flickbackbtn1 {
	float: left;
	display: block;
	padding: 5px;
	width: 50px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 0;
	border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,1.0);
}

#flicknextbtn1 {
	float: right;
	display: block;
	padding: 5px;
	width: 50px;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	color: #333;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,1.0);
}
.indicator {
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 5px;
	background: url(http://www.under-dx.com/image/shop/sp/indicater_bg.png) repeat-x left top;
	margin: 10px auto;
}

.indicator img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

/* ヘッダー部分のおすすめ店舗紹介(グラビア)
*********************************************************** */

ul#recommendationStore {
	position: relative;
	border-bottom:1px solid #cccccc;
}

ul#recommendationStore li {
	padding:10px 0;
}

ul#recommendationStore li img {
	float:left;
	padding:0 10px 10px 10px;
	max-width: 100px;
	max-height: 133px;
}

ul#recommendationStore li a {
	text-decoration:none;
}

ul#recommendationStore li a span {
	color:#000000;
}

ul#recommendationStore li.recommendationStoreList {
	position: absolute;
	padding:0 10px 10px 0;
	right:0;
	bottom:0;
}

/* ヘッダー部分のおすすめ店舗紹介(DX)
*********************************************************** */

.dxRecommendationTitle {
	border-bottom:1px solid #b3bead;
	font-size:123.1%;
	font-weight:bold;
}

.dxRecommendationTitle span {
	display:block;
	padding:10px 0;
}


ul#dxRecommendation {
	margin:5px 20px;
}

ul#dxRecommendation li {
	float:left;
	margin:0 10px;
}

ul#dxRecommendation li a {
	text-decoration:none;
}

ul#dxRecommendation li a span {
	display:block;
	width:70px;
	font-size:77%;
	color:#3059ff;
	overflow:hidden;
}

/* #banner
*********************************************************** */
#banner,
#banner3 {
	position: relative;
	margin: 5px auto;
	width:310px;
	height: 77px;
	overflow: hidden;
	text-align: center;
	background: url(//img.undernavi.com/portal/sp/premire_banner_bg.png) center top no-repeat;
}

.banner2_area{
	position:relative;
	width:314px;
	margin:0 auto;
}

.banner2{
	min-height:100px;
	color:#fff;
	position: relative;
	margin: 5px auto 10px;
	padding:10px;
	width:274px;
	overflow: hidden;
	text-align: center;
	border:#fff 1px solid;
	/*
	background: rgb(206,30,138);
	background: -moz-linear-gradient(top,  rgba(206,30,138,1) 0%, rgba(123,1,74,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,30,138,1)), color-stop(100%,rgba(123,1,74,1)));
	background: -webkit-linear-gradient(top,  rgba(206,30,138,1) 0%,rgba(123,1,74,1) 100%);
	background: -o-linear-gradient(top,  rgba(206,30,138,1) 0%,rgba(123,1,74,1) 100%);
	background: -ms-linear-gradient(top,  rgba(206,30,138,1) 0%,rgba(123,1,74,1) 100%);
	background: linear-gradient(to bottom,  rgba(206,30,138,1) 0%,rgba(123,1,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1e8a', endColorstr='#7b014a',GradientType=0 );
	*/
	background: rgb(62,77,196); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(62,77,196,1) 0%, rgba(0,4,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,77,196,1)), color-stop(100%,rgba(0,4,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(62,77,196,1) 0%,rgba(0,4,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(62,77,196,1) 0%,rgba(0,4,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(62,77,196,1) 0%,rgba(0,4,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(62,77,196,1) 0%,rgba(0,4,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4dc4', endColorstr='#000489',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
}
#banner .sls-view,
#banner2 .sls-view,
#banner3 .sls-view {
	position: relative;
	top:12px;
	margin:0 auto;
	width: 200px;
	height: 60px;
	overflow: hidden;
}
#banner .sls-container,
#banner3 .sls-container {
	position: absolute;
	top: 0;
	left: 0;
}
#banner .sls-container div,
#banner3 .sls-container div {
	position: relative;
	float: left;
	width: 200px;
	height: 60px;
}

.banner2 .sls-container div a {
	display:block;
	padding:10px;
	padding-top:0;
}

.banner2 .sls-container div span{
	margin-top:30px;
}
.banner2_area span.tenpo {
	position:absolute;
	top:56px;
	left:-10px;
	width:314px;
	height:34px;
	background: url(//img.undernavi.com/portal/sp/bg_tenpo.png) no-repeat center center ;
	text-align: center;
	padding:10px 10px 0;
}

.banner2 .sls-container div span,
#banner .sls-container div a,
#banner2 .sls-container div a,
#banner3 .sls-container div a {
	display: block;
}
#banner .sls-container div a img,
.banner .sls-container div a img {
	vertical-align: top;
	max-width: 200px;
}
#banner3 .sls-container div a img {
	max-width: 112px;
}
#banner .sls-container div a:hover,
#banner3 .sls-container div a:hover {
	color: #600;
}
#banner .sls-container div span,
#banner3 .sls-container div span {
	display: block;
	font-size: 85%;
}
#banner .sls-prev,
#banner .sls-next,
#banner3 .sls-prev,
#banner3 .sls-next {
	display:block;
	position: absolute;
	top:2px;
	width:24px;
	height:73px;
	text-indent:-99999px;
}
#banner .sls-prev,
#banner3 .sls-prev {
	left: 2px;
	background: url(//img.undernavi.com/portal/sp/common/back_btn05.png) no-repeat center center ;
}
#banner .sls-next,
#banner3 .sls-next {
	right: 2px;
	background: url(//img.undernavi.com/portal/sp/common/next_btn05.png) no-repeat center center;
}
#banner .sls-pagination,
#banner3 .sls-pagination {
	display:inline-block;
	margin:0 auto;
}
#banner .sls-pagination a,
#banner3 .sls-pagination a {
	float: left;
	margin: 5px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 5px;
	height: 5px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background: #eee;
	text-indent: -9999px;
	vertical-align: middle;
}
#banner .sls-pagination a:hover,
#banner3 .sls-pagination a:hover {
	background: #ccc;
}
#banner .sls-pagination a.current,
#banner3 .sls-pagination a.current {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
	background: #666666;
}
.commonBtn {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.commonBtn a {
	display: block;
	padding: 8px 0;
	background-image: -moz-linear-gradient(top, #eaeaea, #cdcdcd 50%, #bcbcbc 51%, #bfbfbf);
	background: -webkit-gradient(linear,left top,left bottom,from(#eaeaea),color-stop(50%,#cdcdcd),color-stop(51%,#bcbcbc),to(#bfbfbf));
	background-color: #e8e8e8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	color: #000;
	font-weight: bold;
	font-size: 108%;
	text-decoration: none;
}

/*----------------------------------------------------
#slideUp
----------------------------------------------------*/
#slideUpBtn {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
#slideUpBtn img {
	max-width: 48px;
	vertical-align: top;
	z-index: 100;
}
#slideUp {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 10px;
	height: 130px;
	background: rgba(0,0,0,0.8);
}
#slideUp ul.slideNav {
	padding: 10px 0;
	width: 100%;
}
#slideUp ul.slideNav li {
	float: left;
	width: 25%;
}

#slideUp ul.slideNav li a {
	display: block;
	margin: 0 2px;
	padding: 5px;
	background: #cd1d8e;
	background: -moz-linear-gradient(top,  #cd1d8e 0%, #940a62 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd1d8e), color-stop(100%,#940a62));
	background: -webkit-linear-gradient(top,  #cd1d8e 0%,#940a62 100%);
	background: -o-linear-gradient(top,  #cd1d8e 0%,#940a62 100%);
	background: -ms-linear-gradient(top,  #cd1d8e 0%,#940a62 100%);
	background: linear-gradient(to bottom,  #cd1d8e 0%,#940a62 100%);
	border: 1px solid #a6126c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #7e1056;
	line-height: 30px;
}
#slideUp ul.slideNav li:nth-child(1) a {
	line-height: 15px;
}
#slideUp ul.bnr {
	width: 100%;
}
#slideUp ul.bnr li {
	float: left;
	width: 50%;
	text-align: center;
}
#slideUp ul.bnr li img {
	max-width: 98%;
}

#slideUp img.close {
	position: absolute;
	right: 0;
	top: -17px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}


.dxLink {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
.dxLink a {
	display: block;
	padding: 10px 25px 10px 10px;
	color: #000;
	background: url(//img.undernavi.com/web/new_undernaviimage/smartphone/arrow.png) right center no-repeat;
}

/* more more more more more more */
.dxLinkO {
	border-top: 1px solid #cccccc;
	padding: 10px 10px;
}
.dxLinkO a {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 1px #D83638;
	border: 1px solid #D83638;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background: rgb(250,191,3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,191,3,1) 0%, rgba(211,26,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,191,3,1)), color-stop(100%,rgba(211,26,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,191,3,1) 0%,rgba(211,26,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,191,3,1) 0%,rgba(211,26,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,191,3,1) 0%,rgba(211,26,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,191,3,1) 0%,rgba(211,26,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabf03', endColorstr='#d31a1c',GradientType=0 ); 	/* IE6-9 */
	
}

/** for bypass**/
img[src^="http://as.a.bypass.jp"],
img[src^="//bypass.ad-stir.com/"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
}


.sub_ttl {
	padding: 0.5em;
	background: #000;
	color: #fff;
	text-align: left;
}

/* num num */
header.iphone .numnum {
	padding: 1px 4px 1px 5px !important;
}
.numnum {
	color: #ffffff;
	font-size: 100% !important;
	font-weight: bold;
	text-align: center;
	width: auto !important;
	height: auto !important;
	padding: 0 4px 0 5px;
	position: absolute;
	top: 0;
	left: 28px;
	border: 2px solid #ffffff;
	
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	
	background: #de0d0d;
}

/* style.css */

.shopbnr {
	margin: 15px 0;
	text-align: center;
}

.baseTtl {
	padding: 1px 5px 0;
	margin-bottom: 15px;
	background: #DF13DF;
	background: -moz-linear-gradient(top, #F372F3, #F372F3 50%, #BA10BA 51%, #BA10BA);
	background: -webkit-gradient(linear,left top,left bottom,from(#F372F3),color-stop(50%,#F372F3),color-stop(51%,#BA10BA),to(#BA10BA));
	border-bottom: 1px solid #A60FA6;
	color: #fff;
	font-size: 123.1%;
	line-height: 2;
}

.realtimeTtl {
	background: #39f;
	background: -moz-linear-gradient(top, #7DBEFF, #7DBEFF 50%, #39f 51%, #39f);
	background: -webkit-gradient(linear,left top,left bottom,from(#7DBEFF),color-stop(50%,#7DBEFF),color-stop(51%,#39f),to(#39f));
	border-bottom: 1px solid #0078F0;
}

.contentsTtl {
	padding: 1px 5px 0;
	margin-bottom: 15px;
	background: #ff7400;
	background: -moz-linear-gradient(top,#ff8e00, #ff9300 50%, #ff6900 51%, #ff7400);
	background: -webkit-gradient(linear,left top,left bottom,from(#ff8e00),color-stop(50%,#ff9300),color-stop(51%,#ff6900),to(#ff7400));
	border-bottom: 1px solid #ff4600;
	color: #fff;
	font-size: 123.1%;
	line-height: 2;
}

.shopsTtl {
	background: #f66;
	background: -moz-linear-gradient(top,#ff9797, #ff9797 50%, #f66 51%, #f66);
	background: -webkit-gradient(linear,left top,left bottom,from(#ff9797),color-stop(50%,#ff9797),color-stop(51%,#f66),to(#f66));
	border-bottom: 1px solid #f33;
}

.summaryTtl {
	background: #99c;
	background: -moz-linear-gradient(top,#bebede, #bebede 50%, #99c 51%, #99c);
	background: -webkit-gradient(linear,left top,left bottom,from(#bebede),color-stop(50%,#bebede),color-stop(51%,#99c),to(#99c));
	border-bottom: 1px solid #4f4f9d;
}

.linkTtl {
	background: #a0a0a0;
	background: -moz-linear-gradient(top,#a0a0a0, #808080 50%, #656565 51%, #c0c0c0);
	background:-webkit-gradient(linear,left top,left bottom,from(#a0a0a0),color-stop(50%,#808080),color-stop(51%,#656565),to(#c0c0c0));
	border-bottom: 1px solid #333;
}

.mainBtn {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}

.mainBtn a,
.mainBtn button {
	display: block;
	width: 100%;
	padding: 8px 0;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	color: #666;
	text-decoration: none;
}

#eroticaBtn {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

#eroticaBtn a {
	display: block;
	padding: 10px;
	background: #fff4f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff4f8 0%, #f9eff6 50%, #f7e1ef 51%, #ffceef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4f8), color-stop(50%,#f9eff6), color-stop(51%,#f7e1ef), color-stop(100%,#ffceef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff4f8 0%,#f9eff6 50%,#f7e1ef 51%,#ffceef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff4f8 0%,#f9eff6 50%,#f7e1ef 51%,#ffceef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff4f8 0%,#f9eff6 50%,#f7e1ef 51%,#ffceef 100%); /* IE10+ */
	background: linear-gradient(top,  #fff4f8 0%,#f9eff6 50%,#f7e1ef 51%,#ffceef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f8', endColorstr='#ffceef',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ff60c1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px #F1F1F1;
	-moz-box-shadow: inset 0 1px 2px #F1F1F1;
	color: #ff60c1;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#pager #loading {
	display: none;
}

/* listmenu
----------------------------------------------------*/

.baseTtl + .listmenu {
	margin-top: -15px;
}

.section .listmenu:last-child {
	margin-bottom: 0;
}

.listmenu li {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: url(//img.undernavi.com/web/new_undernaviimage/sp/icon_arrow.png) no-repeat right center;
}

.listmenu li:first-child {
	border-top: 1px solid #ccc;
}

.baseTtl + .listmenu li:first-child {
	border-top: none;
}

.listmenu a {
	display: block;
	padding: 10px 25px 10px 10px;
	color: #333;
	text-decoration: none;
}

.listmenu a .small {
	display: block;
}

/* btnmenu
----------------------------------------------------*/

.btnmenu li {
	display: inline-block;
	width: 140px;
	margin: 0 0 1em 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #f0f0f0;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	-moz-box-shadow: 1px 1px 2px #e7e7e7;
	text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
	text-align: center;
}

.btnmenu li a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	font-size: 93%;
	color: #555;
}

/* ladyBlock
----------------------------------------------------*/

.ladyBlock {
	padding-left: 3px;
}

.ladyBlock li {
	display: inline-block;
	width: 100px;
	margin-right: -1px;
	margin-bottom: .5em;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: top;
}

.ladyBlock li a {
	display: block;
	padding: 5px 3px;
	text-decoration: none;
}

.ladyBlock li a p {
	margin-bottom: 0;
}

.ladyBlock li a .thumbnail {
	width: 70px;
	height: 93px;
	margin: 0 auto 3px;
}

.ladyBlock li a .name {
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ladyBlock li a .size {
	min-height: 2.6em;
	font-size: 77%;
	color: #555;
}

/* box
----------------------------------------------------*/

.container {
	display: -moz-box;
	display: -webkit-box;
	width: 90%;
	padding: 15px;
	margin: 0 5% 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.boxL {
	padding-right: 15px;
	margin-bottom: 0;
}

.boxR {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	margin-bottom: 0;
}

.boxR .mainBtn {
	width: 100%;
	margin-bottom: 0;
	font-size: 93%;
}

.boxR .mainBtn a {
	padding: 5px 0;
}

/* 検索結果
----------------------------------------------------*/

.set {
	text-align: right;
	padding: 0 10px;
	color: #c06;
}

.srchDown {
	margin: -15px 0 15px;
	text-align: right;
}

.srchDown button {
	display: inline;
	padding: 3px 15px;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
}
.srchList a {
	overflow: hidden;
}

.srchList .ph {
	float: left;
	padding-right: 10px;
}

.srchList .info {
	display: block;
	overflow: hidden;
}

/*----------------------------------------------------*/

.premiumBox .baseTtl {
	background: #990603;
	background: -moz-linear-gradient(top,#5b0402, #5b0402 50%, #990603 51%, #990603);
	background: -webkit-gradient(linear,left top,left bottom,from(#5b0402),color-stop(50%,#5b0402),color-stop(51%,#990603),to(#990603));
	border-bottom: 1px solid #2e0201;
}

.osusumeBox .baseTtl {
	background: #999;
	background: -moz-linear-gradient(top,#ccc, #ccc 50%, #999 51%, #999);
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),color-stop(50%,#ccc),color-stop(51%,#999),to(#999));
	border-bottom: 1px solid #666;
}

.osusumeBox .listmenu li a {
	padding-left: 50px;
	background: url(//img.undernavi.com/web/new_undernaviimage/sp/icon_osusume.png) no-repeat 10px center;
}

.areashopBox .baseTtl {
	background: #e8e8e8;
	background: -moz-linear-gradient(top,#f5f5f5, #f5f5f5 50%, #e8e8e8 51%, #e8e8e8);
	background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),color-stop(50%,#f5f5f5),color-stop(51%,#e8e8e8),to(#e8e8e8));
	border-bottom: 1px solid #ccc;
	color: #666;
}

.btmlink {
	clear: both;
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
}

#accordion .list {
	display: none;
}

/*----------------------------------------------------
#footer
----------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	background: #fff;
	text-align: center;
}

#footer dl.show dt {
	display: inline-block;
}

#footer dl.show dd {
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #333;
}

#footer dl.show dd:last-child {
	border-right: none;
}

.footerToTop {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
}

/* copyright
----------------------------------------------------*/
#footer p.copyright {
	margin-bottom: 0;
	padding: 15px 0;
	background: #000;
	background: -moz-linear-gradient(top,#999, #000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
	color: #fff;
}

/** for bypass**/
img[src^="http://as.a.bypass.jp"]{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
}

/* 周年仕様 */
/* body.anniversary {
	background: #fff9a5 url(//img.undernavi.com/portal/15th/sp/bg_body.png) center top;
} */
body.anniversary #globalHeader {
	background: #000000 url(//img.undernavi.com/portal/15th/sp/bg_header.png) center top;
	background-size: 81px;
}


/*
cNoData
----------------------------------------------------------*/
.cUserUtil {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.125vw;
	background: #fff;
}
.cUserUtilUsername {
  flex: auto;
  font-size: .9rem;
}
.cUserUtilBtnList {
  flex: none;
  display: flex;
}
.cUserUtilBtnList a {
  --color: #1a71ba;
  margin-left: .5em;
  line-height: 1;
  padding: .3em .5em;
  border: 1px solid var(--color);
  border-radius: .625vw;
  color: var(--color);
  font-size: 3.125vw;
}
.cUserUtilBtnList a:first-child {
  margin-left: 0;
}
/* リニューアル
*********************************************************************************************/
#wrapper {
	z-index: 1;
	padding-top: 65px;
	overflow-x: hidden;
}
#wrapper.--ver2 {
  padding-top: 0;
}
.mainImage {
	position: relative;
}
.mainImage_item {
	position: relative;
}
.mainImage_item_link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slick-initialized .slick-slide {
	display: flex;
}
.single-item img {
	width: 100%;
	height: auto;
}
section.single-item .slick-prev {
	position: absolute;
	top: 45%;
	left: 1%;
	z-index: 1;
}
.single-item02 .slick-prev {
	position: absolute;
	top: 45%;
	left: 0px;
	z-index: 1;
}
section.single-item .slick-prev:before,
.single-item02 .slick-prev:before {
	content: "";
	background-image: url(https://img.undernavi.com/front/sp/shop/arrow_left.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
section.single-item .slick-next {
	position: absolute;
	top: 45%;
	right: -1.2%;
}
.single-item02 .slick-next {
	position: absolute;
	top: 45%;
	right: 0px;
}
section.single-item .slick-next:before,
.single-item02 .slick-next:before {
	content: "";
	background-image: url(https://img.undernavi.com/front/sp/shop/arrow_right.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
.slick-prev, .slick-next {
	width: 28px !important;
	height: 28px !important;
}
.white_area {
	width: 96%;
	background: #FFF;
	padding: 15px 10px;
	margin: 10px auto 15px auto;
}
.white_area .notes_txt {
	font-size: 3.5vw;
}
.white_area .info_txt {
	font-size: 3.5vw;
}
.white_area:empty {
	display: none;
}
.white_area02 {
	width: 96%;
	background: #FFF;
	padding: 0px 0px 15px 0px;
	margin: 10px auto 15px auto;
}
.white_area02 .inner {
	padding: 15px 10px;
}
.shop_name {
	color: #c90037;
	font-size: 5vw;
	font-weight: bold;
	padding: 5px 0;
}
.white_area .cate {
	padding-bottom: 10px;
	line-height: 1.6;
}
.white_area .cate .type {
	background: #ccb852;
	color: #FFF;
	font-size: 3.5vw;
	border-radius: 2px;
	padding: 1px 3px;
	margin-left: 5px;
}
.white_area .time,
.white_area .tel_num,
.white_area .holiday,
.white_area .shopAddress {
	margin-bottom: 7px;
}
.white_area .time,
.white_area .tel_num {font-weight: bold;}
.white_area .time:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(https://img.undernavi.com/front/pc/common/icon_clock.png);
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.white_area .time span {
	padding-left: 8px;
	color: #666;
}
.white_area .holiday:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(https://img.undernavi.com/front/pc/shop/icon_holiday.png);
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.white_area .shopAddress::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(https://img.undernavi.com/front/pc/shop/shop_addres.png);
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.white_area .tel_num:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(https://img.undernavi.com/front/pc/common/icon_tel.png);
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.white_area .telephone-cmt {
	padding-left: 23px;
	box-sizing: border-box;
}
.white_area .telephone-cmt a {
	font-weight: bold;
	color: #000;
}
.catch {
	font-size: 4.5vw;
	font-weight: bold;
	padding: 10px 0;
}
.white_area .btn_tel {
	display: block;
	background: linear-gradient(270deg, #ef5da8, #e00075);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 6vw;
	font-weight: bold;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 2px 2px 4px gray;
	padding: 8px 0;
	margin: 5px auto 15px auto;
}
.white_area .btn_tel:before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_tel.png) no-repeat;
	background-size: 94% auto;
	background-position: center;
	width: 5vw;
	height: 5vw;
}
.btn_tel.btn_tel_new.telcall::before {
	margin-right: 1.5vw;
}
.white_area .btn_schedule {
	position: relative;
	display: block;
	background: linear-gradient(270deg, #5d8ef0, #004ae1);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 6vw;
	font-weight: bold;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 2px 2px 4px gray;
	padding: 8px 0;
	margin: 5px auto 15px auto;
}
.white_area .btn_schedule_num {
	color: #ffff00;
}
.white_area .btn_schedule img {
	position: absolute;
	width:auto;
	height: 3.175em;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}
.white_area .btn_ftft {
    display: block;
	background: linear-gradient(270deg, #55ef60, #63e30f);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 6vw;
	font-weight: bold;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 2px 2px 4px gray;
	padding: 8px 0;
	margin: 5px auto 15px auto;
}
.white_area .btn_reserve {
	display: block;
	background: linear-gradient(270deg, #ffcc00, #f8a614);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 6vw;
	font-weight: bold;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 2px 2px 4px gray;
	padding: 8px 0;
	margin: 5px auto 15px auto;
}
.white_area .btn_reserve:before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_reserve.png) no-repeat;
	background-size: 100% auto;
	width: 5vw;
	margin-right: 1.5vw;
	height: 5vw;
	background-position: center;
}
.white_area .btn_home {
	display: block;
	background: #c90037;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 6vw;
	font-weight: normal;
	padding: 8px 0;
	margin: 5px auto 15px auto;
}
.white_area .btn_home:before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_home.png) no-repeat;
	background-size: 94% auto;
	width: 6vw;
	height: 5vw;
	background-position: center;
}
.btn_home.btn_home_new::before {
	margin-right: 1.5vw;
}
/* excerptBox */
.excerptBox {}
.excerptBox-active {}
.excerptBox-active .excerptBox_item1 {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.excerptBox-active .excerptBox_item1::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+75,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	content: "";
}
.cont_tab {
	background: #eeeeee;
	margin: 10px auto 20px auto;
}
.ttl_cont {
	color: #c80037;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	padding: 13px 0 7px 0;
}
.flex_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: space-between;*/
	background: #c80037;
	width: 99.6%;
	margin: 0 auto;
}
.flex_area li {
	width: 33.333%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 18vw;
}
.flex_area li:nth-child(n+4) {
	/*border-top: 1px solid #eeeeee;*/
}
.flex_area li:nth-child(3n) {
	border-right: none;
}
.flex_area li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	/*padding: 10px 0;*/
	font-size: 3.5vw;
}
.flex_area li a span {
	font-size: 3.5vw;
}
h2.ttl {
	position: relative;
	color: #c80037;
	font-size: 5vw;
	font-weight: bold;
	padding-bottom: 10px;
}
h2.ttl img {
	width: 40%;
}
h2.ttl svg {width: 34vw;}
.white_area ul.single-item02 {
	width: 100%;
	margin: 10px auto;
}

.circle01 {
	width: 40vw;
	height: 40vw;
	overflow: hidden;
	border: 1px solid #f04bbc;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
}
.circle01 img {
	width: 100%;
}
.square {
	height: 210px;
	overflow: hidden;
}
body {
	overflow-x: hidden;
}
.gal_info {
	position: relative;
	padding-top: 20px;
}
.jotai {
	width: 100%;
	background: #9ef2e5;
	color: #ed0a60;
	text-align: center;
	padding: 5px 0;
	/*position: absolute;
	top: -10px;
	left: 0;*/
    margin-top: -30px;
    margin-bottom: 5px;
}
.jotai:empty {
	display: none;
}
.gray {
	background: #aaa;
}
.gray span{
	color: #555;
}
.yellow {
	background: #fde627;
}
.gal_info .name {
	font-size: 5vw;
	font-weight: bold;
	color: #c80037;
}
.gal_info .wait {
	text-align: center;
	color: #000;
	font-size: 3.2vw;
	padding-bottom: 5px;
}
.gal_info .prof {
	font-size: 3.2vw;
	padding-top: 5px;
	color: #000;
}
.white_area .flexslider figure {
	position: relative;
}
.white_area .flexslider figure.imageCut {
	width: 100%;
	padding-bottom: 133.3333%;
	overflow: hidden;
}
.white_area .flexslider figure.imageCut a {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.white_area .flexslider .slides > li .icon_flex {
	/*position: absolute;
	top: 0;
	left: 0;*/
	display: flex;
	flex-wrap: nowrap;
	z-index: 2;
    margin-top: 3px;
}
.white_area .flexslider .slides .new {    
	/*background: rgba(90,90,90,0.7);
	color: #fef301;*/
	padding: 2px 2px;
    border: 1px solid #ca033e;
    border-radius: 2px;
    color: #ca033e;
}
.white_area .flexslider .slides > li .icon_photo {    
	/*background: rgba(90,90,90,0.7);
	color: #fff;*/
	padding: 2px 2px;
    border: 1px solid #7A7A7A;
    border-radius: 2px;
    color: #7A7A7A;
}
.white_area .flexslider .slides .icon_flex > span {
	margin-right: 1px;
    font-size: 0.69rem;
}
.white_area .flexslider .slides .icon_flex > span:last-child {
	margin-right: 0;
}

.photo_link {
	background: #c90037;
	text-align: center;
	width: 90%;
	margin: 10px auto 0;
	padding: 10px 0;
	border-radius: 25px;
}
.photo_link::after {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_arrow.png) no-repeat;
	background-size: 100% auto;
	width: 4vw;
	height: 4vw;
	background-position: bottom center;
	margin-left: 3px;
}
.photo_link a {
	color: #FFF;
	font-size: 4.5vw;
}
.flex_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.realtime_thumb {
	width: 30%;
}
.realtime_right,
a.realtime_right {
	display: block;
	width: 68%;
	color: inherit;
}
.rt_ttl {
	color: #c90037;
	font-size: 4.5vw;
	font-weight: bold;
}
.realtime_right .date {
	text-align: right;
	font-size: 3.5vw;
	padding-bottom: 5px;
}
.realtime_right .body {
	font-size: 3.5vw;
}
.photoblog_ttl {
	background: #c90037;
	color: #FFF;
	font-size: 3.8vw;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
.elps {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.thumb_box,
.movie_thumb {
	position: relative;
	border: 1px solid #c90037;
	box-sizing: border-box;
}
.movie_thumb {
	padding-top: 90%;
	background: #fff;
	margin-bottom: 10px;
}
/*
.movie_thumb:after {
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(https://img.undernavi.com/front/pc/common/btn_movie.png) no-repeat center center;
}
*/
.movie_thumb img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-height: 100%;
	width: 100%;
	object-fit: cover;
}
#movie .movie_thumb img{
	width:auto;
}
.movie_thumb_btn {}
.movie_thumb_btn:after {
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(https://img.undernavi.com/front/pc/common/btn_movie.png) no-repeat center center;
}
.sankaku {
	content: "";
	border-top: 10px solid #c90037;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: 0;
	left: calc(50% - 8px);
	z-index:1;
}
.jotai02 {
	background: #6586f1;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
	font-size: 3.5vw;
}
#photoblog .date,
#movie .date{
	color: #000;
	text-align: center;
	padding: 3px 0 0 0;
}
#photoblog .name,
#movie .name {
	font-size: 4vw;
	color: #c90037;
}
#photoblog .age,
#movie .age {
	font-size: 3.5vw;
	color: #c90037;
	padding-left: 3px;
}

.ttl_discount {
	background: #2aa1d3;
	color: #FFF;
	font-size: 4vw;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.flex_price {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-bottom: 15px;
}
.flex_price img {
	width: 14px;
}
.txt_bforeprice {
	font-size: 4vw;
	padding-right: 5px;
}
.txt_price {
	font-size: 5.5vw;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
}
.txt_price span {
	color: #c80037;
}
.rank_txt {
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	padding-bottom: 15px;
}
.rankList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.rankList li:nth-child(-n+2) {
	width: 48%;
}
.rankList li:nth-child(n+3) {
	width: 23%;
}
.rankList li .rankNum {
	font-size: 4vw;
	text-align: center;
	margin: 15px auto 2px auto;
	color: #b1b1b1;
	font-weight: bold;
}
.rankList li:nth-of-type(-n+2) .rankNum {
	font-size: 5.5vw;
	font-weight: bold;
	width: 55%;
	margin: 0 auto 5px auto;
}
.rankList li:nth-of-type(3) .rankNum {
	font-size: 4.2vw;
	font-weight: bold;
	width: 82%;
	margin: 15px auto 2px auto;
}
.rankList li .rank1 {
	color: #e6bd00;
	background: url(https://img.undernavi.com/front/pc/shop/no1crown.png) no-repeat;
}
.rankList li .rank2 {
	color: #b2b2b2;
	background: url(https://img.undernavi.com/front/pc/shop/no2crown.png) no-repeat;
}
.rankList li .rank3 {
	color: #cc9051;
	background: url(https://img.undernavi.com/front/pc/shop/no3crown.png) no-repeat;
	background-size: 28% auto;
}
.rankList li .rank1 span,
.rankList li .rank2 span {
	padding-left: 30px;
	display: flex;
}
.rankList li .rank3 span {
	padding-left: 20px;
}

.rankList li .thumb {
	height: 230px;
	overflow: hidden;
}
.rankList li:nth-child(n+3) .thumb {
	height: 110px;
	overflow: hidden;
}
.rankList li:nth-of-type(-n+2) .prof .name {
	font-size: 5vw;
}
.rankList li .thumb img {
	width: 100%;
	height:auto;
}
.prof .name {
	font-size: 4vw;
	font-weight: bold;
	color: #c90037;
	padding: 3px 0 0 0;
}
.prof .size {
	color: #333333;
}
#kanban {
	padding-bottom: 20px;
	text-align: center;
}
#kanban img,
.kanban img,
#kanban00 img {
	width: 100%;
	height: auto;
}
#kanban00 {
	/*padding-bottom: 10px;*/
	text-align: center;
}
table.shop_prof {
	width: 100%;
	text-align: center;
	border: 1px solid #707070;
	border-collapse: collapse;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 20px auto;
}
table.shop_prof th {
	background: #707070;
	color: #FFF;
	font-size: 4vw;
	padding: 5px 0;
}
table.shop_prof td {
	font-size: 4vw;
	border: 1px solid #707070;
	padding: 5px 0;
}
table.shop_prof td:nth-child(odd) {
	width: 28%;
}

/* >>>> aside links */
.flex_link {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
}

.flex_link .link01,
.flex_link .link02,
.flex_link .link03 {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	width: 48%;
	margin-right: .25em;
	line-height: 1;
	border: 1px solid #999;
	border-radius: .25em;
	cursor: pointer;
	background-size: auto 1.5em;
	background-position: left .75em center;
	background-repeat: no-repeat;
	padding: 1.5em .5em 1.5em 3em;
	text-align: left;
	color: #343434;
	font-weight: bold;
	font-size: 3.2vw;
}
.flex_link .link01 {
	background-image: url(https://img.undernavi.com/front/sp/shop/icon_star.png);
}
.flex_link .link02 {
	background-image: url(https://img.undernavi.com/front/sp/shop/icon_earth.png);
}
.flex_link .link03 {
	background-image: url(https://img.undernavi.com/front/sp/shop/icon_dm_eu04pink.png);
}
.flex_link [class^=link]:last-child {
	margin-right: 0;
}
.flex_link.flex_link_new .link01, .flex_link.flex_link_new .link02, .flex_link.flex_link_new .link03 {
	background: none;
	padding: 1em .5em;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.flex_link.flex_link_new .link01 span, .flex_link.flex_link_new .link02 span, .flex_link.flex_link_new .link03 span {
	display: block;
	font-size: 2.5vw;
	white-space: nowrap;
	margin-top: auto;
}
.flex_link.flex_link_new img {
	margin-bottom: 1em;
	height:auto;
}
.flex_link.flex_link_new .link03 img {
	width: 1.7rem;
}
/* <<<< aside links */

.rt_tab {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 20px auto;
}
.rt_tab li {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-right: 1px solid #FFF;
	border-radius: 4px 4px 0 0;
	text-align: center;
	padding: 5px 0;
}
.rt_tab li:last-child {
	border-right: 0;
}
.rt_tab li.active {
	background: #c80037;
	position: relative;
	color: #fff;
	text-align: center;
}
.rt_tab li.active span {
	color: #FFF !important;
}
.rt_tab li.active:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 13px solid #c80037;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.rt_tab li span {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
}
.rt_tab li.active {
	color: #FFF !important;
}
.rt_tab li:nth-child(2) {
	color: #eb6877;
}
.rt_tab li:nth-child(3) {
	color: #f19149;
}
.rt_tab li:nth-child(4) {
	color: #dc1e78;
}
.rt_tab li:nth-child(5) {
	color: #0d348e;
}

#footer {
	background: #e7e7e7;
	padding-bottom: 18vw;
}

#footer .pc_view {
	display: block;
	font-size: 4.5vw;
	color: #c80037;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}
#footer small {
	display: block;
	font-size: 4vw;
	padding-bottom: 5px;
}
.flex_foot_menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
.foot_menu {
	background: #FFF;
	padding: 20px 2%;
}
.foot_menu .half_btn {
	display: block;
	width: 48%;
	background: #c80037;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-size: 4.5vw;
}
.foot_menu .full_btn {
	display: block;
	width: 100%;
	background: #c80037;
	color: #FFF;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 15px;
	font-size: 4.5vw;
}
.foot_menu .full_btn img {
	height: auto;
	margin-right: .3em;
	vertical-align: middle;
	width: 6%;
}
.box_search {
	padding: 10px 0 25px 0;
}
.box_search .ttl {
	font-size: 4.5vw;
	font-weight: bold;
	padding-bottom: 5px;
}
.box_search_ul {
	margin-bottom: 3.5vw;
	font-size: 0;
}
.box_search_ul li {
	display: inline-block;
	padding-right: 1vw;
	line-height: 2;
	font-size: 4vw;
}
.box_search_ul li::after {
	display: inline-block;
	padding-left: 1vw;
	font-size: inherit;
	content: "｜";
}
.box_search_ul li:last-child::after {
	display: none;
}
.box_search_ul li a {
	color: #333333;
}

.shop_name {
	color: #c90037;
	font-size: 5vw;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.shop_name.freeshop_name {
	padding: 40px 0;
	border: 3px solid #c90037;
	background: -moz-repeating-linear-gradient( 90deg, #ffeef3 0, #ffeef3 4px, #fff 4px, #fff 8px);
	background: -webkit-repeating-linear-gradient( 90deg, #ffeef3 0, #ffeef3 4px, #fff 4px, #fff 8px);
	background: repeating-linear-gradient( 90deg, #ffeef3 0, #ffeef3 4px, #fff 4px, #fff 8px);
}
.white_area #kanban00 .freeShop_name,
.white_area #kanban00 .freeShop_data {
	display: none;
}
.shop_time, .shop_holiday {
	padding: 0 0 8px 85px;
}

/* 下層共通
***************************************/
.elps {
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.txt_chui {
	text-align: center;
}
.txt_chui span {
	color: #c30c3c;
	font-weight: bold;
}
.ttl_red {
	background: #c30c3c;
	color: #FFF;
	font-size: 5vw;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

/* footerFixed 
***************************************/
.footer_fixed {
	position: fixed;
	width: 100%;
	height: 18.75vw;
	bottom: 0;
	z-index: 15;
	display: none;
	background: rgba(0,0,0,0.75);
	padding: 3.125vw 3.125vw 0 3.125vw;
}
.footer_fixed .flex_box {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 3.125vw;
	
}
.footer_fixed .flex_box .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, #ef5da8, #e00075);
	width: 58%;
	text-align: center;
	color: #FFF;
	font-size: 4.5vw;
	font-weight: bold;
	border: .625vw solid #FFF;
	border-radius: 2.5vw;
	/*padding: 2.5vw 0;*/
	/* 	padding-top: 3.4375vw; */
	margin-right: 2%;
}
.footer_fixed .flex_box .tel.telcall02 {
	padding: 2.5vw 0;
	padding-top: 3.4375vw;
}
.footer_fixed .flex_box .tel:before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_tel.png) no-repeat;
	background-size: 94% auto;
	width: 4vw;
	height: 4vw;
	/* 	margin-top: .9375vw; */
	margin-right: 1.5625vw;
}
.footer_fixed .flex_foot {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.footer_fixed .flex_foot li {
	width: 100%;
	background: #c80037;
	margin-right: 2%;
	display: flex;
	align-items: center;
	border-radius: 2.1875vw;
}
.footer_fixed .flex_foot li:last-child {
	margin-right: 0;
}
.footer_fixed .flex_foot li div,
.footer_fixed .flex_foot li a {
	display: block;
	cursor: pointer;
	font-size: 4vw;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 1.5625vw 0;
}
.footer_fixed .flex_box .tel .btn_tel_modal {
	display: inline-block;
	cursor: pointer;
	color: #FFF;
}

/* flexSlider_調整
************************************************/
.white_area .flexslider {
	margin-bottom: 10px;
}
.white_area .flexslider .slides > li {
	position: relative;
}
.white_area .flex-direction-nav .flex-prev,
.white_area .flex-direction-nav .flex-next {    
	font-size: 0;
}
.white_area .flex-direction-nav a {
	top: 35%;
}
.white_area .flex-direction-nav .flex-next {
	text-align: right;
}
.white_area .flex-direction-nav .flex-next {
	top: 35%;
	right: -15px;
}
.white_area .flex-direction-nav .flex-prev {
	top: 35%;
	left: -5px; 
}
.white_area .flex-direction-nav a:before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/arrow_right.png) no-repeat;
	background-size: 65% auto;
	width: 28px;
	height: 28px;
}
.flex-direction-nav a.flex-prev:before {
	background: url(https://img.undernavi.com/front/sp/shop/arrow_left.png) no-repeat;
	background-size: 65% auto;
}
#photoblog .flex-direction-nav a {
	top: 48%;
}

/* pager
****************************************************************/
.pager {
}
.pager ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.pager ul li {
	font-weight: bold;
	border: 2px solid #dcdcdc;
	border-radius: 5px;
	margin-right: 5px;
	background-color: #ffffff;
}
.pager ul li:last-child {
	margin-right: 0;
}
.pager ul li span {
	display: block;
	color: #8b8b8b;
	background: #f5f5f5;
	padding: 10px;
}
.pager ul li a {
	display: block;
	color: #000;
	padding: 10px;
}

/* master_plan
******************************************************************/
.master_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.master_flex .shop_name {
	color: #c90037;
	font-size: 4.8vw;
	font-weight: bold;
	text-align: left;
	width: 75%;
}
.master_flex .type {
	display: block;
	width: 23%;
	background: #ccb852;
	text-align: center;
	color: #FFF;
	font-size: 3vw;
	border-radius: .25em;
	padding: .125em .5em;
	/* margin-left: 5px; */
}
.master_flex02 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.master_flex02 .time {
	padding-left: 10px;
}
.photo_link-master {
	position: absolute;
	top: 0;
	right: 0;
	background: #c90037;
	text-align: center;
	width: 32%;
	margin: 0 auto;
	padding: 1px 0;
	border-radius: 25px;
}
.photo_link-master::after {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_arrow.png) no-repeat;
	background-size: 94% auto;
	width: 3vw;
	height: 3vw;
	margin-top: 0px;
	margin-left: 3px;
	background-position: center;
}
.photo_link-master a {
	color: #FFF;
	font-size: 4vw;
	font-weight: normal;
}
.master_photoblog {
	
}
.master_photoblog li {
	display: flex;
	border: 1px solid #c70037;
	margin-bottom: 15px;
	height: 40vw;
	overflow-y: hidden;
	position: relative;
}
.master_photoblog li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.master_photoblog li .thumb_box {
	width: 30%;
	height: 100%;
	position: relative;
	border: none;
	overflow: hidden;
}
.master_photoblog li .thumb_box img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.master_photoblog li .thumb_box2 {
	width: 30%;
	height: 100%;
	position: relative;
	border: none;
}
.master_photoblog li .thumb_box2_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.master_photoblog li .thumb_box2_bg > .play {
    position: absolute;
    width: 2.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.master_photoblog li .master_right {
	width: 70%;
}
.master_photoblog li .in {
	padding: 5px;
}
#photoblog .master_photoblog li .in .date {
	text-align: left;
	color: #000;
	font-size: 4vw;
}
#photoblog .master_photoblog li .in .photoblog_ttl {
	color: #c70037;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: none;
	padding-bottom: 2px;
	margin-bottom: 7px;
}
#photoblog .master_photoblog li .in .name {
	font-size: 4.5vw;
	font-weight: bold;
	padding-bottom: 3px;
}
#photoblog .master_photoblog li .in .prof {
	font-size: 3.5vw;
}
.now_flex li {
	display: flex;
	border: 1px solid #c70037;
	margin-bottom: 15px;
	position: relative;
}
.now_flex li .in {
	padding: 8px;
}
.now_flex li figure {
	width: 35%;
	border: none;
	height: 150px;
	overflow-y: hidden;
}
.now_flex li .master_right {
	width: 67%;
}
.now_flex li .icon_flex {
	display: flex;
	flex-wrap: nowrap;
}
.now_flex li .icon_flex .new {
	background: rgba(90,90,90,0.7);
	color: #fef301;
	padding: 2px 10px;
}
.now_flex li .icon_flex .icon_photo {
	background: rgba(90,90,90,0.7);
	color: #fff;
	padding: 2px 10px;
}
.icon_photo > a {
	position: relative !important;
}
.now_flex li .icon_flex span {
	margin-right: 3px;
}
.now_flex li .icon_flex span:last-child {
	margin-right: 0px;
}
.now_flex li .jotai {
	position: inherit;
	margin: 5px 0;
}
.now_flex li .wait {
	color: #fe0100;
	text-align: center;
	font-size: 4.6vw;
	font-weight: bold;
	padding-bottom: 5px;
}
.now_flex li .name {
	color: #c50036;
	font-size: 5vw;
	font-weight: bold;
	padding-bottom: 5px;
}
.now_flex li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

/* 女の子タブ
*******************************************************/
#tabContent {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
#tabContent li {
	width: 100%;
	background: #f5f5f5;
	font-size: 3.2vw;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
	padding: 10px 0;
	color: #808080;
	position: relative;
	z-index: 1;
}
#tabContent li:last-child {
	margin-right: 0px;
}
#tabContent li.active {
	background: #c80e36;
	color: #FFF!important;
	position: relative;
}
#tabContent li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #c80037;
}
#tabContent li.active em {
	color: #FFF;
}
#tabContent li .count_schedule {
	display: block;
	z-index: 2;
	position: absolute;
	top: -1em;
	right: -.25em;
	color: #FFF;
	background: #ec6876;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: .76rem;
}
#tabContent li .count_newf {
	display: block;
	z-index: 2;
	position: absolute;
	top: -1em;
	right: -.25em;
	color: #FFF;
	background: #f29149;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: .76rem;
}
#tabContent li .count_lady {
	display: block;
	z-index: 2;
	position: absolute;
	top: -1em;
	right: -.25em;
	color: #FFF;
	background: #d52279;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: .76rem;
}
#tabContent li .tsche,
#tabContent li .zaiseki {
	color: #d52279;
}
#tabContent li .newf {
	color: #f29149;
}
/*#tabschedule,
#tabnew,
#taball {
	display: none;
}*/
#realtime {
	margin-bottom: 15px;
}
#realtime .contents {
	display: none;
}

#realtime .contents.active {
	display: block;
}
#realtime .nodata {
	padding: 2.5vw 0;
	/* 	margin: 10px 0; */
	border: 1px solid #c80037;
	color: #c80037;
	text-align: center;
}
#tabContent li .tsche {
	color: #ec6876;
}


.tab_lady {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
.tab_lady li {
	width: 100%;
	background: #f5f5f5;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
	padding: 7px 0;
	color: #808080;
}
.tab_lady li:last-child {
	margin-right: 0px;
}
.tab_lady li.active {
	background: #c80e36;
	color: #FFF!important;
	position: relative;
}
.tab_lady li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #c80037;
}
.tab_lady li.pink {
	color: #d52279;
}
.tab_lady li.orange {
	color: #f29149;
}
.area ol {
	display: none;
}
.show {
	display: block;
}

/*
jsModal
--------------------------------------------------------- */
.jsModal {
  z-index: 201;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
}
.jsModal_scroller {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.jsModal_scroller_main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.jsModal_scroller_main-noCentering {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  transform: none;
}

/*
authModal
--------------------------------------------------------- */
.authModal {
  width: 100%;
  padding: 10vw 2.5vw;
  background-color: #ffffff;
}
.authModal_logo {
  display: block;
  margin: 0 auto 5vw;
}
.authModal_18kin {
  display: block;
  margin: 0 auto 5vw;
}
.authModal_lead {
  margin-bottom: 2.5vw;
}
.authModal_lead strong {
  color: #c80037;
  font-size: 1.23rem;
  font-weight: bold;
}
.authModal_leadEng {
  margin-bottom: 5vw;
  color: #555555;
}
.authModal_btns {
  padding: 0 10vw;
}
.authModal_btns_btn {
  display: block;
  width: 100%;
  margin-bottom: 5vw;
  padding: 1em 0;
  border-radius: 10px;
  border: none;
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.4);
  background-color: rgba(51, 51, 51, 0.9);
  font-size: 1.23rem;
  color: #ffffff;
  text-align: center;
}
.authModal_btns_btn-enter {
  background-color: #c80037;
}

/*
cMarquee
--------------------------------------------------------- */
.cMarquee {
  position: relative;
  display: block;
  height: 1.5em;
  padding: 0;
  line-height: 1.5;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: bold;
}
.cMarquee li {
  position: absolute;
  display: block;
  white-space: nowrap;
}

/* 求人導線強化用
**************************************************************************/
.footer_fixed .flex_foot li {
    position: relative;
}
.un_char {
    display: block;
    width: 40%;
    position: absolute;
    top: -25%;
    left: -3.5%;
    height:auto;
}
.un_char2 {
    display: block;
    width: 2.65rem;
    position: absolute;
    top: -18%;
    left: -0.47rem;
    height:auto;
}
.un_char3 {
    width: 20%;

}
.txt_ajust {
    margin: 0 0 0 45% !important;
}
.fuwafuwa {
    -webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa { 
    0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
    50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}
@keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
    50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}


/* 「アンダー見た！」モーダル
----------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 94%;
}
.btn_box {
    display: block;
    position: relative;
}
.modal .modal__content .btn_tel_green {    
    background: #4cba1a;
    color: #fff;
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 6px;
    border-bottom: 7px solid #309901;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.btn_box p {
    position: absolute;
    bottom: -2rem;
    left: -1.3rem;
    /*animation: flash 0.3s linear infinite;*/
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }  
  100% {
    opacity: 1;
  }
}
.js-modal-close img {
    display: block;
    position: absolute;
    top: -30px;
    right: -5px;
    width: 14%;
}

.discountOrigin span {
    text-decoration: line-through;
}


.discountListItem1 {
  position: relative;
  margin-bottom: 10vw;
  border: 2px solid #c80037;
}

.discountListItem1 .discountComment h4{
  font-weight:bold;
}

.discountListItem1 .discountComment img{
  vertical-align:middle;
  width:8%;
}

.discountListItem1 h3 {
  position:relative;
  display:block;
  background: #c80037;
  border-top: 5px solid #c80037;
  color: #fff;
  margin-bottom: 0;
  padding: .25em .5em;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: none;
}

.discountListItem1 h3:after {
  content:"";
  display:block;
  position:absolute;
  top:-2px;
  left:0;
  width:100%;
  border-bottom:2px dashed #fff;
}

.discountListItem1 h3 span {
  color: #ff9;
  font-weight: bold;
}

.discountListItem1 p[class^='fee']{
  padding:2vw;
  font-size: 4.5vw;
  font-weight:bold;
  text-align:center;
}

.discountListItem1 .fee10000{
  background:#b2e8ff;
}
.discountListItem1 .fee15000{
  background:#c1ffb2;
}
.discountListItem1 .fee20000{
  background:#ffd5b2;
}
.discountListItem1 .fee30000{
  background:#ffb2c8;
}

.discountListItem1 .discountMain{
  padding:3vw;
  background:#eee;
}

.discountListItem1 .discountFee{
  font-size:0;
}

.discountListItem1 .discountFee p{
  display:inline-block;
  vertical-align:middle;
  font-size:4vw;
}

.discountListItem1 .discountAfter{
  display:inline-block;
  vertical-align:middle;
  font-size:4vw;
  font-weight:bold;
}

.discountListItem1 .discountAfter span{
  color:#c80037;
  font-size:7.5vw;
}

.discountListItem1 .difference{
  padding:1vw;
  background:#fff;
  border:1px solid #999;
  border-radius:100px;
  color:#999;
  font-size:5vw;
  font-weight:bold;
  text-align:center;
}

.discountListItem1 .difference span{
  font-size:1rem;
  font-weight:normal;
}

.discountListItem1 .discountComment{
  margin-top:3vw;
  padding:2vw;
  background:#fff;
  border-radius:5px;
  box-shadow:0 0 2px #aaa;
}

/* トグル関連 */

.discountComment{
	position:relative;
}

.discountComment.hide{
	height:130px;
	overflow:hidden;
}

.discountComment .discountBtn{
	display:none;
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	background:linear-gradient(to bottom,rgba(255,255,255,00) 0,rgba(255,255,255,1) 80%);
}

.discountComment.hide .discountBtn{
	display:block;
}

.discountComment button{
	display:block;
	width:70%;
	padding:8px 0;
	margin:0 auto;
	border:none;
	border-radius:5px;
	box-shadow:0 0 3px #aaa;
	color:#777;
}

.discountComment .open{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_d.png') no-repeat 90% center / auto 40%;
}

.discountComment.hide .close{
  display:none;
}

.discountComment .close{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_u.png') no-repeat 90% center / auto 40%;
}

.other_discount {
    background: #eeeeee;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 6px 2%;
    border-bottom: 1px solid #ccc;
}
.other_discount:last-of-type {
    border-bottom: none;
}
.other_discount .fee10000,
.other_discount .fee15000,
.other_discount .fee20000,
.other_discount .fee30000 {
    width: 29%;
    font-size: 0.78rem !important;
    padding: 1vw 0 !important;
}
.other_discount .discountOrigin span {
    text-decoration: line-through;
}
.discountListItem1 {
    margin-bottom: 3vw !important;
}
.other_discount .discountArrow {
    width: 5.5%;
    text-align: center;
}
.other_discount .discountAfter {
    width: 33%;
    font-size: 3.5vw !important;
}
.other_discount .discountAfter span {
    font-size: 6.2vw !important;
}

.flex_commentBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 5px auto 0 auto;
}
.flex_commentBox img {
    width: 30%;
}
.flex_commentBox .discountComment {
    width: 68%;
    margin-top: 0.5vw;
}
.modal__content .discountListItem1 .discountMain {
    padding: 3vw 3vw 0 3vw;
}

.grecaptcha-badge { visibility: hidden; }
.recaptcha_policy {
    color: #999;
    padding-top: 5px;
    font-size: 0.85rem;
}
.recaptcha_policy a {
    color: #a4cff5;
}



.flex_foot_new li img,
#shopglobalmenu .time_tel ul.shopmenu_new li a img,
#shopglobalmenu .time_tel ul.shopmenu_new li div img{
	width: 35px;
	display: block;
	margin: 0 auto;
	height:auto;
}

.tel.telcall.telcall_new::before {
	background: none;
	content: none;
}
.flex_foot_new li p {
	font-weight: bold;
	font-size: 11px;
	text-align:center;
}
/*.tel.telcall.telcall_new p,*/
#shopglobalmenu .time_tel ul.shopmenu_new li a .f-color01 {
	color: #3ec936;
}
.flex_foot_new li .f-color02,
#shopglobalmenu .time_tel ul.shopmenu_new li a .f-color02 {
	color:#4367b0 ;
}
.flex_foot_new li .f-color03,
#shopglobalmenu .time_tel ul.shopmenu_new li a .f-color03 {
	color:#ff6371;
}

.flex_foot_new li .f-color04,
#shopglobalmenu .time_tel ul.shopmenu_new li .f-color04 {
	color: #fc4546;
}
#shopglobalmenu .time_tel ul.shopmenu_new li p {
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.flex_foot_new li div.click_job.txt_ajust {
	margin-left: 0 !important;
}

.flex_foot_new {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.flex_foot_new .favorite_shop.favorite_shop-sp {
	width: 100%;
}
.flex_foot_new li .tel.telcall.telcall_new {
	width: 100%;
	/*background: #fff;*/
	display: block;
	font-size: inherit;
	margin: 0;
	padding: 0;
	border-color: transparent;
	border-radius: 1.5vw;
}
.flex_foot_new li {
	text-align: center;
	flex: 1;
	background: #fff;
	border-radius: 1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.flex_foot_new .li_tel {	flex: 2.5;}
.flex_foot_new li a {
	display: block;
	width: 100%;
}
.flex_foot_new li:not(:last-child) {
	margin-right: 2%;
}

/* 求人リンク関連 {{{ */
.recruitLinkModal {
	display: none;
	position: fixed;
	bottom: 18.75vw;
	left: 0;
	width: 100%;
	z-index: 102;
	padding: 8vw 20vw;
	border-top: 1px solid #beb5ba;
	background-color: #fff;
}
.recruitLinkModalHeading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1em;
	color: #c80037;
	font-weight: bold;
	font-size: 7vw;
}
.recruitLinkModalHeading img {
	margin-right: .25em;
	height: 1em;
}
.recruitLinkModalTable {
	width: 100%;
	margin-top: 2vw;
	font-size: 5vw;
}
.recruitLinkModalTable tr {
	border: 1px solid #beb5ba;
}
.recruitLinkModalTable tr th {
	background-color: #d9d9d9;
}
.recruitLinkModalButtons {
	margin-top: 4vw;
}
.recruitLinkModalButtons li {
	margin-top: 2vw;
}
.recruitLinkModalButtons li a {
	display: block;
	width: 100%;
	height: 12vw;
	line-height: 12vw;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
	border: solid 1px #1954a4;
	background: #3098e3;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#3098e3),to(#1c58c3));
	background: linear-gradient(to bottom,  #3098e3 0%,#1c58c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098e3', endColorstr='#1c58c3',GradientType=0 );
}
.recruitLinkModalButtons li a.--color-pink {
	border: solid 1px #b63540;
	background: #f77187;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#f77187),to(#e3404d));
	background: linear-gradient(to bottom,  #f77187 0%,#e3404d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
}
.recruitLinkModalCloser {
	position: absolute;
	right: 3vw;
	top: 3vw;
}
/* 求人リンク関連 }}} */

#shopglobalmenu .time_tel ul.shopmenu_new {
	display: flex;
	justify-content: space-around;
}
#shopglobalmenu .time_tel ul.shopmenu_new li a {
	padding: 0;
	box-shadow: none;
	background: none;
	border: none;
	display: block;
	width: 100%;
}
#shopglobalmenu .time_tel ul.shopmenu_new li {
	background: #fff;
	border-radius: 1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0 0 0;
}

/* TODO: JSで上書きしている箇所もあるので整理する */
/* 下部配置関係 >>>>>=====================================*/
/* マイページメニュー がある */
.bottomMenu ~ #footer {
  padding-bottom: 35.5vw;
}
.bottomMenu ~ .toTopBtnWrapper {
  bottom: 18.5vw;
}
.bottomMenu ~ .footer_fixed {
	bottom: 15vw;
}
.bottomMenu ~ #slideup {
  bottom: 15vw;
}

/* 追尾オーバーレイ がある */
.fotter_fixed_appeared ~ #footer {
  padding-bottom: 38vw;
}
.fotter_fixed_appeared ~ .toTopBtnWrapper {
  bottom: 21.5vw;
}
.fotter_fixed_appeared ~ #slideup {
  bottom: 18.75vw;
}

/* 下部固定バナー がある */
.bottomBannerAppeared ~ #footer {
  padding-bottom: 46vw;
}
.bottomBannerAppeared ~ .toTopBtnWrapper {
  bottom: 31.5vw;
}
.bottomBannerAppeared ~ .footer_fixed {
	bottom: 15vw;
}

/* マイページメニュー 追尾オーバーレイ がある */
.bottomMenu ~ .fotter_fixed_appeared ~ #footer {
  padding-bottom: 52.5vw;
}
.bottomMenu ~ .fotter_fixed_appeared ~ .toTopBtnWrapper {
  bottom: 36.5vw;
}
.bottomMenu ~ .fotter_fixed_appeared ~ #slideup {
  bottom: 33.75vw;
}
.bottomMenu ~ .fotter_fixed_appeared ~ .recruitLinkModal {
  bottom: 33.75vw;
}

/* マイページメニュー 下部固定バナー がある */
.bottomMenu ~ .bottomBannerAppeared ~ #footer {
  padding-bottom: 62.5vw;
}
.bottomMenu ~ .bottomBannerAppeared ~ .toTopBtnWrapper {
  bottom: 46.5vw;
}

/* 追尾オーバーレイ 下部固定バナー がある */
.fotter_fixed_appeared ~ .bottomBannerAppeared ~ #footer {
  padding-bottom: 66.5vw;
}
.fotter_fixed_appeared ~ .bottomBannerAppeared ~ .toTopBtnWrapper {
  bottom: 51.5vw;
}

/* マイページメニュー 追尾オーバーレイ 下部固定バナー がある */
.bottomMenu ~ .fotter_fixed_appeared ~ .bottomBannerAppeared ~ #footer {
  padding-bottom: 81.5vw;
}
.bottomMenu ~ .fotter_fixed_appeared ~ .bottomBannerAppeared ~ .toTopBtnWrapper {
  bottom: 65.5vw;
}
/* 下部配置関係 <<<<<=====================================*/

/* 周辺のオススメ店とオススメの女の子
**************************************************************************/
.recommend-box {
	padding: 20px 15px;
	background-color: #fff;
}
.recommend-box .list {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
}
.recommend-box .list > li {
	width: 47vw;
	min-width: 47vw;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	vertical-align: top;
}
.recommend-box .list > li .thumb {
	position: relative;
	margin-bottom: 5px;
	padding-top: calc( 219 / 164 * 100% );
}
.recommend-box .list > li .thumb img {
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.recommend-box .list > li .name {
	padding: 5px 0 3px;
}
.recommend-box .list > li .name a {
	color:  #c80037;
	font-size: 131%;
	font-weight: bold;
}
.recommend-box .list > li .data {
	white-space: normal;
}
.recommend-box .list > li .data .type {
	display: inline-block;
	margin-bottom: 2px;
	padding: 2px;
	border:  1px solid #303030;
	border-radius: 3px;
	font-size: 11px;
}

.recommend-box.lady-recommend .list > li {
	padding: 0 0 5px;
}
.recommend-box.lady-recommend .list > li .thumb,
.recommend-box.lady-recommend .list > li .cate {
	margin: 5px 5px 0;
}
.recommend-box .list > li .l_name {
	padding: 5px 5px 0;
	font-size: 116%;
	font-weight: bold;
}
.recommend-box .list > li .prof {
	margin-bottom: 5px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 11px;
}
.recommend-box .list > li .shopname a {
	color: #d32f62;
}
.modal_deficit {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 4px #c90037;
	padding: 15px 5%;
	background: #fff;
	width: 92%;
	height: auto;
	z-index: 999;
	line-height:1.5;
}
.deficit_report-close {
	position: absolute;
	right: -15px;
	top: -5.5%;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.deficit_report-btn {
	text-align: right;
	margin: 10px auto;
}
.modal_deficit  .mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #c80037;
	font-weight: bold;
}
.modal_deficit .type {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.modal_deficit  .type_check {
	font-weight: bold;
	color: #c80037;
	margin-left: 10px;
}
.modal_deficit  .status_box::after {
	content: '';
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 11px solid #000;
	position: absolute;
	right: 10px;
	top: 40%;
	pointer-events: none;
}
.modal_deficit  .status_box {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
.modal_deficit  .status_box > select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 5px;
	border: 1px solid #8f8f9d;
}
.modal_deficit  .txtbox {
	margin-bottom: 20px;
}
.modal_deficit  .txtbox > textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #8f8f9d;
}
.modal_deficit  .submit {
	text-align: center;
}
.modal_deficit  .submit button {
	border: none;
	font-size: 14px;
	background: #7e4d7c;
	color: #fff;
	width: 125px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
}
.modal_deficit .submit button:hover {
	opacity:0.7;
}
.cp_box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.cp_box .labelFire {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 120px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	/*background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);*/
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 1) 57%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.labelFire::after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	content: '続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #000;
	border-radius: 10px;
	width: 80%;
	border: solid 1px #cfcfcf;
	background: url(https://img.undernavi.com/dxplan/sp/underArrow.png) 98% center no-repeat #fff !important;
	background-position: 80% 50% !important;
	background: rgba(255,255,255,0.7);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;
	padding: 5px;
	height:120px;
}
.i_comment {
	line-height: 1.5;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '閉じる';
	background: url(https://img.undernavi.com/dxplan/sp/topArrow.png) 98% center no-repeat !important;
	background-position: 80% 50% !important;

}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 70px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/* pagerCount
--------------------------------------------------------- */
.cPagerCount {
  padding: 2.5vw;
}
.cPagerCount .total {
  font-weight: bold;
  color: #c80037;
}

/* cPager
--------------------------------------------------------- */
.cPager {
  margin-bottom: 5vw;
  text-align: center;
}
.cPager li {
  display: inline-block;
  border-radius: .25em;
  border: 1px solid #999;
  overflow: hidden;
  margin-right: 5px;
}
.cPager li:last-child {
  margin-right: 0;
}
.cPager li a,
.cPager li span {
  display: block;
  padding: .5em .75em;
}

.cPager li a {
  color: inherit;
}
.cPager li span {
  background-color: #eee;
}

/***********************************************************



************************************************************/

.form_common input[type="submit"],
.form_common button, .form_common input[type="reset"],
.form_common select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.form_common input[type="reset"], .form_common button, .form_common input[type="submit"] {
	width: 100%;
	display: block;
	padding: 10px;
	background: #e9e9ed;
	color: #000;
	border: 1px solid #ccc;
	font-size: 15px;
}
.form_common .select_box-item {
	position:relative;
}
.form_common .select_box-item select {
	width: 100%;
	padding: 10px;
	background: #e9e9ed;
	color:#000;
}
.form_common .select_box-item::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	pointer-events: none;
}


/*------------------------------SNSログイン---------------------------*/

.sns_login-txt {
	text-align: center;
	margin-bottom: 10px;
}

.btn.clr02.registbtn a {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 15px;
	padding: 0;
	color: #ec4c78;
	text-align: center;
	background: #ffe6ec;
	border: none;
	border: 1px solid #ec4c78;
	border-radius: 5px;
}
.btn.clr02.loginbtn input {
	margin: 15px auto 15px;
	background: #eb4f77;
	border-radius: 5px;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	display: block;
	width: 250px;
	padding: 10px;
}
.login_box li {
	text-align: left;
	color: #333333;
	font-weight: bold;
	margin: 10px 0;
}
.login_box li input[type="text"], .login_box li input[type="password"] {
	width: 100%;
}
.login_box li:last-child {
	display: flex;
	align-items: center;
}

/*------------------------------キャッシュバックモーダル---------------------------*/
.bottomMenu ~ .fotter_fixed_appeared ~ .cashback_btn {
  bottom: 36.5vw;
}
.fotter_fixed_appeared ~ .cashback_btn {
  bottom: 21.5vw;
}
.bottomMenu ~ .cashback_btn {
  bottom: 18.5vw;
}
.cashback_btn {
	position: fixed;
	z-index: 99;
	left: 2.5vw;
	width: 35%;
}

.cashback_modal {
	display: none;
	position: fixed;
	width: 82%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 201;
	text-align: center;
}
.cashback_btn-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	width: 90%;
}
.cashback_lay {
	position: fixed;
	top:0;
	z-index:200;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	transition: all 0.5s ease-out;
}

.cashback_close {
	text-align: right;
	--close-bound-size: 40px;
	position: absolute;
	right: 0;
	top: -40px;
	text-align: right;
}
.cashback_close-bound {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.cashback_close-bound::before, .cashback_close-bound::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cashback_close-bound::before, .cashback_close-bound::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height:40px;
  background: #fff;
}
.cashback_close-bound::before, .cashback_close-bound::after {
  width: 1px;
}
.cashback_close-bound::after, .cashback_close-bound::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.sch_area .right .time.situation.required {
	background: #F90;
}
.swiper-container.ad-swiper {
	background: #fff;
	padding: 10px 0 20px;
}
.adroute {
	background: #fff;
}
.fixed_coupon {
	position: fixed;
	bottom: 140px;
	z-index: 1;
	width: 60%;
	height: auto;
	left: calc(100% - 96%);
}
.fixed_coupon img {
	height: auto;
}
.fotter_fixed_appeared ~ .fixed_coupon {
  bottom: 21.5vw;
}
.bottomMenu ~ .fotter_fixed_appeared ~ .fixed_coupon {
  bottom: 36.5vw;
}
.fixed_coupon svg {
	position: absolute;
	right: -4vw;
	top: -4vw;
}
.preference_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 99.6%;
	margin: 0 auto;
	background: #fff;
}
.preference_list-item {
	width: 33.333%;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 18vw;
}
.preference_list-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #c90037;
	text-align: center;
	margin: 0 auto;
	font-size: 3.5vw;
}