/*
PC・SP 共通CSS
*/
@charset "UTF-8";


.l-contained{
  max-width:1280px;
  margin:0 auto;
  padding:0 16px;
}

/* =============================================================
   Nearby / Related Hotels（PC・SP 共通）
   - SP：.nearby-hotels / .nearhotel-list / .hotel-card ...
   - PC：.related-hotels / .related-hotels-list / .related-hotel ...
   ============================================================= */

/* --- セクション共通（余白だけ軽く合わせる） --- */
.nearby-hotels,
.related-hotels {
  margin: 30px auto;
  padding: 0 0 15px;
}

/* 見出し（もともと .section-title が各テーマにあるので被らないよう最低限） */
.nearby-hotels .section-title,
.related-hotels .section-title,
.nearby-title {
  margin: 0 0 20px;
}

/* リストのリセット */
.nearhotel-list,
.related-hotels-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 1件だけ：左寄せ・少し広め */
.related-hotels-list:not(:has(> .related-hotel:nth-child(2))) {
  grid-template-columns: minmax(320px, 420px);
  justify-content: start;
}

/* 2件だけ：1件時と同じ幅で左から2つ並べる */
.related-hotels-list:has(> .related-hotel:nth-child(2)):not(:has(> .related-hotel:nth-child(3))) {
  grid-template-columns: repeat(2, minmax(320px, 420px));
  justify-content: start;
}

/* 3件だけ：3つで横幅いっぱい */
.related-hotels-list:has(> .related-hotel:nth-child(3)):not(:has(> .related-hotel:nth-child(4))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: stretch;
}

/* 4件以上：最大4列 */
.related-hotels-list:has(> .related-hotel:nth-child(4)) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
}


/* 連続した英数字でも強制的に改行させる */
.bf-text {
    overflow-wrap: anywhere; /* 推奨：最新のブラウザ向け */
    word-break: break-word;  /* 念のため：古いブラウザ向け */
}


/* =============================================================
   ▼ SP版：近隣ホテル（/mobile テーマ・スライダー仕様）
   ============================================================= */

/* セクション本体（余白はレイアウト側で好みで） */
.nearby-hotels {
  /* 必要ならここに margin/padding を追加 */
}

/* 見出し（元の .nearby-title 相当） */
.near-hotels-title,
.nearby-hotels .section-title {
  background: #5d422b;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
}

/* ---------------------------
   スライダー全体＋背景ダミー
   --------------------------- */

/* ラッパーはそのまま（位置の基準用） */
.near-hotels-slider-wrapper {
  position: relative;
  padding: 12px 0 24px;
}

/* 背景：100vw */
.near-hotels-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

/* スライダー本体＆矢印は今まで通りコンテナ内 */
.near-hotels-swiper,
.near-hotels-nav {
  position: relative;
  z-index: 1;
}


/* ★ スライダー本体も 100vw に広げる */
.near-hotels-swiper {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 1;
  padding: 8px 8px 24px;
}

/* ---------------------------
   スライド1枚分レイアウト
   --------------------------- */

