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





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

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


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

/*------------- ヘッダー画像 -------------*/

.readmore {
	position: relative;
	margin-top: 10px;
	padding: 0 0 50px;
}

.readmore label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 30px;
	margin: 0 auto;
	padding-top: 50px;
	width: 580px;
	font-size:12px;
	color: #FA676E;
	text-align: center;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}

.readmore label::before{
	content: '続きを読む';
	background-image: url('../../../images/common/arrow_pink_bottom.png');
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: 135px 6px;
	width: 200px;
	display: inline-block;
}

.readmore input[type="checkbox"]:checked ~ label::before {
	content: '閉じる';
	background-image: url('../../../images/common/arrow_pink_top.png');
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: 120px 5px;
	width: 200px;
	display: inline-block;
}

.readmore input[type="checkbox"]{
	display: none;
}

.readmore-content {
	position: relative;
	height: 50px;
	overflow: hidden;
	font-size:12px;
}
.readmore-content p{
	padding-bottom:10px;
}
.readmore-content::before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
	display: none;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content {
	height: auto;
}


/*------------- ナビバー -------------*/


.shop_navibar{
	width:580px;
	margin:0 auto;
	padding-top:20px;
}
.shop_navibar ul{
	display:flex;
	width:580px;
}
.shop_navibar ul li{
	width:145px;
	height:42px;
	line-height:40px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:#FA676E;
	color:#ffffff;
	border-right:1px solid #FA676E;
	border-bottom:2px solid #FA676E;
}
.shop_navibar ul li:last-child{
	border-right:none;
}
.nav_osusume{
	border-radius:3px 0 0 0;
}
.nav_osusume a:hover{
	border-radius:3px 0 0 0;
}
.nav_popular{
	border-radius:0 3px 0 0;
}
.nav_popular a:hover{
	border-radius:0 3px 0 0;
}
.shop_navibar ul li a{
	display:block;
	background:#FFF0F1;
}
.shop_navibar ul li a:hover{
	background:#FA676E;
	color:#ffffff;
}
.nav_popular a{
	border-radius:0 3px 0 0;
}


/*------------- 現在検索中の条件 -------------*/


 .search_condition{
	width:560px;
	margin:0 auto;
	overflow:hidden;
}
.search_condition h3{
	color:#FA676E;
	float:left;
}
.search_condition p{
	font-size:12px;
	font-weight:bold;
	color:#0F0F0F;
	float:right;
}
.search_condition p span{
	font-size:22px;
	color:#FA676E;
}

.table_searching{
	width:560px;
	margin:0 auto;
	border-collapse:  collapse;
	border:1px solid #FFF0F1;
}
.table_searching tr{
	height:43px;
}
.table_searching tr th{
	background:#FFF0F1;
	width:200px;
	font-size:13px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
.table_searching tr:last-child th,.table_searching tr:last-child td{
	border:none;
}
.table_searching tr td{
	font-size:12px;
	text-align: left;
	padding:5px 10px;
	border-bottom: 1px solid #FFF0F1;
}
.table_searching tr td div.search_item{
	display: table;
	width: 100%;
}
.table_searching tr td div.search_item div{
	display: table-cell;
}
.table_searching tr td div.search_item div:first-child{
	width: 80%;
}
.table_searching tr td div.search_item div:nth-child(2){
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.table_searching tr td div span{
	border:1px solid #FA676E;
	border-radius: 3px;
	font-weight:bold;
	color: #FA676E;
	width: 50px;
	height: 25px;
	display: block;
	line-height: 25px;
	margin-left: 10px;
}

/*-------------  相互リンク -------------*/
.mutual_link {
	width: 560px;
	margin: 0 auto;
	background: #E6F1EF;
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 30px;
}

.mutual_link a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #00A381;
	text-decoration: underline;
	padding: 7px 20px;
	position: relative;
}

.mutual_link a:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_green.png');
	background-size: contain;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}



/*-------------  ページ送り -------------*/


