/*
 * Site-specific visual edits live here.
 * This file is loaded by the Test2 Child theme.
 */

@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Kiwi+Maru:wght@400;500&display=swap");

html,
body {
	margin-top: 0 !important;
	background: #fff !important;
	background-color: #fff !important;
	font-family: "Kiwi Maru", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
	overflow-x: clip;
}

/* Contact page */
.contact-page {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 0 20px 96px;
	overflow-x: hidden;
	color: #111;
	background:
		radial-gradient(circle at 7% 31%, rgba(139, 201, 189, 0.09) 0 4px, transparent 5px),
		radial-gradient(circle at 94% 46%, rgba(240, 194, 67, 0.10) 0 5px, transparent 6px),
		#fffefa;
}

.contact-page-header {
	display: flex;
	align-items: center;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.contact-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.contact-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.contact-page-heading {
	isolation: isolate;
	margin-bottom: clamp(94px, 10vw, 138px);
}

.contact-page-heading::before,
.contact-page-heading::after {
	content: "";
	position: absolute;
	top: calc(100% + clamp(18px, 3vw, 36px));
	z-index: 0;
	width: clamp(250px, 25vw, 330px);
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	transform: translateY(-50%);
}

.contact-page-heading::before {
	left: calc((100vw - 100%) / -2 - 40px);
	background-image: url("../images/access-hero-deco-blue.webp");
}

.contact-page-heading::after {
	right: calc((100vw - 100%) / -2 - 40px);
	aspect-ratio: 1122 / 1402;
	background-image: url("../images/contact-hero-deco-yellow.png?v=20260818-1010");
	background-position: right center;
}

.contact-page-heading > * {
	position: relative;
	z-index: 1;
}

.contact-intro,
.contact-methods,
.contact-form-section {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(900px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.contact-intro {
	isolation: isolate;
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	align-items: center;
	gap: clamp(20px, 4vw, 42px);
	margin-bottom: 28px;
	padding: clamp(28px, 4vw, 46px) clamp(26px, 5vw, 58px);
	border: 1px solid rgba(224, 197, 131, 0.42);
	border-radius: 34px;
	overflow: visible;
	background:
		radial-gradient(circle at 92% 20%, rgba(240, 194, 67, 0.34) 0 4px, transparent 5px),
		radial-gradient(circle at 96% 30%, rgba(241, 164, 143, 0.25) 0 5px, transparent 6px),
		linear-gradient(125deg, rgba(255, 250, 237, 0.98), rgba(255, 253, 247, 0.98));
	box-shadow: 0 14px 34px rgba(133, 105, 50, 0.07);
}

.contact-intro__icon,
.contact-intro__copy {
	position: relative;
	z-index: 1;
}

.contact-intro__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.contact-intro__copy h2,
.contact-intro__copy h2::before,
.contact-intro__copy h2::after {
	border: 0;
	background: none;
}

.contact-intro__copy h2 {
	margin: 0 0 14px;
	padding: 0;
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	line-height: 1.45;
	letter-spacing: 0.08em;
}

.contact-intro__copy p {
	margin: 0;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	line-height: 2;
}

.contact-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: clamp(64px, 8vw, 92px);
}

.contact-method-card {
	box-sizing: border-box;
	min-height: 170px;
	padding: 26px 30px;
	border: 1px solid rgba(221, 203, 166, 0.48);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 26px rgba(104, 91, 60, 0.055);
}

.contact-method-card--phone {
	border-color: rgba(231, 199, 112, 0.42);
	background: linear-gradient(135deg, #fff3c9, #fffaf0 72%, #fffdf8);
}

.contact-method-card--note {
	border-color: rgba(155, 198, 184, 0.42);
	background: linear-gradient(135deg, #eaf6f1, #f7fbf8 74%, #fffdf8);
}

.contact-method-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8;
}

.contact-method-card__label {
	margin-bottom: 12px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.contact-method-card__phone {
	display: inline-block;
	margin: 0;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration-color: rgba(226, 181, 51, 0.72);
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
}

.contact-method-card__phone-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: -3px 0 4px;
}

.contact-method-card__phone-illustration {
	flex: 0 0 clamp(44px, 5vw, 58px);
	width: clamp(44px, 5vw, 58px);
	line-height: 0;
	transform: rotate(-3deg);
}

.contact-method-card__phone-illustration svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.phone-illustration__halo {
	fill: rgba(255, 255, 255, 0.68);
	stroke: rgba(221, 179, 50, 0.34);
	stroke-width: 2;
	stroke-dasharray: 3 4;
}

.phone-illustration__handset,
.phone-illustration__detail,
.phone-illustration__heart {
	fill: none;
	stroke: #c88d22;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.phone-illustration__heart {
	fill: #fff2bd;
	stroke-width: 2;
}

.contact-form-section {
	padding-top: 4px;
}

.contact-section-heading {
	margin-bottom: 30px;
	text-align: center;
}

.contact-section-heading h2,
.contact-section-heading h2::before,
.contact-section-heading h2::after {
	border: 0;
	background: none;
}

.contact-section-heading h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 22px;
	padding: 0;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.contact-section-heading h2::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: -1;
	width: 112%;
	height: 24px;
	background: url("../images/contact-form-heading-yellow.webp?v=20260818-1010") center / 100% 100% no-repeat;
	transform: translateX(-50%);
}

.contact-section-heading p {
	margin: 0;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
}

.contact-form {
	overflow: hidden;
	border: 1px solid rgba(221, 203, 166, 0.46);
	border-radius: 32px;
	background: rgba(255, 254, 250, 0.98);
	box-shadow: 0 18px 42px rgba(117, 96, 52, 0.07);
}

.contact-form__row {
	display: grid;
	grid-template-columns: minmax(180px, 29%) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	box-sizing: border-box;
	margin: 0;
	padding: 25px clamp(24px, 5vw, 52px);
	border: 0;
	border-bottom: 1px dashed rgba(210, 187, 137, 0.52);
}

.contact-form__row > label,
.contact-form__row > legend {
	margin: 0;
	padding: 0;
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.04em;
}

.contact-form__control input,
.contact-form__control select,
.contact-form__control textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 13px 16px;
	border: 1px solid #e5ddca;
	border-radius: 12px;
	outline: none;
	background: #fffdf7;
	color: #111;
	font: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form__control textarea {
	min-height: 190px;
	resize: vertical;
}

.contact-form__control input:focus,
.contact-form__control select:focus,
.contact-form__control textarea:focus {
	border-color: #d6ae42;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(226, 190, 86, 0.17);
}

.contact-required-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	margin-left: 7px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #fff0bd;
	color: #8f6d18;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	vertical-align: middle;
}

.contact-section-heading .contact-required-mark {
	margin: 0 4px;
}

.contact-form__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}

.contact-form__choices label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	cursor: pointer;
	font-size: 0.9rem;
}

.contact-form__choices input,
.contact-form__privacy input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #d4a82f;
}

.contact-form__privacy {
	padding: 30px clamp(24px, 5vw, 52px) 12px;
	text-align: center;
}

.contact-form__privacy label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.86rem;
	line-height: 1.7;
}

.contact-form__privacy a {
	color: #428d7f;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.contact-form__submit {
	padding: 18px 24px 38px;
	text-align: center;
}

.contact-form__submit button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-width: min(330px, 100%);
	min-height: 64px;
	padding: 15px 28px;
	border: 0;
	border-radius: 999px;
	background: #111;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.15);
	color: #fff;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.09em;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__submit button:hover,
.contact-form__submit button:focus-visible {
	background: #b88716;
	box-shadow: 0 13px 28px rgba(184, 135, 22, 0.24);
	transform: translateY(-2px);
}

.contact-message {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 24px;
	padding: 24px 28px;
	border-radius: 22px;
	font-size: 0.92rem;
	line-height: 1.8;
}

.contact-message h3,
.contact-message p {
	margin-top: 0;
}

.contact-message--success {
	border: 1px solid rgba(139, 190, 175, 0.5);
	background: #eff8f4;
}

.contact-message--error {
	border: 1px solid rgba(225, 133, 143, 0.42);
	background: #fff3f4;
}

.contact-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 1199.98px) {
	.contact-page-heading::before,
	.contact-page-heading::after {
		width: 180px;
	}

	.contact-page-heading::before {
		left: calc((100vw - 100%) / -2);
	}

	.contact-page-heading::after {
		right: calc((100vw - 100%) / -2);
	}
}

@media (max-width: 767.98px) {
	.contact-page {
		padding: 0 14px 64px;
	}

	.contact-page-header {
		margin-bottom: 30px;
	}

	.contact-page-header__logo {
		width: min(64vw, 240px);
	}

	.contact-page-heading {
		margin-bottom: 76px;
	}

	.contact-page-heading::before,
	.contact-page-heading::after {
		width: 120px;
		opacity: 0.86;
	}

	.contact-intro {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 18px;
		padding: 25px 20px;
		border-radius: 26px;
	}

	.contact-intro__copy h2 {
		font-size: 1.12rem;
		letter-spacing: 0.05em;
	}

	.contact-intro__copy p {
		font-size: 0.82rem;
		line-height: 1.8;
	}

	.contact-methods {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 64px;
	}

	.contact-method-card {
		min-height: 0;
		padding: 23px 24px;
		border-radius: 22px;
	}

	.contact-form {
		border-radius: 24px;
	}

	.contact-form__row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 21px 20px;
	}

	.contact-form__privacy {
		padding: 26px 20px 10px;
		text-align: left;
	}

	.contact-form__privacy label {
		align-items: flex-start;
	}

	.contact-form__submit {
		padding: 18px 20px 30px;
	}
}

@media (max-width: 575.98px) {
	.contact-page-heading::before,
	.contact-page-heading::after {
		width: 70px;
	}

	.contact-intro {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.contact-intro__icon {
		width: 66px;
		margin: 0 auto;
	}

	.contact-section-heading h2 {
		font-size: 1.3rem;
	}

	.contact-form__choices {
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* About / Guide INDEX typography adjustments. */
.about-page .about-inline-toc--top .about-inline-toc__label,
.guide-page .about-inline-toc--top .about-inline-toc__label {
	font-size: 1.43rem !important;
}

.about-page .about-inline-toc--top .about-inline-toc__list a,
.guide-page .about-inline-toc--top .about-inline-toc__list a {
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}

@media (max-width: 767.98px) {
	.about-page .about-inline-toc--top .about-inline-toc__list a {
		font-size: 0.88rem;
	}

	.guide-page .about-inline-toc--top .about-inline-toc__list a {
		font-size: 0.9rem;
	}
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: clamp(76px, 8vw, 112px);
}

[id] {
	scroll-margin-top: clamp(76px, 8vw, 112px);
}

body,
button,
input,
select,
textarea {
	font-family: "Kiwi Maru", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.site-header {
	display: none;
	margin-top: 0 !important;
}

.site-header-container {
	padding-top: 0 !important;
}

#vk-mobile-nav,
#vk-mobile-nav-menu-btn {
	display: none !important;
}

.lightning_swiper {
	position: relative;
	margin-top: 0 !important;
	height: auto !important;
}

.main-visual-logo {
	position: absolute;
	z-index: 20;
	top: 0;
	left: clamp(14px, 2.6vw, 42px);
	display: block;
	width: clamp(224px, 28vw, 420px);
	line-height: 0;
	background: transparent;
	transform: translateY(5px);
}

.main-visual-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.main-visual-nav {
	position: absolute;
	z-index: 1000;
	top: clamp(18px, 2.3vw, 34px);
	right: calc(clamp(18px, 3vw, 52px) + clamp(68px, 6.2vw, 86px) + clamp(28px, 3vw, 46px));
	display: flex;
	align-items: flex-start;
	gap: clamp(18px, 2.2vw, 34px);
}

.main-visual-nav--global {
	position: absolute;
	top: clamp(18px, 2.3vw, 34px);
	right: calc(clamp(18px, 3vw, 52px) + clamp(68px, 6.2vw, 86px) + clamp(28px, 3vw, 46px));
	z-index: 100000;
}

.main-visual-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.5vw, 24px);
	padding: 0;
	margin: 14px 0 0;
	list-style: none;
}

.main-visual-nav__list a,
.main-visual-nav__drawer a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #111;
	font-family: "Kiwi Maru", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
	font-size: clamp(0.86rem, 0.9vw, 1.01rem);
	font-weight: 500 !important;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.22s ease, transform 0.22s ease;
}

.main-visual-nav__list a > span,
.main-visual-nav__drawer a > span {
	position: relative;
	display: inline-flex;
}

.main-visual-nav__list a > span::after,
.main-visual-nav__drawer a > span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 3px;
	background: #f3c83c;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease;
}

.main-visual-nav__list a:hover,
.main-visual-nav__list a:focus,
.main-visual-nav__drawer a:hover,
.main-visual-nav__drawer a:focus {
	color: #6fb0a6;
	transform: translateY(-2px);
}

.main-visual-nav__list a:hover > span::after,
.main-visual-nav__list a:focus > span::after,
.main-visual-nav__drawer a:hover > span::after,
.main-visual-nav__drawer a:focus > span::after,
.main-visual-nav__drawer-list li:hover a > span::after,
.main-visual-nav__drawer-list li:focus-within a > span::after {
	transform: scaleX(1);
}

