@charset "UTF-8";

/* retailer
---------------------------------------------------------------------------*/
#retailerContents .contents {
	width: 700px;
}

#retailerContents .lead {
	margin: 0 0 110px;
}

#retailerContents .lead h1,
#retailerContents .lead h2 {
	margin: 0 0 15px;
	color: #E95516;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#retailerContents .lead p {
	margin: 0 0 12px;
	letter-spacing: 0.05em;
	line-height: 2;
}

#retailerContents .lead p.caution {
	margin: 0 0 50px;
	font-size: 12px;
}

#retailerContents .address-box {
	margin: 20px 0 30px;
}

#retailerContents .btn-contact a {
	width: 700px;
}


/* .map-shop
------------------------------------*/

.map-shop {
	width: 100%;
	height: 700px;
	margin: 0 0 80px;
}

.gm-style-iw-t::after {
	display: block;
	content: '';
	position: absolute;
	top: inherit !important;
	bottom: -10px !important;
	left: 50%;
	background: #ffffff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
}

.gm-style-iw {
	border-radius: 5px;
	background-color: #ffffff;
	top: -5px !important;
}

.gm-style-iw a.map-balloon {
	font-family: 'TsukuARdGothicStd-E', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	display: block;
	padding: 15px 38px 16px 15px;
	color: #E95516;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.gm-style-iw a.map-balloon:hover {
	opacity: 0.5;
}

.btn-close {
	display: inline-block !important;
	backface-visibility: hidden !important;
	top: 39px !important;
	right: 28px !important;
	width: 15px !important;
	height: 15px !important;
	opacity: 1 !important;
}

.btn-close:before {
	display: inline-block;
	backface-visibility: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/btn-close.png) no-repeat;
	width: 14px;
	height: 14px;
	transition: .2s linear;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.btn-close:before {
	background: url(../img/share/btn-close@2x.png) no-repeat;
	background-size: 14px 14px;
}
}

.btn-close:hover:before {
	opacity: 0.5 !important;
}

.btn-close img {
	display: none;
}

.gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
	padding: 0 !important;
}

.gm-ui-hover-effect {
	position: absolute !important;
	top: -1px !important;
	right: -4px !important;
}

.gm-ui-hover-effect img {
	width: 15px !important;
	height: 15px !important;
}

.gm-style-iw-ch {
	display: none;
}

.gm-style .gm-style-iw-tc {
	top: 0 !important;
}


/* .shop-list
------------------------------------*/

.shop-list h2 {
	clear: both;
	margin: 20px 0 30px;
}

.shop-list h2 span {
	background: linear-gradient(transparent 70%, #FFF000 0%);
	padding: 0 0 2px;
	color: #6F5240;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.shop-list ul {
	width: 720px;
	margin: 0 0 70px;
}

.shop-list li {
	border-radius: 10px;
	background: #ffffff;
	margin: 0 0 20px;
	padding: 0 15px;
	
}

.shop-list li .inner {
	overflow: hidden;
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 100%;
	padding: 35px 25px 37px 30px;
}

.shop-list li .shop-txt {
	float: left;
	width: 370px;
}

.shop-list li .shop-txt h3 {
	margin: 0 0 12px;
	color: #E95516;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.shop-list li .shop-txt h3 span {
	padding: 0 0 0 8px;
	color: #392214;
	font-size: 12px;
	left: 0.15em;
	font-weight: bold;
}

.shop-list address p {
	letter-spacing: 0.05em;
}

.shop-list address p.address {
	margin: 0 0 12px;
}

.shop-list address p.url a {
	text-decoration: underline;
}

.handling {
	float: right;
	border-left: 1px dashed #AA8B6E;
	width: 210px;
	padding: 0 0 0 30px;
}

.handling dt {
	margin: 5px 0 28px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #E95516;
}

.handling dd {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 23px;
	font-weight: bold;
}

.handling dd:last-child {
	margin: 0 0 5px 0;
}

.handling dd:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/ico-arrow-detail@2x.png) no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
}
