@charset "UTF-8";
.c-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.c-breadcrumbs {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  padding-bottom: 0;
}

.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);
}
.p-tokusyu-detail,
.p-tokusyu-detail * {
  box-sizing: border-box;
}
.p-tokusyu-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-tokusyu-detail__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-tokusyu-detail__hero {
  margin-top: 10px;
}
.p-tokusyu-detail__hero-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.p-tokusyu-detail__hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.p-tokusyu-detail__hero-base {
  width: 100%;
  height: auto;
}
.p-tokusyu-detail__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));
  --tk-car-x: 94%;
  --tk-car-y: 98%;
  --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: 60px;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}
.p-tokusyu-detail__spots-head {
  position: absolute;
  top: -60px;
  color: var(--detail-blue);
  padding-left: 0;
  min-height: 0;
  display: block;
}
.p-tokusyu-detail__spots-head::before {
  content: "";
  position: static;
  display: block;
  width: 185px;
  height: 99px;
  margin: 0 0 10px;
  background: url("/images/tokusyu/tokushima/icon_01.png") left top/contain no-repeat;
}
.p-tokusyu-detail__spots-head img {
  display: block;
  width: 310px;
  max-width: 100%;
  height: auto;
}
.p-tokusyu-detail__spots-layout {
  position: relative;
  margin-left: 30px;
  margin-right: 50px;
}
.p-tokusyu-detail__spots-eyebrow {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.p-tokusyu-detail__spots-title {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
}
.p-tokusyu-detail__spots-num {
  font-size: 64px;
  font-weight: 900;
  margin-right: 6px;
}
.p-tokusyu-detail__spots-list {
  position: relative;
  max-width: 960px;
  height: 900px;
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
}
.p-tokusyu-detail__spot {
  position: absolute;
  width: 270px;
  z-index: 0;
  /* modifier */
}
.p-tokusyu-detail__spot--1 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--1 .p-tokusyu-detail__spot-photo {
  width: 200px;
  height: 200px;
}
.p-tokusyu-detail__spot--1 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num1.png");
  width: 49px;
  height: 81px;
  left: 12%;
  top: -8px;
}
.p-tokusyu-detail__spot--2 {
  right: 0;
  top: 120px;
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--2 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num2.png");
  width: 60px;
  height: 84px;
  left: 20%;
  top: -34px;
}
.p-tokusyu-detail__spot--3 {
  left: 0;
  top: 300px;
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--3 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num3.png");
  width: 61px;
  height: 85px;
  left: 22%;
  top: -32px;
}
.p-tokusyu-detail__spot--4 {
  left: 50%;
  top: 450px;
  transform: translateX(-50%);
  text-align: center;
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--4 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num4.png");
  width: 60px;
  height: 81px;
  left: 22%;
  top: -34px;
}
.p-tokusyu-detail__spot--5 {
  right: 0;
  top: 560px;
  width: 290px;
  /* 微調整（デザインの“写真の背面に薄く見える”バランス用） */
}
.p-tokusyu-detail__spot--5 .p-tokusyu-detail__spot-num {
  background-image: url("/images/tokusyu/tokushima/icon_num5.png");
  width: 63px;
  height: 83px;
  left: 20%;
  top: -18px;
}
.p-tokusyu-detail__spot-num {
  position: absolute;
  top: -40px;
  left: 30%;
  transform: translateX(-50%);
  width: 78px;
  height: 110px;
  z-index: 10;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-tokusyu-detail__spot-photo {
  width: 175px;
  height: 175px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  z-index: 1;
}
.p-tokusyu-detail__spot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-tokusyu-detail__spot-name {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.p-tokusyu-detail__spot-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  text-align: left;
}
.p-tokusyu-detail__spot-desc-lead {
  font-size: 18px;
  font-weight: bold;
}
.p-tokusyu-detail__course {
  background-color: var(--detail-mint);
  position: relative;
  z-index: 2;
}
.p-tokusyu-detail__course::before {
  content: "";
  position: absolute;
  top: -194px;
  left: 0;
  width: 100%;
  height: 194px;
  background-image: url("/images/tokusyu/tokushima/bg_01.png");
  background-size: cover;
}
.p-tokusyu-detail__course::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 155px;
  background-image: url("/images/tokusyu/tokushima/bg_02.png");
  background-size: cover;
}
.p-tokusyu-detail__course-inner {
  width: 910px;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.p-tokusyu-detail__course-title {
  position: absolute;
  top: -80px;
}
.p-tokusyu-detail__course-grid {
  display: grid;
  grid-template-columns: repeat(2, 440px);
  justify-content: space-between;
  padding-top: 80px;
}
.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: 16px 0;
  text-align: center;
}
.p-tokusyu-detail__course-card-lead {
  margin-bottom: 6px;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.p-tokusyu-detail__course-card-area {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.p-tokusyu-detail__course-card-body {
  padding: 24px 30px;
}
.p-tokusyu-detail__course-item {
  margin-bottom: 30px;
}
.p-tokusyu-detail__course-item-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
}
.p-tokusyu-detail__course-item-list {
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
}
.p-tokusyu-detail__cta {
  margin-top: 60px;
  text-align: center;
}
.p-tokusyu-detail__cta-btn {
  display: inline-block;
  width: 560px;
  background: var(--detail-orange);
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.04em;
  padding: 20px 0;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.p-tokusyu-detail__cta-btn:hover {
  opacity: 0.8;
}
.p-tokusyu-detail__shop-area {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background-color: #00286e;
}
.p-tokusyu-detail__shop-area .part-reserve.part-reserve--compact .part-reserve__layout {
  grid-template-columns: 1fr 1fr;
}
.p-tokusyu-detail__shop-area .part-reserve.part-reserve--compact {
  margin-top: 0;
  margin-bottom: 0;
}
.p-tokusyu-detail__shop-area-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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