@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*----- .baycruise-head ------------------------------------*/
.baycruise-head .baycruise-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) 0 clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.baycruise-head .baycruise-title img {
  width: clamp(260px, 205.4545454545px + 14.5454545455vw, 380px);
}

.baycruise-status {
  max-width: 650px;
  margin: 0 auto clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #e0e0e0;
  border-radius: 5px;
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
}
.baycruise-status .status-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.baycruise-status .status-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.baycruise-status .status-top img {
  width: clamp(42px, 38.3636363636px + 0.9696969697vw, 50px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.baycruise-status .status-top .status-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5px, 4.0909090909px + 0.2424242424vw, 7px);
  color: #006699;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.baycruise-status .status-top .status-title .title-s {
  font-size: clamp(1.7rem, 16.2682926829px + 0.1951219512vw, 1.9rem);
}
.baycruise-status .status-top .status-title .title-l {
  font-size: clamp(2.1rem, 18.8048780488px + 0.5853658537vw, 2.7rem);
}
.baycruise-status .status-today {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 300px;
}
.baycruise-status .status-today .status-icon {
  width: clamp(30px, 27.7272727273px + 0.6060606061vw, 35px);
}
.baycruise-status .status-today .status-txt {
  font-size: clamp(2.1rem, 19.9024390244px + 0.2926829268vw, 2.4rem);
  font-weight: bold;
  line-height: 1;
}
.baycruise-status .status-today.is-normal {
  background: #e2f3e6;
  color: #00a537;
}
.baycruise-status .status-today.is-partial {
  background: #f2eee4;
  color: #e26b00;
}
.baycruise-status .status-today.is-suspended {
  background: #f4e4e5;
  color: #a3272d;
}
.baycruise-status .status-today.is-offseason {
  background: #efefef;
  color: #1e1e1e;
}
.baycruise-status .status-note {
  text-indent: -1em;
  margin-left: 1em;
  color: #cf1c24;
  line-height: 1.4;
  font-size: clamp(1.5rem, 14.6341463415px + 0.0975609756vw, 1.6rem);
  margin-top: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.baycruise-status .status-note::before {
  content: "※";
}
.baycruise-status .status-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #006699;
  line-height: 1.4;
  margin-top: clamp(25px, 22.7272727273px + 0.6060606061vw, 30px);
}
.baycruise-status .status-link::after {
  content: "";
  display: inline-block;
  background-image: url("/img/common/arrow_02.svg");
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*----- .baycruise-first ------------------------------------*/
.baycruise-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
  margin-bottom: clamp(45px, 31.3636363636px + 3.6363636364vw, 75px);
}
.baycruise-first .half-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.baycruise-first .firs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.baycruise-first .firs-title::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
  width: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  background: #033789;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .baycruise-first .half-box {
    width: 48%;
  }
}
/*----- クーポン関連 ------------------------------------*/
.coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coupon-wrapper .coupon-link {
  max-width: 660px;
  display: block;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.coupon-wrapper .coupon-link:hover {
  opacity: 0.5;
}

.coupon-modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

.coupon-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.coupon-modal__wrap {
  position: relative;
  width: min(90vw, 520px);
  z-index: 1;
}

.coupon-modal__content {
  max-height: 90vh;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
.coupon-modal__content .coupon-img {
  width: 100%;
  display: block;
}
.coupon-modal__content .coupon-head {
  background: #033789;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.coupon-modal__content .coupon-head::before, .coupon-modal__content .coupon-head::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.coupon-modal__content .coupon-head::before {
  left: -10px;
}
.coupon-modal__content .coupon-head::after {
  right: -10px;
}
.coupon-modal__content .coupon-head .coupon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(12px, 8.3636363636px + 0.9696969697vw, 20px);
  border-left: 2px dashed #fff;
  border-right: 2px dashed #fff;
}
.coupon-modal__content .coupon-head .coupon-title .title-s, .coupon-modal__content .coupon-head .coupon-title .title-m {
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.coupon-modal__content .coupon-head .coupon-title .title-s {
  font-size: clamp(1.8rem, 17.2682926829px + 0.1951219512vw, 2rem);
}
.coupon-modal__content .coupon-head .coupon-title .title-m {
  font-size: clamp(2.6rem, 23.8048780488px + 0.5853658537vw, 3.2rem);
}
.coupon-modal__content .coupon-main {
  background: #e4f1f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  text-align: center;
}
.coupon-modal__content .coupon-main .discount {
  font-size: clamp(5rem, 42.6829268293px + 1.9512195122vw, 7rem);
  line-height: 1;
  color: #033789;
  font-weight: 900;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.coupon-modal__content .coupon-main .attention-list .list-item {
  text-indent: -1em;
  margin-left: 1em;
  font-weight: bold;
  color: #cf1c24;
  line-height: 1.3;
  font-size: clamp(1.8rem, 16.5365853659px + 0.3902439024vw, 2.2rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.coupon-modal__content .coupon-main .attention-list .list-item::before {
  content: "※";
}
.coupon-modal__content .coupon-main .attention-list .list-item:not(:last-child) {
  margin-bottom: clamp(4px, 2.6363636364px + 0.3636363636vw, 7px);
}
.coupon-modal__content .coupon-detail {
  background: #f7f8f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.coupon-modal__content .coupon-detail .detail-top {
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  border-bottom: 1px solid #1e1e1e;
}
.coupon-modal__content .coupon-detail .coupon-pdf-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #cf1c24;
  line-height: 1;
  font-size: clamp(1.7rem, 16.2682926829px + 0.1951219512vw, 1.9rem);
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
  margin: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0 clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
}
.coupon-modal__content .coupon-detail .coupon-pdf-link::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/img/common/pdf_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.coupon-modal__content .coupon-detail .detail-bottom .coupon-txt-box:not(:last-child) {
  margin-bottom: clamp(7px, 4.7272727273px + 0.6060606061vw, 12px);
}
.coupon-modal__content .coupon-detail .detail-bottom .coupon-txt-box .square-txt {
  text-indent: -1em;
  margin-left: 1em;
}
.coupon-modal__content .coupon-detail .detail-bottom .coupon-txt-box .square-txt::before {
  content: "■";
}

.coupon-modal__close {
  position: absolute;
  top: clamp(5px, 0.4545454545px + 1.2121212121vw, 15px);
  right: clamp(5px, 0.4545454545px + 1.2121212121vw, 15px);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.coupon-modal__close:hover {
  opacity: 0.75;
}

.coupon-modal__overlay {
  position: absolute;
  inset: 0;
}

/*----- .course ------------------------------------*/
.course .course-head {
  margin-bottom: clamp(30px, 23.1818181818px + 1.8181818182vw, 45px);
}
.course .course-txt {
  font-size: clamp(1.9rem, 17.1707317073px + 0.487804878vw, 2.4rem);
  text-align: center;
  margin: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) 0;
}
.course .course-txt-figure {
  max-width: 160px;
  margin: 0 auto;
  display: block;
}

.baycruise-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px) 2%;
}
.baycruise-gallery .gallery-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}

@media (min-width: 768px) {
  .course .course-txt-figure {
    max-width: 100%;
  }
  .baycruise-gallery .gallery-box {
    width: 23.5%;
  }
}
/*----- .guide ------------------------------------*/
.guide-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
  margin-bottom: clamp(45px, 31.3636363636px + 3.6363636364vw, 75px);
}
.guide-contents .half-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.guide-contents .reception {
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
.guide-contents .reception img {
  max-width: 390px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .guide-contents .half-box {
    width: 48%;
  }
}
/*----- .baycruise-contact ------------------------------------*/
.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 4%;
}
.contact-wrapper .half-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.contact-wrapper .baycruise-contact-title {
  background: #033789;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  border-radius: 50px;
  line-height: 1.4;
  font-size: clamp(1.9rem, 16.4390243902px + 0.6829268293vw, 2.6rem);
  font-weight: 500;
  margin-bottom: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
}
.contact-wrapper .baycruise-contact-title.reverse {
  background: #006699;
}
.contact-wrapper .contact-contents {
  text-align: center;
}
.contact-wrapper .contact-tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.contact-wrapper .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.5rem, 23.1707317073px + 0.487804878vw, 3rem);
}
.contact-wrapper .contact-tel span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  .contact-wrapper .half-box {
    width: 48%;
  }
  .contact-wrapper .contact-tel .tel-number {
    pointer-events: none;
  }
}
/*----- .ship-container ------------------------------------*/
.ship-container:not(:last-child) {
  padding-bottom: clamp(50px, 38.6363636364px + 3.0303030303vw, 75px);
  margin-bottom: clamp(50px, 38.6363636364px + 3.0303030303vw, 75px);
  border-bottom: 1px solid #e0e0e0;
}
.ship-container .ship-name .name-s, .ship-container .ship-name .name-l {
  display: block;
  line-height: 1.3;
  font-weight: bold;
  color: #033789;
}
.ship-container .ship-name .name-s {
  margin-bottom: 5px;
  font-size: clamp(1.7rem, 15.9024390244px + 0.2926829268vw, 2rem);
}
.ship-container .ship-name .name-l {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
  font-size: clamp(1.9rem, 17.1707317073px + 0.487804878vw, 2.4rem);
}

.ship-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(25px, 22.7272727273px + 0.6060606061vw, 30px) 6%;
}
.ship-information .txt-box, .ship-information .img-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .ship-information .txt-box, .ship-information .img-box {
    width: 47%;
  }
}