@charset "utf-8";
:root {
	--c-red-color: #c90037;
	--c-gray-color: #626262;
	--c-gray02-color:#706f6f;
	--c-blue-color:#0179d4;
	--c-blue02-color:#1972ba;
	--c-pink-color:#e4007f;
	--xx-smaller-fontsize: 12px;
	--x-small-fontsize: 13px;
	--small-fontsize: 14px;
	--medium-fontsize: 15px;
	--larger-fontsize: 16px;
	--large-fontsize: 17px;
	--x-large-fontsize: 18px;
	--xx-large-fontsize: 19px;
}

/*================共通部分================*/

main{
	background:#fff;
}

main>section{
	padding:20px 0;
}

.col3,.col4,.col5{
	display:flex;
}

.col3>li{
	width:32%;
	margin-right:2%;
}

.col4>li{
	width:24%;
	margin:0 1.3% 10px 0;
}

.col5>li{
	width:19%;
	margin:0 1.25% 10px 0;
    border: 1px solid transparent;
    box-sizing: border-box;
}
/*.col5>li:hover{
    border: 1px solid #c80037;
    border-top: none;
}*/

.col3>li:nth-child(3n),.col4>li:nth-child(4n),.col5>li:nth-child(5n){
	margin-right:0;
}

.title01 .pickup{
	padding:2px 5px;
	margin-right:5px;
	border:2px solid;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
}

/*================中国地方・大阪MAP================*/

#map{
	border:2px solid #c80037;
	padding:3px;
	border-radius:3px;
	margin-bottom: 10px;
}

#map #map_head{
	position:relative;
	padding:5px 10px;
	background:#c80037;
	color:#fff;
}

#map #map_head h2{
	font-size:20px;
	font-weight:bold;
}

#map #map_head ul{
	position:absolute;
	right:10px;
	top:50%;
	display:flex;
	transform:translateY(-50%);
}

#map #map_head ul li{
	margin-left:5px;
}

#map #map_head ul li a{
	display:block;
	padding:3px;
	width:100px;
	background:#f3f3f3;
	border-radius:3px;
	font-weight:bold;
	text-align:center;
	box-shadow:0 0 2px #fff inset;
}

#map #map_head ul li a:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border:6px solid transparent;
	border-left:6px solid #c80037;
}

#map #map_body {
	position: relative;
	background: url('https://img.undernavi.com/front/pc/area/bg_osaka_map.png') no-repeat center center;
	width: 870px;
	height: 380px;
	margin-top: 5px;
	max-width: 100%;
	background-size: contain;
}

#map #map_body li{
	position:absolute;
}

#map #map_body li.none,#map #map_body li a{
	display:block;
	padding:5px 10px;
	background:linear-gradient(to bottom,#fff 0,#ccc 100%);
	border:3px solid;
	border-radius:3px;
	box-shadow:0 0 2px #fff inset,0 -1px 0 rgba(0,0,0,.7) inset;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}

#map #map_body li.none{
	color:#bbb;
}

#map #map_body #map_area li a:hover{
	border-color:#ff0;
	color:#fff;
	text-shadow:1px 1px 0 #000;
}

/*　ζ*'ヮ')ζ＜ボタンの場所設定だよ　*/

#map #map_body li#btn187 {
	top: 25px;
	left: 290px;
}
#map #map_body li#btn217 {
	top: 70px;
	left: 230px;
}
#map #map_body li#btn218 {
	top: 85px;
	left: 455px;
}
#map #map_body li#btn219 {
	top: 170px;
	left: 270px;
}

#map #map_body li#btn220 {
	top: 260px;
	left: 425px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#map #map_body li#btn221 {
	top: 140px;
	left: 400px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#map #map_body li#btn222 {
	top: 340px;
	left: 90px;
}

#map #map_body li#btn223 {
	top: 210px;
	left: 510px;
}

#map #map_body li#btn224 {
	top: 30px;
	left: 540px;
}

#map #map_body li#btn225 {
	top: 70px;
	left: 170px;
}

#map #map_body li#btn227 {
	top: 210px;
	left: 280px;
}

#map #map_body li#btn228 {
	top: 200px;
	left: 460px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#map #map_body li#btn229 {
	top: 300px;
	left: 280px;
}


/*　ζ*'ヮ')ζ＜ボタンの色設定だよ　*/

#map #map_body li#btn187.none,#map #map_body li#btn187 a{
	border-color:#56a9d8;
}

#map #map_body li#btn217.none,#map #map_body li#btn217 a{
	border-color:#e71d2c;
}

#map #map_body li#btn218.none,#map #map_body li#btn218 a{
	border-color:#01677b;
}

#map #map_body li#btn219.none,#map #map_body li#btn219 a{
	border-color:#e71d2c;
}

#map #map_body li#btn220.none,#map #map_body li#btn220 a{
	border-color:#e71d2c;
}

#map #map_body li#btn221.none,#map #map_body li#btn221 a{
	border-color:#e94893;
}

#map #map_body li#btn222.none,#map #map_body li#btn222 a{
	border-color:#036aa5;
}

#map #map_body li#btn223.none,#map #map_body li#btn223 a{
	border-color:#f15aa5;
}

#map #map_body li#btn224.none,#map #map_body li#btn224 a{
	border-color:#01677b;
}

#map #map_body li#btn225.none,#map #map_body li#btn225 a{
	border-color:#b81c21;
}

#map #map_body li#btn227.none,#map #map_body li#btn227 a{
	border-color:#e94893;
}

#map #map_body li#btn228.none,#map #map_body li#btn228 a{
	border-color:#e94893;
}

#map #map_body li#btn229.none,#map #map_body li#btn229 a{
	border-color:#036aa5;
}

/*ホバー時*/

#map #map_body li#btn187 a:hover{
	background:#56a9d8;
}

#map #map_body li#btn217 a:hover{
	background:#e71d2c;
}

#map #map_body li#btn218 a:hover{
	background:#01677b;
}

#map #map_body li#btn219 a:hover{
	background:#e71d2c;
}

#map #map_body li#btn220 a:hover{
	background:#e71d2c;
}

#map #map_body li#btn221 a:hover{
	background:#e94893;
}

#map #map_body li#btn222 a:hover{
	background:#036aa5;
}

#map #map_body li#btn223 a:hover{
	background:#f15aa5;
}

#map #map_body li#btn224 a:hover{
	background:#01677b;
}

#map #map_body li#btn225 a:hover{
	background:#b81c21;
}

#map #map_body li#btn227 a:hover{
	background:#e94893;
}

#map #map_body li#btn228 a:hover{
	background:#e94893;
}

#map #map_body li#btn229 a:hover{
	background:#036aa5;
}

body #powerTip{
	margin:10px 0;
	background:#fff;
	box-shadow:0 0 2px #000 inset;
}

body #powerTip dt{
	padding:5px 0;
	border-bottom:1px solid #333;
	color:#333;
	font-weight:bold;
}

body #powerTip a{
	color:#c80037;
	font-size:12px;
	line-height:1.6;
	text-decoration:underline;
}

body #powerTip .tip_more{
	text-align:right;
}

/*　ここから中国地方用　*/

#map #map_chugoku_body{
	position:relative;
	background:url('https://img.undernavi.com/front/pc/area/bg_chugoku_map.png') no-repeat center center;
	width:870px;
	height:474px;
	margin-top:5px;
}

#map #map_chugoku_body .okayama a,#map #map_chugoku_body .hiroshima a,#map #map_chugoku_body .yamaguchi a{
	display:block;
	padding:5px 10px;
	background:linear-gradient(to bottom,#fff 0,#d1d1d1 100%);
	border:2px solid;
	border-radius:5px;
	font-weight:bold;
}

#map #map_chugoku_body .okayama a{
	border-color:#29c438;
	box-shadow:0 2px 0 #088b14;
}

#map #map_chugoku_body .hiroshima a{
	border-color:#56a9d8;
	box-shadow:0 2px 0 #2f6e92;
}

#map #map_chugoku_body .yamaguchi a{
	border-color:#e6603f;
	box-shadow:0 2px 0 #912307;
}

#map #map_chugoku_body .okayama a:hover,#map #map_chugoku_body .hiroshima a:hover,#map #map_chugoku_body .yamaguchi a:hover{
	color:#fff;
	text-shadow:1px 1px 0 #000;
}

#map #map_chugoku_body .okayama a:hover{
	background:linear-gradient(to bottom,#27c136 0,#088b14 100%);
	border-color:#fffc00;
}

#map #map_chugoku_body .hiroshima a:hover{
	background:linear-gradient(to bottom,#54a6d4 0,#2f6e92 100%);
	border-color:#fffc00;
}

#map #map_chugoku_body .yamaguchi a:hover{
	background:linear-gradient(to bottom,#e15c3c 0,#912307 100%);
	border-color:#fffc00;
}

#map #map_chugoku_body #chugoku00{
	position:absolute;
	top:350px;
	left:650px;
}

#map #map_chugoku_body #chugoku01{
	position:absolute;
	top:310px;
	left:750px;
}

#map #map_chugoku_body #chugoku02{
	position:absolute;
	top:310px;
	left:650px;
}

#map #map_chugoku_body #chugoku03{
	position:absolute;
	top:15px;
	left:720px;
}
#map #map_chugoku_body #chugoku03_1 {
	position: absolute;
	top: 15px;
	left: 780px;
}
#map #map_chugoku_body #chugoku04{
	position:absolute;
	top:15px;
	left:620px;
}

#map #map_chugoku_body #chugoku05{
	position:absolute;
	top:110px;
	left:670px;
}

#map #map_chugoku_body #chugoku06{
	position:absolute;
	top:110px;
	left:540px;
}

#map #map_chugoku_body #chugoku07{
	position:absolute;
	top:150px;
	left:570px;
}

#map #map_chugoku_body #chugoku08{
	position:absolute;
	top:310px;
	left:520px;
}

#map #map_chugoku_body #chugoku09{
	position:absolute;
	top:110px;
	left:480px;
}

#map #map_chugoku_body #chugoku10{
	position:absolute;
	top:110px;
	left:400px;
}

#map #map_chugoku_body #chugoku11{
	position:absolute;
	top:150px;
	left:400px;
}

#map #map_chugoku_body #chugoku12{
	position:absolute;
	top:310px;
	left:400px;
}

#map #map_chugoku_body #chugoku13{
	position:absolute;
	top:110px;
	left:260px;
}

#map #map_chugoku_body #chugoku14{
	position:absolute;
	top:150px;
	left:290px;
}

#map #map_chugoku_body #chugoku15{
	position:absolute;
	top:290px;
	left:300px;
	z-index:1;
}

#map #map_chugoku_body #chugoku16{
	position:absolute;
	top:290px;
	left:220px;
	z-index:1;
}

#map #map_chugoku_body #chugoku17{
	position:absolute;
	top:290px;
	left:100px;
	z-index:1;
}

#map #map_chugoku_body #chugoku18{
	position:absolute;
	top:290px;
	left:20px;
	z-index:1;
}

#map #map_chugoku_body #chugoku19{
	position:absolute;
	top:110px;
	left:140px;
}

#map #map_chugoku_body #chugoku20{
	position:absolute;
	top:150px;
	left:140px;
}

#map #map_chugoku_body .rail{
	position:absolute;
	writing-mode:vertical-lr;
	display:flex;
}

#map #map_chugoku_body .rail span{
	font-weight:bold;
	text-shadow:1px 0 0 #fff,-1px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff;
}

#map #map_chugoku_body .rail .active span{
	text-shadow:2px 0 0 #ff0,-2px 0 0 #ff0,0 2px 0 #ff0,0 -2px 0 #ff0;
}

#map #map_chugoku_body .rail .o span{
	color:#20c32c;
}

#map #map_chugoku_body .rail .h span{
	color:#53a9dc;
}

#map #map_chugoku_body .rail .y span{
	color:#f96138;
}

#map #map_chugoku_body .sanin{
	top:70px;
	left:160px;
}

#map #map_chugoku_body .mine{
	top:130px;
	left:115px;
}

#map #map_chugoku_body .kure{
	top:170px;
	left:490px;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:50px;
}

#map #map_chugoku_body .hakubi{
	top:55px;
	left:640px;
	justify-content:space-between;
	align-items:center;
	height:150px;
}

#map #map_chugoku_body .kisin{
	top:55px;
	left:690px;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:90px;
}

#map #map_chugoku_body .ako{
	top:160px;
	left:790px;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:60px;
}

#map #map_chugoku_body .sanyo{
	top:210px;
	left:57px;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:770px;
}

/*================福原・雄琴・薬研堀MAP================*/

#map_area{
	position:relative;
	display:flex;
	border:1px solid #c80037;
	padding:0;
}

#map_area #map_bg_sp_fukuhara{
	width:690px;
	height:600px;
	background:url('https://img.undernavi.com/front/pc/area/bg_fukuhara_map.jpg') center center;
}

#map_area #map_bg_sp_ogoto{
	width:690px;
	height:600px;
	background:url('https://img.undernavi.com/front/pc/area/bg_ogoto_map.jpg') center center;
}

#map_area #map_bg_yagen{
	width:690px;
	height:600px;
	background:url('https://img.undernavi.com/front/pc/area/bg_yagen_map.jpg') center center;
}

#map_area #map_btn{
	position:absolute;
	right:0;
}

#map_area #map_btn li{
	cursor:pointer;
}

/* 吹き出し */

div.fukidashi{
	font-size:96%;
    padding:0 5px;
	display:block;
	height:20px;
	line-height:20px;
	text-align:left;
	color:#fff;
	background-color:#db6192;
	background:rgba(219,97,146,0.6);
	border-radius:2px;
	position:absolute;
	top:0;
	left:0;
}

div.fukidashi2{
	font-size:96%;
    padding:0 5px;
	display:block;
	height:20px;
	line-height:20px;
	text-align:left;
	color:#fff;
	background-color:#db8b1f;
	background:rgba(219,139,31,0.6);
	border-radius:2px;
	position:absolute;
	top:0;
	left:0;
}

