@charset "utf-8";

@import url('./page.css');

/* SHOP ------------------------------------- */
.shop-box {
	padding-bottom: 8.0rem;
}

.shop-box > .wp-block-group__inner-container {
	width: min(100%, 1120px);
}

.shop-prof {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 3rem;
}

.shop-prof > .shop-prof-img {
	width: 33%;
}

.shop-prof > .shop-prof-txt {
	width: 67%;
}

.shop-prof h1 {
	border-bottom: 8px solid #ecece7;
	padding: 1rem 0 1rem 2rem;
	font-size: var(--ft-size30);
	margin: 0 0 1rem 0;
}

.shop-prof > .shop-prof-txt ul {
	padding-left: 2rem;
}

.shop-prof > .shop-prof-txt li {
	display: inline-block;
	line-height: 1.7;
}

.shop-prof .prof-open {
	width: 100%;
}

.shop-prof .prof-zipcode {
	margin-right: 1rem;
}

.shop-prof > .shop-prof-txt li.prof-tel,
.shop-prof > .shop-prof-txt li.prof-fax,
.shop-prof > .shop-prof-txt li.prof-parking {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-right: 1em;
}

.shop-prof > .shop-prof-txt li.prof-tel::before,
.shop-prof > .shop-prof-txt li.prof-fax::before,
.shop-prof > .shop-prof-txt li.prof-parking::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	margin-right: 0.5rem;
	background: url("../images/shop_icon_tel.svg") 50% 50% no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

.shop-prof > .shop-prof-txt li.prof-tel::before {
	content: "TEL";
	width: auto;
	height: auto;
	background: none;
	font-weight: bold;
	color: #165e83;
}

.shop-prof > .shop-prof-txt li.prof-fax::before {
	content: "FAX";
	width: auto;
	height: auto;
	background: none;
	font-weight: bold;
	color: #165e83;
}

.shop-prof > .shop-prof-txt li.prof-parking::before {
	width: 1em;
	background-image: url("../images/shop_icon_parking.svg");
}

.shop-map {
	margin-bottom: 3rem;
}

.shop-map iframe {
	width: 100%;
	aspect-ratio: 16/9;
	filter: sepia(0.2);
	background-color: #ffffff;
}

.article-body > * {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.article-body > * + * {
	margin-top: 2rem;
}

/* ギャラリー */
.wp-block-gallery > .wp-block-image {
	aspect-ratio: 1/1;
	flex-grow: inherit !important;
}

main h2 {
	margin-top: 0;
	padding: 1.5rem;
	background-color: #ecece7;
}

/* 店舗紹介動画 */
.movie-box {
	padding-left: 0;
	padding-right: 0;
}

.movie-box > .wp-block-group__inner-container {
	padding-top: 3.6rem;
	padding-bottom: 3.6rem;
}

.youtube-box {
	width: min(100%,320px);
	margin: 0 auto;
}

.youtube-box iframe {
	width: 100%;
	height: 100%;
  aspect-ratio: 437 / 776;
}

/* 決済・各種サービス */
.pay-box {
	margin-bottom: 8.0rem;
	line-height: 1.5;
}

.pay-box > .wp-block-group__inner-container {
	width: min(100%, 1120px);
}

.pay-box a.wp-block-button__link {
	background-color: #f6f5e5;
}

.pay-box .pay-note {
	margin-top: 1em;
	font-size: 1.6rem;
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {

.shop-prof > .shop-prof-img {
	width: 100%;
}

.shop-prof-img img {
	width: 100%;
}

.shop-prof > .shop-prof-txt {
	width: 100%;
	margin-top: 2.0rem;
}

.shop-prof h1 {
	padding-left: 0;
}

.shop-prof > .shop-prof-txt ul {
	padding-left: 0;
}

}

/* ================================================ */
@media (max-width: 480px) {
}