
/* ▼ ファーストビューの調整 */
.price-hero {
  position: relative;
  height: 60vh;
  background-image: url('https://kuranju.hao-resort.com/wp-content/themes/Drop-child/images/price/price-fv-pc.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.price-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.price-hero-overlay {
  position: relative;
  z-index: 2;
  padding: 1em 2em;
}

.price-title {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.price-subtitle {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 0.9;
  line-height: 1.6;
}

.price-subtitle::before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #c8a96a;
  margin: 0 auto 12px;
}

/* ▼ ファーストビューとprice本体の間に余白をつける */
.price-hero + .price-contents {
  margin-top: 4em;
}

/* ▼ price本体の中央寄せ */
.price-contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}

/* ▼ カテゴリブロック */
.price-category-block {
  margin-top: 4em;
  padding-top: 2em;
  padding-bottom: 3em;
  background-color: #fff;
  border-radius: 8px;
}

/* ▼ カテゴリ見出し */
.price-category {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1.5em;
  border-left: 4px solid #c8a96a;
  padding-left: 0.75em;
  color: #3a2e1f;
  font-family: 'Noto Serif JP', serif;
}

/* ▼ 質問ブロック */
.price-item {
  border-bottom: 1px solid #e0d8c8;
  padding: 1em 0;
  cursor: pointer;
}

/* ▼ 質問部分 */
.price-question {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  color: #3a2e1f;
}

.price-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #c8a96a;
  transition: transform 0.3s ease;
}

.price-item.open .price-question::after {
  content: '−';
  transform: rotate(180deg);
}

/* ▼ 回答部分 */
.price-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  line-height: 1.8;
  padding: 0;
  color: #3a2e1f;
}

.price-item.open .price-answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* ▼ Aのラベル（オプション） */
.price-label {
  display: inline-block;
  font-weight: bold;
  color: #c8a96a;
  margin-right: 0.5em;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .price-hero {
    height: 40vh;
    background-image: url('https://kuranju.hao-resort.com/wp-content/themes/Drop-child/images/price/price-fv-sp.jpg');
    padding: 1em;
  }

  .price-title {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .price-subtitle {
    font-size: 18px;
  }

  .price-subtitle::before {
    width: 40px;
    margin-bottom: 8px;
  }

  .price-category {
    font-size: 22px;
  }

  .price-question {
    font-size: 18px;
  }

  .price-answer {
    font-size: 16px;
  }
}

.checktime-fancy dl {
  display: grid;
  grid-template-columns: 160px 1fr; /* ← 120px → 160px に拡張 */
  row-gap: 0.75em;
  column-gap: 1em;
  padding: 1em 1.2em;
  background-color: #fdfaf5;
  border: 1px solid #e8e1d2;
  border-radius: 6px;
}

.checktime-fancy dt {
  font-weight: bold;
  color: #3a2e1f;
  font-family: 'Noto Serif JP', serif;
  white-space: normal;
  overflow: visible;   /* ← 省略させない */
  text-overflow: ellipsis;
}

.checktime-fancy dd {
  margin: 0;
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
}

/* priceカテゴリの見出し */
.price-category {
  font-size: 24px;
  font-weight: bold;
  color: #3a2e1f;
  border-left: 4px solid #c8a96a;
  padding-left: 0.75em;
  margin: 2em 0 1em;
}

/* 各priceアイテムブロック */
.price-item {
  border-bottom: 1px solid #e5e0d3;
  padding: 1em 0;
}

/* 質問タイトル */
.price-question {
  font-size: 18px;
  font-weight: bold;
  color: #3a2e1f;
  line-height: 1.6;
  margin: 1.2em 0;
  display: flex;
  align-items: center;
}

/* Qマーク */
.price-qmark {
  color: #c8a96a;
  margin-right: 0.5em;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

/* Aブロック全体 */
.price-answer {
  color: #3a2e1f;
  line-height: 1.8;
  
}

/* Aマーク */
.price-amark {
  color: #c8a96a;
  margin-right: 0.5em;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

/* 時間・料金などの項目整列ボックス */
.checktime-fancy dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  row-gap: 0.75em;
  column-gap: 1em;
  padding: 1em 1.2em;
  background-color: #fdfaf5;
  border: 1px solid #e8e1d2;
  border-radius: 6px;
  margin-top: 1em;
}

.checktime-fancy dt {
  font-weight: bold;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}

.checktime-fancy dd {
  margin: 0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
.price-question {
  font-size: 16px;
}
  .checktime-fancy dl {
    display: block;
  }

  .checktime-fancy dt {
    display: block;
    margin-top: 0.5em;
    font-weight: bold;
  }

  .checktime-fancy dd {
    display: block;
    margin-left: 0;
    margin-top: 0.25em;
  }
}

/*料金*/
.price-section {
  max-width: 1100px;
  margin: 3em auto;
  padding: 0 1em;
}

.price-title {
  font-size: 28px;
  margin: 2em 0 1em;
  border-left: 4px solid #c8a96a;
  padding-left: 10px;
}

/* 部屋カード */
.room-price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-bottom: 2px;
}

.room-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  padding-bottom: 10px;
}

