:root {
	--mizu-bg: #f8f7f3;
	--mizu-card: #fff;
	--mizu-text: #1f2933;
	--mizu-muted: #5a666d;
	--mizu-green: #4f8f6f;
	--mizu-blue: #4f7fa8;
	--mizu-orange: #d99a45;
	--mizu-red: #c94f4f;
	--mizu-line: rgba(31, 41, 51, .1);
	--mizu-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}

body.mizunoueshoten-page {
	background: var(--mizu-bg);
	color: var(--mizu-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, sans-serif;
	margin: 0;
}

.mizunoue-lp,
.mizunoue-lp * {
	box-sizing: border-box;
}

.mizunoue-lp {
	background: var(--mizu-bg);
	color: var(--mizu-text);
	overflow: hidden;
	padding-bottom: 96px;
}

.mizunoue-lp h1::before,
.mizunoue-lp h2::before,
.mizunoue-lp h3::before,
.mizunoue-lp h1::after,
.mizunoue-lp h2::after,
.mizunoue-lp h3::after {
	content: none !important;
	display: none !important;
}

.mizunoue-container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 24px;
	width: 100%;
}

.mizunoue-section {
	padding: clamp(64px, 9vw, 112px) 0;
}

.mizunoue-hero {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .18) 45%, rgba(248, 247, 243, .92) 100%),
		url("https://aim-lab.jp/wp-content/uploads/2026/05/DJI_0201.jpg") center / cover no-repeat;
	display: flex;
	min-height: 92vh;
	overflow: hidden;
	position: relative;
}

.mizunoue-hero::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .16) 45%, rgba(248, 247, 243, .92) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mizunoue-hero-video {
	background: #1f2933 var(--mizunoue-hero-poster) center / cover no-repeat;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.mizunoue-hero-video__item {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transition: opacity .65s ease;
	width: 100%;
}

.mizunoue-hero-video__item.is-active {
	opacity: 1;
}

.mizunoue-fv-logo {
	left: 32px;
	position: absolute;
	top: 28px;
	z-index: 4;
}

.mizunoue-fv-logo img {
	display: block;
	height: auto;
	max-width: 180px;
}

.mizunoue-hero__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 120px 24px 92px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.mizunoue-fv-icons {
	display: flex;
	gap: 12px;
	margin: 0 0 22px;
}

