:root {
	--tikuha-navy: #071f3d;
	--tikuha-red: #b7282e;
	--tikuha-cream: #f8f4ec;
	--tikuha-ink: #1f2933;
	--tikuha-gold: #c8a96a;
	--tikuha-line: rgba(7, 31, 61, 0.14);
}

body.home .siteHeader,
body.home .vk-mobile-nav,
body.home .siteContent_before,
body.home .breadcrumb,
body.home .siteFooter {
	display: none;
}

body.home {
	background: var(--tikuha-cream);
	color: var(--tikuha-ink);
}

.tikuha-front {
	position: relative;
	overflow: hidden;
	background: var(--tikuha-cream);
	font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
	line-height: 1.8;
}

.tikuha-front h1,
.tikuha-front h2,
.tikuha-front h3,
.tikuha-logo {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.tikuha-front a {
	text-decoration: none;
}

.tikuha-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.tikuha-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(7, 31, 61, 0.13);
	box-shadow: 0 8px 22px rgba(7, 31, 61, 0.06);
	backdrop-filter: blur(10px);
}

.tikuha-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
	width: min(1280px, calc(100% - 40px));
	min-height: 78px;
	margin: 0 auto;
}

.tikuha-logo {
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: end;
	gap: 0 10px;
	color: var(--tikuha-navy);
	font-weight: 700;
	line-height: 1;
}

.tikuha-logo__sub {
	font-size: 22px;
}

.tikuha-logo__main {
	font-size: 42px;
}

.tikuha-logo__kana {
	grid-column: 2 / 4;
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
}

.tikuha-logo__mark {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: center;
	display: block;
	width: 64px;
	height: 44px;
	object-fit: contain;
}

.tikuha-nav {
	justify-self: center;
}

.tikuha-nav__list {
	display: flex;
	align-items: center;
	gap: 34px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tikuha-nav__list a {
	position: relative;
	display: inline-flex;
	padding: 28px 0 22px;
	color: var(--tikuha-navy);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 700;
}

.tikuha-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--tikuha-red);
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.tikuha-nav__list a:hover::after {
	transform: scaleX(1);
}

.tikuha-tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 222px;
	padding: 13px 18px;
	color: #fff;
	background: var(--tikuha-navy);
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(7, 31, 61, 0.22);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
}

.tikuha-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
}

.tikuha-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: var(--tikuha-navy);
}

.tikuha-hero {
	position: relative;
	min-height: 520px;
	background:
		linear-gradient(90deg, rgba(7, 31, 61, 0.96), rgba(7, 31, 61, 0.72) 34%, rgba(7, 31, 61, 0.18) 62%, rgba(7, 31, 61, 0.02)),
		linear-gradient(135deg, #0a294f, #355e75 48%, #8b6d48);
	background-image:
		linear-gradient(90deg, rgba(7, 31, 61, 0.96), rgba(7, 31, 61, 0.72) 34%, rgba(7, 31, 61, 0.18) 62%, rgba(7, 31, 61, 0.02)),
		var(--tikuha-hero-image),
		linear-gradient(135deg, #0a294f, #355e75 48%, #8b6d48);
	background-position: center;
	background-size: cover;
}

.tikuha-hero::after,
.tikuha-cta::before,
.tikuha-footer::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 82px;
	content: "";
	opacity: 0.22;
	background:
		radial-gradient(ellipse at 25px 76px, transparent 0 25px, rgba(255, 255, 255, 0.7) 26px 27px, transparent 28px),
		radial-gradient(ellipse at 65px 76px, transparent 0 25px, rgba(255, 255, 255, 0.7) 26px 27px, transparent 28px);
	background-size: 80px 42px;
	pointer-events: none;
}

.tikuha-hero__content {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 86px 0 100px;
	color: #fff;
}

.tikuha-hero__eyebrow {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 700;
}

.tikuha-hero h1 {
	max-width: 660px;
	margin: 0 0 22px;
	font-size: clamp(36px, 5vw, 57px);
	font-weight: 700;
	line-height: 1.45;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.tikuha-hero p:not(.tikuha-hero__eyebrow) {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}

.tikuha-hero__buttons,
.tikuha-menu-grid,
.tikuha-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 220px));
	gap: 18px;
}

.tikuha-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 4px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}

.tikuha-button--light {
	color: var(--tikuha-navy);
	background: #fff;
}

.tikuha-button--red {
	color: #fff;
	background: var(--tikuha-red);
}

.tikuha-button--outline {
	width: min(260px, 100%);
	margin: 22px auto 0;
	color: var(--tikuha-navy);
	border: 1px solid var(--tikuha-navy);
	background: rgba(255, 255, 255, 0.55);
}

.tikuha-section {
	padding: 62px 0;
}