.room-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.room-card h3 {
  margin: 10px 0;
}

.price {
  font-size: 22px;
  font-weight: bold;
  color: #c8a96a;
}

.price span {
  font-size: 14px;
  color: #666;
}

/* 食事 */
.meal-box {
  background: #fdfaf5;
  padding: 20px;
  border-radius: 8px;
}

.meal-box dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}

/* スマホ */
@media(max-width:768px){
  .room-price-grid {
    grid-template-columns: 1fr;
  }
}



/*食事*/
.meal-section {
  margin-top: 4em;
}

.meal-lead {
  margin: 0 0 1.5em;
  color: #5e5346;
  line-height: 1.8;
  font-size: 15px;
}

.meal-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: center;
  background: #fdfaf5;
  border: 1px solid #e8e1d2;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
}

.meal-photo {
  overflow: hidden;
  border-radius: 10px;
}

.meal-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.meal-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #3a2e1f;
  font-family: 'Noto Serif JP', serif;
}

.meal-plan + .meal-plan {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e3dac9;
}

.meal-tag {
  display: inline-block;
  background: #c8a96a;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.meal-tag.sub {
  background: #8d7450;
}

.meal-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 17px;
  color: #3a2e1f;
  border-bottom: 1px dashed #ddd2bf;
}

.meal-price-row:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .meal-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .meal-photo img {
    height: 180px;
  }

  .meal-content h3 {
    font-size: 24px;
  }

  .meal-price-row {
    font-size: 15px;
  }
}


.price-contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5em 20px 0;
}

.price-section,
.meal-section {
  margin-top: 4em;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  border-left: 4px solid #c8a96a;
  padding-left: 14px;
  margin: 0 0 1.2em;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}

.section-lead {
  margin: -0.2em 0 2em;
  color: #6b6258;
  font-size: 15px;
  line-height: 1.9;
}

.room-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.room-card {
  overflow: hidden;
}

.room-card img {
  transition: transform 0.5s ease;
}

.room-card:hover img {
  transform: scale(1.05);
}

/*食事*/
/* 食事カードは動かさない */
.meal-card {
  transition: box-shadow 0.3s ease;
}

/* 影だけ少し変える（任意） */
.meal-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* 画像だけ拡大 */
.meal-photo {
  overflow: hidden;
}

.meal-photo img {
  transition: transform 0.5s ease;
}

.meal-card:hover .meal-photo img {
  transform: scale(1.06);
}

/********************
  料金の調整
 ********************/
.meal-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed #e6dfd1;
}

/* 左（大人・子供） */
.meal-price-row span:first-child {
  font-size: 15px;
  color: #6b6258;
}

/* 右（価格全体） */
.meal-price-row span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #3a2e1f;
}

/* 税込だけ小さく */
.meal-price-row span:last-child small {
  font-size: 12px;
  margin-left: 4px;
  color: #8a8176;
}

