@charset "UTF-8";
/* CSS Document */
.ttlArea .inner .h1_bg {
	background-image: url("/images/shop/h1_bg.webp");
}
.content01Area .inner {
	padding: 100px 20px 100px;
}
.content01Area .inner ul {
	display: flex;
	justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}
.content01Area .inner ul li {
	width: 46%;
}
.content01Area .inner ul li h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.content01Area .inner ul .left h2::before {
	content: "";
	position: absolute;
	background-image: url("../images/shop/h2_ttl01.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 81px;
    height: 56px;
    bottom: 34px;
	left: 50%;
    transform: translateX(-50%);
}
.content01Area .inner ul .right h2::before {
	content: "";
	position: absolute;
	background-image: url("../images/shop/h2_ttl02.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 126px;
    height: 56px;
    bottom: 34px;
	left: 50%;
    transform: translateX(-50%);
}
.content01Area .inner ul li .desc {
	background-color: #fff;
	padding: 30px;
}
.content01Area .inner ul li .desc .img {
	margin-bottom: 20px;
}
.content01Area .inner ul li .desc .txtArea p {
	margin-bottom: 20px;
	font-weight: bold;
}
#shop01,
#shop02 {
	padding-top: 50px;
	margin-top: -50px;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
.content01Area .inner ul li h2 {
    font-size: 20px;
}
}
@media screen and (max-width: 600px) {
.content01Area .inner {
    padding: 100px 20px 50px;
}
.content01Area .inner ul {
	display: block;
}
.content01Area .inner ul li h2 {
    font-size: 18px;
}
.content01Area .inner ul .left h2::before {
    background-size: contain;
    height: 40px;
}
.content01Area .inner ul .right h2::before {
    background-size: contain;
    height: 40px;
}
.content01Area .inner ul li {
	width: 100%;
}
.content01Area .inner ul .left {
	margin-bottom: 80px;
}
.content01Area .inner ul li .desc .txtArea p {
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.content01Area .inner ul li h2 {
    font-size: 16px;
}
}
@media screen and (max-width: 400px) {

}