@charset "UTF-8";
@import "//use.fontawesome.com/releases/v5.7.2/css/all.css";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* %計算*/
/*con_name_small | @include con_name_small();*/
/*ホテル名など 小さい*/
/*con_fukidashi | @include con_fukidashi();*/
/*吹き出しの枠*/
/*bxslider_css | @include bxslider_css();*/
/*スライダーイメージ用*/
/*キャンペーンページ用 幅1000px再指定用*/
/*@include camlayout(0);*/
/*#homepage*/
/*専用設定*/
/*フォントサイズ設定*/
/*icon style*/
/* ===================================================================
CSS information

 file name  : cruise.css
 author     : Ability Consultant
 style info : cruise
=================================================================== */
/* -----------------------------------------------------------
	Google Fonts
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

a * {
  transition: all .2s ease;
  font-family: "Noto Sans JP", sans-serif;
}

.txt_paren {
  font-size: 80%;
}

:root {
  --anchor-offset: 60px;
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.sec_ttl {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 22px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.08em;
  font-weight: 500;
}

#contents {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #555;
  position: relative;
  font-family: "Noto Serif JP";
}

.con_main {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.con_main picture {
  width: 100%;
  height: 100%;
  display: block;
}
.con_main img {
  width: 100%;
  height: 100%;
  display: block;
}

.cruise_nav {
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 0 20px;
  position: sticky;
  top: 20px;
  z-index: 999;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1);
  /* tablet */
  /* mobile */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cruise_nav {
    max-width: 800px;
  }
  .cruise_nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767px) {
  .cruise_nav {
    max-width: 700px;
    top: 0;
    padding: 5px;
    margin: 24px 15px 0;
    position: relative;
    border-radius: 5px;
  }
  .cruise_nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    border-radius: 0 5px 5px 0;
  }
}

.cruise_nav__list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cruise_nav__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cruise_nav__list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scroll-padding: 0 16px;
    align-items: center;
    scrollbar-width: none;
  }
  .cruise_nav__list::-webkit-scrollbar {
    display: none;
  }
}

.cruise_nav__item {
  margin: 0;
  padding: 0;
}

