@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body,
div,
p,
span,
a,
i,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
img {
  position: relative;
}
button {
  cursor: pointer !important;
}

form div button {
  cursor: pointer !important;
}
img {
  pointer-events: none;
}

body,
div,
p,
span,
a,
i,
b,
strong {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "slnt" 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: none !important;
  color: #333 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  &::before {
    border: 0 !important;
    background: none !important;
  }
}
h2 {
  font-size: 1.3em !important;
  @media (min-width: 600px) {
    font-size: clamp(23px, 10px + 2vw, 28px) !important;
  }
}
.wp-block-image a:hover {
  opacity: 1 !important;
}
#breadcrumb {
  display: none !important;
}
.l-content {
  margin: 0 auto 2em;
  padding-top: 0;
  min-height: calc(100dvh - 180px);
}
.l-content {
  figure.p-articleThumb {
    position: relative;
    display: block;
    max-height: 400px !important;
    height: calc(110px + 20vw);
    overflow: hidden;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    &::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #333;
      opacity: 0.3;
    }
    > img {
      object-position: 50% 55%;
      object-fit: cover;
      box-shadow: none;
      aspect-ratio: initial;
      width: 100% !important;
      height: 100%;
    }
  }
  .c-pageTitle {
    position: absolute;
    max-height: 400px !important;
    height: calc(110px + 20vw);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    span {
      font-family: "Antonio", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: clamp(30px, 15px + 4vw, 80px);
      border-bottom: 0 !important;
      font-weight: 700;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    color: #fff !important;
    &::after {
      display: none;
    }
  }
}
.l-mainContent__inner > .post_content {
  margin: clamp(25px, -15px + 10vw, 120px) auto;
}

.p-mainVisual {
  &::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 30%, transparent 100%);
    z-index: 1;
  }
}
.p-mainVisual__slideTitle {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(30px, -5px + 9vw, 40px);
  letter-spacing: -0.02em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  @media (min-width: 650px) {
    font-size: clamp(40px, 5px + 7vw, 150px);
  }
}
.p-mainVisual__slideText {
  font-size: clamp(15px, 1px + 3.5vw, 18px);
  font-weight: 300;
  img {
    width: 45%;
    height: auto;
    object-fit: contain;
    min-width: 135px;
    max-width: 180px;
  }
  @media (min-width: 650px) {
    font-size: clamp(20px, -2px + 3vw, 30px);
    img {
      width: 30%;
      height: auto;
      object-fit: contain;
      max-width: 250px;
    }
  }
}
.p-mainVisual__textLayer {
  max-width: 100%;
}
.l-header__logo,
.l-fixHeader__logo {
  padding: 0 !important;
}
.l-header__inner,
.l-fixHeader__inner {
  padding-left: 0;
}
.c-headLogo {
  padding: 7px 20px !important;
  display: block;
  background: transparent !important;
  border-radius: 0 0 20px 0;
}
.l-fixHeader .c-headLogo {
  height: 75px;
  padding: 13px 20px !important;
}
@media (min-width: 960px) {
  .c-headLogo {
    padding: 18px 30px !important;
    border-radius: 0 0 25px 0 !important;
  }
}
.c-gnav > .menu-item > a .ttl {
  font-size: 20px;
  font-family: "Antonio", sans-serif;
  font-style: normal;
}
.c-gnav > .menu-item:not(:first-child) {
  margin-left: 0.6em;
}
.l-header__menuBtn {
  order: 2;
}
.l-header__customBtn {
  display: none;
}
.c-iconBtn__icon {
  display: none;
}
.c-iconBtn {
  position: relative;
  transition: all 0.5s ease;
  &:hover {
    opacity: 0.5;
  }
}
.c-iconBtn::after,
.c-iconBtn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.c-iconBtn::after {
  top: calc(50% + 5px);
}
.c-iconBtn::before {
  top: calc(50% - 5px);
}
[data-spmenu="opened"] {
  .c-iconBtn::after {
    transform: translate(-50%, calc(-50% - 5px)) rotate(45deg);
  }
  .c-iconBtn::before {
    transform: translate(-50%, calc(-50% + 5px)) rotate(-45deg);
  }
  .c-iconBtn::after,
  .c-iconBtn::before {
    background: #333 !important;
  }
}
.c-widget__title.-spmenu {
  display: none;
}
.p-spMenu__body {
  padding: 50px 7.5vw 10vw;
  .c-listMenu a {
    padding: 0.75em 0.9em 0.75em 0.9em;
    border-bottom: none;
    &::before {
      display: none;
    }
  }
}

