:root {
	--budou-ink: #171212;
	--budou-muted: #6d625c;
	--budou-paper: #f7f2e8;
	--budou-white: #fffdf8;
	--budou-green: #1f5209;
	--budou-green-deep: #153405;
	--budou-wine: #261021;
	--budou-gold: #b99a5d;
	--budou-line: rgba(41, 29, 23, .14);
	--budou-shadow: 0 28px 72px rgba(21, 12, 15, .16);
	--budou-serif: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
	--budou-sans: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

body.budou-guide-page {
	--tcd-headerbar-height: 78px;
	background: var(--budou-paper);
	color: var(--budou-ink);
	font-family: var(--budou-sans);
}

body.budou-guide-page .l-header,
body.budou-guide-page .l-header * {
	box-sizing: border-box;
}

body.budou-guide-page .l-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

body.budou-guide-page .l-header-bar {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 18px auto 0;
	color: var(--budou-ink);
	background:
		linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(247, 242, 232, .9));
	border: 1px solid rgba(185, 154, 93, .28);
	box-shadow: 0 18px 48px rgba(21, 12, 15, .14);
	backdrop-filter: blur(12px);
}

body.budou-guide-page.l-header-fix.is-header-fixed .l-header-bar,
body.budou-guide-page.l-header-fix.is-header-fixed.is-header-fixed-hiding .l-header-bar {
	position: relative;
	top: auto;
	left: auto;
	width: min(1180px, calc(100% - 48px));
	animation: none;
}

body.budou-guide-page.l-header-fix.is-header-fixed .l-header-bar::after {
	content: none;
}

body.budou-guide-page .l-header-bar-inner {
	align-items: center;
	min-height: var(--tcd-headerbar-height);
	padding: 0 18px 0 22px;
	gap: 18px;
	font-family: var(--budou-sans);
}

body.budou-guide-page .p-header-logo,
body.budou-guide-page .p-header-logo-mobile {
	flex: 0 0 auto;
	min-width: 0;
}

body.budou-guide-page .p-header-logo a,
body.budou-guide-page .p-header-logo-mobile a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

body.budou-guide-page .p-header-logo img,
body.budou-guide-page .p-header-logo-mobile img {
	display: none;
}