.about-content :where(p, li, td) a:not([class]),
.about-profile-table :where(td, li) a:not([class]),
.policy-content__body :where(p, li, td) a:not([class]),
.news-single__content :where(p, li, td) a:not([class]),
.news-archive-item__body :where(p, li, td) a:not([class]),
.daily-page :where(p, li, td) a:not([class]),
.access-page :where(p, li, td) a:not([class]) {
	display: inline;
	padding-bottom: 0.08em;
	background-image: linear-gradient(#f3c83c, #f3c83c);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 3px;
	color: inherit;
	text-decoration: none;
	transition: color 0.22s ease, background-size 0.22s ease;
}

.about-content :where(p, li, td) a:not([class]):hover,
.about-content :where(p, li, td) a:not([class]):focus,
.about-profile-table :where(td, li) a:not([class]):hover,
.about-profile-table :where(td, li) a:not([class]):focus,
.policy-content__body :where(p, li, td) a:not([class]):hover,
.policy-content__body :where(p, li, td) a:not([class]):focus,
.news-single__content :where(p, li, td) a:not([class]):hover,
.news-single__content :where(p, li, td) a:not([class]):focus,
.news-archive-item__body :where(p, li, td) a:not([class]):hover,
.news-archive-item__body :where(p, li, td) a:not([class]):focus,
.daily-page :where(p, li, td) a:not([class]):hover,
.daily-page :where(p, li, td) a:not([class]):focus,
.access-page :where(p, li, td) a:not([class]):hover,
.access-page :where(p, li, td) a:not([class]):focus {
	background-size: 100% 3px;
	color: #6fb0a6;
}

.main-visual-nav__toggle {
	position: fixed;
	top: clamp(18px, 2.3vw, 34px);
	right: clamp(18px, 3vw, 52px);
	display: grid;
	place-items: center;
	width: clamp(68px, 6.2vw, 86px);
	height: clamp(68px, 6.2vw, 86px);
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #050505;
	color: #fff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.13);
	cursor: pointer;
	transition: transform 0.22s ease, background-color 0.22s ease;
}

.main-visual-nav__toggle:hover,
.main-visual-nav__toggle:focus {
	background: #222;
	transform: translateY(-2px) scale(1.03);
}

.main-visual-nav__lines {
	display: grid;
	gap: 7px;
	width: 34px;
}

.main-visual-nav__lines span {
	display: block;
	height: 3px;
	background: currentColor;
	border-radius: 999px;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.main-visual-nav__label {
	position: absolute;
	top: calc(100% + 7px);
	left: 50%;
	display: block;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	pointer-events: none;
	transform: translateX(-50%) rotate(-8deg);
	white-space: nowrap;
}

.main-visual-nav.is-open .main-visual-nav__lines span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.main-visual-nav.is-open .main-visual-nav__lines span:nth-child(2) {
	opacity: 0;
}

.main-visual-nav.is-open .main-visual-nav__lines span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.main-visual-nav.is-open .main-visual-nav__lines {
	width: 28px;
	gap: 6px;
}

.main-visual-nav.is-open .main-visual-nav__lines span {
	height: 2.5px;
}

.main-visual-nav__drawer {
	position: fixed;
	top: calc(clamp(18px, 2.3vw, 34px) + clamp(68px, 6.2vw, 86px) + 22px);
	right: clamp(18px, 3vw, 52px);
	display: grid;
	gap: 18px;
	min-width: min(76vw, 280px);
	padding: 24px 26px;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(198, 164, 117, 0.5);
	border-radius: 20px;
	box-shadow: 0 18px 42px rgba(70, 45, 20, 0.14);
}

.main-visual-nav__drawer[hidden] {
	display: none;
}

.main-visual-nav__drawer-list {
	display: grid;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-visual-nav__drawer-list li {
	width: 100%;
}

.main-visual-nav__drawer-list a {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	transition: color 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.main-visual-nav__drawer-list li:hover a,
.main-visual-nav__drawer-list li:focus-within a {
	background: rgba(111, 176, 166, 0.1);
}

.lightning_swiper .swiper-wrapper,
.lightning_swiper .swiper-slide,
.lightning_swiper picture {
	height: auto !important;
}

.lightning_swiper .ltg-slide-item-img {
	display: block;
	width: 100%;
	height: auto !important;
	object-fit: contain;
}

.lightning_swiper .ltg-slide-text-set,
.lightning_swiper .swiper-pagination,
.lightning_swiper .swiper-button-next,
.lightning_swiper .swiper-button-prev {
	display: none !important;
}

.top-hero-place-button {
	display: none;
}

.lightning_swiper .top-hero-place-button.is-positioned {
	position: absolute;
	right: clamp(18px, 3.4vw, 56px);
	bottom: clamp(18px, 3vw, 48px);
	z-index: 18;
	display: block;
	width: clamp(130px, 14.3vw, 207px);
	line-height: 0;
	border-radius: 50%;
	filter: drop-shadow(0 10px 14px rgba(105, 75, 14, 0.16));
	transition: transform 0.28s ease, filter 0.28s ease;
}

.lightning_swiper .top-hero-place-button img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.lightning_swiper .top-hero-place-button:hover,
.lightning_swiper .top-hero-place-button:focus-visible {
	filter: drop-shadow(0 16px 18px rgba(105, 75, 14, 0.24));
	transform: translateY(-7px) rotate(-2deg) scale(1.04);
}

.lightning_swiper .top-hero-place-button:focus-visible {
	outline: 3px solid #111;
	outline-offset: 5px;
}

@media (max-width: 767.98px) {
	.lightning_swiper .top-hero-place-button.is-positioned {
		right: clamp(8px, 3vw, 16px);
		bottom: clamp(8px, 3vw, 16px);
		width: clamp(86px, 24.2vw, 114px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lightning_swiper .top-hero-place-button {
		transition: none;
	}
}

.top-day-flow {
	display: block;
	padding: clamp(26px, 3.07vw, 37px) 20px clamp(24px, 2.7vw, 32px);
	background: #fff;
}

.top-day-flow__inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: clamp(42px, 4.6vw, 68px) clamp(24px, 2.7vw, 42px) clamp(34px, 4vw, 54px);
	background: #fff;
	border-radius: clamp(24px, 2.6vw, 38px);
	box-shadow: none;
	overflow: hidden;
}

.top-day-flow__inner::before,
.top-day-flow__inner::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.top-day-flow__inner::before {
	top: 78px;
	right: 155px;
	width: 10px;
	height: 10px;
	background: #f16f7d;
	box-shadow: 32px 34px 0 #f3c83c, 70px 33px 0 #8bc9bd;
}

.top-day-flow__inner::after {
	top: 150px;
	right: 235px;
	width: 26px;
	height: 26px;
	border: 4px solid #ff7f89;
	background: transparent;
}

.top-day-flow__head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(360px, 520px) minmax(260px, 1fr) minmax(240px, 360px);
	gap: clamp(20px, 3vw, 48px);
	align-items: center;
	margin-bottom: clamp(34px, 4.2vw, 56px);
}

.top-day-flow__clock {
	grid-column: 1;
	grid-row: 1;
	display: block;
	width: min(100%, 520px);
	height: auto;
	border: 0;
	border-radius: 0;
}

.top-day-flow__title-wrap {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	padding-left: clamp(130px, 13vw, 190px);
	padding-bottom: 0;
	pointer-events: none;
	transform: translateY(-8px);
}

.top-day-flow__title {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent;
	color: #111;
	font-size: clamp(2rem, 2.8vw, 3.05rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	white-space: nowrap;
}

.top-day-flow__title::before,
.top-day-flow__title::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
}

.top-day-flow__lead {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	color: #111;
	font-size: clamp(0.9rem, 1.05vw, 1.08rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.08em;
}

.top-day-flow__plants {
	grid-column: 3;
	grid-row: 1;
	display: block;
	width: min(100%, 360px);
	height: auto;
	border: 0;
	border-radius: 0;
	transform: none;
}

.top-day-flow__columns {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(28px, 3.2vw, 48px);
	align-items: start;
}

.top-day-flow__mobile-list {
	display: none;
}

.top-day-flow__column {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
}

.day-flow-item {
	position: relative;
	display: grid;
	grid-template-columns: clamp(96px, 7.4vw, 112px) minmax(140px, 180px) minmax(0, 1fr);
	gap: clamp(12px, 1.4vw, 20px);
	align-items: center;
	min-width: 0;
}

.day-flow-item::after {
	content: none;
	display: none;
}

.day-flow-item__time {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: max-content;
	min-width: clamp(86px, 6.6vw, 104px);
	min-height: clamp(52px, 4.4vw, 64px);
	padding: 8px clamp(12px, 1.25vw, 18px);
	justify-self: center;
	border: 2px solid rgba(255, 255, 255, 0.64);
	border-radius: 999px;
	box-shadow: 0 7px 16px rgba(78, 58, 36, 0.08);
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(1.04rem, 1.36vw, 1.34rem);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
}

.day-flow-item__time::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 2px;
	height: clamp(28px, 3vw, 42px);
	background: repeating-linear-gradient(to bottom, #8bc9bd 0 8px, transparent 8px 14px);
	transform: translateX(-50%);
}

.top-day-flow__column .day-flow-item:last-child .day-flow-item__time::after {
	display: none;
}

.top-day-flow__column:first-child .day-flow-item:last-child .day-flow-item__time::after {
	display: block;
}

.day-flow-item__time--green {
	background: rgba(139, 201, 189, 0.72);
}

.day-flow-item__time--yellow {
	background: rgba(246, 207, 86, 0.72);
}

.day-flow-item__time--pink {
	background: rgba(248, 159, 171, 0.72);
}

.day-flow-item__image {
	display: block;
	width: 100%;
	aspect-ratio: 210 / 116;
	object-fit: cover;
	border-radius: 18px;
	filter: none;
	box-shadow: 0 8px 18px rgba(78, 58, 36, 0.08);
}

.day-flow-item__image-button {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	line-height: 0;
	cursor: zoom-in;
	overflow: hidden;
}

.day-flow-item__image-button picture {
	display: block;
	width: 100%;
}

.day-flow-item__image-button::after {
	content: "+";
	position: absolute;
	right: 9px;
	bottom: 9px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #111;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	box-shadow: 0 5px 14px rgba(48, 38, 25, 0.18);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.day-flow-item__image-button .day-flow-item__image {
	transition: transform 0.25s ease, filter 0.25s ease;
}

.day-flow-item__image-button:hover .day-flow-item__image,
.day-flow-item__image-button:focus-visible .day-flow-item__image {
	filter: brightness(1.03);
	transform: scale(1.035);
}

.day-flow-item__image-button:hover::after,
.day-flow-item__image-button:focus-visible::after {
	background: #fff;
	transform: scale(1.08);
}

.day-flow-item__image-button:focus-visible {
	outline: 3px solid #111;
	outline-offset: 4px;
}

.day-flow-item__body {
	min-width: 0;
}

.day-flow-item__body h3 {
	margin: 0 0 12px;
	padding: 0 0 10px;
	border: 0 !important;
	border-bottom: 1px dashed rgba(145, 145, 145, 0.58) !important;
	background: transparent !important;
	color: #111;
	font-size: clamp(1.25rem, 1.6vw, 1.72rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.day-flow-item__body h3::after {
	content: none !important;
	display: none !important;
}

.day-flow-item__body p {
	margin: 0;
	color: #111;
	font-size: clamp(0.78rem, 0.88vw, 0.94rem);
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.04em;
	overflow-wrap: anywhere;
}

.top-support-blocks {
	background: #fff;
	padding: clamp(34px, 3.4vw, 40px) 20px clamp(24px, 2.7vw, 32px);
}

.top-support-blocks__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.top-support-blocks__head {
	display: grid;
	justify-items: center;
	gap: 7px;
	margin-bottom: clamp(28px, 3.5vw, 42px);
	text-align: center;
}

.top-support-blocks__title {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.3rem, 3.6vw, 4rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	transform: rotate(-4deg);
}

.top-support-blocks__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #f3c83c;
	border-radius: 999px;
}

.top-support-blocks__sub {
	margin: 0;
	color: #111;
	font-family: inherit;
	font-size: clamp(0.9rem, 1vw, 1.08rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	white-space: nowrap;
	text-align: center;
}

.top-support-blocks__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 270px));
	gap: clamp(0px, 0.35vw, 6px);
	align-items: start;
	justify-content: center;
	border-right: 0;
}

.support-card {
	--support-card-text-top: max(162px, calc(50% + 30px));
	position: relative;
	box-sizing: border-box;
	display: grid;
	align-content: start;
	width: 100%;
	min-height: 0;
	aspect-ratio: 600 / 864;
	padding: var(--support-card-text-top) 17% 0 22%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	color: #111;
	overflow: visible;
	text-align: center;
	transform: none;
}

.support-card:nth-child(1) {
	background-image: url("../images/4block_01.webp");
}

.support-card:nth-child(1)::before {
	content: "";
	position: absolute;
	left: calc(-18% + 20px);
	top: calc(-13% + 25px);
	z-index: 2;
	width: 31.2%;
	aspect-ratio: 1;
	background: url("../images/3pinkstar.webp") center / contain no-repeat;
	pointer-events: none;
}

.support-card:nth-child(2) {
	background-image: url("../images/4block_02.webp");
}

.support-card:nth-child(3) {
	background-image: url("../images/4block_03.webp");
}

.support-card:nth-child(4) {
	background-image: url("../images/4block_04.webp");
}

.support-card:nth-child(4)::before {
	content: "";
	position: absolute;
	right: calc(-16% + 10px);
	top: calc(-13% + 20px);
	z-index: 2;
	width: 25%;
	aspect-ratio: 1;
	background: url("../images/right_yellow.webp") center / contain no-repeat;
	pointer-events: none;
}

.support-card__title,
.support-card__text {
	position: static;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	overflow: visible;
	text-align: left;
	word-break: normal;
	overflow-wrap: anywhere;
}

.support-card__title {
	margin: 0;
	padding: 0 0 0.55em;
	border: 0 !important;
	border-bottom: 1px dashed rgba(145, 145, 145, 0.62) !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(1rem, 1.25vw, 1.25rem);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.support-card__title::before,
.support-card__title::after {
	content: none !important;
	display: none !important;
}

.support-card__text {
	margin: 0.7em 0 0;
	font-size: clamp(0.78rem, 0.88vw, 0.94rem);
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.support-card__button {
	display: none !important;
}

.support-card--pink {
	--card-accent: #ff7f89;
	--card-soft: #fff0f1;
	--card-rotate: -5deg;
}

.support-card--yellow {
	--card-accent: #ffd64f;
	--card-soft: #fff9df;
	--card-rotate: 4deg;
}

.support-card--green {
	--card-accent: #76c2b2;
	--card-soft: #effaf7;
	--card-rotate: -3deg;
}

.support-card--orange {
	--card-accent: #ff9a54;
	--card-soft: #fff1e9;
	--card-rotate: 5deg;
}

.support-card__icon {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	margin: 0 auto 28px;
	border-radius: 50%;
	background: var(--card-soft);
	color: var(--card-accent);
}

.support-card__icon svg {
	display: block;
	width: 46px;
	height: 46px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.support-card--pink .support-card__icon {
	color: #ff6674;
}

.top-contact-banner {
	position: relative;
	background: #fff;
	padding: clamp(38px, 4vw, 48px) 20px clamp(24px, 2.7vw, 32px);
}

.top-contact-banner + .top-day-flow {
	padding-top: clamp(12px, 1vw, 14px);
}

.top-contact-banner__picture {
	position: relative;
	z-index: 1;
	display: block;
	width: min(1120px, 100%);
	margin: 0 auto;
	line-height: 0;
}

.top-contact-banner__picture:focus-visible {
	outline: 3px solid rgba(89, 169, 154, 0.7);
	outline-offset: 6px;
}

.top-contact-banner__picture img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 180ms ease, filter 180ms ease;
}

.top-contact-banner__picture:hover img,
.top-contact-banner__picture:focus-visible img {
	transform: translateY(-2px);
	filter: brightness(1.02);
}

.top-info-strip {
	background: #fff;
	padding: clamp(44px, 5.3vw, 64px) 20px clamp(24px, 2.7vw, 32px);
}

.top-info-strip__inner {
	--top-info-heading-offset: clamp(20px, 2.4vw, 30px);
	display: grid;
	grid-template-columns: minmax(330px, 45fr) minmax(600px, 55fr);
	gap: clamp(28px, 4vw, 54px);
	width: min(1180px, 100%);
	margin: 0 auto;
	align-items: start;
}

.top-news-simple {
	min-width: 0;
	transform: none;
}

.top-news-simple__head {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.8vw, 24px);
	margin: var(--top-info-heading-offset) 0 clamp(18px, 2vw, 26px);
	transform: none;
}

.top-news-simple__title,
.top-daily-feature__title {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.3rem, 3.6vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.top-support-blocks__title::before,
.top-support-blocks__title::after,
.top-news-simple__title::before,
.top-news-simple__title::after,
.top-daily-feature__title::before,
.top-daily-feature__title::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
}

.top-support-blocks__title::before,
.top-support-blocks__title::after {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: auto;
	bottom: auto;
	top: 0.02em;
	width: 0.9em;
	height: 0.9em !important;
	aspect-ratio: 1;
	border: 0 !important;
	border-radius: 0;
	pointer-events: none;
}

.top-support-blocks__title::before {
	left: -1.08em;
	background: url("../images/h_left_yellow.webp") center / contain no-repeat !important;
}

.top-support-blocks__title::after {
	right: calc(-1.38em + 25px);
	background: url("../images/h_right_blue.webp") center / contain no-repeat !important;
}

.top-news-simple__sub,
.top-daily-feature__sub {
	margin: 0;
	color: #111;
	font-size: clamp(0.9rem, 1vw, 1.08rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.top-news-simple__button,
.top-daily-feature__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 42px;
	padding: 0 24px;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: clamp(0.76rem, 0.88vw, 0.92rem);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
	white-space: nowrap;
}

.top-news-simple__button {
	margin-left: auto;
}

.top-news-simple__button:hover,
.top-news-simple__button:focus,
.top-daily-feature__button:hover,
.top-daily-feature__button:focus {
	background: #2a2a2a;
	transform: translateY(-2px);
}

.top-news-simple__list {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-news-simple__list li {
	display: grid;
	grid-template-columns: 10px 90px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding: 14px 0;
	border-bottom: 1px dashed rgba(150, 132, 111, 0.45);
	color: #111;
	font-size: clamp(0.78rem, 0.88vw, 0.94rem);
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.top-news-simple__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.top-news-simple__dot--yellow {
	background: #f3d44b;
}

.top-news-simple__dot--pink {
	background: #f7a4a8;
}

.top-news-simple__dot--green {
	background: #89cbbd;
}

.top-news-simple__list time {
	white-space: nowrap;
}

.top-news-simple__list a {
	min-width: 0;
	color: inherit;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.top-news-simple__list a:hover,
.top-news-simple__list a:focus {
	color: #6fb0a6;
}

.top-daily-feature {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	min-width: 0;
	overflow: visible;
	aspect-ratio: 1200 / 777;
	background: none;
}

.top-daily-feature::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -30px;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/daily_pc.webp?v=20260817-204813") center / 100% 100% no-repeat;
	pointer-events: none;
}

.top-daily-feature__copy {
	position: absolute;
	z-index: 2;
	top: var(--top-info-heading-offset);
	left: 8%;
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	column-gap: clamp(10px, 1.3vw, 18px);
	align-items: center;
	align-content: start;
	width: 84%;
	color: #111;
	overflow: visible;
}

.top-daily-feature__title {
	margin-left: 0;
}

.top-daily-feature__sub {
	margin-top: 0;
	margin-left: 0;
}

.top-daily-feature__text {
	grid-column: 1 / -1;
	width: 40%;
	margin: clamp(16px, 2vw, 25px) 0 0;
	font-size: clamp(0.78rem, 1vw, 0.9rem);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04em;
	overflow-wrap: anywhere;
}

.top-daily-feature__mobile-lead,
.top-daily-feature__mobile-text {
	display: none;
}

.top-daily-feature__button {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	margin: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.top-daily-feature__button::before,
.top-daily-feature__button::after {
	content: none !important;
	display: none !important;
}

.top-daily-feature__button:focus,
.top-daily-feature__button:focus-visible,
.top-daily-feature__button:active {
	outline: 0;
	box-shadow: none;
	text-decoration: none;
}

.top-footer {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: clamp(38px, 4vw, 48px) 20px;
	border-top: 0;
}

.top-footer__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(190px, 235px) minmax(190px, 0.85fr) minmax(210px, 0.95fr) minmax(145px, auto) minmax(145px, 190px);
	grid-template-areas:
		"brand address contact actions art"
		"links links links actions art";
	gap: 18px clamp(20px, 2.2vw, 34px);
	width: min(1260px, 100%);
	margin: 0 auto;
	align-items: start;
}

.top-footer__brand {
	grid-area: brand;
}

.top-footer__logo {
	display: block;
	width: min(100%, 218px);
	line-height: 0;
}

.top-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.top-footer__address,
.top-footer__contact {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #111;
	font-size: clamp(0.78rem, 0.86vw, 0.92rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.75;
}

.top-footer__address {
	grid-area: address;
}

.top-footer__contact {
	grid-area: contact;
}

.top-footer__contact a {
	color: inherit;
	text-decoration: none;
}

.top-footer__contact p {
	margin: 2px 0 0;
}

.top-footer__contact-line {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.top-footer__contact-icon {
	display: block;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.top-footer__actions {
	grid-area: actions;
	display: grid;
	gap: 10px;
	align-self: start;
	justify-self: end;
	width: min(170px, 100%);
}

.top-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 40px;
	padding: 0 20px;
	border: 1px solid #111;
	border-radius: 999px;
	color: #111;
	font-size: clamp(0.78rem, 0.82vw, 0.9rem);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.top-footer__button:hover,
.top-footer__button:focus {
	transform: translateY(-2px);
}

.top-footer__button--light {
	background: #fff;
}

.top-footer__button--light:hover,
.top-footer__button--light:focus {
	background: #f5f2ea;
}

.top-footer__button--dark {
	background: #050505;
	color: #fff;
}

.top-footer__button--dark:hover,
.top-footer__button--dark:focus {
	background: #2b2b2b;
}

.top-footer__art {
	grid-area: art;
	align-self: start;
	justify-self: end;
	width: min(15vw, 190px);
	min-width: 140px;
	margin: -12px 0 0;
	line-height: 0;
	pointer-events: none;
}

.top-footer__art img {
	display: block;
	width: 100%;
	height: auto;
}

.top-footer__links {
	grid-area: links;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px clamp(12px, 1.6vw, 22px);
	align-self: end;
	margin-top: 2px;
	color: #111;
	font-size: clamp(0.72rem, 0.78vw, 0.84rem);
	font-weight: 500;
}

.top-footer__links a {
	position: relative;
	display: inline-flex;
	color: inherit;
	text-decoration: none;
	transition: color 0.22s ease, transform 0.22s ease;
}

.top-footer__contact a span {
	display: inline;
	width: fit-content;
	padding-bottom: 0.08em;
	background-image: linear-gradient(#f3c83c, #f3c83c);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 3px;
	transition: color 0.22s ease, background-size 0.22s ease;
}

.top-footer__links a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.36em;
	height: 3px;
	background: #f3c83c;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease;
}

.top-footer__links a:hover,
.top-footer__links a:focus {
	color: #6fb0a6;
	transform: translateY(-2px);
}

.top-footer__links a:hover::after,
.top-footer__links a:focus::after {
	transform: scaleX(1);
}

.top-footer__contact a:hover span,
.top-footer__contact a:focus span {
	background-size: 100% 3px;
	color: #6fb0a6;
}

.top-footer__links small {
	font-size: inherit;
}

.guide-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 13% 20%, rgba(243, 212, 75, 0.22) 0 8px, transparent 9px),
		radial-gradient(circle at 86% 18%, rgba(139, 201, 189, 0.22) 0 10px, transparent 11px),
		#fff;
	color: #111;
}

.guide-page-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: min(1180px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.guide-page-header__logo {
	display: block;
	width: clamp(230px, 25vw, 330px);
}

.guide-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.guide-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	width: min(1180px, 100%);
	margin: 0 auto clamp(30px, 5vw, 58px);
	padding: clamp(28px, 4.4vw, 54px) clamp(24px, 5vw, 66px);
	border: 1px solid rgba(169, 142, 104, 0.26);
	border-radius: clamp(26px, 4vw, 44px);
	background:
		radial-gradient(circle at 93% 16%, rgba(247, 164, 168, 0.34) 0 7px, transparent 8px),
		radial-gradient(circle at 88% 26%, rgba(243, 212, 75, 0.34) 0 5px, transparent 6px),
		rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.guide-page-kicker {
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.guide-page-title {
	margin: 0;
	color: #111;
	font-size: clamp(1.55rem, 2.8vw, 2.45rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.guide-page-lead {
	max-width: 720px;
	margin: clamp(16px, 2.2vw, 24px) 0 0;
	font-size: clamp(0.98rem, 1.1vw, 1.1rem);
	font-weight: 500;
	line-height: 2.05;
	letter-spacing: 0.04em;
}

.guide-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(22px, 3vw, 34px);
}

.guide-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #111;
	border-radius: 999px;
	font-size: clamp(0.86rem, 1vw, 0.98rem);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.guide-button:hover,
.guide-button:focus {
	transform: translateY(-2px);
}

.guide-button--dark {
	background: #050505;
	color: #fff;
}

.guide-button--dark:hover,
.guide-button--dark:focus {
	background: #2b2b2b;
	color: #fff;
}

.guide-button--light {
	background: #fff;
	color: #111;
}

.guide-button--light:hover,
.guide-button--light:focus {
	background: #fff7d8;
	color: #111;
}

.guide-hero__illust {
	width: min(360px, 100%);
	margin: 0 auto;
}

.guide-hero__illust img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.guide-content-wrap {
	width: min(1080px, 100%);
	margin: 0 auto;
}

.guide-content {
	display: grid;
	gap: clamp(24px, 4vw, 42px);
}

.guide-section {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(169, 142, 104, 0.24);
	border-radius: clamp(24px, 4vw, 38px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(78, 58, 36, 0.05);
}

.guide-section--accent {
	background:
		radial-gradient(circle at 92% 12%, rgba(247, 164, 168, 0.28) 0 7px, transparent 8px),
		radial-gradient(circle at 86% 20%, rgba(243, 212, 75, 0.28) 0 5px, transparent 6px),
		#fff7d8;
}

.guide-visit-banner {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.guide-visit-banner picture,
.guide-visit-banner img {
	display: block;
	width: 100%;
}

.guide-visit-banner__link {
	display: block;
	border-radius: inherit;
	text-decoration: none;
}

.guide-visit-banner__link img {
	transition: transform 180ms ease, filter 180ms ease;
}

.guide-visit-banner__link:hover img {
	transform: translateY(-2px);
	filter: brightness(1.02);
}

.guide-visit-banner__link:focus-visible {
	outline: 3px solid #66b9aa;
	outline-offset: 4px;
}

.guide-visit-banner img {
	height: auto;
}

.guide-section h2 {
	margin: 0 0 clamp(16px, 2.4vw, 26px);
	color: #111;
	font-size: clamp(1.28rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.guide-section h3 {
	margin: 0 0 10px;
	color: #111;
	font-size: clamp(1.02rem, 1.25vw, 1.18rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.guide-section p,
.guide-section li,
.guide-section dd {
	font-size: clamp(0.95rem, 1.08vw, 1.06rem);
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: 0.04em;
}

.guide-section p {
	margin: 0;
}

.guide-section p + p,
.guide-section ul + p,
.guide-section ol + p {
	margin-top: 14px;
}

.guide-check-list,
.guide-card-list,
.guide-hours-list,
.guide-faq-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.guide-check-list {
	display: grid;
	gap: 10px;
}

.guide-check-list li {
	position: relative;
	padding-left: 26px;
}

.guide-check-list li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8bc9bd;
	box-shadow: 7px 5px 0 rgba(243, 212, 75, 0.72);
}

.guide-hours-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.guide-hours-item,
.guide-hours-list > div {
	display: grid;
	gap: 8px;
	padding: clamp(16px, 2.4vw, 22px);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px dashed rgba(169, 142, 104, 0.28);
}

.guide-hours-list li,
.guide-card-list li,
.guide-flow-step,
.guide-faq-list li {
	padding: clamp(16px, 2.4vw, 22px);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px dashed rgba(169, 142, 104, 0.28);
}

.guide-hours-list span {
	display: block;
	margin-bottom: 4px;
	color: #6fb0a6;
	font-weight: 700;
}

.guide-hours-item__label,
.guide-hours-list dt {
	display: block;
	margin: 0;
	color: #6fb0a6;
	font-weight: 700;
	line-height: 1.6;
}

.guide-hours-item__value,
.guide-hours-list dd {
	margin: 0;
	color: #26221c;
	font-size: clamp(0.94rem, 1.04vw, 1.02rem);
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.04em;
}

.guide-card-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.guide-card-list li {
	text-align: center;
	font-weight: 700;
}

.guide-note {
	margin-top: clamp(16px, 2.6vw, 26px) !important;
	padding: clamp(16px, 2.4vw, 22px);
	border-radius: 22px;
	background: rgba(139, 201, 189, 0.16);
	font-weight: 700 !important;
}

.guide-flow {
	display: grid;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	list-style: none;
	gap: 16px;
	counter-reset: guide-flow;
}

.guide-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	counter-increment: guide-flow;
}

.guide-flow-step::before {
	content: counter(guide-flow, decimal-leading-zero);
	display: inline-grid;
	place-items: center;
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 48px;
	height: 48px;
	margin-top: 2px;
	border-radius: 50%;
	background: #8bc9bd;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1.24rem;
	font-weight: 700;
	line-height: 1;
}

.guide-flow-step > span {
	display: none;
}

.guide-flow-step > div,
.guide-flow-step > h3,
.guide-flow-step > p {
	grid-column: 2;
	min-width: 0;
}

.guide-flow-step > h3 {
	grid-row: 1;
	margin-bottom: 0;
}

.guide-flow-step > p {
	grid-row: 2;
	margin-top: 8px;
}

.guide-faq-list {
	display: grid;
	gap: 16px;
}

.guide-faq-item,
#guide-faq > div:not(.guide-note) {
	position: relative;
	display: grid;
	gap: 12px;
	padding: clamp(18px, 2.6vw, 26px);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(252, 252, 249, 0.84)),
		#fff;
	border: 1px solid rgba(139, 201, 189, 0.32);
	box-shadow: 0 14px 34px rgba(83, 68, 47, 0.06);
}

.guide-faq-item__question,
.guide-faq-item__answer {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0 !important;
}

.guide-faq-item__question {
	font-size: clamp(0.98rem, 1.12vw, 1.1rem);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.guide-faq-item__answer {
	color: #26221c;
	font-size: clamp(0.94rem, 1.04vw, 1.02rem);
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.guide-faq-item__mark {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-top: 0.2em;
	border-radius: 50%;
	background: #ffcf56;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1.16rem;
	font-weight: 700;
	line-height: 1;
}

.guide-faq-item__answer .guide-faq-item__mark {
	background: #8bc9bd;
}

#guide-faq > div:not(.guide-note) {
	font-weight: 700;
	line-height: 1.9;
}

.guide-cta {
	display: grid;
	gap: 18px;
	align-items: center;
	text-align: center;
}

.guide-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.guide-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	font-size: clamp(0.96rem, 1.08vw, 1.08rem);
	font-weight: 700;
	line-height: 1.4;
}

.news-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 12% 20%, rgba(243, 200, 60, 0.18) 0 7px, transparent 8px),
		radial-gradient(circle at 88% 18%, rgba(139, 201, 189, 0.22) 0 9px, transparent 10px),
		#fff;
	color: #111;
}

.news-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.news-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.news-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.news-page-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 20px;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.news-page-header__nav a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.news-page-header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #8bc9bd;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.news-page-header__nav a:hover::after,
.news-page-header__nav a:focus::after {
	transform: scaleX(1);
}

.news-archive-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 250px);
	gap: clamp(24px, 5vw, 64px);
	align-items: end;
	width: min(1040px, 100%);
	margin: 0 auto clamp(28px, 4vw, 46px);
	padding: clamp(26px, 4vw, 46px) clamp(22px, 4vw, 52px);
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: clamp(24px, 4vw, 38px);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.news-page-kicker {
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.news-page-title {
	margin: 0;
	color: #111;
	font-size: clamp(1.5rem, 2.7vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.news-page-lead {
	max-width: 560px;
	margin: clamp(14px, 2vw, 22px) 0 0;
	font-size: clamp(0.86rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
}

.news-archive-hero__image {
	display: block;
	width: min(100%, 230px);
	height: auto;
	justify-self: end;
}

.news-archive-list {
	display: grid;
	gap: 0;
	width: min(920px, 100%);
	margin: 0 auto;
	padding: clamp(14px, 2vw, 22px) clamp(18px, 3vw, 34px);
	border: 1px solid rgba(169, 142, 104, 0.25);
	border-radius: clamp(22px, 3vw, 34px);
	background: rgba(255, 255, 255, 0.92);
}

.news-archive-item {
	display: grid;
	grid-template-columns: 12px 112px minmax(0, 1fr) 42px;
	gap: clamp(12px, 2vw, 22px);
	align-items: center;
	padding: clamp(16px, 2.2vw, 24px) 0;
	border-bottom: 1px dashed rgba(150, 132, 111, 0.45);
}

.news-archive-item:last-child {
	border-bottom: 0;
}

.news-archive-item__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.news-archive-item__dot--yellow {
	background: #f3d44b;
}

.news-archive-item__dot--pink {
	background: #f7a4a8;
}

.news-archive-item__dot--green {
	background: #89cbbd;
}

.news-archive-item__date,
.news-single__date {
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(0.98rem, 1.2vw, 1.16rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.news-archive-item__body {
	min-width: 0;
}

.news-archive-item__body h2 {
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.news-archive-item__body h2::before,
.news-archive-item__body h2::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

.news-archive-item__body a {
	color: #111;
	text-decoration: none;
}

.news-archive-item__body a:hover,
.news-archive-item__body a:focus {
	color: #6fb0a6;
}

.news-archive-item__body p {
	margin: 8px 0 0;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.news-archive-item__arrow {
	display: grid;
	place-items: center;
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #050505;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.news-archive-item__arrow:hover,
.news-archive-item__arrow:focus {
	background: #2a2a2a;
	transform: translateX(3px);
}

.news-archive-empty {
	margin: 0;
	padding: 28px 0;
	font-weight: 700;
	text-align: center;
}

.news-page .navigation.pagination {
	width: min(920px, 100%);
	margin: 28px auto 0;
}

.news-page .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.news-page .page-numbers {
	display: grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 700;
	text-decoration: none;
}

.news-page .page-numbers.current {
	background: #050505;
	color: #fff;
}

.news-single {
	width: min(880px, 100%);
	margin: 0 auto;
	padding: clamp(28px, 5vw, 58px) clamp(20px, 5vw, 66px);
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: clamp(24px, 4vw, 40px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.news-single__header {
	padding-bottom: clamp(18px, 3vw, 28px);
	border-bottom: 1px dashed rgba(150, 132, 111, 0.45);
}

.news-single__date {
	display: inline-block;
	margin-top: 14px;
}

.news-single__content {
	padding-top: clamp(22px, 3vw, 34px);
	color: #111;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
}

.news-single__content > *:first-child {
	margin-top: 0;
}

.news-single__content > *:last-child {
	margin-bottom: 0;
}

.news-single__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(28px, 4vw, 44px);
}

.news-single__nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.daily-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 14% 18%, rgba(247, 164, 168, 0.28) 0 9px, transparent 10px),
		radial-gradient(circle at 82% 24%, rgba(243, 212, 75, 0.28) 0 7px, transparent 8px),
		#fff;
	color: #111;
}

.daily-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.daily-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.daily-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.daily-page-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 20px;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.daily-page-header__nav a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.daily-page-header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #f7a4a8;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.daily-page-header__nav a:hover::after,
.daily-page-header__nav a:focus::after {
	transform: scaleX(1);
}

.daily-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	width: min(1120px, 100%);
	margin: 0 auto clamp(34px, 5vw, 62px);
}

.daily-hero__copy {
	position: relative;
	z-index: 1;
}

.daily-page-kicker {
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.daily-page-title {
	margin: 0;
	color: #111;
	font-size: clamp(1.5rem, 2.7vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.daily-page-lead {
	max-width: 540px;
	margin: clamp(14px, 2vw, 22px) 0 0;
	font-size: clamp(0.86rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
}

.daily-hero__visual {
	position: relative;
	min-height: 300px;
	background: #f7b7bd;
	border-radius: 42% 58% 44% 56% / 58% 42% 58% 42%;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(78, 58, 36, 0.08);
}

.daily-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.daily-image-zoom {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	appearance: none;
}

.daily-image-zoom img {
	transition: transform 180ms ease, filter 180ms ease;
}

.daily-image-zoom:hover img,
.daily-image-zoom:focus-visible img {
	transform: scale(1.035);
	filter: brightness(1.03);
}

.daily-image-zoom:focus-visible {
	outline: 3px solid rgba(126, 190, 183, 0.72);
	outline-offset: 4px;
	border-radius: 18px;
}

.daily-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 30px);
	width: min(1040px, 100%);
	margin: clamp(115px, calc(6.74vw + 63px), 152px) auto 0;
}

.daily-gallery-note {
	box-sizing: border-box;
	width: min(1040px, 100%);
	margin: 18px auto 0;
	color: #77716f;
	font-size: clamp(0.72rem, 0.82vw, 0.78rem);
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: center;
}

.daily-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: min(1040px, 100%);
	margin: clamp(34px, 5vw, 52px) auto 0;
}

.daily-pagination__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}

.daily-pagination__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 44px;
	padding: 0 22px;
	border: 1px solid #050505;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: clamp(0.78rem, 0.9vw, 0.88rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.daily-pagination__button:hover,
.daily-pagination__button:focus {
	background: #2a2a2a;
	color: #fff;
	transform: translateY(-2px);
}

.daily-pagination__button--edge {
	background: rgba(255, 255, 255, 0.96);
	color: #111;
}

.daily-pagination__button--edge:hover,
.daily-pagination__button--edge:focus {
	background: #f8eeee;
	color: #111;
}

.daily-pagination__status {
	color: #5d9b91;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.daily-gallery-card {
	display: grid;
	grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1fr);
	gap: clamp(16px, 2.4vw, 26px);
	align-items: center;
	padding: clamp(16px, 2.4vw, 24px);
	border: 1px solid rgba(247, 164, 168, 0.38);
	border-radius: clamp(22px, 3vw, 34px);
	background: rgba(255, 247, 247, 0.86);
	box-shadow: 0 12px 34px rgba(78, 58, 36, 0.05);
}

.daily-gallery-card .daily-image-zoom,
.daily-gallery-card img {
	display: block;
	width: 100%;
	aspect-ratio: 220 / 146;
	border-radius: 18px;
}

.daily-gallery-card img {
	height: 100%;
	object-fit: cover;
	box-shadow: 0 8px 18px rgba(78, 58, 36, 0.08);
}

.daily-image-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 44px);
	background: rgba(17, 17, 17, 0.72);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.daily-image-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

body.is-daily-image-modal-open {
	overflow: hidden;
}

.daily-image-modal__inner {
	position: relative;
	width: min(100%, 1080px);
	max-height: min(86vh, 760px);
}

.daily-image-modal__image {
	display: block;
	width: 100%;
	max-height: min(86vh, 760px);
	object-fit: contain;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	background: #fff;
}

.daily-image-modal__close {
	position: absolute;
	top: -16px;
	right: -16px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.daily-image-modal__close:hover,
.daily-image-modal__close:focus-visible {
	background: #222;
}

.daily-image-modal__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 104px;
	height: 48px;
	padding: 0 15px;
	border: 1px solid rgba(235, 214, 208, 0.92);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #26211f;
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	cursor: pointer;
	box-shadow: 0 9px 24px rgba(47, 36, 31, 0.16);
	transform: translateY(-50%);
	transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
	backdrop-filter: blur(5px);
}

.daily-image-modal__nav--prev {
	left: 14px;
}

.daily-image-modal__nav--next {
	right: 14px;
}

.daily-image-modal__nav:hover,
.daily-image-modal__nav:focus-visible {
	background: #fff;
	box-shadow: 0 11px 28px rgba(47, 36, 31, 0.22);
	transform: translateY(-50%) scale(1.04);
}

.daily-image-modal__nav-arrow {
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1;
}

.daily-image-modal__caption {
	position: absolute;
	bottom: 18px;
	left: 50%;
	z-index: 2;
	box-sizing: border-box;
	width: min(calc(100% - 40px), 720px);
	padding: 12px 17px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(20, 18, 18, 0.58);
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	transform: translateX(-50%);
	backdrop-filter: blur(5px);
	pointer-events: none;
}

.daily-image-modal__caption[hidden] {
	display: none;
}

.daily-image-modal__caption-title {
	margin: 0 0 4px;
	color: inherit;
	font-size: clamp(0.94rem, 1.5vw, 1.12rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.daily-image-modal__caption-text {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: inherit;
	font-size: clamp(0.76rem, 1.05vw, 0.88rem);
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.02em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.daily-image-modal__counter {
	position: absolute;
	top: 14px;
	bottom: auto;
	left: 50%;
	z-index: 2;
	min-width: 58px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #514844;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	box-shadow: 0 6px 18px rgba(47, 36, 31, 0.14);
	transform: translateX(-50%);
	backdrop-filter: blur(5px);
}

.daily-gallery-card__body {
	min-width: 0;
}

.daily-gallery-card__body h2 {
	margin: 0 0 10px;
	color: #111;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
}

.daily-gallery-card__body p {
	margin: 0;
	color: #111;
	font-size: clamp(0.82rem, 1vw, 0.95rem);
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.about-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 12% 20%, rgba(139, 201, 189, 0.22) 0 9px, transparent 10px),
		radial-gradient(circle at 86% 18%, rgba(243, 212, 75, 0.24) 0 7px, transparent 8px),
		#fff;
	color: #111;
}

.about-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.about-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.about-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.about-page-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 20px;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.about-page-header__nav a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.about-page-header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #8bc9bd;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.about-page-header__nav a:hover::after,
.about-page-header__nav a:focus::after {
	transform: scaleX(1);
}

.about-page-heading {
	position: relative;
	width: min(760px, 100%);
	margin: 0 auto clamp(26px, 4vw, 38px);
	text-align: center;
}

.about-page-heading__title {
	position: relative;
	display: inline-block;
	margin: 0;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(3.8rem, 7vw, 6.2rem);
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	transform: rotate(-3deg);
}

.about-page-heading__title::before,
.about-page-heading__title::after {
	content: "";
	position: absolute;
	top: 0.12em;
	width: 0.56em;
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.about-page-heading__title::before {
	left: -0.82em;
	background-image: url("../images/left_blueline.webp");
	transform: rotate(6deg);
}

.about-page-heading__title::after {
	right: -0.72em;
	background-image: url("../images/right_pink.webp");
	transform: rotate(4deg);
}

.about-page-heading__sub {
	position: relative;
	display: block;
	width: fit-content;
	margin: clamp(8px, 1.2vw, 14px) auto 0;
	color: #111;
	font-size: clamp(1.08rem, 1.6vw, 1.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.about-page-heading__sub::after {
	content: none;
}

@media (max-width: 575.98px) {
	.about-page-heading {
		margin-bottom: 44px;
	}

	.about-page-heading__title {
		font-size: clamp(3rem, 17vw, 3.7rem);
		letter-spacing: 0.12em;
	}

	.about-page-heading__title::before,
	.about-page-heading__title::after {
		width: 0.48em;
	}

	.about-page-heading__title::before {
		left: -0.6em;
	}

	.about-page-heading__title::after {
		right: -0.52em;
	}
}

.about-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
	gap: clamp(14px, 2.25vw, 30px);
	align-items: center;
	width: min(1120px, 100%);
	margin: 0 auto clamp(18px, 3vw, 38px);
	padding-bottom: clamp(132px, 13vw, 186px);
}

.about-hero::before {
	content: "";
	position: absolute;
	right: clamp(-140px, calc(-2vw - 100px), -112px);
	bottom: clamp(-34px, calc(4.4vw - 70px), -8px);
	z-index: 2;
	width: clamp(189px, 17.6vw, 260px);
	aspect-ratio: 1;
	background: url("../images/about_tree2.webp") center / contain no-repeat;
	pointer-events: none;
}

.about-hero::after {
	content: "";
	position: absolute;
	left: clamp(-140px, -8vw, -70px);
	bottom: clamp(10px, calc(2.4vw - 10px), 24px);
	z-index: 0;
	width: min(96vw, 1100px);
	aspect-ratio: 1800 / 150;
	background: url("../images/about_uline.webp") center / contain no-repeat;
	pointer-events: none;
}

.about-hero__copy,
.about-hero__visual {
	position: relative;
	z-index: 1;
}

.about-page-kicker {
	position: relative;
	display: inline-block;
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.about-page-kicker::before {
	content: "";
	position: absolute;
	left: calc(-0.82em + 10px);
	top: calc(0.02em - 30px);
	width: 1.008em;
	aspect-ratio: 1;
	background: url("../images/about_leftup.webp") center / contain no-repeat;
	transform: rotate(4deg);
	pointer-events: none;
}

.about-page-kicker::after {
	content: "";
	position: absolute;
	left: 1.25em;
	bottom: -0.18em;
	z-index: -1;
	width: 3.4em;
	aspect-ratio: 452 / 80;
	background: url("../images/title_blueline.webp") center / contain no-repeat;
	transform: rotate(2deg);
	pointer-events: none;
}

.about-page-kicker__sun {
	position: absolute;
	right: -1.18em;
	top: -1.65em;
	width: 1.325em;
	aspect-ratio: 1;
	background: url("../images/sun.webp") center / contain no-repeat;
	transform: rotate(8deg);
	pointer-events: none;
}

.about-page-title {
	position: relative;
	display: block;
	width: fit-content;
	margin: 30px 0 25px;
	color: #111;
	font-size: clamp(1.08rem, 1.88vw, 1.68rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.about-page-title::after {
	content: "";
	position: absolute;
	right: calc(-4.65em - 20px);
	top: calc(-1.08em - 15px);
	width: 3.8em;
	aspect-ratio: 1;
	background: url("../images/heart.webp") center / contain no-repeat;
	transform: rotate(8deg);
	pointer-events: none;
}

.about-page-lead {
	max-width: 560px;
	margin: clamp(14px, 2vw, 22px) 0 0;
	font-size: clamp(0.86rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
}

.about-hero__visual {
	position: relative;
	width: min(100%, 680px);
	justify-self: end;
	transform: scale(1.3156);
	transform-origin: center center;
}

.about-hero__visual::after {
	content: none;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
	.about-hero {
		padding-bottom: clamp(174px, 18vw, 210px);
	}

	.about-hero::after {
		left: clamp(-14px, calc((100vw - 1120px) * 0.25), 0px);
		bottom: clamp(4px, 1.6vw, 14px);
		width: min(94vw, 1040px);
	}
}

.about-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.about-content-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
	width: min(1040px, 100%);
	margin: 0 auto;
}

.about-content {
	padding: clamp(24px, 4vw, 46px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.about-content > *:first-child {
	margin-top: 0;
}

.about-content > *:last-child {
	margin-bottom: 0;
}

.about-inline-toc {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(28px, 3.6vw, 44px);
	width: min(960px, 100%);
	margin: 0 auto clamp(34px, 5vw, 56px);
	padding: clamp(20px, 2.4vw, 28px) clamp(22px, 3vw, 34px);
	border: 1px solid rgba(120, 120, 120, 0.24);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: none;
	overflow: visible;
}

.about-content > .about-inline-toc {
	display: none;
}

.about-inline-toc__label {
	position: relative;
	display: inline-block;
	margin: 0 !important;
	color: #69bfb5;
	font-family: inherit;
	font-size: clamp(0.82rem, 0.95vw, 1rem) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase;
	transform: none;
}

.about-inline-toc__label::after {
	content: "";
	position: absolute;
	right: -34px;
	top: -30px;
	width: 46px;
	aspect-ratio: 1;
	background: url("../images/015.webp") center / contain no-repeat;
	pointer-events: none;
}

.about-inline-toc__list {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	align-items: center;
	justify-content: space-evenly;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-inline-toc__list li {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 40px;
}

.about-inline-toc__list li + li {
	border-left: 1px solid rgba(120, 120, 120, 0.2);
}

.about-inline-toc__list li::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -13px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8bc9bd;
	transform: translateX(-50%);
}

.about-inline-toc__list li:nth-child(2)::before,
.about-inline-toc__list li:nth-child(5)::before {
	background: #f3c83c;
}

.about-inline-toc__list li:nth-child(3)::before {
	background: #f7a4a8;
}

.about-inline-toc a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 clamp(16px, 1.6vw, 24px);
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111;
	font-size: clamp(0.76rem, 0.86vw, 0.9rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, transform 0.2s ease;
}

.about-inline-toc a::before {
	content: none;
}

.about-inline-toc a:hover,
.about-inline-toc a:focus {
	color: #69bfb5;
	background: transparent;
	box-shadow: none;
	transform: translateY(-2px);
}

.about-content .about-inline-toc a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	padding-bottom: 14px;
	background-image: none !important;
	background-size: auto !important;
}

.about-content p {
	color: #111;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.04em;
}

.about-content h2 {
	position: relative;
	margin: clamp(28px, 4vw, 42px) 0 12px;
	color: #111;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.about-content h2::after {
	content: "";
	display: block;
	width: 140px;
	height: 3px;
	margin-top: 8px;
	background: #8bc9bd;
	border-radius: 999px;
}

.about-content h3 {
	position: relative;
	margin: clamp(26px, 3.6vw, 38px) 0 10px;
	padding-left: 54px;
	color: #111;
	font-size: clamp(1.05rem, 1.45vw, 1.34rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.55;
}

.about-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f7a4a8;
	box-shadow: 14px 0 0 #f3d44b, 28px 0 0 #8bc9bd;
}

.about-content h2.about-history-heading,
.about-content h3.about-history-title {
	border: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	background-image: none;
}

.about-content h2.about-history-heading::before,
.about-content h3.about-history-title::before,
.about-content h3.about-history-title::after {
	content: none !important;
	display: none !important;
}

.about-content h2.about-history-heading {
	display: block;
	width: fit-content;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	font-size: clamp(1.36rem, 2vw, 1.9rem);
	letter-spacing: 0.12em;
	line-height: 1.45;
	white-space: nowrap;
	text-align: center;
}

.about-content h2.about-history-heading::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon07.webp") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.about-content h2.about-history-heading::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: block;
	width: 110%;
	height: 14px;
	background: url("../images/yellow_pointline.webp") center / 100% 100% no-repeat;
	transform: translateX(-50%);
	pointer-events: none;
}

.about-content h3.about-history-title {
	display: inline-block;
	margin-left: 15%;
	padding: 18px 42px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about-content h2.about-history-heading + h3.about-history-title {
	background-image: url("../images/about001.webp");
}

.about-content h3.about-history-title:nth-of-type(2) {
	display: block;
	width: fit-content;
	background-image: url("../images/about002.webp");
	margin-top: calc(-1 * clamp(28px, 5.2vw, 67px));
}

.about-content h3.about-history-title:nth-of-type(2),
.about-content h3.about-history-title:nth-of-type(2) + p,
.about-content h3.about-history-title:nth-of-type(2) + p + p,
.about-content h3.about-history-title:nth-of-type(2) + p + p + p {
	position: static;
	top: auto;
}

.about-content h3.about-history-title:nth-of-type(3) {
	display: block;
	width: fit-content;
	background-image: url("../images/about003.webp");
	margin-top: calc(-1 * (clamp(180px, 39vw, 500px) + clamp(120px, 31vw, 400px) - clamp(210px, 54.6vw, 700px) + clamp(10px, 2vw, 25px)));
}

.about-content h3.about-history-title:nth-of-type(4) {
	display: block;
	width: fit-content;
	background-image: url("../images/about004.webp");
	margin-top: calc(-1 * (clamp(80px, 15.6vw, 200px) - clamp(40px, 7.8vw, 100px)));
}

.about-content h3.about-history-title:nth-of-type(5) {
	display: block;
	width: fit-content;
	background-image: url("../images/about005.webp");
	margin-top: calc(-1 * (clamp(80px, 15.6vw, 200px) - clamp(12px, 2.4vw, 30px)));
}

.about-content h3.about-history-title + p,
.about-content h3.about-history-title + p + p,
.about-content h3.about-history-title + p + p + p,
.about-content h3.about-history-title + p + p + p + p {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.about-content .about-history-illustration {
	width: 70%;
	margin: clamp(18px, 2.8vw, 32px) auto clamp(18px, 3vw, 34px);
}

.about-content .about-history-illustration img {
	display: block;
	width: min(78%, 560px);
	height: auto;
	margin-left: auto;
}

.about-content :is(h2, h3)[id] {
	scroll-margin-top: 96px;
}

.about-content strong {
	font-weight: 700;
	background: linear-gradient(transparent 64%, rgba(139, 201, 189, 0.34) 0);
}

.about-principles {
	margin: 0 0 102px;
	padding: 0;
	background: transparent;
}

.about-principles > h2 {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto 38px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	font-size: clamp(1.36rem, 2vw, 1.9rem);
	letter-spacing: 0.12em;
	text-align: center;
}

.about-content .about-principles > h2 {
	margin: 0 auto 38px !important;
}

.about-principles > h2::before,
.about-principles > h2::after {
	content: none;
}

.about-principles > h2::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon6.webp") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.about-principles > h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: block;
	width: 110%;
	height: 14px;
	background: url("../images/yellow_pointline.webp") center / 100% 100% no-repeat;
	transform: translateX(-50%);
	pointer-events: none;
}

.about-principles__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 34px);
	margin: 0;
}

.about-principles__item {
	position: relative;
	flex-basis: auto !important;
	min-width: 0;
	min-height: clamp(280px, 26vw, 360px);
	padding: clamp(40px, 4vw, 58px) clamp(32px, 4vw, 54px) clamp(34px, 3.6vw, 48px);
	border: 0;
	border-radius: 22px;
	background: rgba(239, 249, 244, 0.86);
	box-shadow: 0 18px 34px rgba(78, 58, 36, 0.055);
	overflow: visible;
}

.about-principles__item:nth-child(1) {
	padding-top: clamp(84px, 7vw, 112px);
}

.about-principles__item:nth-child(1)::before,
.about-principles__item:nth-child(1)::after {
	content: "";
	position: absolute;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.about-principles__item:nth-child(1)::before {
	top: clamp(-52px, calc(-6vw + 40px), -24px);
	left: clamp(-5px, calc(-2.3vw + 30px), 8px);
	width: clamp(104px, 11.7vw, 150px);
	aspect-ratio: 1;
	background-image: url("../images/heartflower.webp");
}

.about-principles__item:nth-child(1)::after {
	right: clamp(-12px, calc(-2vw + 20px), 2px);
	bottom: clamp(-24px, calc(-2.3vw + 10px), -12px);
	width: clamp(96px, 9vw, 124px);
	aspect-ratio: 1;
	background-image: url("../images/rinen.webp");
}

.about-principles__item:nth-child(2) {
	background: rgba(255, 246, 236, 0.9);
	padding-top: clamp(84px, 7vw, 112px);
}

.about-principles__item:nth-child(2)::before,
.about-principles__item:nth-child(2)::after {
	content: "";
	position: absolute;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.about-principles__item:nth-child(2)::before {
	top: clamp(-69px, calc(-7vw + 35px), -43px);
	right: clamp(-18px, calc(-3.3vw + 40px), 4px);
	width: clamp(132px, 13.2vw, 174px);
	aspect-ratio: 500 / 500;
	background-image: url("../images/rainbow.webp");
}

.about-principles__item:nth-child(2)::after {
	right: clamp(-28px, calc(-3vw + 30px), -4px);
	bottom: clamp(-39px, calc(-3.2vw + 15px), -19px);
	width: clamp(73px, 6.65vw, 95px);
	aspect-ratio: 1;
	background-image: url("../images/pointpink.webp");
}

.about-principles__item h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 clamp(28px, 3vw, 38px);
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	font-size: clamp(1.34rem, 1.9vw, 1.85rem);
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-align: center;
}

.about-principles__item h3::before {
	content: none;
}

.about-principles__item h3::after {
	content: "";
	position: static !important;
	display: block;
	width: clamp(136px, 13vw, 200px);
	height: 20px;
	margin: 0 auto !important;
	border: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0;
	background: url("../images/018.webp") center / contain no-repeat;
	box-shadow: none;
}

.about-principles__item:nth-child(2) h3::after {
	background-image: url("../images/017.webp");
}

.about-principles__item ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(18px, 2vw, 24px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-principles__item li {
	position: relative;
	padding-left: 24px;
	color: #111;
	font-size: clamp(0.88rem, 1.02vw, 1.02rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
}

.about-principles__item li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.78em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8bc9bd;
}

.about-principles__item:nth-child(2) li::before {
	background: #f7a4a8;
}

.about-closing-message {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: minmax(0, 1fr);
	align-items: stretch;
	gap: clamp(24px, 3.4vw, 44px);
	width: 100%;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	aspect-ratio: 1800 / 1098;
	padding: 8.8% 8.2% 9.6%;
	border-radius: 0;
	background: url("../images/about-closing-bg.webp?v=20260815-1535") center / 100% 100% no-repeat;
}

.about-closing-message__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(24px, 3.2vw, 42px);
	border: 0;
	border-radius: clamp(26px, 4vw, 54px);
	background: rgba(255, 253, 247, 0.88);
	transform: scale(0.88, 0.9);
	transform-origin: right center;
}

.about-closing-message__copy::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 4px dotted rgba(230, 174, 0, 0.78);
	border-radius: calc(clamp(26px, 4vw, 54px) - 10px);
	pointer-events: none;
}

.about-closing-message__copy > h2 {
	width: 100%;
	margin: 0 0 clamp(12px, 1.6vw, 20px);
	padding: 0;
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
}

.about-closing-message__copy > h2::before {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

.about-closing-message__copy > h2::after {
	content: "" !important;
	display: block !important;
	width: clamp(170px, 20.5vw, 262px);
	height: clamp(8px, 1.05vw, 13px);
	margin: clamp(2px, 0.45vw, 6px) auto 0;
	border: 0 !important;
	background: url("../images/020_20260719.webp") left center / 100% 100% no-repeat !important;
	box-shadow: none !important;
}

.about-closing-message__copy > p {
	width: 100%;
	margin: 0 0 clamp(10px, 1.45vw, 18px);
	font-size: clamp(0.95rem, 1.1vw, 0.99rem);
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.about-closing-message__copy > p:nth-of-type(2) {
	margin-bottom: calc(clamp(10px, 1.45vw, 18px) + 1.8em);
}

.about-closing-message__copy > p:last-child {
	margin: clamp(4px, 0.8vw, 10px) 0 0 !important;
	font-weight: 700;
	text-align: right;
}

.about-closing-message__photo {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: clamp(4px, 0.55vw, 7px) solid #fff;
	border-radius: clamp(36px, 5vw, 70px);
	background: #f8f2e8;
	box-shadow: 0 10px 26px rgba(101, 78, 35, 0.08);
	transform: scale(0.88, 0.9);
	transform-origin: left center;
}

.about-closing-message__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-profile {
	margin: clamp(36px, 5vw, 58px) 0 0;
}

.about-profile > h2 {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	border: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	font-size: clamp(1.36rem, 2vw, 1.9rem);
	letter-spacing: 0.12em;
	line-height: 1.45;
	white-space: nowrap;
	text-align: center;
	text-decoration: none !important;
}

.about-profile > h2::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon08.webp") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.about-profile > h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: block;
	width: 100%;
	height: 14px;
	border: 0 !important;
	background: url("../images/yellow_pointline.webp") center / 303% 100% no-repeat !important;
	box-shadow: none !important;
	transform: translateX(-50%);
	pointer-events: none;
}

.about-profile-table {
	position: relative;
	width: min(861.12px, 100%);
	margin: clamp(42px, 5vw, 58px) auto 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.about-profile-table::after {
	content: none;
}

.about-profile-table table {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

.about-profile-table tbody {
	display: grid;
	gap: clamp(10px, 1.3vw, 14px);
}

.about-profile-table tr {
	display: grid;
	grid-template-columns: minmax(190px, 27%) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(224, 187, 191, 0.38);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(139, 94, 98, 0.055);
}

.about-profile-table th,
.about-profile-table td {
	padding: clamp(17px, 2.2vw, 24px) clamp(18px, 2.6vw, 28px);
	border: 0;
	color: #111;
	font-size: clamp(0.86rem, 1vw, 0.98rem);
	line-height: 1.9;
	letter-spacing: 0.03em;
	vertical-align: middle;
}

.about-profile-table th,
.about-profile-table tr > :first-child {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	min-width: 0;
	padding-left: clamp(46px, 5vw, 58px);
	border-right: 1px dashed rgba(218, 171, 177, 0.5);
	background: rgba(255, 244, 241, 0.94);
	font-weight: 700;
	text-align: left;
}

.about-profile-table tr > :first-child::before {
	content: "";
	position: absolute;
	left: clamp(20px, 2.5vw, 27px);
	top: 50%;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #e4a9b1;
	box-shadow: 0 0 0 1px rgba(205, 139, 148, 0.42);
	transform: translateY(-50%);
}

.about-profile-table td {
	background: #fff;
	font-weight: 400;
}

.about-profile-table strong {
	background-image: none;
	text-decoration: none;
}

.about-profile-table tr > td:first-child {
	background: rgba(255, 244, 241, 0.94);
	font-weight: 700;
}

.about-profile-table tbody tr:last-child td:last-child {
	position: relative;
	min-height: clamp(265px, 30vw, 350px);
	padding-right: clamp(170px, 22vw, 250px);
	padding-bottom: clamp(17px, 2.2vw, 24px);
}

.about-profile-table tbody tr:last-child td:last-child::after {
	content: "";
	position: absolute;
	right: clamp(24px, 4vw, 52px);
	top: auto;
	bottom: clamp(18px, 2.5vw, 30px);
	width: clamp(112px, 14vw, 158px);
	aspect-ratio: 1;
	background: url("../images/heart.webp") center / contain no-repeat;
	pointer-events: none;
	transform: rotate(7deg);
}

.about-profile-documents {
	display: grid;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.about-profile-documents li:nth-child(2) {
		width: max-content;
		white-space: nowrap;
	}
}

.about-profile-documents li::before {
	content: "■";
	margin-right: 4px;
	color: #111;
	font-size: 0.72em;
}

.about-profile-table :where(td, li) a:not([class]) {
	display: inline !important;
	width: auto;
}

.about-profile-documents a:not([class]) {
	display: inline;
	width: auto;
	padding-bottom: 0.08em;
	background: none;
	background-image: linear-gradient(#e4a9b1, #e4a9b1);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 3px;
	color: inherit;
	text-decoration: none;
	transition: color 0.22s ease, background-size 0.22s ease;
}

.about-profile-documents a:not([class]):hover,
.about-profile-documents a:not([class]):focus {
	background-size: 100% 3px;
	color: #bf7f88;
}

.requirements-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background: #fff;
	color: #111;
}

.requirements-page__header {
	margin-bottom: clamp(34px, 5vw, 62px);
}

.requirements-content {
	width: min(920px, 100%);
	margin: 0 auto;
}

.requirements-content__head {
	margin: 0 0 clamp(28px, 4vw, 44px);
	text-align: center;
}

.requirements-content__eyebrow {
	margin: 0 0 8px;
	color: #6fb0a6;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(1rem, 1.4vw, 1.28rem);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.requirements-content__head h1 {
	margin: 0;
	color: #111;
	font-size: clamp(1.45rem, 2.5vw, 2.18rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.requirements-content__body {
	color: #111;
	font-size: clamp(0.95rem, 1.05vw, 1.04rem);
	line-height: 2;
	letter-spacing: 0.04em;
}

.requirements-intro {
	margin: 0 0 clamp(28px, 4vw, 44px);
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid rgba(139, 201, 189, 0.38);
	border-radius: 10px;
	background: rgba(139, 201, 189, 0.08);
}

.requirements-intro p {
	margin: 0;
}

.requirements-category {
	margin: clamp(34px, 5vw, 56px) 0 0;
}

.requirements-category > h2 {
	margin: 0 0 clamp(16px, 2.5vw, 24px);
	padding: 0;
	border: 0;
	color: #111;
	font-size: clamp(1.16rem, 1.55vw, 1.42rem);
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.requirements-item {
	margin: 0;
	padding: clamp(18px, 3vw, 28px) 0;
	border: 0;
}

.requirements-item:first-of-type {
	padding-top: 0;
}

.requirements-item h3 {
	margin: 0 0 14px;
	padding: 0 0 10px;
	border: 0 !important;
	border-bottom: 1px dashed rgba(150, 150, 150, 0.55) !important;
	color: #111;
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.requirements-item h3::before,
.requirements-item h3::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

.requirements-item p {
	margin: 0;
}

.requirements-item__label {
	display: inline-block;
	margin-right: 0.4em;
	color: #6fb0a6;
	font-weight: 700;
	white-space: nowrap;
}

.requirements-item__body {
	padding-left: clamp(14px, 2vw, 22px);
	border-left: 4px solid rgba(243, 200, 60, 0.7);
}

.about-content .wp-block-image {
	margin: clamp(20px, 3vw, 34px) 0;
}

.about-content .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 14px 34px rgba(78, 58, 36, 0.08);
}

.about-content .wp-block-image.about-history-illustration {
	position: relative;
	width: 70%;
	margin: clamp(18px, 2.8vw, 32px) auto clamp(18px, 3vw, 34px);
	min-height: clamp(150px, 17.7vw, 226px);
	transform: translateX(calc(clamp(0px, 7.8vw, 100px) + clamp(24px, 4.8vw, 60px)));
}

.about-content .wp-block-image.about-history-illustration img {
	width: auto;
	margin-left: auto;
	border-radius: 0;
	box-shadow: none;
}

.about-content .wp-block-image.about-history-illustration .about-history-illustration__line {
	width: clamp(160px, 20.2vw, 259px);
	transform: translate(clamp(-300px, -23.4vw, -120px), clamp(-20px, -1.6vw, -8px));
}

.about-content .wp-block-image.about-history-illustration .about-history-illustration__accent {
	position: absolute;
	left: 50%;
	top: 2px;
	width: clamp(80px, 10.1vw, 130px);
	height: auto;
	margin-left: 0;
	border-radius: 0;
	box-shadow: none;
	transform: translate(calc(clamp(8px, 2vw, 25px) + 25px), clamp(20px, 2.75vw, 35px));
}

.about-content .wp-block-image.about-history-illustration .about-history-illustration__grass {
	position: absolute;
	left: 50%;
	top: 2px;
	width: clamp(56px, 7.2vw, 92px);
	height: auto;
	margin-left: 0;
	border-radius: 0;
	box-shadow: none;
	transform: translate(
		calc(clamp(14px, 3.2vw, 41px) - clamp(8px, 1.6vw, 20px)),
		calc(clamp(90px, 12.4vw, 159px) - clamp(6px, 1.2vw, 15px))
	);
}

.about-content .wp-block-image.about-history-curve {
	position: relative;
	width: 70%;
	margin: clamp(14px, 2.2vw, 28px) auto clamp(12px, 2vw, 26px);
	min-height: clamp(160px, 27.1vw, 350px);
}

.about-content .wp-block-image.about-history-curve img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.about-content .wp-block-image.about-history-curve .about-history-curve__line {
	width: clamp(104px, 18.14vw, 225px);
	max-width: 100%;
	height: auto;
	margin-left: auto;
	border-radius: 0;
	box-shadow: none;
	transform: translate(
		calc(clamp(0px, 4vw, 48px) - clamp(80px, 15.6vw, 200px) - clamp(20px, 3.9vw, 50px) - clamp(20px, 3.9vw, 50px)),
		calc(-1 * (clamp(12px, 2.4vw, 30px) + clamp(6px, 1.2vw, 15px)))
	);
}

.about-content .wp-block-image.about-history-curve .about-history-curve__people {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(95px, 16.13vw, 206px);
	margin-left: 0;
	transform: translate(calc(clamp(32px, 8.2vw, 105px) - clamp(20px, 3.9vw, 50px)), calc(-1 * clamp(6px, 1.2vw, 15px)));
}

.about-content .wp-block-image.about-history-curve .about-history-curve__path {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(71px, 12.5vw, 160px);
	margin-left: 0;
	transform: translate(
		calc(clamp(22px, 5.5vw, 70px) - clamp(16px, 3.1vw, 40px) - clamp(24px, 4.7vw, 60px)),
		calc(clamp(66px, 10.6vw, 136px) - clamp(12px, 2.4vw, 30px) - clamp(6px, 1.2vw, 15px))
	);
}

.about-content .wp-block-image.about-history-small-curve {
	position: relative;
	width: 70%;
	margin: clamp(12px, 2vw, 24px) auto clamp(16px, 2.4vw, 30px);
	min-height: clamp(112px, 17.2vw, 220px);
}

.about-content .wp-block-image.about-history-small-curve img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.about-content .wp-block-image.about-history-small-curve .about-history-small-curve__line {
	width: clamp(67px, 10.29vw, 132px);
	margin-left: auto;
	border-radius: 0;
	box-shadow: none;
	transform: translate(
		calc(clamp(-12px, -1.6vw, 0px) - clamp(120px, 23.4vw, 300px)),
		calc(-1 * clamp(12px, 2.4vw, 30px))
	);
}

.about-content .wp-block-image.about-history-small-curve .about-history-small-curve__flower {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(60px, 9.28vw, 119px);
	margin-left: 0;
	transform: translate(calc(clamp(28px, 8.4vw, 108px) - clamp(24px, 4.7vw, 60px)), calc(-1 * clamp(10px, 2vw, 25px)));
}

.about-content .wp-block-image.about-history-small-curve .about-history-small-curve__arc {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(92px, 13.9vw, 178px);
	margin-left: 0;
	transform: translate(
		calc(clamp(70px, 14.2vw, 182px) - clamp(28px, 5.5vw, 70px) - clamp(12px, 2.4vw, 30px) - clamp(6px, 1.2vw, 15px)),
		calc(clamp(24px, 4.7vw, 60px) - clamp(12px, 2.4vw, 30px) - clamp(6px, 1.2vw, 15px))
	);
}

.about-content .wp-block-image.about-history-tiny-curve {
	position: relative;
	width: 70%;
	margin: clamp(10px, 1.8vw, 22px) auto clamp(16px, 2.4vw, 30px);
	min-height: clamp(140px, 23vw, 295px);
	transform: translateX(calc(-1 * clamp(60px, 11.7vw, 150px)));
}

.about-content .wp-block-image.about-history-tiny-curve img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.about-content .wp-block-image.about-history-tiny-curve .about-history-tiny-curve__line {
	width: clamp(90px, 12.04vw, 154px);
	margin-left: auto;
	border-radius: 0;
	box-shadow: none;
	transform: translateX(clamp(-80px, -7vw, -24px));
}

.about-content .wp-block-image.about-history-tiny-curve .about-history-tiny-curve__tools {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(101px, 12.98vw, 165px);
	margin-left: 0;
	transform: translate(
		calc(clamp(42px, 9.1vw, 116px) + clamp(48px, 9.4vw, 120px) + clamp(12px, 2.4vw, 30px)),
		calc(-1 * clamp(6px, 1.2vw, 15px) + clamp(8px, 1.6vw, 20px))
	);
}

.about-content .wp-block-image.about-history-tiny-curve .about-history-tiny-curve__purple {
	position: absolute;
	left: 50%;
	top: 0;
	width: clamp(168px, 25.92vw, 332px);
	margin-left: 0;
	transform: translate(
		calc(clamp(10px, 3.9vw, 50px) + clamp(12px, 2.4vw, 30px) + clamp(20px, 3.9vw, 50px) + clamp(10px, 2vw, 25px) + clamp(12px, 2.4vw, 30px) + clamp(12px, 2.4vw, 30px)),
		calc(clamp(74px, 14.1vw, 180px) - clamp(40px, 7.8vw, 100px) - clamp(8px, 1.6vw, 20px) - clamp(4px, 0.8vw, 10px))
	);
}

.about-content .wp-block-image.about-history-final-curve {
	position: relative;
	width: 70%;
	margin: clamp(12px, 2vw, 24px) auto 0;
	min-height: clamp(86px, 10.4vw, 133px);
}

.about-content .wp-block-image.about-history-final-curve .about-history-final-curve__line {
	display: block;
	width: clamp(151px, 23.33vw, 299px);
	max-width: 100%;
	height: auto;
	margin-left: auto;
	border-radius: 0;
	box-shadow: none;
	transform: translate(
		calc(clamp(-48px, -4vw, -16px) - clamp(32px, 6.25vw, 80px) - clamp(24px, 4.7vw, 60px) - clamp(28px, 5.47vw, 70px)),
		calc(-1 * (clamp(14px, 2.73vw, 35px) + clamp(8px, 1.56vw, 20px)) + clamp(8px, 1.56vw, 20px))
	);
}

.about-content .wp-block-image.about-history-final-curve .about-history-final-curve__house {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: clamp(104px, 16.18vw, 207px);
	max-width: 100%;
	height: auto;
	margin-left: 0;
	border-radius: 0;
	box-shadow: none;
	transform: translate(calc(clamp(54px, 10vw, 128px) - clamp(28px, 5.47vw, 70px)), calc(-1 * clamp(18px, 3vw, 38px) + clamp(28px, 5.47vw, 70px)));
}

.about-content img[src*="/ayumi"] {
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.about-content .wp-block-image figcaption {
	margin-top: 10px;
	color: #555;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
}

.about-note {
	position: sticky;
	top: 96px;
	padding: 24px;
	border-radius: 28px;
	background: #fff7d8;
	box-shadow: 0 12px 34px rgba(78, 58, 36, 0.05);
}

.about-note p {
	margin: 0 0 14px;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	transform: rotate(-4deg);
}

.about-note ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-note li {
	position: relative;
	padding-left: 18px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.7;
}

.about-note li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f7a4a8;
}

.about-page-toc ul {
	gap: 7px;
}

.about-page-toc li {
	padding-left: 0;
}

.about-page-toc li::before {
	content: none;
}

.about-page-toc a {
	display: block;
	padding: 10px 12px;
	border-radius: 16px;
	color: #111;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.55;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.about-page-toc a:hover,
.about-page-toc a:focus {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 18px rgba(78, 58, 36, 0.06);
	transform: translateX(3px);
}

.about-page-toc__text {
	display: block;
}

.about-page-toc__text {
	font-size: 0.86rem;
	line-height: 1.55;
}

.about-page-toc__item--level-2 a {
	margin-top: 6px;
	background: rgba(255, 255, 255, 0.56);
}

.about-page-toc__item--level-3 a {
	position: relative;
	margin-left: 14px;
	padding: 8px 10px 8px 22px;
	border-left: 2px dashed rgba(139, 201, 189, 0.5);
	border-radius: 0 14px 14px 0;
	font-weight: 600;
}

.about-page-toc__item--level-3 a::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 19px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff7d8;
	border-radius: 50%;
	background: #f7a4a8;
}

.about-page-toc__item--level-3 .about-page-toc__text {
	font-size: 0.78rem;
	font-weight: 600;
}

.access-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 14% 18%, rgba(243, 212, 75, 0.22) 0 8px, transparent 9px),
		radial-gradient(circle at 84% 24%, rgba(139, 201, 189, 0.22) 0 10px, transparent 11px),
		#fff;
	color: #111;
}

.access-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.access-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.access-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.access-page-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 20px;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.access-page-header__nav a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.access-page-header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #8bc9bd;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.access-page-header__nav a:hover::after,
.access-page-header__nav a:focus::after {
	transform: scaleX(1);
}

.access-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	width: min(1040px, 100%);
	margin: 0 auto clamp(30px, 5vw, 58px);
	padding: clamp(26px, 4vw, 48px) clamp(22px, 4vw, 52px);
	border: 1px solid rgba(169, 142, 104, 0.26);
	border-radius: clamp(24px, 4vw, 40px);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.access-page-kicker {
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.access-page-title {
	margin: 0;
	color: #111;
	font-size: clamp(1.5rem, 2.7vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.access-page-lead {
	max-width: 560px;
	margin: clamp(14px, 2vw, 22px) 0 0;
	font-size: clamp(0.86rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
}

.access-hero__mark {
	display: block;
	justify-self: end;
	width: min(100%, clamp(270px, 30vw, 400px));
}

.access-hero__mark img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.access-content-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	gap: clamp(22px, 4vw, 46px);
	align-items: start;
	width: min(1040px, 100%);
	margin: 0 auto;
}

.access-content,
.access-map-card {
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: clamp(24px, 4vw, 36px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.access-content {
	padding: clamp(24px, 4vw, 46px);
}

.access-content > *:first-child,
.access-map-card > *:first-child {
	margin-top: 0;
}

.access-content > *:last-child,
.access-map-card > *:last-child {
	margin-bottom: 0;
}

.access-content h2 {
	margin: clamp(24px, 4vw, 38px) 0 12px;
	color: #111;
	font-size: clamp(1.18rem, 1.7vw, 1.55rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.access-content p,
.access-content li,
.access-map-card p {
	color: #111;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 400;
	line-height: 1.95;
	letter-spacing: 0.04em;
}

.access-content ul {
	display: grid;
	gap: 8px;
	padding-left: 1.2em;
	margin: 12px 0 0;
}

.access-info-table {
	margin: clamp(16px, 2.6vw, 26px) 0 clamp(24px, 4vw, 38px);
	overflow: hidden;
	border: 1px solid rgba(169, 142, 104, 0.24);
	border-radius: 22px;
	background: #fff;
}

.access-info-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.access-info-table th,
.access-info-table td {
	padding: clamp(13px, 1.8vw, 18px);
	border: 1px solid rgba(169, 142, 104, 0.2);
	color: #111;
	font-size: clamp(0.9rem, 1vw, 1rem);
	line-height: 1.9;
	letter-spacing: 0.04em;
	vertical-align: middle;
}

.access-info-table th {
	width: 30%;
	min-width: 140px;
	background: rgba(139, 201, 189, 0.18);
	font-weight: 700;
	text-align: left;
}

.access-info-table td {
	font-weight: 400;
}

.access-info-table a {
	color: #111;
	font-weight: 700;
	text-decoration-color: rgba(139, 201, 189, 0.9);
	text-underline-offset: 4px;
}

.access-info-table__note {
	color: #333;
	font-size: 0.92em;
}

.access-map-card {
	position: sticky;
	top: 96px;
	padding: clamp(22px, 3vw, 30px);
	background:
		radial-gradient(circle at 86% 16%, rgba(247, 164, 168, 0.32) 0 7px, transparent 8px),
		#fff7d8;
}

.access-map-card__label {
	margin: 0 0 8px !important;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1.7rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	transform: rotate(-4deg);
}

.access-map-card h2 {
	margin: 0 0 12px;
	font-size: clamp(1.05rem, 1.3vw, 1.25rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.access-map-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 16px;
	padding: 0 22px;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.access-map-card__button:hover,
.access-map-card__button:focus {
	background: #2a2a2a;
	transform: translateY(-2px);
}

.access-map-embed {
	position: relative;
	width: min(1040px, 100%);
	margin: clamp(24px, 4vw, 44px) auto 0;
	overflow: hidden;
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: clamp(24px, 4vw, 36px);
	background: #fff;
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.access-map-embed iframe {
	display: block;
	width: 100%;
	height: clamp(180px, 25.2vw, 264px) !important;
	border: 0;
}

.access-map-embed__link {
	position: absolute;
	right: clamp(14px, 2vw, 22px);
	bottom: clamp(14px, 2vw, 22px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.92);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.access-map-embed__link:hover,
.access-map-embed__link:focus {
	background: #2a2a2a;
	transform: translateY(-2px);
}

.policy-page {
	position: relative;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 34px) 20px clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 14% 20%, rgba(243, 212, 75, 0.22) 0 7px, transparent 8px),
		radial-gradient(circle at 88% 18%, rgba(139, 201, 189, 0.22) 0 9px, transparent 10px),
		#fff;
	color: #111;
}

.policy-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1120px, 100%);
	margin: 0 auto clamp(28px, 4vw, 48px);
}

.policy-page-header__logo {
	display: block;
	width: clamp(210px, 23vw, 330px);
	line-height: 0;
}

.policy-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.policy-page-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 20px;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.policy-page-header__nav a {
	position: relative;
	color: #111;
	text-decoration: none;
}

.policy-page-header__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #8bc9bd;
	border-radius: 999px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
}

.policy-page-header__nav a:hover::after,
.policy-page-header__nav a:focus::after {
	transform: scaleX(1);
}

.policy-content {
	width: min(920px, 100%);
	margin: 0 auto;
	padding: clamp(28px, 5vw, 58px) clamp(20px, 5vw, 66px);
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: clamp(24px, 4vw, 40px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 40px rgba(78, 58, 36, 0.05);
}

.policy-content__header {
	padding-bottom: clamp(18px, 3vw, 28px);
	border-bottom: 1px dashed rgba(150, 132, 111, 0.45);
}

.policy-page-kicker {
	margin: 0 0 8px;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	transform: rotate(-4deg);
}

.policy-page-title {
	margin: 0;
	color: #111;
	font-size: clamp(1.5rem, 2.7vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.policy-content__body {
	padding-top: clamp(22px, 3vw, 34px);
	color: #111;
}

.policy-content__body > *:first-child {
	margin-top: 0;
}

.policy-content__body > *:last-child {
	margin-bottom: 0;
}

.policy-content__body p {
	font-size: clamp(0.92rem, 1.05vw, 1rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
}

.policy-content__body h2 {
	position: relative;
	margin: clamp(28px, 4vw, 42px) 0 12px;
	color: #111;
	font-size: clamp(1.18rem, 1.8vw, 1.55rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.policy-content__body h2::after {
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	margin-top: 8px;
	background: #8bc9bd;
	border-radius: 999px;
}

/* HTML sitemap */
.sitemap-page {
	position: relative;
	min-height: 100vh;
	padding: 0 20px clamp(70px, 8vw, 112px);
	overflow-x: hidden;
	background:
		radial-gradient(circle at 12% 34%, rgba(139, 201, 189, 0.18) 0 7px, transparent 8px),
		radial-gradient(circle at 89% 24%, rgba(244, 158, 171, 0.17) 0 8px, transparent 9px),
		#fff;
	color: #111;
}

.sitemap-page-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 clamp(28px, 4vw, 48px);
}

.sitemap-page-header__logo {
	display: block;
	width: clamp(224px, 28vw, 420px);
	margin-left: calc(clamp(14px, 2.6vw, 42px) - 20px);
	line-height: 0;
	transform: translateY(5px);
}

.sitemap-page-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.sitemap-page-heading {
	margin-bottom: clamp(54px, 7vw, 86px);
}

.sitemap-content {
	width: min(1040px, 100%);
	margin: 0 auto;
}

.sitemap-content__lead {
	margin: 0 0 clamp(24px, 4vw, 38px);
	color: #5e5b55;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
}

.sitemap-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 30px);
}

.sitemap-group {
	--sitemap-accent: #74bbae;
	--sitemap-soft: #eff8f5;
	padding: clamp(24px, 3.5vw, 36px);
	border: 1px solid color-mix(in srgb, var(--sitemap-accent) 38%, white);
	border-radius: clamp(22px, 3vw, 32px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(69, 59, 46, 0.06);
}

.sitemap-group--pink {
	--sitemap-accent: #ed9ca9;
	--sitemap-soft: #fff1f3;
}

.sitemap-group--yellow {
	--sitemap-accent: #e7bd45;
	--sitemap-soft: #fff8dc;
}

.sitemap-group:last-child {
	grid-column: 1 / -1;
}

.sitemap-group h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px dashed color-mix(in srgb, var(--sitemap-accent) 48%, white);
	background: none;
	font-size: clamp(1.08rem, 1.65vw, 1.35rem);
	letter-spacing: 0.08em;
}

.sitemap-group h2::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid var(--sitemap-accent);
	border-radius: 50%;
	box-sizing: border-box;
}

.sitemap-group ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap-group--yellow ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sitemap-group a {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 16px;
	align-items: center;
	min-height: 76px;
	padding: 15px 50px 15px 18px;
	border-radius: 16px;
	background: var(--sitemap-soft);
	color: #111;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sitemap-group a:hover,
.sitemap-group a:focus-visible {
	background: #fff;
	box-shadow: 0 9px 20px color-mix(in srgb, var(--sitemap-accent) 20%, transparent);
	transform: translateY(-2px);
}

.sitemap-link__title {
	display: block;
	font-size: clamp(0.94rem, 1.25vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.sitemap-link__description {
	display: block;
	grid-column: 1;
	color: #716d66;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.65;
}

.sitemap-link__arrow {
	position: absolute;
	top: 50%;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 0.85rem;
	transform: translateY(-50%);
}

@media (max-width: 767.98px) {
	.sitemap-page {
		padding: 0 14px 72px;
	}

	.sitemap-page-header__logo {
		width: min(61.6vw, 231px);
		margin-left: 0;
	}

	.sitemap-page-heading {
		margin-bottom: 48px;
	}

	.sitemap-grid,
	.sitemap-group--yellow ul {
		grid-template-columns: 1fr;
	}

	.sitemap-group:last-child {
		grid-column: auto;
	}

	.sitemap-group {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.sitemap-group a {
		min-height: 70px;
		padding-left: 16px;
	}

	.sitemap-link__description {
		font-size: 0.7rem;
	}
}

.home .site-body,
.home .site-body-bottom,
.home .site-footer,
.front-page .site-body,
.front-page .site-body-bottom,
.front-page .site-footer {
	display: none;
}

.site-footer {
	display: none;
}

@media (max-width: 1199.98px) and (min-width: 768px) {
	.top-day-flow {
		padding: clamp(24px, 2.56vw, 32px) 18px;
	}

	.top-day-flow__inner {
		width: 100%;
		padding: clamp(34px, 4vw, 52px) clamp(28px, 4vw, 48px);
	}

	.top-day-flow__head {
		grid-template-columns: minmax(300px, 430px) minmax(260px, 1fr);
		gap: clamp(24px, 4vw, 40px);
		margin-bottom: clamp(30px, 4vw, 48px);
	}

	.top-day-flow__clock {
		width: min(100%, 430px);
	}

	.top-day-flow__title-wrap {
		padding-left: clamp(118px, 14vw, 150px);
		transform: none;
	}

	.top-day-flow__title {
		font-size: clamp(2rem, 4vw, 2.8rem);
	}

	.top-day-flow__lead {
		grid-column: 2;
		font-size: clamp(0.9rem, 1.4vw, 1rem);
		line-height: 1.9;
	}

	.top-day-flow__plants {
		display: none;
	}

	.top-day-flow__columns {
		grid-template-columns: 1fr;
		gap: clamp(18px, 2.4vw, 28px);
		width: 100%;
		margin: 0 auto;
	}

	.top-day-flow__column {
		gap: clamp(18px, 2.4vw, 28px);
	}

	.day-flow-item {
		grid-template-columns: clamp(96px, 10vw, 116px) minmax(180px, 260px) minmax(260px, 1fr);
		gap: clamp(18px, 2.8vw, 30px);
	}

	.day-flow-item__image {
		aspect-ratio: 260 / 136;
	}

	.day-flow-item__body h3 {
		font-size: clamp(1.22rem, 2.2vw, 1.52rem);
		overflow-wrap: normal;
	}

	.day-flow-item__body p {
		font-size: clamp(0.78rem, 1.25vw, 0.9rem);
		line-height: 1.85;
		overflow-wrap: normal;
	}
}

@media (max-width: 991.98px) {
	.main-visual-nav {
		top: 12px;
		right: 14px;
	}

	.main-visual-nav__toggle {
		top: 12px;
		right: 14px;
	}

	.main-visual-nav__drawer {
		top: 94px;
		right: 14px;
	}

	.main-visual-nav__list {
		display: none;
	}

	.top-support-blocks__grid {
		grid-template-columns: repeat(2, minmax(0, 270px));
		justify-content: center;
		border-right: 0;
		gap: 26px 18px;
	}

	.support-card:nth-child(odd) {
		border-left: 0;
	}

	.top-footer__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"address"
			"contact"
			"actions"
			"art"
			"links";
		gap: 14px;
		align-items: start;
	}

	.top-footer__actions {
		justify-self: start;
	}

	.top-footer__art {
		justify-self: center;
		width: min(42vw, 210px);
		min-width: 0;
		margin: 6px auto 0;
	}
}

@media (max-width: 999.98px) {
	.about-content-wrap,
	.access-content-wrap {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.about-note,
	.access-map-card {
		position: static;
	}

}

@media (max-width: 767.98px) {
	.policy-page {
		padding: 14px 14px 48px;
	}

	.policy-page-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.policy-page-header__logo {
		width: min(64vw, 240px);
	}

	.policy-page-header__nav {
		justify-content: flex-start;
		gap: 10px 16px;
		font-size: 0.76rem;
	}

	.policy-content {
		padding: 28px 20px 32px;
		border-radius: 26px;
	}

	.policy-page-kicker {
		font-size: 2.7rem;
	}

	.policy-page-title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.policy-content__body p {
		font-size: 0.86rem;
		line-height: 1.95;
	}

	.policy-content__body h2 {
		font-size: 1.08rem;
	}

	.about-page {
		padding: 14px 14px 48px;
	}

	.about-page-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 36px;
	}

	.about-page-header__logo {
		width: min(64vw, 240px);
	}

	.about-page-header__nav {
		justify-content: flex-start;
		gap: 10px 16px;
		font-size: 0.76rem;
	}

	.about-hero {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 20px;
		padding-bottom: 88px;
	}

	.about-hero::before {
		right: -104px;
		bottom: -34px;
		width: 123px;
	}

	.about-hero::after {
		left: -24px;
		bottom: 8px;
		width: calc(100% - 58px);
	}

	.about-page-kicker {
		font-size: 2.7rem;
		margin-left: 0;
	}

	.about-page-kicker::before {
		left: calc(-0.42em + 10px);
		width: 0.924em;
	}

	.about-page-kicker__sun {
		right: -0.92em;
		top: -0.52em;
		width: 1.181em;
	}

	.about-page-title {
		margin: 30px 0 25px;
		font-size: 1.024rem;
		line-height: 1.5;
	}

	.about-page-title::after {
		right: calc(-4.35em - 20px);
		top: calc(-1.45em - 15px);
		width: 3.5em;
	}

	.about-page-lead {
		font-size: 0.82rem;
		line-height: 1.9;
	}

	.about-hero__visual {
		width: 91.5%;
		justify-self: center;
		transform: none;
	}

	.about-content-wrap {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.about-content {
		padding: 24px 20px;
		border-radius: 26px;
	}

	.about-inline-toc {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 34px;
		padding: 22px 16px;
		border-radius: 24px;
	}

	.about-inline-toc__list {
		grid-template-columns: 1fr;
	}

	.about-inline-toc__label {
		justify-self: center;
		margin: 0 !important;
	}

	.about-inline-toc__label::after {
		right: -38px;
		top: -28px;
		width: 42px;
	}

	.about-inline-toc a {
		min-height: 0;
		padding: 12px 14px;
		font-size: 0.84rem;
	}

	.about-content p {
		font-size: 0.88rem;
		line-height: 1.95;
		font-weight: 400;
	}

	.about-content h3.about-history-title + p,
	.about-content h3.about-history-title + p + p,
	.about-content h3.about-history-title + p + p + p,
	.about-content h3.about-history-title + p + p + p + p {
		width: 100%;
	}

	.about-content h3.about-history-title {
		display: block;
		width: fit-content;
		max-width: 100%;
		margin-left: 0;
		padding: 12px clamp(10px, 3vw, 16px) 14px;
		font-size: clamp(0.72rem, 3.2vw, 0.88rem);
		letter-spacing: 0.02em;
		line-height: 1.55;
		white-space: nowrap;
	}

	.about-content h2 {
		font-size: 1.12rem;
	}

	.about-content h2.about-history-heading::before {
		right: calc(100% + 10px);
		width: 50px;
	}

	.about-content h3 {
		margin-top: 24px;
		padding-left: 42px;
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.about-content h3::before {
		top: 0.82em;
		width: 8px;
		height: 8px;
		box-shadow: 11px 0 0 #f3d44b, 22px 0 0 #8bc9bd;
	}

	.about-principles {
		padding: 0;
		border-radius: 0;
	}

	.about-principles__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.about-principles > h2 {
		margin-bottom: 34px;
		font-size: 1.28rem;
	}

	.about-principles > h2::before {
		content: "" !important;
		right: calc(100% + 10px);
		width: 50px;
	}

	.about-principles > h2::after {
		width: 110%;
		height: 12px;
		bottom: -15px;
	}

	.about-principles__item {
		min-height: 0;
		padding: 34px 22px 30px;
		border-radius: 20px;
	}

	.about-principles__item:nth-child(1) {
		padding-top: 88px;
	}

	.about-principles__item:nth-child(1)::before {
		top: -14px;
		left: 18px;
		width: 99px;
	}

	.about-principles__item:nth-child(1)::after {
		right: 0;
		bottom: -14px;
		width: 82px;
	}

	.about-principles__item:nth-child(2) {
		padding-top: 88px;
	}

	.about-principles__item:nth-child(2)::before {
		top: -23px;
		right: 12px;
		width: 107px;
	}

	.about-principles__item:nth-child(2)::after {
		right: 0;
		bottom: -17px;
		width: 64px;
	}

	.about-principles__item h3 {
		margin: 0 0 28px;
		padding-left: 0;
		font-size: 1.25rem;
		line-height: 1.35;
		text-align: center;
	}

	.about-principles__item h3::before {
		content: none;
	}

	.about-principles__item h3::after {
		content: "";
	}

	.about-principles__item li {
		font-size: 0.86rem;
		line-height: 1.9;
	}

	.about-closing-message {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(min-content, 1fr) minmax(0, 1.35fr);
		align-items: stretch;
		gap: 16px;
		width: calc(100% + 54px);
		max-width: none;
		margin-right: -27px;
		margin-left: -27px;
		aspect-ratio: 1024 / 1535;
		padding: 12% 12% 13.5%;
		border-radius: 0;
		background-image: url("../images/about-closing-bg-sp.webp?v=20260815-164048");
	}

	.about-closing-message__copy {
		justify-content: center;
		padding: 20px 18px;
		border-radius: 24px;
		transform: scale(0.88);
		transform-origin: center bottom;
	}

	.about-closing-message__copy::before {
		border-width: 3px;
		border-radius: 14px;
	}

	.about-closing-message__copy > h2 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 12px;
		font-size: 0.95rem;
		text-align: center;
	}

	.about-closing-message__copy > h2::after {
		margin-right: auto;
		margin-left: auto;
	}

	.about-closing-message__copy > p {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px;
		font-size: 0.8rem;
		line-height: 1.7;
	}

	.about-closing-message__copy > p:nth-of-type(2) {
		margin-bottom: 10px;
	}

	.about-closing-message__copy > p:last-child {
		margin-top: 2px !important;
	}

	.about-closing-message__photo {
		min-height: 0;
		border-width: 4px;
		border-radius: 32px;
		transform: scale(0.88);
		transform-origin: center top;
	}

	.about-closing-message__photo img {
		object-position: center 42%;
	}

	.about-profile-table {
		border-radius: 0;
	}

	.about-profile > h2::before {
		right: calc(100% + 10px);
		width: 50px;
	}

	.about-profile-table table,
	.about-profile-table tbody,
	.about-profile-table tr,
	.about-profile-table th,
	.about-profile-table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.about-profile-table tbody {
		display: grid;
		gap: 10px;
	}

	.about-profile-table tr {
		overflow: hidden;
		border: 1px solid rgba(224, 187, 191, 0.38);
		border-radius: 15px;
		box-shadow: 0 6px 18px rgba(139, 94, 98, 0.05);
	}

	.about-profile-table tr + tr {
		border-top: 1px solid rgba(224, 187, 191, 0.38);
	}

	.about-profile-table th,
	.about-profile-table td {
		border: 0;
		padding: 13px 18px;
		font-size: 0.84rem;
	}

	.about-profile-table th,
	.about-profile-table tr > :first-child {
		padding: 11px 16px 11px 43px;
		border-right: 0;
		border-bottom: 1px dashed rgba(218, 171, 177, 0.5);
		background: rgba(255, 244, 241, 0.94);
		text-align: left;
	}

	.about-profile-table tr > :first-child::before {
		left: 18px;
		width: 9px;
		height: 9px;
	}

	.about-profile-table td {
		padding: 13px 16px 15px;
		background: #fff;
	}

	.about-profile-table tbody tr:last-child td:last-child {
		min-height: 0;
		padding: 13px 16px 96px;
	}

	.about-profile-table tbody tr:last-child td:last-child::after {
		right: 17px;
		top: auto;
		bottom: 10px;
		width: 76px;
		transform: rotate(7deg);
	}

	.about-content .wp-block-image img {
		border-radius: 18px;
	}

	.about-note {
		position: static;
		padding: 20px;
		border-radius: 24px;
	}

	.about-page-toc a {
		padding: 8px 10px;
		font-size: 0.8rem;
	}

	.about-page-toc__item--level-3 a {
		margin-left: 10px;
		padding: 8px 8px 8px 18px;
	}

	.about-page-toc__text {
		font-size: 0.8rem;
	}

	.about-page-toc__item--level-3 .about-page-toc__text {
		font-size: 0.74rem;
	}

	.access-page {
		padding: 14px 14px 48px;
	}

	.access-page-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.access-page-header__logo {
		width: min(64vw, 240px);
	}

	.access-page-header__nav {
		justify-content: flex-start;
		gap: 10px 16px;
		font-size: 0.76rem;
	}

	.access-hero {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 20px;
		margin-bottom: 28px;
	}

	.access-page-kicker {
		font-size: 2.7rem;
	}

	.access-page-title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.access-page-lead {
		font-size: 0.82rem;
		line-height: 1.9;
	}

	.access-hero__mark {
		justify-self: center;
		width: min(86vw, 300px);
	}

	.access-content-wrap {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.access-content {
		padding: 24px 20px;
	}

	.access-content h2 {
		font-size: 1.08rem;
	}

	.access-content p,
	.access-content li,
	.access-map-card p {
		font-size: 0.86rem;
		line-height: 1.9;
	}

	.access-info-table {
		border-radius: 18px;
	}

	.access-info-table table,
	.access-info-table tbody,
	.access-info-table tr,
	.access-info-table th,
	.access-info-table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.access-info-table tr + tr {
		border-top: 1px solid rgba(169, 142, 104, 0.24);
	}

	.access-info-table th,
	.access-info-table td {
		border: 0;
		padding: 11px 14px;
		font-size: 0.84rem;
	}

	.access-info-table th {
		background: rgba(139, 201, 189, 0.18);
	}

	.access-info-table td {
		padding-top: 9px;
	}

	.access-map-card {
		position: static;
		padding: 20px;
		border-radius: 24px;
	}

	.access-map-embed {
		margin-top: 18px;
		border-radius: 22px;
	}

	.access-map-embed iframe {
		height: 192px !important;
	}

	.access-map-embed__link {
		position: static;
		width: calc(100% - 28px);
		margin: 14px;
	}

	.daily-page {
		padding: 14px 14px 48px;
	}

	.daily-page-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.daily-page-header__logo {
		width: min(64vw, 240px);
	}

	.daily-page-header__nav {
		justify-content: flex-start;
		gap: 10px 16px;
		font-size: 0.76rem;
	}

	.daily-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 28px;
	}

	.daily-page-kicker {
		font-size: 2.7rem;
	}

	.daily-page-title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.daily-page-lead {
		font-size: 0.82rem;
		line-height: 1.9;
	}

	.daily-hero__visual {
		min-height: 230px;
		border-radius: 34% 66% 38% 62% / 58% 44% 56% 42%;
	}

	.daily-hero__visual img {
		min-height: 230px;
	}

	.daily-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 126px;
	}

	.daily-pagination {
		gap: 8px;
		margin-top: 24px;
	}

	.daily-gallery-note {
		margin-top: 14px;
		font-size: 0.7rem;
		line-height: 1.75;
	}

	.daily-pagination__button {
		min-height: 40px;
		padding: 0 14px;
		font-size: 0.7rem;
	}

	.daily-pagination__status {
		font-size: 0.82rem;
	}

	.daily-gallery-card {
		grid-template-columns: 116px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
		border-radius: 22px;
	}

	.daily-gallery-card .daily-image-zoom,
	.daily-gallery-card img {
		aspect-ratio: 116 / 92;
		border-radius: 14px;
	}

	.daily-image-modal {
		padding: 16px;
	}

	.daily-image-modal__inner {
		max-height: 82vh;
	}

	.daily-image-modal__image {
		max-height: 82vh;
		border-radius: 14px;
	}

	.daily-image-modal__close {
		top: -10px;
		right: -8px;
		width: 40px;
		height: 40px;
	}

	.daily-image-modal__nav {
		width: 44px;
		min-width: 44px;
		height: 44px;
		padding: 0;
	}

	.daily-image-modal__nav--prev {
		left: 8px;
	}

	.daily-image-modal__nav--next {
		right: 8px;
	}

	.daily-image-modal__nav-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.daily-image-modal__counter {
		top: 8px;
		bottom: auto;
	}

	.daily-image-modal__caption {
		bottom: 10px;
		width: calc(100% - 20px);
		padding: 9px 12px 10px;
		border-radius: 11px;
	}

	.daily-image-modal__caption-title {
		margin-bottom: 2px;
		font-size: 0.9rem;
	}

	.daily-image-modal__caption-text {
		font-size: 0.7rem;
		line-height: 1.55;
		-webkit-line-clamp: 2;
	}

	.daily-gallery-card__body h2 {
		margin-bottom: 6px;
		font-size: 0.95rem;
	}

	.daily-gallery-card__body p {
		font-size: 0.72rem;
		line-height: 1.75;
	}

	.news-page {
		padding: 14px 14px 48px;
	}

	.news-page-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.news-page-header__logo {
		width: min(64vw, 240px);
	}

	.news-page-header__nav {
		justify-content: flex-start;
		gap: 10px 16px;
		font-size: 0.76rem;
	}

	.news-archive-hero {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 26px 22px 18px;
	}

	.news-archive-hero__image {
		width: min(48vw, 180px);
		justify-self: end;
		margin-top: -10px;
	}

	.news-page-kicker {
		font-size: 2.7rem;
	}

	.news-page-title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.news-page-lead {
		font-size: 0.82rem;
		line-height: 1.9;
	}

	.news-archive-list {
		padding: 8px 18px;
		border-radius: 24px;
	}

	.news-archive-item {
		grid-template-columns: 9px minmax(0, 1fr) 38px;
		grid-template-areas:
			"dot date arrow"
			". body arrow";
		gap: 7px 10px;
		padding: 16px 0;
	}

	.news-archive-item__dot {
		grid-area: dot;
	}

	.news-archive-item__date {
		grid-area: date;
		font-size: 0.95rem;
	}

	.news-archive-item__body {
		grid-area: body;
	}

	.news-archive-item__body h2 {
		font-size: 0.92rem;
		line-height: 1.6;
	}

	.news-archive-item__body p {
		font-size: 0.76rem;
	}

	.news-archive-item__arrow {
		grid-area: arrow;
		width: 36px;
		align-self: center;
	}

	.news-single {
		padding: 28px 20px 32px;
		border-radius: 26px;
	}

	.news-single__content {
		font-size: 0.88rem;
		line-height: 1.95;
	}

	.news-single__nav a {
		min-height: 40px;
		padding: 0 18px;
		font-size: 0.82rem;
	}

	.top-day-flow {
		display: block;
		padding: 22px 10px 27px;
	}

	.top-day-flow__inner {
		width: min(100%, 430px);
		padding: 28px 12px 26px;
		border-radius: 32px;
		box-shadow: none;
	}

	.top-day-flow__inner::before {
		top: 80px;
		right: 66px;
		width: 8px;
		height: 8px;
		box-shadow: 18px 34px 0 #8bc9bd, -12px 66px 0 #f3c83c;
	}

	.top-day-flow__inner::after {
		top: 126px;
		right: 92px;
		width: 22px;
		height: 22px;
		border-width: 3px;
	}

	.top-day-flow__head {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		align-items: center;
		margin-bottom: 26px;
	}

	.top-day-flow__clock {
		grid-column: 1;
		grid-row: 1;
		content: url("../images/tokei_sp.png");
		width: 100%;
		justify-self: start;
	}

	.top-day-flow__title-wrap {
		display: none;
	}

	.top-day-flow__title {
		font-size: 2rem;
		letter-spacing: 0.08em;
	}

	.top-day-flow__title::after {
		content: none !important;
		display: none !important;
	}

	.top-day-flow__lead {
		display: none;
	}

	.top-day-flow__plants {
		display: none;
	}

	.top-day-flow__columns {
		display: none;
	}

	.top-day-flow__mobile-list {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		width: 100%;
	}

	.day-flow-item--mobile {
		--day-flow-mobile-thumb-width: clamp(118px, 34vw, 138px);
		grid-template-columns: var(--day-flow-mobile-thumb-width) minmax(0, 1fr);
		grid-template-areas:
			"image time"
			"image title"
			"image text";
		grid-template-rows: auto auto minmax(0, 1fr);
		gap: 6px 12px;
		align-items: start;
		width: 100%;
		justify-self: stretch;
	}

	.day-flow-item--mobile::after {
		left: var(--day-flow-mobile-thumb-width);
		right: 0;
		bottom: -10px;
	}

	.day-flow-item--mobile .day-flow-item__time {
		grid-area: time;
		width: max-content;
		min-width: 78px;
		min-height: 44px;
		padding: 7px 10px;
		font-size: 0.9rem;
		justify-self: start;
	}

	.day-flow-item--mobile .day-flow-item__time::after {
		content: none;
		display: none;
	}

	.top-day-flow__mobile-list .day-flow-item:last-child .day-flow-item__time::after {
		display: none;
	}

	.day-flow-item--mobile .day-flow-item__image {
		aspect-ratio: 76 / 56;
		border-radius: 12px;
	}

	.day-flow-item--mobile .day-flow-item__image-button {
		grid-area: image;
		align-self: start;
		width: 100%;
		border-radius: 12px;
	}

	.day-flow-item--mobile .day-flow-item__image-button::after {
		right: 5px;
		bottom: 5px;
		width: 22px;
		height: 22px;
		font-size: 0.9rem;
	}

	.day-flow-item--mobile .day-flow-item__body {
		display: contents;
	}

	.day-flow-item--mobile .day-flow-item__body h3 {
		grid-area: title;
		align-self: start;
		margin: 0;
		padding: 0 0 7px;
		border: 0 !important;
		border-bottom: 1px dashed rgba(145, 145, 145, 0.58) !important;
		background: transparent !important;
		font-size: 1rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}

	.day-flow-item--mobile .day-flow-item__body h3::after {
		content: none !important;
		display: none !important;
	}

	.day-flow-item--mobile .day-flow-item__body p {
		grid-area: text;
		margin: 0;
		font-size: 0.68rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
	}

	.main-visual-logo {
		position: relative;
		top: auto;
		left: auto;
		width: min(56vw, 220px);
		margin: 0 0 8px 14px;
		transform: translateY(5px);
	}

	.lightning_swiper {
		clear: both;
	}

}

@media (max-width: 999.98px) {
	.top-info-strip__inner {
		grid-template-columns: 1fr;
		width: min(760px, 100%);
	}

	.top-daily-feature {
		width: min(100vw, 430px);
		aspect-ratio: 864 / 1821;
		min-height: 0;
		margin: 0 auto;
		overflow: hidden;
		background-image: url("../images/daily_sp.webp?v=20260817-221324");
		background-position: center;
		background-size: 100% 100%;
	}

	.top-daily-feature::before {
		content: none;
	}

	.top-daily-feature__copy {
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: clamp(44px, 12vw, 56px) calc(12% - 10px) 0 calc(12% + 10px);
	}

	.top-daily-feature__title {
		margin: 0;
		font-size: clamp(2.3rem, 3.6vw, 4rem);
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.top-daily-feature__sub {
		width: fit-content;
		margin: 8px 0 0;
		padding: 0 0 8px;
		border-bottom: 2px dashed #ef91a6;
		font-size: clamp(0.9rem, 1vw, 1.08rem);
		letter-spacing: 0.08em;
	}

	.top-daily-feature__text {
		display: none;
	}

	.top-daily-feature__mobile-lead,
	.top-daily-feature__mobile-text {
		display: block;
		color: #111;
	}

	.top-daily-feature__mobile-lead {
		margin: clamp(20px, 5.6vw, 26px) 0 0;
		font-size: clamp(0.88rem, 3.9vw, 1rem);
		font-weight: 700;
		line-height: 1.75;
		letter-spacing: 0.04em;
	}

	.top-daily-feature__mobile-text {
		margin: clamp(8px, 2.6vw, 12px) 0 0;
		font-size: clamp(0.7rem, 3.25vw, 0.82rem);
		font-weight: 500;
		line-height: 1.85;
		letter-spacing: 0.03em;
	}

	.top-daily-feature__button {
		position: absolute;
		top: clamp(44px, 12vw, 56px);
		right: calc(12% - 10px);
		bottom: auto;
		left: auto;
		width: auto;
		min-height: 42px;
		margin: 0;
		padding: 0 24px;
		font-size: clamp(0.76rem, 0.88vw, 0.92rem);
		transform: none;
	}

	.top-daily-feature__button:hover,
	.top-daily-feature__button:focus {
		transform: translateY(-2px);
	}
}

@media (max-width: 575.98px) {
	.main-visual-logo {
		width: min(61.6vw, 231px);
	}

	.main-visual-nav__toggle {
		width: 58px;
		height: 58px;
	}

	.main-visual-nav__lines {
		width: 28px;
		gap: 6px;
	}

	.main-visual-nav__lines span {
		height: 2.5px;
	}

	.main-visual-nav__label {
		font-size: 0.68rem;
		top: calc(100% + 5px);
	}

	.top-support-blocks {
		padding: 32px 18px 27px;
	}

	.top-contact-banner {
		padding: 51px 18px 12px;
	}

	.top-contact-banner + .top-day-flow {
		padding-top: 11px;
	}

	.top-contact-banner__picture {
		width: min(100%, 430px);
	}

	.top-footer {
		padding: 34px 18px 42px;
	}

	.top-footer__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"address"
			"contact"
			"actions"
			"art"
			"links";
		gap: 14px;
		min-height: 0;
	}

	.top-footer__logo {
		width: min(70vw, 240px);
	}

	.top-footer__actions {
		width: min(100%, 260px);
		justify-self: start;
	}

	.top-footer__art {
		justify-self: center;
		width: min(58vw, 220px);
		min-width: 0;
		margin: 6px auto 0;
	}

	.top-footer__links {
		gap: 10px 14px;
	}

	.top-support-blocks__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		border-right: 0;
	}

	.support-card {
		width: min(100%, 430px);
		min-height: 0;
		aspect-ratio: 896 / 285;
		align-content: center;
		padding: 8px 7% 8px 34%;
		margin: 0 auto;
		border-left: 0;
		border-bottom: 0;
	}

	.support-card:nth-child(1) {
		background-image: url("../images/4block_sp_01b.webp");
	}

	.support-card:nth-child(2) {
		background-image: url("../images/4block_sp_02b.webp");
	}

	.support-card:nth-child(3) {
		background-image: url("../images/4block_sp_03b.webp");
	}

	.support-card:nth-child(4) {
		background-image: url("../images/4block_sp_04b.webp");
	}

	.support-card:nth-child(1)::before,
	.support-card:nth-child(4)::before {
		display: none;
	}

	.support-card__title {
		font-size: clamp(0.92rem, 4vw, 1.08rem);
		line-height: 1.3;
	}

	.support-card__text {
		margin-top: 0.45em;
		font-size: clamp(0.62rem, 2.8vw, 0.68rem);
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	.top-info-strip {
		padding: 22px 0 27px;
	}

	.top-info-strip__inner {
		gap: 34px;
	}

	.top-news-simple {
		padding: 0 14px;
	}

	.top-news-simple__head {
		display: grid;
		grid-template-columns: auto auto minmax(0, 1fr);
		gap: 8px 14px;
		align-items: center;
	}

	.top-news-simple__button {
		grid-column: 3;
		justify-self: end;
		margin-left: auto;
	}

	.top-news-simple__list li {
		grid-template-columns: 9px 76px minmax(0, 1fr);
		gap: 10px;
		font-size: 0.68rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
	}

	.guide-page {
		padding: 14px 14px 48px;
	}

	.guide-page-header {
		margin-bottom: 24px;
	}

	.guide-page-header__logo {
		width: min(72vw, 270px);
	}

	.guide-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 28px;
		padding: 26px 20px 30px;
		border-radius: 28px;
	}

	.guide-page-kicker {
		font-size: 2.7rem;
	}

	.guide-page-title {
		font-size: 1.45rem;
		line-height: 1.5;
	}

	.guide-page-lead {
		font-size: 0.92rem;
		line-height: 1.95;
	}

	.guide-hero__actions,
	.guide-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.guide-button {
		width: 100%;
		min-height: 46px;
		padding: 0 18px;
	}

	.guide-hero__illust {
		width: min(76vw, 280px);
	}

	.guide-content {
		gap: 22px;
	}

	.guide-section {
		padding: 22px 18px;
		border-radius: 26px;
	}

	.guide-section h2 {
		font-size: 1.22rem;
		line-height: 1.55;
	}

	.guide-section p,
	.guide-section li,
	.guide-section dd {
		font-size: 0.92rem;
		line-height: 1.9;
	}

	.guide-hours-list,
	.guide-card-list,
	.guide-flow {
		grid-template-columns: 1fr;
	}

	.guide-card-list li {
		text-align: left;
	}

	.guide-phone {
		display: flex;
		width: 100%;
		border-radius: 18px;
	}

}

.about-page,
.guide-page,
.news-page,
.daily-page,
.access-page,
.policy-page,
.contact-page {
	padding-top: 0;
}

.about-page-header,
.guide-page-header,
.news-page-header,
.daily-page-header,
.access-page-header,
.policy-page-header,
.contact-page-header {
	width: 100%;
	margin: 0 0 clamp(28px, 4vw, 48px);
}

.about-page-header__logo,
.guide-page-header__logo,
.news-page-header__logo,
.daily-page-header__logo,
.access-page-header__logo,
.policy-page-header__logo,
.contact-page-header__logo {
	width: clamp(224px, 28vw, 420px);
	margin-left: calc(clamp(14px, 2.6vw, 42px) - 20px);
	transform: translateY(5px);
}

@media (max-width: 767.98px) {
	.about-page,
	.guide-page,
	.news-page,
	.daily-page,
	.access-page,
	.policy-page,
	.contact-page {
		padding-top: 0;
	}

	.about-page-header__logo,
	.guide-page-header__logo,
	.news-page-header__logo,
	.daily-page-header__logo,
	.access-page-header__logo,
	.policy-page-header__logo,
	.contact-page-header__logo {
		width: min(61.6vw, 231px);
		margin-left: 0;
		transform: translateY(5px);
	}
}

.top-day-flow__inner::before,
.top-day-flow__inner::after {
	content: none !important;
	display: none !important;
}

.top-day-flow__clock,
.top-day-flow__lead,
.top-day-flow__plants {
	display: none !important;
}

.top-day-flow__head {
	display: grid !important;
	grid-template-columns: none !important;
	align-items: center;
	justify-items: center;
	gap: 7px;
	margin-bottom: clamp(28px, 3.5vw, 42px);
	text-align: center;
}

.top-day-flow__title-wrap {
	display: grid !important;
	grid-column: auto !important;
	grid-row: auto !important;
	align-items: center;
	justify-items: center;
	gap: 7px;
	padding-left: 0 !important;
	transform: none !important;
	pointer-events: auto;
}

.top-day-flow__title {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent;
	color: #111;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(2.3rem, 3.6vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
	transform: rotate(-4deg);
}

.top-day-flow__title::before,
.top-day-flow__title::after {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: auto;
	bottom: auto;
	top: 0.02em;
	width: 0.9em;
	height: 0.9em !important;
	aspect-ratio: 1;
	border: 0 !important;
	border-radius: 0;
	pointer-events: none;
}

.top-day-flow__title::before {
	left: -1.08em;
	background: url("../images/h_left_yellow.webp") center / contain no-repeat !important;
}

.top-day-flow__title::after {
	right: calc(-1.38em + 25px);
	background: url("../images/h_right_blue.webp") center / contain no-repeat !important;
}

.top-day-flow__sub {
	margin: 0;
	color: #111;
	font-size: clamp(0.9rem, 1vw, 1.08rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
	text-align: center;
}

@media (max-width: 767.98px) {
	.top-day-flow__head {
		margin-bottom: 24px;
	}

	.top-day-flow__title-wrap {
		display: grid !important;
		gap: 7px;
	}

	.top-day-flow__title {
		font-size: clamp(2.2rem, 12vw, 3.15rem);
	}

	.top-day-flow__sub {
		font-size: 0.82rem;
	}
}

/* Guide page: align the page rhythm with the About page heading and sections. */
.guide-page {
	padding: 0 20px clamp(58px, 7vw, 96px);
	background: #fff !important;
	color: #111;
}

.guide-page-heading {
	margin-bottom: clamp(36px, 5vw, 60px);
}

.guide-content-wrap {
	width: min(980px, 100%);
	margin: 0 auto;
}

.guide-content {
	display: grid;
	gap: clamp(42px, 6vw, 72px);
}

.guide-section {
	position: relative;
	width: min(900px, 100%);
	margin: 0 auto;
	padding: clamp(34px, 4.8vw, 56px) clamp(28px, 5vw, 64px);
	border: 0;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 16px 34px rgba(78, 58, 36, 0.045);
	color: #111;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.04em;
}

.guide-section:nth-of-type(odd) {
	background: rgba(239, 249, 244, 0.76);
}

.guide-section:nth-of-type(even),
.guide-section--accent {
	background: rgba(255, 246, 236, 0.86);
}

.guide-section h2 {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto clamp(32px, 4vw, 44px);
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: #111;
	font-size: clamp(1.28rem, 2vw, 1.85rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-align: center;
}

.guide-section h2::before {
	content: none !important;
	display: none !important;
}

.guide-section h2::after {
	content: none !important;
	display: none !important;
}

#guide-target {
	margin-top: clamp(88px, 9vw, 112px);
	scroll-margin-top: clamp(130px, 12vw, 160px);
}

#guide-target::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -28px;
	z-index: 2;
	width: clamp(140px, 21vw, 210px);
	aspect-ratio: 1;
	background: url("../images/guide_01.webp?v=20260813") center / contain no-repeat;
	pointer-events: none;
}

#guide-target > h2 {
	position: absolute;
	top: calc(clamp(88px, 8.5vw, 108px) * -1 - 12px);
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.8vw, 22px);
	box-sizing: border-box;
	width: min(720px, calc(100% - 48px));
	min-height: clamp(78px, 8vw, 96px);
	margin: 0;
	padding: 10px 0;
	background: transparent !important;
	transform: translateX(-50%);
	white-space: nowrap;
}

#guide-target > h2::before {
	content: "" !important;
	position: relative;
	display: block !important;
	flex: 0 0 clamp(62px, 7.5vw, 88px);
	width: clamp(62px, 7.5vw, 88px);
	aspect-ratio: 1;
	background: url("../images/guide-heading-icon.webp") center / contain no-repeat;
}

#guide-target > h2::after {
	content: "" !important;
	position: relative;
	display: block !important;
	flex: 0 0 clamp(42px, 4.6vw, 56px);
	width: clamp(42px, 4.6vw, 56px);
	aspect-ratio: 1;
	background: url("../images/015.webp?v=20260813") center / contain no-repeat;
	transform: translateX(-20px);
}

.guide-target-heading__text,
.guide-hours-heading__text,
.guide-flow-heading__text {
	position: relative;
	isolation: isolate;
	display: inline-block;
	padding: 10px clamp(22px, 2.5vw, 32px);
	background: transparent;
}

.guide-target-heading__text::before,
.guide-hours-heading__text::before,
.guide-flow-heading__text::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.guide-target-heading__text::before {
	background: url("../images/guide-heading-blue.webp?v=20260811-1758") center / 100% 100% no-repeat;
}

.guide-hours-heading__text::before {
	background: url("../images/guide-heading-pink.webp?v=20260811-1758") center / 100% 100% no-repeat;
}

.guide-flow-heading__text::before {
	background: url("../images/guide-flow-heading-yellow.webp?v=20260811-1758") center / 100% 100% no-repeat;
}

#guide-hours {
	margin-top: clamp(82px, 8vw, 96px);
}

#guide-hours::before {
	content: "";
	position: absolute;
	top: -18px;
	left: -24px;
	z-index: 2;
	width: clamp(88px, 10vw, 110px);
	aspect-ratio: 1;
	background: url("../images/3pinkstar.webp?v=20260813") center / contain no-repeat;
	pointer-events: none;
}

#guide-hours::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -44px;
	z-index: 2;
	width: clamp(140px, 21vw, 210px);
	aspect-ratio: 1;
	background: url("../images/guide_02.webp?v=20260813-1241") center / contain no-repeat;
	pointer-events: none;
}

#guide-hours > h2 {
	position: absolute;
	top: calc(clamp(82px, 8vw, 96px) * -1);
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.8vw, 22px);
	width: min(720px, calc(100% - 48px));
	margin: 0;
	transform: translateX(-50%);
}

#guide-hours > h2::before {
	content: "" !important;
	position: relative;
	display: block !important;
	flex: 0 0 clamp(56px, 6.75vw, 79px);
	width: clamp(56px, 6.75vw, 79px);
	aspect-ratio: 1;
	background: url("../images/guide-hours-icon.webp?v=20260811") center / contain no-repeat;
}

#guide-hours > h2::after {
	content: "" !important;
	position: relative;
	display: block !important;
	flex: 0 0 clamp(42px, 4.6vw, 56px);
	width: clamp(42px, 4.6vw, 56px);
	aspect-ratio: 1;
	background: url("../images/right_pink.webp?v=20260813") center / contain no-repeat;
	transform: translateX(-20px);
}

#guide-flow {
	margin-top: clamp(82px, 8vw, 96px);
	background: rgba(255, 246, 236, 0.86);
}

#guide-flow > h2 {
	position: absolute;
	top: calc(clamp(82px, 8vw, 96px) * -1);
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.8vw, 22px);
	width: min(720px, calc(100% - 48px));
	margin: 0;
	transform: translateX(-50%);
}

#guide-flow > h2::before {
	content: none !important;
	display: none !important;
}

#guide-flow > h2::after {
	content: "" !important;
	position: absolute;
	top: 50%;
	left: calc(50% + clamp(112px, 9.4vw, 136px));
	right: auto;
	display: block !important;
	flex: none;
	width: clamp(42px, 4.6vw, 56px);
	aspect-ratio: 1;
	background: url("../images/right_yellow.webp?v=20260813") center / contain no-repeat;
	transform: translateY(-50%);
}

.guide-section h3 {
	margin: 0 0 10px;
	color: #111;
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.guide-section p,
.guide-section li,
.guide-section dd {
	color: #111;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.04em;
}

.guide-section strong,
.guide-card-list li,
.guide-flow-step > h3,
.guide-flow-step h3,
.guide-faq-item__question {
	font-weight: 700;
}

.guide-check-list,
.guide-card-list,
.guide-hours-list,
.guide-faq-list,
.guide-flow {
	margin-top: clamp(18px, 2.6vw, 26px);
}

.guide-check-list {
	gap: 12px;
}

.guide-check-list li {
	padding-left: 24px;
}

.guide-check-list li::before {
	top: 0.82em;
	width: 8px;
	height: 8px;
	background: #8bc9bd;
	box-shadow: none;
}

#guide-target .guide-check-list li:first-child::after,
#guide-target .guide-check-list li:nth-child(2)::after {
	content: "";
	position: absolute;
	z-index: 1;
	aspect-ratio: 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}

#guide-target .guide-check-list li:first-child::after {
	top: -58px;
	left: -66px;
	width: clamp(74px, 8vw, 94px);
	background-image: url("../images/guide01_2.webp?v=20260813");
}

#guide-target .guide-check-list li:nth-child(2)::after {
	top: -140px;
	left: 26px;
	width: clamp(31px, 3.25vw, 38px);
	background-image: url("../images/guide01_3.webp?v=20260813");
}

.guide-hours-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 18px);
}

.guide-hours-item,
.guide-hours-list > div,
.guide-card-list li,
.guide-flow-step,
.guide-faq-item,
#guide-faq > div:not(.guide-note) {
	border: 1px dashed rgba(120, 120, 120, 0.22);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.guide-hours-item__label,
.guide-hours-list dt {
	color: #69bfb5;
	letter-spacing: 0.08em;
}

#guide-hours {
	border: 1px solid rgba(226, 171, 179, 0.32);
	background: linear-gradient(145deg, rgba(255, 250, 249, 0.98), rgba(255, 239, 242, 0.9));
	box-shadow: 0 18px 42px rgba(174, 112, 122, 0.08);
	color: #4b3f41;
}

#guide-hours > p {
	color: #5d4c4e;
}

#guide-hours .guide-hours-item,
#guide-hours .guide-hours-list > div {
	border: 1px solid rgba(218, 164, 172, 0.34);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 8px 20px rgba(171, 111, 119, 0.045);
}

#guide-hours .guide-hours-item__label,
#guide-hours .guide-hours-list dt {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0;
	padding: 4px 11px;
	border-radius: 999px;
	background: rgba(247, 213, 217, 0.72);
	color: #9f5964;
}

#guide-hours .guide-hours-item__value,
#guide-hours .guide-hours-list dd {
	color: #4b3f41;
	font-weight: 400;
}

#guide-hours .guide-hours-item > br,
#guide-hours .guide-hours-list > div > br {
	display: none;
}

.guide-card-list {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(10px, 1.6vw, 14px);
}

.guide-note {
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(243, 200, 60, 0.5);
	border-radius: 18px;
}

.guide-text-link {
	display: inline-flex;
	width: fit-content;
	margin-top: clamp(16px, 2vw, 22px);
	padding-bottom: 0.1em;
	background-image: linear-gradient(#f3c83c, #f3c83c);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 3px;
	color: #111;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.22s ease, transform 0.22s ease;
}

.guide-text-link:hover,
.guide-text-link:focus {
	color: #69bfb5;
	transform: translateY(-2px);
}

.guide-flow {
	gap: clamp(14px, 2vw, 20px);
}

.guide-flow-step {
	grid-template-columns: 52px minmax(0, 1fr);
	padding: clamp(18px, 2.6vw, 26px);
}

.guide-flow-step::before {
	width: 44px;
	height: 44px;
	background: #8bc9bd;
	font-size: 1.12rem;
}

#guide-flow.guide-flow-reference {
	overflow: visible;
	padding: clamp(22px, 3vw, 36px) clamp(22px, 4vw, 48px);
	border: 0;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: none;
}

#guide-flow .guide-flow--reference {
	display: grid;
	gap: 0;
	max-width: none;
	margin: 0;
}

#guide-flow .guide-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 62px 92px minmax(0, 1fr);
	gap: clamp(14px, 2vw, 24px);
	align-items: center;
	padding: clamp(16px, 1.5vw, 20px) 4px clamp(18px, 2vw, 24px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

#guide-flow .guide-flow-step > p:empty {
	display: none;
}

#guide-flow .guide-flow-step:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 54px;
	height: 2px;
	background: repeating-linear-gradient(90deg, #f3a6ad 0 5px, transparent 5px 10px);
	transform: rotate(-0.35deg);
	transform-origin: left center;
}

#guide-flow .guide-flow-step:nth-child(4)::after {
	background: repeating-linear-gradient(90deg, #e8c94f 0 5px, transparent 5px 10px);
}

#guide-flow .guide-flow-step::before {
	display: inline-grid;
	place-items: center;
	grid-column: 1;
	grid-row: 1;
	width: 54px;
	height: 54px;
	margin: 0;
	border-radius: 46% 54% 48% 52% / 55% 45% 55% 45%;
	background: #9bd8cf;
	font-size: 1.05rem;
	font-weight: 700;
	transform: rotate(-5deg);
}

#guide-flow .guide-flow-step:nth-child(2)::before {
	background: #f5aeb5;
	transform: rotate(4deg);
}

#guide-flow .guide-flow-step:nth-child(3)::before {
	background: #f1cf4d;
	transform: rotate(-3deg);
}

#guide-flow .guide-flow-step:nth-child(4)::before {
	background: #acd3ec;
	transform: rotate(5deg);
}

#guide-flow .guide-flow-step:nth-child(5)::before {
	background: #acd39f;
	transform: rotate(-4deg);
}

#guide-flow .guide-flow-step__illustration {
	position: relative;
	display: block;
	grid-column: 2;
	grid-row: 1;
	width: 82px;
	height: 82px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#guide-flow .guide-flow-step:not(:last-child) .guide-flow-step__illustration::after {
	content: "";
	position: absolute;
	bottom: calc(clamp(18px, 2vw, 24px) * -1 - 7px);
	left: -65px;
	width: 0;
	height: 0;
	border-top: 8px solid #4c4a46;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

#guide-flow .guide-flow-step:nth-child(1) .guide-flow-step__illustration {
	background-image: url("../images/guide-flow-step-01.webp?v=20260811-2301");
}

#guide-flow .guide-flow-step:nth-child(2) .guide-flow-step__illustration {
	background-image: url("../images/guide-flow-step-02.webp?v=20260811");
}

#guide-flow .guide-flow-step:nth-child(3) .guide-flow-step__illustration {
	background-image: url("../images/guide-flow-step-03.webp?v=20260811");
}

#guide-flow .guide-flow-step:nth-child(4) .guide-flow-step__illustration {
	background-image: url("../images/guide-flow-step-04.webp?v=20260811");
}

