/* ===== タオ島体験ダイビングページ専用 ===== */
.taiken-page {
  color: #17324a;
  background: #f5f9fc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP",
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.taiken-page * {
  box-sizing: border-box;
}
.taiken-page img {
  max-width: 100%;
  height: auto;
}
.taiken-page a {
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.taiken-section {
  padding: 54px 32px;
}
.taiken-section + .taiken-section {
  border-top: 1px solid #dce8f0;
}
.taiken-section-white {
  background: #fff;
}
.taiken-section-blue {
  background: linear-gradient(135deg, #eef8fc 0%, #f8fbfd 100%);
}
.taiken-section-inner {
  max-width: 920px;
  margin: 0 auto;
}
.taiken-eyebrow {
  margin: 0 0 8px;
  color: #0089b8;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.taiken-section-title {
  margin: 0 0 14px;
  color: #123d5a;
  font-size: 1.85rem;
  line-height: 1.35;
  font-weight: 800;
}
.taiken-section-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: #526b7d;
  font-size: 1rem;
  line-height: 1.9;
}
.taiken-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 52px 42px;
}
.taiken-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,31,58,.88) 0%, rgba(0,52,86,.62) 48%, rgba(0,44,74,.16) 100%);
}
.taiken-hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  color: #fff;
}
.taiken-hero-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(0,116,161,.38);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.taiken-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.3;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.taiken-hero p {
  margin: 0;
  max-width: 640px;
  font-size: 1.02rem;
  line-height: 1.85;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.taiken-hero-actions,
.taiken-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.taiken-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}
.taiken-btn-primary {
  color: #fff !important;
  background: #f07b20;
  box-shadow: 0 8px 22px rgba(181,78,0,.25);
}
.taiken-btn-secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.13);
}
.taiken-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
}
.taiken-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #cfe1ec;
  border-bottom: 1px solid #cfe1ec;
}
.taiken-trust-item {
  min-height: 88px;
  padding: 19px 14px;
  background: #fff;
  text-align: center;
}
.taiken-trust-icon {
  display: block;
  margin-bottom: 6px;
  color: #0096c7;
  font-size: 1.35rem;
  line-height: 1;
}
.taiken-trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: #153e59;
  font-size: .96rem;
}
.taiken-trust-item span {
  color: #6a7f8e;
  font-size: .78rem;
}
.taiken-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.taiken-plan-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #d6e5ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(29,76,105,.08);
}
.taiken-plan-card.recommended {
  border: 2px solid #f08a2d;
}
.taiken-plan-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: #f07b20;
  font-size: .78rem;
  font-weight: 800;
}
.taiken-plan-card h3 {
  margin: 0 0 8px;
  color: #123d5a;
  font-size: 1.35rem;
  line-height: 1.45;
}
.taiken-price {
  margin: 14px 0 13px;
  color: #e85f00;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 900;
}
.taiken-price small {
  color: #5d7181;
  font-size: .82rem;
  font-weight: 700;
}
.taiken-plan-card p {
  margin: 0;
  color: #5a7182;
  line-height: 1.8;
}
.taiken-days {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e5eef3;
  color: #294e67;
  font-size: .9rem;
  line-height: 1.8;
}
.taiken-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid #f1a238;
  border-radius: 0 8px 8px 0;
  background: #fff7e8;
  color: #6c5129;
  font-size: .9rem;
  line-height: 1.75;
}
.taiken-included {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
  margin-top: 28px;
}
.taiken-included div {
  padding: 15px 10px;
  border: 1px solid #d9e8f0;
  border-radius: 9px;
  background: #fff;
  color: #244960;
  text-align: center;
  font-size: .86rem;
  font-weight: 700;
}
.taiken-timeline {
  position: relative;
  margin: 6px 0 0 18px;
  padding-left: 34px;
}
.taiken-timeline:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  background: #b7dce9;
}
.taiken-time-row {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 0 0 24px;
}
.taiken-time-row:last-child {
  padding-bottom: 0;
}
.taiken-time-row:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -33px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0098c8;
  box-shadow: 0 0 0 2px #84c9df;
}
.taiken-time {
  color: #087ea5;
  font-weight: 900;
}
.taiken-time-detail {
  color: #274b63;
  line-height: 1.65;
}
.taiken-boat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.taiken-boat-card {
  overflow: hidden;
  border: 1px solid #d9e7ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31,75,102,.07);
}
.taiken-boat-images {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  min-height: 210px;
}
.taiken-boat-images.one {
  grid-template-columns: 1fr;
}
.taiken-boat-images img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}
.taiken-boat-body {
  padding: 24px;
}
.taiken-boat-body h3 {
  margin: 0 0 10px;
  color: #123d5a;
  font-size: 1.23rem;
}
.taiken-day-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #00668c;
  background: #e2f5fb;
  font-size: .8rem;
  font-weight: 800;
}
.taiken-boat-body p {
  margin: 0;
  color: #5a7182;
  line-height: 1.75;
}
.taiken-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.taiken-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 9px;
  background: #dbeaf2;
}
.taiken-gallery img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: transform .3s ease;
}
.taiken-gallery a:hover img {
  transform: scale(1.035);
}
.taiken-faq-wrap {
  padding: 0;
  background: transparent;
}
.taiken-page .p7AP4 {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.taiken-page .p7AP4trig {
  margin: 0 0 10px;
  border: 1px solid #d8e7ef !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: 0 3px 12px rgba(26,69,97,.04);
}
.taiken-page .p7AP4trig h3 {
  margin: 0;
}
.taiken-page .p7AP4trig a {
  padding: 16px 20px !important;
  color: #173f59 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}
.taiken-page .p7AP4content {
  margin: -4px 0 12px;
  border: 1px solid #d8e7ef !important;
  border-top: 0 !important;
  border-radius: 0 0 9px 9px !important;
  background: #fff !important;
}
.taiken-page .p7ap4-content {
  padding: 20px !important;
  color: #4e687a;
  line-height: 1.85;
}
.taiken-page .p7ap4-content h3 {
  color: #143f5a;
  font-size: 1.1rem;
}
.taiken-cta {
  padding: 36px 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, #006d97 0%, #004d72 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0,70,105,.2);
}
.taiken-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.65rem;
}
.taiken-cta p {
  margin: 0;
  color: rgba(255,255,255,.85);
  line-height: 1.8;
}
.taiken-cta-actions {
  justify-content: center;
}
.taiken-cta .taiken-btn-secondary {
  background: rgba(255,255,255,.08);
}
.taiken-small-print {
  margin: 14px 0 0;
  color: #6c7f8d;
  font-size: .82rem;
  line-height: 1.7;
}
@media only screen and (max-width: 760px) {
  .taiken-section {
    padding: 38px 18px;
  }
  .taiken-section-title {
    font-size: 1.48rem;
  }
  .taiken-hero {
    min-height: 390px;
    padding: 38px 22px;
  }
  .taiken-hero:before {
    background: linear-gradient(180deg, rgba(0,38,66,.26) 0%, rgba(0,35,62,.9) 72%);
  }
  .taiken-hero h1 {
    font-size: 1.9rem;
  }
  .taiken-hero p {
    font-size: .94rem;
  }
  .taiken-hero-actions .taiken-btn,
  .taiken-cta-actions .taiken-btn {
    width: 100%;
  }
  .taiken-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .taiken-trust-item {
    min-height: 82px;
    padding: 16px 8px;
  }
  .taiken-plan-grid,
  .taiken-boat-grid {
    grid-template-columns: 1fr;
  }
  .taiken-plan-card {
    padding: 24px 20px;
  }
  .taiken-price {
    font-size: 1.9rem;
  }
  .taiken-included {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .taiken-time-row {
    grid-template-columns: 70px 1fr;
  }
  .taiken-boat-images {
    min-height: 160px;
  }
  .taiken-boat-images img {
    min-height: 160px;
  }
  .taiken-gallery {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .taiken-gallery img {
    height: 145px;
  }
  .taiken-cta {
    padding: 30px 20px;
  }
}

/* ===== FAQの視認性調整 ===== */
.taiken-page .taiken-faq-section,
.taiken-page .taiken-faq-wrap,
.taiken-page .p7AP4root-wrapper,
.taiken-page .p7AP4content,
.taiken-page .p7ap4-column,
.taiken-page .p7ap4-content {
  background: #ffffff !important;
}
.taiken-page .p7AP4trig {
  overflow: hidden;
  background: #ffffff !important;
}
.taiken-page .p7AP4trig a {
  background: #ffffff !important;
}
.taiken-page .p7AP4trig a:hover,
.taiken-page .p7AP4trig a:focus {
  background: #eef8fc !important;
}
.taiken-page .p7AP4trig a.open {
  color: #ffffff !important;
  background: #0879a8 !important;
}

/* ===== 水中写真のLightbox ===== */
.taiken-gallery a.taiken-gallery-link {
  position: relative;
}
.taiken-gallery a.taiken-gallery-link:after {
  content: "拡大";
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 53, 82, .78);
  font-size: .74rem;
  font-weight: 700;
  line-height: 1;
}
.taiken-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(0, 22, 38, .92);
}
.taiken-lightbox:target {
  display: flex;
}
.taiken-lightbox-figure {
  position: relative;
  width: auto;
  max-width: min(94vw, 1100px);
  max-height: 90vh;
  margin: 0;
}
.taiken-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border: 5px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .45);
}
.taiken-lightbox-caption {
  margin: 12px 48px 0 0;
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.6;
}
.taiken-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff !important;
  background: #e85f00;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(0,0,0,.35);
}
.taiken-lightbox-close:hover,
.taiken-lightbox-close:focus {
  color: #ffffff !important;
  background: #c84f00;
  transform: scale(1.04);
}
.taiken-lightbox-backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  cursor: zoom-out;
}
@media only screen and (max-width: 760px) {
  .taiken-lightbox {
    padding: 20px 14px;
  }
  .taiken-lightbox-image {
    max-height: 76vh;
    border-width: 3px;
  }
  .taiken-lightbox-close {
    top: -16px;
    right: -7px;
    width: 42px;
    height: 42px;
  }
  .taiken-lightbox-caption {
    margin-right: 42px;
    font-size: .82rem;
  }
}