.post_content {
  padding-bottom: 50px !important;
}

.c-gnav > li:hover > a,
.c-gnav > .-current > a {
  border-radius: 0 0 10px 10px;
  transition: all 0.2s ease;
}

.l-footer__nav {
  justify-content: flex-start;
  li {
    a {
      font-size: 12px !important;
    }
  }
}

.c-head {
  margin-bottom: 1.8em !important;
  .c-head-title {
    margin-bottom: 0.5em !important;
  }
  @media (min-width: 650px) {
    margin-bottom: 3em !important;
    .c-head-title {
      margin-bottom: 1em !important;
    }
  }
}

/* home */
.home .p-mainVisual__textLayer {
  background: url("img/title.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(280px, 70vw + 10px, 1590px);
  @media all and (max-width: 649px) {
    width: clamp(280px, 80vw + 10px, 1590px);
    background: url("img/title-sp.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#main_visual::after {
  position: absolute;
  left: 0;
  top: 85px;
  content: "10th March 2025 Open";
  display: block;
  width: max-content;
  height: auto;
  padding: 0.7em 1.5em;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
  background: #fff;
  z-index: 1;
  @media (min-width: 650px) {
    position: absolute;
    left: 0;
    top: 95px;
    content: "10th March 2025 Open";
    display: block;
    width: max-content;
    height: auto;
    padding: 0.7em 1.5em;
    font-weight: 500;
    border-radius: 0 10px 10px 0;
    background: #fff;
  }
}
.home-intro {
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: clamp(20px, 10px + 8vw, 110px);
}
.home-intro-title {
  max-width: 450px;
  margin: 0 auto 2.5vw;
}
.home-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  .home-intro-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: -0;
    figure {
      position: absolute;
      &:nth-child(1),
      &:nth-child(2) {
        position: relative;
        width: 60%;
      }
      &:nth-child(3),
      &:nth-child(4) {
        width: 35%;
      }
      &:nth-child(1) {
        margin-right: auto;
      }
      &:nth-child(2) {
        margin-left: auto;
        margin-top: -25px;
      }
      &:nth-child(3) {
        top: -20px;
        right: 0;
      }
      &:nth-child(4) {
        bottom: -20px;
        left: 0;
      }
      img {
        width: 100% !important;
        height: auto;
        object-fit: cover;
      }
    }
  }
  .home-intro-text {
    p {
      margin-top: 1em;
    }
  }
}

@media (min-width: 650px) {
  .home-intro-title {
    margin-bottom: 40px;
  }
  .home-intro-content {
    flex-direction: row;
    gap: 7%;
    .home-intro-img {
      order: 1;
    }
    .home-intro-text {
      min-width: 55%;
      width: 55%;
      h2 {
        text-align: left;
      }
      p {
        margin-top: 1.2em;
        text-align: left;
      }
    }
  }
}
@media (min-width: 1000px) {
  .home-intro {
    .home-intro-content {
      align-items: flex-start;
      .home-intro-text {
        padding-top: 150px;
        margin-top: -150px;
        position: sticky;
        top: 0;
        min-width: 480px;
        max-width: 480px;
      }
      .home-intro-img {
        margin-top: 30px !important;
      }
    }
  }
}

.home-Itineraries {
  margin-bottom: 0;
  &::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, #ebefe2 91%, transparent);
  }
  .home-Itineraries-inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(50px, 30px + 9vw, 120px) 0;
  }
  .home-Itineraries-img {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  .home-Itineraries-list {
    margin: 40px auto 0px;
    flex-wrap: wrap;
    gap: 40px 3%;
    .home-Itineraries-list-item {
      width: 48.5%;
      transition: opacity 0.3s ease;
      &:hover {
        opacity: 0.6;
      }
      p {
        position: absolute;
        bottom: 0;
        left: 0;
        a {
          display: block;
          color: #333 !important;
          margin: 0 !important;
          font-size: 16px;
          line-height: 1.2 !important;
          font-weight: 500;
          text-align: left;
          padding: 0.5em 0.9em 0.5em 0.8em;
          border-radius: 0 0.5em 0 0;
          background: #fff;
          word-break: break-word;
        }
      }
    }
  }
  @media (min-width: 650px) {
    .home-Itineraries-img {
      padding-top: 25px;
      margin: 0 auto 25px;
    }
    .home-Itineraries-text {
      width: 80%;
      max-width: 860px;
      margin: 0 auto;
    }
    .home-Itineraries-list {
      margin: 60px auto 0px;
      gap: 50px 2%;
      .home-Itineraries-list-item {
        width: 32%;
        p a {
          margin-bottom: 0.65em;
          font-size: 17px;
        }
      }
    }
  }
  @media (min-width: 1000px) {
    .home-Itineraries-list {
      margin: 70px auto 0px;
      gap: 60px 2%;

      .home-Itineraries-list-item {
        a {
          font-size: 13px;
        }
        p {
          font-size: 18px;
        }
      }
    }
  }
}
.home-imagearea {
  margin-bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 50vh;
  img {
    object-position: 32%;
    aspect-ratio: initial;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}
.footer-contact {
  padding: 50px 20px 80px !important;
  margin-bottom: 0;
  width: 100vw;
  left: 50%;
  min-height: 100px !important;
  background: #8fc31f !important;
  transform: translateX(-50%);
  img {
    width: 25%;
    min-width: 180px;
    max-width: 260px;
    margin: 0 auto 1vw;
  }
  figure {
    width: 100%;
  }
}
.footer-contact-button-list {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row !important;
  gap: 15px 2%;
}
.footer-contact-button-list-item {
  a {
    min-width: 240px;
    width: 35vw;
    max-width: 320px;
    font-size: clamp(15px, 1.5vw + 8px, 18px);
    font-weight: 400;
    color: #8fc31f;
    display: block;
    transition: all 0.3s ease;
    background: #fff !important;
    &:hover {
      background: #333 !important;
    }
  }
  .is-style-outline {
    a {
      color: #fff;
      background: transparent !important;
      &:hover {
        background: #333 !important;
        border: 1px solid #333;
      }
    }
  }
}
.footer-contact.is-lower {
  background: transparent !important;
  a {
    color: #333;
    &:hover {
      color: #fff;
      background: #8fc31f !important;
    }
  }
  .is-style-outline {
    a {
      color: #fff;
      border: 1px solid #fff;
      background: transparent !important;
      &:hover {
        background: #8fc31f !important;
        border: 1px solid #8fc31f;
      }
    }
  }
}

#fix_bottom_menu {
  display: block !important;
  &::before {
    transition: all 0.3s ease;
  }
  &:hover {
    &::before {
      background: #333;
    }
  }
  .menu_list {
    height: auto;
    padding: 0;

    i {
      display: none;
    }
    span {
      margin-top: 0 !important;
      padding: 1.2em;
      font-size: 16px;
      font-weight: 500;
      content: "Book Now" !important;
    }
  }
  @media (min-width: 960px) {
    bottom: 20px !important;
    right: 20px !important;
    left: initial;
    width: max-content;
    border-radius: 50px !important;
    overflow: hidden !important;
    .menu_list {
      span {
        padding: 1.3em 2em !important;
        font-size: 17px !important;
      }
    }
  }
}

