@charset "UTF-8";
/* CSS Document */


.wrap_sns_icon{
	position:relative;
}
.wrap_sns_icon ul{
	position:fixed;
	z-index:1000;
	left:20px;
}
.wrap_sns_icon ul li{
	width:47px;
	height:47px;
	margin-bottom:10px;
}
.slick-dots li button:before {
	font-size: 18pt;
}

/*--------------------------------------------------------------
検索周り
--------------------------------------------------------------*/

#wrap_search_box{
	width:800px;
	height:240px;
	margin:0 auto;
	position:relative;
	display:table;
}
.model_name02{
	overflow:hidden;
	position:absolute;
	top:0;
	right:0px;
}
.model_name02 p{
	float:right;
	background:#D1D5A9;
	padding:0 5px;
}
.model_name02 p a{
	font-size:10px;
	color:#0F0F0F;
	text-align:right;
	display:block;
	background: url("../../../images/common/recruit_arrow_white.png") no-repeat;
    background-size: 6px 10px;
    padding: 0 8px 0 0;
    background-position: right center;
}
.search_box_contents{
	display: table-cell;
    vertical-align: middle;
	padding-left:30px;
}

/*----------- お知らせ -------------*/
.notice{
	padding-bottom:5px;
}
.notice dl{
	width:338px;
	display:flex;
	align-items:center;
}
.notice dl dt{
	width:47px;
	height:17px;
	border:1px solid #D67171;
	background:#ffffff;
	color:#D67171;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	line-height:17px;
	display:inline-block;
}
.notice dl dd{
	width:287px;
	display:inline-block;
	background: url("../../../images/common/arrow_green.png") no-repeat;
    background-size: 7px 10px;
    padding: 0 8px 0 0;
    background-position: right center;
}
.notice dl dd a{
	width:274px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:10px;
	color:#0F0F0F;
	text-decoration: underline;
	display:block;
	padding-top:1px;
}
.notice dl dd a:hover{
	font-weight:bold;
}

/*----------- エリア・フリーワード検索 -------------*/