div.fukidashi a,
div.fukidashi2 a{
	color:#fff;
	text-decoration:none;
}

div.fukidashi a:hover,
div.fukidashi2 a:hover{
	text-decoration:underline;
}

/* 右斜下 */
#map_bg div.type_01:after{
bottom: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_bottom.png) no-repeat right bottom;
}

#map_bg div.type2_01:after{
bottom: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_bottom.png) no-repeat right bottom;
}

/* 左斜下 */
#map_bg div.type_02:after{
bottom: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_bottom.png) no-repeat left bottom;
}

#map_bg div.type2_02:after{
bottom: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_bottom.png) no-repeat left bottom;
}

/* 右中央 */
#map_bg div.type_03:after{
top: 4px;
right: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_center.png) no-repeat right center;
}

#map_bg div.type2_03:after{
top: 4px;
right: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_center.png) no-repeat right center;
}

/* 左中央 */
#map_bg div.type_04:after{
top: 4px;
left: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_center.png) no-repeat left center;
}

#map_bg div.type2_04:after{
top: 4px;
left: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_center.png) no-repeat left center;
}

/* 右斜上 */
#map_bg div.type_05:after{
top: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_top.png) no-repeat right top;
}

#map_bg div.type2_05:after{
top: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_top.png) no-repeat right top;
}

/* 左斜上 */
#map_bg div.type_06:after{
top: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_top.png) no-repeat left top;
}

#map_bg div.type2_06:after{
top: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_top.png) no-repeat left top;
}

/* 右下短 */
#map_bg div.type_07:after{
bottom: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_short.png) no-repeat left top;
}

#map_bg div.type2_07:after{
bottom: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_short.png) no-repeat left top;
}

/* 左下短 */
#map_bg div.type_08:after{
bottom: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_short.png) no-repeat left bottom;
}

#map_bg div.type2_08:after{
bottom: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_short.png) no-repeat left bottom;
}

/* 右上短 */
#map_bg div.type_09:after{
top: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_short.png) no-repeat right top;
}

#map_bg div.type2_09:after{
top: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_short.png) no-repeat right top;
}

/* 左上短 */
#map_bg div.type_10:after{
top: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_short.png) no-repeat left top;
}

#map_bg div.type2_10:after{
top: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_short.png) no-repeat left top;
}

/* 右下長 */
#map_bg div.type_11:after{
bottom: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_long.png) no-repeat left top;
}

#map_bg div.type2_11:after{
bottom: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_long.png) no-repeat left top;
}

/* 左下長 */
#map_bg div.type_12:after{
bottom: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_long.png) no-repeat left bottom;
}

#map_bg div.type2_12:after{
bottom: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_long.png) no-repeat left bottom;
}

/* 右上長 */
#map_bg div.type_13:after{
top: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_long.png) no-repeat right top;
}

#map_bg div.type2_13:after{
top: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_long.png) no-repeat right top;
}

/* 左上長 */
#map_bg div.type_14:after{
top: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_long.png) no-repeat left top;
}

#map_bg div.type2_14:after{
top: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_long.png) no-repeat left top;
}

/*================グラビア================*/

#gravure_foot .gravureList{
	display:flex;
}

#gravure_foot .gravureList-noFlex{
	display:block;
	height:172px;
	overflow:hidden;
}

#gravure_foot .gravureList-noFlex.slick-initialized{
	overflow:visible;
}

#gravure_foot .gravureList li{
	position:relative;
	width:172px;
	height:172px;
	margin-right:10px;
	overflow:hidden;
}
.g_box {
	border: 1px solid transparent;
	box-sizing: border-box;
}
#gravure_foot .gravureList02 li {
	width:215px;
	height: auto;
	margin-right: 5px;
}
#gravure_foot .gravureList.gravureList-noFlex.gravureList02{
	height:auto;
}
#gravure_foot .gravureList .slick-dots {
	bottom: -40px;
}
#gravure_foot .gravureList .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

#gravure_foot .gravureList>li:nth-child(5){
	margin-right:0;
}

#gravure_foot .gravureList li .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#gravure_foot .gravureList li img {
	max-height:100% ;
	max-width: none;
}
#gravure_foot .gravureList.gravureList02 li img {
	max-width: 100%;
}
#gravure_foot .gravureList li .note {
	display:none;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
}
#gravure_foot .gravureList li .note.note02 {
	border:0;
}

#gravure_foot .gravureList li:hover .note {
	display:block;
}

#gravure_foot .gravureList li .note div{
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	transform:translate(-50%,-50%);
	text-align:center;
	white-space:initial;
}

#gravure_foot .gravureList li .note div p{
	text-align:center;
    font-size: 10px;
}

#gravure_foot .gravureList li .note div h3,#gravure_foot .gravureList li .note div h4{
	color:#c80037;
	font-weight:bold;
}
.g_thumb {
	position: relative;
	width: 100%;
	height: 153px;
	overflow: hidden;
}
.g_box:hover {
	border-color: #c80037;
	box-sizing: border-box;
}
.gravureList.gravureList02 li:hover .galInfo h4 a{
	color: #c80037;
	text-decoration: underline;
}
.gravureList.gravureList02 li .galInfo h4 {
	font-weight: bold;
}
.gravureList.gravureList02 li .galInfo {
	padding: 5px 0px;
}

/*================リアルタイム================*/

#realtime .tabs{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}

#realtime .tabs li{
	position:relative;
	width:24.5%;
	margin-right:0.6%;
	padding:10px 0;
	background:#f5f5f5;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

#realtime .tabs li:last-child{
	margin-right:0;
}

/**********タブの色設定start***********/

#realtime .tabs li[data-target="cat01"],#realtime .tabs li[data-target="catAll"]{
	color:#c90037;
}

#realtime .tabs li[data-target="cat02"],#realtime .tabs li[data-target="cat1"]{
	color:#eb6877;
}

#realtime .tabs li[data-target="cat03"],#realtime .tabs li[data-target="cat3"]{
	color:#f19149;
}

#realtime .tabs li[data-target="cat04"],#realtime .tabs li[data-target="cat6"]{
	color:#dc1e78;
}

#realtime .tabs li[data-target="cat05"],#realtime .tabs li[data-target="cat7"]{
	color:#0d348e;
}

#realtime .tabs li.active{
	color:#fff;
}

#realtime .tabs li.active[data-target="cat01"],#realtime .tabs li.active[data-target="catAll"]{
	background:#c90037;
}

#realtime .tabs li.active[data-target="cat02"],#realtime .tabs li.active[data-target="cat1"]{
	background:#eb6877;
}

#realtime .tabs li.active[data-target="cat03"],#realtime .tabs li.active[data-target="cat3"]{
	background:#f19149;
}

#realtime .tabs li.active[data-target="cat04"],#realtime .tabs li.active[data-target="cat6"]{
	background:#dc1e78;
}

#realtime .tabs li.active[data-target="cat05"],#realtime .tabs li.active[data-target="cat7"]{
	background:#0d348e;
}

#realtime .tabs li.active:after{
	content:"";
	position:absolute;
	left:calc(50% - 8px);
	bottom:-16px;
	display:inline-block;
	border:8px solid transparent;
	border-top:8px solid;
}

#realtime .tabs li.active[data-target="cat01"]:after,#realtime .tabs li.active[data-target="catAll"]:after{
	border-top-color:#c90037;
}

#realtime .tabs li.active[data-target="cat02"]:after,#realtime .tabs li.active[data-target="cat1"]:after{
	border-top-color:#eb6877;
}

#realtime .tabs li.active[data-target="cat03"]:after,#realtime .tabs li.active[data-target="cat3"]:after{
	border-top-color:#f19149;
}

#realtime .tabs li.active[data-target="cat04"]:after,#realtime .tabs li.active[data-target="cat6"]:after{
	border-top-color:#dc1e78;
}

#realtime .tabs li.active[data-target="cat05"]:after,#realtime .tabs li.active[data-target="cat7"]:after{
	border-top-color:#0d348e;
}

/**********タブの色設定end***********/

#realtime .item_list{
	display:flex;
	flex-wrap:wrap;
}

#realtime .item_list>li{
	box-sizing:border-box;
	position:relative;
	width:32.6%;
	margin:0 1% 10px 0;
	border:1px solid transparent;
}

#realtime .item_list>li.no_data_box{
	width:100%;
}

#realtime .item_list li:nth-child(3){
	margin-right:0;
}

#realtime .item_list .thumb{
	position:relative;
	height:380px;
	overflow:hidden;
}

#realtime .item_list .thumb img{
	width:100%;
}

#realtime .item_list .thumb .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#realtime .item_list > li .text {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	/* background: #fff; */
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);
	opacity: 0;
}

#realtime .item_list>li:hover{
	border:1px solid #c80037;
}

#realtime .item_list > li:hover .text {
	/* background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%); */
	background: #fff;
	opacity: 1;
	transition:.2s;
}

#realtime .item_list>li .head{
	display:flex;
	align-items:center;
	margin-bottom:5px;
}

#realtime .item_list>li .head li{
	margin-right:5px;
}

#realtime .item_list>li .head li.label{
	width:100px;
	padding:3px 0;
	border-radius:3px;
	color:#fff;
	text-align:center;
}

/**********ラベル色設定**********/

#realtime .item_list>li li.cat01{
	background:#eb6877;
}

#realtime .item_list>li li.cat02{
	background:#f2914a;
}

#realtime .item_list>li li.cat03{
	background:#dc1e78;
}

#realtime .item_list>li li.cat04{
	background:#0d348f;
}

/**********ラベル色設定**********/

#realtime .item_list>li .head li.date{
	color:#c80037;
}

#realtime .item_list>li h3{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

#realtime .item_list>li h3 a{
	font-size:16px;
	font-weight:bold;
}

#realtime .item_list>li:hover h3 a{
	color:#c80037;
	text-decoration:underline;
}

#realtime .item_list>li:hover h4 a{
	color:#c80037;
	text-decoration:underline;
}

/*================DX露出枠================*/

#exposure{
	margin-top:-10px;
	padding:0 0 20px;
}

#exposure ul{
	display:flex;
}

#exposure ul li{
	box-sizing:border-box;
	width:49.5%;
	border:1px solid transparent;
}

#exposure ul li:hover{
	border-color:#c80037;
}

#exposure ul li:first-child{
	margin-right:1%;
}

#exposure ul li a{
	display:flex;
	padding:10px;
}

#exposure ul li figure{
	width:100px;
	height:100px;
	overflow:hidden;
	margin-right:2%;
}

#exposure ul li .shopInfo{
	width:68%;
}

#exposure ul li .state{
	display:inline-block;
	padding:1px 20px;
	margin-bottom:5px;
	background:#2ad68b;
	color:#fff;
}

#exposure ul li .copy{
	margin-bottom:5px;
}

#exposure ul li h3{
	font-weight:bold;
}

#exposure ul li:hover h3{
	color:#c80037;
	/*text-decoration:underline;*/
}

#exposure ul li p.area{
	font-size:12px;
}

/*================ネット予約================*/

#reserve .calender{
	padding:10px 0;
	border-top:7px solid #c90037;
	border-bottom:7px solid #c90037;
}

#reserve .calender ul{
	display:flex;
	justify-content:space-between;
}

#reserve .calender ul li{
	box-sizing:border-box;
	width:112px;
	height:112px;
	border:3px solid #333;
	border-radius:50%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

#reserve .calender ul li.sat{
	border-color:#2e2eee;
}

#reserve .calender ul li.sun{
	border-color:#c90037;
}

#reserve .calender ul li a,#reserve .calender ul li span{
	box-sizing:border-box;
	display:block;
	height:100%;
	padding-top:30px;
	color:#333;
	font-weight:bold;
}

#reserve .calender ul li span{
	cursor:no-drop;
}

#reserve .calender ul li.sat a,#reserve .calender ul li.sat span{
	color:#2e2eee;
}

#reserve .calender ul li.sun a,#reserve .calender ul li.sun span{
	color:#c90037;
}

#reserve .calender ul li a:hover{
	background:#333;
	color:#fff;
}

#reserve .calender ul li.sat a:hover{
	background:#2e2eee;
}

#reserve .calender ul li.sun a:hover{
	background:#c90037;
}

/*================新人・未経験================*/

#newface li{
	font-size:14px;
}

#newface li a{
	font-weight:bold;
}

#newface .ttl01{
	position:relative;
	text-align:center;
	padding:5px 0;
}

#newface .ttl01:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
	background:url('https://img.undernavi.com/front/pc/common/icon_login.png') no-repeat center center;
}

#newface li:hover .ttl01{
	border-radius:3px 3px 0 0;
	background:#c90037;
	color:#fff;
}
#newface li:hover .head01.elps a{
	color:#c90037;
	text-decoration:underline;
}
#newface li:hover .ttl01:before{
	background:url('https://img.undernavi.com/front/pc/common/icon002.png') no-repeat center center;
}

#newface li:hover .ttl01:after{
	content:"";
	position:absolute;
	top:25px;
	left:calc(50% - 8px);
	border:8px solid transparent;
	border-top:12px solid #c90037;
	z-index:999;
}

#newface figure{
	width:150px;
	height:150px;
	border-radius:50%;
	overflow:hidden;
}

#newface .thumb{
	position:relative;
}

#newface .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#newface .thumb .note{
	display:none;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	/*border:1px solid #c90037;*/
}
#newface li:hover .thumb .note{
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
}

#newface .thumb .note div{
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	transform:translate(-50%,-50%);
}

#newface .thumb .note p{
	text-align:center;
}

#newface .thumb .note p a{
	color:#c90037;
	text-decoration:underline;
}

#newface li:hover .note{
	display:block;
}
#newface li:hover .under_info {
    border-top: none;
    box-sizing: border-box;
}

/*================写メ日記================*/

.photoblog ul li{
	box-sizing:border-box;
	position:relative;
	width:166px;
	margin-right:10px;
}

#photoblog ul>li:nth-child(5){
	margin-right:0;
}

#photoblog ul li .thumb{
	position:relative;
	/*width:166px;*/
    width: 100%;
	height:166px;
	overflow:hidden;
}

