@charset "utf-8";

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

/* SHOP ------------------------------------- */

.search-loc {
	padding: 0 2.0rem 4.8rem;
	text-align: center;
}

.search-loc > figure {
	margin-bottom: 2.5rem;
}

.loc-search-btn {
	position: relative;
	width: min(100%, 424px);
	margin: 0 auto;
	border-bottom: 3px solid #D6D7D7;
}

.loc-search-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.8rem 4.0rem 1.0rem 2.2rem;
	border: 1px solid #999A9A;
	background-color: #FFFFFF;
	font-size: 1.7rem;
	color: var(--color-black);
}

.loc-search-btn a strong {
	margin-right: 0.5em;
	font-weight: 500;	
	font-size: var(--ft-size25);
}

.loc-search-btn a::before {
	content: "";
	width: 28px;
	height: 36px;
	margin-right: 1.0rem;
	background: url("../images/icon_btn_location.svg") 50% 50% no-repeat;
	bakcground-size: contain;
	flex-shrink: 0;
}

.loc-search-btn::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.loc-search-btn:hover::after {
	right: 1.4rem;
}

.shop-jump {
	padding: 2.5rem 2.0rem;
	background-color: #f7f5e3;
	text-align: center;
}

.shop-jump-title {
	position: relative;
	display: inline-block;
	width: min(100%,410px);
	margin-bottom: 4.8rem;
	padding: 0.8rem 1.8rem 1.2rem;
	background-color: #44AAE1;
	border-radius: 99em;
	font-weight: 700;
	font-size: var(--ft-size24);
	color: #FFFFFF;
}

.shop-jump-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 14px;
	height: 12px;
	background-color: #44AAE1;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	transform: translateX(-50%);
}

.shop-jump-title span {
	color: #FFFF93;
}

.shop-jump-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: min(100%,1080px);
	margin: 0 auto;
	gap: 1.2rem;
}

.shop-jump-list a {
	position: relative;
	width: min(100%, 204px);
	border-radius: 99em;
	border-bottom: 3px solid #D6D7D7;
}

.shop-jump-list a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.8rem 4.0rem 1.0rem 2.2rem;
	border-radius: 99em;
	border: 1px solid #999A9A;
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 1.8rem;
	color: #444444;
}


.shop-jump-list a span::after {
	content: "";
	display: block;
	position: absolute;
	right: 1.4rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.shop-jump-list a:hover span::after {
	transform: translateY(-50%) rotate(90deg);
}

.shop-list-box {
	padding-bottom: 8.0rem;
}

.shop-list-box h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 0;
	font-size: var(--ft-size34);
}

.shop-list-box h2::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 1rem;
	background: url("../images/icon_btn_shop.svg") 50% 50% no-repeat;
	background-size: contain;
}

.shop-list-box h2::after {
	content: "";
	position: absolute;
	bottom: -0.5em;
	width: 1em;
	height: 1em;
	background-color: #ecece7;
	transform: rotate(45deg);
	z-index: -1;
}

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

.shop-cat > div {
	width: min(100%,1120px);
	margin: 0 auto 0 auto;
}

.shop-prof {
	display: flex;
	flex-flow: row wrap;
	width: min(100%,1120px);
	margin: 0 auto 3rem auto;
	padding: 0 20px;
}

.shop-prof + .shop-prof {
	border-top: 4px solid #ecece7;
	padding-top: 3rem;
}

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

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

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

.shop-prof .shop-title {
	padding: 1rem 0 0 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-link {
	display: flex;
	padding: 1rem 0 0 2rem;
}

.shop-link .link-btn {
	position: relative;
	width: min(100%, 200px);
	border-radius: 99em;
	border-bottom: 3px solid #D6D7D7;
}

.shop-link .link-btn::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.shop-link .link-btn:hover::after {
	right: 1.4rem;
}

.shop-link .link-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.6rem 4.0rem 0.8rem;
	border-radius: 99em;
	border: 1px solid #999A9A;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #444444;
}

.shop-link .link-btn:nth-of-type(1) {
	margin-right: 1em;
}

.shop-link .link-btn:nth-of-type(2)::after {
	content: none;
}

.shop-link .link-btn:nth-of-type(2) a {
	padding-right: 2.0rem;
	padding-left: 2.0rem;
	background-color: #44aadd;
	color: #fff;
}

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

.shop-map iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.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;
}

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

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

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

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

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

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

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

.shop-link {
	padding-left: 0;
}

}

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