@charset "UTF-8";
/* ============================================================================
   第1段階で追加したページ用のスタイル  2026-09-11
   よくあるご質問 / 3ホーム比較 / 費用の考え方 / 選ばれる理由 /
   入居までの流れ / 費用シミュレーション / コラム
   既存の style.css には手を入れていません。
   ========================================================================== */

.p-doc {
  /* 固定ヘッダー（.l-header）が position:fixed で高さ101pxのため、
     その下から本文が始まるように上の余白を取ります。768px以下は53px。 */
  padding: 173px 0 80px;
}

/* 新規ページのヒーロー帯 --------------------------------------------------- */
/* 既存ページの .p-page-header と同じ位置・同じ高さです（290px／768px以下は150px）。 */

.p-doc-hero {
  margin-top: 101px;
  height: 290px;
  overflow: hidden;
  background-color: #efe9e0;
}

.p-doc-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3ホーム比較のヒーロー帯 ------------------------------------------------- */
/* 固定ヘッダー（101px／768px以下は53px）の下から、3ホームの写真を横に並べます。
   高さは既存ページの .p-page-header と同じ290pxに合わせています。 */

.p-compare-hero {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 101px;
  height: 290px;
  overflow: hidden;
  background-color: #ffffff;
}

.p-compare-hero__item {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #efe9e0;
}

.p-compare-hero__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ヒーロー帯があるページは、上の余白を見出しまでの分だけにします */
.p-doc--has-hero {
  padding-top: 72px;
}


.p-doc__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ページタイトル ----------------------------------------------------------- */
/* 既存の .c-page-title は ::first-line で1行目だけ大きくする作りのため、
   2行になる見出しが小さく表示されます。新規ページは自前で組み直しています。 */

.p-doc__title {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  color: #3f3b39;
  text-wrap: balance;
}

.p-doc__title::first-line {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-doc__title-en,
.p-doc__title-sub {
  position: relative;
  display: block;
  margin-top: 22px;
  padding-top: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.7;
}

.p-doc__title-en::before,
.p-doc__title-sub::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 1px;
  margin-left: -18px;
  background-color: #c9a227;
  content: "";
}

.p-doc__title-en {
  font-size: 0.8125rem;
  letter-spacing: 0.36em;
  text-indent: 0.36em;
  color: #a8871d;
}

.p-doc__title-sub {
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #7a736c;
}


.p-doc__lead {
  /* 上の余白は既存ページ（/concept/ など）と同じ43px。768px以下は23px。 */
  margin: 43px auto 56px;
  max-width: 720px;
  font-size: 0.9375rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #3f3b39;
}

.p-doc__section {
  margin-top: 64px;
}

.p-doc__h2 {
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6ded1;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #3f3b39;
}

/* 罫線の左端に金の短い線を重ねて、見出しの格を上げます */
.p-doc__h2::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 56px;
  height: 2px;
  background-color: #c9a227;
  content: "";
}

.p-doc__h3 {
  position: relative;
  margin: 40px 0 12px;
  padding-left: 16px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #7d5023;
}

.p-doc__h3::before {
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 3px;
  height: 1.05em;
  background-color: #c9a227;
  content: "";
}


.p-doc__p {
  margin: 14px 0 0;
  font-size: 0.9375rem;
  line-height: 2.05;
  letter-spacing: 0.03em;
  color: #3f3b39;
}

.p-doc__note {
  margin: 16px 0 0;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #86807a;
}

.p-doc__list {
  margin: 14px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 0.9375rem;
  line-height: 2.05;
  color: #3f3b39;
}

.p-doc__list li {
  margin-top: 4px;
}

/* 表 ---------------------------------------------------------------------- */

.p-doc__tablewrap {
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-doc__table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-doc__table th,
.p-doc__table td {
  padding: 13px 14px;
  border: 1px solid #e6ded1;
  text-align: left;
  vertical-align: top;
  font-variant-numeric: tabular-nums;
}

.p-doc__table thead th {
  background-color: #f7f2e8;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #3f3b39;
  white-space: nowrap;
}

.p-doc__table tbody th {
  width: 22%;
  background-color: #fbf8f3;
  font-weight: 500;
  color: #6b645e;
  white-space: nowrap;
}

.p-doc__table td.is-num {
  text-align: right;
  white-space: nowrap;
}

/* よくあるご質問 ----------------------------------------------------------- */

.p-faq__group {
  margin-top: 48px;
}

.p-faq__item {
  border-bottom: 1px solid #e6ded1;
}

.p-faq__item:first-child {
  border-top: 1px solid #e6ded1;
}

.p-faq__q {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 20px 2px 6px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3f3b39;
}

.p-faq__a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0 2px 22px;
  font-size: 0.9375rem;
  line-height: 2.05;
  letter-spacing: 0.03em;
  color: #55504b;
}