.tikuha-section--compact {
	padding-top: 34px;
}

.tikuha-heading {
	position: relative;
	margin: 0 0 28px;
	color: var(--tikuha-navy);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.tikuha-heading::after {
	display: block;
	width: 42px;
	height: 2px;
	margin: 12px auto 0;
	content: "";
	background: var(--tikuha-red);
}

.tikuha-heading--left {
	text-align: left;
}

.tikuha-heading--left::after {
	margin-left: 0;
}

.tikuha-dish-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	max-width: 1040px;
	margin: 0 auto;
}

.tikuha-dish-card,
.tikuha-panel,
.tikuha-faq-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 12px 26px rgba(7, 31, 61, 0.07);
}

.tikuha-dish-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.tikuha-dish-card img,
.tikuha-photo img,
.tikuha-gallery img,
.tikuha-map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: linear-gradient(135deg, #173554, #d7c8a9);
}

.tikuha-dish-card img {
	aspect-ratio: 1.85 / 1;
	height: auto;
	flex: 0 0 auto;
	object-fit: cover;
}

.tikuha-dish-card__body {
	position: relative;
	z-index: 1;
	display: block;
	flex: 1 1 auto;
	padding: 14px 16px 18px;
	background: rgba(255, 255, 255, 0.94);
}

.tikuha-dish-card__title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: baseline;
}

.tikuha-dish-card h3 {
	margin: 0;
	color: var(--tikuha-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
}

.tikuha-dish-card__price {
	margin: 0;
	color: var(--tikuha-navy);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	white-space: nowrap;
}

.tikuha-dish-card__desc {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.7;
}

.tikuha-about {
	padding-top: 8px;
}

.tikuha-about__grid {
	display: grid;
	grid-template-columns: 0.88fr 1.28fr 1.28fr;
	align-items: center;
	gap: 18px;
}

.tikuha-about__text {
	padding: 18px 28px 18px 0;
}

.tikuha-about__text p {
	margin: 0 0 18px;
	font-weight: 700;
}

.tikuha-about__mark {
	display: block;
	width: min(220px, 100%);
	height: auto;
	margin: 0 auto 18px;
}

.tikuha-badge {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	color: var(--tikuha-gold);
	border: 1px solid var(--tikuha-gold);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	line-height: 1;
}

.tikuha-badge strong {
	font-size: 42px;
}

.tikuha-photo {
	aspect-ratio: 1.45 / 1;
	margin: 0;
	overflow: hidden;
	border-radius: 2px;
}

.tikuha-two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
}

.tikuha-news-calendar {
	position: relative;
	border-top: 1px solid rgba(7, 31, 61, 0.1);
	border-bottom: 1px solid rgba(7, 31, 61, 0.1);
}

.tikuha-panel {
	padding: 30px 36px 34px;
}

.tikuha-calendar__month {
	margin: -8px 0 8px;
	color: var(--tikuha-navy);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.tikuha-calendar {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	color: var(--tikuha-navy);
	font-weight: 700;
	text-align: center;
}

.tikuha-calendar th {
	padding: 7px 0;
	font-size: 13px;
}

.tikuha-calendar th.is-sunday,
.tikuha-calendar td.weekday-0 .tikuha-calendar__day {
	color: var(--tikuha-red);
}

.tikuha-calendar th.is-saturday,
.tikuha-calendar td.weekday-6 .tikuha-calendar__day {
	color: var(--tikuha-gold);
}

.tikuha-calendar td {
	height: 48px;
	padding: 3px 2px;
	border: 1px solid rgba(7, 31, 61, 0.1);
	background: rgba(255, 255, 255, 0.48);
	vertical-align: top;
}

.tikuha-calendar .is-empty {
	background: rgba(255, 255, 255, 0.18);
}

.tikuha-calendar__day,
.tikuha-calendar__status,
.tikuha-calendar__today,
.tikuha-calendar__memo {
	display: block;
	line-height: 1.25;
}

.tikuha-calendar__day {
	display: inline-grid;
	place-items: center;
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

.tikuha-calendar .is-closed .tikuha-calendar__day,
.tikuha-calendar .is-temporary .tikuha-calendar__day {
	color: #fff;
	border-radius: 50%;
	background: var(--tikuha-red);
}

.tikuha-calendar .is-temporary .tikuha-calendar__day {
	background: #8e1f25;
}

.tikuha-calendar td.is-today {
	position: relative;
	background: rgba(200, 169, 106, 0.14);
	box-shadow: inset 0 0 0 2px var(--tikuha-gold);
}

.tikuha-calendar td.is-today .tikuha-calendar__day {
	color: #fff;
	border-radius: 50%;
	background: var(--tikuha-navy);
}

.tikuha-calendar td.is-closed .tikuha-calendar__day,
.tikuha-calendar td.is-temporary .tikuha-calendar__day {
	color: #fff;
}

.tikuha-calendar__today {
	margin-top: 1px;
	color: var(--tikuha-navy);
	font-size: 10px;
	font-weight: 700;
}

.tikuha-calendar__status {
	margin-top: 1px;
	color: var(--tikuha-red);
	font-size: 10px;
	font-weight: 700;
}

.tikuha-calendar__memo {
	margin-top: 1px;
	color: var(--tikuha-gold);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.25;
}

.tikuha-calendar__note,
.tikuha-small {
	margin: 12px 0 0;
	font-size: 13px;
}

.tikuha-calendar__note span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: -3px;
	border-radius: 50%;
	background: var(--tikuha-red);
}

.tikuha-news-list {
	display: grid;
	gap: 0;
}

.tikuha-news-item {
	display: grid;
	grid-template-columns: 98px 1fr;
	gap: 18px;
	padding: 13px 0 18px;
	border-bottom: 1px solid rgba(7, 31, 61, 0.12);
}

.tikuha-news-item time {
	color: var(--tikuha-navy);
	font-size: 13px;
	font-weight: 700;
}

.tikuha-label {
	display: inline-flex;
	padding: 2px 9px;
	color: #fff;
	background: var(--tikuha-red);
	border-radius: 2px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

.tikuha-news-item h3 {
	margin: 5px 0 3px;
	color: var(--tikuha-navy);
	font-size: 15px;
}

.tikuha-news-item h3 a {
	color: inherit;
}

.tikuha-news-item p {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}

.tikuha-menu {
	padding-top: 28px;
}

.tikuha-menu-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tikuha-menu-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 120px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.5)),
		var(--tikuha-card-image),
		linear-gradient(135deg, #284965, #997f56);
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(7, 31, 61, 0.14);
}

