@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:#E6F1EF;
	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: #00A381;
	text-align: center;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}

.readmore label::before{
	content: '続きを読む';
	background-image: url('../../../images/common/arrow_green_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_green_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:#00A381;
	color:#ffffff;
	border-right:1px solid #00A381;
	border-bottom:2px solid #00A381;
}
.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:#E6F1EF;
}
.shop_navibar ul li a:hover{
	background:#00A381;
	color:#ffffff;
}
.nav_popular a{
	border-radius:0 3px 0 0;
}


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


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


.table{
	width:560px;
	margin:0 auto;
	display:table;
  	border-collapse: collapse;
  	border-spacing: 0;
	overflow:hidden;
}
.table_left_box{
	width:200px;
	height:43px;
	background:#E6F1EF;
	padding:0 10px;
	border:1px solid #ffffff;
	display: table-cell;
	vertical-align: middle;
}

.table_right_box{
	width:360px;
	height:43px;
	background:#ffffff;
	border:1px solid #E6F1EF;
	padding:0 10px;
	font-size:12px;
	display: table-cell;
	vertical-align: middle;
}
.table_right_box div.search_item {
	display: table;
	width: 100%;
}
.table_right_box div.search_item div{
	display: table-cell;
}
.table_right_box div.search_item div:first-child{
	width: 80%;
}
.table_right_box div.search_item div:nth-child(2){
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.table_right_box div span{
	border:1px solid #00A381;
	border-radius: 3px;
	font-weight:bold;
	color: #00A381;
	width: 50px;
	height: 25px;
	display: block;
	line-height: 25px;
	margin-left: 10px;
}

.area,.type{
	font-size:13px;
	text-align:left;
	line-height:43px;
	font-weight:bold;
}
.choice{
	margin-top:7px;
}

/*-------------  相互リンク -------------*/
.mutual_link {
	width: 560px;
	margin: 0 auto;
	background: #FFF0F1;
	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: #FE676E;
	text-decoration: underline;
	padding: 7px 20px;
	position: relative;
}

.mutual_link a:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_pink.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 0px 0;
	 overflow:hidden;
}

.wrap_page_transition_bottom {
	padding-bottom: 50px;
}

.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:#00A381;
	background:#ffffff;
	font-size:13px;
	margin-right:5px;
}
.pager_current{
	width: 30px;
	height:25px;
	text-align: center;
	background:#00A381;
	color:#ffffff;
    border: 1px solid #00A381;
	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 #00A381;
	line-height:25px;
	font-size:13px;
}
.pager a:hover,.pager_left a:hover,.pager_right a:hover{
	background:#00A381;
	color:#ffffff;
}
.pager_left,.pager_right{
	width: 30px;
	height:25px;
	text-align: center;
	background:#ffffff;
    border: 1px solid #00A381;
	line-height:25px;
	font-size:13px;
}
.pager_left a,.pager_right a{
	 color:#00A381;
	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 #00A381;
	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));
	
}

.header{
	padding: 10px 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #E6F1EF;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header_inner{
	width: 400px;
}
.header_inner h4{
	font-size:20px;
}
.header_inner h4 a{
	color:#00A381;
}
.header_inner h4 a:hover{
	text-decoration:underline;
}
.header_inner p{
	font-size:12px;
}
.choice_icon{
	width:37px;
	height:45px;
}
.choice_icon img{
	width:37px;
	height:45px;
}

/*コンカフェ店*/

.shop_concafe .shop {
	width: 560px;
	border-top: 5px solid #D871D4;
	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: #D871D4;
}

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

.shop_concafe .shop .content_title {
	background: #FFEBFE;
}

.shop_concafe .shop .content_title {
	background: #FFEBFE;
}

.shop_concafe .shop .content_title p:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_purple.png');
	background-size: contain;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	margin-left: 3px;
}

.shop_concafe .shop .blog_box {
	background: #FFEBFE;
}

.shop_concafe .shop .blog_box p {
	color: #D871D4;
}

.shop_concafe .shop .blog_box p:before {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/icon_blog_purple.png');
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 10px;
}