.cruise_nav__link {
  display: inline-block;
  padding: 12px 14px 9px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cruise_nav__link {
    padding: 5px 8px 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cruise_nav__link {
    white-space: nowrap;
  }
}

.cruise_nav__link.is-active {
  border-bottom-color: #2aa7df;
  color: #111;
}

.sec_charm {
  padding: 80px 0;
  position: relative;
}
.sec_charm .sec_ttl {
  padding-right: 76px;
}
@media only screen and (max-width: 767px) {
  .sec_charm .sec_ttl {
    padding-right: 0;
  }
}
.sec_charm .sec_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 60px;
  background: url(../images/cruise/images/ship.png) no-repeat center/contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec_charm .sec_ttl::after {
    right: -35px;
  }
}
.sec_charm .charm_blocks {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sec_charm .charm_block {
  position: relative;
  padding-bottom: 160px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 60px;
  row-gap: 22px;
  align-items: start;
}
.sec_charm .charm_block__head {
  grid-column: 2;
  grid-row: 1;
}
.sec_charm .charm_block__subttl {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 3rem;
  line-height: 1.9;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .sec_charm .charm_block__subttl {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
    margin-left: 0;
  }
}
.sec_charm .charm_block__mainimg {
  grid-column: 1;
  grid-row: 1;
}
.sec_charm .charm_block__mainimg img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_charm .charm_block__subimg {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}
.sec_charm .charm_block__subimg img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_charm .charm_block__text {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.sec_charm .charm_block.is_reverse {
  grid-template-columns: 1fr 2fr;
}
.sec_charm .charm_block.is_reverse .charm_block__head {
  grid-column: 1;
}
.sec_charm .charm_block.is_reverse .charm_block__mainimg {
  grid-column: 2;
  grid-row: 1;
}
.sec_charm .charm_block.is_reverse .charm_block__subimg {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}
.sec_charm .charm_block.is_reverse .charm_block__text {
  grid-column: 2;
}

.charm_block > * {
  position: relative;
  z-index: 1;
}
.charm_block::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
  width: 100vw;
  height: 74%;
  background: url(../images/cruise/images/wave.png) no-repeat center bottom/cover;
  pointer-events: none;
  z-index: 0;
}

.charm_block.is_reverse::after {
  transform: translateX(-50%) scaleX(-1);
}

.sec_howto {
  background-color: #ecf4f9;
  padding: 80px 0;
}
.sec_howto .howto_blocks {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.sec_howto .sec_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: url(../images/cruise/images/anchor.png) no-repeat center/contain;
  pointer-events: none;
}

.howto_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.howto_item {
  display: flex;
  align-items: stretch;
  margin-bottom: 6rem;
}

.howto_item.is_reverse {
  flex-direction: row;
}
.howto_item.is_reverse .howto_time {
  justify-content: end;
}
.howto_item.is_reverse .howto_item__body {
  text-align: right;
}

.howto_item__media {
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
}
.howto_item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.howto_item__body {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.75rem 3.25rem;
}

.howto_time {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 0.625rem;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #333;
}

.howto_clock {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex: 0 0 auto;
}

.howto_ttl {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #111;
  font-weight: 400;
}
@media (max-width: 767px) {
  .howto_ttl {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.txt_basic {
  margin: 0;
  font-size: 1.1rem;
  line-height: 2;
  color: #444;
  letter-spacing: 1px;
}

.sec_choose {
  padding: 80px 0;
  position: relative;
}
.sec_choose .choose_blocks {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.sec_choose .sec_ttl {
  padding-right: 76px;
}
@media only screen and (max-width: 767px) {
  .sec_choose .sec_ttl {
    padding-right: 0;
  }
}
.sec_choose .sec_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 60px;
  background: url(../images/cruise/images/ship.png) no-repeat center/contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec_choose .sec_ttl::after {
    right: -35px;
  }
}
.sec_choose::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 19%;
  transform: translateX(-50%) scaleX(-1);
  width: 100vw;
  height: 50%;
  background: url(../images/cruise/images/wave.png) no-repeat center bottom/cover;
  pointer-events: none;
  z-index: 0;
}

.choose_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.choose_grid > * {
  position: relative;
  z-index: 1;
}

.choose_card {
  display: block;
  color: inherit;
  border: 1px solid #e6eef4;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1);
  /* アコーディオンボタン */
  /* アコーディオン内容 */
  /* 開いた状態 */
}
.choose_card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.choose_card__body {
  padding: 12px 14px 16px;
}
.choose_card__tag {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  background: #0091ff;
  color: #fff;
  margin: 0 0 8px;
  font-family: "Noto Serif JP";
}
.choose_card__ttl {
  font-size: 15px;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
  font-family: "Noto Serif JP";
}
.choose_card__txt {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  font-family: "Noto Serif JP";
}
.choose_card__acc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  padding-top: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif JP";
}
.choose_card__acc-txt {
  letter-spacing: .02em;
}
.choose_card__acc-icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #bfbfbf;
  /* ＋ */
}
.choose_card__acc-icon::before, .choose_card__acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.choose_card__acc-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.choose_card__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 18px;
  transition: max-height .38s ease, padding .38s ease, opacity .2s ease, margin-top .38s ease;
}
.choose_card__panel dl {
  margin: 0;
}
.choose_card__panel-row {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
}
.choose_card__panel-row dt {
  flex: 0 0 auto;
  min-width: 5em;
  font-weight: normal;
  white-space: nowrap;
}
.choose_card__panel-row dd {
  margin: 0;
  flex: 1;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-word;
}
.choose_card.is-open {
  /* − に変更 */
}
.choose_card.is-open .choose_card__panel {
  max-height: 520px;
  opacity: 1;
  padding: 16px 18px;
  margin-top: 10px;
  background-color: #e5f4fd;
}
.choose_card.is-open .choose_card__acc-icon::after {
  display: none;
}

.sec_special {
  padding: 80px 0;
}
.sec_special .special_blocks {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.sec_special .sec_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: url(../images/cruise/images/anchor.png) no-repeat center/contain;
  pointer-events: none;
}

.special_banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

.special_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
}

.special_banner__txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.slick-list {
  padding: 14px 0 !important;
}

