@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;
}

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

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

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

#wrap_search_box{
	width:800px;
	height:240px;
	margin:0 auto;
	display: table;
}

.search_box_contents{
	width:338px;
	display: table-cell;
	vertical-align: middle;
	padding:0 0 0 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_pink.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;
}

.search_box_inner form 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 #FA676E;
	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_button02.png") no-repeat;
	background-size:55px 40px;
}
input.search_box_inner_submit:hover{
	opacity:0.7;
	cursor: pointer;
}



.suggest{
	width:259px;
	border:1px solid #FA676E;
	padding:10px;
	background:#ffffff;
	position:absolute;
	top:50px;
	z-index:900;
}
.suggest li{
	font-size:12px;
	padding:3px 0;
	border-bottom:1px solid #FFF0F1;
}
.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;
    border-radius: 3px;
}
.wrap03_area_button a{
	width:194px;
	height:40px;
    border: 2px solid #FA676E;
	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_area02.png") no-repeat;
	background-size:15px 23px;
	background-position:17px center;
}
.wrap03_area_button a:hover{
	width:194px;
	height:40px;
    border: 2px solid #FA676E;
	color:#0F0F0F;
    border-radius: 3px;
	background-color:#FFF0F1;
    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;
    border-radius: 3px;
}
.wrap03_nintei_button a{
	width:121px;
	height:40px;
    border: 2px solid #FA676E;
	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 #FA676E;
	color:#0F0F0F;
    border-radius: 3px;
	display:block;
	background-color:#FFF0F1;
	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;
}

/*--------------------------------------------------------------
 特集スライドバナー
--------------------------------------------------------------*/
.slide_banner{
	width:580px;
	padding:0 10px;
	margin:0 auto;
}
.slide_banner .slick-dots li button::before{
	font-size: 18pt;
	color: #FFF0F1;
}
.slide_banner li.slick-active button::before{
	color: #FA676E;
}
.slid_title{
	font-size:12px;
}
.slider li a:hover{
	color:#0F0F0F;
	text-decoration: underline;
}

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

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

.nav-tab li {
	width:25%;
	height:40px;
    cursor: pointer;
	line-height:15px;
	text-align:center;
	border-right:1px solid #FA676E;
    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: #FA676E;
    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: #FA676E;
    cursor: pointer;
}
.nav-tab li:last-child:hover{
	border-radius:0 3px 0 0;
}
#contents > div {
    display: none;
}

#contents > div.show {
    display: block;
}
#contents{
	border-bottom:1px solid #FFF0F1;
	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 #FFF0F1;
}
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:#FDF8F8;
}

.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{
	float:left;
	font-size:10px;
	color:#636A77;
}
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:#FA676E;
	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:#FA676E;
    border: 1px solid #FA676E;
	line-height:45px;
	font-size:13px;
}
.top_contents_button p a:hover{
	background:#FA676E;
	color:#ffffff;
}



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


.top_tokusyuu_contents{
	width:580px;
	padding:0 10px;
}
.top_tokusyuu_contents li{
	width:560px;
    border-bottom: 1px solid #FFF0F1;
}
.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:#FA676E;
}
.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;
}
.small dl dd p.top_tokusyuu_contents_title a:hover{
	color:#FA676E;
	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;
}



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

.top_newshop_contents{
	width: 560px;
    margin: 0 10px;
}
.top_newshop_contents li{
    padding: 10px 0;
    border-bottom: 1px solid #FFF0F1;
}
.top_newshop_name{
	color:#FA676E;
	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;
}
p.chach_txt{
	font-size:15px;
	font-weight:bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin: 0 10px;
}
.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:200px;
	height:71px;
}
.top_newshop_box p{
	font-size:15px;
	font-weight:bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_newshop_box dl{
	display:flex;
	flex-wrap: wrap;
	width: 330px;
    margin-left: 10px;
}

.top_newshop_box dl dt{
	width:72px;
	max-height: 2.7rem;
	background:#FFF0F1;
	border-bottom: 1px solid #ffffff;
	font-size:12px;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_newshop_box dl dt:last-of-type{
	border-bottom:none;
}
.top_newshop_box dl dd{
	width:258px;
	font-size:12px;
	border: 1px solid #FFF0F1;
	border-bottom:none;
    padding: 6px 0 5px 5px;
}
.top_newshop_box dl dd:last-child{
	border-bottom:1px solid #FFF0F1;
}

.newshop-tainyu{
    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表示*/

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:#FA676E;
	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 #FFF0F1;
}
.top_ranking_contents li a{
	width:560px;
	display:block;
}
.top_ranking_contents li a:hover{
	background:#FDF8F8;
}
.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:#FA676E;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	font-size:25px;
	border:1px solid #FA676E;
}
.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:#FA676E;
	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:#FFF0F1;
	border-radius:3px;
	margin-top:30px;
	margin-bottom:20px;
}




/*--------------------------------------------------------------
 その他コンテンツ
--------------------------------------------------------------*/
.box_other_content{
	overflow: hidden;
}
.box_other_content dl{
	width:275px;
	float: left;
}
.box_other_content dl:nth-child(even){
	margin-left:10px;
}
.box_other_content dl dt{
	font-weight: bold;
	font-size:14px;
}
.box_other_content dl dt a:hover{
	text-decoration: underline;
}
.box_other_content dl dd{
	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:#FA676E;
}
.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:#FA676E;
	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:#FA676E;
}


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


.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{
	padding:0 10px;
}
.side_shinki_list li,.history li,.side_recommendation li{
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #FFF0F1;
}

/*--------------------------------------------------------------
 新規掲載店
--------------------------------------------------------------*/
.side_shinki_list li a:hover{
	color: #0F0F0F;
}
.side_shinki_list li a dl dt span{
	font-size:10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
}
.side_shinki_list li a dl dd dl dt{
	color: #636A77;
	font-size:10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}
.side_shinki_list li a dl dd dl dd{
	color:#FA676E;
	font-weight: bold;
	font-size:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.side_shinki_list li a:hover dl dd dl dd{
	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:#FA676E;
	font-size:12px;
	font-weight:bold;
}
.side_list_button a{
	color:#FA676E;
	display:block;
	background:#ffffff;
	border:1px solid #FA676E;
	border-radius:3px;
	line-height:35px;
}
.side_list_button p a:hover{
	color:#ffffff;
	background:#FA676E;
	border:1px solid #FA676E;
	border-radius:3px;
}
/*--------------------------------------------------------------
 最近見たお店
--------------------------------------------------------------*/

.history li dl dt{
	width:180px;
	height: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_shopname a:hover{
	text-decoration: underline;
}
.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;
}