/* スライドは画面幅いっぱい */
.near-hotels-swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* カードはその中で 70% 幅・中央寄せ */
.nearby-hotels .near-hotel-card,
.nearby-hotels .hotel-card {
  display: block;
  width: 70%;
  max-width: 520px;
  margin: 0 auto;
  background: #fdfdfd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 画像部分 */
.nearby-hotels .near-hotel-img-wrap {
  position: relative;
  overflow: hidden;
}

.nearby-hotels .near-hotel-img-wrap img,
.nearby-hotels .hotel-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト部分（ベース背景は薄グレー） */
.nearby-hotels .near-hotel-body {
  padding: 12px 12px 14px;
  background: #f2f2f2;
  transition: background-color 0.15s ease;
}

/* ホテル名 */
.nearby-hotels .near-hotel-name,
.nearby-hotels .hotel-name {
  font-weight: bold;
  margin: 0 0 6px;
  font-size: 16px;
  text-align: center;
}

/* アクセス文 */
.nearby-hotels .near-hotel-access,
.nearby-hotels .hotel-access {
  font-size: 14px;
  margin: 8px 0 0;
  line-height: 1.5;
  text-align: center;
}

/* 「詳細を見る」などボタン風ラベル */
.nearby-hotels .near-hotel-label,
.nearby-hotels .see-all {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid #5d422b;
  color: #5d422b;
}

/* ---------------------------
   押し込み（タップ）時のフィードバック
   --------------------------- */

/* カード全体のボコッとアニメ */
.nearby-hotels .near-hotel-card:active,
.nearby-hotels .hotel-card:active {
  transform: translateY(3px) scale(0.97);
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  opacity: 0.9;
}

/* 押したときにテキストエリアだけ薄オレンジに */
.nearby-hotels .near-hotel-card:active .near-hotel-body,
.nearby-hotels .hotel-card:active .near-hotel-body {
  background: #fbe3c3;
}

/* ---------------------------
   左右ナビボタン
   --------------------------- */

/* 矢印：画面幅基準で左右配置 */
.near-hotels-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #5d422b;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

/* ここも 100vw 基準にあわせる */
.near-hotels-prev {
  left: calc(50% - 50vw + 8px);
}
.near-hotels-next {
  right: calc(50% - 50vw + 8px);
}

.near-hotels-nav-icon {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

/* 矢印押し込み */
.near-hotels-nav:active {
  transform: translateY(-50%) scale(0.95);
}

/* 念のため旧 .nearhotel-list が残っていても影響最小に */
.nearhotel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nearhotel-list li {
  margin: 0;
  padding: 0;
}
/* 近隣ホテルカード内の文字色は常に黒に固定 */
.nearby-hotels .near-hotel-card,
.nearby-hotels .near-hotel-card:link,
.nearby-hotels .near-hotel-card:visited,
.nearby-hotels .near-hotel-card:hover,
.nearby-hotels .near-hotel-card:active {
  color: #000;
  text-decoration: none;
}

/* 念のためテキスト要素にも明示しておく */
.nearby-hotels .near-hotel-name,
.nearby-hotels .hotel-name,
.nearby-hotels .near-hotel-access,
.nearby-hotels .hotel-access,
.nearby-hotels .near-hotel-label,
.nearby-hotels .see-all {
  color: #000;
}









/* =============================================================
   ▼ PC版：Related Hotels（/pc テーマ）
   ============================================================= */

.related-hotels {
  max-width: 1280px;
  margin: 0 auto 36px;
  padding: 0;
}

.related-hotels-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 1件だけの時は少し広めにする */
.related-hotels-list > .related-hotel:only-child {
  grid-column: 1 / span 2;   /* 2カラム分の領域を使う */
  max-width: 420px;          /* ただし広がりすぎないように制限 */
  width: 100%;
  justify-self: start;       /* 左寄せ */
}

.related-hotel {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 32px 18px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background .15s, box-shadow .15s;
}

.related-hotel:hover {
  background: #f2e5d4;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.related-hotel-title {
  font-size: 1rem;
  color: #765624;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.related-hotel img {
  width: 100%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 280 / 260;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.related-hotel-desc {
  font-size: 1rem;
  color: #473410;
  margin-top: 16px;
  letter-spacing: 1px;
}

/* カード全面クリック用オーバーレイリンク */
.related-hotel-link {
  position: absolute;
  inset: 0;
  z-index: 3;  /* ★ 前面に持ち上げる */
  text-decoration: none !important;
  color: transparent;
  background: transparent;
}

/* 中身は背面＋見た目用 */
.related-hotel > *:not(.related-hotel-link):not(.related-hotel-external) {
  position: relative;
  z-index: 1;
}

/* ================================
   PC版 Related Hotels：右下アイコン＋ホバー説明
   ================================ */

/* 右下アイコン配置（PC版 Related Hotels 用） */
.related-hotel .related-hotel-external {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;           /* アイコンのサイズ */
  color: #5d422b;            /* 矢印色（お好みで） */
  pointer-events: none;      /* アイコン自体はクリック判定しない */
  z-index: 4;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

/* brand-footer 側の external-icon に影響しないように scope */
.related-hotel .related-hotel-external .fa-up-right-from-square {
  font-size: 0.9em;          /* 中のFAアイコン微調整 */
}

/* カードホバー時にアイコン少し強調 */
.related-hotel:hover .related-hotel-external {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.22);
  opacity: 1;
}

/* ===== PC ホバー時だけ「クリックで～」メッセージを出す ===== */
@media (hover: hover) and (pointer: fine) {

  .related-hotel::before {
    content: "クリックで店舗ページに移動します";
    position: absolute;
    left: 50%;
    top: 30px;                    /* カード上端からの距離（調整可） */
    transform: translate(-50%, -110%); 
    max-width: 260px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
    background: rgba(0,0,0,.8);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
  }

  .related-hotel:hover::before {
    opacity: 1;
    transform: translate(-50%, -100%);  /* ちょっとだけ下に寄せる */
  }
}



/* =============================================================
   朝食付き／夕食付き／2食付きプランボタン（施設・サービス）
   ============================================================= */
.svc-breakfast-plan-btn,
.svc-dinner-plan-btn,
.svc-bento-2meal-plan-btn {
  margin: 40px 0 30px;
  display: flex;
  justify-content: left;
}

/* ボタン本体 */
.svc-breakfast-plan-btn a,
.svc-dinner-plan-btn a,
.svc-bento-2meal-plan-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  max-width: 720px;
  padding: 18px 40px;

  border-radius: 8px;
  background: #ff8600;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* ホバー時 */
.svc-breakfast-plan-btn a:hover,
.svc-breakfast-plan-btn a:focus-visible,
.svc-dinner-plan-btn a:hover,
.svc-dinner-plan-btn a:focus-visible,
.svc-bento-2meal-plan-btn a:hover,
.svc-bento-2meal-plan-btn a:focus-visible {
  background: #ff9930;
  color: #fff !important;
  text-decoration: none !important;
}

/* PCでは通常ラベル、SP用ラベルは非表示 */
.svc-bento-2meal-plan-btn .btn-label-pc {
  display: inline;
}

.svc-bento-2meal-plan-btn .btn-label-sp {
  display: none;
}

/* スマホだけ2行表示 */
@media screen and (max-width: 768px) {
  .svc-bento-2meal-plan-btn .btn-label-pc {
    display: none;
  }

  .svc-bento-2meal-plan-btn .btn-label-sp {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.35;
  }

  .svc-bento-2meal-plan-btn .btn-label-sp span {
    display: block;
  }
}



/* =========================
   案内ブロック（trend_notice 用）
   ========================= */

.trend-notice .tc-notice {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #ffffff;
  border: 1px solid #e5e2dd;
  border-radius: 4px;
  padding: 24px 24px 32px;
  margin: 24px 0;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* タイトルバー共通 */
.trend-notice .tc-notice__title {
  text-align: center;
  padding: 10px 16px;
  margin: -24px -24px 24px;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 通常のお知らせ */
.trend-notice .tc-notice--info .tc-notice__title {
  background: #f4be5d;   /* スクショっぽい落ち着いた黄色 */
  color: #4a3a2a;
}

/* 重要なお知らせ */
.trend-notice .tc-notice--alert .tc-notice__title {
  background: #d9534f;   /* 赤系 */
  color: #ffffff;
}

/* 本文 */
.trend-notice .tc-notice__body {
  text-align: center;
}
@media (max-width: 768px) {
  .trend-notice .tc-notice__body {
  text-align: left;
}
}

.trend-notice .tc-notice__body p {
  margin: 0 0 0.8em;
}

/* strong をしっかり太く */
.trend-notice .tc-notice__body strong {
  font-weight: 700;
}

/* 表（あれば） */
.trend-notice .tc-notice-table-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.trend-notice .tc-notice-table {
  width: 100%;
  max-width: 520px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.trend-notice .tc-notice-table th,
.trend-notice .tc-notice-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #ece8e2;
  text-align: center;
}

.trend-notice .tc-notice-table thead th {
  background: #f4f1ed;
  font-weight: 700;
}

.trend-notice .tc-notice-table tbody tr:nth-child(even) {
  background: #faf8f5;
}

/* 下部の注釈 */
.trend-notice .tc-notice__note {
  margin-top: 6px;
  font-size: 0.8rem;
  text-align: center;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .trend-notice .tc-notice {
    padding: 18px 14px 24px;
  }
  .trend-notice .tc-notice__title {
    margin: -18px -14px 18px;
    font-size: 0.9rem;
  }
}
/* =========================
   案内ブロック（trend_notice 用）
   ========================= */

.trend-notice .tc-notice {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #ffffff;
  border: 1px solid #e5e2dd;
  border-radius: 4px;
  padding: 24px 24px 32px;
  margin: 24px 0;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* タイトルバー共通 */
.trend-notice .tc-notice__title {
  text-align: center;
  padding: 10px 16px;
  margin: -24px -24px 24px;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 通常のお知らせ */
.trend-notice .tc-notice--info .tc-notice__title {
  background: #f4be5d;   /* スクショっぽい落ち着いた黄色 */
  color: #4a3a2a;
}

/* 重要なお知らせ */
.trend-notice .tc-notice--alert .tc-notice__title {
  background: #d9534f;   /* 赤系 */
  color: #ffffff;
}

/* 本文 */
.trend-notice .tc-notice__body {
  text-align: center;
}

.trend-notice .tc-notice__body p {
  margin: 0 0 0.8em;
}

/* strong をしっかり太く */
.trend-notice .tc-notice__body strong {
  font-weight: 700;
}

/* 表（あれば） */
.trend-notice .tc-notice-table-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.trend-notice .tc-notice-table {
  width: 100%;
  max-width: 520px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.trend-notice .tc-notice-table th,
.trend-notice .tc-notice-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #ece8e2;
  text-align: center;
}

.trend-notice .tc-notice-table thead th {
  background: #f4f1ed;
  font-weight: 700;
}

.trend-notice .tc-notice-table tbody tr:nth-child(even) {
  background: #faf8f5;
}

/* 下部の注釈 */
.trend-notice .tc-notice__note {
  margin-top: 6px;
  font-size: 0.8rem;
  text-align: center;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .trend-notice .tc-notice {
    padding: 18px 14px 24px;
  }
  .trend-notice .tc-notice__title {
    margin: -18px -14px 18px;
    font-size: 0.9rem;
  }
}


/* =========================
   パンフレットページ用ダウンロードボタン
   ========================= */

/* ダウンロードボタン＆プラン一覧ボタン 共通スタイル */
.pamphlet-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 16px 0 20px;
  text-align: initial; /* 念のため */
}

/* ダウンロードボタン＆プラン一覧ボタン 共通スタイル */
.pamphlet-download-btn,
.pamphlet-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  min-width: 240px;
  max-width: 520px;
  border-radius: 12px;
  background: #ff7b15;
  border: 1px solid #ff7b15;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

/* ★ホバー時：ヘッダー／フッターのプラン一覧ボタンと同じ指定に */
.pamphlet-download-btn:hover,
.pamphlet-download-btn:focus-visible,
.pamphlet-cta:hover,
.pamphlet-cta:focus-visible {
  text-decoration: none;
  background: #F9C07D;
  border: 1px solid #F9C07D;
  color: #000;

  /* 以前の指定を打ち消しておく */
  transform: none;
  box-shadow: none;
  opacity: 1;
}

/* ダウンロード＆プラン一覧ボタンは下線ナシにする */
.pamphlet-download-btn,
.pamphlet-download-btn:hover,
.pamphlet-download-btn:focus-visible,
.pamphlet-cta,
.pamphlet-cta:hover,
.pamphlet-cta:focus-visible {
  text-decoration: none;
}



/* =============================================================
   Google Map（JS API / Trend）
   ============================================================= */

/* 地図全体の枠 */
.trend-map-wrap{
  position: relative;
  width: 100%;
  --trend-map-h: 450px;

  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;           /* ★最重要：角丸を維持 */
  background: #fff;
}

.trend-gmap--embed iframe{
  display: block;
  width: 100%;
  height: var(--trend-map-h);
  border: 0;
}

.trend-gmap{
  width: 100%;
  height: var(--trend-map-h);
  border-radius: 0;
}

/* =============================================================
   左上 情報カード（“デフォ寄せ”の見た目）
   ============================================================= */
.trend-map-card{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  padding: 14px 16px;

  max-width: 420px;
  width: max-content;
  min-width: 220px;
}

.trend-map-card__title{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 8px;
  white-space: nowrap;
}

.trend-map-card__addr{
  color:#444;
  font-size:13px;
  line-height:1.45;
  margin: 0 0 10px;
}

.trend-map-card__links{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-right: 40px; /* ×ボタン分 */
}

.trend-map-card__link{
  color: #008cbe;
  font-weight: normal;
  text-decoration: none;
}
.trend-map-card__link:hover{
  text-decoration: underline;
}

/* ×ボタン */
.trend-map-card__close{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.trend-map-card__close:hover{
  background: #f5f5f5;
}

/* 閉じたら消す */
.trend-map-card.is-closed{
  display: none;
}

/* =============================================================
   SP：サイズだけ共通調整
   ============================================================= */
@media (max-width: 639.98px){
  .trend-map-wrap{ --trend-map-h: 360px; }

  .trend-map-card{
    max-width: 260px;
    width: auto;
  }

  /* =========================
     SPだけ 位置切替
     - 何も付けなければ左上（PCと同じ）
     ========================= */

  /* 左下 */
  .trend-map-card.sp-left-bottom{
    top: auto;
    bottom: 12px;
    left: 12px;
    right: auto;
  }

  /* 右下 */
  .trend-map-card.sp-right-bottom{
    top: auto;
    bottom: 12px;
    right: 12px;
    left: auto;
  }

  /* （SPでも左上を明示したい場合の保険：任意） */
  .trend-map-card.sp-left-top{
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
  }
}

/* =============================================================
   常時ラベル（OverlayView）
   ============================================================= */
.trend-gmap-pinlabel{
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;

  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  padding: 8px 12px;
  white-space: nowrap;
  user-select: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

/* =============================================================
   再表示ボタン（カードが閉じている時だけ出す）
   ============================================================= */
.trend-map-info-btn{
  position: absolute;
  z-index: 6;

  height: 36px;
  padding: 0 14px;        /* ← 横余白 */
  border-radius: 18px;    /* ← ピル型 */
  border: 0;

  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;

  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  cursor: pointer;
  display: none;
}

/* カードが閉じている時だけ表示 */
.trend-map-card.is-closed ~ .trend-map-info-btn{
  display: block;
}

/* PC：左上 */
.trend-map-info-btn{
  top: 14px;
  left: 14px;
}

/* SP：左下 */
@media (max-width: 639.98px){
  .trend-map-info-btn{
    top: auto;
    left: 12px;
    bottom: 12px;
  }
}

/* ホーム基本情報 */
.info-table td p {
  margin: 0;
  line-height: 1.6; /* 好みで調整 */
}

.info-table td p + p {
  margin-top: 4px; /* 段落間だけ少し空ける */
}

.note-link {
  margin-top: 0.8em; /* ←ここで1行分調整 */
}

@media (min-width: 769px) {
  a[href^="tel:"],
  a.tel-link-info[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #222 !important;
    text-decoration: none !important;
  }

  a[href^="tel:"]:hover,
  a.tel-link-info[href^="tel:"]:hover {
    color: #222 !important;
    text-decoration: none !important;
  }
}


@media (max-width: 768px) {
  .recruit-cta .cta-secondary a.tel-link-sp[href^="tel:"] {
    pointer-events: auto !important;
    color: inherit;
    text-decoration: underline;
    position: relative;
    z-index: 2;
  }
}


/* =============================================================
   トップ：施設案内 2枚画像の中央1px白線対策・強制版
   ============================================================= */

/* 画像外枠 */
.points-box .room-feature dt .multi-img {
  display: flex;
  width: 720px;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent !important;
  gap: 0 !important;
  line-height: 0;
}

/* 1枚時 */
.points-box .room-feature dt .multi-img.is-one .multi-img-item {
  width: 100%;
  flex: 0 0 100%;
}

/* 2枚時：あえて2px重ねる */
.points-box .room-feature dt .multi-img.is-two .multi-img-item {
  width: calc(50% + 2px);
  flex: 0 0 calc(50% + 2px);
  min-width: 0;
  overflow: hidden;
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  border: 0 !important;
}

/* 2枚目を左に2px重ねる */
.points-box .room-feature dt .multi-img.is-two .multi-img-item + .multi-img-item {
  margin-left: -2px;
}

/* aタグも隙間を作らせない */
.points-box .room-feature dt .multi-img-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  background: transparent !important;
}

/* 画像本体：既存の room-feature dt img より強く上書き */
.points-box .room-feature dt .multi-img img,
.points-box .room-feature dt .multi-img .facility-img {
  display: block !important;
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  vertical-align: bottom !important;
}

/* 外側だけ角丸。内側には絶対に角丸を出さない */
.points-box .room-feature dt .multi-img.is-two .multi-img-item:first-child img {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.points-box .room-feature dt .multi-img.is-two .multi-img-item:last-child img {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media (max-width: 767px) {
  /* SPでも2枚横並び・幅いっぱい */
  .facilities .multi-img {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1; /* 720×240相当 */
    overflow: hidden;
    border-radius: 8px;
    line-height: 0;
    background: transparent !important;
    gap: 0 !important;
  }

  .facilities .multi-img.is-one .multi-img-item {
    width: 100%;
    flex: 0 0 100%;
  }

  .facilities .multi-img.is-two .multi-img-item {
    width: calc(50% + 2px);
    flex: 0 0 calc(50% + 2px);
    min-width: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  /* SPでも中央の1px白線対策で2px重ねる */
  .facilities .multi-img.is-two .multi-img-item + .multi-img-item {
    margin-left: -2px !important;
  }

  .facilities .multi-img-item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
  }

  .facilities .multi-img img,
  .facilities .multi-img .facility-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .facility-block .multi-img,
  .facilities .multi-img {
    margin-bottom: 10px;
  }
}


/* =============================================================
   朝食プラン一覧ポップアップ
   ============================================================= */

.svc-plan-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.svc-plan-popup.is-open {
  display: flex;
}

.svc-plan-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
}

.svc-plan-popup__panel {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  padding: 30px 26px 26px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.svc-plan-popup__panel h2 {
  margin: 0 44px 22px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}

.svc-plan-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  color: #333;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.svc-plan-popup__close:hover,
.svc-plan-popup__close:focus-visible {
  background: #e5e5e5;
}

.svc-plan-popup__scroll {
  max-height: 62vh;
  overflow-y: auto;
  padding-right: 4px;
}

.svc-plan-popup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.svc-plan-popup__list li {
  margin: 0;
  padding: 0;
}

.svc-plan-popup__list a {
  display: block;
  padding: 15px 18px;
  border: 1px solid #e5d2c9;
  border-radius: 10px;
  background: #fffaf7;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.svc-plan-popup__list a:hover,
.svc-plan-popup__list a:focus-visible {
  background: #fff1e9;
  border-color: #e84d26;
  color: #e84d26;
  transform: translateY(-1px);
}

/* 開くボタン */
.svc-plan-popup-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 720px;
  padding: 18px 40px;
  border: none;
  border-radius: 8px;
  background: #e84d26;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.svc-plan-popup-open:hover,
.svc-plan-popup-open:focus-visible {
  opacity: .86;
}

@media (max-width: 767px) {
  .svc-plan-popup {
    padding: 12px;
  }

  .svc-plan-popup__panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 28px 16px 20px;
    border-radius: 12px;
  }

  .svc-plan-popup__panel h2 {
    margin: 0 40px 18px;
    font-size: 18px;
  }

  .svc-plan-popup__scroll {
    max-height: 66vh;
  }

  .svc-plan-popup__list a {
    padding: 14px 14px;
    font-size: 14px;
  }

  .svc-plan-popup-open {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
  }
}

/* =============================================================
   ホーム：駐車場サムネイル画像
   ============================================================= */

.home-parking-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 4px;
  align-items: flex-start;
}

.home-parking-thumbs a {
  display: block;
  width: 160px;
  max-width: 160px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

/* 既存の img 幅指定に負けないように強めに指定 */
.home-parking-thumbs img {
  display: block;
  width: 160px !important;
  max-width: 160px !important;
  height: 100px !important;
  object-fit: cover;
  border: 0;
}

/* キャプション */
.home-parking-caption {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

/* スマホ */
@media (max-width: 767px) {
  .home-parking-thumbs {
    gap: 8px;
  }

  .home-parking-thumbs a {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
  }

  .home-parking-thumbs img {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
  }
}

/* =============================================================
   ホーム：駐車場画像 Lightbox
   ============================================================= */

.trend-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .72);
}

.trend-lightbox.is-open {
  display: flex;
}

.trend-lightbox__inner {
  position: relative;
  max-width: min(96vw, 1000px);
  max-height: 90vh;
}

.trend-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}

.trend-lightbox__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.trend-lightbox__close:hover {
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .trend-lightbox {
    padding: 14px;
  }

  .trend-lightbox__close {
    right: 0;
    top: -48px;
  }

  .trend-lightbox__img {
    max-height: 82vh;
  }
}