.sec_voice {
  --card-half: 280px;
  --slide-gap: 20px;
  --arrow-size: 50px;
  --arrow-half: 25px;
  padding: 80px 0;
  background-color: #ecf4f9;
  overflow: hidden;
}
.sec_voice p,
.sec_voice a {
  font-family: "Noto Serif JP";
}
.sec_voice .voice_blocks {
  margin: 30px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sec_voice .voice_blocks {
    padding: 0;
    padding: 0 14px;
  }
}
.sec_voice .voice_slider {
  width: 100vw;
  margin: 18px 0 0;
}
@media (max-width: 767px) {
  .sec_voice .voice_slider {
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
}
.sec_voice .voice_slider .slick-track {
  margin-left: -20px;
}
.sec_voice .voice_slider .slick-slide {
  margin-left: 60px;
  margin-right: 60px;
}
.sec_voice .voice_slider .slick-prev {
  top: 50%;
  left: 50%;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 999px;
  background: #d8d8d8;
  z-index: 10;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) translateX(calc(-1 * (var(--card-half) + var(--slide-gap) + var(--arrow-half))));
}
.sec_voice .voice_slider .slick-prev:before {
  content: none;
}
.sec_voice .voice_slider .slick-next {
  top: 50%;
  left: 50%;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 999px;
  background: #d8d8d8;
  z-index: 10;
  transform: translate(-50%, -50%);
  left: 49%;
  transform: translate(-50%, -50%) translateX(calc(var(--card-half) + var(--slide-gap) + var(--arrow-half)));
}
.sec_voice .voice_slider .slick-next:before {
  content: none;
}
.sec_voice .voice_slider .slick-arrow-svg {
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
}
.sec_voice .voice_slider .slick-dots li.slick-active button::before {
  color: #3558b3 !important;
  opacity: 1;
  font-size: 10px;
}
@media (max-width: 767px) {
  .sec_voice .voice_slider .slick-dots li.slick-active button::before {
    font-size: 8px;
  }
}
.sec_voice .voice_slider .slick-dots li button::before {
  font-size: 10px;
}
@media (max-width: 767px) {
  .sec_voice .voice_slider .slick-dots li button::before {
    font-size: 8px;
  }
}

.voice_slider {
  margin-top: 18px;
}

.voice_slide {
  padding: 0 14px;
  width: 560px;
}

.voice_card {
  display: block;
  color: inherit;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1);
  width: 560px;
  max-width: 560px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .voice_card {
    min-height: 200px;
  }
}

.voice_card__head {
  padding: 25px 16px 0;
  text-align: center;
}

.voice_card__catch {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #444;
}

.voice_card__line {
  display: block;
  height: 1px;
  background: #d6e7f2;
  margin: 12px auto 0;
  max-width: 420px;
}

.voice_card__body {
  padding: 12px 16px 16px;
}

.voice_badge {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  background: #3558b3;
  color: #fff;
  margin: 0 0 8px;
}

.voice_meta {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px;
}

.voice_media {
  display: flex;
  justify-content: center;
  margin: 6px 0 10px;
}
.voice_media img {
  width: 120px;
  height: auto;
  display: block;
}

.voice_text {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0;
  background: #eef6fb;
  border-radius: 8px;
  padding: 14px 16px;
}

.voice_more {
  display: none;
}

.voice_modals {
  display: none;
}

.voice_card__content {
  display: flex;
  align-items: center;
  gap: 22px;
}
.voice_card__content .voice_media {
  justify-content: flex-start;
  margin: 0;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .voice_card__content .voice_media {
    margin: 0;
    width: 35%;
  }
  .voice_card__content .voice_media img {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.voice_bubble {
  position: relative;
  flex: 1;
}
.voice_bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #eef6fb;
}
@media (max-width: 767px) {
  .voice_bubble::before {
    display: none;
  }
}

.sec_tour {
  padding: 80px 0;
}
.sec_tour .tour_blocks {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.sec_tour .sec_ttl {
  padding-right: 76px;
}
@media only screen and (max-width: 767px) {
  .sec_tour .sec_ttl {
    padding-right: 0;
  }
}
.sec_tour .sec_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 60px;
  background: url(../images/cruise/images/ship.png) no-repeat center/contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec_tour .sec_ttl::after {
    right: -35px;
  }
}

.tour_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 70%;
  margin: auto;
}

.tour_card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e6eef4;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.tour_card__media {
  position: relative;
}
.tour_card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tour_card__body {
  padding: 18px 20px 18px;
}

