@charset "UTF-8";
.c-breadcrumbs {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.c-wrapper {
  width: 100%;
}

#main {
  padding-bottom: 0;
}

.p-tokusyu-okayama {
  --ok-blue: #00286e;
  --ok-cta: #f2a700;
  --ok-text: #222;
  --ok-muted: #6b6b6b;
  --ok-card-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: var(--ok-text);
  /* tokushimaのボタン見た目を踏襲 */
  /* 下部予約パーツの余白/2カラムは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 {
  width: 910px;
  margin: 0 auto;
  position: relative;
}
.p-tokusyu-okayama__hero {
  margin-top: 10px;
}
.p-tokusyu-okayama__hero-inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-tokusyu-okayama__hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #e6f2ff;
}
.p-tokusyu-okayama__hero-base {
  width: 100%;
  height: auto;
}
.p-tokusyu-okayama__hero-car {
  position: absolute;
  width: 104px;
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
  --ok-car-x: 89.4%;
  --ok-car-y: 86.5%;
  --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;
}
@media (prefers-reduced-motion: reduce) {
  .p-tokusyu-okayama__hero-car {
    --ok-car-rot: 0deg;
  }
}
.p-tokusyu-okayama__section {
  --ok-accent: #7fc8bd;
  padding-top: 110px;
  position: relative;
  z-index: 2;
}
.p-tokusyu-okayama__section + .p-tokusyu-okayama__section {
  padding-top: 100px;
}
.p-tokusyu-okayama__section-badge {
  position: absolute;
  top: -75px;
  left: 25px;
  width: 120px;
  height: 117px;
  z-index: 2;
}
.p-tokusyu-okayama__section-badge--right {
  left: auto;
  right: 25px;
}
.p-tokusyu-okayama__section--play {
  --ok-accent: #f4a24a;
}
.p-tokusyu-okayama__section--eat {
  --ok-accent: #ee7f87;
}
.p-tokusyu-okayama__section-badge-text {
  font-size: 30px;
  line-height: 1;
}
.p-tokusyu-okayama__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 20px;
  position: relative;
  z-index: 1;
}
.p-tokusyu-okayama__card {
  min-width: 0;
}
.p-tokusyu-okayama__card-title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.p-tokusyu-okayama__card-title::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px dotted var(--ok-accent);
  margin-top: 10px;
}
.p-tokusyu-okayama__card-desc {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ok-muted);
}
.p-tokusyu-okayama__cta {
  margin: 30px 0 0;
  text-align: center;
}
.p-tokusyu-okayama__cta-btn {
  display: inline-block;
  width: 560px;
  background: var(--ok-cta);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.04em;
  padding: 18px 0;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.p-tokusyu-okayama__cta-btn:hover {
  opacity: 0.85;
}
.p-tokusyu-okayama__shop-area {
  margin-top: 110px;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  background-color: var(--ok-blue);
}
.p-tokusyu-okayama__shop-area::before {
  content: "";
  position: absolute;
  top: -155px;
  left: 0;
  width: 100%;
  height: 155px;
  background-image: url(/images/tokusyu/okayama/bg_01.png);
  background-size: cover;
}
.p-tokusyu-okayama__shop-area-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-tokusyu-okayama__map {
  width: 720px;
  margin: 0 auto 34px;
  background: #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.p-tokusyu-okayama__map img {
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}
.p-tokusyu-okayama__shop-area .part-reserve.part-reserve--compact {
  margin-top: 0;
  margin-bottom: 0;
}
.p-tokusyu-okayama__shop-area .part-reserve.part-reserve--compact .part-reserve__layout {
  grid-template-columns: 1fr 1fr;
}

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