/* ===== 体験ダイビングの魅力・テキストコンテンツ ===== */
.taiken-experience-section {
  background: #ffffff;
}
.taiken-experience-copy {
  max-width: 830px;
}
.taiken-experience-copy p {
  margin: 0 0 18px;
  color: #3f5d70;
  font-size: 1rem;
  line-height: 2;
}
.taiken-experience-copy p:last-child {
  margin-bottom: 0;
}
.taiken-experience-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.taiken-experience-points div {
  padding: 18px 16px;
  border: 1px solid #d7e8f0;
  border-radius: 10px;
  background: #f5fbfe;
  text-align: center;
}
.taiken-experience-points strong {
  display: block;
  margin-bottom: 6px;
  color: #087da6;
  font-size: 1rem;
}
.taiken-experience-points span {
  display: block;
  color: #627887;
  font-size: .84rem;
  line-height: 1.6;
}

/* ===== 1プラン表示 ===== */
.taiken-plan-grid-single {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}
.taiken-plan-grid-single .taiken-plan-card {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .taiken-experience-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .taiken-experience-copy p {
    font-size: .94rem;
    line-height: 1.9;
  }
}


/* =========================================================
   南の島・リゾート感 追加デザイン
   Project Sevenの構造には触れず、体験ダイビングページ内だけに適用
   ========================================================= */

