@charset "UTF-8";
/* =========================================================
   on-no-ji theme — main stylesheet
   配色（3〜4色構成）
   - 深紅  crimson  #9e2b25  ブランドの主役
   - 墨    charcoal #211d1a  濃色背景・見出し
   - 生成り cream    #f7f2e8  ページ基調
   - 金茶  gold     #b8893f  差し色（ラベル等）
   テキストカラーと背景色は必ずコントラストを確保する。
   ========================================================= */

:root {
	--crimson: #9e2b25;
	--crimson-dark: #7d201b;
	--charcoal: #211d1a;
	--charcoal-soft: #2c2723;
	--cream: #f7f2e8;
	--cream-deep: #efe7d6;
	--gold: #b8893f;
	--white: #ffffff;
	--ink: #2b2520;        /* 明色背景上の本文 */
	--ink-soft: #5c544c;   /* 補足テキスト */
	--line: #e2d8c6;

	--font-mincho: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	--font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

	--container: 1120px;
	--radius: 10px;
	--shadow: 0 10px 30px rgba(33, 29, 26, 0.10);
}

/* ---------- base / reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 18px;          /* 高齢者にも配慮した大きめの基本サイズ */
	line-height: 1.9;
	color: var(--ink);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.02em;
}

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

a { color: var(--crimson); text-decoration: none; transition: opacity .2s, color .2s; }
a:hover { opacity: .8; }

h1, h2, h3, h4 { font-family: var(--font-mincho); font-weight: 700; line-height: 1.4; margin: 0; }

p { margin: 0 0 1em; }

.onnoji-container { width: min(var(--container), 90%); margin-inline: auto; }

.sp-only { display: none; }
.pc-only { display: inline; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.onnoji-skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 1000;
	background: var(--charcoal); color: var(--cream); padding: 10px 16px;
}
.onnoji-skip-link:focus { left: 10px; top: 10px; }

/* =========================================================
   ヘッダー / ナビゲーション
   ※ナビメニューの各項目には背景色を付けない（リンクは透明背景）
   ========================================================= */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(247, 242, 232, 0.94);
	backdrop-filter: saturate(1.1) blur(6px);
	border-bottom: 1px solid var(--line);
}
.site-header__inner {
	width: min(var(--container), 92%); margin-inline: auto;
	display: flex; align-items: center; justify-content: space-between;
	min-height: 72px; gap: 16px;
}

.site-brand { display: flex; flex-direction: column; line-height: 1.1; color: var(--charcoal); }
.site-brand__sub { font-size: 11px; letter-spacing: .28em; color: var(--ink-soft); }
.site-brand__main { font-family: var(--font-mincho); font-weight: 800; font-size: 30px; color: var(--crimson); letter-spacing: .02em; }
.site-brand__jp { font-size: 10px; letter-spacing: .5em; color: var(--ink-soft); }

.global-nav { display: flex; align-items: center; }
.global-nav__list { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.global-nav__list li { background: none; }            /* メニュー項目に背景色を付けない */
.global-nav__list a {
	display: block; padding: 8px 14px; font-size: 15px; font-weight: 500;
	color: var(--charcoal); background: transparent;    /* リンクも透明背景 */
	border-radius: 6px;
}
.global-nav__list a:hover { color: var(--crimson); opacity: 1; }
/* CTAは背景色を使わず、枠線＋文字色で強調（ナビ項目に背景色を付けない方針） */
.global-nav__cta a {
	color: var(--crimson); background: transparent;
	border: 2px solid var(--crimson); padding: 7px 18px; font-weight: 700;
}
.global-nav__cta a:hover { color: var(--crimson-dark); border-color: var(--crimson-dark); }

.global-nav__toggle { display: none; }

/* =========================================================
   FV ヒーロースライダー
   ========================================================= */
.hero { position: relative; }
.hero__slider { position: relative; height: clamp(460px, 78vh, 760px); overflow: hidden; }
.hero__slide {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	opacity: 0; transition: opacity 1.1s ease;
	display: flex; align-items: center;
}
.hero__slide.is-active { opacity: 1; z-index: 2; }
.hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(105deg, rgba(33,29,26,.74) 0%, rgba(33,29,26,.42) 45%, rgba(33,29,26,.18) 100%);
}
.hero__caption {
	position: relative; z-index: 3;
	width: min(var(--container), 90%); margin-inline: auto; color: var(--cream);
}
.hero__lead { font-size: 15px; letter-spacing: .4em; margin-bottom: 14px; color: var(--cream); }
.hero__lead::before { content: ""; display: inline-block; width: 36px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 14px; }
.hero__title { font-size: clamp(30px, 5.4vw, 60px); color: var(--white); text-shadow: 0 2px 16px rgba(0,0,0,.4); margin-bottom: 18px; }
.hero__sub { font-size: clamp(15px, 2vw, 20px); max-width: 36em; color: var(--cream); text-shadow: 0 2px 10px rgba(0,0,0,.4); }

