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

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

.p-tokusyu-detail {
  --detail-blue: #2b6fae;
  --detail-deep-blue: #0a3d8b;
  --detail-teal: #3a8f8d;
  --detail-mint: #d5ede6;
  --detail-orange: #f2a700;
  --detail-text: #222;
  color: var(--detail-text);
  /* =========================================================
   * FV 車アイコン（SP）
   *
   * - ルート（点の配列）は `app/webroot/js/tokusyu/tokushima/sp/script.js` の
   *   TOKUSHIMA_FV_CAR_SP.points を編集します（sp/fv_2.png = 750x530）
   * - JSは CSS変数（--tk-car-x/y/rot/opacity）を更新するだけ
   * ======================================================= */
}
.p-tokusyu-detail,
.p-tokusyu-detail * {
  box-sizing: border-box;
}
.p-tokusyu-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-tokusyu-detail__hero-inner {
  position: relative;
}
.p-tokusyu-detail__hero-media {
  overflow: hidden;
  border-radius: 4px;
}
.p-tokusyu-detail__hero-base {
  width: 100%;
  height: auto;
}
.p-tokusyu-detail__hero-car {
  position: absolute;
  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));
  --tk-car-x: 96%;
  --tk-car-y: 99%;
  --tk-car-rot: 0deg;
  --tk-car-scale-x: 1;
  --tk-car-opacity: 1;
  left: var(--tk-car-x);
  top: var(--tk-car-y);
  transform: translate(-50%, -100%) rotate(var(--tk-car-rot)) scaleX(var(--tk-car-scale-x));
  opacity: var(--tk-car-opacity);
  will-change: left, top, transform, opacity;
}
.p-tokusyu-detail__spots {
  margin-top: 16vw;
  margin-bottom: 18.6666666667vw;
  background: #fff;
}
.p-tokusyu-detail__spots-layout {
  margin-left: 5.3333333333vw;
  margin-right: 5.3333333333vw;
}
.p-tokusyu-detail__spots-head {
  width: 74.6666666667vw;
  margin-bottom: 8vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-tokusyu-detail__spots-head::before {
  content: "";
  position: static;
  display: block;
  width: 24vw;
  height: 13.3333333333vw;
  background-image: url("/images/tokusyu/tokushima/icon_01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -14vw;
  left: -5vw;
}
.p-tokusyu-detail__spots-eyebrow {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.p-tokusyu-detail__spots-title {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.p-tokusyu-detail__spots-num {
  font-size: 44px;
  font-weight: 900;
  margin-right: 4px;
}
.p-tokusyu-detail__spot {
  position: relative;
}
.p-tokusyu-detail__spot + .p-tokusyu-detail__spot {
  margin-top: 8vw;
}
.p-tokusyu-detail__spot--1 {
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--1 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num1.png");
  width: 49px;
  height: 81px;
  left: 10%;
  top: -8px;
}
.p-tokusyu-detail__spot--2 {
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--2 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num2.png");
  width: 60px;
  height: 84px;
  left: 8%;
  top: 2px;
}
.p-tokusyu-detail__spot--3 {
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--3 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num3.png");
  width: 61px;
  height: 85px;
  left: 7%;
  top: -2px;
}
.p-tokusyu-detail__spot--4 {
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--4 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num4.png");
  width: 60px;
  height: 81px;
  left: 6%;
  top: -1px;
}
.p-tokusyu-detail__spot--5 {
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--5 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num5.png");
  width: 63px;
  height: 83px;
  left: 9%;
  top: -2px;
}
.p-tokusyu-detail__spot-num {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 84px;
  font-weight: 900;
  color: rgba(43, 111, 174, 0.12);
  line-height: 1;
  pointer-events: none;
}
.p-tokusyu-detail__spot-photo {
  width: 65.3333333333vw;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.p-tokusyu-detail__spot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-tokusyu-detail__spot-name {
  margin: 12px 0 8px;
  text-align: center;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.25;
}
.p-tokusyu-detail__spot-desc {
  margin: 0;
  font-size: 4vw;
  line-height: 1.7;
  text-align: left;
}
.p-tokusyu-detail__spot-desc-lead {
  font-size: 4.8vw;
  font-weight: bold;
}
.p-tokusyu-detail__cta {
  margin: 20px 0 0;
  text-align: center;
}
.p-tokusyu-detail__cta--sp-top {
  margin-top: 14px;
}
.p-tokusyu-detail__cta-btn {
  display: inline-block;
  width: 100%;
  background: var(--detail-orange);
  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;
}
@media (hover: hover) and (pointer: fine) {
  .p-tokusyu-detail__cta-btn:hover {
    filter: brightness(1.04);
  }
}
.p-tokusyu-detail__course {
  background: var(--detail-mint);
  padding: 34px 0 68px;
  position: relative;
}
.p-tokusyu-detail__course::before {
  content: "";
  position: absolute;
  top: -11.7333333333vw;
  left: 0;
  width: 100%;
  height: 11.7333333333vw;
  background-image: url("/images/tokusyu/tokushima/sp/bg_01.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-tokusyu-detail__course::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.7333333333vw;
  background-image: url("/images/tokusyu/tokushima/sp/bg_02.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-tokusyu-detail__course-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.p-tokusyu-detail__course-title {
  width: 76vw;
  margin: 0 auto 14px;
}
.p-tokusyu-detail__course-grid {
  display: grid;
  gap: 40px;
}
.p-tokusyu-detail__course-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.p-tokusyu-detail__course-card-head {
  background: var(--detail-teal);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.p-tokusyu-detail__course-card-lead {
  margin: 0 0 6px;
  font-size: 4.2666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.p-tokusyu-detail__course-card-area {
  margin: 0;
  font-size: 5.6vw;
  font-weight: 900;
}
.p-tokusyu-detail__course-card-body {
  padding: 6.6666666667vw 6vw;
}
.p-tokusyu-detail__course-item {
  margin-bottom: 40px;
}
.p-tokusyu-detail__course-item:last-child {
  margin-bottom: 0;
}
.p-tokusyu-detail__course-item-title {
  margin: 0 0 8px;
  font-size: 5.6vw;
  font-weight: 900;
  padding-left: 2.5em;
  text-indent: -3em;
}
.p-tokusyu-detail__course-item-list {
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 4.2666666667vw;
  line-height: 1.65;
  list-style: disc;
}
.p-tokusyu-detail__shop-area {
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
  background-color: #00286e;
}
.p-tokusyu-detail__shop-area .part-reserve.part-reserve--compact {
  margin-top: 0;
  margin-bottom: 0;
}
.p-tokusyu-detail__shop-area-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

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