.p-faq__mark {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #b98b61;
}

.p-faq__mark--a {
  color: #7d5023;
}

/* 図解（グラフ） ----------------------------------------------------------- */

.p-chart {
  margin: 30px 0 0;
}

.p-chart__caption {
  margin-bottom: 12px;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #7d5023;
}

.p-chart__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6ded1;
  background-color: #fdfbf7;
}

.p-chart__svg {
  display: block;
  width: 100%;
  min-width: 620px;
  height: auto;
}

.p-chart__note {
  margin: 12px 0 0;
  font-size: 0.75rem;
  line-height: 1.85;
  color: #7a736c;
}


/* 比較カード（3ホーム） ---------------------------------------------------- */

.p-compare__pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.p-compare__card {
  padding: 22px 18px 20px;
  border: 1px solid #e6ded1;
  background-color: #fbf8f3;
}

/* ホームの写真。カードの内側余白を打ち消して、枠いっぱいに出します。 */
.p-compare__card-photo {
  margin: -22px -18px 18px;
  line-height: 0;
  background-color: #efe9e0;
}

.p-compare__card-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-compare__card-label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #7d5023;
}

.p-compare__card-name {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  color: #3f3b39;
}

.p-compare__card-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.95;
  color: #55504b;
}

/* カードをまるごとリンクにする */
a.p-compare__card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
}

a.p-compare__card:hover {
  border-color: #c9a227;
  background-color: #fffdf8;
  box-shadow: 0 6px 20px rgba(63, 59, 57, 0.09);
}

a.p-compare__card:focus-visible {
  outline: 2px solid #c9a227;
  outline-offset: 3px;
}

.p-compare__card-photo img {
  transition: transform 0.5s ease-out;
}

a.p-compare__card:hover .p-compare__card-photo img {
  transform: scale(1.04);
}

.p-compare__card-more {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #e6ded1;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: #7d5023;
}

.p-compare__card-more::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 9px;
  border-top: 1px solid #7d5023;
  border-right: 1px solid #7d5023;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.25s ease-out;
}

a.p-compare__card:hover .p-compare__card-more::after {
  transform: translate(4px, -1px) rotate(45deg);
}

/* それぞれのホームを見る（一覧） */
.p-compare__homes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.p-compare__homes-item {
  margin: 0;
  padding: 0;
}

.p-compare__homes-item::before {
  content: none;
}

.p-compare__home {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 12px 30px 12px 12px;
  border: 1px solid #e6ded1;
  background-color: #fbf8f3;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
}

.p-compare__home:hover {
  border-color: #c9a227;
  background-color: #ffffff;
}

.p-compare__home:focus-visible {
  outline: 2px solid #c9a227;
  outline-offset: 3px;
}

.p-compare__home::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7d5023;
  border-right: 1px solid #7d5023;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.25s ease-out;
}

.p-compare__home:hover::after {
  right: 10px;
}

.p-compare__home-photo {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  overflow: hidden;
  background-color: #efe9e0;
}

.p-compare__home-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-compare__home-body {
  flex: 1 1 auto;
  min-width: 0;
}

.p-compare__home-brand {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  color: #9a8f80;
}

.p-compare__home-name {
  display: block;
  margin-top: 3px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #3f3b39;
}


.p-compare__home-place {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #7a736c;
}


/* 流れ（ステップ） --------------------------------------------------------- */







/* 見どころチェック --------------------------------------------------------- */




/* シミュレーター ----------------------------------------------------------- */

.p-sim {
  margin-top: 28px;
  border: 1px solid #e6ded1;
  background-color: #fbf8f3;
  padding: 26px 24px 24px;
}

.p-sim__row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: center;
  padding: 10px 0;
}

.p-sim__label {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: #6b645e;
}

.p-sim__control select,
.p-sim__control input {
  width: 100%;
  max-width: 340px;
  padding: 9px 12px;
  border: 1px solid #d8cfc2;
  background-color: #fff;
  font-size: 0.9375rem;
  color: #3f3b39;
  font-family: inherit;
}

.p-sim__result {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e6ded1;
}

.p-sim__line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 7px 0;
  font-size: 0.9375rem;
  color: #55504b;
  font-variant-numeric: tabular-nums;
}

.p-sim__line--total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #d8c9a8;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #3f3b39;
}

/* 合計だけを出す場合（ショートステイ）。内訳の行がないので上の罫線は不要です。 */
.p-sim__line--total:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1.375rem;
}