#photoblog ul li .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#photoblog ul li .thumb .note{
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:10px;
	background:rgba(255,255,255,.8);
	/*border:1px solid #c90037;*/
	font-size:14px;
}

#photoblog ul li a:hover .note,
#photoblog .photoBlog li:hover a .note{
	display:block;
}

#photoblog ul li h3{
	padding:5px;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#photoblog ul li a:hover h3{
	background:#c90037;
	color:#fff;
}

#photoblog ul li a:hover h3:after{
	content:"";
	position:absolute;
	top:25px;
	left:calc(50% - 8px);
	border:8px solid transparent;
	border-top:12px solid #c90037;
	z-index:999;
}
#photoblog .photoBlog li:hover .border_box {
	border-color: #c80037;
}
#photoblog ul li .contents{
	padding:5px 0;
}

#photoblog ul li h4 a{
}

#photoblog ul li .contents a{
	font-weight:bold;
}
/*
#photoblog ul li:hover .contents a{
	color:#c80037;
	text-decoration:underline;
}
*/
/*================アンダー割================*/

#discount .discountSlide{
	display:flex;
}

#discount li{
	box-sizing:border-box;
	position:relative;
	width:294px;
	padding:0 5px;
}

#discount li .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#discount li a.ticket{
	color:#333;
}

#discount li .thumb{
	display:block;
	padding:20px;
	background:url('https://img.undernavi.com/front/pc/common/bg_discount.png') no-repeat center center / contain;
	color:#333;
	text-align:center;
}

#discount li:hover .thumb{
	background:url('https://img.undernavi.com/front/pc/common/bg_discount_ov.png') no-repeat center center / contain;
}

#discount li .thumb figure{
	display:inline-block;
	position:relative;
	width:120px;
	height:160px;
	overflow:hidden;
}

#discount li .thumb figure .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#discount li .thumb p{
	text-align:center;
}

#discount li .thumb p.price{
	font-weight:bold;
}

#discount li .thumb p.price span{
	color:#c90037;
	font-size:24px;
	font-weight:bold;
}

#discount li .thumb p.down{
	background:#c90037;
	color:#ff0;
	font-size:16px;
	font-weight:bold;
}

#discount li h3{
	font-size:16px;
	font-weight:bold;
	color:#c90037;
}

#discount li:hover h3{
	text-decoration:underline;
}

#discount li span.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;
}

#discount li span.tel: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-left:5px;
}


/*-----自撮り動画用----*/

section[id^="movie"] ul{
	flex-wrap:wrap;
}

section[id^="movie"] ul li{
	position:relative;
    border:1px solid transparent;
    box-sizing: border-box;
}


section[id^="movie"] ul li h3{
	padding:5px;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

section[id^="movie"] ul li:hover h3{
	background:#c90037;
	color:#fff;
}
section[id^="movie"] ul li:hover a.clr03 {
	text-decoration:underline;
	color:#c90037 !important;
}

section[id^="movie"] ul li:hover h3:after{
	content:"";
	position:absolute;
	top:25px;
	left:calc(50% - 8px);
	border:8px solid transparent;
	border-top:12px solid #c90037;
	z-index:999;
}

/*.mudai {
	visibility: hidden;
}*/
section[id^="movie"] ul li figure {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 300px;
	background: #000;
	border: 1px solid transparent;
	text-align: center;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
section[id^="movie"] ul li figure::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;
}
section[id^="movie"] ul li a figure img {
	width: 100%;
	height: auto;
}
section[id^="movie"] ul li:hover a figure{
	/*border:1px solid #c90037;*/
}

section[id^="movie"] ul li .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

section[id^="movie"] ul li .contents{
	margin-top:5px;
}

section[id^="movie"] ul li .contents h4{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

section[id^="movie"] ul li .contents a{
	color:#333;
	font-weight:bold;
}

section[id^="movie"] ul li:hover .contents a{
	color:#c90037;
	text-decoration:underline;
}

section[id^="movie"] ul li .contents .shopName{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*================アンダーナビ求人blog================*/

#shopblog_area h2{
	color:#ff557e;
}
#shopblog_area h2 .icon_recruit {
    background: #ff557e;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
}
#shopblog_area ul li:hover .border_box{
    border-color:#ff557e;
}
#shopblog_area li {
	position: relative;
}
#shopblog_area ul li a{
	position:relative;
	display:block;
	color:#333;
}
#shopblog_area:hover li {
	position: relative;
}
#shopblog_area ul li::after {
	content: "";
	position: absolute;
	top: 30px;
	display: inline-block;
	background: url('https://img.undernavi.com/front/pc/common/icon_bag.png');
	width: 31px;
	height: 29px;
}
#shopblog_area ul li h3 {
	padding: 5px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#shopblog_area ul li:hover h3{
	background:#ff557e;
	color:#fff;
}

#shopblog_area ul li:hover h3:after{
	content:"";
	position:absolute;
	top:25px;
	left:calc(50% - 8px);
	border:8px solid transparent;
	border-top:12px solid #ff557e;
	z-index:999;
}

#shopblog_area ul li a .thumb{
	position:relative;
	width: 100%;
	height:167px;
	font-size:0;
	overflow:hidden;
}
#shopblog_area ul li a .thumb figure {
	width: 100%;
	height: 100%;
}
#shopblog_area ul li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#shopblog_area ul li a .thumb .ov_area{
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding: 30px 15px 5px 15px;
	background:rgba(255,255,255,.8);
	color:#ff557e;
	font-size:16px;
	text-decoration:underline;
	line-height:1.2;
	overflow:hidden;
}

#shopblog_area ul li a:hover .thumb .ov_area{
	display:block;
}

#shopblog_area ul li a .recruit_shop_data03 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}

#shopblog_area ul li a:hover .recruit_shop_data03{
	color:#ff557e;
	text-decoration:underline;
}

/*================体験記事================*/

#Experience_content .experienceList a{
	display:flex;
	padding:10px 0;
	border-bottom:1px dashed #333;
}

#Experience_content .experienceList a figure{
	width:240px;
	height:240px;
	overflow:hidden;
}

#Experience_content .experienceList a .contents{
	width:620px;
	margin-left:20px;
}

#Experience_content .experienceList a .contents h3{
	font-size:18px;
	font-weight:bold;
}

#Experience_content .experienceList a .contents .updateTime{
	text-align:right;
}

#Experience_content .experienceList a .contents .comment{
	margin:20px 0;
}

#Experience_content .experienceList a .contents .shopname span{
	display:inline-block;
	vertical-align:middle;
	padding:3px 10px;
	border:1px solid #ff0;
	color:#fff;
}

/*============店舗の種類毎の色============*/

.Experience_block p span.Luxury_shop{
	background:#601600;
}

.Experience_block p span.Mass_store{
	background:#328bb5;
}

.Experience_block p span.Cheap_shop{
	background:#f73e50;
}

/*================スペシャル動画================*/

#premiummovie .item_list{
	display:flex;
}

#premiummovie .item_list li{
	width:435px;
	margin-right:10px;
    border: 1px solid transparent;
}

#premiummovie .item_list>li:nth-child(2n){
	margin-right:0;
}

#premiummovie .item_list h3{
	box-sizing:border-box;
	border-radius:3px 3px 0 0;
	padding:3px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#premiummovie .item_list li:hover h3{
	background:#c80037;
	border:1px solid #c80037;
	border-bottom:none;
	color:#fff;
}

#premiummovie .item_list li .thumb{
	box-sizing:border-box;
	position:relative;
	padding-top:56%;
	border:1px solid transparent;
	overflow:hidden;
}

#premiummovie .item_list li:hover .thumb{
	/*border:1px solid #c80037;
	border-top:none;*/
}

#premiummovie .item_list li .thumb figure{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
}
#premiummovie .item_list li .thumb figure img {
	width: 100%;
}

#premiummovie .item_list li .thumb .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#premiummovie .item_list li .movieInfo{
	display:flex;
	padding:5px 0;
}

#premiummovie .item_list li .movieInfo{
	display:flex;
	padding:5px;
}
.mov_cate {
	font-size: 12px;
}
#premiummovie .item_list li .movieInfo figure{
	width:180px;
}

#premiummovie .item_list li .movieInfo .shopData{
	width:250px;
	margin-left:5px;
}

#premiummovie .item_list li .movieInfo .shopData a{
	font-size:16px;
	font-weight:bold;
}

#premiummovie .item_list li:hover .movieInfo .shopData a{
	color:#c80037;
	text-decoration:underline;
}

/*================城東・道後top================*/

#slide_fade{
	z-index: 1;
	position:relative;
	height:486px;
	overflow:hidden;
}

#slide_fade .mapBtn {
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: .25em .25em 1.5em 1.5em;
	border-radius: 0 0 0 100%;
	background-color: #bbb;
	text-align: right;
	color: #fff;
}
#slide_fade .mapBtn-open {
	background-color: #c90037;
}
#slide_fade .imageMap {
	display: none;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
#slide_fade .imageMap .mapBtn {
	z-index: 4;
}

#slide_fade .fade_cont img{
	width:100%;
}

#slide_fade ol{
	display:flex;
	justify-content:space-around;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	background:rgba(255,255,255,.8);
}


/*================城東・道後プレミアム店舗================*/

#premiumbanner_soap .title01_pre{
	background:linear-gradient(to bottom,#fff079 0,#f9e76b 50%,#e9c24d 100%);
	border-top:3px solid #feea71;
	border-bottom:3px solid #e9bf46;
}

#premiumbanner_soap .title01_pre span{
	display:block;
	position:relative;
	padding:10px;
	border-top:1px solid #e5bb4d;
	border-bottom:1px solid #b68b2f;
	color:#5e4c28;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}

#premiumbanner_soap .title01_pre span a{
	position:absolute;
	top:6px;
	right:20px;
	padding:5px 15px;
	background:#8b8002;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	text-shadow:none;
}

#premiumbanner_soap .title01_pre span a:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border:6px solid transparent;
	border-left:10px solid #fff;
	margin:0 -6px 0 3px;
}

#premiumbanner_soap .shop{
	padding:2px;
	background:#000;
}

#premiumbanner_soap .gals{
	display:flex;
	margin:2px 0;
}

#premiumbanner_soap .gals li{
	width:173px;
	height:173px;
	margin-right:2px;
	overflow:hidden;
}

#premiumbanner_soap .shopData{
	padding:20px;
	color:#fff;
}

#premiumbanner_soap .shopData a{
	margin-left:10px;
	color:#fff9d3;
	text-decoration:underline;
}

/*================嬢の生声================*/

#woman_voice .thumb{
	position:relative;
	overflow:hidden
}

#woman_voice figure{
	width:167px;
	height:167px;
	overflow:hidden;
}

#woman_voice .thumb .note{
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;
	background:rgba(255,255,255,.8);
}

#woman_voice .col5>li:hover .note{
	display:block;
}

#woman_voice .thumb .note p{
	text-align:center;
}

#woman_voice .thumb .note p.area{
	margin-bottom:10px;
	font-size:12px;
}

#woman_voice .thumb .note p a{
	color:#c80037;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#woman_voice .w_voice_icon {
	position: absolute;
	top: 0;
	right: 0;
}
#woman_voice .w_voice_icon_new {
	width: 37%;
}

#woman_voice .galInfo{
	padding:5px 0;
}

#woman_voice .galInfo a{
	font-weight:bold;
}

#woman_voice .col5>li:hover .galInfo a{
	color:#c80037;
	text-decoration:underline;
}

#woman_voice .galInfo .data{
	font-size:14px;
}
#woman_voice li:hover .border_box {
	border:1px solid #c80037;
	box-sizing:border-box;
}
/*================出勤================*/

section[id^="schedule"] .col5{
	flex-wrap:wrap;
}

section[id^="schedule"] .col5>li:nth-child(5n){
	margin-right:0;
}

section[id^="schedule"] li .time{
	padding:3px 0;
	border-radius:3px 3px 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

section[id^="schedule"] li:hover .time{
	background:#c80037;
	color:#fff;
}

section[id^="schedule"] li .time:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_clock02.png') no-repeat right top;
}

section[id^="schedule"] li:hover .time:before{
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_clock03.png') no-repeat right top;
}
.border_box {
	border: 1px solid transparent;
}
#schedule li:hover .border_box,
#scheduleNow li:hover .border_box{
	 border-color: #c80037;
	box-sizing: border-box;
}
section[id^="schedule"] .thumb{
	position:relative;
}
section[id^="schedule"] li:hover .thumb{
    border-bottom: none;
}
section[id^="schedule"] .thumb figure{
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
}

section[id^="schedule"] .thumb .note{
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:10px;
	background:rgba(255,255,255,.8);
	/*border:1px solid #c80037;*/
	font-size:14px;
	text-align:center;
}

section[id^="schedule"] li:hover .note{
	display:block;
}

section[id^="schedule"] .thumb .note p{
	text-align:center;
}

section[id^="schedule"] .thumb .note a{
	color:#c80037;
	font-weight:bold;
	text-decoration:underline;
}

section[id^="schedule"] .thumb .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

section[id^="schedule"] li .galInfo{
	padding:5px 0;
}
section[id^="schedule"] li:hover .galInfo{
    border-top: none;
}

section[id^="schedule"] li .galInfo a{
	font-weight:bold;
}

section[id^="schedule"] li:hover .galInfo a{
	color:#c80037;
	text-decoration:underline;
}

/*================ランキング================*/

/**************↓pref用tab↓****************/

section#ranking .tabs{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}

section#ranking .tabs li{
	width:24.5%;
	margin-right:10px;
	padding:10px 0;
	background:#f5f5f5;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

section#ranking .tabs li:last-child{
	margin-right:0;
}

section#ranking .tabs li.current{
	position:relative;
	background:#c80037;
	color:#fff;
}

section#ranking .tabs li.current:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:calc(50% - 10px);
	bottom:-18px;
	border:10px solid transparent;
	border-top:8px solid #c80037;
}

/*----------------女の子ランキング------------------*/

section#rankingLady .tabs{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}