/* 基本色：深い海 + ターコイズ + 白 + 淡い砂浜 + サンセットオレンジ */
.taiken-page {
  --taiken-deep-sea: #064968;
  --taiken-ocean: #087fa8;
  --taiken-turquoise: #38bfd0;
  --taiken-pale-aqua: #eefbfc;
  --taiken-sand: #fff8e9;
  --taiken-sunset: #f28a31;
}

/* 英字の小見出しを少しリゾートホテル風に */
.taiken-page .taiken-eyebrow {
  color: #078eaa;
  letter-spacing: .16em;
}
.taiken-page .taiken-eyebrow-island::before,
.taiken-page .taiken-eyebrow-island::after {
  color: #f3a43c;
  content: "✦";
  display: inline-block;
  margin: 0 .6em;
  font-size: .82em;
  vertical-align: .08em;
}

/* 選んだ見出しだけに波と光のアクセント */
.taiken-page .taiken-title-resort::after,
.taiken-page .taiken-title-wave::after {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  color: #2eb7c8;
  font-size: .56em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .35em;
}
.taiken-page .taiken-title-resort::after {
  content: "≈  ✦  ≈";
}
.taiken-page .taiken-title-wave::after {
  content: "≈  ≈  ≈";
  color: #58bec8;
}

/* 「水中世界」の文章エリア：白 + ごく淡い砂浜感 */
.taiken-page .taiken-experience-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbffff 58%, #fffaf0 100%);
}
.taiken-page .taiken-experience-section::before {
  content: "";
  position: absolute;
  top: -95px;
  right: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,213,112,.20) 0%, rgba(255,213,112,0) 68%);
  pointer-events: none;
}
.taiken-page .taiken-experience-section .taiken-section-inner {
  position: relative;
  z-index: 1;
}

