@charset "UTF-8";

.sub.shop #mainVisual {
	background-image: url("../images/main.jpg");
}
.sub.shop.alignment #mainVisual {
	background-image: url("../images/main2.jpg");
	background-position: left center;
}
.sub.shop h3 {
	color: #604c3f;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP',serif;
	font-weight: 500;
}
/*--section--*/
.shop #contents .c-box01 {
	width: 100%;
	padding: 30px 0;
}
.shop #contents .media-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.shop #contents .c-box01 .media-box > div {
	width: 47.959%;
}
.shop #contents .c-box01 .media-box > div p.shop-name{
	font-size: 20px;
	font-weight: 500;
}
.shop #contents .c-box01 .media-box > div p {
	line-height: 2;
}
.shop #contents .c-box01 .media-box + .media-box {
	margin-top: 30px;
}
.shop #contents .c-box01 .media-box + .description {
	margin-top: 30px;
}
.shop #contents .c-box01 .media-box > div iframe {
	width: 100%;
	height: 300px;
}
.shop #contents .c-box02 {
	width: 100%;
	padding: 50px 0 20px;
	text-align: center;
}
.shop #contents .c-box02 iframe {
	margin: 0 auto;
}
.shop #contents .c-box02 video {
	max-width: 560px;
	height: auto;
	margin: 0 auto;
}
.shop #contents .c-box03 {
	width: 100%;
	padding: 40px 0 0;
	margin: 0 auto;
}
.shop #contents .c-box03 .contents-inner {
	padding: 20px 40px;
	border: 1px solid #ae315d;
}
.shop #contents .c-box03 .reserve-box {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap:nowrap;
	margin: 0 auto;
}
.shop #contents .c-box03 .reserve-box p {
	font-size: 16px;
	height: 1.6;
}
.shop #contents .c-box03 .contents-inner a:hover {
	opacity: 0.75;
}
.shop #contents .c-box03 .reserve-box li:first-child {
	width: 20%;
}
.shop #contents .c-box03 .reserve-box li:first-child img {
	max-height: 60px;
	height: auto;
}
.shop #contents .c-box03 .reserve-box li:last-child {
	width: 75%;
}
.shop #contents .more.blank {
	display: block;
	width: 380px;
	max-width: 380px;
}
@media screen and (max-width: 767px) {
	.shop #contents .c-box01 .media-box > div a {
		font-size: 16px;
		font-weight: 500;
		color: #f39800;
	}
	.sub.shop h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/*--section--*/
	.shop #contents .c-box01 {
		padding: 15px 0;
	}
	.shop #contents .media-box {
		width: 100%;
		display: block;
	}
	.shop #contents .c-box01 .media-box > div {
		width: 100%;
		margin-bottom: 15px;
	}
	.shop #contents .c-box01 .media-box > div p.shop-name{
		font-size: 16px;
	}
	.shop #contents .c-box01 .media-box > div p {
		line-height: 2;
		font-size: 14px;
	}
	.shop #contents .c-box01 .media-box + .media-box {
		margin-top: 30px;
	}
	.shop #contents .c-box01 .media-box + .description {
		margin-top: 30px;
	}
	.shop #contents .c-box01 .media-box > div iframe {
		width: 100%;
		height: 300px;
	}
	.shop #contents .c-box02 {
		padding: 25px 0 10px;
		text-align: center;
	}
	.shop #contents .c-box02 iframe {
		width: 100%;
		height: auto;
	}
	.shop #contents .c-box02 video {
		width: 100%;
		height: auto;
	}
.shop #contents .c-box03 {
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
}
.shop #contents .c-box03 .contents-inner {
	padding: 20px 15px;
}
.shop #contents .c-box03 .reserve-box {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.shop #contents .c-box03 .reserve-box p {
	font-size: 14px;
	height: 1.8;
}
.shop #contents .c-box03 .reserve-box li:first-child {
	width: 100%;
	text-align: center;
}
.shop #contents .c-box03 .reserve-box li:first-child img {
	max-height: 40px;
	height: auto;
	margin-bottom: 10px;
}
.shop #contents .c-box03 .reserve-box li:last-child {
	width: 100%;
}
.shop #contents .more.blank {
	width: 100%;
	max-width: 100%;
	font-size: 15px;
}
}