@charset "UTF-8";
.c-wrapper {
  width: 100%;
}

.c-breadcrumbs {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}

.p-tokusyu-okayama {
  --ok-blue: #00286e;
  --ok-cta: #f2a700;
  --ok-text: #222;
  --ok-muted: #6b6b6b;
  color: var(--ok-text);
  /* =========================================================
   * FV 車アイコン（SP）
   *
   * - ルート（点の配列）は `app/webroot/js/tokusyu/okayama/sp/script.js` の
   *   OKAYAMA_FV_CAR_SP.points を編集します（sp/fv_2.png = 750x530）
   * - JSは CSS変数（--ok-car-x/y/rot/opacity）を更新するだけ
   * ======================================================= */
  /* tokushimaのボタン見た目を踏襲 */
}
.p-tokusyu-okayama,
.p-tokusyu-okayama * {
  box-sizing: border-box;
}
.p-tokusyu-okayama img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-tokusyu-okayama__inner {
  padding: 0 6.6666666667vw;
  position: relative;
}
.p-tokusyu-okayama__hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #e6f2ff;
}
.p-tokusyu-okayama__hero-base {
  width: 100%;
  height: auto;
}
.p-tokusyu-okayama__hero-car {
  position: absolute;
  /* SPではvw基準で縮小（最大でも実寸104px） */
  width: min(104px, 13.8666666667vw);
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
  --ok-car-x: 96%;
  --ok-car-y: 99%;
  --ok-car-rot: 0deg;
  --ok-car-scale-x: 1;
  --ok-car-opacity: 1;
  left: var(--ok-car-x);
  top: var(--ok-car-y);
  transform: translate(-50%, -100%) rotate(var(--ok-car-rot)) scaleX(var(--ok-car-scale-x));
  opacity: var(--ok-car-opacity);
  will-change: left, top, transform, opacity;
}
.p-tokusyu-okayama__hero-copy {
  position: absolute;
  top: 8vw;
  left: 6.2vw;
  right: 6.2vw;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.p-tokusyu-okayama__hero-title {
  margin: 0 0 2.2vw;
  font-size: 7.2vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.p-tokusyu-okayama__hero-sub {
  margin: 0;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1.55;
}
.p-tokusyu-okayama__section {
  --ok-accent: #7fc8bd;
  padding-top: 20vw;
  position: relative;
  z-index: 2;
}
.p-tokusyu-okayama__section + .p-tokusyu-okayama__section {
  padding-top: 22.6666666667vw;
}
.p-tokusyu-okayama__section-badge {
  position: absolute;
  top: -19vw;
  left: 3vw;
  width: 26.6666666667vw;
  height: 25.3333333333vw;
  z-index: 2;
}
.p-tokusyu-okayama__section-badge--right {
  left: auto;
  right: 3vw;
}
.p-tokusyu-okayama__section--play {
  --ok-accent: #f4a24a;
}
.p-tokusyu-okayama__section--eat {
  --ok-accent: #ee7f87;
}
.p-tokusyu-okayama__section-badge-text {
  font-size: 5vw;
  line-height: 1;
}
.p-tokusyu-okayama__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw 8vw;
  position: relative;
  z-index: 1;
}
.p-tokusyu-okayama__card {
  min-width: 0;
}
.p-tokusyu-okayama__card-title {
  margin: 2.4vw 0 1.6vw;
  font-size: 4.8vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding-bottom: 2vw;
  position: relative;
  text-align: center;
}
.p-tokusyu-okayama__card-title::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px dotted var(--ok-accent);
  margin-top: 2vw;
}
.p-tokusyu-okayama__card-desc {
  margin: 0;
  font-size: 4.2666666667vw;
  line-height: 1.6;
  color: var(--ok-muted);
}
.p-tokusyu-okayama__cta {
  margin: 5.8666666667vw 0 0;
  text-align: center;
}
.p-tokusyu-okayama__cta-btn {
  display: inline-block;
  width: 100%;
  background: var(--ok-cta);
  color: #fff;
  font-weight: 900;
  font-size: 4.8vw;
  letter-spacing: 0.04em;
  padding: 16px 10px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.p-tokusyu-okayama__shop-area {
  margin-top: 18vw;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
  background-color: var(--ok-blue);
  position: relative;
}
.p-tokusyu-okayama__shop-area::before {
  content: "";
  position: absolute;
  top: -9.7333333333vw;
  left: 0;
  width: 100%;
  height: 9.7333333333vw;
  background-image: url(/images/tokusyu/okayama/sp/bg_01.png);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-tokusyu-okayama__shop-area-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.p-tokusyu-okayama__shop-area .part-reserve.part-reserve--compact {
  margin-top: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
