body:not(.home) .siteHeader,
body:not(.home) .vk-mobile-nav,
body:not(.home) .siteContent_before,
body:not(.home) .breadcrumb,
body:not(.home) .page-header,
body:not(.home) .siteFooter {
	display: none;
}

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

.tikuha-subpage {
	min-height: 100vh;
	background: var(--tikuha-cream);
	font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
	line-height: 1.9;
}

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

.tikuha-sub-hero {
	position: relative;
	overflow: hidden;
	padding: 74px 0 66px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(7, 31, 61, 0.96), rgba(7, 31, 61, 0.72) 46%, rgba(7, 31, 61, 0.2)),
		url("../images/hero-seafood.jpg"),
		linear-gradient(135deg, #0a294f, #355e75 48%, #8b6d48);
	background-position: center;
	background-size: cover;
}

.tikuha-sub-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 64px;
	content: "";
	opacity: 0.2;
	background:
		radial-gradient(ellipse at 25px 58px, transparent 0 25px, rgba(255, 255, 255, 0.7) 26px 27px, transparent 28px),
		radial-gradient(ellipse at 65px 58px, transparent 0 25px, rgba(255, 255, 255, 0.7) 26px 27px, transparent 28px);
	background-size: 80px 42px;
}

.tikuha-sub-hero .tikuha-container {
	position: relative;
	z-index: 1;
}

.tikuha-sub-hero p {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.tikuha-sub-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(30px, 4.4vw, 48px);
	font-weight: 700;
	line-height: 1.45;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

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

.tikuha-subpage__narrow {
	max-width: 980px;
}

.tikuha-entry {
	padding: clamp(28px, 5vw, 56px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 14px 34px rgba(7, 31, 61, 0.08);
}

.tikuha-entry__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: var(--tikuha-navy);
	font-weight: 700;
}

.tikuha-entry__meta span {
	display: inline-flex;
	padding: 2px 10px;
	color: #fff;
	background: var(--tikuha-red);
	border-radius: 2px;
	font-size: 12px;
}

.tikuha-entry__thumbnail {
	margin: 0 0 30px;
	overflow: hidden;
	border-radius: 4px;
}

.tikuha-entry__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.tikuha-entry__content {
	color: var(--tikuha-ink);
	font-size: 16px;
}

.tikuha-entry__content > *:first-child {
	margin-top: 0;
}

.tikuha-entry__content > *:last-child {
	margin-bottom: 0;
}

.tikuha-entry__content h2,
.tikuha-entry__content h3,
.tikuha-entry__content h4 {
	position: relative;
	margin: 2.2em 0 0.8em;
	color: var(--tikuha-navy);
	font-weight: 700;
	line-height: 1.45;
}

.tikuha-entry__content h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(7, 31, 61, 0.16);
	font-size: 28px;
}

.tikuha-entry__content h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 46px;
	height: 2px;
	content: "";
	background: var(--tikuha-red);
}

.tikuha-entry__content h3 {
	padding-left: 14px;
	border-left: 3px solid var(--tikuha-red);
	font-size: 22px;
}