.tour_card__ttl {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP";
}

.tour_card__desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  font-family: "Noto Serif JP";
}

.tour_card__price {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px;
  font-family: "Noto Serif JP";
}

.tour_card__price-label {
  font-size: 12px;
  color: #666;
  font-family: "Noto Serif JP";
}

.tour_card__price-num {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #e53935;
  font-weight: 700;
  font-family: "Noto Serif JP";
}

.sec_step {
  background-color: #ecf4f9;
  padding: 80px 0;
}
.sec_step .step_blocks {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sec_step .step_blocks {
    margin: 20px auto 0;
  }
}

.step_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 70%;
  margin: auto;
}

.step_item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: #fff;
  border-radius: 5px;
  padding: 26px 28px;
  position: relative;
}

.step_item__badge {
  flex: 0 0 auto;
}

.step_badge {
  width: 45px;
  height: 45px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3558b3;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
}

.step_badge__label {
  font-size: 11px;
  letter-spacing: .08em;
}

.step_badge__num {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}

.step_item_cont {
  display: flex;
}

.step_ttl {
  margin: 0 0 10px;
  font-size: 1.7rem;
  letter-spacing: .02em;
  color: #555;
  font-weight: 500;
}

.step_txt {
  margin: 0;
  font-size: .875rem;
  line-height: 2;
  color: #444;
}

.step_note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
}

.step_tag {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.65rem;
  background: #f08a00;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.15rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.notice_box__inner {
  max-width: 68.75rem;
  margin: 2rem auto 0;
  background: #fbf3c6;
  border-radius: 0.5rem;
  padding: 1.75rem 0;
  display: flex;
  align-items: flex-start;
  gap: 2.25rem;
  position: relative;
  overflow: visible;
}

.notice_box__media {
  flex: 0 0 12rem;
  position: relative;
  height: 16rem;
}
.notice_box__media img {
  width: 16rem;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-0.25rem, -2.75rem);
}

.notice_box__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 1rem;
}

.notice_box__ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.9rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #555;
  letter-spacing: .02em;
}

.notice_box__icon {
  width: 2.1rem;
  height: auto;
  flex: 0 0 auto;
}

.notice_box__text {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #666;
}

.notice_box__hl {
  font-weight: 700;
  color: #555;
}

.notice_box__note {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #777;
  padding-left: 1em;
  text-indent: -1em;
}

.sec_contact {
  position: relative;
  background: #fff;
}

.sec_contact__bg {
  height: 320px;
  background: url(../images/cruise/images/contact_bg.jpg) no-repeat center/cover;
}

.sec_contact__inner {
  max-width: 900px;
  margin: -90px auto 0;
  padding: 0 20px 90px;
}
.sec_contact__inner .sm_notice {
  font-size: 0.85rem;
  margin-top: 2rem;
  text-align: right;
}

.sec_contact__panel {
  background: #fff;
  padding: 44px 56px 46px;
  position: relative;
}
.sec_contact__panel::before {
  content: "";
  position: absolute;
  top: 125px;
  bottom: 30px;
  left: 50%;
  width: 1px;
  background: #ddd;
  transform: translateX(-50%);
  pointer-events: none;
}

.sec_contact__ttl {
  margin: 0 0 34px;
  text-align: center;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: .06em;
  color: #666;
  font-weight: 600;
}

.sec_contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: start;
}

.sec_contact__subttl {
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_contact__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 235px;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 12px 11px;
  border-radius: 4px;
  background: #0a84e8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.sec_contact__btn:last-of-type {
  margin-bottom: 0;
}

.sec_contact__label {
  flex: 1;
  text-align: center;
}

