@charset "UTF-8";
.shop_container {
	margin-bottom: 80px;
}

/* ==============================
詳細ページ
======================================== */
/* ========== title ========== */
.ttl_h1_shop {
	text-align: center;
	color: #FF4001;
	font-weight: bold;
	font-size: 24px;
	margin: 40px 0 32px;
}
.ttl_h1_shop::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/icon_shop.svg) no-repeat;
	background-size: contain;
	margin: 0 auto 8px;
}
.ttl_h1_shop > span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.ttl_h1_shop > span::before, .ttl_h1_shop > span::after {
	content: "";
	display: block;
	width: 48px;
	height: 6px;
	background: #FF4001;
	border-radius: 40px;
	position: absolute;
	bottom: 16px;
}
.ttl_h1_shop > span::before {
	left: 0;
	-webkit-transform: translateX(-120%) rotate(60deg);
	transform: translateX(-120%) rotate(60deg);
}
.ttl_h1_shop > span::after {
	right: 0;
	-webkit-transform: translateX(120%) rotate(-60deg);
	transform: translateX(120%) rotate(-60deg);
}
.ttl_h1_shop .font_small {
	font-size: 20px;
}

/* ========== slider ========== */
.wrap_shop_slider {
	margin-bottom: 56px;
}

.splide__track {
	padding: 16px !important;
}

.splide__slide {
	padding: 8px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
}
.splide__slide img {
	height: calc(171 / 375 * 100vw);
	-o-object-fit: cover;
	object-fit: cover;
}

/* サムネイル */
#thumbnail-carousel {
	width: 100vw;
	margin-left: -15px;
}

.splide__track--nav > .splide__list > .splide__slide,
.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: none;
}

/* 選択されていないサムネイルは薄くする */
#thumbnail-carousel .splide__slide {
	opacity: 0.6;
}

/* 選択されているサムネイルだけ透過しない */
#thumbnail-carousel .splide__slide.is-active {
	opacity: 1;
}

/* 画像サイズ調整 */
#thumbnail-carousel .splide__slide img {
	width: 100%;
	height: calc(82 / 375 * 100vw);
}

/* プログレスバー */
.my-carousel-progress {
	width: 50%;
	height: 3px;
	background: #C9C9C9;
	border-radius: 999px;
	overflow: hidden;
	margin: 24px auto 0;
}

.my-carousel-progress-bar {
	height: 100%;
	width: 0%;
	background: #FF4001;
	border-radius: 999px;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

/* ========== エディターコンテンツ ========== */
.single_contents h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FF4001;
	border-bottom: 2px solid #E4E4E4;
	padding-bottom: 8px;
	margin: 32px 0 16px;
}
.single_contents h2:first-child {
	margin-top: 0;
}
.single_contents h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FF4001;
	margin: 32px 0 16px;
}
.single_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.single_contents ul {
	list-style-type: disc;
}
.single_contents ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.single_contents ul li::before {
	content: "";
	display: block;
	min-width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF4001;
	margin-top: 8px;
}
.single_contents ol {
	list-style-type: decimal;
}
.single_contents ol li {
	list-style-type: decimal;
}
.single_contents ul li, .single_contents ol li {
	margin-bottom: 8px;
}
.single_contents li {
	list-style-position: inside;
}
.single_contents h2,
.single_contents h3,
.single_contents h4,
.single_contents h5,
.single_contents h6 {
	font-weight: bold;
}
.single_contents table,
.single_contents th,
.single_contents td {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.single_contents th,
.single_contents td {
	padding: 2.6666666667vw;
}
.single_contents ul, .single_contents ol, .single_contents p, .single_contents figure {
	margin-bottom: 16px;
}
.single_contents ul:last-child, .single_contents ol:last-child, .single_contents p:last-child, .single_contents figure:last-child {
	margin-bottom: 0;
}

/* ========== 店舗詳細 ========== */
.dl_shop {
	margin: 40px 0;
}
.dl_shop dt, .dl_shop dd {
	padding: 16px 24px;
	position: relative;
}
.dl_shop dt::after, .dl_shop dd::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-repeat: repeat-x;
	background-size: 12px 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.dl_shop dt {
	background: #FFEDE7;
	color: #FF4001;
	font-weight: bold;
}
.dl_shop dt::after {
	background-image: url(../images/border_orange.svg);
}
.dl_shop dt:first-of-type::before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-image: url(../images/border_orange.svg);
	background-repeat: repeat-x;
	background-size: 12px 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.dl_shop dd::after {
	background-image: url(../images/border_gray.svg);
}
.dl_shop dd a {
	color: #FF4001;
	text-decoration: underline;
}

/* ========== 店舗公式ホームページ ========== */
.shop_detail_contents {
	margin-bottom: 32px;
}
.shop_detail_contents:last-child {
	margin-bottom: 0;
}

.ttl_h2_shop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #FF4001;
	border-bottom: 2px solid #E4E4E4;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.ttl_h2_shop::before {
	content: "";
	display: block;
	min-width: 16px;
	height: 16px;
	background: url(../images/icon_star.svg) no-repeat;
	background-size: contain;
	margin-top: 4px;
}

