@charset "UTF-8";
/* ============================================================================
   入居相談導線（ブランド層）  2026-09-11
   案3「濃色の栞」
   - フッター直上の共通ブロック（全13ページ）
   - ヘッダーの「資料請求」リンク（同ページ内の #wc-cta へ）
   既存の style.css には手を入れていません。このファイルだけで完結します。
   ========================================================================== */

.p-cta {
  background-color: #2a2522;
  color: #f2ebe0;
  padding: 52px 0 48px;
}

.p-cta__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-cta__rule {
  height: 1px;
  margin: 0 auto 26px;
  max-width: 520px;
  background: linear-gradient(90deg, rgba(201,162,39,0), #c9a227, rgba(201,162,39,0));
}

.p-cta__lead {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: #a79b8a;
}

.p-cta__title {
  margin: 0 0 6px;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #f2ebe0;
}

.p-cta__hours {
  margin: 0 0 32px;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #a79b8a;
  font-feature-settings: "palt";
}

.p-cta__homes {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-cta__home {
  flex: 1 1 0%;
  min-width: 0;
  padding: 0 26px;
  text-align: center;
  border-left: 1px solid #463e38;
}

.p-cta__home:first-child {
  border-left: 0;
}

.p-cta__name {
  margin: 0 0 4px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #f2ebe0;
}

.p-cta__place {
  margin: 0 0 14px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #a79b8a;
  font-feature-settings: "palt";
}

.p-cta__tel {
  display: inline-block;
  margin: 0 0 16px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #d9b64c;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}

.p-cta__tel:hover,
.p-cta__tel:focus {
  color: #e8d9a8;
  text-decoration: none;
}

.p-cta__button {
  display: inline-block;
  padding: 9px 22px;
  border: 1px solid #c9a227;
  color: #e8d9a8;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.p-cta__button:hover,
.p-cta__button:focus {
  background-color: #c9a227;
  color: #2a2522;
  text-decoration: none;
}

/* ヘッダーの「資料請求」 --------------------------------------------------- */

.p-header__gnav-menu-link--request {
  background: linear-gradient(#c9a227, #c9a227) no-repeat 0 100% / 100% 2px;
}

/* キーボード操作の可視化 --------------------------------------------------- */

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

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

@media screen and (max-width: 768px) {
  .p-cta {
    padding: 40px 0 38px;
  }

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

  .p-cta__title {
    font-size: 1.1875rem;
    letter-spacing: 0.16em;
  }

  .p-cta__hours {
    margin-bottom: 22px;
  }

  .p-cta__homes {
    display: block;
  }

  .p-cta__home {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid #463e38;
  }

  .p-cta__home:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .p-cta__place {
    margin-bottom: 10px;
  }

  .p-cta__tel {
    margin-bottom: 12px;
    font-size: 1.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-cta__button {
    transition: none;
  }
}

/* 記事の途中に置く静かな1行（ウェリナケアVoice） ------------------------- */

.p-cta-inline {
  margin: 68px auto 0;
  padding: 26px 20px 24px;
  max-width: 760px;
  border-top: 1px solid #d8c9a8;
  border-bottom: 1px solid #d8c9a8;
  text-align: center;
}

.p-cta-inline__text {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #3f3b39;
}

.p-cta-inline__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 26px;
  margin: 0;
}

.p-cta-inline__home,
.p-cta-inline__req {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #3f3b39;
  text-decoration: none;
  background: linear-gradient(#c9a227, #c9a227) no-repeat 0 100% / 0 2px;
  transition: background-size 0.3s ease-out;
}

.p-cta-inline__home:hover,
.p-cta-inline__home:focus,
.p-cta-inline__req:hover,
.p-cta-inline__req:focus {
  text-decoration: none;
  background-size: 100% 2px;
}

.p-cta-inline__req {
  color: #7d5023;
  background-size: 100% 1px;
}

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

@media screen and (max-width: 768px) {
  .p-cta-inline {
    margin-top: 46px;
    padding: 22px 16px 20px;
  }

  .p-cta-inline__text {
    font-size: 0.875rem;
    line-height: 1.85;
  }

  .p-cta-inline__links {
    gap: 10px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-cta-inline__home,
  .p-cta-inline__req {
    transition: none;
  }
}

/* 記事末尾の「ほかの記事」（ウェリナケアVoice） --------------------------- */

.p-voice-related {
  margin: 72px auto 80px;
  padding: 30px 0 0;
  max-width: 900px;
  border-top: 1px solid #d8c9a8;
}

.p-voice-related__label {
  margin: 0 0 20px;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #3f3b39;
}

.p-voice-related__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-voice-related__link {
  display: block;
  color: #3f3b39;
  text-decoration: none;
}

.p-voice-related__link:hover,
.p-voice-related__link:focus {
  text-decoration: none;
}

.p-voice-related__thumb {
  display: block;
  overflow: hidden;
  background-color: #f2ede6;
}

.p-voice-related__thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-out;
}

.p-voice-related__link:hover .p-voice-related__thumb img,
.p-voice-related__link:focus .p-voice-related__thumb img {
  opacity: 0.82;
}

.p-voice-related__num {
  margin: 12px 0 4px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #7d5023;
  font-variant-numeric: tabular-nums;
}

.p-voice-related__title {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #3f3b39;
  font-feature-settings: "palt";
}

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

@media screen and (max-width: 768px) {
  .p-voice-related {
    margin-top: 48px;
    margin-bottom: 52px;
    padding-top: 24px;
  }

  .p-voice-related__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .p-voice-related__link {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .p-voice-related__num {
    margin-top: 0;
  }
}

/* 施設トップから ウェリナケアVoice への導線 ------------------------------ */

.p-voice-bridge {
  margin: 28px auto 0;
  padding: 22px 20px 0;
  max-width: 900px;
  border-top: 1px solid #d8c9a8;
  text-align: center;
}

.p-voice-bridge__text {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #3f3b39;
}

.p-voice-bridge__link {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: #7d5023;
  text-decoration: none;
  background: linear-gradient(#c9a227, #c9a227) no-repeat 0 100% / 100% 1px;
  transition: background-size 0.3s ease-out;
}

.p-voice-bridge__link:hover,
.p-voice-bridge__link:focus {
  text-decoration: none;
  background-size: 100% 2px;
}

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

@media (prefers-reduced-motion: reduce) {
  .p-voice-related__thumb img,
  .p-voice-bridge__link {
    transition: none;
  }
}

/* ============================================================================
   施設サイト：スクロール時の固定ヘッダー（.is-small）に
   施設ロゴと電話番号を戻す  2026-09-11
   - 元のCSS（/{施設}/_assets/css/style.css）には手を入れていません
   - 1024px以上でロゴ、1400px以上で電話番号を表示
   - ナビは絶対配置で全幅のため、左右のpaddingで重なりを防いでいます
   ========================================================================== */

@media screen and (min-width: 1024px) {
  .is-small .p-header {
    justify-content: space-between;
    align-items: center;
  }

  .is-small .p-header__logo {
    display: block;
    max-width: 190px;
    margin: 0;
    position: relative;
    z-index: 110;
  }

  .is-small .p-header__logo img {
    height: 28px;
    width: auto;
  }

  .is-small .p-header__gnav-menu-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9375rem;
  }

  .is-small .p-header__gnav-menu {
    padding-left: 235px;
    padding-right: 125px;
  }
}

@media screen and (min-width: 1400px) {
  .is-small .p-header-contact {
    display: flex;
    align-items: center;
    margin: 0 14px 0 0;
  }

  .is-small .p-header-contact__title,
  .is-small .p-header-contact__time,
  .is-small .p-header-contact__tel-icon {
    display: none;
  }

  .is-small .p-header-contact__tel {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1;
  }

  .is-small .p-header__gnav-menu {
    padding-right: 265px;
  }
}

/* ============================================================================
   施設ページ末尾の文脈つきCTA（C7）  2026-09-11
   ページごとに見出しとボタンの言葉を変える。電話番号とリンク先は共通。
   ========================================================================== */

.p-cta-page {
  background-color: #2a2522;
  color: #f2ebe0;
  padding: 46px 0 44px;
}

.p-cta-page__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.p-cta-page__rule {
  height: 1px;
  margin: 0 auto 22px;
  max-width: 420px;
  background: linear-gradient(90deg, rgba(201,162,39,0), #c9a227, rgba(201,162,39,0));
}

.p-cta-page__title {
  margin: 0 0 8px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #f2ebe0;
}

.p-cta-page__home {
  margin: 0 0 26px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #a79b8a;
}

.p-cta-page__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
}

.p-cta-page__tel {
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #d9b64c;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}

.p-cta-page__tel:hover,
.p-cta-page__tel:focus {
  color: #e8d9a8;
  text-decoration: none;
}

.p-cta-page__button {
  display: inline-block;
  padding: 11px 26px;
  border: 1px solid #c9a227;
  color: #e8d9a8;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.p-cta-page__button:hover,
.p-cta-page__button:focus {
  background-color: #c9a227;
  color: #2a2522;
  text-decoration: none;
}

.p-cta-page__note {
  margin: 14px 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #a79b8a;
}

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

@media screen and (max-width: 768px) {
  .p-cta-page {
    padding: 36px 0 34px;
  }

  .p-cta-page__inner {
    padding: 0 20px;
  }

  .p-cta-page__title {
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
  }

  .p-cta-page__actions {
    flex-direction: column;
    gap: 14px;
  }

  .p-cta-page__tel {
    font-size: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-cta-page__button {
    transition: none;
  }
}