.tikuha-shop-access {
	padding-top: 0;
}

.tikuha-shop-access .tikuha-two-column {
	grid-template-columns: 1fr;
	gap: 42px;
	align-items: start;
}

.tikuha-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.tikuha-gallery img {
	aspect-ratio: 1.12 / 1;
	border-radius: 3px;
}

.tikuha-feature-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}

.tikuha-feature-list li,
.tikuha-access-list div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	color: var(--tikuha-navy);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.tikuha-access-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.24fr);
	gap: 12px;
	align-items: stretch;
}

.tikuha-map {
	min-height: 260px;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	background: #e8e0d2;
}

.tikuha-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.tikuha-access-list {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	gap: 8px;
	margin: 0;
}

.tikuha-access-list div {
	display: grid;
	grid-template-columns: 72px 1fr;
	align-items: center;
	justify-content: stretch;
	min-height: 50px;
	padding: 8px 14px;
	text-align: left;
}

.tikuha-access-list dt {
	margin-right: 10px;
	color: var(--tikuha-navy);
	font-size: 12px;
	white-space: nowrap;
}

.tikuha-access-list dd {
	margin: 0;
	line-height: 1.55;
	font-weight: 700;
}

.tikuha-faq {
	padding-top: 0;
}

.tikuha-faq-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tikuha-faq-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 10px 20px;
	color: var(--tikuha-navy);
	font-weight: 700;
}

.tikuha-cta {
	position: relative;
	padding: 28px 0 30px;
	overflow: hidden;
	color: #fff;
	background: var(--tikuha-navy);
	text-align: center;
}

.tikuha-cta h2 {
	margin: 0 0 6px;
	font-size: 22px;
}

.tikuha-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(560px, 100%);
	min-height: 54px;
	margin: 0 0 8px;
	color: #fff;
	background: var(--tikuha-red);
	border-radius: 4px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 700;
	line-height: 1;
}

.tikuha-cta p {
	margin: 0;
	font-size: 13px;
}

.tikuha-footer {
	position: relative;
	padding: 24px 0 18px;
	color: #fff;
	background: #061a33;
	text-align: center;
}

.tikuha-logo--footer {
	display: inline-grid;
	margin-bottom: 12px;
	color: #fff;
}

.tikuha-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
	margin-bottom: 8px;
}

.tikuha-footer a {
	color: #fff;
	font-size: 13px;
}

.tikuha-footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
}

.tikuha-mobile-fixed {
	display: none;
}

.tikuha-page-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	background: var(--tikuha-navy);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(7, 31, 61, 0.24);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.tikuha-page-top::before {
	width: 12px;
	height: 12px;
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(4px) rotate(45deg);
}

.tikuha-page-top:hover,
.tikuha-page-top:focus-visible {
	background: var(--tikuha-red);
	box-shadow: 0 12px 30px rgba(183, 40, 46, 0.28);
	transform: translateY(-2px);
}

