@charset "UTF-8";
/* =========================================================================
   HOTEL PATIO トップページ専用の追加CSS（front-page.php からのみ読み込む）
   -------------------------------------------------------------------------
   雛形（旧ソフィアサイト）の home.css / keyv.css は原本のまま。ここは新規追加分。
   配色トークン（--ptp-ink 等）は common/css/patio.css の :root が正本。
   クラスはすべて .ptCon__ 名前空間で、既存CSS・SWELLと衝突しない。
   2026-08-29 作成（コンセプト section）
   ========================================================================= */

/* ---- キービジュアルの文言（2026-08-31） ---------------------------------
   トップの H1 をキービジュアル1行目（.txtNewyear）に置いた。
   ① h1 のブラウザ既定（font-weight:bold / margin:.67em 0）を打ち消す。
      .txtNewyear は position:absolute（top:84px）なので margin が残ると位置がずれる。
   ② 雛形の 2.0em ＋ patio.css の letter-spacing .14em は英字1語
      （Top Quality Service）向けの値。和文＋英字24文字のタイトルでは
      PC幅でも折り返して下のキャッチと重なるため、字間を詰めて段階的に下げる。
   雛形 keyv.css は触らない（このファイルは keyv.css・patio.css より後に読まれる）。 */
#topImg .key__inner .txtNewyear {
    margin: 0;
    font-weight: 400;
    font-size: 1.8em;
    letter-spacing: .02em;
}

@media only screen and (max-width: 980px) {
    #topImg .key__inner .txtNewyear { font-size: 1.4em; }
}

/* スマホは2行になる。行間を詰めて、下の .key__subtitle（top:130px）に被らせない。 */
@media screen and (max-width: 719px) {
    #topImg .key__inner .txtNewyear {
        font-size: .95em;
        line-height: 1.3;
        letter-spacing: .01em;
    }
}

/* 2026-08-31 削除：年齢制限の表示（.ptAge / .ptAge__icon / .ptAge__txt）。
   同日中に追加 → 先方指示で削除。マークアップも front-page.php から外してある。
   🔴 復活させる場合の注意：雛形 keyv.css の .key__title は position:relative;top:111px で
   「見た目だけ」下げており、レイアウト上の場所は元のまま。そのため後ろに置いた要素は
   素直に流すとキャッチコピーに重なる（実際に一度重なった）。同じ 111px を与えること。 */

/* =========================================================================
   宿泊予約セクション（2026-08-31 追加・front-page.php の .ptResv）
   -------------------------------------------------------------------------
   先方支給の参考デザイン（黒地／白抜きの枠ボタン／大きな電話番号／赤の注意書き）を、
   サイトの配色トークン（--ptp-ink ＋ ヘッダーと同じゴールド #c79f62）で組み直したもの。
   キービジュアル直下に置くため、下の #catch（白地）との境目がはっきり出るようにしている。
   ========================================================================= */
.ptResv {
    background: var(--ptp-ink, #221f1d);
    color: #fff;
    padding: 74px 5% 78px;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ptResv__inner {
    max-width: 720px;
    margin: 0 auto;
}

.ptResv__label {
    margin: 0 0 10px;
    font-family: 'Playfair Display', "游明朝", YuMincho, serif;
    font-size: .8rem;
    letter-spacing: .3em;
    color: #c79f62;
}

.ptResv__ttl {
    margin: 0 0 16px;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .14em;
    line-height: 1.4;
    color: #fff;
}

.ptResv__lead {
    margin: 0 0 32px;
    font-size: .95rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, .78);
}

/* メインCTA：日付から探す（Booking.com・別ウィンドウ） */
.ptResv__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7em;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 21px 24px;
    border: 1px solid rgba(255, 255, 255, .85);
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: .1em;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
}

