/* 白い膜（可読性UP） */
.hero-compact::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1000px 420px at 50% 0%, rgba(255,255,255,.82), rgba(255,255,255,.42) 55%, rgba(255,255,255,.18) 100%),
    linear-gradient(to bottom, rgba(255,255,255,.58), rgba(255,255,255,.12));
  pointer-events:none;
}
.hero-compact > *{ position: relative; z-index: 1; }

/* =========================
Hero (compact)
========================= */
.hero{
  padding: calc(46px * var(--space)) 0 calc(8px * var(--space));
}
.hero-compact{
  text-align:center;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: calc(28px * var(--space)) 0 calc(34px * var(--space));
  background-image: url("../img/koharubiyori.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ② 見出し：上下11px */
.hero-compact h1{
  margin-top: 11px;
  margin-bottom: 11px;
}


.hero-inner{
  max-width: 920px;
  margin: 0 auto;
}

/* =========================
   Index helpers
========================= */
.sp-only{ display: none; }
.text-center{ text-align: center; }
.section-lead{ margin-top: 6px; }
.services-grid{ margin-top: 18px; }
.spacer-12{ height: 12px; }
.notice-spaced{ margin-top: 50px; }
.notice-lead{ margin-top: 6px; }
.notice-list{ margin: 10px 0 0 18px; }
.faq-divider{ margin: 12px 0; }
.recruit-gap-12{ height: 12px; }
.recruit-gap-14{ height: 14px; }
.recruit-lead{ margin-top: 8px; }
.recruit-list{ margin-top: 10px; }
.recruit-ctas-center{ justify-content: center; }
.gh-gap-10{ height: 10px; }
.gh-gap-12{ height: 12px; }
.gh-gap-14{ height: 14px; }
.gh-lead{ margin-top: 8px; }
.gh-body{ margin: 0; line-height: 1.85; }
.gh-list{ margin: 12px 0 0 18px; line-height: 1.85; }
.gh-fee-note{ margin: 6px 0 0; }
.gh-doc-head{ margin-bottom: 10px; }
.gh-doc-title{ margin: 0; }
.gh-doc-note{ margin: 6px 0 0; line-height: 1.8; }
.gh-legend-note{ font-size: 12px; }

.residential-gap-12{ height: 12px; }
.fee-title{ margin: 10px 0 0; }
.fee-subtext{ margin: 6px 0 0; }
.fee-strong{ margin: 10px 0 0; font-weight: 800; }
.residential-note{
  text-align: center;
  font-size: 13px;
}

.disclosure-gap-14{ height: 14px; }
.disclosure-gap-16{ height: 16px; }
.disclosure-note{
  text-align: center;
  font-size: 13px;
}
.fee-note{ font-size: 12px; }

/* ① kicker：ヘッダーから離す（上に7px） */
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size: 13px;
  color: var(--primary);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,24,39,.08);
  padding: calc(8px * var(--space)) calc(12px * var(--space));
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  margin-top: 1px;
  margin-bottom: calc(12px * var(--space));
}
/* 要支援/要介護タグ（区別しやすく） */
.care-legend{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
}

.care-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
}
.care-tag.support{
  color: #8a5b12;
  background: rgba(198,155,75,.16);
  border-color: rgba(198,155,75,.28);
}
.care-tag.care{
  color: var(--primary);
  background: rgba(47,111,92,.12);
  border-color: rgba(47,111,92,.24);
}

/* =========================
   FAQ (details/summary)
========================= */
details{ padding: calc(8px * var(--space)) 0; }
summary{
  cursor:pointer;
  list-style:none;
  user-select:none;
}
summary::-webkit-details-marker{ display:none; }

details > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: calc(10px * var(--space)) calc(8px * var(--space));
  border-radius: 12px;
}
details > summary::after{
  content:"＋";
  font-weight:900;
  color: var(--primary);
}
details[open] > summary{
  background: rgba(47,111,92,.08);
}
details[open] > summary::after{ content:"－"; }
details p{
  margin: calc(8px * var(--space)) calc(8px * var(--space)) 2px;
}

