/* =========================================================
   Lightning menu page layout reset
========================================================= */
body.niagara-menu-manager-active .page-header,
body.niagara-menu-manager-active .breadcrumb,
body.niagara-menu-manager-active .entry-header,
body.niagara-menu-manager-active .entry-footer,
body.niagara-menu-manager-active .sub-section {
	display: none !important;
}

body.niagara-menu-manager-active .site-body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.niagara-menu-manager-active .site-body-container.container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.niagara-menu-manager-active .main-section {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.niagara-menu-manager-active .entry-body,
body.niagara-menu-manager-active .entry-content {
	margin: 0 !important;
	padding: 0 !important;
}

/* =========================================================
   Niagara Menu Page
========================================================= */
.niagara-menu-page {
	--nm-yellow: #f6cf18;
	--nm-yellow-dark: #b78d00;
	--nm-ink: #1c1c1c;
	--nm-paper: #fffdf7;
	--nm-cream: #f7f1e5;
	--nm-blue: #e6f4f8;
	--nm-line: #ded7ca;
	--nm-muted: #68625a;
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: var(--nm-paper);
	color: var(--nm-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.niagara-menu-page *,
.niagara-menu-page *::before,
.niagara-menu-page *::after {
	box-sizing: border-box;
}

.niagara-menu-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.niagara-menu-page p,
.niagara-menu-page li,
.niagara-menu-page dt,
.niagara-menu-page dd {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: var(--niagara-body-font-pc, 18px);
	line-height: 1.85;
}

.niagara-menu-page a,
.niagara-menu-page p a,
.niagara-menu-page p a:visited {
	color: inherit;
	text-decoration: none;
}

.niagara-menu-page a:focus-visible {
	outline: 3px solid #1775a4;
	outline-offset: 4px;
}

.niagara-menu-page h1,
.niagara-menu-page h2,
.niagara-menu-page h3 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.35;
}

.niagara-menu-page h1 {
	font-size: clamp(38px, 5vw, 66px);
}

.niagara-menu-page h2 {
	font-size: clamp(28px, 3.4vw, 42px);
}

.niagara-menu-page h3 {
	font-size: clamp(19px, 2vw, 25px);
}

.niagara-menu-page dl,
.niagara-menu-page ul,
.niagara-menu-page ol,
.niagara-menu-page dd {
	margin: 0;
	padding: 0;
}

.niagara-menu-inner {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.niagara-menu-inner-narrow {
	width: min(940px, calc(100% - 48px));
}

.niagara-menu-section {
	padding: 92px 0;
}

.niagara-menu-section-heading {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.niagara-menu-section-lead {
	width: 100%;
	margin-top: 14px !important;
	color: var(--nm-muted) !important;
	text-align: left;
}

.niagara-menu-kicker {
	margin-bottom: 9px !important;
	color: #876800 !important;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4 !important;
}

.niagara-menu-kicker-light {
	color: var(--nm-yellow) !important;
}

/* Hero
--------------------------------------------------------- */
.niagara-menu-hero {
	position: relative;
	display: grid;
	min-height: clamp(380px, 50vh, 540px);
	align-items: end;
	isolation: isolate;
	background: #111;
}

.niagara-menu-hero-media,
.niagara-menu-hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.niagara-menu-hero-media img {
	object-fit: cover;
	object-position: center;
}

.niagara-menu-hero-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.12));
}

.niagara-menu-hero-inner {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 70px 0;
	color: #fff;
}

.niagara-menu-hero h1 {
	max-width: 760px;
	color: #fff;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.niagara-menu-hero-lead {
	max-width: 650px;
	margin-top: 20px !important;
	color: rgba(255, 255, 255, 0.94) !important;
	font-size: var(--niagara-body-font-pc, 18px) !important;
	font-weight: 600;
}

/* Notices
--------------------------------------------------------- */
.niagara-menu-notices {
	padding: 58px 0;
	background: #fff;
}

.niagara-menu-notice-box {
	padding: 30px 34px;
	border: 1px solid var(--nm-line);
	border-top: 6px solid var(--nm-yellow);
	background: var(--nm-paper);
}

.niagara-menu-notice-box h2 {
	font-size: clamp(23px, 2.8vw, 32px);
}

.niagara-menu-notice-box ul {
	display: grid;
	gap: 10px;
	margin-top: 20px !important;
	list-style: none;
}

.niagara-menu-notice-box li {
	position: relative;
	padding-left: 28px;
}

.niagara-menu-notice-box li::before {
	position: absolute;
	top: 0.15em;
	left: 0;
	color: #c64534;
	font-weight: 900;
	content: "※";
}

/* Photo menu
--------------------------------------------------------- */
.niagara-menu-featured {
	background: var(--nm-cream);
}

.niagara-menu-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.niagara-menu-photo-card {
	border: 1px solid var(--nm-line);
	border-top: 5px solid var(--nm-yellow);
	background: #fff;
	overflow: hidden;
}

.niagara-menu-photo {
	margin: 0;
	aspect-ratio: 16 / 7;
	background: #eee5d4;
	overflow: hidden;
}

.niagara-menu-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease;
}