.mizunoue-fv-icon {
	align-items: center;
	background: rgba(255, 255, 255, .9);
	border-radius: 999px;
	color: var(--mizu-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	padding: 8px 14px;
}

.mizunoue-fv-icon img {
	height: 22px;
	width: 22px;
}

.mizunoue-hero h1 {
	color: #fff;
	font-size: clamp(34px, 6vw, 72px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 24px;
	text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.mizunoue-hero p {
	color: #fff;
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.9;
	margin: 0;
	max-width: 780px;
	text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.mizunoue-eyebrow {
	color: var(--mizu-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.4;
	margin: 0 0 12px;
}

.mizunoue-title,
.mizunoue-concept-title {
	color: var(--mizu-text);
	letter-spacing: 0;
	margin: 0 0 22px;
}

.mizunoue-title {
	font-size: clamp(24px, 3.2vw, 38px);
	font-weight: 600;
	line-height: 1.45;
}

.mizunoue-concept-title {
	font-size: clamp(25px, 3.4vw, 40px);
	font-weight: 600;
	line-height: 1.5;
}

.mizunoue-card h2,
.mizunoue-reserve-modal h2 {
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 600;
	line-height: 1.45;
}

.mizunoue-text {
	color: var(--mizu-muted);
	font-size: 16px;
	line-height: 2;
	margin: 0 0 18px;
}

.mizunoue-marker {
	background: linear-gradient(transparent 62%, rgba(217, 154, 69, .3) 62%);
	color: var(--mizu-text);
	font-weight: 800;
}

.mizunoue-card,
.mizunoue-concept-card,
.mizunoue-feature,
.mizunoue-tour-card,
.mizunoue-fsj-card,
.mizunoue-guide-card,
.mizunoue-contact-card,
.mizunoue-news-card {
	background: var(--mizu-card);
	border-radius: 28px;
	box-shadow: var(--mizu-shadow);
}

.mizunoue-concept-section {
	padding-top: 0;
}

.mizunoue-concept-visual {
	height: min(62vw, 520px);
	margin-bottom: -90px;
	overflow: hidden;
}

.mizunoue-concept-visual img,
.mizunoue-tour-card img,
.mizunoue-guide-photo img,
.mizunoue-photo,
.mizunoue-gallery-item img,
.mizunoue-fsj-logo img,
.mizunoue-faq-photo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.mizunoue-concept-visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mizunoue-concept-card {
	margin: 0 auto;
	max-width: 900px;
	padding: clamp(30px, 6vw, 64px);
	position: relative;
	z-index: 2;
}

.mizunoue-card {
	padding: clamp(28px, 5vw, 54px);
}

.mizunoue-grid,
.mizunoue-tour-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mizunoue-feature {
	padding: 28px;
}

.mizunoue-feature-icon {
	align-items: center;
	background: #f8f7f3;
	border-radius: 999px;
	color: var(--mizu-green);
	display: flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	margin: 0 0 18px;
	width: 58px;
}

.mizunoue-feature h3,
.mizunoue-tour-card h3,
.mizunoue-guide-card h3 {
	color: var(--mizu-text);
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 12px;
}

.mizunoue-feature p,
.mizunoue-tour-card p,
.mizunoue-guide-card p {
	color: var(--mizu-muted);
	font-size: 15px;
	line-height: 1.85;
	margin: 0;
}

.mizunoue-tour-card {
	overflow: hidden;
}

.mizunoue-tour-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.mizunoue-tour-card__body {
	padding: 24px;
}

.mizunoue-flow-layout {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
}

.mizunoue-flow-content {
	background: #fff;
	border-radius: 30px;
	box-shadow: var(--mizu-shadow);
	padding: clamp(28px, 5vw, 54px);
}

.mizunoue-flow-steps {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.mizunoue-flow-step {
	border-top: 1px solid var(--mizu-line);
	padding-top: 16px;
}

.mizunoue-flow-step span {
	color: var(--mizu-green);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
	margin-bottom: 6px;
}

.mizunoue-flow-step h3 {
	color: var(--mizu-text);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 6px;
}

.mizunoue-flow-step p {
	color: var(--mizu-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.mizunoue-flow-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 240px 180px;
	gap: 16px;
	min-width: 0;
}

.mizunoue-flow-photo,
.mizunoue-field-visual img,
.mizunoue-photo-service-img {
	background: linear-gradient(135deg, rgba(79, 127, 168, .16), rgba(79, 143, 111, .16));
	border-radius: 28px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mizunoue-flow-photo--main {
	grid-column: 1 / 3;
}

.mizunoue-flow-photo--sub {
	transform: translateY(18px);
}

.mizunoue-flow-photo--small {
	transform: translateY(-8px);
}

.mizunoue-field-section {
	padding-top: 36px;
}

.mizunoue-field-visual {
	border-radius: 32px;
	box-shadow: var(--mizu-shadow);
	height: clamp(300px, 46vw, 560px);
	overflow: hidden;
}

.mizunoue-field-card {
	background: #fff;
	border-radius: 30px;
	box-shadow: var(--mizu-shadow);
	margin: -96px auto 0;
	max-width: 820px;
	padding: clamp(28px, 5vw, 54px);
	position: relative;
	z-index: 2;
}

.mizunoue-field-copy {
	color: var(--mizu-text);
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 600;
	line-height: 1.65;
	margin: -4px 0 18px;
}

.mizunoue-photo-service-layout {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 56px);
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.mizunoue-photo-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.15fr .85fr;
	grid-template-rows: 190px 190px;
	min-width: 0;
}

.mizunoue-photo-service-img--main {
	grid-row: 1 / 3;
}

.mizunoue-photo-service-card {
	background: #fff;
	border-radius: 30px;
	box-shadow: var(--mizu-shadow);
	padding: clamp(28px, 5vw, 54px);
}

.mizunoue-photo-service-note {
	color: var(--mizu-muted);
	font-size: 13px;
	line-height: 1.8;
	margin: 18px 0 0;
}

.mizunoue-price-caption {
	color: var(--mizu-muted);
	font-size: 15px;
	line-height: 1.8;
	margin: -8px 0 24px;
}

.mizunoue-price-sub {
	color: var(--mizu-muted);
	font-size: 18px;
	margin-bottom: 6px;
	text-decoration: line-through;
}

.mizunoue-price {
	color: var(--mizu-green);
	font-size: 38px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}

.mizunoue-video-section {
	padding: 0;
}

.mizunoue-video-wrap {
	aspect-ratio: 16 / 8;
	overflow: hidden;
	position: relative;
}

.mizunoue-video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mizunoue-video-overlay {
	align-items: center;
	background: rgba(0, 0, 0, .2);
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
}

.mizunoue-video-text {
	color: #fff;
	font-size: clamp(24px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: .08em;
	text-align: center;
}

.mizunoue-guide-main {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
}

.mizunoue-guide-card {
	overflow: hidden;
}

.mizunoue-guide-card.large {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.mizunoue-guide-card--support {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
}

.mizunoue-guide-photo {
	overflow: hidden;
}

.mizunoue-guide-card:has(.mizunoue-guide-more[open]) .mizunoue-guide-photo {
	align-self: start;
	height: 230px;
}

.mizunoue-guide-photo img {
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.mizunoue-guide-content {
	padding: 26px;
}

.mizunoue-guide-content h3 {
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 14px;
}

.mizunoue-guide-role,
.mizunoue-guide-meta {
	color: var(--mizu-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 10px;
}

.mizunoue-guide-name-en {
	display: block;
	font-size: 30px;
	line-height: 1.1;
}

.mizunoue-guide-name-jp {
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.mizunoue-guide-more {
	margin-top: 16px;
}

.mizunoue-guide-more summary {
	color: var(--mizu-green);
	cursor: pointer;
	font-weight: 900;
}

.mizunoue-guide-results {
	background: #f8f7f3;
	border-radius: 16px;
	color: var(--mizu-muted);
	font-size: 13px;
	line-height: 1.8;
	margin-top: 14px;
	padding: 16px;
}

.mizunoue-photo {
	border-radius: 28px;
	box-shadow: var(--mizu-shadow);
	margin-top: 26px;
	width: 100%;
}

.mizunoue-fsj-card {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 280px minmax(0, 1fr);
	padding: clamp(28px, 5vw, 54px);
}

.mizunoue-fsj-logo {
	align-items: center;
	background: #f8f7f3;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	padding: 28px;
}

.mizunoue-fsj-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.mizunoue-fsj-tags span,
.mizunoue-reserve-tags span {
	background: #f8f7f3;
	border-radius: 999px;
	color: var(--mizu-text);
	font-size: 13px;
	font-weight: 800;
	padding: 8px 13px;
}

.mizunoue-gallery-section {
	padding-bottom: 48px;
}

.mizunoue-gallery-slider {
	margin-top: 28px;
	overflow: visible;
	padding: 0 28px 42px;
}

.mizunoue-gallery-item {
	height: auto;
	border-radius: 28px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.mizunoue-gallery-item img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mizunoue-gallery-item figcaption {
	background: linear-gradient(transparent, rgba(0, 0, 0, .58));
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	left: 0;
	padding: 42px 18px 18px;
	position: absolute;
	right: 0;
}

.mizunoue-calendar {
	background: #fff;
	border-radius: 28px;
	box-shadow: var(--mizu-shadow);
	overflow: hidden;
	padding: clamp(18px, 3vw, 28px);
}

.mizunoue-calendar .mizunoue-availability {
	box-shadow: none;
	margin: 0;
	max-width: none;
	padding: 0;
}

.mizunoue-calendar .mizunoue-availability__header {
	display: none;
}

.mizunoue-calendar .mizunoue-availability__legend {
	margin-top: 0;
}

.mizunoue-calendar-notice {
	background: #f8f7f3;
	border-radius: 20px;
	padding: 22px;
}

.mizunoue-faq details {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
	margin: 0 0 14px;
	padding: 22px 24px;
}

.mizunoue-faq summary {
	color: var(--mizu-text);
	cursor: pointer;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.6;
}

.mizunoue-faq details p {
	color: var(--mizu-muted);
	line-height: 1.9;
	margin: 16px 0 0;
}

.mizunoue-faq-photo img {
	border-radius: 18px;
	margin-top: 16px;
}

.mizunoue-faq-photo--placeholder {
	align-items: center;
	background: #f8f7f3;
	border-radius: 18px;
	color: var(--mizu-muted);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	margin-top: 16px;
	min-height: 160px;
	padding: 18px;
	text-align: center;
}

.mizunoue-news-list {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mizunoue-news-card {
	overflow: hidden;
	padding: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mizunoue-news-card:hover {
	box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
	transform: translateY(-2px);
}

.mizunoue-news-card__trigger,
.mizunoue-news-card__button,
.mizunoue-news-card__link {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	height: 100%;
	padding: 24px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.mizunoue-news-card,
.mizunoue-news-card *,
.mizunoue-news-card a,
.mizunoue-news-card a *,
.mizunoue-news-card__trigger,
.mizunoue-news-card__trigger *,
.mizunoue-news-card__button *,
.mizunoue-news-card__button:hover,
.mizunoue-news-card__button:hover *,
.mizunoue-news-card__button:focus,
.mizunoue-news-card__button:focus *,
.mizunoue-news-card__link,
.mizunoue-news-card__link *,
.mizunoue-news-card__link:hover,
.mizunoue-news-card__link:hover * {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.mizunoue-news-card__trigger:focus-visible {
	outline: 2px solid var(--mizu-green);
	outline-offset: -6px;
}

.mizunoue-news-card time {
	color: var(--mizu-muted);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 10px;
}

.mizunoue-news-card__title {
	color: var(--mizu-text);
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 12px;
}

.mizunoue-news-body {
	color: var(--mizu-muted);
	font-size: 14px;
	line-height: 1.8;
}

.mizunoue-news-modal {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.mizunoue-news-modal.is-open {
	display: block;
}

.mizunoue-news-modal__overlay {
	background: rgba(31, 41, 51, .55);
	inset: 0;
	position: absolute;
}

.mizunoue-news-modal__panel {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
	left: 50%;
	max-height: calc(100vh - 36px);
	max-height: calc(100dvh - 36px);
	max-width: 760px;
	overflow: auto;
	padding: clamp(24px, 4vw, 42px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 28px);
	-webkit-overflow-scrolling: touch;
}

.mizunoue-news-modal__close {
	background: #f8f7f3;
	border: 0;
	border-radius: 999px;
	color: var(--mizu-text);
	cursor: pointer;
	font-size: 26px;
	height: 44px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
}

.mizunoue-news-modal time {
	color: var(--mizu-muted);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 12px;
}

.mizunoue-news-modal h3 {
	color: var(--mizu-text);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 600;
	line-height: 1.45;
	margin: 0 44px 18px 0;
}

.mizunoue-news-modal__body {
	color: var(--mizu-muted);
	font-size: 16px;
	line-height: 1.9;
}

.mizunoue-news-modal__body a {
	color: var(--mizu-green);
}

.mizunoue-map-card,
.mizunoue-reserve-modal__form {
	background: #fff;
	border-radius: 28px;
	box-shadow: var(--mizu-shadow);
	overflow: hidden;
}

.mizunoue-map-card iframe {
	border: 0;
	display: block;
	height: 460px;
	width: 100%;
}

.mizunoue-contact-card {
	padding: clamp(30px, 6vw, 58px);
}

.mizunoue-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.mizunoue-contact-button,
.mizunoue-fixed-cta a,
.mizunoue-fixed-cta button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	text-decoration: none;
}

.mizunoue-contact-button {
	background: var(--mizu-green);
	color: #fff;
}

.mizunoue-contact-button--light {
	background: #f8f7f3;
	color: var(--mizu-text);
}

.mizunoue-reserve-modal {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.mizunoue-reserve-modal.is-open {
	display: block;
}

.mizunoue-reserve-modal__overlay {
	background: rgba(31, 41, 51, .55);
	inset: 0;
	position: absolute;
}

.mizunoue-reserve-modal__panel {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
	left: 50%;
	max-height: calc(100vh - 36px);
	max-width: 860px;
	overflow: auto;
	padding: clamp(24px, 4vw, 42px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 28px);
}

.mizunoue-reserve-modal__close {
	background: #f8f7f3;
	border: 0;
	border-radius: 999px;
	color: var(--mizu-text);
	cursor: pointer;
	font-size: 26px;
	height: 44px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
}

.mizunoue-reserve-modal__head h2 {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.25;
	margin: 0 0 12px;
}

.mizunoue-reserve-modal__head p {
	color: var(--mizu-muted);
	line-height: 1.8;
	margin: 0 0 18px;
}

.mizunoue-reserve-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.mizunoue-reserve-calendar-link {
	margin: 0 0 22px;
}

.mizunoue-reserve-calendar-link a {
	color: var(--mizu-green);
	font-weight: 900;
}

.mizunoue-reserve-modal__form iframe {
	border: 0;
	display: block;
	height: min(74vh, 720px);
	width: 100%;
}

body.mizunoue-modal-open {
	overflow: hidden;
}

body.mizunoue-modal-open .mizunoue-fixed-cta {
	display: none;
}

.mizunoue-footer-space {
	height: 128px;
}

.mizunoue-fixed-cta {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(31, 41, 51, .08);
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, .13);
	display: flex;
	gap: 10px;
	left: 50%;
	padding: 8px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 9999;
}

.mizunoue-reserve-trigger {
	background: var(--mizu-green);
	color: #fff;
}

.mizunoue-instagram-btn {
	background: #f8f7f3;
	color: var(--mizu-text);
}

.mizunoue-fade {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .75s ease, transform .75s ease;
}

.mizunoue-fade.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 900px) {
	.mizunoue-grid,
	.mizunoue-tour-grid,
	.mizunoue-guide-main,
	.mizunoue-news-list,
	.mizunoue-fsj-card,
	.mizunoue-flow-layout,
	.mizunoue-photo-service-layout,
	.mizunoue-guide-card.large,
	.mizunoue-guide-card--support {
		grid-template-columns: 1fr;
	}

	.mizunoue-flow-photos,
	.mizunoue-photo-service-grid {
		order: -1;
	}

	.mizunoue-guide-card:has(.mizunoue-guide-more[open]) .mizunoue-guide-photo {
		aspect-ratio: 4 / 3;
		height: auto;
	}
}

@media (max-width: 767px) {
	.mizunoue-lp {
		padding-bottom: 120px;
	}

	.mizunoue-container {
		padding: 0 18px;
	}

	.mizunoue-section {
		padding: 56px 0;
	}

	.mizunoue-fv-logo {
		left: 18px;
		top: 18px;
	}

	.mizunoue-fv-logo img {
		max-width: 136px;
	}

	.mizunoue-hero {
		min-height: 82vh;
	}

	.mizunoue-hero__inner {
		padding: 110px 18px 70px;
	}

	.mizunoue-hero h1 {
		font-size: clamp(34px, 12vw, 48px);
		line-height: 1.16;
	}

	.mizunoue-hero p {
		font-size: 15px;
	}

	.mizunoue-concept-visual {
		height: 280px;
		margin-bottom: -46px;
	}

	.mizunoue-flow-content,
	.mizunoue-field-card,
	.mizunoue-photo-service-card {
		border-radius: 22px;
		padding: 22px;
	}

	.mizunoue-flow-photos {
		grid-template-rows: 190px 140px;
		gap: 10px;
	}

	.mizunoue-flow-photo,
	.mizunoue-field-visual img,
	.mizunoue-photo-service-img {
		border-radius: 20px;
	}

	.mizunoue-flow-photo--sub,
	.mizunoue-flow-photo--small {
		transform: none;
	}

	.mizunoue-flow-step {
		padding-top: 14px;
	}

	.mizunoue-field-section {
		padding-top: 24px;
	}

	.mizunoue-field-visual {
		border-radius: 24px;
		height: 300px;
	}

	.mizunoue-field-card {
		margin-top: -42px;
	}

	.mizunoue-field-copy {
		font-size: 18px;
	}

	.mizunoue-photo-service-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 220px 130px;
		gap: 10px;
	}

	.mizunoue-photo-service-img--main {
		grid-column: 1 / 3;
		grid-row: auto;
	}

	.mizunoue-card,
	.mizunoue-concept-card,
	.mizunoue-feature,
	.mizunoue-contact-card {
		border-radius: 22px;
		padding: 22px;
	}

	.mizunoue-news-card {
		border-radius: 22px;
		padding: 0;
	}

	.mizunoue-news-card__trigger,
	.mizunoue-news-card__button,
	.mizunoue-news-card__link {
		padding: 22px;
	}

	.mizunoue-news-modal {
		padding: 12px;
	}

	.mizunoue-news-modal__panel {
		border-radius: 24px;
		max-height: calc(100vh - 24px);
		max-height: calc(100dvh - 24px);
		width: calc(100vw - 24px);
	}

	.mizunoue-title {
		font-size: 25px;
		line-height: 1.5;
	}

	.mizunoue-concept-title {
		font-size: 24px;
		line-height: 1.55;
	}

	.mizunoue-card h2,
	.mizunoue-reserve-modal h2 {
		font-size: 25px;
		line-height: 1.5;
	}

	.mizunoue-guide-content h3 {
		font-size: 22px;
	}

	.mizunoue-video-wrap {
		aspect-ratio: 9 / 12;
	}

	.mizunoue-gallery-slider {
		padding: 0 18px 36px;
	}

	.mizunoue-calendar {
		border-radius: 22px;
		padding: 14px;
	}

	.mizunoue-map-card iframe {
		height: 360px;
	}

	.mizunoue-contact-actions,
	.mizunoue-fixed-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.mizunoue-fixed-cta {
		border-radius: 24px;
		bottom: 12px;
		left: 12px;
		right: 12px;
		transform: none;
	}

	.mizunoue-footer-space {
		height: 156px;
	}

	.mizunoue-contact-button,
	.mizunoue-fixed-cta a,
	.mizunoue-fixed-cta button {
		width: 100%;
	}
}