.room-desc {
  font-size: 14px;
  color: #7a7065;
  margin: 6px 0 4px;
}

.badge {
  font-size: 10px;
  color: #756f14;
  margin: 6px 0 4px;
}

/********************
  オーナー価格
 ********************/
 .owner-price-box {
  margin-top: 12px;
  padding: 10px 12px;
  background: #fdf8ee;
  border: 1px solid #eadfca;
  border-radius: 10px;
}

.owner-label {
  font-size: 12px;
  font-weight: 700;
  color: #8c6b2f;
  margin: 0 0 4px;
}

.owner-price {
  font-size: 20px;
  font-weight: 700;
  color: #8c6b2f;
  margin: 0;
}

.owner-price span {
  font-size: 12px;
  font-weight: 400;
  color: #8f8578;
  margin-left: 4px;
}

.owner-note {
  margin: 4px 0 0;
  font-size: 13px;
  color: #6d6458;
}



/********************
  バッジを絶対配置
 ********************/
 .badge {
  position: absolute;
  top: 12px;
  right: 12px;
}
.room-card {
  position: relative;
}

.room-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 12px;
  border-radius: 999px;

  /* ←ここ重要：しっかり目立たせる */
  background: linear-gradient(135deg, #c8a96a, #a8833d);
  color: #fff;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;

  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


/********************
  カード内の補足情報
 ********************/
.owner-price-box {
  margin: 14px 16px 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, #fdfaf3 0%, #f7f1e6 100%);
  border: 1px solid #eadfc9;
  border-radius: 12px;
  text-align: center;
}

.owner-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: #8c6b2f;
  letter-spacing: 0.03em;
}

.owner-main {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #8c6b2f;
  line-height: 1.3;
}

.owner-main small {
  font-size: 12px;
  font-weight: 400;
  color: #8f8578;
  margin-left: 4px;
}

.owner-sub {
  margin: 3px 0 0;
  font-size: 13px;
  color: #6d6458;
}


/********************
  シミュレーター
 ********************/
 /* ========================================
   宿泊料金シミュレーター
======================================== */
.stay-sim-section {
  padding: 70px 20px 20px;
}

.stay-sim-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(35, 45, 90, 0.12);
  border: 1px solid #ebe5da;
}

.stay-sim-head {
  padding: 38px 28px 34px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #203f7d 0%, #3157a5 55%, #6f58c9 100%);
}

.stay-sim-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  opacity: 0.85;
}

.stay-sim-title {
  font-size: 34px;
  line-height: 1.4;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
}

.stay-sim-subtitle {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
}

.stay-sim-body {
  padding: 34px 24px 40px;
}

.sim-step + .sim-step {
  margin-top: 34px;
}

.sim-step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d8e0f3;
}

.sim-step-num {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5d7cf0, #7a5de8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sim-step-head h3 {
  margin: 0;
  font-size: 24px;
  color: #1d2d57;
  font-family: 'Noto Serif JP', serif;
}

.sim-room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sim-room-card {
  border: 2px solid #e7eaf4;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: left;
}

.sim-room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(32, 63, 125, 0.12);
}

.sim-room-card.active {
  border-color: #5d7cf0;
  box-shadow: 0 12px 30px rgba(93, 124, 240, 0.18);
}

.sim-room-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.sim-room-body {
  padding: 16px 16px 18px;
}

.sim-room-body h4 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #24355f;
  font-family: 'Noto Serif JP', serif;
}

.sim-room-body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #6d7285;
}

.sim-room-body strong {
  font-size: 24px;
  color: #24355f;
}

.sim-room-body strong small {
  font-size: 12px;
  color: #7f869a;
  margin-left: 4px;
  font-weight: 400;
}

.sim-counter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sim-counter-card,
.sim-select-card,
.sim-result-card,
.sim-saving-box {
  background: #fff;
  border: 1px solid #e8ebf4;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(31, 49, 101, 0.05);
}

.sim-counter-card {
  padding: 18px 18px 16px;
}