#guide-flow .guide-flow-step:nth-child(5) .guide-flow-step__illustration {
	background-image: url("../images/guide-flow-step-05.webp?v=20260811");
}

#guide-flow .guide-flow-step__body {
	display: block;
	grid-column: 3;
	grid-row: 1;
	min-width: 0;
}

#guide-flow .guide-flow-step__body h3 {
	margin: 0 0 6px;
	padding: 0;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	font-size: clamp(1.08rem, 1.55vw, 1.34rem);
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-decoration: none;
}

#guide-flow .guide-flow-step__body h3::before,
#guide-flow .guide-flow-step__body h3::after {
	content: none !important;
	display: none !important;
}

#guide-flow .guide-flow-step__body p {
	margin: 0;
	color: #363330;
	font-size: clamp(0.88rem, 1vw, 1rem);
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.035em;
}

.guide-faq-list {
	gap: clamp(14px, 2vw, 20px);
}

.guide-faq-item__mark {
	background: #f3c83c;
	color: #111;
}

.guide-faq-item__answer .guide-faq-item__mark {
	background: #8bc9bd;
}

.guide-button {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.guide-page {
		padding: 0 14px 48px;
	}

	.guide-page-header {
		margin-bottom: 36px;
	}

	.guide-page-heading {
		margin-bottom: 42px;
	}

	.guide-content-wrap {
		width: 100%;
	}

	.guide-content {
		gap: 30px;
	}

	.guide-section {
		width: 100%;
		padding: 28px 20px 30px;
		border-radius: 22px;
		font-size: 0.9rem;
		line-height: 1.95;
	}

	.guide-section h2 {
		margin-bottom: 34px;
		font-size: 1.16rem;
		line-height: 1.55;
		white-space: normal;
	}

	#guide-target {
		margin-top: 86px;
		scroll-margin-top: 110px;
	}

	#guide-target::after {
		z-index: 0;
		width: 130px;
	}

	#guide-hours::after {
		z-index: 0;
		width: 130px;
		bottom: -28px;
	}

	#guide-target,
	#guide-hours {
		isolation: isolate;
	}

	#guide-target > *,
	#guide-hours > * {
		position: relative;
		z-index: 1;
	}

	#guide-hours::before {
		top: -5px;
		left: -8px;
		width: 72px;
	}

	#guide-target .guide-check-list li:first-child::after {
		top: -42px;
		left: -28px;
		width: 60px;
	}

	#guide-target .guide-check-list li:nth-child(2)::after {
		top: -115px;
		left: 30px;
		width: 26px;
	}

	#guide-target > h2 {
		top: -80px;
		gap: 8px;
		width: calc(100% - 8px);
		min-height: 70px;
		margin: 0;
		padding: 8px 0;
		font-size: 1.04rem;
		white-space: nowrap;
	}

	#guide-target > h2::before {
		flex-basis: 54px;
		width: 54px;
	}

	#guide-target > h2::after {
		flex-basis: 34px;
		width: 34px;
	}

	#guide-hours > h2::after {
		flex-basis: 34px;
		width: 34px;
	}

	#guide-flow > h2::after {
		position: absolute;
		top: 50%;
		left: calc(50% + 58px);
		right: auto;
		flex-basis: auto;
		width: 34px;
		transform: translateY(-50%);
	}

	.guide-target-heading__text,
	.guide-hours-heading__text,
	.guide-flow-heading__text {
		padding: 8px 14px;
	}

	.guide-target-heading__text::before,
	.guide-hours-heading__text::before,
	.guide-flow-heading__text::before {
		top: 14px;
	}

	#guide-hours {
		margin-top: 76px;
	}

	#guide-hours > h2 {
		top: -76px;
		gap: 8px;
		width: calc(100% - 8px);
		margin: 0;
	}

	#guide-hours > h2::before {
		flex-basis: 49px;
		width: 49px;
	}

	#guide-flow {
		margin-top: 76px;
	}

	#guide-flow > h2 {
		top: -76px;
		gap: 8px;
		width: calc(100% - 8px);
		margin: 0;
	}

	.guide-section p,
	.guide-section li,
	.guide-section dd {
		font-size: 0.9rem;
		line-height: 1.95;
	}

	.guide-hours-list,
	.guide-card-list,
	.guide-flow {
		grid-template-columns: 1fr;
	}

	.guide-card-list li {
		text-align: left;
	}

	.guide-flow-step {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
		padding: 18px;
	}

	.guide-flow-step::before {
		width: 38px;
		height: 38px;
		font-size: 1rem;
	}

	#guide-flow.guide-flow-reference {
		padding: 14px 12px 20px;
	}

	#guide-flow .guide-flow-step {
		grid-template-columns: 44px 60px minmax(0, 1fr);
		gap: 8px;
		padding: 14px 0 18px;
	}

	#guide-flow .guide-flow-step::before {
		width: 40px;
		height: 40px;
		font-size: 0.88rem;
	}

	#guide-flow .guide-flow-step:not(:last-child)::after {
		left: 40px;
	}

	#guide-flow .guide-flow-step__illustration {
		width: 58px;
		height: 58px;
	}

	#guide-flow .guide-flow-step:not(:last-child) .guide-flow-step__illustration::after {
		bottom: -25px;
		left: -38px;
		border-top-width: 7px;
		border-right-width: 5px;
		border-left-width: 5px;
	}

	#guide-flow .guide-flow-step__body h3 {
		margin-bottom: 5px;
		font-size: 1rem;
	}

	#guide-flow .guide-flow-step__body p {
		font-size: 0.8rem;
		line-height: 1.85;
	}

	.guide-faq-item__question,
	.guide-faq-item__answer {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.guide-faq-item__mark {
		width: 32px;
		height: 32px;
	}
}