.shop_concafe .shop .blog_box .blog_heading01 dl dd:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_purple.png');
	background-size: contain;
	vertical-align: middle;
	width: 10px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 10px;
}

.shop_concafe .shop .comment_box {
	border: 2px solid #D871D4;
}

.shop_concafe .shop .comment_box_ttl {
	color: #D871D4;
}

.shop_concafe .shop .comment_box_ttl:before {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/icon_memo_purple.png');
	background-size: contain;
	vertical-align: middle;
	width: 29px;
	height: 25px;
	margin-right: 5px;
}

.shop_concafe .shop .comment_box label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 10px;
	margin: 0 auto;
	padding-top: 50px;
	width: 540px;
	font-size: 12px;
	color: #D871D4;
	text-align: center;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}

.shop_concafe .shop .comment_box label::before {
	content: '続きを読む';
	background-image: url('../../../images/common/arrow_purple_bottom.png');
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: 305px 6px;
	width: 540px;
	display: inline-block;
}

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

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

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

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

.shop_concafe .shop .button02 .detail a {
	width: 540px;
	height: 45px;
	background: #D871D4;
	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;
}

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

div.image_box {
	padding-bottom: 10px;
}

.image_box dd{
	font-size:18px;
	font-weight:bold;
	padding:5px 0;
}

/*女の子*/
.content_title {
	width:540px;
	height:30px;
	font-size:15px;
	line-height:30px;
	padding-left:10px;
	background:#E6F1EF;
	border-radius:3px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right:auto;
	display:flex;
	justify-content:space-between;
}
.content_title p {
	font-size: 10px;
	padding-right: 15px;
}
.content_title p:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_green.png');
	background-size: contain;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	margin-left: 3px;
}
.content_girl {
	width: 540px;
	margin: 0 auto;
	display: flex;
}
ul.content_girl li {
	padding-bottom: 10px;
	position: relative;
	margin-right:10px;
}
ul.content_girl li:last-child{
	margin:0;
}
ul.content_girl li a img {
	width: 100px;
	height: auto;
}
ul.content_girl li p.shift_today {
	position: absolute;
	bottom: 30px;
	width:100px;
	background:#D67171;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:10px;
}
ul.content_girl li div {
	width: 100px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 5px 0 5px;
	font-size: 11px;
	font-weight: bold;
}
ul.content_girl li p.shift_name {
	line-height: 10px;
}