/* ボタン */
.btn_shop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	height: 56px;
	background: #FF4001;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	position: relative;
}
.btn_shop a::after {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px dashed #fff;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.ul_btn_shop li {
	margin-bottom: 8px;
}
.ul_btn_shop li:last-child {
	margin-bottom: 0;
}
.ul_btn_shop li a::before {
	content: "";
	display: block;
	min-width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}
.ul_btn_shop li.btn_instagram a::before {
	background-image: url(../images/icon_instagram.svg);
}
.ul_btn_shop li.btn_x a::before {
	background-image: url(../images/icon_x.svg);
}
.ul_btn_shop li.btn_facebook a::before {
	background-image: url(../images/icon_facebook.svg);
}

.btn_back {
	margin-top: 64px;
}

.btn_back a {
	background: #fff;
	color: #FF4001;
}

.btn_back a::after {
	border: 1px dashed #FF4001;
}

@media (min-width: 769px) {
	/* ========== slider ========== */
	.wrap_shop_slider {
		max-width: 960px;
		margin: 0 auto 80px;
	}
	.splide__track {
		padding: 16px !important;
	}
	.splide__slide {
		padding: 16px;
	}
	.splide__slide img {
		height: 496px;
	}
	/* サムネイル */
	#thumbnail-carousel {
		width: 100%;
		max-width: 848px;
		margin: 0 auto;
	}
	#thumbnail-carousel .splide__slide {
		padding: 4px;
	}
	/* 画像サイズ調整 */
	#thumbnail-carousel .splide__slide img {
		height: 98px;
	}
	/* プログレスバー */
	.my-carousel-progress {
		display: none;
	}
	/* ========== エディターコンテンツ ========== */
	.single_contents {
		max-width: 800px;
		margin: 0 auto;
	}
	/* ========== 店舗詳細 ========== */
	.dl_shop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 40px auto 48px;
	}
	.dl_shop dt, .dl_shop dd {
		padding: 16px 40px;
	}
	.dl_shop dt {
		width: 192px;
	}
	.dl_shop dd {
		width: calc(100% - 192px);
	}
	.dl_shop dd:first-of-type::before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background-image: url(../images/border_gray.svg);
		background-repeat: repeat-x;
		background-size: 12px 4px;
		position: absolute;
		left: 0;
		top: 0;
	}
	/* ========== 店舗公式ホームページ ========== */
	.wrap_shop_detail_contents {
		max-width: 800px;
		margin: 0 auto;
	}
	/* ボタン */
	.btn_shop {
		width: 248px;
	}
	.btn_shop a:hover {
		opacity: 0.8;
	}
	.ul_btn_shop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 28px;
	}
	.btn_back {
		width: 352px;
		margin: 64px auto 0;
	}
}
/* ==============================
一覧ページ
======================================== */
.lead_text {
	text-align: center;
	margin-bottom: 40px;
}

/* カード */
.archive_shop_contents {
	margin-bottom: 40px;
}
.archive_shop_contents:last-child {
	margin-bottom: 0;
}
.archive_shop_contents a {
	display: block;
}

.shop_img {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.shop_img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.shop_img img {
	width: 100%;
	max-width: none;
	height: 100%;
	border-radius: 15%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.shop_text {
	font-size: 24px;
	font-weight: bold;
	color: #FF4001;
	margin-top: 16px;
}
.shop_text span {
	font-size: 16px;
	display: inline-block;
	border: 1px solid #FF4001;
	border-radius: 40px;
	padding: 0 8px;
	margin-bottom: 8px;
}

/* ページナビゲーション */
.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 56px;
	gap: 12px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #FF4001 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	color: #FF4001;
	border-radius: 50%;
	font-weight: bold;
}

.wp-pagenavi span {
	background: #FF4001;
	color: #fff;
}

.wp-pagenavi span.extend {
	background: none;
	color: #FF4001;
	border: none;
	width: 1px;
}

@media (min-width: 769px) {
	.wrap_archive_shop_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 64px;
	}
	/* カード */
	.archive_shop_contents {
		width: calc(33.3333333333% - 42.6666666667px);
		margin-bottom: 0;
	}
	.shop_img {
		width: 100%;
		margin: 0;
	}
	/* ページネーション */
	.wp-pagenavi a:hover {
		background: #FF4001;
		color: #fff;
	}
}