section#rankingLady .tabs li{
	width:24.5%;
	margin-right:10px;
	padding:10px 0;
	background:#f5f5f5;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

section#rankingLady .tabs li:last-child{
	margin-right:0;
}

section#rankingLady .tabs li.current{
	position:relative;
	background:#c80037;
	color:#fff;
}

section#rankingLady .tabs li.current:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:calc(50% - 10px);
	bottom:-18px;
	border:10px solid transparent;
	border-top:8px solid #c80037;
}

/**************↑pref用tab↑****************/

/**************↓城東道後用tab↓****************/


section#rankingSoap .tabs_block{
	display:flex;
	border:1px solid #c80037;
	border-bottom-width:5px;
	cursor:pointer;
}

section#rankingSoap .tabs_block li{
	width:35%;
	padding:30px 0;
	border-right:1px solid #c80037;
	text-align:center;
}

section#rankingSoap .tabs_block li.current{
	background:#c80037;
	color:#fff;
}

section#rankingSoap .tabs_block li:last-child{
	border-right:none;
}

/**************↑城東道後用tab↑****************/

section[id^="ranking"] .contents{
	margin-top:10px;
}

section[id^="ranking"] .contents div[class^="shopRankBox"]{
	padding:10px;
	margin:10px 0;
	border:2px solid;
	box-shadow:0 0 0 2px #fff inset;
}

/***************ランクの色設定*****************/

section[id^="ranking"] .contents div.shopRankBox1{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4efd2 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_01.png') no-repeat right top;
	border-color:#f3ca5e;
}

section[id^="ranking"] .contents div.shopRankBox2{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f4f4f4 url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_02.png') no-repeat right top;
	border-color:#cacaca;
}

section[id^="ranking"] .contents div.shopRankBox3{
	background:url('https://img.undernavi.com/front/pc/area/ranking/bg_pattern01.png'),#f3e6de url('https://img.undernavi.com/front/pc/area/ranking/bg_rank1_03.png') no-repeat right top;
	border-color:#ca8238;
}

section[id^="ranking"] .contents [class^="shopRankBox"] .rank_number p {
	width: 53px;
	height: 53px;
	background: url('https://img.undernavi.com/front/pc/area/ranking/bg_rank01.png') no-repeat center center / contain;
	color: #333;
	font-size: 33px;
	text-align: center;
	font-weight: bold;
}

/***************ランクの色設定*****************/

section[id^="ranking"] .contents .head{
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}

section[id^="ranking"] .contents .head .rankInfo{
	width:76px;
	margin:0 10px;
}

section[id^="ranking"] .contents .head .rankInfo img{
	width:76px;
}

section[id^="ranking"] .contents .head h3{
	border-bottom:1px solid #0609ff;
}

section[id^="ranking"] .contents .head h3 a{
	color:#0609ff;
}

section[id^="ranking"] .contents .head .shop{
	width:690px;
}

section[id^="ranking"] .contents .head .rankInfo .prevRank {
	height: 20px;
	line-height: 20px;
	border: 1px solid #cecece;
	background: rgb(230,230,230);
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%);
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0 );
	text-align: center;
}

section[id^="ranking"] .contents .shopInfo{
	display:flex;
}

section[id^="ranking"] .contents .shopInfo .left{
	width:400px;
	margin-right:16px;
}

section[id^="ranking"] .contents .shopInfo .left .data li{
	margin:5px 0;
}

section[id^="ranking"] .contents .shopInfo .left .data li img{
	width:16px;
}

section[id^="ranking"] .contents .shopInfo .right{
	width:440px;
}

section[id^="ranking"] .contents .shopInfo .right h4{
	margin-bottom:5px;
	font-weight:bold;
}

section[id^="ranking"] .contents .shopInfo .right .rank_iconBox{
	display:flex;
	margin:10px 0;
}

section[id^="ranking"] .contents .shopInfo .right .rank_iconBox li{
	margin-right:5px;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid #8b8b8b;
	border-radius: 2px;
}

section[id^="ranking"] .contents .shopInfo .right .rank_iconBox li.icon_women_work{
	padding:0;
}

.rankMore_detailBtn a{
	display:block;
	width:80%;
	padding:20px 0;
	margin:10px auto;
	background:#c80037;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


/*************アイコンの色設定***************/

.icon_photodiary {
	background: #00abe6;
	background: -moz-linear-gradient(top, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	background: -webkit-linear-gradient(top, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	background: linear-gradient(to bottom, #00abe6 0%, #00a0e3 50%, #007ad8 51%, #009de2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe6', endColorstr='#009de2',GradientType=0 );
}
.icon_women_work a {
	display:block;
	padding: 2px 10px;
	background: #f1369f;
	background: -moz-linear-gradient(top, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	background: -webkit-linear-gradient(top, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	background: linear-gradient(to bottom, #f1369f 0%, #ef3293 50%, #e82269 51%, #ee3090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1369f', endColorstr='#ee3090',GradientType=0 );
	-webkit- box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),inset 0 0 100px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9),inset 0 0 1px rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.icon_reserve01 {
	background: #9e4dc0; /* Old browsers */
	background: -moz-linear-gradient(top, #9e4dc0 0%, #7436a6 52%, #8c47b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9e4dc0 0%,#7436a6 52%,#8c47b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9e4dc0 0%,#7436a6 52%,#8c47b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4dc0', endColorstr='#8c47b5',GradientType=0 ); /* IE6-9 */
}
.icon_movie01 {
	background: #9828606;
	background: -moz-linear-gradient(top, #fc5da9 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	background: -webkit-linear-gradient(top, #fc5da6 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	background: linear-gradient(to bottom, #fc5da6 0%, #fc5da3 50%, #fc5da8 51%, #fc5da2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe6', endColorstr='#009de2',GradientType=0 );
}

/*************アイコンの色設定***************/

section[id^="ranking"] .contents .shopInfo .right .discount{
	border: 1px solid #c80037;
	font-size:14px;
}

section[id^="ranking"] .contents .shopInfo .right .discount h5{
	padding:5px;
	background:#c80037;
	border:1px solid #fff;
	color:#fff;
}

section[id^="ranking"] .contents .shopInfo .right .discount h5 span{
	color:#ff0;
}

section[id^="ranking"] .contents .shopInfo .right .discount p{
	padding:5px;
}

section[id^="ranking"] .contents .shopInfo .right .discount .discountComment{
	border-top:1px solid #c80037;
}

section[id^="ranking"] .contents .shopInfo .right .discount .discount_dtComment span{
	background:#ff0;
	color:#c80037;
	font-weight:bold;
}

section[id^="ranking"] .contents .shopInfo .right .discount .discount_dtComment span em{
	font-weight:normal;
}

section[id^="ranking"] .contents .galsList{
	margin-top:10px;
}

section[id^="ranking"] .contents .galsList ul{
	display:flex;
}

section[id^="ranking"] .contents .galsList ul li{
	width:132px;
	height:132px;
	margin-right:17px;
	overflow:hidden;
}

section[id^="ranking"] .contents .galsList ul li:last-child{
	margin-right:0;
}

/***************女の子ランキング****************/

section[id^="ranking"] .contents .rank_contents{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

section[id^="ranking"] .contents .rank_contents .rank_area{
	display:flex;
	justify-content:space-between;
	width:48%;
	margin-bottom:10px;
    padding: 5px;
    border: 1px solid transparent;
}
section[id^="ranking"] .contents .rank_contents .rank_area:hover{
    border: 1px solid #c80037;
}


section[id^="ranking"] .contents .rank_contents .rank_area .thumb{
	position:relative;
	width:190px;
	height:190px;
	overflow:hidden;
}

section[id^="ranking"] .contents .rank_contents .rank_area .detail_girl{
	position:relative;
	width:220px;
	font-size:14px;
}

section[id^="ranking"] .contents .rank_contents .rank_area h3{
	border-bottom:1px solid #ccc;
	font-size:16px;
	font-weight:bold;
}

section[id^="ranking"] .contents .rank_contents .rank_area h3 a{
	padding-right:25px;
}

section[id^="ranking"] .contents .rank_contents .rank_area .data{
	font-size:12px;
}

section[id^="ranking"] .contents .rank_contents .rank_area .sche{
	border-bottom:1px solid #ccc;
}

section[id^="ranking"] .contents .rank_contents .rank_area h4 a{
	font-size:18px;
	font-weight:bold;
}

section[id^="ranking"] .contents .rank_contents .rank_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;
}

section[id^="ranking"] .contents .rank_contents .rank_area .rank_number{
	position:absolute;
	top:0;
	left:0;
}

section[id^="ranking"] .contents .rank_contents .rank_area .rank_number .rank_other{
	width:50px;
	height:50px;
	line-height:55px;
	background:linear-gradient(to bottom,#e9517a 0,#f7cdd9 100%);
	border:2px solid #fff;
	border-radius:50%;
	color:#fff;
	font-size:40px;
	text-align:center;
}

section[id^="ranking"] .contents .rank_contents .rank_area:first-child{
	width:100%;
}

section[id^="ranking"] .contents .rank_contents .rank_area:first-child .thumb{
	width:260px;
	height:260px;
}

section[id^="ranking"] .contents .rank_contents .rank_area:first-child .detail_girl{
	width:600px;
}

section[id^="ranking"] .contents .rank_contents .rank_area:hover a{
	color:#c80037;
	text-decoration:underline;
}

section[id^="ranking"] .Capa_1{
	position:absolute;
	top:0;
	right:0;
	width:30px;
}

/***************店舗ランキング****************/

section[id^="ranking"] .shop_rank_contents{
	display:flex;
	flex-wrap:wrap;
}

/**************1位～3位***************/

section[id^="ranking"] .shop_rank_contents>li{
	position:relative;
	display:flex;
	width:100%;
	margin-bottom:20px;
    padding: 5px;
    border: 1px solid transparent;
}

section[id^="ranking"] .shop_rank_contents>li:hover a{
	color:#c80037;
	text-decoration:underline;
}

section[id^="ranking"] .shop_rank_contents .rank_number{
	width:10%;
	text-align:center;
}

section[id^="ranking"] .shop_rank_contents .rank_number p.rank{
	padding:3px 0;
	border:1px solid #999;
	text-align:center;
}

section[id^="ranking"] .shop_rank_contents .right{
	display:flex;
	width:90%;
	margin-left:5px;
}

section[id^="ranking"] .shop_rank_contents .kanban{
	box-sizing:border-box;
	width:50%;
}

section[id^="ranking"] .shop_rank_contents .shopInfo{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:50%;
	margin-left:5px;
}

section[id^="ranking"] .shop_rank_contents .shopInfo h3{
	width:calc(100% - 32px);
	font-size:16px;
	font-weight:bold;
}

section[id^="ranking"] .shop_rank_contents li.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;
}

section[id^="ranking"] .shop_rank_contents .Capa_1{
	position:absolute;
	top:0;
	right:0;
	width:30px;
}

/**************4位以降***************/

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4){
	width:47.5%;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(2n + 4){
	margin-right:2%;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .rank_number{
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .rank_number .rank_other{
	width:40px;
	height:40px;
	line-height:45px;
	background:linear-gradient(to bottom,#e9517a 0,#f7cdd9 100%);
	border:2px solid #fff;
	border-radius:50%;
	color:#fff;
	font-size:40px;
	text-align:center;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .right{
	flex-wrap:wrap;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .kanban{
	width:55%;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .shopInfo{
	width:35%;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .shopInfo h3{
	width:100%;
	font-size:16px;
	font-weight:bold;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .catchcopy{
	width:calc(100% - 30px);
	margin-top:5px;
}

section[id^="ranking"] .shop_rank_contents>li:nth-child(n + 4) .common_dx_icon_ttl{
	position:absolute;
	top:unset;
	bottom:0;
	right:0;
}

/*================店舗内女の子ランキング================*/

#shop_ranking .shopInfo{
	padding:10px;
	background:#f3f3f3;
}

#shop_ranking .shopInfo h3{
	font-size:18px;
	font-weight:bold;
}

#shop_ranking .shopInfo img{
	display:inline-block;
	margin-right:3px;
}

#shop_ranking .lady_list{
	display:flex;
	margin:10px 0;
}

#shop_ranking .lady_list li{
	box-sizing:border-box;
	position:relative;
	width:32.6%;
	margin-right:1%;
	border:1px solid transparent;
}

#shop_ranking .lady_list li .rank_number{
	position:absolute;
	top:0;
	left:0;
}

#shop_ranking .lady_list li:hover{
	border-color:#c80037;
}

#shop_ranking .lady_list li:last-child{
	margin-right:0;
}

#shop_ranking .lady_list li figure{
	position:relative;
	padding-top:133.3%;
	overflow:hidden;
}

#shop_ranking .lady_list li figure img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#shop_ranking .lady_list li .galInfo{
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,1) 100%);
}

#shop_ranking .lady_list li:hover .galInfo{
	/*background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,1) 100%);*/
    background: #fff;
}

#shop_ranking .lady_list li h4{
	padding:3px 0;
	margin-bottom:3px;
	border-bottom:1px solid #ccc;
}

#shop_ranking .lady_list li h4 a{
	font-size:18px;
	font-weight:bold;
}

#shop_ranking .lady_list li:hover h4 a{
	color:#c80037;
	text-decoration:underline;
}

#shop_ranking .lady_list li .schedule{
	display:inline-block;
	padding:5px;
	background:#ffe5ec;
	border-radius:3px;
}
#shop_ranking .lady_list li .schedule:empty {
    visibility: hidden;
}

#shop_ranking .lady_list li .schedule span{
	color:#ec4f7c;
	font-weight:bold;
}

/*================城東・道後新人情報================*/
#newface li:hover .border_box{
	border-color: #c80037;
	box-sizing:border-box;
}
#newface li:hover .head01 a {
	text-decoration: underline;
	color: #c80037;
}
#newfaceSoap h2{
	position:relative;
	padding:5px 0 5px 50px;
	background:#ff526e;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:bold;
}

#newfaceSoap h2 img{
	position:absolute;
	left:0;
	bottom:0;
}

