@charset "utf-8";

/* =========================================================
   温浴施設ページ リニューアル SP
   差し替え用: main内の #tokudai-panel を想定
========================================================= */

#main.spa-sp-page {
	width: 100%;
	margin: 0;
	padding: 0;
}

#tokudai-panel {
	color: #243043;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

#tokudai-panel *,
#tokudai-panel *::before,
#tokudai-panel *::after {
	box-sizing: border-box;
}

#tokudai-panel a {
	color: inherit;
	text-decoration: none;
}

#tokudai-panel img {
	max-width: 100%;
	height: auto;
}

#tokudai-panel ul,
#tokudai-panel ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel p,
#tokudai-panel h2,
#tokudai-panel h3,
#tokudai-panel h4 {
	margin: 0;
}

#tokudai-panel .tokudai-panel-inner {
	padding: 0 12px 28px;
}

#tokudai-panel .breadcrumb {
	padding: 10px 12px 0;
}

#tokudai-panel .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

#tokudai-panel .breadcrumb li,
#tokudai-panel .breadcrumb a {
	font-size: 11px;
	line-height: 1.5;
	color: #607089;
}

#tokudai-panel .spa-hero {
	margin: 10px 12px 16px;
	padding: 16px 14px 18px;
	border: 1px solid #d8e5ff;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
	box-shadow: 0 8px 20px rgba(18, 52, 120, .08);
}

#tokudai-panel .spa-hero__eyebrow,
#tokudai-panel .spa-section__eyebrow {
	margin-bottom: 8px;
	color: #1f64d8;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
}

#tokudai-panel h2 {
	position: relative;
	margin: 0;
	border-radius: 14px;
	padding: 0;
	min-height: 64px;
	background: linear-gradient(135deg, #173b8f 0%, #1f64d8 100%);
	box-shadow: 0 10px 24px rgba(23, 59, 143, .16);
}

#tokudai-panel h2 img {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 58px;
}

#tokudai-panel h2 span {
	display: block;
	padding: 13px 14px 13px 74px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}

#tokudai-panel .spa-hero__lead {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.9;
}

#tokudai-panel .spa-hero__points {
	margin-top: 14px;
}

#tokudai-panel .spa-hero__points li {
	position: relative;
	margin-top: 10px;
	padding-left: 26px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

#tokudai-panel .spa-hero__points li::before {
	content: "✓";
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #0d6fd1;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

#tokudai-panel .spa-hero__actions {
	margin-top: 16px;
}

#tokudai-panel .spa-hero-action {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 14px 42px 14px 14px;
	border: 1px solid #cfdcf5;
	border-radius: 14px;
	background: #fff;
	color: #173b8f;
	box-shadow: 0 8px 18px rgba(17, 40, 96, .08);
}

#tokudai-panel .spa-hero-action::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

#tokudai-panel .spa-hero-action--primary {
	background: linear-gradient(135deg, #173b8f 0%, #1f64d8 100%);
	border-color: #173b8f;
	color: #fff;
}

#tokudai-panel .spa-hero-action__sub {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	opacity: .8;
}

#tokudai-panel .spa-hero-action__text {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

#tokudai-panel .spa-anchor-nav {
	margin: 0 12px 16px;
}

#tokudai-panel .spa-anchor-nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

#tokudai-panel .spa-anchor-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 8px;
	border: 1px solid #d7e2f8;
	border-radius: 12px;
	background: #fff;
	color: #173b8f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	box-shadow: 0 6px 16px rgba(17, 40, 96, .06);
}

#tokudai-panel .spa-section {
	margin-bottom: 18px;
	padding: 18px 14px;
	border: 1px solid #e1eaf8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(17, 40, 96, .05);
}

#tokudai-panel .spa-section__head {
	margin-bottom: 14px;
}

#tokudai-panel h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #1f64d8;
	color: #173b8f;
	font-size: 21px;
	line-height: 1.45;
}

#tokudai-panel h4 {
	margin-bottom: 8px;
	color: #1c3157;
	font-size: 17px;
	line-height: 1.55;
}

#tokudai-panel p {
	font-size: 14px;
	line-height: 1.9;
}

#tokudai-panel .spa-card-grid,
#tokudai-panel .spa-scene-grid,
#tokudai-panel .spa-step-list,
#tokudai-panel .spa-faq-list,
#tokudai-panel .spa-tips-list,
#tokudai-panel .spa-ranking-list,
#tokudai-panel .spa-bottom-links {
	display: block;
}

#tokudai-panel .spa-card,
#tokudai-panel .spa-scene,
#tokudai-panel .spa-step-list li,
#tokudai-panel .spa-faq-item,
#tokudai-panel .spa-tips-list .spa-tip,
#tokudai-panel .spa-ranking-list .section-box {
	margin-bottom: 12px;
}