body.budou-guide-page .p-header-logo a::before,
body.budou-guide-page .p-header-logo-mobile a::before {
	display: block;
	flex: 0 0 auto;
	width: 38px;
	height: 56px;
	background-image: url("../../../../uploads/2026/05/img/nakazumi-logo-refined-proposal-v3-muscat.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	filter: drop-shadow(0 8px 18px rgba(31, 82, 9, .16));
}

body.budou-guide-page .p-header-logo a::after {
	color: var(--budou-green-deep);
	font-family: var(--budou-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	content: "中泉ぶどう園";
}

body.budou-guide-page:not(.drawer-available) .p-drawer {
	display: flex;
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
}

body.budou-guide-page:not(.drawer-available) .p-drawer-contents,
body.budou-guide-page:not(.drawer-available) .p-drawer-contents-inner {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	height: auto;
	border: 0;
}

body.budou-guide-page:not(.drawer-available) .p-global-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

body.budou-guide-page:not(.drawer-available) .p-global-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

body.budou-guide-page:not(.drawer-available) .p-global-nav > li > a {
	min-height: var(--tcd-headerbar-height);
	padding: 0 clamp(7px, .72vw, 12px);
	color: rgba(23, 18, 18, .82);
	transition: color .25s ease;
}

body.budou-guide-page:not(.drawer-available) .p-global-nav > li > a::after {
	position: absolute;
	right: 12px;
	bottom: 20px;
	left: 12px;
	height: 2px;
	background: var(--budou-gold);
	content: "";
	opacity: 0;
	transform: scaleX(.4);
	transition: opacity .25s ease, transform .25s ease;
}

body.budou-guide-page:not(.drawer-available) .p-global-nav > li.current-menu-item > a,
body.budou-guide-page:not(.drawer-available) .p-global-nav > li > a:hover {
	color: var(--budou-green-deep);
}

body.budou-guide-page:not(.drawer-available) .p-global-nav > li.current-menu-item > a::after,
body.budou-guide-page:not(.drawer-available) .p-global-nav > li > a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

body.budou-guide-page .p-header-search,
body.budou-guide-page .p-header-membermenu {
	align-self: stretch;
}

body.budou-guide-page .p-header-search {
	margin-left: auto;
}

body.budou-guide-page .p-header-search-input {
	height: 44px;
	color: var(--budou-ink);
	background: rgba(255, 253, 248, .94);
	border: 1px solid rgba(185, 154, 93, .28);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(21, 12, 15, .09);
}

body.budou-guide-page button.p-header-search-button,
body.budou-guide-page .p-header-membermenu a,
body.budou-guide-page .p-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	margin: auto 0;
	color: var(--budou-green-deep);
	background: rgba(255, 253, 248, .68);
	border: 1px solid rgba(185, 154, 93, .25);
	border-radius: 999px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

body.budou-guide-page button.p-header-search-button:hover,
body.budou-guide-page .p-header-membermenu a:hover,
body.budou-guide-page .p-menu-button:hover {
	color: var(--budou-white);
	background: var(--budou-green);
	border-color: var(--budou-green);
	transform: translateY(-1px);
}

body.budou-guide-page .p-header-membermenu {
	gap: 8px;
}

body.budou-guide-page .p-header-membermenu-wishlist-count:not(:empty),
body.budou-guide-page .p-header-membermenu-cart-badge:not(:empty) {
	top: -4px;
	right: -3px;
	background: var(--budou-gold);
}

body.budou-guide-page:not(.drawer-available) .p-menu-button {
	display: none;
}

body.budou-guide-page.drawer-available .p-drawer-contents {
	top: 0;
	right: 16px;
	bottom: 0;
	width: min(360px, calc(100vw - 30px));
	max-width: none;
	height: 100svh;
	color: var(--budou-white);
	background:
		linear-gradient(180deg, rgba(21, 52, 5, .98), rgba(38, 16, 33, .98));
	box-shadow: -22px 0 54px rgba(0, 0, 0, .24);
	visibility: hidden;
	transform: translateX(calc(100% + 48px));
	transition: transform .35s ease, visibility 0s linear .35s;
	pointer-events: none;
}

body.budou-guide-page.drawer-available.show-drawer .p-drawer-contents {
	visibility: visible;
	transform: none;
	transition-delay: 0s;
	pointer-events: auto;
}

body.budou-guide-page.drawer-available .p-drawer-contents-close {
	width: 58px;
	height: 58px;
	color: var(--budou-white);
}

body.budou-guide-page.drawer-available .p-drawer-contents-inner {
	height: calc(100svh - 58px);
	border-top: 1px solid rgba(185, 154, 93, .32);
}

body.budou-guide-page.drawer-available .p-drawer-menu > li {
	border-color: rgba(185, 154, 93, .26);
}

body.budou-guide-page.drawer-available .p-drawer-menu a {
	min-height: 56px;
	padding: 18px 24px;
	color: var(--budou-white);
	font-family: var(--budou-sans);
	font-size: 14px;
	font-weight: 700;
}

body.budou-guide-page.drawer-available .p-drawer-menu li.current-menu-item > a,
body.budou-guide-page.drawer-available .p-drawer-menu a:hover {
	color: var(--budou-gold);
}

body.budou-guide-page .p-pagetop {
	display: none;
}

.budou-guide,
.budou-guide * {
	box-sizing: border-box;
}

.budou-guide {
	overflow: hidden;
	background:
		linear-gradient(180deg, var(--budou-paper) 0%, #fbf8ef 46%, #efe6d7 100%);
	color: var(--budou-ink);
	font-family: var(--budou-sans);
	line-height: 1.85;
}

.budou-guide img {
	display: block;
	max-width: 100%;
	height: auto;
}

.budou-guide a {
	color: inherit;
}

.budou-guide-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	padding: 168px 0 78px;
	overflow: hidden;
	background: var(--budou-wine);
	color: var(--budou-white);
	isolation: isolate;
}

.budou-guide-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .62;
}

.budou-guide-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(12, 8, 10, .82) 0%, rgba(12, 8, 10, .48) 50%, rgba(12, 8, 10, .18) 82%),
		linear-gradient(180deg, rgba(12, 8, 10, .12), rgba(12, 8, 10, .48));
	content: "";
}