#newfaceSoap h2 a{
	position:absolute;
	right:10px;
	bottom:3px;
	padding:3px 50px;
	background:#fff;
	border-radius:5px;
	color:#ff526e;
	font-size:14px;
}

#newfaceSoap h2 a:before{
	conent:"";
	display:inline-block;
	border:6px solid transparent;
	border-left:8px solid #ff526e;
}

#newfaceSoap .newFace_bg{
	background:url('https://img.undernavi.com/front/pc/area/newFace_bg.jpg');
	border-top:3px solid #ff526e;
	padding:10px 0;
	max-height:198px;
	overflow:hidden;
}

#newfaceSoap .ladyitem{
	width:90%;
	margin:0 auto;
}

#newfaceSoap .ladyitem li{
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	width:48%;
	margin-right:10px;
	padding:10px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 3px #999;
}

#newfaceSoap .ladyitem li:last-child{
	margin-right:0;
}

#newfaceSoap .ladyitem li figure {
	width: 175px;
	height: 175px;
	overflow: hidden;
	position: relative;
}
#newfaceSoap .ladyitem li figure .Capa_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
#newfaceSoap .ladyitem li .note{
	width:175px;
}

#newfaceSoap .ladyitem li .note .ttl01{
	padding:3px 0;
	background:#ff526e;
	color:#fff;
	text-align:center;
}

#newfaceSoap .ladyitem li .note .Visiting_day{
	font-weight:bold;
}

#newfaceSoap .ladyitem li .note .galInfo{
	padding-top:20px;
	font-size:14px;
}

#newfaceSoap .ladyitem li .note .galInfo h3 a{
	color:#c80037;
	text-decoration:underline;
}

#newfaceSoap .ladyitem li .note .galInfo .shopName a{
	font-weight:bold;
}

#newfaceSoap .slick-prev{
	position:absolute;
	top:0;
	left:-25px;
	width:20px;
	height:195px;
	background:rgba(0,0,0,.6) url('https://img.undernavi.com/front/pc/area/newface_lArrow.png') no-repeat center center;
	border:none;
	font-size:0;
}

#newfaceSoap .slick-next{
	position:absolute;
	top:0;
	right:-25px;
	width:20px;
	height:195px;
	background:rgba(0,0,0,.6) url('https://img.undernavi.com/front/pc/area/newface_rArrow.png') no-repeat center center;
	border:none;
	font-size:0;
}

/*================城東・道後グラビア================*/

#gravure_foot01{
	border:2px solid #c80037;
}

#gravure_foot01 ul{
	display: flex;
}

#gravure_foot01 li{
	position:relative;
}

#gravure_foot01 li .Capa_1{
	position:absolute;
	top:0;
	left:0;
	width:40px;
}

#gravure_foot01 .note{
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;
	background:rgba(0,0,0,.8);
	color:#fff;
	font-size:28px;
	text-align:center;
}

#gravure_foot01 li:hover .note{
	display:block;
}

#gravure_foot01 .note p{
	text-align:center;
}

#gravure_foot01 .note .shopName a{
	color:#f3e84c;
}

#gravure_foot01 .note h3 a{
	color:#fe9cd1;
}

#gravure_foot01 .note .look a{
	display:block;
	border:2px solid #fff;
	border-radius:5px;
	color:#fff;
	text-align:center;
}

/*================アンダーナビおすすめ店================*/

#recommend{
	padding:20px 0;
	background:#fff;
}

#recommend h2{
	font-size:20px;
	font-weight:bold;
}

#recommend .recommendShops{
	display:flex;
	margin-top:20px;
}

#recommend .recommendShops li{
	width:250px;
	margin:0 9px;
    border: 1px solid transparent;
}
#recommend .recommendShops li:hover{
    border: 1px solid #c80037;
}
#recommend .recommendShops li > a{
    display: block;
    padding: 10px;
}
#recommend li figure{
	/*width:250px;*/
    width: 100%;
	height:250px;
	overflow:hidden;
}

#recommend li figure img{
	min-width:250px;
	min-height:250px;
}

#recommend li .shop{
	line-height:1.6;
}

#recommend li h3{
	font-size:1.2em;
	font-weight:bold;
}

#recommend li p:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	margin-right:5px;
}

#recommend li p.time:before{
	background:url('https://img.undernavi.com/front/pc/common/icon_clock.png');
}

#recommend li p.tel:before{
	background:url('https://img.undernavi.com/front/pc/common/icon_tel.png');
}

/*================徳島探訪================*/

#tanhou{
	position:relative;
}

#tanhou h2 img{
	width:100%;
}

#tanhou p.shopNum{
	position:absolute;
	right:20px;
	bottom:25px;
	width:80px;
	color:#1c4a9f;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}

/*================風俗街探訪================*/

.area_nav{
	padding:10px;
	background:#f1f1f1;
	border:1px solid #ccc;
}

.area_nav h2{
	background:linear-gradient(to bottom,transparent 0,transparent 12%,#cd1e85 12%,#cd1e85 88%,transparent 88%);
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
}

.area_nav .areaList{
	display:flex;
	justify-content:space-between;
}

.area_nav .areaList li{
	width:11%;
	margin-top:20px;
}

/*================アンダーナビ編集部おすすめ店================*/

#osusume_shop li{
	display:flex;
	justify-content:space-between;
	padding:20px;
	border-bottom:1px dashed #333;
}

#osusume_shop li .thumb{
	width:450px;
}

#osusume_shop li .shop_data{
	width:380px;
}

#osusume_shop li .shop_data h3{
	margin-bottom:10px;
}

#osusume_shop li .shop_data a{
	font-size:24px;
	font-weight:bold;
}

/*================新規店舗================*/

#newshop .item_list{
	flex-wrap:wrap;
}

#newshop .item_list li{
	padding:10px 0;
    border: 1px solid transparent;
	border-bottom:1px solid #aaa;
    box-sizing: border-box;
}
#newshop .item_list li:hover {
    border: 1px solid #c80037;
    box-sizing: border-box;
}

#newshop .item_list li a{
	display:flex;
}

#newshop .item_list li figure{
	width:100px;
	height:100px;
	margin-right:10px;
	overflow:hidden;
}

#newshop .item_list li .shopInfo{
	width:170px;
}

#newshop .item_list li .up span{
	margin-left:5px;
	color:#c80037;
	font-weight:bold;
}

#newshop .item_list li h3{
	font-weight:bold;
}

#newshop .item_list li .area{
	font-size:12px;
}

#newshop .item_list li:hover .thumb{
	border:1px solid #c80037;
}

#newshop .item_list li:hover h3{
	color:#c80037;
	/*text-decoration:underline;*/
}

/*================スクエアバナー================*/

ul.square_bnr{
	display:flex;
	justify-content:center;
	margin:10px 0;
}

ul.square_bnr li{
	margin:0 10px;
}

/*================徳島店舗紹介================*/

section.soap,section.health{
	box-sizing:border-box;
	display:inline-block;
	width:48.5%;
	padding:10px;
	margin:20px 0;
	border:1px solid #c80037;
}

section.soap{
	margin-right:2%;
}

section.soap .data,section.health .data{
	padding:10px 0;
	border-bottom:1px dashed #333;
}

section.soap .data:last-child,section.health .data:last-child{
	border-bottom:none;
}

section.soap .data .type_name a,section.health .data .type_name a{
	color:#c80037;
}

section.soap .data .type_name span,section.health .data .type_name span{
	display:inline-block;
	padding:3px 10px;
	margin-right:5px;
	background:#00a5dd;
	color:#fff;
}

section.soap .data .txt,section.health .data .txt{
	display:flex;
	margin:5px 0;
}

section.soap .data .txt figure,section.health .data .txt figure{
	width:200px;
}

section.soap .data .txt p,section.health .data .txt p{
	width:200px;
	margin-left:10px;
}

section.soap .data .iconTime:before,section.health .data .iconTime:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:14px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_time.png') center center / cover;
}

section.soap .data .iconPhone:before,section.health .data .iconPhone:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:14px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_phone.png') center center / cover;
}

section.soap .data .iconPrice:before,section.health .data .iconPrice:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:14px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_price.png') center center / cover;
}

/*================福原ランキング================*/

section#ranking_fukuhara .tabs{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}

section#ranking_fukuhara .tabs li{
	width:33%;
	margin-right:10px;
	padding:10px 0;
	background:#f5f5f5;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

section#ranking_fukuhara .tabs li:last-child{
	margin-right:0;
}

section#ranking_fukuhara .tabs li.current{
	position:relative;
	background:#c80037;
	color:#fff;
}

section#ranking_fukuhara .tabs li.current:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:calc(50% - 10px);
	bottom:-18px;
	border:10px solid transparent;
	border-top:8px solid #c80037;
}

section#ranking_fukuhara .col3{
	display:none;
}

section#ranking_fukuhara .col3.current{
	display:flex;
}

section#ranking_fukuhara li{
	position:relative;
}

section#ranking_fukuhara figure{
	height:376px;
	overflow:hidden;
}

section#ranking_fukuhara li .rankIcon{
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
}

section#ranking_fukuhara li .detail{
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
	background:#fff;
}

section#ranking_fukuhara li:hover .detail{
	background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 20%,#fff 90%);
}

section#ranking_fukuhara li .prevRank{
	display:inline-block;
	padding:3px 10px;
	border:1px solid #333;
}

section#ranking_fukuhara li h3{
	font-weight:bold;
}

section#ranking_fukuhara li:hover a{
	color:#c80037;
	text-decoration:underline;
}

section#ranking_fukuhara li .size{
	font-size:12px;
	font-weight:bold;
}

/*================兎我野マップ用================*/

#mapChange input{
	width:150px;
	padding:10px;
	border:none;
	color:#999;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}

#mapChange input.active{
	background:#c80037;
	color:#fff;
}

/*================兎我野店舗一覧================*/

#shoplist .shoplist{
	display:flex;
}

#shoplist .shoplist li{
	box-sizing:border-box;
	width:49%;
	padding:10px;
	margin-right:10px;
	border:1px solid #c80037;
}

#shoplist .shoplist li .thumb{
	width:100%;
	margin-bottom:10px;
}

#shoplist .shoplist li .thumb img{
	width:100%;
}

#shoplist .shoplist li h3 a{
	font-size:16px;
	font-weight:bold;
}

#shoplist .shoplist li:hover h3 a{
	color:#c80037;
	text-decoration:underline;
}

#shoplist .shoplist .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;
}

#shoplist .shoplist .tel: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;
}

/*================兎我野店舗バナー================*/

#banner .topbnr{
	display:flex;
	justify-content:center;
}

#banner .topbnr li{
	width:32%;
	margin:0 0.6%;
}

/*================絞り込みボタンー================*/
.style03 {
	text-align: center;
}
.style03 input[type="submit"] {
	background: #FFF;
	border: 1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 8px;
	cursor: pointer;
	width: 80%;
	margin: 5px auto 0 auto;
}
.style03 input:hover {
	background: #d30042;
	border: 1px solid #af0027;
	color: #FFF;
}

/* 特集ページ
****************************************************************/
.yagen h2 {
    position: relative;
}
.yagen h2 img {
    max-width: 100%;
}
.yagen h2 .shopNum {
    position: absolute;
    top: 100px;
    right: 27px;
    color: #f30893;
    font-size: 30px;
    font-weight: bold;
}
/* 右斜下 */
.map_bg2 div.type_01:after{
bottom: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_bottom.png) no-repeat right bottom;
}

.map_bg2 div.type2_01:after{
bottom: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_bottom.png) no-repeat right bottom;
}

/* 左斜下 */
.map_bg2 div.type_02:after{
bottom: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_bottom.png) no-repeat left bottom;
}

.map_bg2 div.type2_02:after{
bottom: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_bottom.png) no-repeat left bottom;
}

/* 右中央 */
.map_bg2 div.type_03:after{
top: 4px;
right: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_center.png) no-repeat right center;
}

.map_bg2 div.type2_03:after{
top: 4px;
right: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_center.png) no-repeat right center;
}

/* 左中央 */
.map_bg2 div.type_04:after{
top: 4px;
left: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_center.png) no-repeat left center;
}

.map_bg2 div.type2_04:after{
top: 4px;
left: -20px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_center.png) no-repeat left center;
}

/* 右斜上 */
.map_bg2 div.type_05:after{
top: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_right_top.png) no-repeat right top;
}

.map_bg2 div.type2_05:after{
top: -13px;
right: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_right_top.png) no-repeat right top;
}

/* 左斜上 */
.map_bg2 div.type_06:after{
top: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_left_top.png) no-repeat left top;
}

.map_bg2 div.type2_06:after{
top: -13px;
left: -13px;
content: " ";
height: 13px;
width: 33px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_left_top.png) no-repeat left top;
}

/* 右下短 */
.map_bg2 div.type_07:after{
bottom: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_short.png) no-repeat left top;
}

.map_bg2 div.type2_07:after{
bottom: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_short.png) no-repeat left top;
}

/* 左下短 */
.map_bg2 div.type_08:after{
bottom: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_short.png) no-repeat left bottom;
}

.map_bg2 div.type2_08:after{
bottom: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_short.png) no-repeat left bottom;
}

/* 右上短 */
.map_bg2 div.type_09:after{
top: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_short.png) no-repeat right top;
}

.map_bg2 div.type2_09:after{
top: -20px;
right: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_short.png) no-repeat right top;
}

/* 左上短 */
.map_bg2 div.type_10:after{
top: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_short.png) no-repeat left top;
}

.map_bg2 div.type2_10:after{
top: -20px;
left: 4px;
content: " ";
height: 20px;
width: 6px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_short.png) no-repeat left top;
}

/* 右下長 */
.map_bg2 div.type_11:after{
bottom: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_long.png) no-repeat left top;
}

.map_bg2 div.type2_11:after{
bottom: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_long.png) no-repeat left top;
}

/* 左下長 */
.map_bg2 div.type_12:after{
bottom: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_bottom_long.png) no-repeat left bottom;
}

.map_bg2 div.type2_12:after{
bottom: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_bottom_long.png) no-repeat left bottom;
}

