/* ============================================================
    260730 ホテル価格ページ専用スタイル（hotelprice）
   ============================================================ */

/* hotelprice 20250109追加 */

.mv.hotelprice{
height: 500px;
z-index: 0;
}

.about.hotelprice > .inner {
    background: url(../img/hotelprice-lp.jpg) no-repeat center right;
    background-size: cover;
    height: 500px; 
    width: 100%;
}

@media (max-width: 768px) {
  .mv.hotelprice,
  .mv.hotelprice .inner {
    height: 113vw !important;
    min-height: 0 !important;
    display: block !important;
    flex-direction: initial !important;
  }
}

@media (max-width: 780px) {
  .about.hotelprice hgroup {
    top: -260px !important;
  }
}

@media screen and (max-width: 780px) {
  .mv.hotelprice>hgroup>h1 {
    font-size: 1.2em;
  }
}/* @media */


 /* ─── 目次ナビゲーション ──────────────────────── */
.hotelprice-toc {
  background: #0d2c56;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.hotelprice-toc .wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.hotelprice-toc-heading {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  color: #40aca7;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  border-right: 1px solid rgba(255,255,255,.15);
  margin-right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 46px;
}

.hotelprice-toc-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
}

.hotelprice-toc-list::-webkit-scrollbar { display: none; }
.hotelprice-toc-list li { flex-shrink: 0; }

.hotelprice-toc-list a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 18px;
  height: 46px;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: .04em;
  border-bottom: 3px solid transparent;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
}

.hotelprice-toc-list a:hover {
  background: rgba(255,255,255,.12) !important;
  border-bottom-color: #0d2c56;
  color: #fff !important;
}

.hotelprice-toc-list a .toc-chevron {
  font-size: 9px;
  color: #40aca7;
  line-height: 1;
}

@media(max-width:780px){
  .hotelprice-toc-heading { padding: 0 12px; font-size: 10px; letter-spacing: .15em; border-right: 1px solid rgba(255,255,255,.15); min-height: 44px; }
  .hotelprice-toc-list a { padding: 0 11px; height: 44px; font-size: 10px; }
}

/* ─── 目次に戻るボタン ────────────────────────── */
.hotelprice-back-to-toc {
  position: fixed;
  right: 24px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0d2c56;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s, transform .25s, background .15s;
  z-index: 200;
}

.hotelprice-back-to-toc.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hotelprice-back-to-toc:hover {
  background: #0d2c56 !important;
  color: #fff !important;
}

@media(max-width:780px){
  .hotelprice-back-to-toc { right: 16px; bottom: 20px; width: 42px; height: 42px; font-size: 17px; }
}

/* ============================================================
   ホテル料金相場ページ：Googleチャート関連レイアウト
   ============================================================ */

/* ロード表示 */
#loading { font-weight: bold; color: #666; margin-bottom: 20px; }

/* コンテナ */
.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* 地図エリア */
#chart_div {
    width: 100%;
    height: auto;
    margin-bottom: 40px; 
}

/* 表エリア */
#table_div {
    width: 100%;
    height: auto; 
    text-align: left;
}

/* 都市エリア */
#chart_city_div {
    width: 100%;
    margin-bottom: 40px; 
}

/* ============================================================
   課題訴求
   ============================================================ */
.border-ba-section {
	padding: 0 20px;
}

/* ============================================================
   課題訴求後CTA：資料DL & 商談調整（hotelprice専用hover上書き）
   ============================================================ */
.hotel-service-cta .cta-btn.primary {
  border: 2px solid #40aca7; /* hover時にサイズがズレないよう通常時から枠線を確保 */
}
.hotel-service-cta .cta-btn.primary:hover {
  background-color: #fff !important;
  color: #40aca7 !important;
  border-color: #40aca7 !important;
  opacity: 1; /* 既存の .cta-btn:hover{opacity:.8} を打ち消す */
}

/* ============================================================
   詳細レポートDL用CTA
   ============================================================ */
.cta_report_box {
    background-color: #fff;
    border: 2px solid #399a96;
    border-radius: 8px;
    padding: 30px;
    margin: 0 auto 40px auto;
    max-width: 800px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
}
.cta_report_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cta_report_img {
    max-width: 200px;
    width: 100%;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15); 
}
.cta_report_content {
    flex: 1;
    min-width: 250px;
    text-align: left;
}
.cta_micro_copy {
    font-size: 16px;
    font-weight: bold;
    color: #d9534f;
    margin-bottom: 10px;
    display: inline-block;
}
.cta_report_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}
.cta_attention {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    text-align: left;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}
.cta_report_box .cta_area {
    margin: 0;
    padding: 0;
    background: none;
}
.cta_report_box .btn a {
    padding: 15px 20px;
    font-size: 18px;
    display: block;
}
@media screen and (max-width: 768px) {
    .cta_report_flex {
        flex-direction: column;
    }
    .cta_report_content {
        text-align: center;
    }
    .cta_attention {
        text-align: center;
    }
}