@charset "utf-8";

#contents .main_title img {
	width: auto;
	height: 59px;
}

#shop_page .contents {
	padding: 10px;
	-webkit-background-size: 83px;
	background-size: 83px;
}

#shop_page .shop_name {
	margin-bottom: 20px;
	padding: 15px 10px;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #fff;
	font-size: 118%;
}
#shop_page .shop_name:after {
	width: 50px;
	margin-left: -25px;
	border-top-width: 2px;
}
#shop_page .shop_name p {
	margin-top: 3px;
	font-size: 80%;
}



/* トップ
============================================================================================================ */
#shop_page .shop_index {
	height: auto;
	border: 0;
	padding: 8px;
	background: #fff;
	border: 2px solid #af000d;
}
.shop_index .area_wrap {
	position: static;
}
.shop_index p.map,
.shop_index .map_wrap {
	display: none;
}
.shop_index ul .area {
	position: static;
}
.shop_index ul .area + .area {
	margin-top: 8px;
}



.shop_index ul a.toggle {
	padding: 10px 0;
	font-size: 117%;
	background-color: #af000d;
	color: #fff;
}
.shop_index ul a.toggle br {
	display: none;
}
.shop_index ul a.toggle.show:after {
	content: none;
}
.shop_index ul a.toggle:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shop_index ul a.toggle.show:before {
	margin-top: -8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.shop_index .shop {
	display: none;
	position: static;
	width: auto !important;
	border-width: 2px;
	font-size: 100%;
}
.shop_index .shop ul {
	margin: 0 10px;
	padding: 10px 0;
}
.shop_index .shop p {
	border-top-width: 2px;
}



/* 詳細
============================================================================================================ */
.special_info {
	margin-bottom: 20px;
	font-size: 100%;
	padding: 10px;
}


#shop_detail .info_w {
	margin-bottom: 20px;
}
#shop_detail .info_w > * {
	min-height: 0;
	padding: 10px;
	background: url(../img/share/bg-dot-slash.png);
}
#shop_detail .info {
	float: none;
	width: auto;
}
#shop_detail .info h3 {
	font-size: 119%;
}
#shop_detail .info > div {
	float: none;
	font-size: 100%;
}
#shop_detail .info > div + div {
	padding-left: 0;
}
#shop_detail .info dl dd {
	padding: 0 0 0.8em 5em;
}
#shop_detail .info a {
	color: #fff;
}
#shop_detail .btns {
	float: none;
	width: auto;
	margin-top: 10px;
}
#shop_detail .btns ul {
	margin: 0 -2px;
}
#shop_detail .btns ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

#shop_detail .btns li + li {
	margin-top: 0;
}
#shop_detail .btns li {
	float: left;
	width: 50%;
	padding: 0 2px 4px;
}
#shop_detail .btns li a {
	font-size: 90%;
}
#shop_detail .btns li a span {
	height: 40px;
	background-position: 5px;
	-webkit-background-size: 16px;
	background-size: 16px;
}
#shop_detail .btns li a.part span {
	padding-right: 10px;
}
#shop_detail .btns li a:after {
	top: 20px;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-right-width: 2px;
	border-top-width: 2px;
}




#map_canvas {
	height: 180px;
}

#map_area .btn {
	padding: 10px;
	background-color: #1d0d07;
}
#map_area .btn a {
	display: block;
	margin: 0 10px;
	padding: 8px;
	background-color: #7b604d;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#feature_area {
	margin-top: 30px;
}
#feature_area h3 {
	margin-bottom: 10px;
	font-size: 119%;
}
#feature_area .ph {
	margin: 0 -2px;
}
#feature_area .ph li {
	width: 50%;
	padding: 0 2px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#feature_area .ph li + li {
	padding-left: 2px;
}

#feature {
	margin-top: 40px;
}
#feature h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.3;
	color: #dfcf90;
}
#feature p {
	font-size: 125%;
	color: #fff;
}