/* 右上長 */
.map_bg2 div.type_13:after{
top: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_long.png) no-repeat right top;
}

.map_bg2 div.type2_13:after{
top: -40px;
right: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_long.png) no-repeat right top;
}

/* 左上長 */
.map_bg2 div.type_14:after{
top: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi_top_long.png) no-repeat left top;
}

.map_bg2 div.type2_14:after{
top: -40px;
left: 4px;
content: " ";
height: 40px;
width: 8px;
position: absolute;
background:url(//img.undernavi.com/portal/web/area/kansai/fukuhara/fukidashi2_top_long.png) no-repeat left top;
}

#bnr_premium img {
	border: 1px solid #c8c8c8;
}

/*================九州新着情報================*/

#news ul{
	display:flex;
	flex-wrap:wrap;
}

#news ul li{
	width:49%;
	border-bottom:1px solid #aaa;
}

#news ul li:nth-child(2n + 1){
	margin-right:2%;
}

#news ul li a{
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}

#news ul li figure{
	width:100px;
	height:100px;
	overflow:hidden;
}

#news ul li .info{
	width:320px;
}

#news ul li .info .top span{
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	color:#c80037;
}

#news ul li .info .top span[class^='flg_']{
	padding:3px 0;
	margin-right:5px;
	border-radius:5px;
	width:100px;
	color:#fff;
	text-align:center;
}

/*---分類の色設定---*/
#news ul li .info .top span.flg_2{
	background:#eb6876;
}

#news ul li .info .top span.flg_3{
	background:#f2914a;
}

#news ul li .info .top span.flg_4{
	background:#0d348f;
}

#news ul li .info .top span.flg_5{
	background:#db1d77;
}

#news ul li .info .top span.flg_6{
	background:#ca0037;
}
/*---分類の色設定---*/

#news ul li .info h3{
	margin:3px 0;
	font-size:1.1em;
	font-weight:bold;
}

#news ul li:hover .info h3{
	color:#c80037;
	text-decoration:underline;
}


/* hash_検索窓
***************************************************************/
.hash_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hash_box li.hash_area {
    width: 33%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 10px 5px;
    margin-bottom: 5px;
    margin-right: 0.5%;
}
.hash_box li.hash_area:nth-child(3n) {
    margin-right: 0;
}
.hash_box2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.hash_box2 > figure {
    width: 20%;
    height: 57px;
    overflow: hidden;
    border-radius: 50%;
}
.hash_box2 > .right {
    width: 78%;
}
.right .hash_time {
    font-size: 12px;
}
.right .hash_ladyname {
    font-weight: bold;
    color: #c90e37;
}
.right .hash_shopname {
    font-weight: normal;
    color: #c90e37;
    font-size: 12px;
}
.hash_box li.hash_area .gals {
    width: 55%;
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
}
.hash_box li.hash_area .gals img {
    /*border-radius: 15px;*/
}
.hash_txt {
    height: 36px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.hash_txt:after {
    content: "...";
    position: absolute;
    top: 18px;
    right: 0px;
    background: #fff;
}
.hash_tag {
    display: flex;
    flex-wrap: wrap;
    margin: 8px auto 0 auto;
}
.hash_tag > li {
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99%;
    min-width: 10%;
    margin: 0 6px 3px 0;
}
.hash_tag > li > a {
    color: #0F56E7;
}

.srchtype_main3 {
    width: 65px;
    cursor: pointer;
}
span.icon001 {
    color: #20b3d8;
}
span.icon002 {
    color: #ef3fb7;
}
span.icon003 {
    color: #1ccf00;
}
.srchtype_main3 img {
    width: 38%;
    padding: 12px 0 0 10px;
    vertical-align: bottom;
}
#disappearBox_main3 {
    position: absolute;
    bottom: -95px;
    left: 0px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    z-index: 999;
}
#disappearBox_main3:before{
    content: '';
    position: absolute;
    left: 9px;
    top: -11px;
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 9px solid transparent;
}
#disappearBox_main3:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 8px solid transparent;
}
.sub_hash {
    padding-top: 5px;
}
.sub_hash li {
    margin: 0 0 5px 0;
}
.sub_hash img{
    width: 10%;
    padding-right: 5px;
}
.hashImage {
	text-align:center;
	margin-bottom:20px;
}

#areainfo h3 {
    font-size: 110%;
    font-weight: bold;
    padding: 3px 0;
}
.groupContent .groupFlexList {
	padding:0;
}
.bannerBox {
	margin: 20px 0 0;
}
#main.sakai #gravure_foot01 > li,
#main.yagen #gravure_foot01 > li
 {
	height:329px;
	overflow:hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#main.awa #gravure_foot01 > li {
		height:329px;
	overflow:hidden;
	overflow: hidden;
	display: flex;
}
.sp_shimonoseki #slide_fade {
	height: 403px;
	padding: 0;
}
.sp_shimonoseki .fade_cont li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

#gravure_foot01 li.wide2 {
	width: 50%;
	padding: 5px 20px;
	display: flex;
	align-items: center;
}
#gravure_foot01 .wide figure {
	height: 310px;
	overflow: hidden;
}
#gravure_foot01 li.wide2 h3 a,
#gravure_foot01 li.wide2 h4 a {
	color:#c90036;
	font-weight:bold;
	font-size:20px;
}
#gravure_foot01 li.wide2 .toDetail {
	background:#c90036;
	text-align:center;
}
#gravure_foot01 li.wide2 .toDetail a {
	display: block;
	color: #fff;
	padding: 15px;
}
#gravure_foot01 li.wide2 .inner {
	width: 70%;
}
#gravure_foot01 li.wide2:hover .hover_link {
	text-decoration: underline;
	color: #c90036;
}

/********************************************************************
口コミ

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

#review_content ul.item_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
}

#review_content ul.item_list li figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}
#review_content .reviewlist_el {
	width: 320px;
}
#review_content ul.item_list li .flex_el {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#review_content .l_s_name,
#review_content .s_name {
	color: #c80037;
}
#review_content .l_s_name a,
#review_content .s_name a {
	font-size: 17px;
	font-weight: bold;
	color: #c80037;
}
#review_content .comment {
	font-size: 15px;
	overflow: hidden;
	word-break: break-all;
}
#review_content .review_ttl {
	font-size:15px;
	font-weight:bold;
}
#review_content .comment a {
	color: #c80037;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
#review_content .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -40px;
}
#review_content .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px !important;
}
.reviewlist_el:hover a {
	text-decoration: underline;
}
#review_content h2::after {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/pc/area/pref/review/review_icon_new.png) no-repeat;
	width: 53px;
	height: 52px;
	position: absolute;
	top: -30px;
	animation: flash 1s linear infinite;
	width: 55px;
	height: 55px;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#review_content .date {
	font-size: 12px;
}
#review_content .d_cate {
	font-size: 14px;
}
@font-face {
  font-family: 'fontello';
  src: url('/font/mypage/fontello.eot?45259564');
  src: url('/font/mypage/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('/font/mypage/fontello.woff?45259564') format('woff'),
       url('/font/mypage/fontello.ttf?45259564') format('truetype'),
       url('/font/mypage/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
#review_content .star_icon {
	position: relative;
	overflow: hidden;
	width: 6em;
	color: #fec002;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 16px;
}
#review_content .star_icon::before {
	content: "\e80b\e809\e809\e809\e809";
	position: absolute;
	top: 0;
	left: 0;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}
#review_content .star_icon.p05::before,
#review_content .star_icon.p06::before,
#review_content .star_icon.p07::before,
#review_content .star_icon.p08::before,
#review_content .star_icon.p09::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/

#review_content .star_icon.p10::before,
#review_content .star_icon.p11::before,
#review_content .star_icon.p12::before,
#review_content .star_icon.p13::before,
#review_content .star_icon.p14::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/

#review_content .star_icon.p015::before,
#review_content .star_icon.p016::before,
#review_content .star_icon.p017::before,
#review_content .star_icon.p01::before,
#review_content .star_icon.p019::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/

#review_content .star_icon.p20::before,
#review_content .star_icon.p21::before,
#review_content .star_icon.p22::before,
#review_content .star_icon.p23::before,
#review_content .star_icon.p24::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/

#review_content .star_icon.p25::before,
#review_content .star_icon.p26::before,
#review_content .star_icon.p27::before,
#review_content .star_icon.p28::before,
#review_content .star_icon.p29::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/

#review_content .star_icon.p30::before,
#review_content .star_icon.p31::before,
#review_content .star_icon.p32::before,
#review_content .star_icon.p33::before,
#review_content .star_icon.p34::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/

#review_content .star_icon.p35::before,
#review_content .star_icon.p36::before,
#review_content .star_icon.p37::before,
#review_content .star_icon.p38::before,
#review_content .star_icon.p39::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/

#review_content .star_icon.p40::before,
#review_content .star_icon.p41::before,
#review_content .star_icon.p42::before,
#review_content .star_icon.p43::before,
#review_content .star_icon.p44::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/

#review_content .star_icon.p45::before,
#review_content .star_icon.p46::before,
#review_content .star_icon.p47::before,
#review_content .star_icon.p48::before,
#review_content .star_icon.p49::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/

#review_content .star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/

/****************************県トップ　写メ動画*******************************/

#photoblog.blog_movie .photoBlog.col5 {
	flex-wrap: wrap;
}
.blog_movie_icon::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;
}

#photoblog.blog_movie h4 a:hover,
#photoblog.blog_movie .shopName a:hover {
	color:#c90037;
	text-decoration:underline;
}
#photoblog.blog_movie .shopName a {
}
#photoblog.blog_movie ul li a:hover h3{
	background:#c90037;
	color:#fff;
}

#photoblog.blog_movie ul li a:hover h3:after{
	content:"";
	position:absolute;
	top:25px;
	left:calc(50% - 8px);
	border:8px solid transparent;
	border-top:12px solid #c90037;
	z-index:999;
}
#photoblog.blog_movie2 ul li:hover .contents a {
	color: #c90037;
	text-decoration: underline;
}
.photoBlog > li:hover .border_box{
    border-color:#c80037;
    box-sizing: border-box;
}
.photoBlog li:hover h3 {
	background: #c80037;
	color: #fff;
}
.photoBlog > li:hover .note {
	color: #c80037;
	text-decoration: underline;
}
section[id^="schedule"] li:hover .note > p:first-of-type,
section[id^="schedule"] li:hover .note > p:nth-of-type(2),
section[id^="schedule"] li:hover .note > p:nth-of-type(4),
#newface li:hover .note > div > p:first-of-type,
#newface li:hover .note > div > p:nth-of-type(2),
#newface li:hover .note > div > p:nth-of-type(4) {
    visibility:hidden;
}
section[id^="ranking"] .shop_rank_contents>li:hover {
    padding: 5px;
    border: 1px solid #c80037;
}
#premiummovie .item_list > li .hide_ttl03 {
    display: none;
}
#premiummovie .item_list > li:hover {
    border: 1px solid #c80037;
}
#premiummovie .item_list > li:hover .hide_ttl03 {
    display: block;
    width: 101%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: rgba(255,255,255,0.8);
    padding: 120px 0;
}
.hide_ttl02 {
    display: none;
}
.movie_list > li:hover .border_box{
    border-color: #c80037;
}
.movie_list > li:hover .hide_ttl02 {
    display: block;
    width: 101%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(255,255,255,0.8);
    padding: 60px 0;
}
.hide_ttl {
    display: none;
}
.movie_box:hover .border_box{
    border: 1px solid #c80037;
}
.movie_box:hover .hide_ttl {
    display: block;
    width: 101%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(255,255,255,0.8);
    padding: 49.5px 0;
}
.feature_banner_list {
	display: flex;
}

.feature_banner_slide {
	position: relative;
	margin-right: 10px;
	overflow: hidden;
	width: 172px;
}
.feature_banner_slide img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.slick-list .feature_banner_list .slick-slide img {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.win_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c90037 !important;
    font-weight: bold;
}
.win_link > img {
    width: 6%;
    vertical-align: middle;
    margin-right: 5px;
}
/*********リニューアル
*****************************************************/

/*********共通
*****************************************************/
#body.re_mainbody {
	width: 1370px;
	margin: 0 auto 20px;
}
#main.re_top {
	padding: 0 20px;
	width: 745px;
	margin: 0;
}
.re_top > section {
	padding-top: 0;
	padding-bottom: 15px;
}
.feature_banner.re_feature_banner .slick-prev {
	background: url(https://img.undernavi.com/front/pc/area/pref/re_top_slide_left.png) #fff;
    width: 24px;
    height: 24px;
    left: 0px;
    z-index: 1;
    border-radius: 50%;
}
.feature_banner.re_feature_banner .slick-next {
	right: 0px;
    background: url(https://img.undernavi.com/front/pc/area/pref/re_top_slide_right.png) #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;

}


/*****左サイド
*****************************************/
#left.re_left {
	display: flex;
	width: 430px;
}
.re_left-contents {
	width:250px;
}
#left.re_left #wallLeft {
	width: 160px;
	margin-right: 20px;
}
#left.re_left .slides_l_slickImage {
	margin: 0;
}
#left.re_left dd.inner ul li {
	font-size: var(--larger-fontsize);
	padding: 5px 10px;
}
#left.re_left .srchbox_list {
	font-size: 14px;
}
#left.re_left .trend_word {
	padding: 0 20px;
}
#left.re_left .watched_select select {
	width: 85%;
}

/*****右サイド
*****************************************/

#right.re_right #wallRight {
	margin-bottom: 20px;
}
/*********プレミアムスライダー
*****************************************************/
.re_premium_list {
	display: none;
}
.re_premium_list.slick-initialized{
	display: block;
}
.re_premium .shop_info {
	position: absolute;
	bottom: 0;
	background: #1a1a1a;
	color: #fff;
	width: 100%;
	padding: 20px;
}
.shop_info-left .area_name {
	font-size: var(--small-fontsize);
	margin-right: 10px;
}
.re_premium_list .shop_info {
	background: #1a1a1a;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.shop_info-right .shop_hour {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.shop_info-right .shop_tel {
	display: inline-block;
	vertical-align: middle;
}
.shop_info-right .shop_hour::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_time02.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: ;
}
.shop_info-right .shop_tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_tel02.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: ;
}