.table-wrap{
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.6);
}
.table-wrap--compare{
  overflow-x: hidden;
  border-color: rgba(17,24,39,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow-soft);
  margin: 6px;
}
.table-wrap--care{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-table{
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

/* th/td 共通 */
.compare-table th,
.compare-table td{
  padding: 14px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(17,24,39,.08);

  font-size: 15px;
  line-height: 1.65;
  font-feature-settings: "palt" 1, "kern" 1;

  white-space: normal;
  overflow-wrap: anywhere;
}

/* ヘッダ（stickyは維持） */
.compare-table thead th{
  position: sticky;
  top: 0;
  z-index: 3;

  background: rgba(251,248,242,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(17,24,39,.12);

  font-weight: 900;
  font-size: 13px;
  color: rgba(31,41,55,.85);
}

/* 角丸 */
.compare-table thead th:first-child{ border-top-left-radius: 14px; }
.compare-table thead th:last-child{ border-top-right-radius: 14px; }
.compare-table tbody tr:last-child th:first-child{ border-bottom-left-radius: 14px; }
.compare-table tbody tr:last-child td:last-child{ border-bottom-right-radius: 14px; }

/* 左列 sticky は維持。ただし幅を固定しすぎない */
.compare-table tbody th{
  font-weight: 700;
  width: 22%;
  position: sticky;
  left: 0;
  z-index: 2;

  background: rgba(255,255,255,.92);
  border-right: 1px solid rgba(17,24,39,.06);
}

/* 交互の薄色 + hover */
.compare-table tbody tr:nth-child(even) td{ background: rgba(0,0,0,.015); }
.compare-table tbody tr:nth-child(even) th{ background: rgba(0,0,0,.015); }


/* いまの nowrap 指定はスクロールの原因になるので削除（＝何もしない） */
/* .compare-table td:nth-child(...) { white-space: nowrap; } ←入れない */

.compare-table a{
  font-weight: 900;
  text-decoration: none;
}
.compare-table a:hover{
  text-decoration: underline;
}


/* 理念ブロックを中央寄せ */
#philosophy .quote-card{
  text-align: center;
}

#philosophy .star-list{
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

/* =========================
   Disclosure (PDF list) - refined
========================= */

.doc-head{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.doc-h2{
  margin: 0;
  font-size: 18px;
  letter-spacing: -.01em;
}

.doc-note{
  margin: 0;
  font-size: 13px;
  color: rgba(31,41,55,.62);
}

.doc-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

/* 1行＝“書類カード” */
.doc-item{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;

  padding: 14px 14px;
  border-radius: 16px;

  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,24,39,.10);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);

  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.doc-item:hover{
  border-color: rgba(47,111,92,.22);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
  transform: translateY(-4px);
}

.doc-main{
  min-width: 0;
}

/* タイトル：太すぎない・潰れない・黒寄り */
.doc-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;

  color: rgba(31,41,55,.92);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  overflow-wrap: anywhere;
}

/* メタ：薄いけど汚くならない“上品な薄さ” */
.doc-meta{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(31,41,55,.55);
}

/* 右側ボタン群 */
.doc-actions{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

/* ボタンが既存と干渉しないよう、ここだけ少し小さめに */
.doc-actions .btn{
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
}

/* =========================
   FAQ：開閉が分かりやすいUI（#faqだけ）
========================= */
#faq details{
  padding: 0;
}

#faq details + hr{
  border: none;
  border-top: 1px solid rgba(17,24,39,.10);
  margin: 12px 0;
}

/* summaryを“カード行”っぽくする */
#faq details > summary{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 14px;

  /* デフォルト（閉じてる時の見た目に寄せる） */
  background: rgba(17,24,39,.03);
  border: 1px solid rgba(17,24,39,.10);

  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

/* 閉じてる時：クリックできる感 */
#faq details:not([open]) > summary{
  cursor: pointer;
}
#faq details:not([open]) > summary:hover{
  background: rgba(17,24,39,.05);
  border-color: rgba(47,111,92,.22);
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

/* 左にQバッジ（状態で色を変える） */
#faq details > summary::before{
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  flex: 0 0 auto;

  /* 閉じてる時：ニュートラル */
  color: rgba(31,41,55,.78);
  background: rgba(17,24,39,.06);
  border: 1px solid rgba(17,24,39,.14);

  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

/* 開いてる時：ブランド色で“開いてる感” */
#faq details[open] > summary::before{
  color: var(--primary);
  background: rgba(47,111,92,.12);
  border-color: rgba(47,111,92,.22);
}

/* 質問文（b）を伸ばす */
#faq details > summary b{
  flex: 1;
  min-width: 0;
  font-weight: 800;
  line-height: 1.35;
}

/* 右側：状態ピル（＋ 開く / － 閉じる） */
#faq details > summary::after{
  content: "＋ 開く";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(31,41,55,.78);
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.10);
  flex: 0 0 auto;

  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

/* 開いてる時：ピルも緑寄り＋文言を閉じるへ */
#faq details[open] > summary{
  background: rgba(47,111,92,.08);
  border-color: rgba(47,111,92,.20);
}
#faq details[open] > summary::after{
  content: "－ 閉じる";
  color: var(--primary);
  background: rgba(47,111,92,.10);
  border-color: rgba(47,111,92,.18);
}