#tokudai-panel .spa-card,
#tokudai-panel .spa-scene,
#tokudai-panel .spa-step-list li {
	padding: 16px 14px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid #dbe7fb;
}

#tokudai-panel .spa-card::before,
#tokudai-panel .spa-scene::before {
	content: "";
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #1f64d8 0%, #58a7ff 100%);
}

#tokudai-panel .spa-card__meta {
	margin-bottom: 6px;
	color: #5874a8;
	font-size: 12px;
	font-weight: 700;
}

#tokudai-panel .spa-text-link {
	display: inline-block;
	margin-top: 6px;
	color: #1f64d8;
	font-size: 13px;
	font-weight: 700;
}

#tokudai-panel .spa-text-link::after {
	content: " →";
}

#tokudai-panel .spa-section--tips {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

#tokudai-panel .spa-tips-list .spa-tip {
	padding: 16px 14px;
	border-radius: 14px;
	border: 1px solid #dbe7fb;
	background: #fff;
}

#tokudai-panel .spa-memo {
	margin-top: 14px;
	padding: 16px 14px;
	border-radius: 16px;
	background: #173b8f;
	color: #fff;
}

#tokudai-panel .spa-memo h4 {
	color: #fff;
	font-size: 16px;
}

#tokudai-panel .spa-memo ul {
	margin-top: 10px;
}

#tokudai-panel .spa-memo li {
	position: relative;
	margin-top: 8px;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.8;
}

#tokudai-panel .spa-memo li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffbe3b;
}

#tokudai-panel .spa-ranking-list .section-box {
	padding: 14px;
	border: 1px solid #e2e9f8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(17, 40, 96, .05);
}

#tokudai-panel .spa-ranking-list .img {
	margin-bottom: 12px;
}

#tokudai-panel .spa-ranking-list .img a {
	display: block;
	border-radius: 14px;
	overflow: hidden;
	background: #f4f7fc;
	box-shadow: inset 0 0 0 1px #e3e9f6;
}

#tokudai-panel .spa-ranking-list .img img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

#tokudai-panel .spa-ranking-card__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
}

#tokudai-panel .spa-ranking-card__head h4 {
	margin-bottom: 0;
	flex: 1;
	font-size: 16px;
}

#tokudai-panel .spa-rank-badge {
	display: inline-flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffb21e 0%, #ff8a00 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 8px 16px rgba(255, 138, 0, .22);
}

#tokudai-panel .spa-ranking-list .btns {
	margin-top: 12px;
}

#tokudai-panel .spa-status-badge {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 6px 10px;
	border: 1px solid #d6e2f5;
	border-radius: 999px;
	background: #f4f8ff;
	color: #35507f;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

#tokudai-panel .spa-ranking-list .page {
	margin-top: 14px;
}

#tokudai-panel .spa-ranking-list .page a,
#tokudai-panel .spa-btn--ghost {
	display: block;
	width: 100%;
	padding: 13px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

#tokudai-panel .spa-ranking-list .page a {
	background: linear-gradient(135deg, #ff6db3 0%, #ff4fa0 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(255, 79, 160, .22);
}

#tokudai-panel .spa-step-list__label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #173b8f;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
}

#tokudai-panel .spa-btn--ghost {
	margin-top: 10px;
	border: 1px solid #b9caef;
	background: #f5f9ff;
	color: #173b8f;
}

#tokudai-panel .spa-section--faq {
	background: #fffdf8;
	border-color: #f0e2ba;
}

#tokudai-panel .spa-faq-item {
	padding: 16px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #f0e2ba;
}

#tokudai-panel .spa-faq-item h4 {
	position: relative;
	padding-left: 38px;
	font-size: 16px;
}

#tokudai-panel .spa-faq-item h4::before {
	content: "Q";
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffbe3b;
	color: #173b8f;
	font-size: 16px;
	font-weight: 700;
}

#tokudai-panel .clearfix::after,
#tokudai-panel .spa-ranking-list .section-box::after,
#tokudai-panel .spa-hero__points::after,
#tokudai-panel .spa-hero__actions::after,
#tokudai-panel .spa-card-grid::after,
#tokudai-panel .spa-scene-grid::after,
#tokudai-panel .spa-step-list::after,
#tokudai-panel .spa-bottom-links::after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 374px) {
	#tokudai-panel h2 span {
		font-size: 18px;
		padding-left: 68px;
	}

	#tokudai-panel h2 img {
		width: 52px;
	}

	#tokudai-panel .spa-anchor-nav ul {
		grid-template-columns: 1fr;
	}

	#tokudai-panel h3 {
		font-size: 19px;
	}
}