@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Outfit:wght@100..900&display=swap');

/* =========================================================
  page surftrip
========================================================= */

/* site layout
----------------------------------------------- */
#pageNav {
  margin-bottom: 10px;
  background: none;
}

#pageNav::before {
  display: none;
}


@media only screen and (max-width: 959px) {
  #main {
    padding: 0 15px;
  }
}

/* elm
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip.ko {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip p {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip h2 {
  padding: 0;
  border: none;
  background: none;
  color: #333;
  font-size: 2.5rem;
  line-height: 1.1;
}

:is(.contentPage .body, .cke_editable) .page-surftrip h2 span.en {
  display: block;
  background: linear-gradient(90deg, #00A0E9 0%, #32B0C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
}

:is(.contentPage .body, .cke_editable) .page-surftrip h3 {
  padding: 0;
  border: none;
  color: #036EB8;
  font-size: 1.375rem;
  line-height: 1.4;
}

:is(.contentPage .body, .cke_editable) .page-surftrip h3::before {
  display: none;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip p {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip h2 {
    font-size: 2rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip h2 span.en {
    margin-bottom: 5px;
    font-size: 1.25rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip p {
    font-size: 0.9375rem;
  }
}

/* section / main-visual
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual {
  position: relative;
  z-index: 1;
  transform: translateX(-50%);
  width: 100vw;
  min-height: 820px;
  aspect-ratio: 1560/820;
  margin-left: 50%;
  background: url(/_themes/minamiawa/site/images/surftrip/keyvisual.webp) center bottom / auto 100% no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang li a {
  display: block;
  padding: 4px 8px 6px;
  border: 1px solid transparent;
  background: #fff;
  color: inherit;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang li.cur a {
  background: #7CEBE1;
  text-decoration: underline;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang li:not(.cur) a:hover {
  opacity: 0.4;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .logo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 803px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .main-visual {
    aspect-ratio: 375/700;
    max-height: 700px;
    min-height: 0;
    padding-top: 10%;
    background-position: 26% 65%;
    background-size: auto 110%;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang {
    top: 14px;
    right: 9px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .lang li a {
    padding: 5px 10px 7px;
    font-size: 0.875rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .logo {
    width: 95%;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .main-visual .logo img {
    width: 100%;
    max-width: 500px;
  }
}

/* section / intro
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .intro {
  position: relative;
  z-index: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .about {
  position: relative;
  margin-bottom: min(496px,32vw);
  padding-top: min(64px,4vw);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .about::before {
  content: "";
  position: absolute;
  top: max(-170px,-8vw);
  right: 50%;
  z-index: -2;
  transform: translateX(50%);
  width: 110vw;
  max-width: 1826px;
  aspect-ratio: 1826/1180;
  background: url(/_themes/minamiawa/site/images/surftrip/about/about-bg01.webp) center 100% / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
  transform: translateX(50%);
  width: 110vw;
  max-width: 1560px;
  aspect-ratio: 1560/1025;
  background:
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo01.png) right 7% top 9% / 9.6% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo02.png) right 17% top 24% / 17% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo03.png) left 20% top 45.5% / 12% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo04.png) left 16% top 62.5% / 8% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo05.png) left 7.3% top 54.5% / 6.6% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-map.svg) left 0 top 116% / 75% auto no-repeat;
  mask-image: linear-gradient(
   to right,
   transparent 0px,
   black 15px,
   black calc(100% - 15px),
   transparent 100%);
}

:is(.contentPage .body, .cke_editable) .page-surftrip.ko .intro .about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
  transform: translateX(50%);
  width: 110vw;
  max-width: 1560px;
  aspect-ratio: 1560/1025;
  background:
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo01.png) right 7% top 9% / 9.6% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo02.png) right 17% top 24% / 17% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo03.png) left 20% top 45.5% / 12% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo04.png) left 16% top 62.5% / 8% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-photo05.png) left 7.3% top 54.5% / 6.6% auto no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/about/about-map_k.svg) left 0 top 116% / 75% auto no-repeat;
  mask-image: linear-gradient(
   to right,
   transparent 0px,
   black 15px,
   black calc(100% - 15px),
   transparent 100%);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .about h2 {
  margin-bottom: 25px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .about p {
  text-shadow: 1px  1px 0 #fff, -1px  1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%,-50%);
  width: 110vw;
  max-width: 1926px;
  min-width: 1800px;
  aspect-ratio: 1926/1429;
  background: url(/_themes/minamiawa/site/images/surftrip/about/about-bg02.webp) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why h2 {
  margin-bottom: 40px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li {
  width: calc((100% - 24px) / 2);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li:nth-child(odd) {
  float: left;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li:nth-child(even) {
  float: right;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li:nth-child(2) {
  margin-top: 130px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li:nth-child(n+3) {
  margin-top: 24px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dl {
  margin: 0;
  padding: 22px 32px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dt {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dd {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .intro {
    padding-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about {
    margin-bottom: 40px;
    padding-top: max(25px,6vw);
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about::before {
    top: 0;
    height: 130%;
    aspect-ratio: unset;
    background-position: center bottom;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about::after {
    display: block;
    position: static;
    transform: none;
    width: 100vw;
    aspect-ratio: 375/355;
    margin: -32vw -15px 0;
    background:
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo01.png) right 3% top 2% / 14% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo02.png) right 17% top 16% / 22% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo03.png) left 29% top 78.5% / 20% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo04.png) left 17% top 97.5% / 14% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo05.png) left 2% top 86.5% / 11% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-map.svg) left 112% top -28% / 140% auto no-repeat;
    mask-image: none;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip.ko .intro .about::after {
    display: block;
    position: static;
    transform: none;
    width: 100vw;
    aspect-ratio: 375/355;
    margin: -32vw -15px 0;
    background:
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo01.png) right 3% top 2% / 14% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo02.png) right 17% top 16% / 22% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo03.png) left 29% top 78.5% / 20% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo04.png) left 17% top 97.5% / 14% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-photo05.png) left 2% top 86.5% / 11% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/about/about-map_k.svg) left 112% top -28% / 140% auto no-repeat;
    mask-image: none;
  }
  
  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about p {
    font-size: 1.125rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why::before {
    min-width: 0;
    height: 130%;
    aspect-ratio: unset;
    background-position: 35% center;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why h2 {
    margin-bottom: 25px;
    text-shadow: 1px  1px 0 #fff, -1px  1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why h2 span.en  {
    text-shadow: none;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li {
    flex-basis: calc((100% - 24px) / 2);
    float: none;
    width: auto;
    margin: 0 !important;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dl {
    padding: 12px 18px 14px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dt {
    font-size: 1.25rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li dd {
    font-size: 1rem;
  }
}

@media screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about::after {
    margin-top: -3rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .about p {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .intro .why li {
    flex-basis: 100%;
  }
}

/* section / surfing
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .surfing {
  position: relative;
  margin-top: -1vw;
  padding-top: 14.5vw;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(/_themes/minamiawa/site/images/surftrip/surfing/surfing-bg01.webp) center top / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 1560/240;
  background: #fff;
  mask-image: url(/_themes/minamiawa/site/images/surftrip/bg-wave01.svg);
  mask-position: center bottom;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .upper p {
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li {
  flex: 1 1 0;
  position: relative;
  z-index: 0;
  aspect-ratio: 588/992;
  overflow: hidden;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li a{
  display: block;
  outline-offset: -4px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li:hover .img img {
  transform: scale(1.1);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li .name {
  display: flex;
  align-items: flex-end;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 6px 18px;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li .modal-content {
  display: none;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower {
  position: relative;
  padding: 84px 0 230px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower::before {
  content: "";
  position: absolute;
  top: -6vw;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 1560/532;
  background: url(/_themes/minamiawa/site/images/surftrip/bg-curve.svg) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  /*
  transform: translateX(-50%);
  */
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: url(/_themes/minamiawa/site/images/surftrip/surfing/surfing-bg02.webp) center bottom 11% / cover no-repeat;
  background-attachment: fixed;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li {
  flex: 1 1 0;
  padding: 22px 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(255,255,255,0.5);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li h3 {
  margin-bottom: 15px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li dl {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li dt {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li dd {
  margin: 0 0 1rem;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes li dd:last-child {
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .school {
  position: relative;
  padding: 28px 10px 28px calc(38.58% + 20px);
  background: #FDCA00;
  line-height: 2.125;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .surfing .school::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38.58%;
  background: url(/_themes/minamiawa/site/images/surftrip/surfing/surfing-les.png) center center / cover no-repeat;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot {
    flex-wrap: wrap;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li {
    flex-basis: calc((100% - 8px) / 2);
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .spot li .name {
    font-size: 1.25rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower {
    padding: 30px 0 180px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower::before {
    top: 48%;
    transform: translate(-50%,-20%);
    width: 200vw;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .lower::after {
    top: 48%;
    bottom: 0;
    height: auto;
    background-position: left 55% bottom max(-40px,-10vw);
    background-attachment: scroll;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .notes {
    flex-direction: column;
    gap: 16px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .school {
    padding: calc(41.69% + 15px) 24px 15px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .surfing .school::before {
    bottom: unset;
    width: 100%;
    aspect-ratio: 343/143;
    background-position: center top;
    background-size: 120% auto;
  }
}

/* section / beyond
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .beyond {
  position: relative;
  padding: min(70px,5vw) 0 18vw;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(/_themes/minamiawa/site/images/surftrip/beyond-surf/beyondsurf-bg.webp) center bottom / cover no-repeat;
}
:is(.contentPage .body, .cke_editable) .page-surftrip .beyond::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%,-16%);
  width: 100vw;
  aspect-ratio: 1560/532;
  background: url(/_themes/minamiawa/site/images/surftrip/bg-curve.svg) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond h2 {
  margin-bottom: 35px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px 32px;
  list-style: none;
  margin: 0 0 70px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li {
  flex-basis: calc((100% - 64px) / 3);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li img {
  margin-bottom: 14px;
  border-radius: 8px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li dl {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li dt {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
  font-size: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .beyond {
    padding-top: 30px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul {
    gap: 35px 32px;
    margin-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li {
    flex-basis: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .beyond ul li {
    flex-basis: 100%;
  }
}

/* section / access
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .access {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  transform: translate(-50%,-85%);
  width: 100vw;
  height: 18vw;
  background: #fff;
  mask-image: url(/_themes/minamiawa/site/images/surftrip/bg-wave02.svg);
  mask-position: center top;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access::after {
  content: "";
  position: absolute;
  top: max(-100px,-9vw);
  bottom: max(-250px,-20vw);
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 200vw;
  max-width: 2500px;
  background:
   url(/_themes/minamiawa/site/images/surftrip/access/access-bg01.webp) 40% top / contain no-repeat,
   url(/_themes/minamiawa/site/images/surftrip/access/access-bg02.webp) right bottom / contain no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access h2 {
  margin-bottom: 35px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .inner {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  z-index: 1;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .inner .lt,
:is(.contentPage .body, .cke_editable) .page-surftrip .access .inner .rt {
  grid-area: stack;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .inner .lt {
  z-index: 2;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .inner .rt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access p {
  width: 50%;
  margin-bottom: 35px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access ul li {
  margin-bottom: 12px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access ul li a {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access ul li a:hover {
  opacity: 0.5;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access ul li .external {
  display: none;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .img {
  position: relative;
  padding-bottom: 23px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .img .img-map {
  max-width: 78vw;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .access .img .img-car {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 27%;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .access {
    padding-top: 3vw;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access::after {
    bottom: -70vw;
    background:
     url(/_themes/minamiawa/site/images/surftrip/access/access-bg01.webp) 40% top / 200% auto no-repeat,
     url(/_themes/minamiawa/site/images/surftrip/access/access-bg02.webp) center bottom / 200% auto no-repeat;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access .inner {
    display: block;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access .inner .rt {
    display: block;
    margin-left: -15px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access p {
    width: 100%;
    font-size: 1.125rem;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access ul {
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access .img {
    aspect-ratio: 375/445;
    padding-bottom: 0;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access .img .img-map {
    transform: scale(1.27);
    transform-origin: right top;
    max-width: 100%;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .access .img .img-car {
    bottom: 0;
    right: 0;
    width: 48%;
  }
}

/* section / activity
----------------------------------------------- */
/* h2 */
:is(.contentPage .body, .cke_editable) .page-surftrip .activity h2 {
  margin-bottom: 33px;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity h2 {
    margin-bottom: 23px;
  }
}

/* ul */
:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 23px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li {
  flex-basis: calc((100% - 69px) / 4);
  position: relative;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img img {
  width: 100%;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img img.qr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dl {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dt,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img + p {
  margin: 12px 0 0;
  padding: 0;
  font-weight: 700;
  font-size: min(1.25rem,1.7vw);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dd {
  margin: 5px 0 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dd a,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img + p a {
  color: inherit;
  text-decoration: none;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dd a::before,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img + p a::before {
  content: "";
  position: absolute;
  inset: 0;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dd a:hover::before,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img + p a:hover::before {
  background: rgba(255,255,255,0.3);
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li {
    flex-basis: 283px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li dt,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity ul li .img + p {
    font-size: 1.25rem;
  }
}

/* external */
:is(.contentPage .body, .cke_editable) .page-surftrip .activity .external {
  display: none;
}

/* section / activity / plan-bn
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn {
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn a {
  display: inline-block;
  position: relative;
  cursor: default;
  pointer-events: none;
  /*
  transition-duration: 0.3s;
  */
}

:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn a:hover {
  /*
  opacity: 0.7;
  */
}

:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn a::before {
  content: "Coming Soon";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn.upper {
  margin: 84px 0 0;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn.lower {
  margin: min(126px,7vw) 0 26px;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn.upper {
    margin-top: 30px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .plan-bn.lower {
    margin-top: 60px;
  }
}

/* section / activity / activity-plan
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan {
  position: relative;
  padding-top: 59px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan::before {
  content: "";
  position: absolute;
  top: -14vw;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 1560/148;
  background: #fff;
  mask-image: url(/_themes/minamiawa/site/images/surftrip/bg-wave03.svg);
  mask-position: center bottom;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan::after {
  content: "";
  position: absolute;
  top: -14vw;
  bottom: -94px;
  left: 50%;
  z-index: -3;
  transform: translateX(-50%);
  width: 100vw;
  background: url(/_themes/minamiawa/site/images/surftrip/plan/plan-bg.webp) center center / cover no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan h2 {
  margin-bottom: 40px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan ul {
  gap: 24px 16px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li {
  flex: 1 1 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li:hover {
  transform: translateY(-20px);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  outline-offset: -4px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li a .name {
  padding: 25px 5px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li .modal-content {
  display: none;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan {
    padding-top: 30px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan::before {
    top: -40vw;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan::after {
    top: -40vw;
    bottom: -30px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan h2 {
    margin-bottom: 20px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan ul li {
    flex-basis: calc((100% - 32px) / 2);;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan li a .name {
    padding: 15px 5px;
  }
}

@media screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-plan ul li {
    flex-basis: 100%;
  }
}

/* section / activity / activity-experiences, activity-stay, activity-dining
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining {
  position: relative;
  margin-top: 170px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences::before,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay::before,
:is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining::before {
  content: "";
  opacity: 0.1;
  position: absolute;
  top: -76px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 320px;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences::before {
  background: linear-gradient(to right,  #fdca00 0%,#7db9e8 100%);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay::before {
  background: linear-gradient(to right,  #4CEFD0 0%,#1AA7ED 100%);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining::before {
  background: linear-gradient(to right,  #55D83E 0%,#FBFF1D 100%);
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining a {
  display: block;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining {
    margin-top: 70px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences::before,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay::before,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining::before {
    top: -40px;
  }

  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining::before {
    height: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 619px) {
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-experiences h2,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-stay h2,
  :is(.contentPage .body, .cke_editable) .page-surftrip .activity-dining h2 {
    max-width: 283px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* featherlight
----------------------------------------------- */
.featherlight .featherlight-content {
  display: inline-flex;
  width: 100%;
  max-height: 85%;
  padding: 0;
  overflow: visible;
  overflow-x: hidden;
  border: none;
  border-radius: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.featherlight .featherlight-close-icon {
  top: 25px;
  right: 25px;
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-weight: 700;
  font-size: 22px;
  transition-duration: 0.3s;
}

.featherlight .featherlight-close-icon:hover {
  border-color: #333;
}

.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  top: 0;
  bottom: 0;
  z-index: 3;
  background: none !important;
  transition-duration: 0.3s;
}

.featherlight .featherlight-next {
  right: 0;
}

.featherlight .featherlight-previous {
  left: 0;
}

.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background: rgba(0, 0, 0, .25) !important;
}

.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  font-size: 40px;
}

.featherlight .featherlight-inner {
  width: 100%;
  overflow-x: hidden;
}

.featherlight .featherlight-content h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featherlight .featherlight-content h3 .ttl-sub {
  display: block;
  background: linear-gradient(90deg, #00A0E9 0%, #32B0C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
}

.featherlight .featherlight-content h3 .ttl-jp {
  position: relative;
  z-index: 2;
  color: #0060B0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
}

/* surfing-spot */
.featherlight .featherlight-content:has(.surfing-spot) {
  max-width: min(1200px,92%);
}

.featherlight .featherlight-content:has(.surfing-spot) .featherlight-inner {
  padding-top: 18px;
}

.featherlight .featherlight-content .surfing-spot h3 .ttl-en {
  position: relative;
  z-index: 1;
  margin-top: -1.125rem;
  color: rgba(76,239,208,0.3);
  font-weight: 500;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

.featherlight .featherlight-content .surfing-spot h3 .ttl-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 236px;
  aspect-ratio: 236/65;
  background: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/surfspot-title.svg) center center / cover no-repeat;
}

.featherlight .featherlight-content .surfing-spot .info {
  display: grid;
  grid-template-areas: "stack";
  padding-right: 24px;
  background-position: left bottom;
  background-size: min(839px,100%) auto;
  background-repeat: no-repeat;
}

.featherlight .featherlight-content .surfing-spot.uchizuma .info {
  background-image: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/sopt-uchizuma.webp);
}

.featherlight .featherlight-content .surfing-spot.shishikui .info {
  background-image: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/sopt-shishikui.webp);
}

.featherlight .featherlight-content .surfing-spot.shirahama .info {
  background-image: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/sopt-shirahama.webp);
}

.featherlight .featherlight-content .surfing-spot.ikumi .info {
  background-image: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/sopt-ikumi.webp);
}

.featherlight .featherlight-content .surfing-spot .info .lt,
.featherlight .featherlight-content .surfing-spot .info .rt {
  grid-area: stack;
}

.featherlight .featherlight-content .surfing-spot .info .lt {
  z-index: 2;
  padding-top: min(50px,3vw);
  padding-bottom: 32%;
  padding-left: 35px;
}

.featherlight .featherlight-content .surfing-spot.ikumi .info .lt {
  padding-bottom: 30%;
}

.featherlight .featherlight-content .surfing-spot .info .lt p {
  margin-bottom: 20px;
  font-size: 1.25rem;
  text-shadow: 1px  1px 0 #fff, -1px  1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.featherlight .featherlight-content .surfing-spot .info .lt ul {
  display: flex;
  gap: 16px;
}

.featherlight .featherlight-content .surfing-spot .info .rt {
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding-bottom: 50px;
}

.featherlight .featherlight-content .surfing-spot .info .rt img {
  max-width: min(779px,70vw);
}

/* model-plan */
.featherlight .featherlight-content:has(.model-plan) {
  max-width: min(600px,92%);
}

.featherlight .featherlight-content:has(.model-plan) .featherlight-close-icon {
  top: 8px;
  right: 8px;
}

.featherlight .featherlight-content:has(.model-plan) .featherlight-next {
  display: none !important;
  left: 93%;
}

.featherlight .featherlight-content:has(.model-plan) .featherlight-previous {
  display: none !important;
  right: 93%;
}

.featherlight .featherlight-content:has(.model-plan) .featherlight-next span,
.featherlight .featherlight-content:has(.model-plan) .featherlight-previous span {
  font-size: 20px;
}

.featherlight .featherlight-content:has(.model-plan) .featherlight-inner {
  padding-top: 18px;
}

.featherlight .featherlight-content .model-plan h3 {
  position: relative;
  margin-bottom: 39px;
}

.featherlight .featherlight-content .model-plan h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 338px;
  aspect-ratio: 338/74;
  background: url(/_themes/minamiawa/site/images/surftrip/surfing/surfspot/surfspot-title.svg) center center / cover no-repeat;
}

.featherlight .featherlight-content .model-plan h3 .ttl-note {
  z-index: 2;
  margin-top: 8px;
  padding: 4px 21px 6px;
  border: 1px solid #036EB8;
  border-radius: 20px;
  background: #fff;
  color: #036EB8;
  font-size: 0.875rem;
}

.featherlight .featherlight-content .model-plan .tab-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 0 7%;
  border-bottom: 1px solid #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-list li {
  flex: 1 1 0;
  max-width: 110px;
}

.featherlight .featherlight-content .model-plan .tab-list li a {
  display: block;
  position: relative;
  padding: 8px 15px 4px;
  border: 1px solid #036EB8;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #036EB8;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
}

.featherlight .featherlight-content .model-plan .tab-list li a span.num {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.featherlight .featherlight-content .model-plan .tab-list li a span.day {
  display: block;
  font-size: 1.25rem;
}

.featherlight .featherlight-content .model-plan .tab-list li a:hover,
.featherlight .featherlight-content .model-plan .tab-list li.current a {
  background: #fff;
  color: #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-list li.current a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 50%;
  background: #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-list li.current a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #fff;
}

.featherlight .featherlight-content .model-plan .tab-list li.current a span.num {
  text-decoration: underline #FFF100 4px;
  text-underline-offset: 1px;
}

.featherlight .featherlight-content .model-plan .tab-list li.current a span.day {
  text-decoration: underline #FFF100 4px;
  text-underline-offset: 0;
}

.featherlight .featherlight-content .model-plan .tab-detail {
  /*
  display: grid;
  */
  display: block;
  grid-template-areas: "detail";
  padding: 0 25px 0 min(58px,2vw);
}

.featherlight .featherlight-content .model-plan .tab-detail > li {
  /*
  grid-area: detail;
  */
}

.featherlight .featherlight-content .model-plan .tab-detail > li:not(.current) {
  /*
  visibility: hidden;
  */
  display: none;
}

.featherlight .featherlight-content .model-plan .tab-detail table {
  display: block;
  width: 100%;
  text-align: center;
}

.featherlight .featherlight-content .model-plan .tab-detail table caption {
  display: inline-block;
  margin: 20px 0 1.5rem;
  padding: 4px 21px 6px;
  border: 1px solid #036EB8;
  border-radius: 20px;
  background: #fff;
  color: #036EB8;
  font-size: 0.875rem;
}

.featherlight .featherlight-content .model-plan .tab-detail tbody {
  font-size: 1.25rem;
  text-align: left;
}

.featherlight .featherlight-content .model-plan .tab-detail th {
  position: relative;
  padding-bottom: 35px;
}

.featherlight .featherlight-content .model-plan .tab-detail tr:not(:last-child) th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  border-left: 2px dashed #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-detail th .inner {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  min-width: 77px;
  vertical-align: top;
}

.featherlight .featherlight-content .model-plan .tab-detail th .inner::before {
  content: "";
  grid-area: stack;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translateY(calc(-50% + 1rem));
  width: 100%;
  min-width: 77px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-detail th span {
  grid-area: stack;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transform: translateY(calc(-50% + 1rem));
  color: #fff;
  font-weight: 400;
}


.featherlight .featherlight-content .model-plan .tab-detail th span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 2px;
  background: #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-detail tr:has(td:empty) th span::before {
  display: none;
}

.featherlight .featherlight-content .model-plan .tab-detail tr:not(:first-child) th span::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 8px);
  border-top: 8px solid #036EB8;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.featherlight .featherlight-content .model-plan .tab-detail td {
  padding-bottom: 45px;
  padding-left: 36px;
  vertical-align: top;
}

.featherlight .featherlight-content .model-plan .tab-detail td ul li ~ li {
  margin-top: 25px;
}

.featherlight .featherlight-content .model-plan .tab-detail td .img {
  margin: 13px 0 0;
}

.featherlight .featherlight-content .model-plan .tab-detail td .img img {
  max-width: 200px;
}

.featherlight .featherlight-content .model-plan .tab-detail td [class^="ic-"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 0;
}

.featherlight .featherlight-content .model-plan .tab-detail td [class^="ic-"]:first-child {
  margin-top: -0.125rem;
}

.featherlight .featherlight-content .model-plan .tab-detail td [class^="ic-"] span {
  padding: 4px 12px;
  background: rgba(0,160,233,0.1);
  color: #036EB8;
}

.featherlight .featherlight-content .model-plan .tab-detail td [class^="ic-"]::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.featherlight .featherlight-content .model-plan .tab-detail td .ic-car::before {
  width: 24px;
  height: 22px;
  background-image: url(/_themes/minamiawa/site/images/surftrip/plan/model-plan/ic-car.svg);
}

.featherlight .featherlight-content .model-plan .tab-detail td .ic-stay::before {
  width: 30px;
  height: 26px;
  background-image: url(/_themes/minamiawa/site/images/surftrip/plan/model-plan/ic-hotel.svg);
}

.featherlight .featherlight-content .model-plan .tab-detail td .ic-eat::before {
  width: 17px;
  height: 19px;
  background-image: url(/_themes/minamiawa/site/images/surftrip/plan/model-plan/ic-meal.svg);
}

.featherlight .featherlight-content .model-plan .tab-detail td .ic-surf::before {
  width: 25px;
  height: 23px;
  background-image: url(/_themes/minamiawa/site/images/surftrip/plan/model-plan/ic-surfing.svg);
}

.featherlight .featherlight-content .model-plan .tab-detail td .ic-zazen::before {
  width: 20px;
  height: 24px;
  background-image: url(/_themes/minamiawa/site/images/surftrip/plan/model-plan/ic-zazen.svg);
}

@media only screen and (max-width: 959px) {
  .featherlight .featherlight-close-icon {
    top: 8px;
    right: 4px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    display: block;
    top: 30%;
    bottom: 40%;
    background: transparent !important;
  }

  .featherlight .featherlight-next {
    right: -25px;
  }

  .featherlight .featherlight-previous {
    left: -25px;
  }

  .featherlight .featherlight-next:hover,
  .featherlight .featherlight-previous:hover {
    background: none !important;
  }

  .featherlight .featherlight-next span,
  .featherlight .featherlight-previous span {
    color: #000;
    font-size: 20px;
    line-height: inherit;
  }

  .featherlight .featherlight-content h3 .ttl-jp {
    font-size: 2.25rem;
  }

  .featherlight .featherlight-content h3 .ttl-en {
    font-size: 2.5rem;
  }

  /* surfing-spot */
  .featherlight .featherlight-content .surfing-spot h3 .ttl-en::before {
    background-size: 168px auto;
  }

  .featherlight .featherlight-content .surfing-spot .info {
    display: block;
    padding-bottom: 37%;
  }

  .featherlight .featherlight-content .surfing-spot .info .lt {
    position: relative;
    padding-bottom: 0 !important;
    padding-left: 24px;
  }

  .featherlight .featherlight-content .surfing-spot .info .lt p {
    font-size: 1.125rem;
  }

  .featherlight .featherlight-content .surfing-spot .info .rt {
    aspect-ratio: 344/333;
    margin-top: calc(-40px - 1.5rem);
    padding-bottom: 0;
  }

  .featherlight .featherlight-content .surfing-spot .info .rt img {
    object-fit: cover;
    max-width: unset;
    max-height: 97%;
  }

  /* model-plan */
  .featherlight .featherlight-content:has(.model-plan) .featherlight-next {
    right: 0;
  }

  .featherlight .featherlight-content:has(.model-plan) .featherlight-previous {
    left: 0;
  }

  .featherlight .featherlight-content .model-plan .tab-list {
    gap: 4px;
  }

  .featherlight .featherlight-content .model-plan .tab-list li {
    max-width: 105px;
  }

  .featherlight .featherlight-content .model-plan .tab-detail td {
    padding-top: 0.125rem;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 534px) {
  .featherlight .featherlight-content .model-plan .tab-detail {
    padding: 0 20px 0 10px;
  }
}

/* switching (pc / sp) */
@media only screen and (min-width: 535px) {
  .featherlight .for-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 534px) {
  .featherlight .for-pc {
    display: none !important;
  }
}