/* Access page: use the same top heading language as the About page. */
.access-page {
	padding: 0 20px clamp(58px, 7vw, 96px);
	overflow-x: hidden;
	background: #fff !important;
	color: #111;
}

.access-page-heading {
	position: relative;
	isolation: isolate;
	margin-bottom: clamp(36px, 5vw, 60px);
}

.access-page-heading::before,
.access-page-heading::after {
	content: "";
	position: absolute;
	top: calc(100% + clamp(18px, 3vw, 36px));
	z-index: 0;
	width: clamp(250px, 25vw, 330px);
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	transform: translateY(-50%);
}

.access-page-heading::before {
	left: calc((100vw - 100%) / -2 - 40px);
	background-image: url("../images/access-hero-deco-blue.webp");
}

.access-page-heading::after {
	right: calc((100vw - 100%) / -2 - 40px);
	background-image: url("../images/access-hero-deco-pink.webp");
}

.access-page-heading > * {
	position: relative;
	z-index: 1;
}

.about-page,
.daily-page,
.guide-page {
	overflow-x: hidden;
}

.about-page .about-page-heading,
.daily-page .daily-page-heading,
.guide-page .guide-page-heading {
	isolation: isolate;
}

.about-page .about-page-heading::before,
.about-page .about-page-heading::after,
.daily-page .daily-page-heading::before,
.daily-page .daily-page-heading::after,
.guide-page .guide-page-heading::before,
.guide-page .guide-page-heading::after {
	content: "";
	position: absolute;
	top: calc(100% + clamp(18px, 3vw, 36px));
	z-index: 0;
	width: clamp(250px, 25vw, 330px);
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	transform: translateY(-50%);
}