.shop_info-left .shop_name {
	font-size: var(--larger-fontsize);
	font-weight: bold;
}
.shop_info-right {
	font-size: var(--larger-fontsize);
}
/*********スライドバナー
*****************************************************/
.feature_banner.re_feature_banner {
}
.feature_banner.re_feature_banner .feature_banner_list {
	width: 100%;
	margin: 0 auto;
}

.re_feature_banner .feature_banner_list li {
	width: auto;
}
/*********ﾘｱﾙﾀｲﾑ
*****************************************************/

.top_reviewIcon {
	position: absolute;
	left: 20px;
	top: -10px;
}
.tab_color01 {
	border-top: 2px solid #f39801;
}
.tab_color02 {
	border-top: 2px solid #c90037;
}
.tab_color03 {
	border-top: 2px solid #0000fe;
}
#re_news .tabs li.active {
	background: #f39801;
	color: #fff;
}
#re_news .tabs li.tab_color01.active {
	background: #f39801;
	color: #fff;
}
#re_news .tabs li.tab_color02.active {
	background: #c90037;
	color: #fff;
}
#re_news .tabs li.tab_color03.active {
	background: #0000fe;
	color: #fff;
}
.re_news_inner {
	border: 1px solid #a0a0a0;
}
#re_news .tabs {
	background: #ededed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #a0a0a0;
}
#re_news .tabs li {
	width: calc(100% / 3);
	text-align: center;
	background: #f8f8f8;
	padding: 10px;
	border-right: 1px solid #a0a0a0;
	cursor: pointer;
	color:var(--c-red-color);
	font-size: var(--x-large-fontsize);
	font-weight: bold;
}
#re_news .tabs li:last-child {
	border-right: 0;
	position: relative;
}
.tabs_sub {
	border-bottom: 1px solid #a0a0a0;
}
#re_news .tabs_sub li {
	width: calc(100% / 5);
	text-align: center;
	background: #f8f8f8;
	padding: 10px;
	border-right: 1px solid #a0a0a0;
	cursor: pointer;
	font-size: var(--larger-fontsize);
	font-weight:bold;
}
#re_news .tabs_sub li.active,
#re_news .tabs_sub li.current {
	background: #fff79a;
}
#re_news .tabs_sub li:last-child {
	border-right: 0;
}

#discount.tabs_sub li {
	width: calc(100%/ 4);
	padding: 10px;
	font-size:var(--small-fontsize);
}
#review.tabs_sub li {
	width: calc(100%/ 2);
}
.discount_list-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.discount_list-item:last-child {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.discount_list-item .down {
	background: var(--c-red-color);
	color: #ff0;
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}
.discount_list-item .price {
	color: #c90037;
}
.discount_list-item .deniel {
	text-decoration: line-through;
}

.fee .p_minute {
	font-size: 20px;
	font-weight: bold;
	margin-right: 1px;
}
.p_after_price {
	font-size: 30px;
	font-weight: bold;
}
.after_yen {
	font-size: 24px;
	font-weight: bold;
}
.discount_list-item .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.discount_list-item .shop_name {
	font-size: var(--x-small-fontsize);
	color: var(--c-gray-color);
}
.discount_list-item .shop_txt-item {
	font-size: var(--x-small-fontsize);
}
.shop_txt-icon {
	margin-bottom: 5px;
}
.shop_txt-icon::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_remarks.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.discount_list-item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.realtime_icon span {
	font-size: var(--xx-smaller-fontsize);
	border-radius: 5px;
	color: #fff;
	padding: 1px 3px;
}
.realtime_list-item .realtime_newface {
	background:#e4007f;
}
.realtime_list-item .realtime_event {
	background:#f39800;
}
.realtime_list-item .realtime_sche {
	background:#009944;
}
.realtime_list-item .realtime_other {
	background:#920783;
}


.discount_list-item a figure {
	margin-right: 10px;
	width: 86px;
	height: 115px;
	overflow: hidden;
}
.discount_list-item .fee {
	margin-right: 10px;
	width:200px;
	background: #fffbcc;
	padding: 10px 20px;
}
.discount_list-item .shop_txt {
	flex: 2;
}

.realtime_list-item {
	margin-bottom: 12px;
	padding-bottom: 8px;
	/*display: flex;
	justify-content: space-between;*/
}
.realtime_list-item .realtime_flexbox {
	display: flex;
	justify-content: space-between;
}
.realtime_icon {
	width: 110px;
}
.realtime_list-item a {
	font-size: var(--small-fontsize);
	color: var(--c-blue-color);
	font-weight: bold;
	display: block;
	margin-right: 10px;
	/*width: 450px;*/
	width: 540px;
}
.realtime_icon .data {
	margin-right: 10px;
	font-size: var(--xx-smaller-fontsize);
	color: #333;
}
.realtime_list-item .area_name {
	display: flex;
	justify-content: flex-start;
	/*width: 120px;*/
	white-space: nowrap;
	font-size: var(--x-small-fontsize);
}
.realtime_list-item .area_name .name {
	width: auto;
	margin-right: 5px;
}
.realtime_list-item .area_name .name::after {
	content: "|";
	padding-left: 5px;
}
.tab_content-more {
	text-align: center;
	margin-bottom: 10px;
}
.tab_content-more a {
	background: #eeeeee;
	border-radius: 10px;
	padding: 2px 10px;
	color: #010101;
	font-size: 12px;
}
.review_list-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.review_list-item:last-child {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.review_list-item a {
	display: flex;
}
.tab_content .item_list {
}
.tab_content ul {
	padding: 20px 20px 0px;
}
.tab_content ul li {
	border-bottom: 1px dotted #000;
}
.review_list-item .shop_info {
	flex: 1;
}
.review_list-item figure {
	width: 88px;
	height: 118px;
	overflow: hidden;
	margin-right: 10px;
}
.shop_info-flex .area_name {
	font-size: var(--xx-smaller-fontsize);
}
.shop_info-flex .delivery_area_name {
	margin-right: 10px;
}
.shop_info-flex .lady_name {
	color: var(--c-blue02-color);
	font-weight: bold;
	margin-bottom: 5px;
}
.shop_info-flex .review_ttl {
	color: var(--c-red-color);
	font-weight: bold;
}
.review_list-item .star_icon {
	position: relative;
	overflow: hidden;
	width: 6em;
	color: #fec002;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 16px;
}
.review_list-item .star_icon::before {
	content: "\e80b\e809\e809\e809\e809";
	position: absolute;
	top: 0;
	left: 0;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}
.review_list-item .star_icon.p05::before,
.review_list-item .star_icon.p06::before,
.review_list-item .star_icon.p07::before,
.review_list-item .star_icon.p08::before,
.review_list-item .star_icon.p09::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/

.review_list-item .star_icon.p10::before,
.review_list-item .star_icon.p11::before,
.review_list-item .star_icon.p12::before,
.review_list-item .star_icon.p13::before,
.review_list-item .star_icon.p14::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/

.review_list-item .star_icon.p015::before,
.review_list-item .star_icon.p016::before,
.review_list-item .star_icon.p017::before,
.review_list-item .star_icon.p01::before,
.review_list-item .star_icon.p019::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/

.review_list-item .star_icon.p20::before,
.review_list-item .star_icon.p21::before,
.review_list-item .star_icon.p22::before,
.review_list-item .star_icon.p23::before,
.review_list-item .star_icon.p24::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/

.review_list-item .star_icon.p25::before,
.review_list-item .star_icon.p26::before,
.review_list-item .star_icon.p27::before,
.review_list-item .star_icon.p28::before,
.review_list-item .star_icon.p29::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/

.review_list-item .star_icon.p30::before,
.review_list-item .star_icon.p31::before,
.review_list-item .star_icon.p32::before,
.review_list-item .star_icon.p33::before,
.review_list-item .star_icon.p34::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/

.review_list-item .star_icon.p35::before,
.review_list-item .star_icon.p36::before,
.review_list-item .star_icon.p37::before,
.review_list-item .star_icon.p38::before,
.review_list-item .star_icon.p39::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/

.review_list-item .star_icon.p40::before,
.review_list-item .star_icon.p41::before,
.review_list-item .star_icon.p42::before,
.review_list-item .star_icon.p43::before,
.review_list-item .star_icon.p44::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/

.review_list-item .star_icon.p45::before,
.review_list-item .star_icon.p46::before,
.review_list-item .star_icon.p47::before,
.review_list-item .star_icon.p48::before,
.review_list-item .star_icon.p49::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/

.review_list-item .star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/
/*********PRDX露出枠
*****************************************************/

#re_exposure ul {
	display: flex;
}

#re_exposure{
	padding:0 0 10px;
}

#re_exposure ul {
	display: flex;
	padding: 20px;
	border-bottom: 1px dotted #000;
}
#re_exposure ul li {
	box-sizing: border-box;
	width: 49.5%;
	border: 1px solid transparent;
	display: flex;
	padding-right: 10px;
}
#re_exposure .shop_info {
	width: calc((100% - 100px) - 3%);
}
#re_exposure ul li:first-child {
	margin-right: 3%;
	border-right: 1px dotted #000;
}

#re_exposure ul li figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 3%;
}
#re_exposure ul li figure a {
	display:block;
}
#re_exposure ul li .shopInfo{
	width:68%;
}
#re_exposure .area {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
#re_exposure ul li .state {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
	background: #e60012;
	color: #fff;
	border-radius: 5px;
}

#re_exposure ul li .copy{
	margin-bottom:5px;
}

#re_exposure ul li .lady_name {
	color: var(--c-gray02-color);
	font-size: var(--x-small-fontsize);
}
#exposure ul li p.area{
}

/*********グラビア
*****************************************************/

.re_gravure_foot ul li {
	position: relative;
	margin-bottom: 0;
}
.re_gravure_foot .thumb {
	position: relative;
	height: 134px;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.re_gravure_foot .thumb a {
	display: block;
}
.re_gravure_foot .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.re_gravure_foot .Capa_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
}
.re_gravure_foot .name a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.re_gravure_foot .size {
	text-align: left;
}
.re_gravure_foot .area_name, .re_gravure_foot .shop_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}


/*********ランキング
*****************************************************/

#re_ranking .re_title {
	margin-bottom: 0;
}
.shop_ranking-contents {
	padding: 15px 20px;
	display: flex;
	flex-wrap: wrap;

}
.rankBlock.re_rankBlock {
	background: #fefef2;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.ranking_list-more a {
	text-align:right;
}

.ranking_list-more a {
	background: #eeeeee;
	border-radius: 10px;
	padding: 2px 10px;
	color: #010101;
	font-size: var(--xx-smaller-fontsize);
}
.ranking_link a {
	border: 1px solid #d2d2d2;
	padding: 2px 55px;
	background: #fff;
}
.ranking_link a::before {
	content: "▶";
	color: #ca0138;
	margin-right: 10px;
}
#re_ranking .tabs {
	display:flex;
	border: 1px solid #a0a0a0;
}
#re_ranking .tabs li.current {
	background:#ff2e8a;
	color:#fff;
}
#re_ranking .tabs li {
	width: calc(100% / 5);
	text-align: center;
	background: #f8f8f8;
	padding: 10px;
	border-right: 1px solid #a0a0a0;
	cursor: pointer;
}
#re_ranking .tabs li:last-child {
	border-right: none;
}
#re_ranking .tabs li.active {
	background: #ff2e8a;
	color: #fff;
}

.re_ranking .rank_area {
	display: flex;
}
.re_ranking .rank_area:not(:last-child) {
	margin-bottom: 10px;
}
.re_ranking .shop_ranking-inner {
	width: 50%;
	border-bottom: 1px dotted #000;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.shop_ranking-inner .ranking_name {
	font-size: var(--x-large-fontsize);
	font-weight: bold;
	margin-bottom: 10px;
}
.ranking_list {
	margin-bottom: 10px;
}
.rank_dx {
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
	margin-right: 10px;
}
.rank_dx img {
	width:100%;
	height: 100%;
	object-fit:cover;
}

.rank_dx .Capa_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
.rank_dx .rotate {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
.ranking_list .shop_info {
	width: calc(100% - 130px);
}
.shop_ranking-head {
	display: flex;
	width: 100%;
}

.ranking_link {
	text-align: center;
	width: 100%;
}
.ranking_list .lady_name a, .ranking_list .shop_name.shop_name02 a{
	font-size: var(--x-large-fontsize);
	color: var(--c-blue02-color);
	font-weight: bold;
}
.rank_area01 .time {
	font-size: var(--xx-smaller-fontsize);
	text-align: left;
	margin-bottom: 2px;
}
.rank_area01 .time .tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_tel.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.rank_area01 .time .shop_hour::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_time.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.ranking_list .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.rank_area01 .time span {
	display: block;
}
.ranking_list .shop_name a, .ranking_list .catchcopy {
	font-size: var(--x-small-fontsize);
	color: var(--c-gray-color);
}
.shop_ranking-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.ranking_list .shop_info figure {
	height: 55px;
	margin-bottom: 5px;
}
.ranking_list-more {
	text-align: right;
}

.ranking_list-more {
	text-align: right;
	margin-top: auto;
}
.shop_ranking-inner:nth-child(odd) {
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px dotted #000;
}
.shop_ranking-inner:nth-child(even) {
	padding-left: 20px;
	padding-bottom: 20px;
}
.shop_ranking-inner:nth-child(n+3) {
	padding-top: 20px;
}
/*********ﾗﾝｷﾝｸﾞお店
*****************************************************/

.shop_ranking-head figure {
	width: 180px;
	height: 60px;
	overflow: hidden;
}
.shop_ranking-head figure {
	width: 180px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}
#box5 .re_ranking .shop_ranking-inner.shop_ranking-inner02 {
	width: 73%;
	padding: 0;
	border: none;
}
#box5 .lady_list li {
	border-right: 1px dotted #000000;
	padding-right: 10px;
	box-sizing: border-box;
}
.shop_ranking-inner.shop_ranking-inner02 .name {
	color: var(--c-blue-color);
	font-weight: bold;
}
#box5 .shop_ranking-head {
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	padding-bottom: 0;
}