.hero__arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
	width: 52px; height: 52px; border: none; border-radius: 50%;
	background: rgba(247,242,232,.85); color: var(--charcoal);
	font-size: 28px; line-height: 1; cursor: pointer; transition: background .2s;
}
.hero__arrow:hover { background: var(--white); }
.hero__arrow--prev { left: 18px; }
.hero__arrow--next { right: 18px; }

.hero__dots { position: absolute; bottom: 22px; left: 0; right: 0; z-index: 5; display: flex; justify-content: center; gap: 10px; }
.hero__dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--cream); background: transparent; cursor: pointer; padding: 0; }
.hero__dot.is-active { background: var(--gold); border-color: var(--gold); }

.hero__pillars {
	display: grid; grid-template-columns: repeat(3, 1fr);
	background: var(--charcoal);
}
.hero__pillar {
	display: flex; align-items: center; justify-content: center; gap: 12px;
	padding: 20px 10px; color: var(--cream); font-family: var(--font-mincho);
	font-size: clamp(15px, 2.2vw, 21px); font-weight: 600; text-align: center;
	border-right: 1px solid rgba(247,242,232,.14);
}
.hero__pillar:last-child { border-right: none; }
.hero__pillar-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 50%;
	background: var(--crimson); color: var(--white); font-size: 18px; flex: 0 0 auto;
}

/* =========================================================
   セクション共通
   ========================================================= */
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section__head { text-align: center; margin-bottom: clamp(34px, 5vw, 56px); }
.section__label {
	display: inline-block; font-family: var(--font-mincho); letter-spacing: .26em;
	font-size: 13px; color: var(--gold); margin-bottom: 12px;
}
.section__title { font-size: clamp(26px, 4vw, 40px); color: var(--charcoal); }
.section__desc { margin-top: 18px; color: var(--ink-soft); font-size: 17px; }
.section__head--light .section__label { color: var(--gold); }
.section__head--light .section__title { color: var(--cream); }
.section__head--light .section__desc { color: var(--cream-deep); }

/* ---------- コンセプト ---------- */
.section--concept { background: var(--cream-deep); }
.concept__text {
	max-width: 40em; margin: 0 auto; text-align: center;
	font-size: clamp(17px, 2vw, 20px); line-height: 2.1; color: var(--ink);
}

/* ---------- 店舗紹介 ---------- */
.section--about { background: var(--cream); }
.about__gallery {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 48px;
}
.about__photo { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about__photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about__photo figcaption {
	position: absolute; left: 0; bottom: 0; right: 0;
	background: linear-gradient(transparent, rgba(33,29,26,.78));
	color: var(--cream); font-size: 14px; padding: 22px 14px 12px; font-family: var(--font-mincho);
}
.about__info { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(26px, 4vw, 44px); }
.about__info-title {
	font-size: 22px; color: var(--crimson); margin-bottom: 20px; text-align: center;
	padding-bottom: 14px; border-bottom: 2px solid var(--line);
}
.info-table { margin: 0; }
.info-table__row { display: flex; gap: 0; border-bottom: 1px solid var(--line); }
.info-table__row:last-child { border-bottom: none; }
.info-table dt {
	flex: 0 0 150px; font-weight: 700; color: var(--charcoal);
	padding: 14px 16px; background: var(--cream); font-family: var(--font-mincho);
}
.info-table dd { flex: 1; margin: 0; padding: 14px 16px; color: var(--ink); }

/* ---------- メニュー ---------- */
.section--menu { background: var(--cream-deep); }
.menu__intro {
	max-width: 46em; margin: 0 auto clamp(40px, 5vw, 60px);
	background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
	padding: clamp(24px, 4vw, 40px); font-size: 17px; line-height: 2.05;
}
.menu__intro strong { color: var(--crimson); }
.menu__subhead { text-align: center; margin-bottom: 30px; font-size: 22px; color: var(--charcoal); }
.menu__subhead span { position: relative; padding: 0 26px; }
.menu__subhead span::before, .menu__subhead span::after {
	content: ""; position: absolute; top: 50%; width: 22px; height: 1px; background: var(--gold);
}
.menu__subhead span::before { left: 0; } .menu__subhead span::after { right: 0; }

.menu__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.menu-card {
	margin: 0; background: var(--white); border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
}
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(33,29,26,.16); }
.menu-card__img { aspect-ratio: 4/3; overflow: hidden; }
.menu-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.menu-card:hover .menu-card__img img { transform: scale(1.05); }
.menu-card__body { padding: 18px 20px 24px; }
.menu-card__name { font-size: 19px; color: var(--charcoal); margin-bottom: 8px; }
.menu-card__desc { font-size: 15px; color: var(--ink-soft); margin: 0; line-height: 1.8; }