.about-page .about-page-heading::before,
.daily-page .daily-page-heading::before,
.guide-page .guide-page-heading::before {
	left: calc((100vw - 100%) / -2 - 40px);
	background-image: url("../images/access-hero-deco-blue.webp");
}

.about-page .about-page-heading::after,
.daily-page .daily-page-heading::after,
.guide-page .guide-page-heading::after {
	right: calc((100vw - 100%) / -2 - 40px);
	background-image: url("../images/access-hero-deco-pink.webp");
}

.about-page .about-page-heading > *,
.daily-page .daily-page-heading > *,
.guide-page .guide-page-heading > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199.98px) {
	.about-page .about-page-heading::before,
	.about-page .about-page-heading::after,
	.daily-page .daily-page-heading::before,
	.daily-page .daily-page-heading::after,
	.guide-page .guide-page-heading::before,
	.guide-page .guide-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 180px;
	}

	.about-page .about-page-heading::before,
	.daily-page .daily-page-heading::before,
	.guide-page .guide-page-heading::before {
		left: calc((100vw - 100%) / -2);
	}

	.about-page .about-page-heading::after,
	.daily-page .daily-page-heading::after,
	.guide-page .guide-page-heading::after {
		right: calc((100vw - 100%) / -2);
	}
}

.about-inline-toc--top {
	position: relative;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	width: min(520px, calc(100vw - 440px));
	margin: 0 auto clamp(46px, 6vw, 72px);
	padding: 26px 30px 28px;
	border: 1px solid rgba(139, 201, 189, 0.3);
	border-radius: 32px;
	background:
		radial-gradient(circle at 9% 16%, rgba(243, 200, 60, 0.42) 0 4px, transparent 5px),
		radial-gradient(circle at 92% 84%, rgba(247, 164, 168, 0.35) 0 5px, transparent 6px),
		rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 28px rgba(82, 105, 99, 0.055);
}