/* 3つの魅力カード */
.taiken-page .taiken-experience-points {
  gap: 16px;
}
.taiken-page .taiken-resort-point {
  position: relative;
  min-height: 150px;
  padding: 23px 16px 19px;
  overflow: hidden;
  border: 1px solid #cfe9eb;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(238,251,252,.96) 72%, rgba(255,248,233,.82) 100%);
  box-shadow: 0 9px 24px rgba(22,101,122,.07);
}
.taiken-page .taiken-resort-point::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -15px;
  height: 31px;
  opacity: .55;
  background:
    radial-gradient(22px 12px at 22px 0, transparent 20px, rgba(49,185,201,.16) 21px, rgba(49,185,201,.16) 23px, transparent 24px)
    0 0 / 44px 28px repeat-x;
  pointer-events: none;
}
.taiken-page .taiken-resort-symbol {
  display: block;
  margin: 0 auto 8px;
  color: #f2a13b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1;
}
.taiken-page .taiken-wave-symbol {
  color: #24a9c3;
  font-size: 2.15rem;
  transform: scaleX(1.25);
}
.taiken-page .taiken-resort-point strong {
  color: #086d8e;
}

/* 料金セクション：海色から砂色へごく薄く変化 */
.taiken-page .taiken-price-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eefbfc 0%, #f6fcfd 58%, #fff9ed 100%);
}
.taiken-page .taiken-price-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 9px;
  opacity: .72;
  background:
    radial-gradient(16px 7px at 16px 0, transparent 14px, rgba(44,183,199,.30) 15px, rgba(44,183,199,.30) 17px, transparent 18px)
    0 0 / 32px 10px repeat-x;
  pointer-events: none;
}
.taiken-page .taiken-price-section .taiken-section-inner {
  position: relative;
  z-index: 1;
}
.taiken-page .taiken-plan-grid-single .taiken-plan-card {
  border-color: #c8e5e8;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #fffaf0 100%);
  box-shadow: 0 14px 30px rgba(16,89,112,.10);
}
.taiken-page .taiken-plan-grid-single .taiken-plan-card.recommended {
  border-top: 4px solid #f28a31;
}
.taiken-page .taiken-plan-badge {
  background: linear-gradient(90deg, #f28a31, #f5a23c);
}

/* 含まれるもの：少しだけリゾートの案内カード風 */
.taiken-page .taiken-included div {
  border-color: #cfe8eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 5px 14px rgba(30,107,126,.05);
}
.taiken-page .taiken-included div::before {
  content: "✦";
  display: block;
  margin-bottom: 4px;
  color: #39b8c8;
  font-size: .78rem;
}

/* 船カードにも少しだけ砂浜色を混ぜる */
.taiken-page .taiken-boat-card {
  border-color: #d1e7e9;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}
.taiken-page .taiken-day-badge {
  color: #08738f;
  background: #e7f8f8;
}

/* 水中写真：ターコイズの海→淡い砂浜を連想させる背景 */
.taiken-page .taiken-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eafafb 0%, #f4fcfd 58%, #fff7e8 100%);
}
.taiken-page .taiken-gallery-section::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 0;
  height: 20px;
  opacity: .5;
  background:
    radial-gradient(28px 12px at 28px 0, transparent 25px, rgba(32,174,193,.26) 26px, rgba(32,174,193,.26) 28px, transparent 29px)
    0 0 / 56px 20px repeat-x;
  pointer-events: none;
}
.taiken-page .taiken-gallery-section .taiken-section-inner {
  position: relative;
  z-index: 1;
}
.taiken-page .taiken-gallery a {
  border: 3px solid rgba(255,255,255,.92);
  box-shadow: 0 8px 20px rgba(20,92,111,.12);
}
.taiken-page .taiken-gallery a:hover {
  box-shadow: 0 11px 24px rgba(20,92,111,.18);
}
.taiken-page .taiken-gallery a.taiken-gallery-link::after {
  color: #ffffff;
  background: rgba(4,95,121,.82);
}