#box5 .rank_number img {
	max-width: 100%;
}
#box5 .shop_info {
	display: flex;
	font-size: var(--xx-smaller-fontsize);
}
#box5 .area_name,
#box5 .shop_hour {
	margin-right:10px;
}
#box5 .shop_hour::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_time.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
#box5 .tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_tel.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background-size: ;
}
#box5 .name a, #box5 .name {
	font-size: var(--small-fontsize);
	color: var(--c-blue02-color);
	font-weight: bold;
}
#box5 .age,
#box5 .size {
	font-size: var(--x-small-fontsize);
	text-align: left;
	white-space: nowrap;
}

#box5 .thumb {
	margin-bottom: 5px;
	height: 280px;
	overflow: hidden;
}
#box5 .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#box5 .lady_list {
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	width: 100%;
}
#box5 .gal_info {
	width: calc(100% - 65px);
}
#box5 .lady_list li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}
#box5 .shop_ranking-inner {
	padding: 0;
	border-bottom: 0;
	width: calc(100% - 190px);
}
#box5 .rank_number {
	width: 60px;
}
/*********写メ日記
*****************************************************/
.re_photoblog_list li figure {
	height: 187px;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.re_schedule_list.col5 li {
	margin-bottom: 0;
}
.re_schedule_list li figure {
	position: relative;
	height: 187px;
	overflow: hidden;
	margin-bottom: 5px;
}
.re_schedule_list li figure img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.re_photoblog_list li .Capa_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
.re_photoblog_list li .time {
	color: #e4007f;
	font-weight: bold;
	text-align: center;
}
.re_photoblog_list li a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.re_photoblog_list li .size {
	text-align: left;
	font-size: var(--x-small-fontsize);
}
.re_photoblog_list li .area_name,
.re_photoblog_list li .shop_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.re_photoblog_list.col5 li {
	margin-bottom: 0;
}
.re_photoblog_list li .date {
	color:var(--c-pink-color);
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

/*********本日出勤
*****************************************************/

.re_schedule_list figure {
	position:relative;
}
.re_schedule_list .Capa_1 {
	position:absolute;
	top:0;
	left:0;
	width:40px;
}
.re_schedule_list.col5 li {
	margin-bottom: 0;
}
.re_schedule_list li a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.re_schedule_list li .size {
	text-align: left;
	font-size: var(--x-small-fontsize);
}
.re_schedule_list li .area_name,
.re_schedule_list li .shop_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.re_nowshop_list-item .time::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_time.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background-size: ;
}
.re_nowshop_list-item .tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_tel.png');
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background-size: ;
}
/*********今すぐイケる娘
*****************************************************/


.re_schedule_list-item figure {
	border-radius: 0;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.re_schedule_list-item .Capa_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	pointer-events: none;
}
.re_schedule_list-item .time {
	color:var(--c-pink-color);
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.re_schedule_list-item .name a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.re_schedule_list-item .area_name,
.re_schedule_list-item .shop_name {
	font-size:var(--xx-smaller-fontsize);
	color:var(--c-gray-color);
}
.re_schedule_list-item .size {
	text-align: left;
	font-size: var(--x-small-fontsize);
}

/*********今すぐイケるお店
*****************************************************/

.re_nowshop_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.re_nowshop_list-item {
	width: calc((100% / 2) - 5px);
	display: flex;
	padding: 10px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.re_nowshop_list-item figure {
	margin-right: 10px;
	width: 88px;
	height: 120px;
	overflow: hidden;
}
.re_nowshop_list-item .shop_info {
	width: 71%;
}
.discount_view {
	font-size: 26px;
	color: #e4007f;
	font-weight: bold;
}
.discount_view span {
	font-size: 18px;
	color: initial;
	font-weight: bold;
}
.re_nowshop_list .shop_name a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.re_nowshop_list-item .area_name, .re_nowshop_list-item .time, .re_nowshop_list-item .tel {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.re_nowshop_list-item .area_name {
	margin-bottom:5px;
}
/*********お店・女の子の新着情報
*****************************************************/
.re_arrival_inner {
	display: flex;
	justify-content: space-between;
}
.re_arrival_contents {
	width: calc((100% / 2) - 5px);
}
.re_arrival_list-inner {
	display: flex;
}
.re_arrival_list-inner figure {
	positon:relative;
}
.re_arrival_list-inner .Capa_1 {
	positon: absolute;
	top: 0;
	left: 0;
	width: 40px;
	pointer-events: none;
}
.re_arrival_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}
/*********新着動画
*****************************************************/
.re_movie_list-item figure {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	background: #000;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.re_movie_list-item figure::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;
}
.re_movie_list-item figure img {
	width: 100%;
}
.re_movie_list-item .Capa_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	pointer-events: none;
}
.re_movie_list .re_movie_list-item {
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 0;
}
.re_movie_list-item .date {
	color:var(--c-pink-color);
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.re_movie_list-item .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.re_movie_list-item .shop_link a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
/*********スペシャル動画
*****************************************************/
.re_premiummovie_list-item figure {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	background: #000;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.re_premiummovie_list-item .Capa_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	pointer-events: none;
}
.re_premiummovie_list-item {
	padding: 10px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.re_premiummovie_list-item .date {
	color: #e4007f;
	font-weight: bold;
	text-align: center;
}

.re_premiummovie_list-item .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.re_premiummovie_list-item .shop_link a {
	color: var(--c-blue02-color);
	font-weight: bold;
}

/*********オススメのお店
*****************************************************/
.recommend_list {
	padding: 10px 0;
}
.recommend_list-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;

}
.recommend_list-item figure {
	width: 278px;
	overflow: hidden;
	margin-right:10px;
}
.re_recommend_list-contents {
	flex: 1;
}
.re_recommend_list-inner {
	display: flex;
}
.re_recommend_list-contents .shop_link a {
	color: #f39f23;
	border: 1px solid;
	padding: 2px 20px;
	border-radius: 5px;
}
.re_recommend_list-contents .catchcopy {
	margin-bottom: 7px;
	line-height: 1.2;
}
.re_recommend_list-contents .shop_link a::after {
	content: "▶";
	margin-left: 5px;
}
/*********チェックしたお店・女の子
*****************************************************/


.check_shop_inner-contents {
}
.check_shop_inner {
	border: 1px solid #a0a0a0;
	padding: 10px 20px;
}
.chk_shop {
	border-bottom:1px dotted #a0a0a0;
	margin-bottom: 20px;
}
.re_title04 {
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--c-red-color);
	font-weight: bold;
	display: flex;
	align-items: center;
}
.re_title04 a {
	background: #eeeeee;
	border-radius: 10px;
	padding: 2px 10px;
	color: #010101;
	font-size: var(--xx-smaller-fontsize);
	margin-left: auto;
}
.re_title04 a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_more.png') no-repeat center;
	width: 18px;
	height: 18px;
}
.re_title04::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/area/pref/re_top_icon_check.png');
	width: 30px;
	height: 28px;
	margin-right: 5px;
}
.check_shop_inner-contents ul li figure {
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
}
.check_shop_inner-contents .name a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.check_shop_inner-contents .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.check_shop_inner-contents .shop_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}


/*********求人
*****************************************************/

.re_shopblog_area {
	background: #f3fcfb;
	border: 1px solid #a0a0a0;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.re_title.re_title03 .icon_recruit {
	color: #ff0;
	background: #18adb3;
	border-radius: 5px;
	font-size: var(--larger-fontsize);
	padding: 1px 5px;
	margin-right: 5px;
}
.work_girls {
	font-weight: bold;
	font-size: var(--larger-fontsize);
}
.re_title03-sub {
	color: #19adb3;
	font-size: 20px;
	font-weight: bold;
}
.re_title-left {
	display: flex;
	align-items: center;
}
#re_shopblog_area .inner {
	padding: 10px 20px;
}
.shopblog_list figure {
	width: 83px;
	height: 83px;
	overflow: hidden;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.shopblog_list-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}
.shopblog_list-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.shopblog_list-contents {
	width: calc(100% - 93px);
}
.shopblog_list a {
	color: var(--c-blue02-color);
	font-weight: bold;
}
.shopblog_list .area_name {
	font-size: var(--xx-smaller-fontsize);
	color: var(--c-gray-color);
}
.shopblog_list .shop_name,
.shopblog_list-contents .up {
	color: var(--c-gray-color);
	font-size: var(--x-small-fontsize);
}
.shopblog_list-contents .data {
	margin-right: 5px;
}
.unrecruit_bnr {
}
.bucknumber_link {
    text-align: right;
    margin-top: 5px;
}
.bucknumber_link a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/area/pref/re_top_icon_more.png) no-repeat center;
    width: 18px;
    height: 18px;
}
.bucknumber_link a:hover {
    color: #c90037;
    text-decoration: underline;
}

/* nowshop
--------------------------------------------------*/
#nowshop {
    padding-bottom: 0;
}
.articleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.articleList .article {
    width: 49%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}
.articleList .article:nth-of-type(odd) {
    margin-right: 2%;
}
.articleList .article > a {
    display: block;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.articleThumbContainer {
    width: 30%;
}
.articleContent {
    width: 67%;
}
.articleText {
    font-weight: bold;
}
.articleText strong {
    font-size: 28px;
    color: #e40682;
    font-weight: bold;
}
.articleContent > h3 {
    color: #2779bf;
    /*font-size: 15px;*/
    font-weight: bold;
}
.text_s {
    font-size: 12px;
    font-weight: normal;
}
.articleContent > .text_s:nth-of-type(2) {
    margin: 5px 0 3px 0;
}
.text_s > img {
    width: 7.5%;
    vertical-align: middle;
}
.articleThumb {
    height: 137px;
    overflow: hidden;
	position: relative;
}
.articleThumb .Capa_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	pointer-events: none;
}
.articleThumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jotoMovieList > li > a::after {
	background: url(https://img.undernavi.com/front/sp/common/icon_play01.png) no-repeat;
	content: "";
	display: inline-block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
}
.jotoMovieList > li a {
	position: relative;
}


/*================あしあとシステム================*/
#ashiato {	padding-top: 30px;}
#ashiato .graybox {
	padding: 40px 20px 20px;
	background-color: #eeeeee;
	box-sizing: border-box;
	position: relative;
}
#ashiato .ttl {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 57%;
	padding: 12px 0;
	background-color: #e4007f;
	color: #ffed02;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}
#ashiato .ttl span {	font-weight: bold;}
#ashiato .ttl span::before,
#ashiato .ttl span::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 20px;
	background-color: #ffed02;
	position: relative;
	top: 2px;
}
#ashiato .ttl span::before {
	left: -10px;
	transform: rotate(-10deg);
}
#ashiato .ttl span::after {
	right: -10px;
	transform: rotate(10deg);
}
#ashiato .ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    border: 11px solid #e4007f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateX(-50%);
}
#ashiato .ladylist {
	display: flex;
}
#ashiato .ladylist li {
	width: 19%;
	margin: 0 1.25% 0 0;
	border: 2px solid #e40b84;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
#ashiato .ladylist li:nth-child(5) {	margin-right: 0;}
#ashiato .ladylist li .ladyname {
	padding: 3px 3px 0;
	font-weight: bold;
	font-size: 13px;
}
#ashiato .ladylist li .ladyname a {	color: #0062b3;}
#ashiato .ladylist li .size,
#ashiato .ladylist li .area {
	padding: 0 3px;
	color: #838383;
	font-size: 10px;
}
#ashiato .ladylist li .shopname {
	padding: 3px 3px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#ashiato .ladylist li .ladyname,
#ashiato .ladylist li .size,
#ashiato .ladylist li .area,
#ashiato .ladylist li .shopname {
	box-sizing: border-box;
}

.item_list-discount .discount_list-item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 35px;
}
.item_list-discount h3 {
	color: var(--c-red-color);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.item_list-discount .discount_list-item figure {
	margin-right: 0px;
	width: 130px;
	height: 205px;
	overflow: hidden;
}
.item_list-discount .discount_list-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_list-right {
	flex: 1;
}

.item_list-discount .item_list-coupon::before {
	content: "";
	display: inline-block;
	background: url('https://img.undernavi.com/front/pc/area/pref/coupon_bg.png') no-repeat;
	width: 100%;
	height: 100%;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.item_list-discount .item_list-coupon {
	overflow: hidden;
	position: relative;
	background: #fefbee;
	padding: 10px 0px 10px 40px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}
.item_list-discount .normal {
	font-size: 18px;
}
.item_list-discount .p_minute {
	font-size: 40px;
	font-weight: bold;
}
.p_minute em {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}
.item_list-discount .p_after_price {
	font-size: 49px;
	font-weight: bold;
}
.item_list-discount .after_yen {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.item_list-discount .discount_list-item .price {
	color: #ff0000;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
}
.item_list-discount .cate {
	font-size: 13px;
	display: flex;
	gap: 0 10px;
	margin-bottom: 5px;
}
.item_list-discount .cate_name-shop {
	flex: 1;
	color: var(--c-red-color);
	font-weight: bold;
}
.usable_condition {
	font-size: 13px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.usable_condition em {
	font-weight: bold;
}
.more_btn {
	color: var(--c-red-color);
	font-weight: bold;
	text-align: right;
}
.price_off, .extend_time {
	display: inline-flex;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
	top: -15px;
	margin-left: 10px;
}
.price_off {
	margin-left: 5px;
}
.item_list-discount .discount_list li::after {
	background: radial-gradient(circle farthest-side, #666, #666 25%, transparent 25%, transparent);
	background-size: 10px;
	content: '';
	display: inline-block;
	height: 10px;
	width: 100%;
}
.tab_content .item_list-discount ul li {
	border-bottom:0;
}
.item_list-discount .discount_list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.tab_content-more.discount_more {
	padding: 10px 0;
}
.shop_ranking-contents .rank_number img {
	max-width: 35%;
}