@charset "UTF-8";

body#shop .artWrap .secTit {
	clear:both;
	padding-top:60px;
}

/* .shopArtWrap
---------------------------------------------------------------------------*/
.shopArtWrap {
	width:940px;
	margin:0 auto;
	text-align:left;
}

.shopArtWrap article {
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	background:#fff;
	width:100%;
	margin-bottom:80px;
	padding:50px;
}

.shopArtWrap article .shopImg {
	margin-bottom:50px;
}

.shopArtWrap article .shopHeader {
	float:left;
	width:320px;
}

.shopArtWrap article .shopHeader h2 {
	margin-top:-2px;
	margin-bottom:26px;
	line-height:1.5;
}

.shopArtWrap article .shopHeader h2 strong {
	color:#6d1419;
	font-size:25px;
	letter-spacing:0.08em;
}

.shopArtWrap article .shopTxt {
	float:right;
	width:520px;
}

.shopArtWrap article .shopTxt p {
	margin-bottom:20px;
	text-align:justify;
	letter-spacing:0.08em;
}

.shopArtWrap article .shopTxt p:last-of-type {
	margin-bottom:0;
}

.shopArtWrap article .infoBox {
	display:block;
	position:absolute;
	bottom:50px;
	left:50px;
	letter-spacing:0.05em;
}

.shopArtWrap article .infoBox .number {
	color:#888;
	display:block;
	margin:0 0 8px;
	letter-spacing:2px;
	font-size:12px;
	font-family:'Karla',sans-serif;
	font-weight:700;
}

.shopArtWrap article .infoBox .name {
	display:block;
	font-size:14px;
	line-height:1.5;
	font-family:"Source Sans Pro","TsukuGoPro-B","FOT-筑紫ゴシック Pro E","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	max-height:100%;
	margin:0 0 .2em;
	letter-spacing:0.1em;
}

.shopArtWrap article .infoBox .name a {
	text-decoration:underline;
}

.shopArtWrap article .infoBox .nameEn {
	display:block;
	color:#b99d45;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:.9em;
}

.shopArtWrap article .infoBox address {
	display:block;
	font-style:normal;
	font-size:14px;
	line-height:1.7;
	font-family:"Source Sans Pro","TsukuGoPro-B","FOT-筑紫ゴシック Pro E","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* .mapArchive
---------------------------------------------------------------------------*/
.mapArchive iframe {
	width:100%;
	height:540px;
}

.btnShopArchive {
	padding:.8em;
	background:#6d1419;
	color:#fff;
	font-weight:700;
	letter-spacing:1px;
	margin-top:40px;
	display:block;
	text-align:center;
	font-size:15px;
}

.btnShopArchive:hover {
	color:#fff;
}