.niagara-menu-photo-card:hover .niagara-menu-photo img {
	transform: scale(1.02);
}

.niagara-menu-photo-body {
	padding: 22px 24px 24px;
}

.niagara-menu-photo-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.niagara-menu-badge {
	display: inline-flex;
	margin-bottom: 7px !important;
	padding: 3px 9px !important;
	border: 1px solid #d5b100;
	background: #fff8cd;
	color: #765b00 !important;
	font-size: 0.72rem !important;
	font-weight: 800;
	line-height: 1.4 !important;
}

.niagara-menu-photo-price {
	flex: 0 0 auto;
	padding-top: 2px !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(20px, 2.1vw, 28px) !important;
	font-weight: 700;
	line-height: 1.35 !important;
	white-space: nowrap;
}

.niagara-menu-photo-description {
	margin-top: 12px !important;
	color: var(--nm-muted) !important;
	font-size: var(--niagara-body-font-pc, 18px) !important;
}

/* Features
--------------------------------------------------------- */
.niagara-menu-features {
	background: #fff;
}

.niagara-menu-features-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 30px;
	align-items: start;
}

.niagara-menu-feature-panel,
.niagara-menu-spice-panel {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--nm-line);
	background: var(--nm-paper);
}

.niagara-menu-feature-list {
	display: grid;
	gap: 18px;
	list-style: none;
}

.niagara-menu-feature-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.niagara-menu-feature-list li > span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	background: var(--nm-yellow);
	font-size: 0.78rem;
	font-weight: 900;
}

.niagara-menu-spice-panel {
	background: var(--nm-blue);
}

.niagara-menu-spice-panel > h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2b7799;
}

.niagara-menu-spice-list {
	display: grid;
	gap: 14px;
}

.niagara-menu-spice-list article {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(43, 119, 153, 0.22);
}

.niagara-menu-spice-list article:last-child {
	border-bottom: 0;
}

.niagara-menu-spice-name {
	display: flex;
	flex-direction: column;
}

.niagara-menu-spice-name strong {
	font-size: 1.05rem;
}

.niagara-menu-spice-name span {
	color: #5e6870;
	font-size: 0.78rem;
	font-weight: 700;
}

.niagara-menu-spice-list article > p {
	font-size: var(--niagara-body-font-pc, 18px);
}

.niagara-menu-feature-notes {
	display: grid;
	gap: 6px;
	margin-top: 24px !important;
	padding-top: 20px !important;
	border-top: 1px solid rgba(43, 119, 153, 0.25);
	list-style: none;
}

.niagara-menu-feature-notes li {
	position: relative;
	padding-left: 1.4em;
	font-size: var(--niagara-body-font-pc, 18px);
}

.niagara-menu-feature-notes li::before {
	position: absolute;
	left: 0;
	content: "※";
}

/* All menu
--------------------------------------------------------- */
.niagara-menu-all {
	background: var(--nm-cream);
}

.niagara-menu-category-list {
	display: grid;
	gap: 24px;
}

.niagara-menu-category {
	border: 1px solid var(--nm-line);
	border-left: 7px solid var(--nm-yellow);
	background: #fff;
}

.niagara-menu-category-side {
	border-left-color: #d75151;
}

.niagara-menu-category-drink {
	border-left-color: #e69d20;
}

.niagara-menu-category-takeaway {
	border-left-color: #d88bc0;
}

.niagara-menu-category h3 {
	padding: 20px 26px;
	border-bottom: 1px solid var(--nm-line);
	background: #fffdf8;
}

.niagara-menu-category dl {
	padding: 10px 26px 18px;
}

.niagara-menu-category dl > div {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
}

.niagara-menu-category dl > div::before {
	order: 2;
	flex: 1 1 auto;
	border-bottom: 1px dotted #c7c0b5;
	content: "";
}

.niagara-menu-category dt {
	order: 1;
	flex: 0 0 240px;
	max-width: 240px;
	font-weight: 700;
}

