@charset "Shift_JIS";

/* --------------------------------------------------------------------
    ナビ
-------------------------------------------------------------------- */
.shoplist_nav{
	position: relative;
	padding: 0 10px;
}
.shoplist_nav ul{}
.shoplist_nav ul li{
	width: 48.5915492957%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	float: left;
}
.shoplist_nav ul li:nth-child(2){
	float: right;
}
.shoplist_nav ul li span{
	position: relative;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	background: #f3f3f3;
	display: block;
}

.shoplist_nav ul li.select{
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
}
.shoplist_nav ul li.select::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	content: "";
}
.shoplist_nav ul li.select span{
	color: #555;
	background: #fff;
}
.shoplist_nav ul li.select span::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	z-index: 1;
	content: "";
}


/* --------------------------------------------------------------------
    コンテンツ
-------------------------------------------------------------------- */
.shoplist_conts{
	padding: 25px 0;
	margin: 0 0 25px;
}
.shoplist_conts_item{}
.shoplist_conts_item.hide{
	display: none;
}

/* ページ内リンク */
.shoplist_link{
	margin: 0 10px 15px;
}
.shoplist_link ul{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 -0.422535211%;
}
.shoplist_link ul li{
	width: 32.3943661971%;
	margin: 0 0.418994413% 5px;
}
.shoplist_link ul li a,
.shoplist_link ul li span{
	height: 43px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shoplist_link ul li a:link,
.shoplist_link ul li a:visited{
	text-decoration: none;
}
.shoplist_link ul li a img,
.shoplist_link ul li span img{
	max-width: 80px;
	height: auto;
}

.shoplist_link ul li.select span{
	background: #feffa8;
}

/* 都道府県 & SHOP */
.area_block{}

.area_block_elm{}
.area_block_elm_h{
	position: relative;
	padding: 9.5px 10px;
	margin: 0 0 1px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	background: #e2e2e2;
}
.area_block_elm_h::after{
	position: absolute;
	top: -4px;
	right: 14px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	display: block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
.area_block_elm_h.open::after{
	top: 0;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.area_block_sub{
	display: none;
}
.area_block_sub_item{}
.area_block_sub_item_h{
	position: relative;
	padding: 9.5px 10px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	border-bottom: solid 1px #e1e1e1;
}
.area_block_sub_item_h::after{
	position: absolute;
	top: -4px;
	right: 14px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	display: block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
.area_block_sub_item_h.subopen{
	background: #feffa8;
}
.area_block_sub_item_h.subopen::after{
	top: 0;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.area_block_child{
	display: none;
}

.area_item{
	width: 100%;
	padding: 15px 10px;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
}
.area_item + .area_item{
	border-top: solid 1px #eee;
}
.area_item_l{
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
.area_item_r{
	padding: 0 0 0 15px;
	display: table-cell;
	vertical-align: top;
}
.area_item_r a{
	position: relative;
	padding: 0 20px 0 0;
	display: block;
}
.area_item_r a::after{
	position: absolute;
	top: -4px;
	right: 4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.area_item_r a:link,
.area_item_r a:visited{
	text-decoration: none;
}

.area_item_img{
	width: 100px;
	height: 50px;
	border: solid 1px #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.area_item_img img{
	max-width: 85px;
	height: auto;
}
.area_item_img p{
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.area_item_sns{
	margin: 15px 0 0;
	font-size: 0;
	letter-spacing: -0.4em;
	word-spacing: -1em;
	text-align: center;
}
.area_item_sns li{
	margin: 0 12.5px;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

.area_item_info{}
.area_item_info li{
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}
.area_item_info_shop{
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: bold;
}
.area_item_info_address{}
.area_item_info_tel{}
.area_item_info_time{}


/* SHOPから探す */
.shop_headline{
	padding: 20px 0;
	text-align: center;
}
.shop_headline_logo{
	width: 38.4%;
	margin: 0 auto 11.5px;
}
.shop_headline_logo img{
	width: 100%;
	height: auto;
}
.shop_headline_logo span{
	width: 100%;
	color:#555;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border: solid 1px #e1e1e1;
	display: block;
}
.shop_headline p{
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.shop_conts{}
.shop_conts_item.hide{
	display: none;
}


/* --------------------------------------------------------------------
    詳細ページ
-------------------------------------------------------------------- */
#sd_conts{
	padding: 25px 0 50px;
	margin: 0 10px;
}

/* 見出し */
.sd_conts_h{
	margin: 0 0 24px;
	color: #555;
	text-align: center;
}
.sd_conts_h img{
	width: 176px;
	height: auto;
}
.sd_conts_h span{
	margin: 11.5px 0 0;
	font-size: 14px;
	display: block;
}

/* スライダー */
.sd_slider{
	margin: 0 27.5px 25px;
}
.sd_slider ul li img{
	margin: 0 auto;
}

#sdSlider{}

#sdSlider .bx-wrapper .bx-prev{
	background: url(../../img/usr/icn/icn_bx_prev_sp.png) no-repeat center 40%;
	background-size: 9px auto;
}
#sdSlider .bx-wrapper .bx-next{
	background: url(../../img/usr/icn/icn_bx_next_sp.png) no-repeat center 40%;
	background-size: 9px auto;
}

/* SHOP情報 */
.sd_shop_info{
	margin: 0 0 18.5px;
}
.sd_shop_info h2{
	margin: 0 0 5px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}
.sd_shop_info ul li{
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}
.sd_shop_info ul li a{
	text-decoration: none;
}
.sd_shop_info ul li a:link,
.sd_shop_info ul li a:visited{
	color: #555;
}

/* SNS */
.sd_sns{
	margin: 0 0 40px;
}
.sd_sns p{
	margin: 0 0 7px;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: center;
}
.sd_sns ul{
	font-size: 0;
	letter-spacing: -0.4em;
	word-spacing: -1em;
	text-align: center;
}
.sd_sns ul li{
	margin: 0 12.5px;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
}

/* MAP */
.sd_maps{}
.sd_maps_inner {
	width: 100%;
	height: 250px;
	margin: 0 0 25px;
}
.sd_maps_btn{
	position:relative;
	width: 63.3802816901%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 43px;
	text-align: center;
	border: solid 1px #e1e1e1;
	display: block;
}
.sd_maps_btn:link,
.sd_maps_btn:visited{
	color: #333;
	text-decoration: none;
}
.sd_maps_btn::after{
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