.tikuha-page-top:focus-visible {
	outline: 3px solid rgba(200, 169, 106, 0.8);
	outline-offset: 3px;
}

@media (max-width: 1080px) {
	.tikuha-header__inner {
		grid-template-columns: auto auto 1fr;
	}

	.tikuha-menu-toggle {
		display: block;
		justify-self: end;
		order: 3;
	}

	.tikuha-nav {
		position: absolute;
		top: 78px;
		right: 20px;
		left: 20px;
		display: block;
		padding: 10px 18px;
		opacity: 0;
		visibility: hidden;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid var(--tikuha-line);
		box-shadow: 0 16px 30px rgba(7, 31, 61, 0.14);
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
	}

	.tikuha-header.is-open .tikuha-nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.tikuha-nav__list {
		display: grid;
		gap: 0;
	}

	.tikuha-nav__list a {
		display: flex;
		padding: 13px 0;
		border-bottom: 1px solid rgba(7, 31, 61, 0.08);
	}

	.tikuha-tel {
		justify-self: end;
		min-width: 190px;
	}

	.tikuha-dish-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tikuha-about__grid,
	.tikuha-two-column {
		grid-template-columns: 1fr;
	}

	.tikuha-shop-access .tikuha-two-column {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.tikuha-about__text {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.tikuha-container,
	.tikuha-hero__content {
		width: min(100% - 28px, 1180px);
	}

	.tikuha-front {
		padding-top: 68px;
		padding-bottom: 64px;
	}

	.tikuha-subpage {
		padding-top: 68px;
	}

	.tikuha-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		opacity: 1;
		transform: translateY(0);
		box-shadow: 0 12px 28px rgba(7, 31, 61, 0.14);
	}

	body.admin-bar .tikuha-header {
		top: 46px;
	}

	.tikuha-header__inner {
		grid-template-columns: auto 1fr auto;
		gap: 12px;
		width: min(100% - 24px, 1180px);
		min-height: 68px;
	}

	.tikuha-logo__sub {
		font-size: 16px;
	}

	.tikuha-logo__main {
		font-size: 30px;
	}

	.tikuha-logo__kana {
		font-size: 10px;
	}

	.tikuha-logo__mark {
		width: 46px;
		height: 32px;
	}

	.tikuha-tel {
		display: none;
	}

	.tikuha-nav {
		top: 68px;
		right: 12px;
		left: 12px;
	}

	.tikuha-hero {
		min-height: 0;
		background-image:
			linear-gradient(90deg, rgba(7, 31, 61, 0.96), rgba(7, 31, 61, 0.7)),
			var(--tikuha-hero-image),
			linear-gradient(135deg, #0a294f, #355e75 48%, #8b6d48);
	}

	.tikuha-hero__content {
		padding: 58px 0 72px;
	}

	.tikuha-hero h1 {
		font-size: 34px;
	}

	.tikuha-hero p:not(.tikuha-hero__eyebrow) {
		font-size: 15px;
	}

	.tikuha-hero__buttons,
	.tikuha-menu-grid,
	.tikuha-faq-grid,
	.tikuha-dish-grid {
		grid-template-columns: 1fr;
	}

	.tikuha-section {
		padding: 44px 0;
	}

	.tikuha-heading {
		font-size: 24px;
	}

	.tikuha-about__grid {
		gap: 12px;
	}

	.tikuha-about__mark {
		width: min(250px, 82%);
	}

	.tikuha-photo {
		aspect-ratio: 1.35 / 1;
	}

	.tikuha-panel {
		padding: 24px 16px;
	}

	.tikuha-news-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.tikuha-menu-card {
		min-height: 104px;
	}

	.tikuha-gallery,
	.tikuha-feature-list {
		grid-template-columns: 1fr;
	}

	.tikuha-shop-access .tikuha-two-column {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.tikuha-access-layout {
		grid-template-columns: 1fr;
	}

	.tikuha-map {
		min-height: 240px;
	}

	.tikuha-access-list div {
		grid-template-columns: 72px 1fr;
	}

	.tikuha-mobile-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 80;
		display: grid;
		grid-template-columns: 1.2fr 1fr 1fr;
		min-height: 58px;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
	}

	.tikuha-mobile-fixed a {
		display: grid;
		place-items: center;
		color: #fff;
		background: var(--tikuha-navy);
		border-right: 1px solid rgba(255, 255, 255, 0.18);
		font-weight: 700;
	}

	.tikuha-mobile-fixed a:first-child {
		background: var(--tikuha-red);
	}

	.tikuha-page-top {
		right: 14px;
		bottom: 72px;
		width: 42px;
		height: 42px;
	}
}

@keyframes tikuha-mobile-header-in {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 768px) and (max-width: 1080px) {
	.tikuha-menu-grid,
	.tikuha-faq-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