.search_box_inner{
	width:320px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

.search_box_inner div img{
	width:10px;
	height:10px;
	margin-bottom:15px;
}
input.search_box_inner_area,input.search_box_inner_freeword{
	width:119px;
	height:40px;
	border-radius:3px;
	border:1px solid #00A585;
	color:#636A77;
	padding:5px;
	box-sizing: border-box;
	-webkit-appearance: textfield; /*これを追加*/
}
input.search_box_inner_submit{
	cursor: pointer;
	width: 55px;
	height: 40px;
	border: none;
	text-indent: -9999px;
	background:url("../../../images/main/search_button01.png") no-repeat;
	background-size:55px 40px;
}
input.search_box_inner_submit:hover{
	opacity:0.7;
	cursor: pointer;
}
input.search_box_inner_submit.invalid_button {
	background:url("../../../images/main/search_button01_off.png") no-repeat;
	background-size:55px 40px;
}
input.search_box_inner_submit.invalid_button:hover {
	cursor: inherit;
}

.suggest{
	width:259px;
	border:1px solid #00A585;
	padding:10px;
	background:#ffffff;
	position:absolute;
	top:50px;
	z-index:900;
}
.suggest li{
	font-size:12px;
	padding:3px 0;
	border-bottom:1px solid #E6F1EF;
}
.suggest li:last-child{
	border-bottom:none;
}

.no_suggest_error{
	color: #ff0000;
	font-size: 12px;
}

.is_hide {
	display: none;
}


/*----------- エリア・認定店 -------------*/

.wrap03{
	width:320px;
	margin:0 auto;
	display:flex;
}
.wrap03_area_button{
	width:194px;
	height:40px;
	font-size:10px;
	color:#0F0F0F;
	margin-right:5px;
	background-color:#ffffff;
}
.wrap03_area_button a{
	width:194px;
	height:40px;
    border: 2px solid #00A381;
	color:#0F0F0F;
    border-radius: 3px;
	padding-left:20px;
	align-items: center;
    display: flex;
    justify-content: center;
	text-align:center;
	box-sizing: border-box;
	background:url("../../../images/main/icon_area.png") no-repeat;
	background-size:15px 23px;
	background-position:17px center;
}
.wrap03_area_button a:hover{
	width:194px;
	height:40px;
    border: 2px solid #00A381;
	color:#0F0F0F;
    border-radius: 3px;
	background-color:#E6F1EF;
    display: flex;
    justify-content: center;
	text-align:center;
	box-sizing: border-box;
}
.wrap03_nintei_button{
	width:121px;
	height:40px;
	font-size:10px;
	color:#0F0F0F;
	display:inline-block;
	background-color:#ffffff;
	line-height: 16px;
}
.wrap03_nintei_button a{
	width:121px;
	height:40px;
    border: 2px solid #00A381;
	color:#0F0F0F;
	padding-top:3px;
	padding-left:23px;
    border-radius: 3px;
	display:block;
	text-align:center;
	box-sizing: border-box;
	background:url("../../../images/main/icon_choice_2x.png") no-repeat;
	background-size:20px 24px;
	background-position:10px center;
}
.wrap03_nintei_button a:hover{
	width:121px;
	height:40px;
    border: 2px solid #00A381;
	color:#0F0F0F;
    border-radius: 3px;
	display:block;
	background-color:#E6F1EF;
	text-align:center;
	box-sizing: border-box;
}

.wrap03_area_button a span,.wrap03_nintei_button a span{
	font-size:13px;
	font-weight:bold;
}
.wrap03_nintei_button a span{
	letter-spacing: 0.3em;
}

/*----------- 人気の検索条件 -------------*/

.search_box h2{
	width:338px;
	heigh:30px;
	background:#00A381;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
	color:#ffffff;
	border-radius:3px 3px 0 0;
}
div.search_box_content{
	width:338px;
	height:111px;
	border-radius:0 0 3px 3px;
	background-color: rgba(255,255,255,0.7);
}
.search_box_content h3{
	width:320px;
	height:20px;
	background:#00A381;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	line-height:20px;
	color:#ffffff;
	margin:0 auto;
}
.search_box_popular{
	padding-top:10px;
}
.search_box_popular_inner{
	width:320px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.search_box_popular_inner li{
	display:inline-block;
	font-size:10px;
	color:#00A381;
	background:#ffffff;
	margin:5px 5px 0 0;
    border-radius: 15px;
}
.search_box_popular_inner li a{
	text-align: center;
    display: block;
	padding:3px 10px;
    border-radius: 15px;
	background:#ffffff;
	color:#00A381;
    border: 1px solid #00A381;
}
.search_box_popular_inner li a:hover{
	background:#00A381;
	color:#ffffff;
}




div.contents{
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-top:10px;
}

.left_contents{
	width:580px;
	float:left;
}
.right_contents{
	width:200px;
	float:right;
}

/*--------------------------------------------------------------
 特集スライドバナー
--------------------------------------------------------------*/
.slide_banner{
	width:580px;
	padding:0 10px;
	margin:0 auto;
}

.slid_title{
	font-size:12px;
}
.slider li a:hover{
	color:#0F0F0F;
	text-decoration: underline;
}

/*--------------------------------------------------------------
本日出勤中の女の子
--------------------------------------------------------------*/

ul.top_shift{
	width: 570px;
	padding: 0 10px;
	display: flex;
	overflow: scroll;
	white-space:nowrap;
}
ul.top_shift li{
	position:relative;
	width:30%;
	height:auto;
	margin-right:10px;
}
ul.top_shift li a img{
	width:100px;
	height:auto;
}
ul.top_shift li dl{
	width:100px;
	position:absolute;
	bottom:0px;
	background:rgba(255,255,255,0.8);
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}
ul.top_shift li dl dt{
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.top_shift li dl dd{
	font-size:10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3em;
}

/*--------------------------------------------------------------
 メニュータブ
--------------------------------------------------------------*/

.nav-tab {
	width:580px;
	height:40px;
	background:#E6F1EF;
	display:flex;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:2px solid #00A381;
	border-radius:3px 3px 0 0;
}

.nav-tab li {
	width:116px;
	height:40px;
    cursor: pointer;
	line-height:15px;
	text-align:center;
	border-right:1px solid #00A381;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-tab li:last-child{
	border-right:none;
}
.nav-tab li h2{
    font-size: 12px;
    display: inline;
}
.nav-tab li.active {
    color: #fff;
    background: #00A381;
    cursor: auto;
}
.nav-tab li.active:first-child{
	border-radius:3px 0 0 0;
}
.nav-tab li.active:last-child{
	border-radius:0 3px 0 0;
}
.nav-tab li:hover{
    color: #fff;
    background: #00A381;
    cursor: center;
}
#contents > div {
    display: none;
}

#contents > div.show {
    display: block;
}
#contents{
	border-bottom:1px solid #E6F1EF;
	margin-bottom:10px;
}