.niagara-menu-category dd {
	order: 3;
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}

/* Footer image
--------------------------------------------------------- */
.niagara-menu-footer-image {
	padding: 36px 0 20px;
	background: #fff;
}

.niagara-menu-footer-image img {
	width: min(420px, 100%);
	margin: 0 auto;
}

/* Navigation
--------------------------------------------------------- */
.niagara-menu-navigation {
	padding-top: 56px;
	background: #fff;
}

.niagara-menu-navigation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.niagara-menu-navigation-grid a {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 20px;
	border: 1px solid var(--nm-ink);
	background: #fff;
	font-weight: 800;
	transition: background 0.2s ease, color 0.2s ease;
}

.niagara-menu-navigation-grid a:hover {
	background: var(--nm-yellow);
	color: #111;
}

@media (max-width: 767px) {
	.niagara-menu-page p,
	.niagara-menu-page li,
	.niagara-menu-page dt,
	.niagara-menu-page dd {
		font-size: var(--niagara-body-font-sp, 17px);
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.niagara-menu-inner,
	.niagara-menu-inner-narrow,
	.niagara-menu-hero-inner {
		width: min(100% - 20px, 1120px);
	}

	.niagara-menu-section {
		padding: 58px 0;
	}

	.niagara-menu-section-heading {
		margin-bottom: 28px;
		text-align: left;
	}

	.niagara-menu-hero {
		min-height: 460px;
	}

	.niagara-menu-hero-shade {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34) 66%, rgba(0, 0, 0, 0.12));
	}

	.niagara-menu-hero-inner {
		padding: 54px 0;
	}

	.niagara-menu-notice-box {
		padding: 24px 18px;
	}

	.niagara-menu-photo-grid,
	.niagara-menu-features-grid,
	.niagara-menu-navigation-grid {
		grid-template-columns: 1fr;
	}

	.niagara-menu-photo {
		aspect-ratio: 16 / 8;
	}

	.niagara-menu-photo-body {
		padding: 18px 18px 20px;
	}

	.niagara-menu-photo-title-row {
		gap: 12px;
	}

	/* 製法・特徴：番号の横に十分な本文幅を確保 */
	.niagara-menu-feature-panel,
	.niagara-menu-spice-panel {
		padding: 22px 18px;
	}

	.niagara-menu-feature-list {
		gap: 16px;
	}

	.niagara-menu-feature-list li {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 10px;
	}

	.niagara-menu-feature-list li > span {
		width: 36px;
		height: 36px;
	}

	.niagara-menu-feature-list li > p {
		min-width: 0;
	}

	/* 辛さ説明：スマホでは名称の下に説明文を置く */
	.niagara-menu-spice-list article {
		grid-template-columns: 1fr;
		gap: 6px;
		padding-bottom: 18px;
	}

	.niagara-menu-spice-name {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 2px 10px;
	}

	.niagara-menu-spice-list article > p {
		width: 100%;
		min-width: 0;
	}

	/* 全メニュー：商品名と価格を無理のない2列にする */
	.niagara-menu-category h3 {
		padding: 16px 18px;
	}

	.niagara-menu-category dl {
		padding: 6px 18px 12px;
	}

	.niagara-menu-category dl > div {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		align-items: baseline;
		padding: 14px 0;
	}

	.niagara-menu-category dl > div::before {
		display: none;
	}

	.niagara-menu-category dt {
		grid-column: 1;
		max-width: none;
		min-width: 0;
		flex: none;
	}

	.niagara-menu-category dd {
		grid-column: 2;
		font-size: 0.96rem;
	}

	.niagara-menu-footer-image img {
		width: min(300px, 82%);
	}
}

@media (max-width: 420px) {
	.niagara-menu-inner,
	.niagara-menu-inner-narrow,
	.niagara-menu-hero-inner {
		width: calc(100% - 16px);
	}

	.niagara-menu-feature-panel,
	.niagara-menu-spice-panel {
		padding: 20px 14px;
	}

	.niagara-menu-photo-title-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		align-items: start;
	}

	.niagara-menu-photo-price {
		padding-top: 0 !important;
		font-size: 19px !important;
	}

	.niagara-menu-category h3 {
		padding: 14px;
	}

	.niagara-menu-category dl {
		padding: 4px 14px 10px;
	}
}

@media (min-width: 768px) {
	.niagara-menu-hide-pc {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.niagara-menu-hide-sp {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.niagara-menu-page *,
	.niagara-menu-page *::before,
	.niagara-menu-page *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