.budou-guide-hero__content,
.budou-guide-flow,
.budou-guide-summary,
.budou-guide-season,
.budou-guide-notes,
.budou-guide-cta {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.budou-guide__eyebrow {
	margin: 0 0 18px;
	color: var(--budou-gold);
	font-family: var(--budou-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.budou-guide-hero h1,
.budou-guide h2,
.budou-guide h3 {
	margin: 0;
	font-family: var(--budou-serif);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
}

.budou-guide-hero h1 {
	font-size: clamp(44px, 7vw, 78px);
	line-height: 1.18;
	text-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}

.budou-guide-hero p:not(.budou-guide__eyebrow) {
	max-width: 680px;
	margin: 22px 0 0;
	font-size: clamp(16px, 1.8vw, 21px);
	font-weight: 700;
}

.budou-guide-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.budou-guide__button {
	display: inline-grid;
	place-items: center;
	min-height: 48px;
	padding: 10px 24px;
	border: 1px solid transparent;
	color: var(--budou-white);
	background: var(--budou-wine);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.budou-guide__button:hover {
	color: var(--budou-white);
	background: var(--budou-green);
	border-color: var(--budou-green);
	transform: translateY(-1px);
}

.budou-guide .budou-guide__button--primary,
.budou-guide .budou-guide__button--primary:link,
.budou-guide .budou-guide__button--primary:visited,
.budou-guide .budou-guide__button--primary:hover,
.budou-guide .budou-guide__button--primary:focus-visible {
	color: var(--budou-white) !important;
	-webkit-text-fill-color: var(--budou-white);
}

.budou-guide__button--outline {
	color: var(--budou-white);
	background: transparent;
	border-color: rgba(255, 253, 248, .58);
}

.budou-guide__button--outline:hover {
	color: var(--budou-ink);
	background: var(--budou-white);
	border-color: var(--budou-white);
}

.budou-guide__button--outline-dark {
	color: var(--budou-wine);
	background: transparent;
	border-color: rgba(38, 16, 33, .28);
}

.budou-guide__button--outline-dark:hover {
	color: var(--budou-white);
	background: var(--budou-wine);
	border-color: var(--budou-wine);
}

.budou-guide-flow {
	padding: clamp(78px, 11vw, 136px) 0 clamp(58px, 8vw, 96px);
}

.budou-guide-section-head {
	max-width: 820px;
	margin-bottom: clamp(34px, 5vw, 56px);
}

.budou-guide-section-head h2,
.budou-guide-summary h2,
.budou-guide-notes h2,
.budou-guide-cta h2 {
	font-size: clamp(34px, 4.6vw, 58px);
}

.budou-guide-section-head p:not(.budou-guide__eyebrow),
.budou-guide-cta p {
	max-width: 660px;
	margin: 18px 0 0;
	color: var(--budou-muted);
	font-size: 15px;
	font-weight: 500;
}

.budou-guide-flow__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.budou-guide-flow__grid article,
.budou-guide-card-grid article {
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	background: var(--budou-white);
	border: 1px solid var(--budou-line);
}

.budou-guide-flow__grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	color: var(--budou-white);
	background: var(--budou-green-deep);
	font-family: var(--budou-serif);
	font-weight: 700;
}

.budou-guide-flow__grid h3,
.budou-guide-card-grid h3 {
	font-size: clamp(22px, 2.3vw, 28px);
}

.budou-guide-flow__grid p,
.budou-guide-card-grid p {
	margin: 14px 0 0;
	color: var(--budou-muted);
	font-size: 14px;
	font-weight: 500;
}

.budou-guide-summary {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: stretch;
	padding: 0 0 clamp(80px, 11vw, 136px);
}

.budou-guide-summary__media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: var(--budou-wine);
	box-shadow: var(--budou-shadow);
}

.budou-guide-summary__media::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: var(--budou-gold);
	content: "";
}

.budou-guide-summary__media img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.budou-guide-summary__content {
	min-width: 0;
}

.budou-guide-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: clamp(28px, 4vw, 44px);
}

.budou-guide-season {
	padding: clamp(72px, 10vw, 126px) 0;
	border-top: 1px solid var(--budou-line);
}

.budou-guide-season__table {
	overflow: hidden;
	background: var(--budou-white);
	border: 1px solid var(--budou-line);
	box-shadow: var(--budou-shadow);
}

.budou-guide-season__row {
	display: grid;
	grid-template-columns: .82fr .86fr 1.32fr;
	gap: 0;
	border-top: 1px solid var(--budou-line);
}

.budou-guide-season__row:first-child {
	border-top: 0;
}

.budou-guide-season__row span {
	min-width: 0;
	padding: 18px 22px;
	border-left: 1px solid var(--budou-line);
	font-size: 14px;
	font-weight: 600;
}

.budou-guide-season__row span:first-child {
	border-left: 0;
	color: var(--budou-wine);
	font-weight: 800;
}