.wrap_page_transition{
	width:560px;
	margin:0 auto;
	padding: 10px 0 50px 0;
	overflow:hidden;
}
.wrap_page_transition p{
	float:left;
	font-size:10px;
}
.wrap_page_transition p span{
	font-size:13px;
	font-weight:bold;
}


ol.page_transition{
	overflow:hidden;
	float:right;
}
.page_transition li{
	 float:left;
}
.pager{
	width: 30px;
	height:25px;
	margin:0 auto;
	color:#FA676E;
	background:#ffffff;
	font-size:13px;
	margin-right:5px;
}
.pager_current{
	width: 30px;
	height:25px;
	text-align: center;
	background:#FA676E;
	color:#ffffff;
    border: 1px solid #FA676E;
	line-height:25px;
	font-size:13px;
	margin-right:5px;
}
.pager a{
	width: 30px;
	height:23px;
	text-align: center;
    display: block;
	background:#ffffff;
	color:#636A77;
    border: 1px solid #FA676E;
	line-height:25px;
	font-size:13px;
}
.pager a:hover,.pager_left a:hover,.pager_right a:hover{
	background:#FA676E;
	color:#ffffff;
}
.pager_left,.pager_right{
	width: 30px;
	height:25px;
	text-align: center;
	background:#ffffff;
    border: 1px solid #FA676E;
	line-height:25px;
	font-size:13px;
}
.pager_left a,.pager_right a{
	 color:#FA676E;
	display:block;
}
.pager_left{
	width:21px;
	margin-right:10px;
}
.pager_right{
	width:21px;
	margin-left:10px;
}

/*--------------------------------------------------------------
お店
--------------------------------------------------------------*/

ul.shop_list{
	width:560px;
	margin:0 auto;
	padding-bottom:20px;
}

.last_updated{
	font-size:10px;
	color:#636A77;
	text-align:right;
}

.shop01{
	position:relative;
	padding-top:30px;
}


.shop{
	width:560px;
	border-top:5px solid #FA676E;
	position:relative;
	background:#ffffff;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	padding: 0 0 20px 0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-left:1px solid #FFF0F1;
	border-right:1px solid #FFF0F1;
	border-bottom:1px solid #FFF0F1;
}
.mens_recruit{
	border-top:5px solid #007FFF;
	border-left:1px solid #D6EAFF;
	border-right:1px solid #D6EAFF;
	border-bottom:1px solid #D6EAFF;

}
.header {
	padding: 10px 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #FFF0F1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mens_recruit .header{
	border-bottom:1px solid #D6EAFF;

}
.header_inner{
	width: 400px;
}
.header_inner h4{
	font-size:20px;
}
.header_inner h4 a{
	color:#FA676E;
}
.mens_recruit .header_inner h4 a{
	color:#007FFF;
}
.header_inner h4 a:hover{
	text-decoration:underline;
}
.header_inner p{
	font-size:12px;
}
.choice_icon{
	width:37px;
	height:45px;
	float:right;
}
.choice_icon img{
	width:37px;
	height:45px;
}

/*画像とキャッチ*/
dl.image_box{
	width:540px;
	margin:0 auto;
}

.image_box dd{
	font-size:18px;
	font-weight:bold;
	padding:5px 0;
}
/*写真*/
.shop_photo {
	width: 540px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding-top: 5px;
	padding-bottom: 10px;
}
.shop_photo li {
	padding-right: 14px;
}
.shop_photo li a img {
	object-fit: cover;
	width: 170px;
	height: 170px;
	background-color: #ccc;
}
/*お店情報*/
.shop_detail{
	width:540px;
	margin: 0 auto 10px;
	font-size:12px;
	border-top: 1px solid #FFF0F1;
	border-right: 1px solid #FFF0F1;
}
.mens_recruit .shop_detail{
	border-top: 1px solid #D6EAFF;
	border-right: 1px solid #D6EAFF;
}
.shop_detail li dl{
	display: table;
	height: 30px;
	line-height: 30px;
	width:100%;
	table-layout:fixed;
	
}
.shop_detail li dl dt{
	background:#FFF0F1;
	width:72px;
	display:table-cell;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #fff;
	line-height: 1.2em;
	vertical-align: middle;
}
.mens_recruit .shop_detail li dl dt{
	background:#D6EAFF;
}
.shop_detail li dl dd{
	display:table-cell;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #FFF0F1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.mens_recruit .shop_detail li dl dd{
	border-bottom: 1px solid #D6EAFF;
}