/* FAQは見やすさ優先で白のまま。開いた項目だけ海色。 */
.taiken-page .taiken-faq-section {
  background: #ffffff !important;
}
.taiken-page .p7AP4trig {
  border-color: #cfe3e8 !important;
}
.taiken-page .p7AP4trig a:hover,
.taiken-page .p7AP4trig a:focus {
  background: #effafa !important;
}
.taiken-page .p7AP4trig a.open {
  background: linear-gradient(90deg, #087ca5, #0794aa) !important;
}

/* 最下部CTA：南国の夕方の海をイメージ */
.taiken-page .taiken-cta-resort {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, #056c92 0%, #087f9d 48%, #0b647f 100%);
  box-shadow: 0 16px 34px rgba(0,76,100,.22);
}
.taiken-page .taiken-cta-resort::before {
  content: "";
  position: absolute;
  right: -35px;
  top: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,191,74,.32) 0%, rgba(255,191,74,.08) 48%, rgba(255,191,74,0) 70%);
  pointer-events: none;
}
.taiken-page .taiken-cta-resort::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -10px;
  height: 28px;
  opacity: .34;
  background:
    radial-gradient(24px 11px at 24px 0, transparent 21px, rgba(255,255,255,.44) 22px, rgba(255,255,255,.44) 24px, transparent 25px)
    0 0 / 48px 25px repeat-x;
  pointer-events: none;
}
.taiken-page .taiken-cta-resort > * {
  position: relative;
  z-index: 1;
}
.taiken-page .taiken-cta-symbols {
  margin-bottom: 9px;
  color: #ffd077;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: .16em;
}
.taiken-page .taiken-cta-resort .taiken-btn-primary {
  background: linear-gradient(90deg, #f07a24, #f59b34);
}

/* スマホでは装飾を少し控えめに */
@media only screen and (max-width: 760px) {
  .taiken-page .taiken-title-resort::after,
  .taiken-page .taiken-title-wave::after {
    margin-top: 8px;
    font-size: .62em;
  }
  .taiken-page .taiken-resort-point {
    min-height: 0;
    padding: 18px 14px 17px;
  }
  .taiken-page .taiken-resort-symbol {
    font-size: 1.55rem;
  }
  .taiken-page .taiken-eyebrow-island::before,
  .taiken-page .taiken-eyebrow-island::after {
    margin: 0 .35em;
  }
}
