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

.store {}
.store .shopMapSec {
	margin-bottom: 45px;
}
.store .shopMapSec #map_canvas {
	margin-bottom: 10px;
	width: 100%;

	position: relative;
	padding-bottom: 49%;
	height: 0;
	overflow: hidden;
}
.store .shopMapSec #map_canvas .inner {
	margin-bottom: 10px;

	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.prefSec {}
#Cont #Lside .prefSec h2 {
	margin-bottom: 0px;
}
.prefSec table {
	width: 100%;
}
.prefSec table th {
	padding: 15px 0;
	vertical-align: middle;
	border-bottom: 1px dashed #807567;
}
.prefSec table td {
	padding: 15px 0;
	vertical-align: middle;
	border-bottom: 1px dashed #807567;
}
.prefSec table .storeName {
	width: 20%;
	font-size: 116%;
	font-weight: bold;
	text-align: left;
	color: #593b1f;
}
.prefSec table .storeAddress {
	width: 40%;
}
.prefSec table .businessHours {
	width: 15%;
	font-size: 108%;
}
.prefSec table .tbspace {
	width: 1%;
}
.prefSec table .storeLink {
	width: 10%;
	font-size: 93%;
	text-align: center;
}
.prefSec table .storeLink a {
	padding: 8px 0 6px 0;
	display: block;
	background: #10542b url(../images/common/icon_r_white_01_s.png) no-repeat 92% center;
	border-radius: 2px;
	text-decoration: none;
	color: #FFF;
}
.prefSec table .storeLink a:hover   { background-color: #218F6F; }

.prefSec table .storeAddress p {
	line-height: 1.7;
}
.prefSec table .storeAddress .tel {
	margin: 0 7px 0 0;
	padding: 4px 6px 2px 6px;
	font-size: 93%;
	color: #FFF;
	background-color: #583a1e;
}
/* 詳細ページ */
.storeDetail {}
.storeDetail h1 {
	position: relative;
}
.storeDetail h1 .icon {
	position: absolute;
	right: 0;
	top: -7px;
}
.storeDetail h1 .icon img {}
.store .infoSec {
	margin: 0 0 22px 0;
	padding: 5px 0 0 0;
	width: 100%;
}
.store .infoSec .imgArea {
	width: 45%;
	float: left;
}
.store .infoSec .imgArea p {}
.store .infoSec .txtArea {
	width: 50%;
	float: right;
}
.store .infoSec .txtArea .address {
	margin-bottom: 15px;
	font-size: 116%;
}
.store .infoSec .txtArea dl {
	margin-bottom: 10px;
}
.store .infoSec .txtArea dl dt {
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	width: 5em;
	float: left;
	font-size: 100%;
	text-align: center;
	color: #FFF;
	background-color: #583a1e;
}
.store .infoSec .txtArea dl dd {
	margin: 0 0 10px 5.5em;
	font-size: 116%;
}
.store .infoSec .txtArea dl dd:after {
	clear: both;
}
.store .infoSec .txtArea dl dd.hours {
	font-weight: bold;
	color: #583a1e;
}
.store .infoSec .txtArea .linkLeaflet {
	width: 31%;
	font-size: 93%;
	text-align: center;
	color: #FFF;
}
.store .infoSec .txtArea .linkLeaflet a {
	padding: 8px 0 6px 0;
	display: block;
	background: #10542b url(../images/common/icon_r_white_01_s.png) no-repeat 92% center;
	border-radius: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.store .infoSec .txtArea .linkLeaflet a:hover   { background-color: #218F6F; }

/* ストア詳細 */
@media print {
	header.cFix,
	header h1,
	header #utility,
	#mainVis,
	#dirPath,
	.Gnav,
	.mapLinks,
	.qrCodeSec,
	.linkBack,
	.infoSec,
	.pageTop,
	footer,
	#footerCont
	 {
	  display: none;
	}
}


.qrCodeSec {
	margin: 0 0 20px 0;
	border: 1px dashed #807567;
}
.qrCodeSec .qrCode {
	margin: 20px 0 0 20px;
	max-width: 135px;
	width: 13%;
	float: left;
}
.qrCodeSec .txtArea {
	margin: 20px 20px 0 0;
	width: 80%;
	float: right;
}
.qrCodeSec .txtArea p {
	margin-bottom: 20px;
}
.qrCodeSec .txtArea p.pdfLink a {
	padding: 2px 24px 2px 0;
	background: url(../images/common/icon_pdf_01.png) no-repeat right center;
}

.gMapWrap {
	margin-bottom: 20px;
	border-bottom: 1px dashed #807567;
}
.gMapWrap .mapHead {
	margin-bottom: 10px;
}
.gMapWrap .mapHead p {}
.gMapWrap .shopMapSec {
	margin-bottom: 30px;
}
.gMapWrap .shopMapSec .inner {}
.gMapWrap .shopMapSec .inner #map_canvas {}
.gMapWrap .shopMapSec .mapLinks {
	text-align: center;
}
.gMapWrap .shopMapSec .mapLinks li {
	margin: 0 10px;
	width: 170px;
	text-align: center;
	display: inline-block;
}
.gMapWrap .shopMapSec .mapLinks li a {
	padding: 8px 0 6px 0;
	display: block;
	background: #10542b url(../images/common/icon_r_white_01_s.png) no-repeat 92% center;
	border-radius: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.gMapWrap .shopMapSec .mapLinks li a:hover   { background-color: #218F6F; }

.storeDetail .linkBack {
	width: 160px;
	font-size: 93%;
}
.storeDetail .linkBack a {
	padding: 8px 0 8px 40px;
	display: block;
	background: #11552c url(../images/common/icon_l_white_01_s.png) no-repeat 15px center;
	border-radius: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.storeDetail .linkBack a:hover   { background-color: #218F6F; }