/*ボタン*/
.button{
	width:540px;
	overflow: hidden;
	margin: 0 auto;
}
.button p.keep a{
	border:1px solid #FF5961;
	color: #FF5961;
	font-size:16px;
	font-weight: bold;
	border-radius:3px;
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	width:146px;
	position: relative;
	padding-left: 11px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}
.mens_recruit .button p.keep a{
	border:1px solid #007FFF;
	color: #007FFF;
}


.button p.keep a:before {
	position: absolute;
	top:50%;
	margin-top:-11px;
	left:25px;
	content:"";
	display:inline-block;
	background-image: url("../../../images/common/icon_star.png");
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}
.button p.keeped a{
	border:1px solid #D6D6D6;
	color: #D6D6D6;
	font-size:16px;
	font-weight: bold;
	border-radius:3px;
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	width:146px;
	position: relative;
	padding-left: 11px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;

}
.button p.keeped a:before {
	position: absolute;
	top:50%;
	margin-top:-11px;
	left:20px;
	content:"";
	display:inline-block;
	background-image: url("../../../images/common/icon_star03.png");
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}

.button p.detail a{
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	background:#FA676E;
	color: #fff;
	text-align: center;
	border-radius:3px;
	font-weight: bold;
	width:385px;
	float: right;
}
.button p.detail2 a {
	display: block;
	height:45px;
	line-height: 45px;
	text-align: center;
	background:#FA676E;
	color: #fff;
	text-align: center;
	border-radius:3px;
	font-weight: bold;
	width:540px;
	float: right;
}

.mens_recruit .button p.detail a{
	background:#007FFF;
}
.button_wrapper{
	position: relative;
}
#modalWrap {
	display: none;
	background: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

.modalBox {
	position: absolute;
	top:-45px;
	left:15px;
	overflow: hidden;
	opacity: 1;
	display: none;
	z-index: 1000;
}

.modalInner {
	text-align: center;
	font-size:12px;
	font-weight: bold;
	background:url("../../../images/common/balloon.png") no-repeat left top;
	width:135px;
	height:69px;
	padding-top: 15px;
}


/*無料掲載・閉店*/

.header_inner span{
	width:40px;
	height:25px;
	display:inline-block;
	text-align:center;
	line-height:28px;
	background:#FA676E;
	color:#ffffff;
	font-size:16px;
	margin-right:5px;
}

h4.close a{
	color:#636A77;
}
.opening_hours02{
	width:540px;
	margin:0 auto;
	display:table;
	border:1px solid #FFF0F1;
	table-layout: fixed;
}

.button02 .detail{
	width:540px;
	height:45px;
	border-radius:3px;
}

.button02 .detail a{
	width:540px;
	height:45px;
	background:#FA676E;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
}

/*コンカフェ店*/

.shop_concafe .shop {
	width: 560px;
	border-top: 5px solid #FF8D50;
	position: relative;
	background: #ffffff;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.shop_concafe .shop a:hover {
	color: #FF8D50;
}

.shop_concafe .shop .header_inner h4 a {
	color: #FF8D50;
}

.shop_concafe .shop .shop_detail dl {
	border: 1px solid #FFF1EA;
}

.shop_concafe .shop .shop_detail li dt,
.shop_concafe .shop .shop_detail02 li dt {
	background: #FFF1EA;
}

.button p.keep a {
	border: 1px solid #FF8D50;
	color: #FF8D50;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 146px;
	position: relative;
	padding-left: 11px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}