/* フォーカス（キーボード操作） */
#faq details > summary:focus-visible{
  outline: 3px solid rgba(47,111,92,.22);
  outline-offset: 2px;
}

/* 回答エリア */
#faq details > p{
  margin: 10px 6px 2px;
  line-height: 1.85;
}

/* 開いてるとき、回答を少しだけインデントして読みやすく */
#faq details[open] > p{
  padding-left: 6px;
}


.fee-list{
  width: 100%;
  margin: 0;
  padding: 0;
}

.fee-dl{
  margin: 0;

  display: grid;
  grid-template-columns: minmax(360px, 560px) 1fr;
  column-gap: 28px;

  /* ★行間と“最低行高”を作る */
  row-gap: 0;
  padding: 22px 64px;

  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(17,24,39,.08);
}

/* 各行（dt, dd）に同じ縦の余白を入れて、行高を揃える */
.fee-dl dt,
.fee-dl dd{
  margin: 0;
  padding: 16px 0;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 仕切り線：2列とも同じ位置に出す */
.fee-dl dt{
  font-weight: 800;
  color: rgba(31,41,55,.92);
  line-height: 1.35;
  border-top: 1px solid rgba(17,24,39,.08);
}
.fee-dl dd{
  font-weight: 900;
  color: rgba(31,41,55,.92);
  text-align: right;
  border-top: 1px solid rgba(17,24,39,.08);
}

/* 最初の行だけ線を消す */
.fee-dl dt:first-of-type,
.fee-dl dd:first-of-type{
  border-top: none;
}

/* dtの補足（下に表示） */
.fee-sub{
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(31,41,55,.68);
}

/* ddの下に出す「30日換算」 */
.fee-sub-amt{
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(31,41,55,.68);
}

/* オプションラベル（控えめ） */
.fee-opt{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(0,0,0,.06);
  margin-left: 10px;
  white-space: nowrap;
}

/* オプション右側：縦棒＋2行 */
.fee-dd-split{
  position: relative;
  padding-left: 18px;
}
.fee-dd-split::before{
  content:"";
  position: absolute;
  left: 6px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: rgba(0,0,0,.35);
  border-radius: 2px;
}
.fee-split{
  display: grid;
  row-gap: 8px;
  font-weight: 900;
}

.fee-dl dt .fee-opt{
  margin-left: 0;
  margin-top: 8px;
}

/* 3) いらない縦線を消す（オプション行のddだけ） */
.fee-dl dd.fee-dd-split::before{
  display: none !important;
}

/* 4) オプション行のddの左paddingも不要（縦線用の余白） */
.fee-dl dd.fee-dd-split{
  padding-left: 0 !important;
}
/* 右の「ご連絡について」カードだけ整える */
.card-contact { padding: 22px; }
.card-contact .muted { margin: 10px 0 14px; line-height: 1.8; }
.card-contact .inline-ctas { margin: 10px 0 14px; }
.card-contact .notice {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(243,244,246,.7);
  border: 1px solid rgba(17,24,39,.08); }


.care-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
}

.care-table th,
.care-table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align:left;
  vertical-align: middle;
  line-height: 1.6;
}

.care-table thead th{
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-weight: 800;
}

.care-table tbody tr:hover td{
  background: rgba(0,0,0,.02);
}

/* （保険）昔の .fee-pills を使ってるページがあっても壊さない */
.fee-pills{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.fee-pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(17,24,39,.08);
}
.fee-pill span{
  font-weight: 800;
  color: rgba(31,41,55,.82);
}
.fee-pill b{
  font-weight: 900;
  color: rgba(31,41,55,.92);
}

/* 公開情報：カテゴリジャンプ（飛ぶ感を強化） */
.hero-jumps{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.jump-pill{
  -webkit-tap-highlight-color: transparent;
  appearance:none;
  cursor:pointer;

  display:inline-flex;
  align-items:center;
  gap:10px;

  padding: 12px 16px;
  border-radius: 14px;

  font-weight: 900;
  font-size: 14px;
  letter-spacing: .02em;

  color: rgba(31,41,55,.92);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,24,39,.10);

  box-shadow:
    0 10px 24px rgba(0,0,0,.06),
    0 1px 0 rgba(255,255,255,.9) inset;

  text-decoration: none !important;
}

/* 右矢印で「移動」を明示 */
.jump-pill::after{
  content:"→";
  font-weight: 900;
  opacity: .75;
  transform: translateX(0);
  transition: transform .18s ease, opacity .18s ease;
}

