#shop {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#shop #gallery {
	padding: 20px 0 40px;
}
@media (min-width: 769px) {
	#shop #gallery {
		padding: 50px 0 80px;
	}
}

.topMessage .innerTitle {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 1em;
}
@media (min-width: 768px) {
	.topMessage {
		text-align: center;
	}
	.topMessage .innerTitle {
		font-size: 24px;
	}
}

.shopDetailWrap {
	position: relative;
}
.shopDetailWrap:before {
	position: absolute;
	top: -80px;
	right: -80px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust02.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 167px;
	margin: auto;
	z-index: 1;
}
.shopDetailWrap:after {
	content: "";
	display: block;
	width: 111px;
	height: 111px;
	background-image: url(../../img/common/bg-decoration02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 50px;
	right: -50px;
}
@media (min-width: 769px) {
	.shopDetailWrap:before {
		width: 380px;
		height: 317px;
		right: -15%;
	}
	.shopDetailWrap:after {
		right: -15%;
		bottom: 250px;
		width: 333px;
		height: 333px;
	}
}

.shopDetail {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #CC3D47;
	padding: 40px 4%;
	margin-bottom: 40px;
}
.shopDetail:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust05.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 68px;
	margin: auto;
	z-index: 0;
}
.shopDetail .menuInnerTitleWrap {
	text-align: center;
	background-color: #C9A536;
	color: #fff;
	margin: 20px 0;
}
.shopDetail .menuInnerTitleWrap.mt0 {
	margin-top: 0;
}
.shopDetail .menuInnerTitleWrap .menuInnerTitle {
	line-height: 1.2;
	font-size: 15px;
	padding: 5px;
}
.shopDetail .gallery {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.shopDetail .gallery + .gallery {
	padding-top: 10px;
}
.shopDetail .gallery > div + div {
	margin-left: 4%;
}
.shopDetail .gallery > div {
	width: 32.5%;
}
.shopDetail .gallery > div + div {
	margin-left: 1.25%;
}
@media (min-width: 769px) {
	.shopDetail {
		padding: 60px 80px;
	}
	.shopDetail:before {
		left: -20%;
		width: 303px;
		height: 139px;
	}
	.shopDetail .menuInnerTitleWrap {
		margin: 40px 0;
	}
	.shopDetail .menuInnerTitleWrap .menuInnerTitle {
		font-size: 18px;
		padding: 10px;
	}
	.shopDetail p {
		font-size: 18px;
	}
	.shopDetail .gallery {
		padding: 30px 0 0;
	}
	.shopDetail .gallery + .gallery {
		padding-top: 15px;
	}
}

.shopInner + .shopInner {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(201, 165, 54, 0.5);
}
.shopInner .nameTitle {
	position: relative;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
	padding-left: 35px;
}
.shopInner .nameTitle:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../../img/common/icon-point.svg);
	background-position: center center;
	background-size: cover;
	margin: auto;
}
.shopInner .gallery {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.shopInner .gallery > div {
	text-align: center;
	border: 1px solid #eee;
}
.shopInner .gallery > div + div {
	margin-left: 4%;
}
.shopInner .gallery > div {
	width: 32.5%;
}
.shopInner .gallery > div + div {
	margin-left: 1.25%;
}
@media (min-width: 768px) {
	.shopInner + .shopInner {
		padding-top: 40px;
		margin-top: 40px;
	}
	.shopInner .nameTitle {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.shopInner .gallery {
		display: flex;
		justify-content: center;
		padding: 20px 0 0;
	}
	.shopInner .gallery > div {
		text-align: center;
		border: 1px solid #eee;
	}
	.shopInner .gallery > div + div {
		margin-left: 4%;
	}
	.shopInner .gallery > div {
		width: 32.5%;
	}
	.shopInner .gallery > div + div {
		margin-left: 1.25%;
	}
	.shopInner .gallery {
		padding: 40px 0 0;
	}
}

/*# sourceMappingURL=shop.css.map */