@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#shop.bg_wide::before {
	background: #bfd75f;
	margin-top: -1px;
	height: calc(100% + 2px);
}
#shop .kazari01,#shop .kazari02 {
	content: "";
	position: absolute;
	top: -50px;
	width: 30vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
}
	@media only screen and (max-width: 1150px) {
		#shop .kazari01 {
			margin-left: -25px;
		}
		#shop .kazari02 {
			margin-right: -25px;
		}
	}
#shop .kazari01 {
	left: 0;
}
#shop .kazari02 {
	right: 0;
	text-align: right;
}
h3.kazari {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 169px;
	margin: 0 auto 20px;
	color: #534741;
}
h3.kazari::before {
	content: "";
	background: url(../img/top/kazari01.png) no-repeat center / 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
h3.kazari .fs {
	font-size: 21px;
}
#shop .txt02 {
	font-size : 20px;
	line-height : 32px;
	color : #44309F;
}
.contents_box {
	background: #f2f7df;
	border: 4px solid #998675;
	padding: 35px 45px;
	margin-top: 50px;
	position: relative;
}
.contents_box .bg_kazari_top,.contents_box .bg_kazari_bottom {
	position: relative;
}
.contents_box .bg_kazari_top::before {
	content: "";
	background: url("../img/top/kazari02.png") no-repeat top left/100%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -35px;
	left: -45px;
}
.contents_box .bg_kazari_top::after {
	content: "";
	background: url("../img/top/kazari02.png") no-repeat top right/100%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -35px;
	right: -45px;
	transform: scale(-1,1);
}
.contents_box .bg_kazari_bottom::before {
	content: "";
	background: url("../img/top/kazari02.png") no-repeat bottom left/100%;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -35px;
	left: -45px;
	transform: scale(1,-1);
}
.contents_box .bg_kazari_bottom::after {
	content: "";
	background: url("../img/top/kazari02.png") no-repeat bottom right/100%;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -35px;
	right: -45px;
	transform: scale(-1,-1);
}
#shop .box {
	position: relative;
}
#shop .box dl {
	padding: 15px 0;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #bfd75f;
	font-size: 17px;
}
#shop .box dl:last-of-type {
	margin-bottom: 50px;
}
#shop .box dt {
	color : #998675;
	width: 10%;
}
#shop .box dd {
	color : #534741;
	width: 90%;
}
#shop .box .photo {
	margin-bottom: 50px;
}
#shop .box .photo img {
	width: 32%;
	border-radius: 10px;
}
#shop .box .map {
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}
#shop .box .map iframe {
	border-radius: 10px;
	border: none;
	display: block;
	width: 100%;
	height: 365px;
}
#shop .box .open {
	font-size : 25px;
	line-height : 32px;
	color : #fff;
}
#shop .box .open span {
	position: relative;
}
#shop .box .open span::before,#shop .box .open span::after {
	content: "";
	background: url("../img/shop/icon01.png") no-repeat center/100%;
	width: 31px;
	height: 31px;
	position: absolute;
	top: -3px;
}
#shop .box .open span::before {
	left: -35px;
}
#shop .box .open span::after {
	right: -35px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	h3.kazari {
		width: 150px;
		height: 115px;
	}
	h3.kazari .fs {
		font-size: 14px;
	}
	#shop .txt02 {
		font-size: 100%;
	}
	.contents_box {
		padding: 25px 35px;
		margin-top: 30px;
	}
	.contents_box .bg_kazari_top::before {
		width: 35px;
		height: 35px;
		top: -25px;
		left: -35px;
	}
	.contents_box .bg_kazari_top::after {
		width: 35px;
		height: 35px;
		top: -25px;
		right: -35px;
	}
	.contents_box .bg_kazari_bottom::before {
		width: 35px;
		height: 35px;
		bottom: -25px;
		left: -35px;
	}
	.contents_box .bg_kazari_bottom::after {
		width: 35px;
		height: 35px;
		bottom: -25px;
		right: -35px;
	}
	#shop .box dt {
		width: 15%;
	}
	#shop .box dd {
		width: 85%;
	}
	#shop .box .open {
		font-size: 20px;
	}
	#shop .box .open span::before, #shop .box .open span::after {
		width: 25px;
		height: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#shop .kazari01, #shop .kazari02 {
		top: 50px;
	}
	#shop .txt02 {
		text-align: left;
		line-height: 1.8em;
	}
	.contents_box {
		padding: 20px;
	}
	.contents_box .bg_kazari_top::before {
		width: 25px;
		height: 25px;
		top: -20px;
		left: -20px;
	}
	.contents_box .bg_kazari_top::after {
		width: 25px;
		height: 25px;
		top: -20px;
		right: -20px;
	}
	.contents_box .bg_kazari_bottom::before {
		width: 25px;
		height: 25px;
		bottom: -20px;
		left: -20px;
	}
	.contents_box .bg_kazari_bottom::after {
		width: 25px;
		height: 25px;
		bottom: -20px;
		right: -20px;
	}
	#shop .box dl {
		display: block;
		font-size: 100%;
	}
	#shop .box dl:last-of-type,#shop .box .photo {
		margin-bottom: 20px;
	}
	#shop .box dt,#shop .box dd {
		width: 100%;
	}
	#shop .box .map iframe {
		height: 200px;
	}
}