/* shop info */
.shop-info-content {
  margin-bottom: clamp(40px, 5px + 10vw, 140px);
  .shop-info-content-flex {
    width: 100%;
    gap: 25px;
    max-width: 400px;
    margin: 0 auto;
  }
  .shop-info-content-text {
    p {
      line-height: 1.5;
      strong {
        font-weight: 600;
        padding-top: 1em;
        display: block;
      }
    }
  }
  iframe {
    height: 320px;
  }
  @media (min-width: 650px) {
    .shop-info-content-flex {
      justify-content: center;
      flex-direction: row;
      width: 100%;
      gap: 25px;
      max-width: 1380px;
    }
    .shop-info-content-text {
      width: 45%;
    }
    iframe {
      padding-top: 1em;
      width: 50%;
      max-width: 600px;
      height: 400px;
    }
  }
}

/* contact */
.form-main {
  background: #ebefe2;
  border-radius: 35px;
  padding: clamp(0px, 10px + 5vw, 90px) !important;
  max-width: 1100px;
  margin: 0 auto;
  .mwform-checkbox-field {
    display: block;
    height: 25px;
    .mwform-checkbox-field-text {
      font-size: 14px;
    }
  }
  .mwform-checkbox-field label,
  .mwform-radio-field label {
    display: flex;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .form-item {
    margin-bottom: 20px;
    .form-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: center;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0.4em;
      line-height: 1.3;
      margin-top: 10px;
    }
    .form-label.required {
      position: relative;
      &::after {
        position: relative;
        display: block;
        left: 0;
        padding-left: 1.2em;
        font-size: 10px;
        font-weight: 500;
        content: "Required";
        color: #ff3b20;
      }
    }
  }
}
@media (min-width: 650px) {
  .form-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    > label {
      width: 35%;
    }
    > input,
    > .messagearea,
    > div {
      width: 60% !important;
    }
    > div {
      display: flex;
      flex-wrap: wrap;
      gap: 0.3em 1.5em;
    }
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  height: 3em;
  font-size: 14px !important;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  display: block;
  font-family: inherit;
  outline: none;
  background: #fff;
  border: 0;
  border-radius: 10px;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.form-main {
  textarea {
    height: 250px;
  }
}
.form-main.is-contact .form-button-area.is-back {
  display: none;
}
.form-main.is-confirm {
  .form-label.required {
    &::after {
      display: none;
    }
  }
  .form-button-area.is-confirm {
    display: none;
  }
}
.form-button-area {
  margin-top: 40px;
}
.c-separater {
  border-bottom: 1px solid #333 !important;
  width: 100% !important;
  max-width: none !important;
}

.c-btn {
  min-height: 55px;
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #333;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  transition: all 0.3s ease;
  &:hover {
    background: #8fc31f;
  }
}
.c-btn02 {
  a {
    font-size: 14px;
    transition: all 0.3s ease;
    &:hover {
      background: #8fc31f;
    }
  }
  &.is-outline a {
    color: #333;
    border: 1px solid #333;
    background: transparent;
    transition: all 0.3s ease;
    &:hover {
      background: #333;
      color: #fff;
    }
  }
  @media (min-width: 650px) {
    a {
      font-size: 15px;
    }
  }
  @media (min-width: 1000px) {
    a {
      font-size: 16px;
    }
  }
}
.c-btn03 {
  a {
    font-size: 16px;
    max-width: 350px;
    width: 80vw;
    transition: all 0.3s ease;
    &:hover {
      background: #8fc31f;
    }
  }
  @media (min-width: 650px) {
    a {
      font-size: 17px;
    }
  }
  @media (min-width: 1000px) {
    a {
      font-size: 18px;
    }
  }
}

.form-main .form-item .error {
  min-width: 100%;
  padding-top: 0.3em;
  color: #ff3b20;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 650px) {
  .form-label.required {
    display: flex;
    justify-content: space-between;
    &::after {
      margin-left: 1em;
    }
  }
  .form-main .form-item .error {
    padding-left: 40%;
  }
  .form-main .form-item > div .error {
    padding-left: 0;
  }
}

/* Reservation */
.reservation-flow {
  margin: 0 auto;
  max-width: 1180px;
  .reservation-flow-block {
    display: flex;
    flex-direction: row;
    gap: 5%;
  }
  .reservation-flow-block-title {
    padding-bottom: 20px !important;
  }
  .reservation-flow-block-list {
    padding-bottom: 100px;
    > div {
      gap: 2em;
    }
  }
  .reservation-flow-block-list-item {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    > p {
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      border-radius: 50px;
      min-height: 30px;
      min-width: 30px;
      max-height: 30px;
      max-width: 30px;
      padding: 0.5em;
      border: 1px solid #333;
      text-align: center;
      display: flex;
      align-items: center;
    }
    strong {
      font-weight: 500 !important;
    }
  }
  .reservation-flow-block-list-item-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65em 0.5em;
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
  .reservation-flow-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    > p {
      color: #fff;
      padding: 1em 1em 0.65em;
      line-height: 1.1;
      border-radius: 10px;
      font-size: 12px;
      font-weight: 600 !important;
      background: #8fc31f !important;
      strong {
        font-size: 22px;
        font-weight: 600 !important;
      }
    }
    > div {
      flex-grow: 1;
      width: 1px;
      background: #8fc31f !important;
    }
  }
  @media (min-width: 650px) {
    .reservation-flow-num {
      > p {
        padding: 1.2em 1.3em 0.85em;
        font-size: 14px;
        strong {
          font-size: 26px;
        }
      }
    }
  }
  @media (min-width: 1000px) {
    .reservation-flow-num {
      > p {
        padding: 1.35em 1.35em 1em;
        font-size: 18px;
        strong {
          font-size: 30px;
        }
      }
    }
  }
}