/* ---------- 健康メニュー ---------- */
.section--healthy { background: var(--cream); }
.healthy__lead {
	max-width: 46em; margin: 0 auto 24px; font-size: 17px; line-height: 2.05; color: var(--ink);
}
.healthy__note {
	max-width: 44em; margin: 0 auto clamp(36px, 5vw, 52px); text-align: center;
	background: var(--cream-deep); border-left: 4px solid var(--gold);
	padding: 18px 22px; border-radius: 6px; color: var(--ink); font-size: 16px;
}
.healthy__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.healthy-card { margin: 0; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.healthy-card__img { aspect-ratio: 1/1; overflow: hidden; }
.healthy-card__img img { width: 100%; height: 100%; object-fit: cover; }
.healthy-card__body { padding: 16px 18px 22px; }
.healthy-card__tag {
	display: inline-block; background: var(--crimson); color: var(--white);
	font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 4px; margin-bottom: 10px;
}
.healthy-card__name { font-size: 17px; color: var(--charcoal); margin-bottom: 6px; line-height: 1.5; }
.healthy-card__desc { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.75; }

/* ---------- バリアフリー（濃色背景） ---------- */
.section--barrierfree { background: var(--charcoal); }
.barrierfree__body {
	max-width: 46em; margin: 0 auto clamp(34px, 5vw, 48px);
	color: var(--cream); font-size: 17px; line-height: 2.1; text-align: center;
}
.barrierfree__points {
	list-style: none; margin: 0 auto; padding: 0; max-width: 880px;
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.barrierfree__points li {
	display: flex; align-items: center; gap: 16px;
	background: var(--charcoal-soft); border: 1px solid rgba(247,242,232,.14);
	border-radius: var(--radius); padding: 18px 22px; color: var(--cream); font-size: 16px;
}
.barrierfree__icon {
	flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 50%;
	background: var(--crimson); color: var(--white); font-family: var(--font-mincho); font-size: 16px; font-weight: 700;
}
/* 施工後の写真（横長＋縦長を並べ、高さを揃えて表示） */
.barrierfree__gallery {
	max-width: 880px; margin: clamp(28px, 4vw, 40px) auto 0; padding: 0;
	display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; align-items: stretch;
}
.barrierfree__photo {
	margin: 0; background: var(--charcoal-soft);
	border: 1px solid rgba(247,242,232,.14); border-radius: var(--radius);
	overflow: hidden; box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.barrierfree__photo-img { overflow: hidden; }
.barrierfree__photo-img img {
	display: block; width: 100%; height: clamp(240px, 32vw, 420px);
	object-fit: cover; object-position: center;
}
/* 1枚目は床が主役になるよう左寄せでトリミング */
.barrierfree__photo:first-child .barrierfree__photo-img img { object-position: left center; }
.barrierfree__photo figcaption {
	padding: 12px 16px 14px; text-align: center;
	color: var(--cream); font-size: 14px; line-height: 1.7;
}

/* ---------- 利用シーン ---------- */
.section--scene { background: var(--cream-deep); }
.scene__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.scene__card {
	background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
	padding: clamp(24px, 3vw, 34px); border-top: 4px solid var(--crimson);
}
.scene__name {
	font-size: 21px; color: var(--crimson); margin-bottom: 12px;
	padding-left: 18px; position: relative;
}
.scene__name::before { content: ""; position: absolute; left: 0; top: .15em; bottom: .15em; width: 5px; background: var(--gold); border-radius: 3px; }
.scene__card p { margin: 0; color: var(--ink); font-size: 16px; }

/* ---------- アクセス・限定 ---------- */
.section--access { background: var(--cream); }
.access__lead { max-width: 44em; margin: 0 auto clamp(32px, 4vw, 46px); text-align: center; font-size: 17px; color: var(--ink); }
.access__limited { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.limited-card { margin: 0; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.limited-card__img { aspect-ratio: 1/1; overflow: hidden; }
.limited-card__img img { width: 100%; height: 100%; object-fit: cover; }
.limited-card figcaption { padding: 12px 12px 16px; font-size: 14px; font-family: var(--font-mincho); color: var(--charcoal); text-align: center; line-height: 1.5; }
.access__limited-note { text-align: center; margin-top: 18px; color: var(--ink-soft); font-size: 14px; }

.access__map-wrap { margin-top: clamp(46px, 6vw, 70px); }
.access__map-title { text-align: center; font-size: 24px; color: var(--charcoal); margin-bottom: 12px; }
.access__address { text-align: center; color: var(--ink); margin-bottom: 22px; }
.access__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.access__map iframe { display: block; }

/* ---------- お問い合わせ・予約（濃色背景） ---------- */
.section--contact { background: var(--charcoal); }
.contact__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 960px; margin: 0 auto; }
.contact__col { background: var(--cream); border-radius: var(--radius); padding: clamp(26px, 3.4vw, 40px); }
.contact__col-title {
	font-size: 22px; color: var(--crimson); text-align: center;
	margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--line);
}
.contact__tel { text-align: center; margin-top: 30px; color: var(--cream); font-size: 17px; }
.contact__tel a { color: var(--gold); font-weight: 700; font-size: 22px; font-family: var(--font-mincho); }
.onnoji-form-placeholder {
	background: var(--white); border: 1px dashed var(--line); border-radius: 8px;
	padding: 22px; text-align: center; color: var(--ink-soft); font-size: 15px; margin: 0;
}

/* =========================================================
   Contact Form 7（標準クラス構造に基づくスタイル）
   ========================================================= */
.wpcf7 { font-size: 16px; }
.wpcf7 .wpcf7-form { margin: 0; }
.wpcf7 p { margin: 0 0 16px; }
.wpcf7 label { display: block; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; font-size: 15px; }
.wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%; padding: 12px 14px; font-size: 16px; font-family: inherit;
	color: var(--ink); background: var(--white);
	border: 1px solid var(--line); border-radius: 8px; line-height: 1.6;
	transition: border-color .2s, box-shadow .2s;
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	outline: none; border-color: var(--crimson);
	box-shadow: 0 0 0 3px rgba(158,43,37,.14);
}
.wpcf7 textarea { min-height: 130px; resize: vertical; }
.wpcf7-list-item { display: inline-block; margin: 0 18px 6px 0; }
.wpcf7-list-item label { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }

.wpcf7 .wpcf7-submit {
	display: inline-block; width: 100%; cursor: pointer;
	background: var(--crimson); color: var(--white);
	font-size: 17px; font-weight: 700; font-family: var(--font-mincho);
	border: none; border-radius: 8px; padding: 15px 24px; margin-top: 6px;
	transition: background .2s, transform .1s;
}
.wpcf7 .wpcf7-submit:hover { background: var(--crimson-dark); }
.wpcf7 .wpcf7-submit:active { transform: translateY(1px); }

.wpcf7 .wpcf7-spinner { margin: 12px auto 0; display: block; }
.wpcf7-not-valid-tip { color: var(--crimson); font-size: 13px; margin-top: 4px; }
.wpcf7 .wpcf7-response-output {
	margin: 18px 0 0; padding: 12px 16px; border-radius: 8px; font-size: 14px; border-width: 2px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { border-color: var(--crimson); color: var(--crimson); background: #fff4f3; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #2f7d4f; color: #1f5e39; background: #f0f8f2; }

/* =========================================================
   フッター
   ※ナビメニューに背景色は付けない
   ========================================================= */
.site-footer { background: var(--charcoal); color: var(--cream); padding: clamp(48px, 6vw, 72px) 0 40px; }
.site-footer__inner { width: min(var(--container), 90%); margin-inline: auto; text-align: center; }
.site-footer__brand { margin-bottom: 26px; }
.site-footer__brand .site-brand__sub { display: block; font-size: 11px; letter-spacing: .28em; color: var(--cream-deep); }
.site-footer__brand .site-brand__main { font-family: var(--font-mincho); font-size: 34px; color: var(--cream); font-weight: 800; }
.site-footer__brand .site-brand__since { display: block; font-size: 11px; letter-spacing: .3em; color: var(--gold); margin-top: 4px; }

.footer-nav__list {
	list-style: none; margin: 0 0 28px; padding: 0;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 4px;
}
.footer-nav__list li { background: none; }            /* メニュー項目に背景色を付けない */
.footer-nav__list a {
	display: block; padding: 6px 16px; color: var(--cream); background: transparent;
	font-size: 15px; border-right: 1px solid rgba(247,242,232,.22);
}
.footer-nav__list li:last-child a { border-right: none; }
.footer-nav__list a:hover { color: var(--gold); opacity: 1; }

.site-footer__info { font-size: 15px; line-height: 1.9; color: var(--cream-deep); }
.site-footer__info p { margin: 0 0 4px; }
.site-footer__sns { margin-top: 14px !important; }
.site-footer__sns a { color: var(--gold); font-weight: 700; }
.site-footer__copy { margin-top: 28px; font-size: 12px; color: rgba(247,242,232,.6); letter-spacing: .05em; }

.onnoji-pagetop {
	position: fixed; right: 22px; bottom: 22px; z-index: 90;
	width: 50px; height: 50px; border: none; border-radius: 50%;
	background: var(--crimson); color: var(--white); font-size: 16px; cursor: pointer;
	box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, background .2s;
}
.onnoji-pagetop.is-visible { opacity: 1; visibility: visible; }
.onnoji-pagetop:hover { background: var(--crimson-dark); }

/* フォールバックページ */
.site-main--fallback { padding: 60px 0; min-height: 50vh; }
.site-main--fallback .entry-title { font-size: 30px; color: var(--charcoal); margin-bottom: 20px; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1024px) {
	.menu__grid { grid-template-columns: repeat(2, 1fr); }
	.healthy__grid { grid-template-columns: repeat(2, 1fr); }
	.access__limited { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
	body { font-size: 17px; }
	.sp-only { display: inline; }
	.pc-only { display: none; }

	/* ハンバーガーメニュー */
	.global-nav__toggle {
		display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
		width: 46px; height: 46px; background: transparent; border: none; cursor: pointer; padding: 0;
	}
	.global-nav__bar { display: block; width: 26px; height: 2px; background: var(--charcoal); transition: transform .3s, opacity .3s; margin: 0 auto; }
	.global-nav__toggle[aria-expanded="true"] .global-nav__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.global-nav__toggle[aria-expanded="true"] .global-nav__bar:nth-child(2) { opacity: 0; }
	.global-nav__toggle[aria-expanded="true"] .global-nav__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

	.global-nav__list {
		position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0;
		background: rgba(247,242,232,.98); border-bottom: 1px solid var(--line);
		padding: 8px 0 16px; max-height: 0; overflow: hidden; transition: max-height .35s ease;
	}
	.global-nav__list.is-open { max-height: 80vh; }
	.global-nav__list li { width: 100%; }
	.global-nav__list a { padding: 14px 24px; font-size: 17px; border-radius: 0; }
	.global-nav__cta a { display: block; margin: 10px 24px 0; text-align: center; border-radius: 8px; }

	.hero__slider { height: clamp(420px, 72vh, 560px); }
	/* スマホでは矢印ボタンを非表示にし、自動スライド＋ドット操作のみとする */
	.hero__arrow { display: none; }
	.hero__pillars { grid-template-columns: 1fr; }
	/* スマホでは左揃えにしてバランスを整える */
	.hero__pillar {
		justify-content: flex-start; text-align: left;
		padding: 18px 24px; gap: 16px;
		border-right: none; border-bottom: 1px solid rgba(247,242,232,.14);
	}
	.hero__pillar:last-child { border-bottom: none; }

	.about__gallery { grid-template-columns: repeat(2, 1fr); }
	.info-table__row { flex-direction: column; }
	.info-table dt { flex-basis: auto; padding-bottom: 4px; }
	.info-table dd { padding-top: 4px; }

	.menu__grid { grid-template-columns: 1fr; }
	.healthy__grid { grid-template-columns: repeat(2, 1fr); }
	.barrierfree__points { grid-template-columns: 1fr; }
	.scene__grid { grid-template-columns: 1fr; }
	.access__limited { grid-template-columns: repeat(2, 1fr); }
	.contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	/* 狭い画面では施工後の写真を縦積みにし、それぞれ本来の比率に近い形で表示 */
	.barrierfree__gallery { grid-template-columns: 1fr; gap: 16px; }
	.barrierfree__photo-img img { height: auto; aspect-ratio: 5 / 4; }
	.barrierfree__photo:last-child .barrierfree__photo-img img { aspect-ratio: 3 / 4; }
}

@media (max-width: 420px) {
	.healthy__grid { grid-template-columns: 1fr; }
	.access__limited { grid-template-columns: 1fr; }
	.site-brand__main { font-size: 26px; }
}

/* アクセシビリティ：動きを抑える設定を尊重 */
@media (prefers-reduced-motion: reduce) {
	* { scroll-behavior: auto !important; }
	.hero__slide { transition: opacity .2s; }
}