/* ショートステイの料金シミュレーションと「ご利用期間」の帯のあいだを空けます */
.p-shortstay-sim {
  padding-bottom: 60px;
}


.p-sim__value {
  white-space: nowrap;
}

.p-sim__value strong {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #7d5023;
}

/* 入居までの流れ（ステップ） ----------------------------------------------- */
/* 番号を金の丸で囲み、次のステップまで縦線でつないで、順序と区切りを示します。 */

.p-step {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.p-step__item {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 22px;
  padding: 0 0 34px;
}

.p-step__item:last-child {
  padding-bottom: 0;
}

.p-step__item::before {
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: 6px;
  width: 1px;
  background-color: #e2d9c9;
  content: "";
}

.p-step__item:last-child::before {
  display: none;
}

.p-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #c9a227;
  border-radius: 50%;
  background-color: #ffffff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #a8871d;
}

.p-step__title {
  margin: 0 0 8px;
  padding-top: 9px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #3f3b39;
}

.p-step__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
  color: #55504b;
}

/* 見学チェックリスト ------------------------------------------------------- */
/* 項目のかたまりが分かるように、薄い面に載せて囲みます。 */

.p-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 34px;
  margin: 18px 0 0;
  padding: 24px 28px;
  border: 1px solid #e6ded1;
  background-color: #fbf8f3;
  list-style: none;
}

.p-check__item {
  position: relative;
  padding-left: 1.8em;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #3f3b39;
}

.p-check__item::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 11px;
  height: 11px;
  border: 1px solid #c9a227;
  background-color: #ffffff;
  content: "";
}

/* コラム一覧 --------------------------------------------------------------- */

.p-column__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.p-column__link {
  display: block;
  padding: 22px 22px 20px;
  border: 1px solid #e6ded1;
  color: #3f3b39;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.25s ease-out;
}

.p-column__link:hover,
.p-column__link:focus {
  background-color: #fbf8f3;
  text-decoration: none;
}

.p-column__cat {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  color: #7d5023;
}

.p-column__title {
  margin: 0 0 8px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-column__excerpt {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.95;
  color: #6b645e;
}

.p-doc a:focus-visible,
.p-column__link:focus-visible {
  outline: 2px solid #c9a227;
  outline-offset: 3px;
}

/* スマートフォン ----------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .p-doc {
    padding-top: 93px;
    padding-bottom: 56px;
  }

  .p-doc__inner {
    padding: 0 20px;
  }

  .p-doc-hero {
    margin-top: 53px;
    height: 150px;
  }

  .p-compare-hero {
    margin-top: 53px;
    height: 150px;
    gap: 1px;
  }

  .p-doc--has-hero {
    padding-top: 40px;
  }


  .p-doc__lead {
    margin-top: 23px;
    margin-bottom: 40px;
    font-size: 0.875rem;
    line-height: 2;
  }

  .p-doc__section {
    margin-top: 44px;
  }

  .p-doc__h2 {
    font-size: 1.3125rem;
  }

  .p-compare__pick,
  .p-check,
  .p-column__list {
    grid-template-columns: 1fr;
  }

  .p-compare__homes {
    grid-template-columns: 1fr;
    gap: 10px;
  }


  .p-doc__title {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }

  .p-doc__title::first-line {
    font-size: 1.5rem;
  }

  .p-doc__title-en,
  .p-doc__title-sub {
    margin-top: 16px;
    padding-top: 15px;
  }

  .p-doc__title-en {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
  }

  .p-doc__title-sub {
    font-size: 0.9375rem;
  }

  .p-doc__h3 {
    margin-top: 30px;
    padding-left: 13px;
    font-size: 1.0625rem;
  }

  .p-step__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 26px;
  }

  .p-step__item::before {
    left: 20px;
    top: 46px;
  }

  .p-step__num {
    width: 40px;
    height: 40px;
    font-size: 0.9375rem;
  }

  .p-step__title {
    padding-top: 7px;
    font-size: 1rem;
  }

  .p-check {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 18px 20px;
  }


  .p-sim__line--total:first-child {
    font-size: 1.1875rem;
  }

  .p-shortstay-sim {
    padding-bottom: 30px;
  }

  .p-sim__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 0;
  }

  .p-sim__control select,
  .p-sim__control input {
    max-width: none;
  }

  .p-faq__q,
  .p-faq__a {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.p-compare__card,
  a.p-compare__card:hover .p-compare__card-photo img,
  .p-compare__card-photo img,
  .p-compare__card-more::after,
  .p-compare__home,
  .p-compare__home::after {
    transition: none;
  }

  a.p-compare__card:hover .p-compare__card-photo img {
    transform: none;
  }

  .p-column__link {
    transition: none;
  }
}