/* privacypolicy*/
body:has(.privacy-policy-content) {
  .c-pageTitle {
    display: none;
  }
}
.privacy-policy-content {
  max-width: 1180px;
  margin: 0 auto;
}

/* notes */
.notes-content {
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 100px;
}
.notes-selection-content {
  margin-top: 2.5em !important;
  margin-bottom: 50px;
  background: #ebefe2 !important;
  border-radius: 35px;
  padding: calc(10px + 5vw) !important;
  h3 {
    font-family: "Inter", sans-serif;
    font-size: 1.2em !important;
    margin-bottom: 0.7em !important;
    @media (min-width: 600px) {
      font-size: clamp(16px, 10px + 2vw, 20px) !important;
    }
  }
  > div {
    > div {
      display: none !important;
      background: transparent !important;
      padding: 0 !important;
      &.on {
        display: block !important;
      }
      > div {
        padding: 3em 0;
        &:last-child {
          padding: 3em 0 0;
        }
        &:first-child {
          padding: 0 0 3em;
        }
      }
      > div + div {
        border-top: 1px solid #333;
      }
    }
  }
  .notes-selection-content-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.7em 0.9em;
  }
  .notes-selection-content-list-item {
    width: 100%;
    figure {
      max-width: none !important;
      height: 55vw;
      img {
        height: 100%;
        object-fit: cover;
      }
    }
  }
  figure {
    width: 100% !important;
    margin-bottom: 0.8em !important;
    max-width: 300px;
    img {
      width: 100% !important;
    }
  }
  strong {
    font-weight: 600 !important;
    line-height: 1.65;
  }
  p .u-fz-xs {
    display: block;
  }
  p {
    line-height: 1.4;
  }
  @media (min-width: 600px) {
    > div {
      padding: 3.5em 0;
      &:first-child {
        padding: 0.5em 0 3.5em;
      }
    }
    .notes-selection-content-list-item {
      width: calc(50% - 0.5em);
      figure {
        height: 29vw;
      }
    }
  }
  @media (min-width: 800px) {
    padding: clamp(0px, 10px + 5vw, 90px) !important;
    .notes-selection-content-list-item {
      width: calc(33.33333% - 0.63em);
      figure {
        height: 17vw;
        max-height: 235px;
      }
    }
  }
  &.on {
    display: block;
  }
}
.notes-selection-list {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
  > div {
    width: calc(50% - 0.3em);
    background: transparent;
    border: 1px solid #333;
    min-height: 3em;
    border-radius: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    > div {
      display: flex !important;

      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
    &:hover {
      background: #333;
      a {
        color: #fff;
      }
    }
    a {
      color: #333;
      background: transparent;
      font-size: clamp(10px, 6px + 1vw, 14px);
      line-height: 1.2;
    }
  }
  @media (min-width: 600px) {
    > div {
      width: calc(33.3333% - 0.4em);
    }
  }
  @media (min-width: 800px) {
    > div {
      width: calc(25% - 0.4em);
      min-height: 3.6em;
    }
  }
}
.notes-selection-list-item {
  &.on {
    background: #333 !important;
    a {
      color: #fff !important;
    }
  }
}

/* vehicles */
.vehicles-content {
  max-width: 1180px;
  margin: 0 auto;
  > div > div {
    padding-bottom: 5em;
  }
  .vehicles-intro {
    margin: 0 auto;
    max-width: 450px;
    > div {
      strong {
        font-weight: 500;
      }
    }
    figure {
      margin-bottom: 1em;
    }
    @media (min-width: 800px) {
      flex-direction: row !important;
      max-width: none !important;
      align-items: center;
      justify-content: space-between;
      > div {
        width: 48%;
      }
      > figure {
        width: 48%;
      }
    }
  }
}
.vehicles-swiper {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}
.swiper-button-prev,
.swiper-button-next {
  top: initial !important;
  left: initial !important;
  bottom: 0 !important;
  margin: 0 !important;
  transform: translateY(110%) !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.3em !important;
  color: #8fc31f !important;
}
.swiper-button-prev {
  right: 3em !important;
}
.swiper-button-next {
  right: 1em !important;
}
.swiper-backface-hidden .swiper-slide {
  max-height: 37.5vw !important;
  @media (min-width: 800px) {
    max-height: calc(33.33333vw * 0.75) !important;
  }
}

.vehicles-passengers-list {
  padding-top: 1.5em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em;
  > div {
    max-width: 400px;
    margin: 0 auto;
    figure {
      width: 100%;
    }
    p {
      display: flex;
      align-items: center;
      padding: 0.5em 1em;
      border: 1px solid #333;
      border-radius: 0.7em;
      strong {
        padding: 0.2em 1em;
        border-radius: 0.3em;
        margin-left: 1em;
        background: #333;
        color: #fff;
        text-align: center;
      }
      &::after {
        content: "";
        display: block;
        top: -1em;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 1px;
        height: 1em;
        background: #333;
      }
    }
  }
  @media (min-width: 650px) {
    > div {
      width: 47%;
      max-width: 550px;
    }
  }
}
.vehicles-equipment {
  width: 100vw;
  padding: 5em 0;
  background: #efebe2;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  > div {
    width: 92%;
    margin: 0 auto;
  }
}
.vehicles-equipment-btn-list {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 0;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.vehicles-equipment-select-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 1.5em 0 0;
  flex-direction: row !important;
  justify-content: space-between !important;
  > div {
    width: calc(50% - 0.5em);
    div {
      width: 100%;
      a {
        width: 100%;
        line-height: 1.3;
        font-weight: 500;
        border-radius: 0.7em 0.7em 0 0;
        background: #bababa;
        color: #fff;
      }
    }
    &.on {
      a {
        background: #fff;
        color: #8fc31f !important;
      }
    }
  }
}
.vehicles-equipment-content {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 0.7em 0.7em;
}
.vehicles-equipment-main {
  width: 100%;
  gap: 0 !important;
  align-items: center !important;
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 1.5em !important;
  @media (min-width: 600px) {
    max-width: none !important;
  }
}
.vehicles-equipment-item {
  padding: calc(10px + 5vw) !important;
  display: none !important;
  flex-wrap: wrap;
  gap: 0;

  &.on {
    display: flex !important;
  }
  > div {
    width: 100%;
    margin-bottom: 3em !important;
    figure {
      width: 100%;
      height: 50vw;
      max-height: 231px;
      margin-bottom: 0.4em !important;
    }
    p {
      line-height: 1.5 !important;
      strong {
        margin-bottom: 0.4em !important;
        font-weight: 600;
      }
    }
  }
  @media (min-width: 600px) {
    flex-direction: row !important;
    gap: 4%;
    > div {
      width: 48%;
      margin-bottom: 4em !important;
      figure {
        height: 26.3vw;
      }
    }
  }
  @media (min-width: 800px) {
    padding: clamp(0px, 10px + 5vw, 90px) !important;
    gap: 5%;
    > div {
      width: 30%;
      margin-bottom: 5em !important;
      figure {
        height: 16.5vw;
        max-height: 200px;
      }
    }
  }
}
figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.vehicles-table {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  .vehicles-table-head {
    margin-bottom: 1.5em !important;
  }
  &.is-spec {
    @media (min-width: 800px) {
      .c-table {
        width: 49%;
        table {
          tr td {
            &:last-child {
              width: 36.5%;
            }
          }
        }
      }
    }
  }
  &.is-price {
    overflow-x: scroll;
    table {
      min-width: 600px;
      tr th {
        &:not(:first-child) {
          width: calc(125px) !important;
        }
      }
    }
    td {
      font-size: 14px;
      font-weight: 500;
      color: #ff3b20;
    }
    @media (min-width: 650px) {
      table {
        tr th {
          width: calc(20%) !important;
          &:not(:first-child) {
            width: calc(20%) !important;
          }
        }
      }
    }
    @media (min-width: 800px) {
      td {
        font-size: 16px;
      }
    }
  }
}
.c-table-list {
  width: 100%;
  gap: 1.5em;
  > div {
    width: 100%;
  }
  th {
    background: #ebefe2 !important;
    font-weight: 600;
  }
  th,
  td {
    font-size: 12px;
    vertical-align: middle !important;
    word-break: break-word;
    line-height: 1.3 !important;
    padding: 0.7em 0.75em !important;
    text-align: center;
  }
  figcaption {
    text-align: left;
  }
  ul {
    font-size: 12px !important;
    margin: 0.6em 0 0 !important;
    li {
      line-height: 1.3 !important;
    }
  }
  @media (min-width: 650px) {
    th,
    td {
      font-size: 13px;
    }
  }
  @media (min-width: 800px) {
    gap: 0;
    flex-direction: row !important;
    justify-content: space-between;
    th,
    td {
      font-size: 14px;
    }
  }
}