/*ブログ*/
.blog_box {
	width: 540px;
	background: #E6F1EF;
	display: flex;
	align-items: center;
	padding: 10px;
	margin: 0 auto;
	border-radius:3px;
}
.blog_box p {
	width: 44px;
	text-align: center;
	font-size: 10px;
	color: #00A381;
	font-weight: bold;
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
}
.blog_box p:before {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/icon_blog_green.png');
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.blog_box_inner {
	width: 476px;
}
.blog_heading01 {
	width: 476px;
	height: 50px;
	background: #fff;
	padding: 5px;
	position: relative;
	border-radius:3px;
}
.blog_heading01 dl dt {
	font-size: 12px;
	color: #0F0F0F;
}
.blog_heading01 dl dd {
	font-size: 15px;
	font-weight: bold;
}

.blog_heading01 dl dd h5 {
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.blog_heading01 dl dd:after {
	content: '';
	display: inline-block;
	background-image: url('../../../images/common/arrow_green.png');
	background-size: contain;
	vertical-align: middle;
	width: 10px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 10px;
}

/*クーポン*/
.coupon_box {
	padding:10px 0;
	text-align:center;
}
.coupon_box a img {
	width:540px;
	height:50px;
}


/*編集部コメント*/
.comment_box {
	width: 540px;
	margin: 0 auto;
	border: 2px solid #00A381;
	border-radius: 3px;
	position: relative;
}

.comment_box-inner {
	padding: 10px 10px 40px;
}

.comment_box_ttl {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #00A381;
	padding-bottom: 10px;
}

.comment_box_ttl:before {
	content: '';
	display: inline-block;
	background-image: url("../../../images/common/icon_memo.png");
	background-size: contain;
	vertical-align: middle;
	width: 29px;
	height: 25px;
	margin-right: 5px;
}

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

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

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

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

.comment {
	position: relative;
	height: 54px;
	overflow: hidden;
	font-size: 13px;
}

.comment::before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.comment_box input[type="checkbox"]:checked~.comment::before {
	display: none;
}

.comment_box input[type="checkbox"]:checked~.comment {
	height: auto;
}

/*お店情報*/

ul.shop_detail{
	display:flex;
	flex-wrap :wrap;
	width:540px;
	margin:0 auto;
	margin-top: 10px;
}
dl.opening_hours{
	width:314px;
	margin:0 auto;
	display:table;
	border:1px solid #E6F1EF;
	table-layout: fixed;
}
dl.regular_holiday{
	width:226px;
	margin:0 auto;
	display:table;
	border:1px solid #E6F1EF;
	table-layout: fixed;
}


.address,.access,.budget{
	width:540px;
	margin:0 auto;
	display:table;
	border:1px solid #E6F1EF;
	table-layout: fixed;
}
.shop_detail li dt,.shop_detail li dd,.shop_detail02 li dt,.shop_detail02 li dd{
	display:table-cell;
	vertical-align: middle;
	font-size:12px;
	height:30px;
	border-bottom:1px solid #ffffff;
	padding-left:5px;
}
.shop_detail li dt,.shop_detail02 li dt{
	width:72px;
	background:#E6F1EF;
}
.opening_hours dd{
	width:232px;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.regular_holiday dd{
	width:140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.address dd,.access dd,.budget dd,.opening_hours02 dd{
	width:445px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*ボタン*/
.button,.button02{
	width:540px;
	padding:10px 0 20px 0;
	margin:0 auto;
	overflow:hidden;
}
.baito{
	width:146px;
	height:45px;
	border-radius:3px;
	float:left;
}
.baito a{
	width:146px;
	height:45px;
	background:#FF5961;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
}
.detail{
	width:385px;
	height:45px;
	border-radius:3px;
	float:right;
}

.detail a{
	width:385px;
	height:45px;
	background:#00A381;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
}
/*無料掲載・閉店*/

.header_inner span{
	width: 40px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	background: #00A381;
	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 #E6F1EF;
	table-layout: fixed;
}

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

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

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

.wrap_top_area{
	padding-top: 50px;
	padding-bottom:100px;
}
.area_text{
	width:580px;
	margin:0 auto;
	padding-bottom:50px;
}
.area_text dl{
	background:#E6F1EF;
	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 #E6F1EF;
	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: #00A381;
	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:#00A381;
}
.top_area dd li a:hover,.top_kodawari dd li a:hover{
	text-decoration: underline;
}


/*--------------------------------------------------------------
PR枠
--------------------------------------------------------------*/

.search_add{
	margin-top:30px;
	border: 2px solid #00A381;
	overflow:hidden;
}
.add_pr{
	float:left;
	padding-top: 25px;
	width:20px;
	height:100px;
	background: #00A381;
	color: #fff;
	text-align:center;
}
.search_add .free_add {
	float:right;
	width: 525px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
}
.search_add .free_add a > div {
	display: flex;
}

.search_add .free_add a > div div:nth-child(2) {
	padding-left: 10px;
	width: 90%;
}
.search_add .free_add a > div div:nth-child(2) p:first-child {
	color: #00A381;
	font-size: 15pt;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:bold;
}
.search_add  .free_add a > div div:nth-child(2) p:first-child {
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search_add  .free_add .free_add_text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
}


/*店内写真*/
.shop_photo{
	width: 540px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding-top: 10px;
}

.shop_photo li{
	padding-right: 15px;
}

.shop_photo li:last-child {
	padding-right: 0;
}

.shop_photo li a img{
	object-fit: cover;
	width: 170px;
	height: 170px;
	background-color: #ccc;
}


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


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


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

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


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

.re_search_large div {
	width: 560px;
	height: 50px;
	border: 2px solid #00A585;
	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_area.png") no-repeat;
	background-size: 15px 23px;
	background-position: 172px center;
	padding-left: 10px;
	cursor: pointer;
}