.sec_contact__arrow {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

.sec_contact__arrow-icon {
  display: block;
}

.sec_contact__arrow {
  display: inline-flex;
  align-items: center;
}

.sec_contact__col--tel {
  text-align: center;
}
@media (max-width: 767px) {
  .sec_contact__col--tel {
    font-size: 1.8rem;
  }
}

.sec_contact__tel {
  margin: 8px 0 10px;
  font-size: 3rem;
  line-height: 1.1;
  color: #666;
  letter-spacing: .04em;
  font-weight: 500;
}

.sec_contact__time {
  margin: 0;
  font-size: 1.1rem;
  color: #777;
}
@media (max-width: 767px) {
  .sec_contact__time {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  :root {
    --anchor-offset: 0;
  }

  .cruise_nav__item {
    flex: 0 0 auto;
  }

  .sec_charm .charm_blocks {
    margin-bottom: 50px;
  }
  .sec_charm .charm_block {
    display: block;
    padding-bottom: 0;
  }
  .sec_charm .charm_block__subimg {
    display: none;
  }
  .sec_charm .charm_block__text {
    margin-top: 18px;
  }

  .charm_block::after {
    display: none;
  }

  .sec_howto {
    padding: 50px 0;
  }
  .sec_howto .howto_blocks {
    margin: 0 auto 0;
  }
  .sec_howto .sec_ttl::before {
    content: "";
    left: -25%;
    width: 60px;
    height: 60px;
  }

  .howto_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .howto_item.is_reverse {
    display: flex;
    flex-direction: column;
  }
  .howto_item.is_reverse .howto_time {
    justify-content: center;
  }
  .howto_item.is_reverse .howto_item__body {
    text-align: left;
  }

  .howto_item__body {
    display: contents;
  }

  .howto_head {
    order: 1;
    text-align: center;
    margin: 0 0 0.875rem;
  }

  .howto_time {
    justify-content: center;
    margin: 0 0 0.5rem;
  }

  .howto_item__media {
    order: 2;
  }
  .howto_item__media img {
    height: auto;
  }

  .txt_basic {
    order: 3;
    margin-top: 0.875rem;
  }

  .sec_special {
    padding: 50px 0;
  }
  .sec_special .sec_ttl::before {
    content: "";
    left: -16%;
    width: 70px;
    height: 70px;
  }
  .sec_special .special_blocks {
    margin: 20px auto 0;
  }

  .special_banner {
    min-height: 200px;
  }

  .sec_voice {
    padding: 50px 0;
    overflow: visible;
  }
  .sec_voice .slick-list {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sec_voice .slick-track {
    margin-left: 0 !important;
  }
  .sec_voice .slick-slide {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
  }
  .sec_voice .voice_slide {
    padding: 0;
  }
  .sec_voice .voice_card {
    margin: 2px auto !important;
  }
  .sec_voice .voice_more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    text-decoration: underline;
    letter-spacing: .02em;
  }
  .sec_voice .voice_more__arrow {
    display: block;
    width: 16px;
    height: 16px;
  }
  .sec_voice .voice_text {
    display: none !important;
  }
  .sec_voice .voice_card__head {
    padding: 16px 30px 0;
    text-align: center;
  }
  .sec_voice .voice_card__catch {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .sec_voice .voice_card__line {
    margin: 10px auto 0;
    max-width: 240px;
  }
  .sec_voice .voice_badge {
    display: inline-block;
    margin: 8px auto;
  }
  .sec_voice .voice_card__content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .sec_voice .js-voice-modal {
    cursor: pointer;
  }
  .sec_voice .voice_slider .slick-prev {
    top: 50%;
    transform: translate(0, -50%) !important;
    left: 5px !important;
    width: 32px;
    height: 32px;
  }
  .sec_voice .voice_slider .slick-next {
    top: 50%;
    transform: translate(0, -50%) !important;
    right: 5px !important;
    left: auto !important;
    width: 32px;
    height: 32px;
  }
  .sec_voice .voice_slider .slick-arrow-svg {
    width: 30px;
    height: 30px;
  }

  .mfp-bg {
    opacity: .65;
  }

  .mfp-content .voice_modal {
    width: calc(100vw - 28px);
    max-width: 420px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    background: #fff;
    font-family: 'Noto Serif JP';
  }
  .mfp-content .voice_modal__ttl {
    margin: 0;
    padding: 14px 35px 14px 14px;
    font-size: 17px;
    line-height: 1.5;
    color: #222;
    background: #f3f6f9;
    border-bottom: 1px solid #e6eef4;
    letter-spacing: .02em;
    text-align: center;
  }
  .mfp-content .voice_modal__media {
    padding-left: 14px;
    padding-right: 14px;
    margin: 12px 0 10px;
    justify-content: center;
    display: flex;
  }
  .mfp-content .voice_modal__media img {
    width: 125px;
    border-radius: 10px;
    display: block;
  }
  .mfp-content .voice_modal__meta {
    padding-left: 14px;
    padding-right: 14px;
    margin: 0 0 12px;
    font-size: 12px;
    color: #666;
  }
  .mfp-content .voice_badge {
    margin-left: 14px;
  }
  .mfp-content .voice_modal__text {
    position: relative;
    margin: 16px 10px 16px;
    padding: 10px;
    background: #eef6fb;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.9;
    color: #333;
  }
  .mfp-content .voice_modal__text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eef6fb;
  }
  .mfp-content .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 4px;
    top: -14px;
    opacity: 1;
    color: #333;
    font-size: 30px;
    text-align: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .sec_tour {
    padding: 50px 0;
  }
  .sec_tour .tour_blocks {
    margin: 20px auto 0;
  }

  .tour_list {
    max-width: 100%;
  }

  .sec_contact__bg {
    height: 240px;
  }

  .sec_contact__inner {
    margin-top: -60px;
    padding: 0 14px 70px;
  }

  .sec_contact__panel {
    padding: 34px 20px 34px;
  }
  .sec_contact__panel::before {
    display: none;
    display: none;
  }

  .sec_contact__ttl {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }

  .sec_contact__grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .sec_contact__subttl {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .sec_contact__btn {
    width: 18rem;
    padding: 10px 18px;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .view_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .choose_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .special_banners {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tour_card {
    grid-template-columns: 1fr;
  }

  .tour_card__media img {
    height: auto;
    object-fit: initial;
  }
}
@media (max-width: 560px) {
  .choose_grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .sec_choose {
    padding: 50px 0;
  }
  .sec_choose::after {
    display: none;
  }
  .sec_choose .choose_blocks {
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) {
  .step_item_cont_04 .step_txt {
    padding-right: 11rem;
  }

  .step_txt {
    padding-right: 7rem;
    padding-bottom: 1.5rem;
  }

  .step_item__media {
    position: absolute;
    right: 18px;
    bottom: 15px;
    float: none;
    shape-outside: none;
    width: 85px;
    height: auto;
    margin-left: 0;
    object-fit: contain;
  }

  .step_item__media_04 {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .sec_step {
    padding: 50px 0;
  }

  .step_list {
    width: 100%;
  }

  .step_item {
    padding: 16px 14px;
    gap: 12px;
  }

  .step_badge {
    width: 24px;
    height: 24px;
  }

  .step_badge__num {
    margin-top: 0px;
  }

  .step_item__body {
    position: relative;
  }

  .step_ttl {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }

  .step_txt {
    font-size: 13px;
    line-height: 1.8;
  }

  .step_note {
    margin-top: 6px;
  }

  .step_item__media {
    float: right;
    height: 160px;
    margin-left: 15px;
    width: 70px;
    shape-outside: inset(calc(100% - 70px) 0 0);
    object-fit: contain;
    object-position: bottom;
  }
  .step_item__media img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .step_item__media_02 {
    width: 62px;
  }

  .step_item__media_03 {
    height: 100px;
    shape-outside: inset(calc(100% - 24px) 0 0);
  }

  .step_item__media_04 {
    height: 200px;
    width: 110px;
    shape-outside: inset(calc(100% - 110px) 0 0);
  }

  .notice_box__inner {
    padding: 2rem 1.5rem 1.75rem;
    display: block;
    position: relative;
    overflow: visible;
  }

  .notice_box__ttl {
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 1.1rem;
    font-weight: 500;
  }

  .notice_box__hl {
    font-weight: normal;
  }

  .notice_box__media {
    float: none;
    shape-outside: none;
    position: absolute;
    right: 2.25rem;
    bottom: -2.6rem;
    width: 95px;
    height: auto;
    z-index: 2;
    pointer-events: none;
  }
  .notice_box__media img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    transform: rotate(14deg);
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
  }

  .notice_box__body {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .notice_box__hl {
    position: relative;
    z-index: 0;
    white-space: nowrap;
  }
  .notice_box__hl::after {
    content: "";
    position: absolute;
    left: -0.1em;
    right: -0.1em;
    bottom: 0.1em;
    height: 0.55em;
    background: rgba(240, 138, 0, 0.35);
    z-index: -1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_voice a.js-voice-modal {
    pointer-events: none !important;
    cursor: default;
  }
  .sec_voice a.js-voice-modal * {
    pointer-events: none !important;
  }
}