/* Itineraries*/
.itineraries-category-scrolled {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  bottom: 55px;
  width: 100vw;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  > div {
    width: 16.66666666%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: background 0.3s ease;
    border: 1px solid #fff;
    a {
      width: 100%;
      height: 100%;
      figure {
        height: 100% !important;
      }
    }
    .c-bannerLink__text {
      display: none;
      padding: 0;
    }
    .c-bannerLink__title {
      font-size: 12px !important;
      font-weight: 700;
      line-height: 1.5;
    }
  }
  @media (min-width: 840px) {
    bottom: initial;
    top: 75px;
    transform: translate(-50%, -100%);
    > div {
      width: 140px;
      .c-bannerLink__text {
        display: flex;
      }
    }
  }
}
.itineraries-category-scrolled.scrolled {
  opacity: 1;
  transform: translate(-50%, 0%);
}
.itineraries {
  margin: 0 auto;
  max-width: 1180px;
  .itineraries-category {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    a {
      width: 140px;
      height: 62px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      position: relative;
      transition: background 0.3s ease;
      border-radius: 500px;
      .c-bannerLink__text {
        padding: 0;
      }
      .c-bannerLink__title {
        font-size: 12px !important;
        font-weight: 700;
        line-height: 1.5;
        text-shadow: 0 0 4px #333;
      }
    }
    @media (min-width: 650px) {
      a {
        font-size: 14px !important;
        width: 140px;
        height: 140px;
        .c-bannerLink__title {
          font-size: 14px !important;
          text-shadow: 0 0 0 transparent;
        }
      }
      a:hover {
        background: #8fc31f !important;
      }
      a::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
        bottom: 30px;
        width: 10px;
        height: 10px;
        border-radius: 0;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all 0.3s ease;
        z-index: 10;
      }
      a:hover::after {
        opacity: 1;
        bottom: 25px;
      }
    }
  }
  .itineraries-list {
    padding: clamp(25px, -15px + 10vw, 120px) 0;
    gap: clamp(40px, -10px + 15vw, 150px);
    h4 {
      font-size: clamp(23px, 10px + 2vw, 33px);
    }
  }
  .itineraries-cover {
    width: 100%;
    border-radius: 20px;
    strong {
      font-family: "Antonio", sans-serif;
      font-weight: 700;
      font-size: clamp(30px, 20px + 3vw, 50px);
      text-shadow: 0 0 8px #333;
    }
  }
  .itineraries-course {
    margin: clamp(20px, -15px + 10vw, 60px) 0;
    gap: clamp(20px, -10px + 10vw, 60px);
    > div {
      flex-direction: row;
      align-items: center;
      > div:first-child {
        min-width: clamp(120px, 40px + 23.1vw, 280px);
        max-width: clamp(120px, 40px + 23.1vw, 280px);
        margin-right: 15px;
        p {
          width: 100%;
          text-align: center;
          margin: 0 auto;
          padding: 0.8em 1.5em;
          border-radius: 100px;
          background: #8fc31f;
          color: #fff;
          font-weight: 700;
        }
        img {
          width: 100% !important;
          height: 100px !important;
          margin: 0 auto;
        }
      }
      > div:nth-child(2) {
        gap: 0.5em;
      }
      strong {
        font-weight: 700;
      }
      h5 {
        line-height: 1.1;
        font-size: 20px;
      }
      p {
        line-height: 1.3;
      }
    }
    > div:not(:last-child, :nth-child(2n-1)) {
      > div:first-child {
        img {
          width: 36px !important;
          height: 36px !important;
          margin: 0 auto;
          border: 2px solid #8fc31f;
        }
      }
    }
  }
  .itineraries-course::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: clamp(59px, 19px + 11.55vw, 139px);
    width: 2px;
    height: 100%;
    background: #8fc31f;
  }
  @media (min-width: 650px) {
    .itineraries-course {
      > div {
        > div:first-child {
          margin-right: 20px;
          img {
            height: 190px !important;
          }
        }
        h5 {
          font-size: 24px;
        }
      }
      > div:not(:last-child, :nth-child(2n-1)) {
        > div:first-child {
          img {
            width: 56px !important;
            height: 56px !important;
          }
        }
      }
    }
  }
}