.budou-guide-season__row--head span {
	color: var(--budou-white) !important;
	background: var(--budou-green-deep);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.budou-guide-notes {
	display: grid;
	grid-template-columns: minmax(300px, 470px) 1fr;
	gap: clamp(32px, 6vw, 72px);
	align-items: start;
	padding: 0 0 clamp(78px, 11vw, 132px);
}

.budou-guide-notes ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.budou-guide-notes li {
	position: relative;
	padding: 20px 22px 20px 50px;
	background: rgba(255, 253, 248, .7);
	border: 1px solid rgba(185, 154, 93, .28);
	color: var(--budou-muted);
	font-size: 15px;
	font-weight: 500;
}

.budou-guide-notes li::before {
	position: absolute;
	top: 23px;
	left: 22px;
	width: 10px;
	height: 10px;
	background: var(--budou-gold);
	content: "";
}

.budou-guide-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 42px;
	align-items: center;
	margin-bottom: clamp(82px, 12vw, 140px);
	padding: clamp(28px, 5vw, 52px);
	background: var(--budou-white);
	border: 1px solid rgba(185, 154, 93, .26);
	box-shadow: var(--budou-shadow);
}

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

body.budou-guide-page .p-footer {
	background: var(--budou-green-deep);
}

body.budou-guide-page .p-copyright {
	color: rgba(255, 253, 248, .72);
	background: var(--budou-wine);
}

@media (max-width: 1100px) {
	body.budou-guide-page .l-header-bar-inner {
		gap: 12px;
	}

	body.budou-guide-page:not(.drawer-available) .p-global-nav {
		font-size: 12px;
	}

	.budou-guide-summary,
	.budou-guide-notes,
	.budou-guide-cta {
		grid-template-columns: 1fr;
	}

	.budou-guide-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 860px) {
	.budou-guide-flow__grid,
	.budou-guide-card-grid {
		grid-template-columns: 1fr;
	}

	.budou-guide-season__row {
		grid-template-columns: 1fr;
	}

	.budou-guide-season__row span {
		border-left: 0;
		border-top: 1px solid var(--budou-line);
	}

	.budou-guide-season__row span:first-child {
		border-top: 0;
	}

	.budou-guide-season__row--head {
		display: none;
	}
}

@media (max-width: 700px) {
	body.budou-guide-page .l-header-bar {
		width: calc(100% - 32px);
		margin-top: 12px;
	}

	body.budou-guide-page .l-header-bar-inner {
		min-height: 64px;
		padding: 0 12px 0 16px;
	}

	body.budou-guide-page .p-header-logo a::before,
	body.budou-guide-page .p-header-logo-mobile a::before {
		width: 30px;
		height: 44px;
	}

	body.budou-guide-page .p-header-logo a::after {
		font-size: 13px;
	}

	body.budou-guide-page .p-header-search {
		display: none;
	}

	body.budou-guide-page button.p-header-search-button,
	body.budou-guide-page .p-header-membermenu a,
	body.budou-guide-page .p-menu-button {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.budou-guide-hero {
		min-height: 460px;
		padding: 132px 0 60px;
	}

	.budou-guide-hero__content,
	.budou-guide-flow,
	.budou-guide-summary,
	.budou-guide-season,
	.budou-guide-notes,
	.budou-guide-cta {
		width: calc(100% - 32px);
	}

	.budou-guide-hero h1 {
		font-size: clamp(38px, 13vw, 52px);
	}

	.budou-guide-hero p:not(.budou-guide__eyebrow),
	.budou-guide-section-head p:not(.budou-guide__eyebrow),
	.budou-guide-cta p {
		overflow-wrap: anywhere;
	}

	.budou-guide-hero__actions,
	.budou-guide-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.budou-guide__button {
		width: 100%;
	}

	.budou-guide-flow {
		padding: 64px 0 52px;
	}

	.budou-guide-section-head h2,
	.budou-guide-summary h2,
	.budou-guide-notes h2,
	.budou-guide-cta h2 {
		font-size: clamp(30px, 9vw, 44px);
	}

	.budou-guide-summary {
		padding-bottom: 66px;
	}

	.budou-guide-summary__media,
	.budou-guide-summary__media img {
		min-height: 280px;
	}

	.budou-guide-flow__grid article,
	.budou-guide-card-grid article {
		padding: 22px;
	}

	.budou-guide-season {
		padding: 64px 0;
	}

	.budou-guide-season__row {
		margin: 0;
		border-top: 10px solid var(--budou-paper);
	}

	.budou-guide-season__row:first-child {
		border-top: 0;
	}

	.budou-guide-season__row span {
		padding: 14px 18px;
	}

	.budou-guide-notes {
		gap: 24px;
		padding-bottom: 66px;
	}

	.budou-guide-notes li {
		padding: 18px 18px 18px 44px;
	}

	.budou-guide-notes li::before {
		top: 22px;
		left: 18px;
	}

	.budou-guide-cta {
		margin-bottom: 72px;
		padding: 24px;
	}
}