.sim-counter-label {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #24355f;
}

.sim-counter {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sim-counter span {
  min-width: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #24355f;
}

.count-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #b7c3ea;
  background: #fff;
  color: #3157a5;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.count-btn:hover {
  background: #eef3ff;
  border-color: #5d7cf0;
}

.sim-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #7b8294;
}

.sim-alert {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff7ef;
  border: 1px solid #efd6b8;
  color: #8d5b1e;
  font-size: 14px;
  line-height: 1.7;
}

.sim-conditional {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
  margin-top: 0;
}

.sim-conditional.is-visible {
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 16px;
}

.sim-select-card {
  padding: 18px;
}

.sim-select-card label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #24355f;
}

.sim-select-card select {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ccd6f1;
  padding: 0 14px;
  font-size: 15px;
  color: #24355f;
  background: #fff;
}

.sim-result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sim-result-card {
  padding: 22px 20px;
}

.sim-result-card.owner {
  background: linear-gradient(180deg, #f8f4ff 0%, #f2f6ff 100%);
  border-color: #d9d8fb;
}

.sim-result-kicker {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #3157a5;
}

.sim-result-lines > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed #d8dfef;
}

.sim-result-lines > div:last-child {
  border-bottom: none;
}

.sim-result-lines span {
  font-size: 15px;
  color: #66708a;
}

.sim-result-lines strong {
  font-size: 22px;
  color: #24355f;
  font-weight: 700;
}

.sim-result-lines .total strong {
  font-size: 28px;
  color: #1e3568;
}