.ptResv__btn:hover,
.ptResv__btn:focus {
    background: #fff;
    color: var(--ptp-ink, #221f1d);
    text-decoration: none;
}

.ptResv__btn .__arrow {
    transition: transform .25s ease;
}

.ptResv__btn:hover .__arrow {
    transform: translateX(5px);
}

/* 電話 */
.ptResv__tel {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.ptResv__telLbl {
    margin: 0 0 8px;
    font-size: .85rem;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .7);
}

.ptResv__telNum {
    margin: 0;
    font-size: 1.95rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.3;
}

.ptResv__telNum a {
    color: #fff;
    text-decoration: none;
}

.ptResv__telNum a:hover {
    color: #c79f62;
}

.ptResv__note {
    margin: 12px 0 0;
    font-size: .8rem;
    line-height: 1.8;
    color: #e7a6a6;
}

@media only screen and (max-width: 767px) {
    .ptResv { padding: 54px 6% 58px; }
    .ptResv__ttl { font-size: 1.5rem; }
    .ptResv__lead { margin-bottom: 26px; font-size: .88rem; }
    .ptResv__btn { padding: 17px 18px; font-size: .95rem; letter-spacing: .06em; }
    .ptResv__tel { margin-top: 32px; padding-top: 26px; }
    .ptResv__telNum { font-size: 1.55rem; }
    .ptResv__note { font-size: .75rem; }
}

/* ---- セクション全体 ---------------------------------------------------- */
.ptCon {
    background: #f4f2ef;
    padding: 88px 5% 96px;
    color: var(--ptp-ink, #221f1d);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* 同じカードを続けて置くときは背景を白にして、灰→白→灰 とリズムをつける。
   上下の余白も詰めて、間延びしないようにする。 */
.ptCon.ptCon--plain {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 88px;
}

.ptCon__wrap {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    /* タブの高さぶん、カードの上に余白を確保する */
    padding-top: 26px;
}

/* 白背景側はカードが背景に溶けるので、輪郭を薄い罫線で補う */
.ptCon--plain .ptCon__card {
    border: 1px solid #ece8e2;
    box-shadow: 0 14px 36px rgba(34, 31, 29, .05);
}

.ptCon--plain .ptCon__tab {
    border: 1px solid #ece8e2;
    border-bottom: 0;
}

/* ---- 右上に飛び出すタブ ------------------------------------------------ */
.ptCon__tab {
    position: absolute;
    top: 0;
    right: 56px;
    z-index: 1;
    margin: 0;
    padding: 15px 34px 17px;
    background: #fff;
    border-radius: 14px 14px 0 0;
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
    color: var(--ptp-ink, #221f1d);
    white-space: nowrap;
}

.ptCon__tab small {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .24em;
    color: var(--ptp-acc, #a1854f);
    margin-top: 7px;
    text-align: center;
}

/* ---- 白いカード -------------------------------------------------------- */
.ptCon__card {
    position: relative;
    background: #fff;
    border-radius: 6px 6px 44px 44px;
    padding: 54px 58px 46px;
    box-shadow: 0 18px 48px rgba(34, 31, 29, .07);
}

.ptCon__title {
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.6;
    margin: 0 0 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e0d9;
}

/* ---- 本文＋写真の2カラム ----------------------------------------------- */
.ptCon__body {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 44px;
    align-items: start;
}

.ptCon__block + .ptCon__block { margin-top: 34px; }

.ptCon__lead {
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.7;
    color: var(--ptp-ink, #221f1d);
    margin: 0 0 12px;
}

.ptCon__text {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .02em;
    color: #4a4541;
    margin: 0;
}

.ptCon__fig {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #efece7;
}

.ptCon__fig img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- 右下のリンク（雛形の MORE ⭢ を踏襲） ------------------------------ */
.ptCon__foot {
    display: flex;
    justify-content: flex-end;
    margin-top: 34px;
}

.ptCon__more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    color: var(--ptp-ink, #221f1d);
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d2c8;
    transition: color .3s, border-color .3s;
}

.ptCon__more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .3s;
}

.ptCon__more:hover {
    color: var(--ptp-acc, #a1854f);
    border-color: var(--ptp-acc, #a1854f);
}

.ptCon__more:hover::after { transform: rotate(45deg) translate(3px, -3px); }

.ptCon__more:focus-visible {
    outline: 2px solid var(--ptp-acc, #a1854f);
    outline-offset: 4px;
}

/* =========================================================================
   レスポンシブ
   ========================================================================= */
@media only screen and (max-width: 1100px) {
    .ptCon__body { grid-template-columns: 1fr 340px; gap: 32px; }
    .ptCon__card { padding: 46px 40px 40px; }
    .ptCon__tab { right: 36px; }
}

@media only screen and (max-width: 900px) {
    .ptCon { padding: 60px 4% 68px; }
    .ptCon.ptCon--plain { padding-top: 48px; padding-bottom: 60px; }
    .ptCon__wrap { padding-top: 22px; }

    .ptCon__tab {
        right: 16px;
        padding: 12px 22px 14px;
        font-size: 15px;
        letter-spacing: .12em;
    }
    .ptCon__tab small { font-size: 9px; margin-top: 6px; }

    .ptCon__card { padding: 36px 24px 32px; border-radius: 6px 6px 28px 28px; }

    .ptCon__title { font-size: 19px; line-height: 1.7; margin-bottom: 24px; padding-bottom: 18px; }

    /* 写真を本文の上に出す（読む前に雰囲気が伝わるように） */
    .ptCon__body { grid-template-columns: 1fr; gap: 26px; }
    .ptCon__fig { order: -1; }

    .ptCon__lead { font-size: 16px; margin-bottom: 10px; }
    .ptCon__text { font-size: 14px; line-height: 2; }
    .ptCon__block + .ptCon__block { margin-top: 26px; }

    .ptCon__foot { margin-top: 26px; justify-content: center; }
    .ptCon__more { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .ptCon *,
    .ptCon *::before,
    .ptCon *::after { transition: none !important; }
}

/* =========================================================================
   2026-08-29 ABOUT（「諏訪」で楽しいひとときを）
   -------------------------------------------------------------------------
   白い角丸カード＋下線付き見出し。
   左＝本文とボタン／右＝小カード2枚（縦の赤ライン＋見出し＋写真＋説明）。
   ========================================================================= */
.ptAbout {
    background: #f4f2ef;
    padding: 88px 5% 76px;
    color: var(--ptp-ink, #221f1d);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ptAbout__card {
    max-width: 1160px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    padding: 54px 58px 52px;
    box-shadow: 0 18px 48px rgba(34, 31, 29, .07);
}

.ptAbout__title {
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5;
    margin: 0 0 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e0d9;
}

.ptAbout__body {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 48px;
    align-items: start;
}

/* ---- 左：本文とボタン -------------------------------------------------- */
.ptAbout__text {
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: .02em;
    color: #6f6a66;
    margin: 0;
}

.ptAbout__right {
    display: flex;
    flex-direction: column;
}

/* リード文は左カラム（淡い本文の下）。2026-08-29 再配置 */
.ptAbout__strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.95;
    letter-spacing: .02em;
    color: var(--ptp-ink, #221f1d);
    margin: 26px 0 0;
    padding-top: 22px;
    border-top: 1px solid #edeae5;
}

.ptAbout__btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    padding: 15px 26px;
    border: 1px solid #d9d2c8;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    color: var(--ptp-ink, #221f1d);
    text-decoration: none;
    transition: background-color .3s, border-color .3s, color .3s;
}

.ptAbout__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .3s;
}

.ptAbout__btn:hover {
    background-color: var(--ptp-ink, #221f1d);
    border-color: var(--ptp-ink, #221f1d);
    color: #fff;
}

.ptAbout__btn:hover::after { transform: rotate(45deg) translate(3px, -3px); }

.ptAbout__btn:focus-visible {
    outline: 2px solid var(--ptp-acc, #a1854f);
    outline-offset: 3px;
}

/* ---- 右：小カード2枚 ---------------------------------------------------- */
.ptAbout__cards {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin: 0;
    padding: 0;
}

.ptAbout__item { display: flex; }

.ptAbout__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #faf8f6;
    border: 1px solid #edeae5;
    border-radius: 14px;
    padding: 22px 22px 24px;
    text-decoration: none;
    color: inherit;
    transition: background-color .3s, box-shadow .3s, transform .3s;
}

.ptAbout__link:hover {
    background: #fff;
    box-shadow: 0 12px 30px rgba(34, 31, 29, .10);
    transform: translateY(-3px);
    color: inherit;
}

.ptAbout__link:focus-visible {
    outline: 2px solid var(--ptp-acc, #a1854f);
    outline-offset: 3px;
}

.ptAbout__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.ptAbout__name {
    flex: 1 1 auto;
    position: relative;
    margin: 0;
    padding-left: 13px;
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}

/* 見出し左の縦ライン */
.ptAbout__name::before {
    content: "";
    position: absolute;
    top: .25em;
    bottom: .25em;
    left: 0;
    width: 3px;
    border-radius: 2px;
    background: #c0392b;
}

.ptAbout__thumb {
    flex: 0 0 auto;
    width: 122px;
    margin: 0;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    overflow: hidden;
    background: #efece7;
}

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

.ptAbout__desc {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: .01em;
    color: #6f6a66;
    margin: 0;
}

/* =========================================================================
   レスポンシブ
   ========================================================================= */
@media only screen and (max-width: 1100px) {
    .ptAbout__body { grid-template-columns: 280px 1fr; gap: 32px; }
    .ptAbout__card { padding: 46px 40px 44px; }
    .ptAbout__thumb { width: 96px; }
}

@media only screen and (max-width: 900px) {
    .ptAbout { padding: 60px 4% 56px; }
    .ptAbout__card { padding: 34px 24px 32px; border-radius: 18px; }

    .ptAbout__title { font-size: 22px; margin-bottom: 26px; padding-bottom: 18px; }

    .ptAbout__body { grid-template-columns: 1fr; gap: 28px; }

    .ptAbout__text { font-size: 14px; line-height: 2; }
    .ptAbout__strong { font-size: 15px; margin-top: 20px; padding-top: 18px; }
    .ptAbout__btn { margin-top: 22px; width: 100%; justify-content: center; font-size: 13px; }

    .ptAbout__cards { grid-template-columns: 1fr; gap: 14px; }
    .ptAbout__link { padding: 18px; }
    .ptAbout__name { font-size: 16px; }
    .ptAbout__thumb { width: 108px; }
    .ptAbout__desc { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .ptAbout *,
    .ptAbout *::before,
    .ptAbout *::after { transition: none !important; }
    .ptAbout__link:hover { transform: none; }
}

/* ボタン2つ（料金・プラン／諏訪の観光情報）。
   2026-08-29 配置変更：左カラムのテキスト下 → 右カラムのカード2枚の下へ。
   横に並べ、カードの左端に揃える。 */
.ptAbout__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.ptAbout__btns .ptAbout__btn {
    margin-top: 0;
    min-width: 200px;
    justify-content: space-between;
}

/* =========================================================================
   2026-08-29 NEWS ＋ MENU（お知らせ／お食事の2パネル）
   -------------------------------------------------------------------------
   雛形の #newsarea を置き換えたもの。ABOUT・CONCEPT と同じ白いカード。
   ========================================================================= */
.ptNews {
    background: #fff;
    padding: 76px 5% 84px;
    color: var(--ptp-ink, #221f1d);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ptNews__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: stretch;
}

.ptNews__panel {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ece8e2;
    border-radius: 20px;
    padding: 38px 38px 34px;
    box-shadow: 0 14px 36px rgba(34, 31, 29, .05);
}

.ptNews__title {
    font-family: 'Playfair Display', "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    margin: 0 0 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e0d9;
}

.ptNews__title span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .24em;
    color: var(--ptp-acc, #a1854f);
    margin-top: 9px;
}

/* ---- お知らせ一覧 ------------------------------------------------------ */
.ptNews__list { flex: 1 1 auto; }

.ptNews__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ptNews__list li + li {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px dotted #e2ddd6;
}

.ptNews__list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 16px;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    transition: color .25s;
}

.ptNews__list li a:hover { color: var(--ptp-acc, #a1854f); }

.ptNews__list .date {
    flex: 0 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    letter-spacing: .08em;
    color: var(--ptp-acc, #a1854f);
}

.ptNews__list .ttl {
    flex: 1 1 240px;
    font-size: 15px;
    line-height: 1.75;
}

.ptNews__empty {
    font-size: 15px;
    line-height: 1.9;
    color: var(--ptp-sub, #6f6a66);
    margin: 0;
}

/* ---- お食事 ------------------------------------------------------------ */
.ptNews__lead {
    font-size: 15px;
    line-height: 1.95;
    color: var(--ptp-sub, #6f6a66);
    margin: 0 0 20px;
}

.ptNews__fig {
    margin: 0;
    flex: 1 1 auto;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f2ef;
    aspect-ratio: 4 / 3;
}

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

/* ---- ボタン ------------------------------------------------------------ */
.ptNews__foot {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.ptNews__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 240px;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--ptp-ink, #221f1d);
    border: 1px solid var(--ptp-ink, #221f1d);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-decoration: none;
    transition: background-color .25s, border-color .25s;
}

.ptNews__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .3s;
}

.ptNews__btn:hover {
    background: #453f3a;
    border-color: #453f3a;
    color: #fff;
}

.ptNews__btn:hover::after { transform: rotate(45deg) translate(3px, -3px); }

.ptNews__btn:focus-visible {
    outline: 2px solid var(--ptp-acc, #a1854f);
    outline-offset: 3px;
}

@media only screen and (max-width: 900px) {
    .ptNews { padding: 52px 4% 56px; }
    .ptNews__inner { grid-template-columns: 1fr; gap: 18px; }
    .ptNews__panel { padding: 26px 20px 24px; border-radius: 14px; }
    .ptNews__title { font-size: 18px; margin-bottom: 20px; padding-bottom: 14px; }
    .ptNews__list .ttl { font-size: 14px; }
    .ptNews__lead { font-size: 14px; }
    .ptNews__foot { margin-top: 20px; }
    .ptNews__btn { min-width: 0; width: 100%; font-size: 13px; padding: 15px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .ptNews *,
    .ptNews *::before,
    .ptNews *::after { transition: none !important; }
}

/* =========================================================================
   2026-08-29 キービジュアル（トップのスライダー）を2枚に差し替え
   -------------------------------------------------------------------------
   雛形 home.css:92-97 と 198-203(@media max-width:768px) が
   #topImg .bg001〜.bg006 にソフィアの画像を指定している。
   原本は触らず、ここで background-image だけ上書きする。
   patio-front.css は home.css より後に読み込まれるため !important は不要。

   🔴 2026-08-31 画像を「夜の外観＋天蓋ベッドの部屋」から「明るい客室2枚」に変更（先方指示）。
      夜の暗い外観・天蓋ベッド・マッサージチェア・オレンジの間接照明が
      ラブホテルの記号になっていたため。
      いずれも中央を 1920x980 に切り出し、明るさ +3.5% / 彩度 -10% / 赤みを少し抜く
      補正をかけて WebP 化（写真そのものの差し替えではなく、色調だけ整えている）。
      旧画像 slide_1.webp / slide_2.webp（夜の外観・天蓋ベッド）は同じフォルダに残置。

   🔴 2026-09-03 先方支給の新写真3枚（kv_room_1〜3.jpg）に差し替え・3枚目を追加。
      front-page.php 側に .mainImg.bg003 を追加済み。bg003 は home.css に
      既定ルールがあるためここで上書きするだけでよい（追加のCSS新設は不要）。
   ========================================================================= */
#topImg .bg001 {
    background-image: url(../images/top/kv_room_1.webp);
    background-position: center center;
    background-repeat: no-repeat;
}

#topImg .bg002 {
    background-image: url(../images/top/kv_room_2.webp);
    background-position: center center;
    background-repeat: no-repeat;
}

#topImg .bg003 {
    background-image: url(../images/top/kv_room_3.webp);
    background-position: center center;
    background-repeat: no-repeat;
}

/* スマホ側も同じ画像を使う（雛形は *sp.webp を別途指定しているため上書きが必要） */
@media only screen and (max-width: 768px) {
    #topImg .bg001 {
        background-image: url(../images/top/kv_room_1.webp);
        background-position: center center;
    }
    #topImg .bg002 {
        background-image: url(../images/top/kv_room_2.webp);
        background-position: center center;
    }
    #topImg .bg003 {
        background-image: url(../images/top/kv_room_3.webp);
        background-position: center center;
    }
}

/* 2026-09-03 KVスライダーのナビゲーション（丸ドット）を中央→右寄せ・間隔を詰める。
   雛形 home.css:156-159 は text-align:center ＋ li margin:0 2% で中央配置。
   ここで text-align だけ右に倒し、右端の余白は padding-right で確保する。 */
#topImg .slick-dots {
    text-align: right;
    padding-right: 8%;
}
#topImg .slick-dots li {
    margin: 0 6px;
}

@media only screen and (max-width: 768px) {
    #topImg .slick-dots {
        text-align: right;
        padding-right: 8%;
    }
    #topImg .slick-dots li {
        margin: 0 6px;
    }
}

/* 2026-09-03 KV画像をウィンドウ全面 → window端から padding:10px 空けた枠内表示に変更。
   雛形 home.css:32 の #topImg .img は top/left/right/bottom:0（ウィンドウ一杯）。
   #topImg 自体の背景は #fefefe（白）のため、.mainSlider だけ内側に10px寄せれば
   4辺に白い余白が均等に出る。#topImg 直下の他要素（予約ボタン・矢印・ドット）は
   #topImg 基準の絶対配置のままなので、この変更の影響を受けない。
   2026-09-03追記：#header は fixed(90px) で #topImg の上に重なっている
   （patio.css #body_wrap.home #content.l-content { padding-top:0 }）。
   top を左右/下と同じ10pxにすると余白がヘッダーの下に隠れて見えないため、
   ヘッダー高さぶん足す。1000px以下は #header→#headerSp(fixed 50px)に切り替わる
   （patio.css 314行目のブレークポイントに合わせる）。 */
#topImg .img.mainSlider {
    top: 100px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
@media only screen and (max-width: 1000px) {
    #topImg .img.mainSlider {
        top: 60px;
    }
}
/* 2026-09-03追記：雛形 home.css:163 が800px以下で #topImg を min-height:90%
   （%指定）に切り替え、.catchArea 等の絶対配置も連動して変わる。この帯で
   top:60px を維持すると表示が崩れるため、800px以下は他辺と同じ10pxに戻す。 */
@media only screen and (max-width: 800px) {
    #topImg .img.mainSlider {
        top: 10px;
    }
}

/* 2026-09-03 「ACCESS MAP」見出し（#catch h3）：雛形 home.css:319 は
   金色(#d08f2b)＋下線(border-bottom dotted)。線を消して黒系の文字色に変更。 */
#catch h3 {
    color: #221f1d;
    border-bottom: none;
}

/* 2026-09-03 スマホ表示の崩れ修正（.key-is-top .key__inner まわり）。
   雛形 keyv.css は 812/768/736/667/420px の5境界に .key__subtitle・.key__title の
   font-size がバラバラに散らばり、.key__title は768px以下で line-height:4.5 のまま
   667pxまで引き継がれる（异常値）。.key-is-top .key__inner の width も 100%（画像は
   左右10px inset）のため、拡大された文字が画像の外へはみ出していた。
   このファイルは keyv.css より後に読まれるため、1本の @media(812px以下)で
   幅・文字サイズ・行間をまとめて上書きする（keyv.css側の複数breakpointに勝つ）。 */
/* 2026-09-08 スマホのみ有効な改行。PCでは1行のまま。 */
br.pt-spbr { display: none; }

@media only screen and (max-width: 812px) {
    br.pt-spbr { display: inline; }
}

/* 2026-09-08 修正：スマホで文言が黒帯（.key__inner の rgba(0,0,0,.5)）から
   はみ出していた問題。
   原因は雛形 keyv.css の「絶対配置＋top のズラし」の3点セット：
     ・.key__inner        … height 200/300px 固定（中身の量と無関係）
     ・.txtNewyear(h1)    … position:absolute; top:84px
     ・.key__subtitle     … position:relative; top:130px; margin-top:30px
     ・.key__title        … position:relative; top:111px; margin-top:30px
   見た目だけ下へズラしているため、文字が増えるとレイアウト上の高さ（＝黒帯）は
   変わらないまま下へあふれる。812px 以下では position を素直な通常フローへ戻し、
   帯の高さを中身に追従させる（top:50% ＋ translateY で縦中央に置き直す）。
   雛形 keyv.css は触らない（このファイルの方が後に読まれる）。 */
@media only screen and (max-width: 812px) {
    .key-is-top .key__inner {
        top: 50%;
        bottom: auto;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        height: auto;
        margin: 0;
        padding: 16px 12px 18px;
        box-sizing: border-box;
        transform: translateY(-50%);
    }
    #topImg .key__inner .txtNewyear {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        display: block;
        width: 96%;
        margin: 0 auto 10px;
        padding-bottom: 6px;
        font-size: .95em;
        line-height: 1.4;
    }
    .key-is-top .key__subtitle {
        position: static;
        top: auto;
        margin: 0 0 8px;
        font-size: 18px;
        line-height: 1.45;
    }
    .key-is-top .key__title {
        position: static;
        top: auto;
        margin: 0;
        font-size: 13px;
        line-height: 1.6;
    }
}