/*------------- NEWS -------------*/

ul.top_news_contents{
	width:560px;
	margin: 0 10px;
}
ul.top_news_contents li{
	width:560px;
	height:80px;
	padding: 0 10px;
	border-bottom:1px solid #E6F1EF;
}
ul.top_news_contents li a{
	width:560px;
	height:80px;
	margin-left: -10px;
	display:block;
	color:#0F0F0F;
}
ul.top_news_contents li a:hover{
	background:#F8F8F8;
}

.top_news_content{
	overflow:hidden;
	padding-top:10px;
}
.top_news_content dt{
	width:60px;
	float:left;
	margin-right:10px;
	margin-left: 10px
}

.top_news_content dd{
	width:470px;
	float:left;
}

.top_news_title{
	font-size:14px;
	font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_news_text{
	font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_news_content dd div{
	overflow:hidden;
	padding-top:6px;
}
p.top_news_area-shopname{
	width: 80%;
	float: left;
	font-size: 10px;
	color: #636A77;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.top_news_time{
	float:right;
	font-size:10px;
	color:#636A77;
}

.top_contents_button{
	width:580px;
	margin:0 auto;
	padding:10px 0 20px;
}


.top_contents_button p{
	width:560px;
	height:45px;
	margin:0 auto;
	color:#00A381;
	background:#ffffff;
	display:block;
	font-size:13px;
}
.top_contents_button p a{
	width:560px;
	height:45px;
	text-align: center;
    display: block;
    border-radius: 3px;
	background:#ffffff;
	color:#00A381;
    border: 1px solid #00A381;
	line-height:45px;
	font-size:13px;
}
.top_contents_button p a:hover{
	background:#00A381;
	color:#ffffff;
}


/*------------- クチコミ -------------*/

.top_kuchikomi_contents{
	width: 560px;
    margin: 0 10px;
}

.top_kuchikomi_contents li{
    width: 560px;
    padding: 0 10px;
	position:relative;
    border-bottom: 1px solid #E6F1EF;
}
.top_kuchikomi_contents li a{
	width: 560px;
    margin-left: -10px;
    display: block;
    color: #0F0F0F;
}
.top_kuchikomi_box{
	margin-left:40px;
	padding: 10px 0;
}
.icon_green::before{
	content:"";
	background:url("../../../images/common/kuchikomi_green_x2.png") no-repeat;
	background-size: cover;
	display:inline-block;
	width:21px;
	height:21px;
	position:absolute;
	top: 73px;
    left: 5px;
}
.icon_light_green::before{
	content:"";
	background:url("../../../images/common/kuchikomi_lightgreen_x2.png") no-repeat;
	background-size: cover;
	display:inline-block;
	width:21px;
	height:21px;
	position:absolute;
	top: 73px;
    left: 5px;
}
.shop_head dt{
	font-size:13px;
	color:#00A381;
	font-weight:bold;
}
.shop_head dd{
	font-size:10px;
	color:#636A77;
		
}
.wrap_top_kuchikomi_content{
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	width: 510px;
	max-height: 72px;
	background: #E6F1EF;
}

.wrap_top_kuchikomi_content::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 15px solid #E6F1EF;
}
.top_kuchikomi_content{
	font-size:12px;
	color:#0F0F0F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wrap_top_kuchikomi_content div{
	overflow:hidden;
}
.top_kuchikomi_reviewer,.top_kuchikomi_time{
	font-size:10px;
	color:#636A77;
	padding-top:7px;
}
.top_kuchikomi_reviewer{
	float:left;
}
.top_kuchikomi_time{
	float:right;
}

ul.top_kuchikomi_contents li a:hover{
	background:#F8F8F8;
}


/*------------- 新規掲載店 -------------*/

.top_newshop_contents{
	width: 560px;
    margin: 0 10px;
}
.top_newshop_contents li{
    padding: 10px 0;
    border-bottom: 1px solid #E6F1EF;
}
.top_newshop_name{
	color:#00A381;
	font-size:20px;
	font-weight:bold;
	margin: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_newshop_contents li a .top_newshop_name:hover{
	text-decoration: underline;
}
.top_newshop_area-type{
	font-size:10px;
	color:#636A77;
	margin: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_newshop_box{
	display:flex;
	margin: 0 10px;
}
.top_newshop_box img{
	width:238px;
	height:127px;
}
.top_newshop_box div{
	width:293px;
    margin-left: 10px;
}
.top_newshop_box div p{
	font-size:15px;
	font-weight:bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_newshop_box div dl{
	display:flex;
	flex-wrap: wrap;
}
.top_newshop_box div dl dt{
	width:72px;
	background:#E6F1EF;
	border-bottom: 1px solid #ffffff;
	font-size:12px;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_newshop_box div dl dt:last-of-type{
	border-bottom:none;
}
.top_newshop_box div dl dd{
	width:220px;
	font-size:12px;
	border: 1px solid #E6F1EF;
	border-bottom:none;
    padding: 6px 0 5px 5px;
}
.top_newshop_box div dl dd:last-child{
	border-bottom:1px solid #E6F1EF;
}

.newshop-time,
.newshop-system{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newshop-access{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	    max-height: 2.7rem;
}






 /*PR*/

.top_kuchikomi_content_pr dt{
	width:60px;
	float:left;
	margin-right:10px;
	margin-left: 10px
}

.top_kuchikomi_content_pr dd{
	width:470px;
	float:left;
}

.top_kuchikomi_title{
	font-size:14px;
	font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_kuchikomi_text{
	font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_kuchikomi_content_pr{
	overflow:hidden;
	padding:10px 0;
}
p.top_kuchikomi-shopname{
	float:left;
	font-size:10px;
	color:#636A77;
}
p.top_kuchikomi_pr{
	float:right;
	font-size:10px;
	color:#636A77;
}



/*------------- 特集 -------------*/


.top_tokusyuu_contents{
	width:580px;
	padding:0 10px;
}
.top_tokusyuu_contents li{
	width:560px;
    border-bottom: 1px solid #E6F1EF;
}
.top_tokusyuu_contents .large dl{
	width:540px;
	margin:0 auto;
	padding:10px 0;
}
.large dl dt.top_tokusyuu_contents_image a img{
	width:540px;
	height:auto;
}
.large dl dd p.top_tokusyuu_contents_title{
	font-size:17px;
	font-weight:bold;
}
.large dl dd p.top_tokusyuu_contents_title a{
	font-size:17px;
	font-weight:bold;
}
.large dl dd p.top_tokusyuu_contents_title a:hover{
	text-decoration: underline;
	color:#00A381;
}
.large dl dd p.top_tokusyuu_contents_text{
	font-size:13px;
}


/*小さい表示*/
.top_tokusyuu_contents .small dl{
	width:540px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.small dl dt.top_tokusyuu_contents_image{
	width:210px;
	height:auto;
	float:left;
	margin-right:10px;
}

.small dl dd{
	width:320px;
	height:auto;
	float:right;
}

.small dl dd p.top_tokusyuu_contents_title a{
	font-size:15px;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.small dl dd p.top_tokusyuu_contents_title a:hover{
	color:#00A381;
	text-decoration: underline;
}

.small dl dd p.top_tokusyuu_contents_text{
	font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*小さいPR表示*/

li.small_pr{
	position:relative;
}
.top_tokusyuu_contents .small_pr dl{
	width:540px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.small_pr dl dt.top_tokusyuu_contents_image{
	width:210px;
	height:auto;
	float:left;
	margin-right:10px;
}

.small_pr dl dd{
	width:320px;
	height:auto;
	float:right;
}

.small_pr dl dd p.top_tokusyuu_contents_shopname a{
	font-size:15px;
	font-weight:bold;
}
.small_pr dl dd p.top_tokusyuu_contents_shopname a:hover{
	color:#00A381;
	text-decoration: underline;
}

.small_pr dl dd p.top_tokusyuu_contents_text{
	font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.small_pr dl dd p.top_tokusyuu_contents_pr{
	font-size:10px;
	color:#636A77;
	text-align:left;
	position:absolute;
	bottom:10px;
	right:10px;
}


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


.top_ranking_contents{
	width:580px;
	padding:0 10px;
}
.top_ranking_contents li{
	width:560px;
	height:120px;
    border-bottom: 1px solid #E6F1EF;
}
.top_ranking_contents li a{
	width:560px;
	display:block;
}
.top_ranking_contents li a:hover{
	background:#F8F8F8;
}
.ranking_detail{
	width:560px;
	overflow:hidden;
}
.ranking_detail dt{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#636A77;
}
.ranking_detail dd{
	float:right;
	font-size:10px;
	color:#636A77;
}



.top_ranking_content{
	overflow:hidden;
	padding:10px 0;
}
.top_ranking_content .rank{
	width:30px;
	height:100px;
	border-radius:3px 0 0 3px;
	float:left;
}
.top_ranking_content .first_rank{
	background:#BAAE6D;
	color:#ffffff;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	font-size:25px;
}
.top_ranking_content .second_rank{
	background:#9DA8B4;
	color:#ffffff;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	font-size:25px;
}
.top_ranking_content .third_rank{
	background:#BAA488;
	color:#ffffff;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	font-size:25px;
}
.top_ranking_content .rank_list{
	background:#ffffff;
	color:#00A381;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	font-size:25px;
	border:1px solid #00A381;
}
.top_ranking_content .top_rank_box{
	width:525px;
	height:100px;
	float:right;
}
.top_rank_box dl{
	overflow:hidden;
}
.top_rank_box dl dt{
	width:100px;
	height:100px;
	float:left;
}
.top_rank_box dl dd{
	width:415px;
	 height:100px;
	float:right;
	position:relative;
}
.top_rank_box dl dd p.top_rank_shopname{
	font-size:16px;
	font-weight:bold;
	padding-top:30px;
	position:relative;
}
.top_rank_box dl dd p.parallel::before{
	content:"";
	display:inline-block;
	background:url("../../../images/common/icon_rank_parallel.png") no-repeat;
	width:26px;
	height:26px;
	background-size: contain;
	position:absolute;
	top:0;
	left:0;
}
.top_rank_box dl dd p.up::before{
	content:"";
	display:inline-block;
	background:url("../../../images/common/icon_rank_up.png") no-repeat;
	width:26px;
	height:26px;
	background-size: contain;
	position:absolute;
	top:0;
	left:0;
}
.top_rank_box dl dd p.down::before{
	content:"";
	display:inline-block;
	background:url("../../../images/common/icon_rank_down.png") no-repeat;
	width:26px;
	height:26px;
	background-size: contain;
	position:absolute;
	top:0;
	left:0;
}
.top_rank_box dl dd p.top_rank_shopname:hover{
	text-decoration: underline;
}
.top_rank_box dl dd p.top_rank_area-type{
	font-size:10px;
	color:#636A77;
	position:absolute;
	bottom:0px;
}


/*------------- コラム -------------*/


.top_column_contents{
	width:580px;
	padding:0 10px;
	display:flex;
	flex-wrap:wrap;
}

/*小さい記事*/
.top_column_contents li.column_box{
	width:266px;
	padding:10px 0;
	margin:0 auto;
}
.column_box dl dt a img{
	width:266px;
	height:auto;
	padding-bottom:5px;
}
.column_box dl dd .column_category{
	font-size:10px;
	display:inline;
	background:#00A381;
	padding:2px 3px;
	color:#ffffff;
	font-weight:bold;
}
.column_box dl dd .column_title{
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column_box dl dd .column_title a:hover{
	text-decoration: underline;
}

/*--------------------------------------------------------------
認定バナー
--------------------------------------------------------------*/
.nintei_banner{
	width:560px;
	margin:0 auto;
}
.nintei_banner a dl dd{
	font-size:12px;
}
.nintei_banner a :hover{
	text-decoration: underline;
}


/*--------------------------------------------------------------
 女の子
--------------------------------------------------------------*/

h2.content_title{
	width:580px;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#E6F1EF;
	border-radius:3px;
	margin-top:30px;
	margin-bottom:20px;
}

ul.top_girl_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_girl_list li{
	position:relative;
	padding-right:6px;
}

ul.top_girl_list li:nth-child(1),
ul.top_girl_list li:nth-child(2),
ul.top_girl_list li:nth-child(3),
ul.top_girl_list li:nth-child(4),
ul.top_girl_list li:nth-child(5){
	margin-bottom:20px;
}

ul.top_girl_list li:nth-child(5),
ul.top_girl_list li:nth-child(10){
	margin-right:-6px;
}
ul.top_girl_list li div a{
	width:107px;
	height:48px;
}
ul.top_girl_list li dl{
	position:absolute;
	bottom:0px;
	background:rgba(255,255,255,0.8);
	width: 100%;
}
ul.top_girl_list li dl dt{
	padding:2px 2px 0 2px;
	font-size:12px;
	font-weight:bold;
}
ul.top_girl_list li dl dd{
	font-size:10px;
	padding:0 2px 2px 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_button{
	width:580px;
	padding-top:20px;
}
.list_button p{
	width:560px;
	height:45px;
	margin:0 auto;
	background:#ffffff;
	border-radius:3px;
	line-height:45px;
	text-align:center;
	color:#00A381;
	font-size:13px;
	font-weight:bold;
}
.list_button p a{
	color:#00A381;
	display:block;
	background:#ffffff;
	border:1px solid #00A381;
	border-radius:3px;
	line-height:45px;
}
.list_button p a:hover{
	color:#ffffff;
	background:#00A381;
	border:1px solid #00A381;
	border-radius:3px;
}


/*--------------------------------------------------------------
 その他コンテンツ
--------------------------------------------------------------*/

.wrap_other{
	width:560px;
	margin:0 auto;
}

.other_text{
	overflow:hidden;
}
.other_text_left{
	float:left;
	font-size:13px;
	font-weight:bold;
}
.other_text_right{
	float:right;
	font-size:10px;
	color:#636A77;
}

.top_other{
	width:560px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top:20px;
}
.top_other li{
	width:170px;
	margin-right:27px;
}
.top_other li:last-child{
	margin-right:-25px;
}

.other_title{
	font-size:14px;
	font-weight:bold;
}
.other_title a:hover{
	text-decoration: underline;
}
.other_cutline{
	font-size:12px;

}

/*--------------------------------------------------------------
 メニュータブ
--------------------------------------------------------------*/

.top_area,.top_kodawari{
	padding-left:10px;
}
.top_area dt,.top_kodawari dt{
	font-size:14px;
	font-weight:bold;
	padding-bottm:10px;
}
.top_area dd ul,.top_kodawari dd ul{
	display:flex;
	flex-wrap: wrap;
	padding-bottom:20px;
}
.top_area dd li,.top_kodawari dd li{
	font-size:12px;
	text-align:left;
}
.top_area dd li::after,.top_kodawari dd li::after{
	content:" ｜ ";
	color:#00A381;
}
.top_area dd li a:hover,.top_kodawari dd li a:hover{
	text-decoration: underline;
}

h2.other_area_title{
	width:580px;
	height:30px;
	font-size:13px;
	line-height:30px;
	padding-left:10px;
	background:#00A381;
	color:#ffffff;
	border-radius:3px;
	margin-top:30px;
	margin-bottom:20px;
}
.othe_area_list{
	padding-left:10px;
	display:flex;
	flex-wrap: wrap;
}
.othe_area_list li{
	font-size:12px;
}
.other_area_current{
	font-weight:bold;
}
.othe_area_list li::after{
	content:" ｜ ";
	color:#00A381;
}


/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/


.platinumbanner li{
	padding-bottom:20px;
}

.side_title{
	width:200px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	line-height:40px;
	background:#E6F1EF;
	border-radius:3px;
}
.side_shinki_list,.history,.side_recommendation{
	padding:0 10px;
}
.side_shinki_list li,.history li,.side_recommendation li{
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #E6F1EF;
}

/*--------------------------------------------------------------
 新規掲載店
--------------------------------------------------------------*/
.side_shinki_list li dl{
	overflow:hidden;
}
.side_shinki_list_img{
	width:100px;
	float:left;
}
.side_shinki_type_box{
	width:75px;
	float:right;
}
.side_shinki_type_box p{
	font-size:10px;
}
.side_shinki_up{
	font-weight:bold;
	padding-bottom:12px;
}
.side_shinki_area,.side_shinki_type{
	color:#636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
p.side_shinki_shopname{
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#00A381;
}
p.side_shinki_shopname a{
	color:#00A381;
}
p.side_shinki_shopname a:hover{
	text-decoration: underline;
}

.side_list_button{
	width:200px;
	padding-top:10px;
	padding-bottom:20px;
}
.side_list_button p{
	width:200px;
	height:35px;
	margin:0 auto;
	background:#ffffff;
	border-radius:3px;
	line-height:35px;
	text-align:center;
	color:#00A381;
	font-size:12px;
	font-weight:bold;
}
.side_list_button a{
	color:#00A381;
	display:block;
	background:#ffffff;
	border:1px solid #00A381;
	border-radius:3px;
	line-height:35px;
}
.side_list_button p a:hover{
	color:#ffffff;
	background:#00A381;
	border:1px solid #00A381;
	border-radius:3px;
}


/*--------------------------------------------------------------
 最近見たお店
--------------------------------------------------------------*/

.history li dl dt{
	width:180px;
	height:auto;
}

.history_shopname{
	font-size:12px;
	font-weight:bold;
	color:#00A381;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.history_shopname a{
	color:#00A381;
}
.history_area-type{
	font-size:10px;
	color:#636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*--------------------------------------------------------------
 おすすめのお店
--------------------------------------------------------------*/
.side_recommendation{
	list-style: none;
}

.side_recommendation li dl{
	overflow:hidden;
}
.side_recommendation_img{
	width:50px;
	float:left;
}
.side_recommendation_content{
	width:125px;
	float:right;
}
.side_recommendation_content div{
	overflow:hidden;
}
.side_recommendation_area-shopname{
	font-size:10px;
	color:#636A77;
	vertical-align: top;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.side_recommendation_subtitle{
	font-size:12px;
	font-weight:bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.side_recommendation_subtitle a:hover{
	text-decoration: underline;
}