.sim-saving-box {
  margin-top: 18px;
  padding: 22px 20px;
  text-align: center;
  background: linear-gradient(135deg, #233f7d 0%, #4f5fd9 100%);
  color: #fff;
}

.sim-saving-label {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

.sim-saving-value {
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
}

.sim-saving-note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.7;
  opacity: 0.82;
}

@media screen and (max-width: 900px) {
  .sim-room-grid,
  .sim-counter-grid,
  .sim-result-grid {
    grid-template-columns: 1fr;
  }

  .stay-sim-title {
    font-size: 28px;
  }

  .sim-step-head h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .stay-sim-section {
    padding: 50px 14px 10px;
  }

  .stay-sim-wrap {
    border-radius: 18px;
  }

  .stay-sim-head {
    padding: 28px 18px 24px;
  }

  .stay-sim-title {
    font-size: 24px;
  }

  .stay-sim-subtitle {
    font-size: 13px;
  }

  .stay-sim-body {
    padding: 22px 14px 28px;
  }

  .sim-step-head {
    align-items: flex-start;
  }

  .sim-step-head h3 {
    font-size: 20px;
  }

  .sim-room-card img {
    height: 160px;
  }

  .sim-room-body h4 {
    font-size: 20px;
  }

  .sim-room-body strong {
    font-size: 22px;
  }

  .sim-counter span {
    font-size: 24px;
  }

  .sim-result-lines strong {
    font-size: 20px;
  }

  .sim-result-lines .total strong {
    font-size: 24px;
  }

  .sim-saving-value {
    font-size: 28px;
  }
}

/* ========================================
   蔵樹トーンに寄せる色調整
   ※既存のシミュレーターCSSの下に追記
======================================== */

/* 全体外枠 */
.stay-sim-wrap {
  border: 1px solid #e8decf;
  box-shadow: 0 16px 42px rgba(58, 46, 31, 0.10);
  background: #fffdfa;
}

/* ヘッダー */
.stay-sim-head {
  background: linear-gradient(135deg, #3a2e1f 0%, #5a4630 58%, #8a6a3f 100%);
  color: #fff;
}

.stay-sim-kicker {
  color: rgba(255,255,255,0.82);
}

.stay-sim-title,
.stay-sim-subtitle {
  color: #fff;
}

/* STEP見出し */
.sim-step-head {
  border-bottom: 2px solid #eadfcf;
}

.sim-step-num {
  background: linear-gradient(135deg, #c8a96a, #a8833d);
  color: #fff;
  box-shadow: 0 4px 10px rgba(168, 131, 61, 0.18);
}

.sim-step-head h3 {
  color: #3a2e1f;
}

/* 部屋カード */
.sim-room-card {
  border: 2px solid #ece3d6;
  background: #fff;
}

.sim-room-card:hover {
  box-shadow: 0 12px 26px rgba(90, 70, 48, 0.10);
}

.sim-room-card.active {
  border-color: #c8a96a;
  box-shadow: 0 12px 28px rgba(200, 169, 106, 0.18);
}

.sim-room-body h4 {
  color: #3a2e1f;
}

.sim-room-body p {
  color: #7a7065;
}

.sim-room-body strong {
  color: #8c6b2f;
}

.sim-room-body strong small {
  color: #8f8578;
}

/* カウンター・選択欄・結果カード */
.sim-counter-card,
.sim-select-card,
.sim-result-card,
.sim-saving-box {
  border: 1px solid #e8decf;
  box-shadow: 0 8px 22px rgba(58, 46, 31, 0.05);
  background: #fff;
}

.sim-counter-label,
.sim-select-card label {
  color: #3a2e1f;
}

.sim-counter span {
  color: #3a2e1f;
}

/* +-ボタン */
.count-btn {
  border: 1px solid #d9c9ae;
  background: #fffdfa;
  color: #8c6b2f;
}

.count-btn:hover {
  background: #f8f1e5;
  border-color: #c8a96a;
}

/* 補足文 */
.sim-note {
  color: #7d7468;
}

/* 注意文 */
.sim-alert {
  background: #fcf7ef;
  border: 1px solid #ead7b8;
  color: #8d5b1e;
}

/* セレクト */
.sim-select-card select {
  border: 1px solid #d9cfbf;
  color: #3a2e1f;
  background: #fff;
}

.sim-select-card select:focus {
  outline: none;
  border-color: #c8a96a;
  box-shadow: 0 0 0 3px rgba(200, 169, 106, 0.15);
}

/* 結果欄 */
.sim-result-card {
  background: #fffdfa;
}

.sim-result-card.owner {
  background: linear-gradient(180deg, #fdfaf3 0%, #f7f1e6 100%);
  border-color: #eadfc9;
}

.sim-result-kicker {
  color: #8c6b2f;
}

.sim-result-lines > div {
  border-bottom: 1px dashed #e5dccf;
}

.sim-result-lines span {
  color: #7a7065;
}

.sim-result-lines strong {
  color: #3a2e1f;
}

.sim-result-lines .total strong {
  color: #8c6b2f;
}

/* 一番下の差額表示 */
.sim-saving-box {
  background: linear-gradient(135deg, #3a2e1f 0%, #5a4630 55%, #8a6a3f 100%);
  color: #fff;
  border-color: transparent;
}

.sim-saving-label {
  color: rgba(255,255,255,0.88);
}

.sim-saving-value {
  color: #fff;
}

.sim-saving-note {
  color: rgba(255,255,255,0.80);
}

/********************
  表示バグ対応
 ********************/
/* ========================================
   スマホ表示 崩れ修正
======================================== */
@media screen and (max-width: 767px) {

  /* 全体 */
  body {
    overflow-x: hidden;
  }

  .price-contents,
  .faq-contents,
  .stay-sim-wrap,
  .price-section,
  .meal-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* 宿泊料金カード */
  .room-price-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .room-card {
    width: 100%;
    max-width: 100%;
  }

  .room-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }

  /* 食事カード */
  .meal-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .meal-photo {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }

  .meal-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }

  .meal-content {
    width: 100%;
    padding: 0;
  }

  .meal-content h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .meal-price-row {
    font-size: 14px;
    gap: 10px;
  }

  .meal-price-row span:first-child {
    font-size: 14px;
  }

  .meal-price-row span:last-child {
    font-size: 16px;
  }

  .meal-price-row span:last-child small {
    font-size: 11px;
  }

  /* シミュレーター */
  .stay-sim-section {
    padding: 50px 12px 20px;
  }

  .stay-sim-wrap {
    border-radius: 16px;
  }

  .stay-sim-head {
    padding: 24px 16px;
  }

  .stay-sim-title {
    font-size: 24px;
    line-height: 1.5;
  }

  .stay-sim-subtitle {
    font-size: 12px;
    line-height: 1.7;
  }

  .stay-sim-body {
    padding: 18px 12px 24px;
  }

  .sim-room-grid,
  .sim-counter-grid,
  .sim-result-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sim-room-card {
    width: 100%;
    max-width: 100%;
  }

  .sim-room-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }

  .sim-room-body h4 {
    font-size: 20px;
  }

  .sim-room-body p {
    font-size: 13px;
  }

  .sim-room-body strong {
    font-size: 22px;
  }

  .sim-counter-card,
  .sim-select-card,
  .sim-result-card,
  .sim-saving-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sim-counter {
    justify-content: center;
  }

  .sim-step-head {
    align-items: flex-start;
    gap: 8px;
  }

  .sim-step-head h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .sim-result-lines > div {
    gap: 10px;
  }

  .sim-result-lines span {
    font-size: 13px;
  }

  .sim-result-lines strong {
    font-size: 18px;
  }

  .sim-result-lines .total strong {
    font-size: 22px;
  }

  .sim-saving-value {
    font-size: 26px;
  }
}

/* ========================================
   スマホ 横はみ出し対策
======================================== */
html, body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .faq-page,
  #faq-main,
  .faq-contents,
  .price-contents,
  .stay-sim-section,
  .stay-sim-wrap,
  .price-section,
  .meal-section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .stay-sim-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .stay-sim-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .room-card,
  .meal-card,
  .sim-room-card,
  .sim-counter-card,
  .sim-select-card,
  .sim-result-card,
  .sim-saving-box {
    width: 100%;
    max-width: 100%;
  }

  .room-card img,
  .meal-photo img,
  .sim-room-card img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}


.sim-room-card {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sim-room-card.active {
  border-color: #a8833d;
  background: linear-gradient(180deg, #fffdfa 0%, #f9f3e8 100%);
  box-shadow: 0 14px 28px rgba(168, 131, 61, 0.22);
  transform: translateY(-4px);
}

.sim-room-card.active::after {
  content: "選択中";
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c8a96a, #a8833d);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

@media screen and (max-width: 767px) {
  .sim-room-card.active {
    border-width: 2px;
    box-shadow: 0 12px 22px rgba(168, 131, 61, 0.20);
  }

  .sim-room-card.active::after {
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 5px 9px;
  }
}
/********************
  カードスマホ用処理
 ********************/

@media (hover: none) and (pointer: coarse) {
  .room-card.is-touched,
  .meal-card.is-touched {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(58, 46, 31, 0.12);
  }

  .room-card.is-touched img,
  .meal-card.is-touched .meal-photo img {
    transform: scale(1.04);
  }
}

@media (hover: none) and (pointer: coarse) {
  .room-card.is-touched {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(58, 46, 31, 0.12);
  }

  .room-card.is-touched img {
    transform: scale(1.04);
  }

  .meal-card.is-touched .meal-photo img {
    transform: scale(1.04);
  }
}

/********************
  FAQ
 ********************/

.faq-block {
  text-align: center;
}

.faq-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: #3a2e1f;
  position: relative;
}

.faq-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #b89b5e;
  margin: 0 auto 12px;
}

.faq-intro {
  font-size: 14px;
  color: #6b5c4a;
  margin-bottom: 40px;
}


.faq-block {
  margin: 80px auto 20px;
}

.price-category-block {
  margin-top: 20px;
  padding-top: 0;
}

.faq-block {
  text-align: center;
  margin: 70px auto 10px;
}

.faq-title {
  margin-bottom: 10px;
}

.faq-intro {
  margin-bottom: 18px;
  font-size: 14px;
  color: #6b5c4a;
}

.price-category-block {
  margin-top: 5px;
  padding-top: 50px;
}