.shop_concafe .shop .detail a {
	width: 385px;
	height: 45px;
	background: #FF8D50;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
}

/*職業アイコン*/
.label_shotbar {
	width: 85px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #00A381;
}

.label_concept {
	width: 72px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #D17FCE;
}

.label_snack {
	width: 62px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #7D5FE0;
}

.label_girls-izakaya {
	width: 94px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #2AB1E3;
}

/*------------- エリアPR文 -------------*/

.wrap_top_area{
	padding-bottom:100px;
	margin-top: 35px;
}
.area_text{
	width:580px;
	margin:0 auto;
	padding:50px 0;
}
.area_text dl{
	background:#FFF0F1;
	padding:10px;
}

.area_text dl dt{
	font-size:15px;
	font-weight:bold;
}
.area_text dl dd{
	font-size:13px;
}

/*------------- 関連記事 -------------*/

.wrap_top_column ul {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.wrap_top_column ul li a dl {
	display: flex;
}

.wrap_top_column ul li {
	border-bottom: 1px solid #FFF0F1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.wrap_top_column ul li:last-child {
	border-bottom: none;
}

.wrap_top_column ul li a dl dd {
	width: 280px;
	margin-left: 10px;
}

.wrap_top_column ul li a dl dt img {
	width: 266px;
	height: 149px;
}

.column_category {
	font-size: 10px;
	display: inline;
	background: #FA676E;
	padding: 2px 3px;
	color: #ffffff;
	font-weight: bold;
}

.column_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

/*------------- エリアから探す -------------*/

.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:#FA676E;
}
.top_area dd li a:hover,.top_kodawari dd li a:hover{
	text-decoration: underline;
}



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


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

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

/*--------------------------------------------------------------
 近隣エリアのお店を探す
--------------------------------------------------------------*/

.near_area li{
	width:200px;
	font-size:13px;
	font-weight:bold;
	position:relative;
	border-bottom:1px solid #FFF0F1;
}
.near_area li::after{
	content: "";
    background: url("../../../images/common/arrow_green.png") no-repeat;
    background-size: 10px 17px;
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
	top: 35%;
	right:10px;
}
.near_area li a{
	width:200px;
	display:block;
	padding:30px 0;
}
.near_area li a:hover{
	background:#F8F8F8;
}
.near_area li a p{
	width:170px;
	position:absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);;
}



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

.history li dl{
	width:200px;
	margin:0 auto;
}
.history li dl dt{
	width:200px;
	height:auto;
	text-align:center;
}
.history li dl dd{
	width:180px;
	margin:0 auto;
}

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

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

ul.girl_list{
	width:200px;
	text-align:center;
}
ul.girl_list li{
	position:relative;
	border-bottom:1px solid #FFF0F1;
	padding-top:10px;
	padding-bottom:10px;
}

ul.girl_list li dl{
	width:180px;
	height:70px;
	position:absolute;
	left:10px;
	bottom:10px;
	background:rgba(255,255,255,0.8);
}
ul.girl_list li dl dt{
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:5px;
	left:10px;
}
ul.girl_list li dl dd.girl_area{
	font-size:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position:absolute;
	top:28px;
	left:10px;
}

ul.girl_list li dl dd.girl_shop{
	font-size:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position:absolute;
	top:45px;
	left:10px;
}

/*--------------------------------------------------------------
条件未選択時の結果ページ
--------------------------------------------------------------*/
/*再検索ボタン*/
.re_search_large {
	width: 560px;
	margin: 0 auto;
}

.re_search_large div {
	width: 560px;
	height: 50px;
	border: 2px solid #FA676E;
	border-radius: 3px;
	text-align: center;
}

.re_search_large div span {
	width: 560px;
	height: 50px;
	display: block;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background: url("../../../images/main/icon_area02.png") no-repeat;
	background-size: 15px 23px;
	background-position: 172px center;
	padding-left: 10px;
	cursor: pointer;
}