.about-inline-toc--top .about-inline-toc__label {
	display: block;
	width: fit-content;
	margin: 0 auto 24px !important;
	padding: 0 8px 11px;
	color: #64afa6;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 1.1rem !important;
	letter-spacing: 0.18em !important;
	text-align: center;
}

.about-inline-toc--top .about-inline-toc__label::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 74px;
	height: 7px;
	background: url("../images/yellow_pointline.webp") center / 100% 100% no-repeat;
	transform: translateX(-50%);
}

.about-inline-toc--top .about-inline-toc__label::after {
	right: -32px;
	top: -18px;
	width: 34px;
	opacity: 0.58;
}

.about-inline-toc--top .about-inline-toc__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px dashed rgba(139, 201, 189, 0.42);
	border-bottom: 1px dashed rgba(139, 201, 189, 0.42);
}

.about-inline-toc--top .about-inline-toc__list li {
	position: relative;
	min-height: 58px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.about-inline-toc--top .about-inline-toc__list li + li {
	border-left: 0;
}

.about-inline-toc--top .about-inline-toc__list li:nth-child(odd) {
	border-right: 1px dashed rgba(139, 201, 189, 0.34);
}

.about-inline-toc--top .about-inline-toc__list li:nth-child(-n + 2) {
	border-bottom: 1px dashed rgba(139, 201, 189, 0.34);
}

.about-inline-toc--top .about-inline-toc__list li::before {
	left: 18px;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
}

.about-inline-toc--top .about-inline-toc__list a {
	justify-content: flex-start;
	min-height: 58px;
	padding: 10px 14px 10px 36px;
	font-size: clamp(0.74rem, 0.9vw, 0.84rem);
	line-height: 1.55;
	text-align: left;
	white-space: normal;
}

@media (max-width: 1199.98px) {
	.about-inline-toc--top {
		width: min(520px, calc(100vw - 400px));
	}
}

.access-content-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: start;
	width: min(861.12px, 100%);
	margin: 0 auto;
}

