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



@media (max-width: 575px) {

/*----------------------------------------
shoplist
----------------------------------------*/

.content_title{
	margin: 25px auto 10px auto;
	text-align: center;
}
.content_title img{
	width: 135px;
}


.shoplist_slider{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.shoplist_slider .shoplist_slider_mask{
	position: absolute;
	width: 100%;
	z-index: 10;
}
.shoplist_slider .shoplist_slider_mask img{
	width: 100%;
}


.swiper-container.h162px {
	width: 100%;
	height: auto;
}
.swiper-container.h162px .swiper-slide img{
	width: 100%;
}

.shoplist_top_copy{
	width: 85%;
	margin: 20px auto;
	font-size: 12px;
	line-height: 18px;
	color: #777;
}
.shoplist_top_copy_ul{
	display: none;
}



/*-   エリアで探す   -*/

.shoplist_area_cnt{
	width: 100%;
	margin: 30px auto 60px auto;
	padding: 20px 0 30px 0;
	overflow: hidden;
	background: url(../images/shoplist_list_bg.jpg) center top;
}

.shoplist_search_title{
	display: block;
	width: 80px;
	margin: 20px auto;
	text-align: center;
}
.shoplist_search_title img{
	width: 100%;
}


/*-   現在地から探す   -*/

.shoplist_genzaichi_cnt{
	display: block;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	overflow: hidden;
}

.shoplist_genzaichi_cnt .shoplist_position_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.shoplist_genzaichi_cnt .shoplist_position_title i{
	font-size: 1.6em;
	vertical-align: -2px;
	display: inline-block;
	margin: 0 5px;
}
.shoplist_genzaichi_cnt .shoplist_position_title.off{
	background-color: #fff;
	background-image: none;
	color: #444;
}
.shoplist_genzaichi_cnt .shoplist_position_title.on{
	background-color: #6298BF;
	background-image: url(../images/arrow_u_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}


.shoplist_genzaichi_cnt ul.shoplist_search_resault{
	display: none;
	width: 100%;
	list-style: none;
}
.shoplist_genzaichi_cnt ul.shoplist_search_resault li{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 20px 9px 10px;
	border-top: 1px solid #AAAAAA;
	box-sizing: border-box;
	background: url(../images/bt_arrow_r_b.png) no-repeat right center;
}
.shoplist_genzaichi_cnt ul.shoplist_search_resault li a{
	display: block;
	text-decoration: none;
	color: #444;
}




/*-   都道府県から探す   -*/
.shoplist_area_search_title{
	display: block;
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
.shoplist_area_search_title img{
	width: 100%;
}


.shoplist_area_pref_cnt{
	display: block;
	width: 90%;
	margin: 0 auto 10px auto;
	background: #fff;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	overflow: hidden;
}

.shoplist_area_title{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-left: none;
	background: #FFF;
	color: #444;
}

.shoplist_area_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.shoplist_area_title.off{
	background-color: #fff;
	background-image: none;
	color: #444;
}
.shoplist_area_title.on{
	background-color: #E24A67;
	background-image: url(../images/arrow_u_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}




ul.shoplist_shop_list{
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	display: none;
}
ul.shoplist_shop_list li{
	float: none;
	width: 100%;
	margin: 0;
	padding: 9px 30px 9px 10px;
	box-sizing: border-box;
	display: table;
	position: relative;
	border-top: 1px solid #AAAAAA;
	background: url(../images/bt_arrow_r_b.png) no-repeat right center;
}
ul.shoplist_shop_list li .shop_list_pic{
	display: none;
}

ul.shoplist_shop_list li .shop_list_name{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

ul.shoplist_shop_list li .shop_list_cat{
	width: 56px;
	padding: 2px 0;
	font-size: 8px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box{
	width: 100%;
	padding: 2px 0;
	font-size: 8px;
	text-align: center;
	border-radius: 2px;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.chokuei{
	color: #E24A67;
	border: 1px solid #E24A67;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.fc{
	color: #6398BF;
	border: 1px solid #6398BF;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.cs{
	color: #719F27;
	border: 1px solid #719F27;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.ol{
	color: #E00000;
	border: 1px solid #E00000;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.ch{
	color: #4f4f4f;
	border: 1px solid #4f4f4f;
}
ul.shoplist_shop_list li .shop_list_cat .cat_box.is{
	color: #4f4f4f;
	border: 1px solid #666666;
	letter-spacing: 0;
}

ul.shoplist_shop_list li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.shoplist_shop_list li a:hover{
	opacity: 0.2;
	background: #fff;
}


/*----------------------------------------
shop_detail
----------------------------------------*/

.shoplist_detail_shopname{
	width: 96%;
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.shoplist_detail_shopname .shopname_sub{
	width: 96%;
	margin: 0 auto;
	padding: 0 0 23px 0;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #8B8B8B;
	background: url(../images/arrow_d_b.png) no-repeat center bottom;
}

.shoplist_detail_cnt{
	width: 92%;
	margin: 10px auto;
	overflow: hidden;
}



/*--left_clm--*/

.shoplist_detail_cnt .left_clm{
	width: 100%;
	float: none;
	overflow: hidden;
}

.shoplist_detail_cnt .left_clm .photo_cnt{
	width: 100%;
}
.shoplist_detail_cnt .left_clm .photo_cnt .main_image img{
	width: 100%;
	margin-bottom: 10px;
}

.shoplist_detail_cnt .left_clm .photo_cnt .image_list{
	width: 100%;
	overflow: hidden;
}
.shoplist_detail_cnt .left_clm .photo_cnt .image_list ul{
	margin: -2% -2% 0 0;
    /zoom: 1;/* for IE6,7 */
}
.shoplist_detail_cnt .left_clm .photo_cnt .image_list ul li{
	width: 18%;
	margin: 2% 2% 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.shoplist_detail_cnt .map_cnt_for_pc{
	display: none;
}
.shoplist_detail_cnt .map_cnt_for_sp{
	display: none;
	display: block;
	width: 100%;
	margin: 20px 0;
}


.shoplist_detail_cnt .left_clm .photo_cnt .image_list ul li img{
	width: 100%;
}





/*--right_clm--*/

.shoplist_detail_cnt .right_clm{
	width: 100%;
	float: none;
	margin: 30px auto;
}

.shoplist_detail_cnt .right_clm .shop_detail_cnt{
	width: 100%;
	margin: 0 0 30px 0;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_title{
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/shoplist_hr.png) no-repeat center bottom;
	text-align: center;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_title.shopname{
	font-size: 16px;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_title.shopname i{
	font-size: 18px;
	vertical-align: -1px;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_data{
	font-size: 16px;
	display: block;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_data .qrcode{
	border: 1px solid #eee;
	width: 196px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_data .line_bt{
	width: 124px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}

.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_data .qrcode img,
.shoplist_detail_cnt .right_clm .shop_detail_cnt .shop_detail_data .line_bt img{
	width: 100%;
}

.shoplist_detail_cnt .right_clm .shop_detail_cnt .center{
	text-align: center;
}




/*----------------------------------------
btm_pickup_box
----------------------------------------*/


.shoplist_detail_cnt .right_clm .shop_detail_news_cnt{
	border: 1px solid #EEEEEE;
	padding: 40px 10px 10px 10px;
	margin: 0 0 30px 0;
    box-sizing: border-box;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .shop_detail_news_title{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .shop_detail_news_sub{
	text-align: center;
	padding: 0 0 23px 0;
	font-size: 9px;
	font-weight: normal;
	color: #8B8B8B;
	background: url(../images/arrow_d_b.png) no-repeat center bottom;
}




.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box{
	width: 100%;
	margin: 13px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .pt_box{
	width: 60px;
	height: 60px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .pt_box img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .txt_box{
	width: auto;
	float: none;
	display: table-cell;
	vertical-align: middle;
	
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 10px;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .txt_box .tag{
	font-size: 8px;
	margin-right: 5px;
	padding: 4px 4px;
	letter-spacing: 0;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .txt_box .date{
	font-size: 10px;
	color: #E24A67;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box .txt_box .title{
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 7px;
	font-size: 11px;
	line-height: 14px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .btm_pickup_box a:hover{
	background: #fff;
	opacity: 0.2;
}

.shoplist_detail_cnt .right_clm .shop_detail_news_cnt .top_pickup_more_bt{
	margin: 20px auto 0px auto;
	text-align: center;
}






}


