/* 米子エイト KV差し替え候補 2026-09-14
   既存ページの配色・予約UI・下層セクションには影響させず、#hero.kv-refresh のみを整える。 */

#hero.kv-refresh {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  max-width: 1440px;
  min-height: 680px;
  margin-inline: auto;
  background: #f9f8f4;
  color: #20251f;
}

.kv-refresh .kv-content {
  min-width: 0;
  padding: 48px clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.kv-refresh .kv-location {
  margin: 0 0 12px;
  color: #596049;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
}

.kv-refresh h1 {
  margin: 0;
  color: #20251f;
  letter-spacing: .005em;
}

.kv-refresh .kv-search-line {
  display: block;
  margin-bottom: 10px;
  color: #596049;
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .04em;
}

.kv-refresh .kv-heading {
  display: block;
  font-size: clamp(40px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.34;
}

.kv-refresh .kv-heading-line {
  display: block;
  white-space: nowrap;
}

.kv-refresh .kv-lead {
  margin: 18px 0 0;
  color: #20251f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.kv-refresh .kv-points {
  display: flex;
  align-items: center;
  margin-top: 18px;
  color: #20251f;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.kv-refresh .kv-points span {
  display: flex;
  align-items: center;
}

.kv-refresh .kv-points span + span::before {
  content: "";
  width: 1px;
  height: 15px;
  margin-inline: 13px;
  background: #a4aa98;
  transform: rotate(34deg);
}

.kv-refresh .kv-offer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 22px;
  color: #20251f;
}

.kv-refresh .kv-offer > span:first-child {
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 700;
}

.kv-refresh .kv-offer strong {
  color: #525940;
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.kv-refresh .kv-offer > span:nth-of-type(2) {
  font-size: 16px;
}

.kv-refresh .kv-offer small {
  font-size: 14px;
}

.kv-refresh .kv-primary {
  width: 100%;
  max-width: 450px;
  min-height: 60px;
  margin-top: 18px;
  border-color: #525940;
  border-radius: 7px;
  background: #525940;
  color: #fff;
  font-size: 17px;
}

.kv-refresh .kv-primary:hover {
  border-color: #444a35;
  background: #444a35;
}

.kv-refresh .kv-consult {
  margin-top: 13px;
  color: #343a2d;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.kv-refresh .kv-note {
  margin: 9px 0 0;
  color: #666b60;
  font-size: 14px;
}

.kv-refresh .kv-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ecece8;
}

.kv-refresh .kv-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 92% 42%;
}

@media (max-width: 1024px) {
  #hero.kv-refresh {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    min-height: 620px;
  }

  .kv-refresh .kv-content {
    padding: 38px 30px;
  }

  .kv-refresh .kv-heading {
    font-size: clamp(30px, 4vw, 42px);
  }

  .kv-refresh .kv-lead {
    font-size: 16px;
  }

  .kv-refresh .kv-points {
    font-size: 14px;
  }

  .kv-refresh .kv-points span + span::before {
    margin-inline: 9px;
  }
}

@media (max-width: 767px) {
  #hero.kv-refresh {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .kv-refresh .kv-media {
    order: 1;
    height: clamp(220px, 66.67vw, 286px);
  }

  .kv-refresh .kv-media img {
    object-position: 100% 39%;
    transform: scale(1.7);
    transform-origin: 100% 45%;
  }

  .kv-refresh .kv-content {
    order: 2;
    padding: 20px 24px 26px;
  }

  .kv-refresh .kv-location {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .kv-refresh .kv-search-line {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .kv-refresh .kv-heading {
    font-size: clamp(24px, 7.1vw, 32px);
    line-height: 1.42;
  }

  .kv-refresh .kv-lead {
    display: none;
  }

  #hero.season-kv .kv-lead {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .kv-refresh .kv-points {
    flex-wrap: wrap;
    gap: 7px 14px;
    margin-top: 13px;
    font-size: 14px;
    white-space: normal;
  }

  .kv-refresh .kv-points span {
    white-space: nowrap;
  }

  .kv-refresh .kv-points span + span::before {
    display: none;
  }

  .kv-refresh .kv-offer {
    margin-top: 14px;
    gap: 4px 8px;
  }

  .kv-refresh .kv-offer > span:first-child {
    font-size: 14px;
  }

  .kv-refresh .kv-offer strong {
    font-size: 46px;
  }

  .kv-refresh .kv-offer > span:nth-of-type(2) {
    font-size: 14px;
  }

  .kv-refresh .kv-offer small {
    font-size: 14px;
  }

  .kv-refresh .kv-primary {
    max-width: none;
    min-height: 56px;
    margin-top: 12px;
    font-size: 16px;
  }

  .kv-refresh .kv-consult {
    margin-top: 11px;
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .kv-refresh .kv-content {
    padding-inline: 20px;
  }

  .kv-refresh .kv-heading {
    font-size: 24px;
  }

  .kv-refresh .kv-points {
    column-gap: 10px;
  }

  .kv-refresh .kv-offer strong {
    font-size: 43px;
  }
}

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

.season-guide { background: #f3f3ed; color: #20251f; }
.season-guide .container { max-width: 1000px; }
.season-guide .sec-title { margin-bottom: 18px; }
.season-guide p { max-width: 760px; margin: 0 0 10px; line-height: 1.8; }
.season-guide-lead { font-weight: 600; }
.season-guide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; }
.season-guide-actions .btn-cta { width: auto; min-width: 260px; }
.season-guide-actions > a:last-child { color: #343a2d; font-weight: 700; text-underline-offset: 4px; }
@media (max-width: 767px) {
  .season-guide-actions { display: block; }
  .season-guide-actions .btn-cta { display: flex; width: 100%; min-width: 0; }
  .season-guide-actions > a:last-child { display: inline-block; margin-top: 16px; }
}
/* Keep the face inside the narrower tablet photo column. */
@media (min-width:768px) and (max-width:1024px) {
  .kv-refresh .kv-media img { object-position: 79% 42%; }
}