.access-content {
	padding: clamp(24px, 4vw, 46px) 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.access-content h2 {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto clamp(34px, 4vw, 46px);
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: #111;
	font-size: clamp(1.36rem, 2vw, 1.9rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-align: center;
}

.access-content h2::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon05.webp") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.access-content h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: block;
	width: 110%;
	height: 14px;
	border: 0 !important;
	background: url("../images/yellow_pointline.webp") center / 100% 100% no-repeat;
	transform: translateX(-50%);
	pointer-events: none;
}

.access-content > h2.wp-block-heading:first-child {
	display: none;
}

.access-content p,
.access-content li,
.access-map-card p {
	color: #111;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.04em;
}

.access-info-table {
	position: relative;
	margin: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.access-info-table table {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

.access-info-table tbody {
	display: grid;
	gap: clamp(10px, 1.3vw, 14px);
}

.access-info-table tr {
	display: grid;
	grid-template-columns: minmax(190px, 27%) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(224, 187, 191, 0.38);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(139, 94, 98, 0.055);
}

.access-info-table th,
.access-info-table td {
	padding: clamp(17px, 2.2vw, 24px) clamp(18px, 2.6vw, 28px);
	border: 0;
	color: #111;
	font-size: clamp(0.86rem, 1vw, 0.98rem);
	line-height: 1.9;
	letter-spacing: 0.03em;
	vertical-align: middle;
}

.access-info-table th {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	min-width: 0;
	padding-left: clamp(46px, 5vw, 58px);
	border-right: 1px dashed rgba(218, 171, 177, 0.5);
	background: rgba(255, 244, 241, 0.94);
	font-weight: 700;
	text-align: left;
}

.access-info-table th::before {
	content: "";
	position: absolute;
	left: clamp(20px, 2.5vw, 27px);
	top: 50%;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #e4a9b1;
	box-shadow: 0 0 0 1px rgba(205, 139, 148, 0.42);
	transform: translateY(-50%);
}

.access-info-table td {
	background: #fff;
	font-weight: 400;
}

.access-info-table a {
	color: #111;
	font-weight: 700;
	text-decoration: none;
}

.access-info-table__note {
	color: #333;
	font-size: 0.92em;
}

.access-transport {
	width: min(861.12px, 100%);
	margin: clamp(42px, 6vw, 72px) auto 0;
}

.access-page > .access-transport--map-top {
	position: relative;
	z-index: 2;
	margin-top: 0;
}

.access-transport__heading {
	margin: 0 auto clamp(24px, 3.5vw, 36px);
	text-align: center;
}

.access-transport__heading h2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 14px;
	padding: 0;
	border: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #111;
	font-size: clamp(1.28rem, 1.8vw, 1.65rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: none !important;
}

.access-transport__heading h2::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon16.webp?v=20260805-1610") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.access-transport__heading h2::after {
	content: none !important;
	display: none !important;
}

.access-transport__heading-text {
	position: relative;
	isolation: isolate;
	display: inline-block;
	padding: 10px clamp(22px, 2.5vw, 32px);
}

.access-transport__heading-text::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url("../images/guide-heading-blue.webp?v=20260811-1758") center / 100% 100% no-repeat;
	pointer-events: none;
}

.access-transport__heading p {
	margin: 20px 0 0;
	color: #333;
	font-size: clamp(0.84rem, 1vw, 0.96rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.access-transport__list {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(224, 187, 191, 0.38);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(139, 94, 98, 0.06);
	list-style: none;
}

.access-transport__list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	gap: clamp(14px, 2vw, 22px);
	align-items: center;
	padding: clamp(16px, 2vw, 21px) clamp(18px, 2.6vw, 28px);
	color: #111;
	font-size: clamp(0.9rem, 1vw, 1rem);
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.access-transport__list li + li {
	border-top: 1px dashed rgba(218, 171, 177, 0.48);
}

.access-transport__rank {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 228, 225, 0.94);
	color: #ad6f78;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 0.92rem;
	font-weight: 700;
}

.access-transport__list li:nth-child(2) .access-transport__rank {
	background: rgba(226, 245, 240, 0.94);
	color: #5d9b91;
}

.access-transport__list li:nth-child(3) .access-transport__rank {
	background: rgba(255, 244, 210, 0.96);
	color: #a98225;
}

.access-transport__list strong {
	font-weight: 700;
}

.access-transport__time {
	min-width: 102px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(255, 244, 241, 0.96);
	color: #8d6268;
	font-size: 0.86em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.access-exterior {
	position: relative;
	width: min(1040px, 100%);
	margin: clamp(42px, 6vw, 72px) auto 0;
	padding: 0;
	overflow: visible;
	border-radius: 0;
	background: transparent;
}

.access-exterior__heading {
	margin: 0 auto clamp(24px, 3.5vw, 38px);
	text-align: center;
}

.access-exterior__heading h2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 14px;
	padding: 0;
	border: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #111;
	font-size: clamp(1.28rem, 1.8vw, 1.65rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: none !important;
}

.access-exterior__heading h2::before {
	content: "" !important;
	position: absolute;
	right: calc(100% + clamp(12px, 1.6vw, 20px));
	top: 50%;
	display: block !important;
	width: clamp(59px, 6.44vw, 81px);
	aspect-ratio: 1;
	background: url("../images/icon18.webp?v=20260806-2235") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.access-exterior__heading h2::after {
	content: none !important;
	display: none !important;
}

.access-exterior__heading-text {
	position: relative;
	isolation: isolate;
	display: inline-block;
	padding: 10px clamp(22px, 2.5vw, 32px);
}

.access-exterior__heading-text::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url("../images/guide-heading-pink.webp?v=20260811-1758") center / 100% 100% no-repeat;
	pointer-events: none;
}

.access-exterior__heading > p:last-child {
	margin: 20px 0 0;
	color: #333;
	font-size: clamp(0.84rem, 1vw, 0.96rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.access-exterior__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 30px);
}

.access-exterior__card {
	position: relative;
	margin: 0;
	padding: 10px 10px 15px;
	border: 1px solid rgba(224, 187, 191, 0.34);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 28px rgba(139, 94, 98, 0.08);
	transform: rotate(-0.65deg);
}

.access-exterior__card:nth-child(even) {
	border-color: rgba(139, 201, 189, 0.34);
	transform: rotate(0.65deg);
}

.access-exterior__card::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	z-index: 2;
	width: 72px;
	height: 21px;
	border-radius: 2px;
	background: rgba(243, 200, 60, 0.42);
	transform: translateX(-50%) rotate(-2deg);
	pointer-events: none;
}

.access-exterior__card:nth-child(even)::before {
	background: rgba(247, 164, 168, 0.34);
	transform: translateX(-50%) rotate(2deg);
}

.access-exterior__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 17px;
	background: #f8efec;
	box-shadow: none;
}

.access-exterior__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.access-exterior__zoom {
	position: relative;
	overflow: hidden;
	border-radius: inherit;
}

.access-exterior__zoom::after {
	content: "拡大";
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 2;
	display: grid;
	place-items: center;
	min-width: 48px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #463c39;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	box-shadow: 0 5px 15px rgba(45, 37, 33, 0.15);
	pointer-events: none;
	backdrop-filter: blur(4px);
}

.access-exterior__card figcaption {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 6px 0;
	color: #111;
	font-size: clamp(0.86rem, 1vw, 0.96rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.access-exterior__card figcaption span {
	display: inline-grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: rgba(255, 228, 225, 0.9);
	color: #ad6f78;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: 0.78rem;
	letter-spacing: 0;
}

.access-exterior__card:nth-child(even) figcaption span {
	background: rgba(226, 245, 240, 0.92);
	color: #5d9b91;
}

.access-exterior__note {
	margin: clamp(16px, 2.2vw, 22px) 2px 0 !important;
	color: #6b6260 !important;
	font-size: 0.76rem !important;
	line-height: 1.7 !important;
	letter-spacing: 0.04em !important;
	text-align: right;
}

.access-map-card {
	position: relative;
	top: auto;
	padding: clamp(24px, 3.2vw, 34px);
	border: 0;
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 12%, rgba(247, 164, 168, 0.28) 0 7px, transparent 8px),
		radial-gradient(circle at 80% 22%, rgba(243, 200, 60, 0.28) 0 5px, transparent 6px),
		rgba(255, 246, 236, 0.9);
	box-shadow: 0 18px 34px rgba(78, 58, 36, 0.055);
}

.access-map-card__label {
	margin: 0 0 10px !important;
	color: #69bfb5;
	font-family: "Kalam", "Comic Sans MS", cursive;
	font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.12em !important;
	transform: rotate(-4deg);
}

.access-map-card h2 {
	margin: 0 0 clamp(14px, 2vw, 20px);
	color: #111;
	font-size: clamp(1.04rem, 1.34vw, 1.22rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.access-map-card h2::before,
.access-map-card h2::after {
	content: none !important;
	display: none !important;
}

.access-map-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: clamp(16px, 2vw, 22px);
	padding: 0 22px;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.access-map-card__button:hover,
.access-map-card__button:focus {
	background: #2a2a2a;
	color: #fff;
	transform: translateY(-2px);
}

.access-transport-compact {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(16px, 2vw, 24px);
	width: min(861.12px, 100%);
	margin: 0 auto;
	padding: 14px clamp(16px, 2.4vw, 24px);
	border: 1px solid rgba(139, 201, 189, 0.34);
	border-radius: 18px;
	background: linear-gradient(90deg, rgba(239, 250, 247, 0.9), rgba(255, 249, 247, 0.9));
	box-shadow: 0 8px 22px rgba(78, 58, 36, 0.04);
}

.access-transport-compact__title {
	position: relative;
	margin: 0;
	padding: 3px clamp(16px, 2vw, 22px) 3px 22px;
	border: 0 !important;
	border-right: 1px dashed rgba(139, 201, 189, 0.6) !important;
	color: #111;
	font-size: clamp(0.82rem, 1vw, 0.94rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-decoration: none !important;
}

.access-transport-compact__title::before {
	content: "" !important;
	position: absolute;
	left: 2px;
	top: 50%;
	display: block !important;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #8bc9bd;
	transform: translateY(-50%);
}

.access-transport-compact__title::after {
	content: none !important;
	display: none !important;
}

.access-transport-compact__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.access-transport-compact__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	margin: 0;
	padding: 4px clamp(8px, 1.2vw, 14px);
	color: #222;
	font-size: clamp(0.72rem, 0.82vw, 0.82rem);
	line-height: 1.55;
	text-align: center;
}

.access-transport-compact__list li + li {
	border-left: 1px solid rgba(224, 187, 191, 0.52);
}

.access-transport-compact__list span {
	min-width: 0;
	white-space: nowrap;
}

.access-transport-compact__list strong {
	flex: 0 0 auto;
	color: #c9828d;
	font-size: 0.92em;
	font-weight: 700;
	white-space: nowrap;
}

.access-map-embed {
	position: relative;
	width: min(1040px, 100%);
	margin: clamp(34px, 5vw, 56px) auto 0;
	overflow: hidden;
	border: 1px solid rgba(169, 142, 104, 0.28);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(78, 58, 36, 0.05);
}

.access-page > .access-map-embed {
	width: min(861.12px, 100%);
	margin-top: clamp(20px, 3vw, 30px);
}

.access-map-embed iframe {
	display: block;
	width: 100%;
	height: clamp(324px, 45.36vw, 475.2px) !important;
	border: 0;
}

.access-map-embed__link {
	position: absolute;
	right: clamp(14px, 2vw, 22px);
	bottom: clamp(14px, 2vw, 22px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.92);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.access-map-embed__link:hover,
.access-map-embed__link:focus {
	background: #2a2a2a;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
	.access-page-heading::before,
	.access-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 180px;
	}

	.access-page-heading::before {
		left: calc((100vw - 100%) / -2);
	}

	.access-page-heading::after {
		right: calc((100vw - 100%) / -2);
	}
}

@media (max-width: 767.98px) {
	.access-page {
		padding: 0 14px 48px;
	}

	.access-page-header {
		margin-bottom: 36px;
	}

	.access-page-heading {
		margin-bottom: 42px;
	}

	.access-page-heading::before,
	.access-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 120px;
		opacity: 0.86;
	}

	.access-page-heading::before {
		left: calc((100vw - 100%) / -2);
	}

	.access-page-heading::after {
		right: calc((100vw - 100%) / -2);
	}

	.about-page .about-page-heading::before,
	.about-page .about-page-heading::after,
	.daily-page .daily-page-heading::before,
	.daily-page .daily-page-heading::after,
	.guide-page .guide-page-heading::before,
	.guide-page .guide-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 120px;
		opacity: 0.86;
	}

	.about-page .about-page-heading::before,
	.daily-page .daily-page-heading::before,
	.guide-page .guide-page-heading::before {
		left: calc((100vw - 100%) / -2);
	}

	.about-page .about-page-heading::after,
	.daily-page .daily-page-heading::after,
	.guide-page .guide-page-heading::after {
		right: calc((100vw - 100%) / -2);
	}

	.about-inline-toc--top {
		width: min(480px, calc(100vw - 280px));
		padding: 22px 22px 24px;
		border-radius: 26px;
	}

	.about-inline-toc--top .about-inline-toc__list li {
		min-height: 54px;
	}

	.about-inline-toc--top .about-inline-toc__label {
		margin-bottom: 20px !important;
	}

	.about-inline-toc--top .about-inline-toc__label::after {
		right: -28px;
		top: -15px;
		width: 28px;
	}

	.about-inline-toc--top .about-inline-toc__list a {
		min-height: 54px;
		padding: 9px 10px 9px 32px;
		font-size: 0.72rem;
		line-height: 1.45;
	}

	.access-content-wrap {
		grid-template-columns: 1fr;
		gap: 24px;
		width: 100%;
	}

	.access-content {
		padding: 24px 0 0;
	}

	.access-content h2 {
		margin-bottom: 34px;
		font-size: 1.28rem;
	}

	.access-content h2::before {
		right: calc(100% + 10px);
		width: 50px;
	}

	.access-content h2::after {
		bottom: -15px;
		height: 12px;
	}

	.access-content p,
	.access-content li,
	.access-map-card p {
		font-size: 0.9rem;
		line-height: 1.95;
	}

	.access-info-table {
		border-radius: 0;
	}

	.access-info-table table,
	.access-info-table tbody,
	.access-info-table tr,
	.access-info-table th,
	.access-info-table td {
		display: block;
		width: 100%;
	}

	.access-info-table tbody {
		display: grid;
		gap: 10px;
	}

	.access-info-table tr {
		overflow: hidden;
		border: 1px solid rgba(224, 187, 191, 0.38);
		border-radius: 15px;
		box-shadow: 0 6px 18px rgba(139, 94, 98, 0.05);
	}

	.access-info-table tr + tr {
		border-top: 1px solid rgba(224, 187, 191, 0.38);
	}

	.access-info-table th,
	.access-info-table td {
		min-width: 0;
		border: 0;
		padding: 13px 16px;
		font-size: 0.84rem;
	}

	.access-info-table th {
		position: relative;
		padding: 11px 16px 11px 43px;
		border-right: 0;
		border-bottom: 1px dashed rgba(218, 171, 177, 0.5);
		background: rgba(255, 244, 241, 0.94);
		text-align: left;
	}

	.access-info-table th::before {
		left: 18px;
		width: 9px;
		height: 9px;
	}

	.access-info-table td {
		padding: 13px 16px 15px;
		background: #fff;
	}

	.access-transport {
		width: 100%;
		margin-top: 38px;
	}

	.access-transport__heading {
		margin-bottom: 25px;
	}

	.access-transport__heading h2 {
		font-size: 1.15rem;
	}

	.access-transport__heading h2::before {
		content: none !important;
		display: none !important;
	}

	.access-transport__list {
		border-radius: 18px;
	}

	.access-transport__list li {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 8px 12px;
		padding: 15px 16px;
		font-size: 0.84rem;
	}

	.access-transport__rank {
		grid-row: 1 / span 2;
		width: 32px;
		height: 32px;
	}

	.access-transport__time {
		justify-self: start;
		min-width: 0;
		padding: 4px 10px;
		font-size: 0.76rem;
	}

	.access-exterior {
		width: 100%;
		margin-top: 38px;
		padding: 0;
		border-radius: 0;
	}

	.access-exterior__heading {
		margin-bottom: 25px;
	}

	.access-exterior__heading h2 {
		font-size: 1.2rem;
	}

	.access-exterior__heading-text {
		padding: 8px 14px;
	}

	.access-exterior__heading-text::before {
		top: 14px;
	}

	.access-exterior__heading h2::before {
		right: calc(100% + 10px);
		width: 50px;
	}

	.access-exterior__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.access-exterior__card,
	.access-exterior__card:nth-child(even) {
		border-radius: 20px;
		transform: none;
	}

	.access-exterior__image {
		border-radius: 14px;
	}

	.access-exterior__note {
		text-align: left;
	}

	.access-map-card {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.access-transport-compact {
		display: block;
		padding: 13px 14px;
		border-radius: 16px;
	}

	.access-transport-compact__title {
		width: fit-content;
		margin-bottom: 9px;
		padding: 0 0 0 20px;
		border-right: 0 !important;
		font-size: 0.82rem;
	}

	.access-transport-compact__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.access-transport-compact__list li {
		padding: 7px 9px;
		font-size: 0.72rem;
	}

	.access-transport-compact__list li:nth-child(3) {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(224, 187, 191, 0.52);
		border-left: 0;
	}

	.access-map-embed {
		width: 100%;
		margin-top: 30px;
		border-radius: 22px;
	}

	.access-map-embed iframe {
		height: 345.6px !important;
	}

	.access-map-embed__link {
		right: 12px;
		bottom: 12px;
	}
}

@media (max-width: 575.98px) {
	.access-page-heading::before,
	.access-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 70px;
	}

	.access-transport-compact__list {
		grid-template-columns: 1fr;
	}

	.access-transport-compact__list li + li,
	.access-transport-compact__list li:nth-child(3) {
		grid-column: auto;
		border-top: 1px solid rgba(224, 187, 191, 0.52);
		border-left: 0;
	}

	.about-page .about-page-heading::before,
	.about-page .about-page-heading::after,
	.daily-page .daily-page-heading::before,
	.daily-page .daily-page-heading::after,
	.guide-page .guide-page-heading::before,
	.guide-page .guide-page-heading::after {
		top: calc(100% + clamp(18px, 3vw, 36px));
		width: 70px;
	}

	.about-inline-toc--top {
		width: calc(100% - 36px);
		margin-bottom: 48px;
		padding: 20px 18px 22px;
		border-radius: 24px;
	}

	.about-inline-toc--top .about-inline-toc__label {
		margin-bottom: 18px !important;
	}

	.about-inline-toc--top .about-inline-toc__list {
		grid-template-columns: 1fr;
	}

	.about-inline-toc--top .about-inline-toc__list li,
	.about-inline-toc--top .about-inline-toc__list li:nth-child(odd) {
		min-height: 52px;
		border-right: 0;
	}

	.about-inline-toc--top .about-inline-toc__list li:not(:last-child) {
		border-bottom: 1px dashed rgba(139, 201, 189, 0.34);
	}

	.about-inline-toc--top .about-inline-toc__list a {
		min-height: 52px;
		padding: 9px 12px 9px 34px;
		font-size: 0.72rem;
	}
}

/* Keep the horizontal banner through tablet widths; switch to the vertical asset only on phones. */
@media (min-width: 768px) and (max-width: 1023.98px) {
	.about-closing-message {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1fr);
		align-items: stretch;
		gap: clamp(18px, 2.4vw, 24px);
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		aspect-ratio: 1800 / 1098;
		padding: 6.5% 6% 7%;
		background-image: url("../images/about-closing-bg.webp?v=20260815-1535");
	}

	.about-closing-message__copy {
		justify-content: center;
		padding: 18px;
		border-radius: clamp(22px, 3vw, 30px);
		transform: scale(0.92, 0.9);
		transform-origin: right center;
	}

	.about-closing-message__copy::before {
		border-width: 4px;
		border-radius: calc(clamp(22px, 3vw, 30px) - 10px);
	}

	.about-closing-message__copy > h2 {
		width: 100%;
		margin: 0 0 8px;
		font-size: clamp(1rem, 2vw, 1.15rem);
		text-align: center;
	}

	.about-closing-message__copy > h2::after {
		margin-right: auto;
		margin-left: auto;
	}

	.about-closing-message__copy > p {
		width: 100%;
		margin: 0 0 6px;
		font-size: clamp(0.76rem, 1.45vw, 0.88rem);
		line-height: 1.65;
	}

	.about-closing-message__copy > p:nth-of-type(2) {
		margin-bottom: calc(6px + 1.5em);
	}

	.about-closing-message__copy > p:last-child {
		margin-top: 0 !important;
	}

	.about-closing-message__photo {
		min-height: 0;
		border-width: 5px;
		border-radius: clamp(26px, 4vw, 42px);
		transform: scale(0.92, 0.9);
		transform-origin: left center;
	}

	.about-closing-message__photo img {
		object-position: center 42%;
	}
}

/* On wider phones, size both panels by their contents instead of stretching the copy row. */
@media (min-width: 480px) and (max-width: 767.98px) {
	.about-closing-message {
		grid-template-rows: auto auto;
		align-content: center;
		gap: clamp(18px, 3vw, 26px);
	}

	.about-closing-message__copy {
		width: 88%;
		min-height: 0;
		justify-self: center;
		transform: none;
	}

	.about-closing-message__photo {
		width: 88%;
		aspect-ratio: 4 / 3;
		justify-self: center;
		transform: none;
	}
}