/* hover/focusで“押せる感” */
.jump-pill:hover{
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(0,0,0,.10),
    0 1px 0 rgba(255,255,255,.9) inset;
}

.jump-pill:hover::after{
  transform: translateX(2px);
  opacity: .95;
}

/* 押し込み感（クリック中） */
.jump-pill:active{
  transform: translateY(0);
  box-shadow:
    0 10px 22px rgba(0,0,0,.08),
    0 1px 0 rgba(255,255,255,.9) inset;
}

/* キーボードでも分かるように */
.jump-pill:focus-visible{
  outline: 3px solid rgba(59,130,246,.35);
  outline-offset: 2px;
}

/* aタグ全体のhover下線が強制されてる場合の保険（このボタンだけ） */
.hero-jumps a,
.hero-jumps a:hover,
.hero-jumps a:visited{
  text-decoration: none !important;
}

/* 公開情報ページだけ、sectionの上下paddingを小さく */
.page-disclosure .section{
  padding-top: 28px;
  padding-bottom: 28px;
}

.map-wrap{
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}


/* 問い合わせページ */
#contact-form .contact-card{
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(17,24,39,.10);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.92);
}

/* カード上部の細いアクセントライン */
#contact-form .contact-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: .85;
}

/* タイトル行：左に見出し、右に注意文（※） */
#contact-form .contact-head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 6px;
}

/* 見出し */
#contact-form .contact-title{
  margin: 0;
  font-size: clamp(22px, 2.1vw, 30px);
  letter-spacing: -0.02em;
}

/* 注意文：右寄せ・控えめ（チップ/●なし） */
#contact-form .contact-lead{
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(31,41,55,.62);
  font-size: 12.5px;
  line-height: 1.6;
  white-space: nowrap;
}

/* ← これが「※の左の何か（●）」の正体。消します */
#contact-form .contact-lead::before{
  content: none;
}

/* フィールド */
#contact-form .field{
  display: grid;
  gap: 8px;
}

/* ラベル */
#contact-form .field-label{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .01em;
}

/* 入力 */
#contact-form input[type="text"],
#contact-form textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,.14);
  background: rgba(255,255,255,.96);
  font-size: 16px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

#contact-form textarea{
  min-height: 170px;
  resize: vertical;
  line-height: 1.7;
}

/* focus */
#contact-form input:focus,
#contact-form textarea:focus{
  border-color: rgba(47,111,92,.55);
  box-shadow: 0 0 0 4px rgba(47,111,92,.10);
}

/* placeholder */
#contact-form input::placeholder,
#contact-form textarea::placeholder{
  color: rgba(31,41,55,.45);
}

/* invalid の赤枠は出さない */
#contact-form input:invalid,
#contact-form textarea:invalid{
  border-color: rgba(17,24,39,.14);
  box-shadow: none;
}

/* 送信ボタン */
#contact-form .contact-submit{
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .03em;
  color: #fff;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 16px 40px rgba(47,111,92,.22);
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}
#contact-form .contact-submit:active{
  transform: translateY(0);
}

.map-wrap iframe{
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.doc-anchor{
  scroll-margin-top: 90px;
}

html{ scroll-behavior: smooth; }

/* 採用ヒーローだけ：背景写真＋膜 */
.page-hero.page-hero--recruit{
  position: relative;
  overflow: hidden;
}

.page-hero.page-hero--recruit::before{
  content:"";
  position:absolute;
  inset:0;
  z-index: 0;
  background: url("../img/recruit-hero.jpg") center/cover no-repeat;
  filter: saturate(.85) contrast(.95) brightness(1.02);
  transform: scale(1.02);
  opacity: .75;
  pointer-events:none;
}

.page-hero.page-hero--recruit::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 0;
  background:
    radial-gradient(900px 420px at 30% 15%, rgba(255,255,255,.35), transparent 60%),
    linear-gradient(180deg, rgba(251,248,242,.45), rgba(251,248,242,.70));
  pointer-events:none;
}

/* 中身を前に出す（採用だけ） */
.page-hero.page-hero--recruit .page-hero-inner{
  position: relative;
  z-index: 1;
}
.room-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

/* 写真枠：比率で固定（←ここがキモ） */
.room-media{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.6);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);

  aspect-ratio: 4 / 3;
}

/* 画像は枠に100%フィットしてトリミング */
.room-media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fax-row{
  display: flex;
  align-items: baseline;
}

.fax-center{
  flex: 1;
  text-align: center;
}

.ph-center{
  text-align: center;
}