@charset "Shift_JIS";

/* --------------------------------------------------------------------
    共通
-------------------------------------------------------------------- */
.shoplist_conts .page_h{
	padding: 0;
	border-bottom: 0;
}


/* --------------------------------------------------------------------
    サイドエリア
-------------------------------------------------------------------- */
.col_side{
	font-size: 11px;
}
.col_side_h{
	padding: 8.5px 15px 8.5px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
}
.col_side_list{}
.col_side_list_item{}
.col_side_list_link{
	position: relative;
	padding: 8.5px 15px 8.5px 10px;
	font-weight: 500;
	border-bottom: solid 1px #eee;
	display: block;
}
.col_side_list_link:hover{
	text-decoration: none;
	background: #feffa8;
}
.col_side_list li.active a{
	background: #feffa8;
}

/* エリアから探す */
#col_side_area{
	margin: 30px 0 25px;
}

/* SHOPから探す */
#col_side_shop{
	margin: 0 0 25px;
}


/* --------------------------------------------------------------------
    メインエリア
-------------------------------------------------------------------- */
.shoplist_conts{
	margin: 30px 0 0;
}

/* ナビ */
.area_nav{
	margin: 0 0 46px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.area_nav ul{
	margin: 0 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.area_nav ul li{}
.area_nav ul li a{
	position: relative;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
	display: block;
}
.area_nav ul li a span{
	position: relative;
	padding: 0 8px;
	display: block;
}
.area_nav ul li a:hover{
	text-decoration: none;
}
.area_nav ul li a:hover span::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	content: "";
}

.area_nav ul li.select a span::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	content: "";
}


/* コンテンツ */
.area_conts_item{
	margin: 0 0 50px;
}
.area_conts_item.hide{
	display: none;
}

.area_block{
	padding: 0 0 30px;
	border-bottom: solid 1px #000;
}
.area_block + .area_block{
	margin: 46px 0 0;
}
.area_block:last-child{
	border-bottom: 0;
}
.area_block_h{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.area_elm + .area_elm{
	margin: 10px 0 0;
}
.area_elm_h{
	position: relative;
	padding: 8.5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	cursor: pointer;
	user-select: none;
}
.area_elm_h i{
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	background: #fff;
	display: block;
}
.area_elm_h i span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.area_elm_h i span::before,
.area_elm_h i span::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #333;
	display: block;
	content: "";
}
.area_elm_h i span::before{
	width: 10px;
	height: 2px;
}
.area_elm_h i span::after{
	width: 2px;
	height: 10px;
}

.area_elm_h.open i span::after{
	opacity: 0;
}

.area_elm_body{
	display: none;
}

.area_list{
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #eee;
	display: table;
	table-layout: fixed;
}
.area_list_last{
	border-bottom: 0;
}
.area_list_grid{
	display: table-cell;
	vertical-align: top;
}
.area_list_grid_img{
	width: 200px;
}
.area_list_grid_img_inner{
	width: 100%;
	height: 100px;
	border: solid 1px #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.area_list_grid_img_inner img{
	max-width: 180px;
	height: auto;
}
.area_list_grid_img_inner p{
	color: #999;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.area_list_grid_info{
	padding: 0 20px;
}
.area_list_grid_info ul{}
.area_list_grid_info ul li{
	font-size: 12px;
	line-height: 1.6;
}
.area_list_grid_info ul li.shop_name{
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: bold;
}
.area_list_grid_info ul li.shop_address span{
	display: block;
}
.area_list_grid_info ul li.shop_tel{}
.area_list_grid_info ul li.shop_time{}

.area_list_grid_links{
	width: 140px;
	vertical-align: middle;
}
.area_list_grid_links ul{
	width: 100%;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.area_list_grid_links ul li{
	margin: 0 0 0 20px;
}
.area_list_grid_links_btn{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	border: solid 1px #000;
	display: block;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.area_list_grid_links_btn:hover{
	text-decoration: none;
	opacity: .6;
}


/* SHOPから探す */
.shop_h{
	padding: 30px 0;
	border-top: solid 1px #ddd;
}
.shop_h dl{
	width: 100%;
	display: flex;
	align-items: center;
}
.shop_h dl dt{}
.shop_h dl dt img{
	max-width: 145px;
	height: auto;
}
.shop_h dl dd{
	margin: 0 0 0 40px;
	font-size: 14px;
	font-weight: bold;
}
.shop_body{
	margin: 0 0 50px;
}


/* --------------------------------------------------------------------
    詳細ページ
-------------------------------------------------------------------- */
#sd_conts{
	margin: 30px 0 80px;
}

/* 見出し */
.sd_conts_head{
	max-width: 700px;
	margin: 0 auto 50px;
}
.sd_conts_head h2{
	text-align: center;
}
.sd_conts_head h2 img{}


/* スライダー */
.sd_slider{
	margin: 0 0 45px;
}
.sd_slider ul li img{
	max-width: 700px;
	margin: 0 auto;
}

#sdSlider .bx-wrapper .bx-controls-direction a{
	width: 24px;
	height: 47px;
	margin-top: -23.5px;
}
#sdSlider .bx-wrapper .bx-prev{
	left: 0;
	background: url(../../img/usr/icn_bx_prev_l.png) no-repeat center center;
}
#sdSlider .bx-wrapper .bx-next{
	right: 0;
	background: url(../../img/usr/icn_bx_next_l.png) no-repeat center center;
}

/* SHOP情報 */
.sd_shop_info{
	max-width: 700px;
	margin: 0 auto 23px;
}
.sd_shop_info h2{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.sd_shop_info ul li{
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

/* SNS */
.sd_sns{
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
}
.sd_sns_inner{
	display: inline-block;
}
.sd_sns p{
	margin: 0 0 5.5px;
	font-size: 10px;
	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 10px;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
}

/* MAP */
.sd_maps{
	max-width: 700px;
	margin: 0 auto;
}
.sd_maps_inner {
	width: 100%;
	height: 400px;
	margin: 0 0 30px;
}
.sd_maps_btn{
	position:relative;
	width: 220px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 38px;
	text-align: center;
	border: solid 1px #000;
	display: block;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.sd_maps_btn:link,
.sd_maps_btn:visited{
	color: #333;
	text-decoration: none;
}
.sd_maps_btn:hover{
	text-decoration: none;
	opacity: .6;
}
.sd_maps_btn::after{
	position: absolute;
	top: 0;
	right: 12px;
	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: "";
}