.tikuha-entry__content a {
	color: var(--tikuha-red);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tikuha-entry__content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.tikuha-entry__content blockquote {
	margin: 1.8em 0;
	padding: 18px 22px;
	background: rgba(248, 244, 236, 0.8);
	border-left: 4px solid var(--tikuha-gold);
}

.tikuha-post-list {
	display: grid;
	gap: 18px;
}

.tikuha-post-card {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 12px 28px rgba(7, 31, 61, 0.07);
}

.tikuha-post-card a {
	display: grid;
	grid-template-columns: minmax(180px, 280px) 1fr;
	gap: 0;
	color: inherit;
	text-decoration: none;
}

.tikuha-post-card figure {
	height: 100%;
	min-height: 190px;
	margin: 0;
	background: linear-gradient(135deg, #173554, #d7c8a9);
}

.tikuha-post-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tikuha-post-card div {
	padding: 26px 30px;
}

.tikuha-post-card time {
	display: inline-block;
	margin-right: 10px;
	color: var(--tikuha-navy);
	font-size: 13px;
	font-weight: 700;
}

.tikuha-post-card h2 {
	margin: 10px 0 8px;
	color: var(--tikuha-navy);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
}

.tikuha-post-card p {
	margin: 0;
	color: var(--tikuha-ink);
	font-size: 14px;
	line-height: 1.8;
}

.tikuha-pagination {
	margin-top: 28px;
}

.tikuha-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.tikuha-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 6px 12px;
	color: var(--tikuha-navy);
	background: #fff;
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	text-decoration: none;
}

.tikuha-pagination .page-numbers.current {
	color: #fff;
	background: var(--tikuha-navy);
}

.tikuha-page-links {
	margin-top: 28px;
}

.tikuha-menu-page .tikuha-subpage__body {
	padding-top: 42px;
}

.tikuha-menu-index {
	position: sticky;
	top: 86px;
	z-index: 10;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
	padding: 10px;
	background: rgba(248, 244, 236, 0.92);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	backdrop-filter: blur(8px);
}

.tikuha-menu-index a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 10px 18px;
	color: var(--tikuha-navy);
	background: #fff;
	border: 1px solid rgba(7, 31, 61, 0.12);
	border-radius: 4px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.tikuha-menu-index small {
	color: var(--tikuha-red);
	font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 12px;
}

.tikuha-menu-page__notice {
	margin: 0 0 26px;
	color: rgba(31, 41, 51, 0.72);
	font-size: 13px;
	text-align: right;
}

.tikuha-menu-sections {
	display: grid;
	gap: 34px;
}

.tikuha-menu-section {
	padding: clamp(24px, 4vw, 42px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 14px 34px rgba(7, 31, 61, 0.08);
	scroll-margin-top: 160px;
}

.tikuha-menu-section__content {
	padding: 0;
}

.tikuha-menu-section__head {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(7, 31, 61, 0.14);
}

.tikuha-menu-section__head h2 {
	position: relative;
	margin: 0 0 10px;
	color: var(--tikuha-navy);
	font-size: 30px;
	line-height: 1.35;
}

.tikuha-menu-section__head h2::after {
	display: block;
	width: 42px;
	height: 2px;
	margin-top: 10px;
	content: "";
	background: var(--tikuha-red);
}

.tikuha-menu-section__head p {
	margin: 0;
	color: rgba(31, 41, 51, 0.78);
	font-size: 14px;
	line-height: 1.8;
}

.tikuha-menu-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tikuha-menu-groups {
	display: grid;
	gap: 22px;
}

.tikuha-menu-group {
	padding-top: 18px;
	border-top: 1px solid rgba(7, 31, 61, 0.12);
}

.tikuha-menu-group h3 {
	position: relative;
	margin: 0 0 14px;
	padding-left: 12px;
	color: var(--tikuha-navy);
	border-left: 3px solid var(--tikuha-red);
	font-size: 20px;
	line-height: 1.45;
}

.tikuha-menu-note {
	margin: 18px 0 0;
	padding: 12px 14px;
	color: var(--tikuha-navy);
	background: rgba(200, 169, 106, 0.16);
	border: 1px solid rgba(200, 169, 106, 0.36);
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.8;
}

.tikuha-menu-item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	min-height: 108px;
	padding: 14px;
	background: rgba(248, 244, 236, 0.62);
	border: 1px solid rgba(7, 31, 61, 0.1);
	border-radius: 4px;
}

.tikuha-menu-item--no-image {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 64px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.tikuha-menu-item__image {
	width: 96px;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(135deg, #173554, #d7c8a9);
	border-radius: 4px;
}

.tikuha-menu-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tikuha-menu-item h3 {
	margin: 0 0 4px;
	padding-left: 0;
	color: var(--tikuha-navy);
	border: 0;
	font-size: 18px;
	line-height: 1.45;
}

.tikuha-menu-item h3::before,
.tikuha-menu-item h3::after {
	display: none;
	content: none;
}

.tikuha-menu-item p {
	margin: 0;
	color: rgba(31, 41, 51, 0.72);
	font-size: 13px;
	line-height: 1.7;
}

.tikuha-menu-item strong {
	align-self: center;
	color: var(--tikuha-red);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 18px;
	white-space: nowrap;
}

.tikuha-faq-list {
	padding: clamp(28px, 5vw, 54px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 14px 34px rgba(7, 31, 61, 0.08);
}

.tikuha-faq-item {
	padding: 0 0 clamp(28px, 4vw, 42px);
	border-bottom: 1px dotted rgba(31, 41, 51, 0.35);
}

.tikuha-faq-item + .tikuha-faq-item {
	padding-top: clamp(28px, 4vw, 42px);
}

.tikuha-faq-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tikuha-faq-item h2,
.tikuha-faq-answer {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.tikuha-faq-item h2 {
	margin: 0 0 20px;
	color: var(--tikuha-ink);
	font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.tikuha-faq-answer p {
	margin: 0;
	color: var(--tikuha-ink);
	font-size: 17px;
	line-height: 1.8;
}

.tikuha-faq-mark {
	display: block;
	font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.tikuha-faq-mark--question {
	color: #e60000;
}

.tikuha-faq-mark--answer {
	color: #2f78b7;
}

.tikuha-info-lead,
.tikuha-info-section {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	box-shadow: 0 14px 34px rgba(7, 31, 61, 0.08);
}

.tikuha-info-lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
	gap: clamp(24px, 4vw, 44px);
	align-items: center;
	padding: clamp(26px, 4vw, 46px);
	margin-bottom: 30px;
}

.tikuha-info-lead p {
	margin: 0 0 20px;
	color: var(--tikuha-ink);
	font-size: 17px;
	line-height: 2;
}

.tikuha-info-lead a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	color: #fff;
	background: var(--tikuha-red);
	border-radius: 3px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}

.tikuha-info-lead img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
}

.tikuha-info-section {
	padding: clamp(26px, 4vw, 44px);
	margin-top: 30px;
}

.tikuha-info-section .tikuha-heading {
	margin-bottom: 26px;
}

.tikuha-info-table {
	margin: 0;
	border-top: 1px solid rgba(7, 31, 61, 0.12);
}

.tikuha-info-table div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(7, 31, 61, 0.12);
}

.tikuha-info-table dt {
	color: var(--tikuha-navy);
	font-weight: 700;
}

.tikuha-info-table dd {
	margin: 0;
	color: var(--tikuha-ink);
	line-height: 1.8;
}

.tikuha-info-table a {
	color: var(--tikuha-red);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tikuha-info-map {
	overflow: hidden;
	background: #e8e0d2;
	border: 1px solid var(--tikuha-line);
	border-radius: 4px;
	aspect-ratio: 16 / 9;
}

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

.tikuha-info-access {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tikuha-info-access article {
	padding: 22px;
	background: rgba(248, 244, 236, 0.65);
	border: 1px solid rgba(7, 31, 61, 0.1);
	border-radius: 4px;
}

.tikuha-info-access h3 {
	margin: 0 0 14px;
	color: var(--tikuha-navy);
	font-size: 22px;
	line-height: 1.45;
}

.tikuha-info-access ol,
.tikuha-info-access p {
	margin: 0;
	color: var(--tikuha-ink);
	font-size: 15px;
	line-height: 1.9;
}

.tikuha-info-access p + p {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.tikuha-sub-hero {
		padding: 52px 0 48px;
	}

	.tikuha-subpage__body {
		padding: 36px 0 48px;
	}

	.tikuha-entry {
		padding: 24px 18px;
	}

	.tikuha-entry__content {
		font-size: 15px;
	}

	.tikuha-entry__content h2 {
		font-size: 23px;
	}

	.tikuha-entry__content h3 {
		font-size: 19px;
	}

	.tikuha-post-card a {
		grid-template-columns: 1fr;
	}

	.tikuha-post-card figure {
		min-height: 180px;
	}

	.tikuha-post-card div {
		padding: 22px 18px;
	}

	.tikuha-post-card h2 {
		font-size: 21px;
	}

	.tikuha-menu-index {
		top: 76px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		padding: 6px;
	}

	.tikuha-menu-index a {
		justify-content: center;
		min-height: 44px;
		padding: 8px 6px;
		font-size: 15px;
	}

	.tikuha-menu-index small {
		display: none;
	}

	.tikuha-menu-page__notice {
		text-align: left;
	}

	.tikuha-menu-section {
		scroll-margin-top: 132px;
	}

	.tikuha-menu-list {
		grid-template-columns: 1fr;
	}

	.tikuha-menu-group h3 {
		font-size: 18px;
	}

	.tikuha-menu-item {
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: auto;
	}

	.tikuha-menu-item--no-image {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		min-height: 54px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tikuha-menu-item__image {
		width: 112px;
	}

	.tikuha-menu-item strong {
		grid-column: 2;
		margin-top: -4px;
	}

	.tikuha-menu-item--no-image strong {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		margin-top: 0;
	}

	.tikuha-menu-section__head h2 {
		font-size: 25px;
	}

	.tikuha-faq-list {
		padding: 24px 18px;
	}

	.tikuha-faq-item h2,
	.tikuha-faq-answer {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
	}

	.tikuha-faq-item h2 {
		margin-bottom: 14px;
		font-size: 19px;
	}

	.tikuha-faq-answer p {
		font-size: 15px;
		line-height: 1.8;
	}

	.tikuha-faq-mark {
		font-size: 24px;
	}

	.tikuha-info-lead {
		grid-template-columns: 1fr;
		padding: 22px 18px;
	}

	.tikuha-info-lead p {
		font-size: 15px;
	}

	.tikuha-info-lead a {
		width: 100%;
		font-size: 19px;
	}

	.tikuha-info-section {
		padding: 24px 18px;
	}

	.tikuha-info-table div,
	.tikuha-info-access {
		grid-template-columns: 1fr;
	}

	.tikuha-info-table div {
		gap: 4px;
	}

	.tikuha-info-map {
		aspect-ratio: 4 / 3;
	}

	.tikuha-info-access h3 {
		font-size: 19px;
	}
}
