@charset "UTF-8";

body{
  margin-top: 0 !important;
}
#globalHeader.is-fixed{
  position: static !important;
  transform: translateY(0);
}
#globalHeader.is-hidden{
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px){
  #mainContents{
    margin-top: 0 !important;
  }
}

:root{
  --font_family-gothic: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
  --main_color: #3f3d3c;
  --sub_color1: #0068b3;
  --sub_color2: #e2dcb7;
  --sub_color3: #f4f9ff;
  --sub_color4: #d3ecfa;
}


.mt80{ margin-top: clamp(40px, (100vw - 320px) * ( 80 - 40 ) / 448 + 40px, 80px); }
.mt60{ margin-top: clamp(30px, (100vw - 320px) * ( 60 - 30 ) / 448 + 30px, 60px); }
.mt50{ margin-top: clamp(20px, (100vw - 320px) * ( 50 - 25 ) / 448 + 20px, 50px); }
.mt40{ margin-top: clamp(20px, (100vw - 320px) * ( 40 - 20 ) / 448 + 20px, 40px); }
.mt30{ margin-top: clamp(15px, (100vw - 320px) * ( 30 - 15 ) / 448 + 15px, 30px); }
.mt20{ margin-top: clamp(10px, (100vw - 320px) * ( 20 - 10 ) / 448 + 10px, 20px); }
.mt15{ margin-top: clamp(10px, (100vw - 320px) * ( 15 - 10 ) / 448 + 10px, 15px); }
.mt10{
  margin-top: 10px;
}
.mt5{
  margin-top: 5px;
}
.mb80{ margin-bottom: clamp(40px, (100vw - 320px) * ( 80 - 40 ) / 448 + 40px, 80px); }
.mb60{ margin-bottom: clamp(30px, (100vw - 320px) * ( 60 - 30 ) / 448 + 30px, 60px); }
.mb50{ margin-bottom: clamp(20px, (100vw - 320px) * ( 50 - 25 ) / 448 + 20px, 50px); }
.mb40{ margin-bottom: clamp(20px, (100vw - 320px) * ( 40 - 20 ) / 448 + 20px, 40px); }
.mb30{ margin-bottom: clamp(15px, (100vw - 320px) * ( 30 - 15 ) / 448 + 15px, 30px); }
.mb20{ margin-bottom: clamp(10px, (100vw - 320px) * ( 20 - 10 ) / 448 + 10px, 20px); }
.mb15{ margin-bottom: clamp(10px, (100vw - 320px) * ( 15 - 10 ) / 448 + 10px, 15px); }

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }

.ma{
  margin-left: auto;
  margin-right: auto;
}

.pt80{ padding-top: clamp(40px, (100vw - 320px) * ( 80 - 40 ) / 448 + 40px, 80px); }
.pt60{ padding-top: clamp(30px, (100vw - 320px) * ( 60 - 30 ) / 448 + 30px, 60px); }
.pt50{ padding-top: clamp(20px, (100vw - 320px) * ( 50 - 25 ) / 448 + 20px, 50px); }
.pt40{ padding-top: clamp(20px, (100vw - 320px) * ( 40 - 20 ) / 448 + 20px, 40px); }
.pt30{ padding-top: clamp(15px, (100vw - 320px) * ( 30 - 15 ) / 448 + 15px, 30px); }
.pt20{ padding-top: clamp(10px, (100vw - 320px) * ( 20 - 10 ) / 448 + 10px, 20px); }
.pt15{ padding-top: clamp(10px, (100vw - 320px) * ( 15 - 10 ) / 448 + 10px, 15px); }

.bgMain{
  background-color: var(--main_color);
}
.bgWhite{
  background-color: #ffffff;
}
.bgSub1{
  background-color: var(--sub_color1);
}
.bgSub2{
  background-color: var(--sub_color2);
}
.bgSub3{
  background-color: var(--sub_color3);
}
.bgSub4{
  background-color: var(--sub_color4);
}
.cMain{
  color: var(--main_color);
}
.cSub1{
  color: var(--sub_color1);
}
.cSub2{
  color: var(--sub_color2);
}
.cSub3{
  color: var(--sub_color3);
}
.cSub4{
  color: var(--sub_color4);
}

.cWhite, a.cWhite{
  color: #ffffff;
}
.cPink{
  color: #fed1e8;
}
.cRed{
  color: #da1d44;
}
.cGreen{
  color: #13a744;
}
.ffGothic{
  font-family: var(--font_family-gothic);
}
.fs27{ font-size: 135%; }
.fs26{ font-size: 130%; }
.fs24{ font-size: 120%; }
.fs22{ font-size: 111%; }
.fs21{ font-size: 105%; }
.fs19{ font-size: 95%; }
.fs18{ font-size: 90%; }
.fs16{ font-size: 80%; }
.fs14{ font-size: 70%; }
.fs13{ font-size: 65%; }
.fs12{ font-size: 60%; }

.fwb{
  font-weight: bold;
}

.db{
  display: block;
}
.fx1{
  flex: 1;
}
.wfc{
  width: fit-content;
}
.jcc{
  justify-content: center;
}
@media (min-width: 769px){
  .w1236{
    width: 1256px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc-db{
    display: block;
  }
  .df{
    display: flex;
  }
  .dg,
  .grid__list{
    display: grid;
  }
  .dg.col2{
    grid-template-columns: 1fr 1fr;
  }
  .grid__list.col2{
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
  }
  
  .dg.col3{
    grid-template-columns: 1fr 1fr 1fr;  
  }
  .grid__list.col3{
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
  .cc2{
    column-count: 2;
  }
  .w1236.south-america-image{
    max-width: 1256px;
    width:100%;
  }
  .pc-gap20{ gap: 20px; }
  .pc-gap30{ gap: 30px; }
  .pc-gap40{ gap: 40px; }
  .pc-gap50{ gap: 50px; }

  .pc-whsn{
    white-space: nowrap;
  }
}
@media (max-width: 768px){
  .w1236{
    padding-left: calc( 30 / 750 * 100vw );
    padding-right: calc( 30 / 750 * 100vw );
  }
  .sp-db{
    display: block;
  }
  .sp-tal{
    display: block;
    text-align: justify;
  }
  .sp-w650{
    padding-left: 20px;
    padding-right: 20px;
  }
  .global_nav-block-category-sp{
    display: none;
  }
  .sp-dg{
    display: grid;
  }
  .sp-dg.col2{
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
  .sp-gap10{ display: grid; gap: 10px; }
  .sp-gap20{
    display: grid;
    gap: 20px
  }
  .sp-gap30{ display: grid; gap: 30px; }
  .sp-gap40{ display: grid; gap: 40px; }

  .cassette-block > li{
    margin-top: -50px;
  }
  .image-container .image-block + .image-block {
    margin-top: 10px;
  }

  .sp-mt10{ margin-top: 10px !important; }
  .sp-mt20{ margin-top: 20px !important; }
  .sp-mt30{ margin-top: 30px !important; }
  .sp-mt40{ margin-top: 40px !important; }
  .sp-mt50{ margin-top: 50px !important; }

  .sp-fs20{ font-size: 125%; }
  .sp-fs18{ font-size: 112.5%; }
  .sp-fs16{ font-size: 100%; }
  .sp-fs14{ font-size: 87.5%; }
  .sp-fs12{ font-size: 75%; }

  .grid__list{
    display: grid;
    row-gap: 40px;
  }
}

.base{
  background-color: #ffffff;
  font-family: 'Noto Serif JP', serif !important;  font-size: 2rem;
  color: var(--main_color);
  text-align: center;
}
.base a, .base input, .base a, .base .button{
  transition: .2s ease-in-out;
	will-change: transform;
}
.base input{
  border: none;
  background: transparent;
  font-family: 'Noto Serif JP', serif !important;  font-size: 2rem;
}
.base button{
  border: none;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif !important;  font-size: 2rem;
}
.base img{
  width: 100%;
  height: auto;
  max-width: fit-content;
  vertical-align: top;
}
@media (max-width: 768px){
  .base{
    font-size: calc( 32 / 750 * 100vw );
  }
  .base img{
    max-width: 100%;
    height: auto;
  }
}

.footnote{
  display: block;
  line-height: 1.4;
}
.text-container{
  text-align: left;
}
.cassette-block > li{
  margin-top: -100px;
  padding-top: 100px;
}
.cassette-block > li > div{
  background-color: var(--sub_color3);
  color: var(--main_color);
}
.cassette__heading{
  display: flex;
  min-height: 50px;
  height: auto;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.cassette__heading .right-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 17px;
  text-align: left;
  padding: 10px;
}
.cassette__heading .left-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  background-color: var(--sub_color2);
  color: #221815;
  padding: 0 20px;
  white-space: nowrap;
}
.cassette__link{
  font-weight: bold;
}
.cassette-block .text-container {
  margin-top: 20px;
  padding: 0 20px 20px;
}
.caption {
  display: block;
  height: 17px;
  margin-top: 5px;
  padding-right: 5px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.2;
}
.device--pc .caption {
  height: 17px;
}
@media (min-width: 769px){
  .cassette__link:hover{
    color: #da1d44;
    filter: brightness(1);
  }
}

.T-un_listDetailTable.-schedule{
  margin-top: 30px;
  font-family: var(--font_family-gothic);
}
.T-un_listDetailTable.-schedule .schedule__container{
  color: var(--main_color);
}
.T-un_listDetailTable_list a{
  text-decoration: none;
}
/* 寄港地スケジュール */
.local_tour-container .T-un_listDetailTable_list > *:nth-child(3n) {
  display: none;
}
/* 区間スケジュール */
/* .course__item .T-un_listDetailTable.-schedule{
  a.text__link{
    text-decoration: none;
    pointer-events: none;
  }
} */
@media (min-width: 769px){
  .T-un_listDetailTable_list{
    text-align: left;
  }

  /* 寄港地スケジュール */
  .local_tour-container .T-un_listDetailTable_list > *:nth-child(3n+2) {
    width: 90%;
    border-right: none;
  }
  /* 全区間スケジュール */
  .full_cluse .T-un_listDetailTable_list > *:nth-child(3n+2) {
    width: 51%;
  }
  .full_cluse .T-un_listDetailTable_list > *:nth-child(3n+3) {
      width: 39%;
  }
  /* 区間スケジュール */
  .course__item .T-un_listDetailTable_list > *:nth-child(3n+2){
    width:68%;
  }
  .course__item .T-un_listDetailTable_list > *:nth-child(3n){
    width:22%;
    padding: 7px;

  }
}
@media (max-width: 768px){
  .T-un_listDetailTable_list {
    max-height: calc( 280 / 750 * 100vw );
  }
  .T-un_listDetailTable_list > *:nth-child(3n+3) br + a .label{
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
  }
}

.button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.button input{
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.button span{
  position: relative;
  top: -1px;
}
.h60{
  height: 60px;
}
.h70{
  height: 70px;
}
.h80{
  height: 80px;
}
/* .h100{
  height: 100px;
} */
.button.bgDark{
  background-image: linear-gradient(180deg, #0068b3, #5aace7 ,#0068b3);
  color: #ffffff;
}
.button.bgGreen{
  background-image: linear-gradient(180deg, #44764b, #325c38);
  color: #ffffff;
}
.button.bgBlue{
  background-image: linear-gradient(180deg, #757dad, #4d558b);
  color: #ffffff;
}
.button.bgGold{
  background-image: linear-gradient(180deg, #b2915c, #a78349);
  color: #ffffff;
  font-weight: 500;
}
.button.mutual_link{
  max-width: 1236px;
  margin: auto;
  background-image: linear-gradient(180deg, #fcd40d, #fff784, #fcd40d);
  filter: brightness(0.95);
  color: var(--main_color);
}

.button.bgGreen input{
  color: #ffffff;
}
.button.bgLightblue{
  background-image: linear-gradient(180deg, #92cbeb, #c4deee ,#92cbeb);
}
.button.bgLightblue-border{
  padding: 10px 0;
  background-image: linear-gradient(180deg, #afd2eb, #ffffff ,#afd2eb);
  border: 1px solid #0068b3;
  color: #0068b3;
  line-height: 1.4;
}

a.button-main{
  color: var(--main_color);
  line-height: 1.2;
}
.button-main{
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(180deg, #c7b37b, #e4d6a0 ,#c7b37b);
  font-size: 2.6rem;
  color: var(--main_color);
}
.button-main input{
  position: relative;
  top: -2px;
  font-size: 2.6rem;
  font-weight: 500;
}
.button-main::before,
.button-mutual_link::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  top: 50%;
  transform: translateY(-10px);
  right: 17px;
  background-color: var(--main_color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.button-main.-arrow-x::before {
  width: 20px;
  height: 16px;
  transform: translateY(-8px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.button-main.-arrow-x.is-close::before{
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.button.bgDark::before,
.button.bgGreen::before,
.button.bgBlue::before,
.button.bgGold::before {
  background-color: #ffffff;
}
button.button-secondary {
  width: 290px;
  height: 50px;
  border: 1px solid #125687;
  border-radius: 25px;
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #125687;
  cursor: pointer;
  margin: auto;
}
.button-secondary::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 38px;
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-color: #125687;
  border-top-style: solid;
  border-right-style: solid;
  transform: rotate(135deg);
}
.button-secondary.is-close::after {
  top: 21px;
  transform: rotate(-45deg);
}

.-schedule + .button-secondary {
  position: relative;
  top: -25px;
}
.-schedule + .button-secondary.is-close {
  margin-top: 35px;
}

a.button.button-floating{
  color: #ffffff;
  font-weight: bold;
}
.button-floating input{
  font-weight: bold;
}


.cassette__link.-bottom{
  display: block;
  text-align: right;
  font-size: 90%;
}
.cassette__link-container{
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px){
  a.text__link:hover{
    color: #51a3f0;
  }
  .base .button:hover{
    filter: brightness(1.2);
  }
  .base .button-secondary:hover {
    background-color: #e7edff;
    filter: brightness(1);
  }
  .base .button.mutual_link:hover,
  .base .bgLightblue-border:hover{
    /* background-image: linear-gradient(180deg, #f8b310, #fff784, #f8b310); */
    filter: brightness(1.05);
  }
  
  .h100{
    height: 100px;
  }
  .button.h60, .button.h60 input,
  .button.h70, .button.h70 input{
    font-size: 2.2rem;
  }
  .button-mutual_link{
    font-size: 2.6rem;
  }
  .button.border{
    border-radius: 8px;
  }
  .button.border::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #ffffff;
    border-radius: 6px;
  }
  .button.mutual_link.border::after{
    border-color: #24120e; 
  }

  .button-main span{
    position: relative;
    top: -2pxpx;
    left: -10px;
  }
  .button-floating {
    width: auto;
    height: 60px;
    padding: 0 20px;
    position: relative;
    font-size: 2rem;
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .button.border::after{
    width: calc( 100% - 6px );
  }
  .button.h60.border::after {
    height: 54px;
  }
  .button.h70.border::after {
    height: 64px;
  }
  .button.h80.border::after {
    height: 74px;
  }
  .button.h100.border::after {
    height: 94px;
  }
  .button-floating.border::after {
    width: calc( 100% - 6px );
    height: 54px;
  }
  .button-floating input{
    position: relative;
    top: -1px;
    z-index: 1;
    font-size: 2.0rem;
  }

  .button-floating + .button-floating{
    margin-top: 10px;
  }
}
@media ( max-width: 768px ){
  .button-main{
    height: 75px;
  }
  .button-main, .button-main input, .button-mutual_link{
    font-size:calc( 35 / 750 * 100vw );
  }
  .button-mutual_link{
    line-height: 1.2;
    height: auto;
    padding: 10px 0;
  }

  .main_title-container .button-mutual_link{
    width: 92%;
  }
  .button-mutual_link::before,
  a.button-main::before{
    right: 4vw;
    width: 3vw;
    height: 4vw;
    transform: translateY(-2.2vw);
  }
  .button-main span{
    position: relative;
    left: -2vw;
  }
  .button-floating{
    flex: 1;
  }
  .button-floating.-inquiry{
    height: 100%;
  }
  .button-floating input{
    font-size: calc( 32 / 750 * 100vw );
    letter-spacing: -0.4vw;
  }
  .main .button + form{
    margin-top: 30px;
  }
}
/* ------------------------------------------------------- */

.main_title-container{
  position: relative;
  min-width: 1256px;
  padding-top: 50px;
  line-height: 1.2;
  > *{
      position: relative;
      z-index: 1;
  }
}
.banner-container .bottom{
  display: none;
}
.banner-container.-bottom .top{
  display: none;
}
.banner-container.-bottom .bottom{
  display: block;
}

.banner__item{
  .text-container{
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
  }
  a{
    display: block;
    font-weight: bold;
  }
}
.banner-item__button{
  width: 100%;
  display: block;
  padding: 8px 5px 5px;
}
.banner__item.-areacruise .banner-item__button{
  background-color: #da1d44;
  color: #ffffff;
}
.banner__item.-local_cruise .banner-item__button{
  background-color: #0068b3;
  color: #ffffff;
}
.banner__item.-local_cruise .banner-item__button{
  background-color: #0068b3;
  color: #ffffff;
}
.banner__item.-grand_tour .banner-item__button{
  background-color: #463405;
  color: #ffffff;
}
.banner-container a img{
  transition: .2s ease-in-out;
}

@media (min-width: 769px){
  .banner-container a:hover img{
    opacity: .8;
  }
  .banner__item a:hover{
    filter: brightness(1);
  }
  .banner__item a .banner-item__button:hover {
    background-color: #fedf12;
    color: #221815;
  }
}
@media (max-width: 768px){
  .banner__item {
    max-width: 548px;
    margin: auto;
    .text-container{
      font-size: 0.6em;
      padding: 5px;
    }
  }
  .banner__item.-grand_tour {
    width: 50%;
  }
  .banner-item__button{
    padding: 6px 5px 5px;
  }
}

.mv_text__list{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.mv_text__item{
  display: flex;
  justify-content: center;
  width: fit-content;
}
.mv_text__item01{
  font-size: 1.6em;
}
.mv_text__item01::before, .mv_text__item01::after {
  content: "";
  display: inline-block;
  width: 90px;
  margin-right: 15px;
  background: url(/cruise/mof/southamerica-worldcruise/images/image-line-blue.webp) no-repeat center left / 100%;
}
.mv_text__item01:after {
  margin-left: 15px;
  transform: scale(-1, 1);
}
.mv_text__item02,
.mv_text__item04{
  font-family: var(--font_family-gothic);
}
.mv_text__item02{
  font-weight: bold;
}
.mv_text__item02 b,
.mv_text__item04 b{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.mv_text__item02 b{
  position: relative;
  top: -0.25vw;
  font-size: 111.7647%;
}
.mv_text__item04{
  padding: 10px 0 15px;
  border-top: 4px double var(--sub_color1);
  border-bottom: 4px double var(--sub_color1);
}
.mv_text__item04 b{
  position: relative;
  top: 0.1vw;
  font-size: 120%;
}
.mv_text__item04 .head{
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.mv_text__item04 .head::after{
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  border-right: 1px solid var(--sub_color1);
  top: 50%;
  right: 0px;
  transform: translateY(-42%);
}
.mv_text__item04 .dept{
  position: relative;
  font-weight: bold;
}
.events .link-container {
  display: block;
}
.events .link-container p{
  line-height: 1.4;
}
.events .link-container ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  margin: auto;
  column-gap: 30px;
  row-gap: 10px;
}
.events .link-container ul a{
  display: inline-flex;
  align-items: center;
  color: var(--main_color);
  text-decoration: underline;
}
.mv_text__item03{
  font-weight: 700;
}
@media (max-width: 1600px){
  .events .link-container {
    margin-top: calc( 30 / 1920 * 100vw );
  }
}
@media (max-width: 1256px){
  .base .mv_ship{
    width: 1256px;
  }
}
@media (min-width: 769px) and (max-width: 1256px){
  .main_title-container .button-main{
    width: 400px;
    height: 55px;
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 769px){
  .events .link-container ul a:hover{
    color: var(--sub_color1);
  }
}

@media (max-width: 768px){
  .main_title-container{
    min-width: 100%;
  }
  .mv_text__item01::before, .mv_text__item01::after {
    width: calc( 55 / 750 * 100vw );
  }
  .mv_text__item01{
    font-size: calc( 32 / 750 * 100vw );
  }
  .mv_text__item02{
    font-size: calc( 34 / 750 * 100vw );
  }
  .mv_text__item02 b {
    top: -0.5vw;
  }
  .mv_text__item03{
    font-size: calc( 21 / 750 * 100vw );
    letter-spacing: -0.2vw;
  }
  .mv_text__item04{
    padding: 8px 0 9px;
    font-size: calc( 23 / 750 * 100vw );
  }
  .mv_text__item04 .head {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .mv_text__item04 .dept{
    top: calc( 5 / 750 * 100vw );
  }
  .events .link-container {
    font-size: calc( 30 / 750 * 100vw );
  }
  .events .link-container ul{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    font-size: 105%;
  }
  .main_title-container .button-main{
    height: calc( 125 / 750 * 100vw );
  }
}



.main{
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 769px) and (max-width: 1256px){
  .main{
    width: 1256px;
  }
}

#contentNav{
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
}
#contentNav.is-fixed{
  /* top: 0; */
  opacity: 1;
  visibility: visible;
}
.nav{
  position: relative;
  z-index: 20;
  width: 100%;
  border-bottom: 2px solid var(--sub_color1);
  background-color: var(--sub_color1);
}
.nav__list{
  display: flex;
  height: 80px;
}
.base nav a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav__item a{
  color: #ffffff;
}
.nav__item a::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  width: 17px;
  height: 9px;
  background: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 769px){
  .nav__item{
    flex: 1;
  }
  .base nav a:hover{
    color: #51a3f0
  }
  .nav__item a:hover::after{
    background: #51a3f0;
  }
}
@media (max-width: 1023px){
  #globalHeader.is-fixed #globalNav {
    position: static;
  }
  .nav__item{
    height: 60px;
  }
}
@media (max-width: 768px){
  .nav__list{
    flex-wrap: wrap;
    height: 120px;
  }
  .nav__item{
    flex: 50%;
  }
  .nav__item span{
    position: relative;
    top: -5px;
  }
}

a.text__link{
  text-decoration: underline;
  font-weight: bold;
}



/* section common
--------------------------------------------------- */
.introduction__heading{
  font-size: 4.4rem;
  line-height: 1.3;
}
.section__heading span{
  display: block;
}
.sectionHeading__image{
  display: block;
  margin: auto;
}
@media (max-width: 768px){
  .introduction__heading{
    font-size: calc( 52 / 750 * 100vw );
  }
}

.section{
  padding-top: clamp(80px, (100vw - 320px) * ( 110 - 80 ) / 448 + 80px, 110px);
  padding-bottom: clamp(80px, (100vw - 320px) * ( 110 - 80 ) / 448 + 80px, 110px);
}
h2{
  margin-bottom: clamp(15px, (100vw - 320px) * ( 30 - 15 ) / 448 + 15px, 30px);
  font-size: 5rem;
  font-weight: bold;
}
.section_heading{
  display: flex;
  justify-content: center;
  margin-bottom: clamp(25px, (100vw - 320px) * ( 50 - 25 ) / 448 + 25px, 50px);
  color: var(--main_color);
  font-size: 3.6rem;
  font-weight: bold;
}
.section_heading::before, .section_heading::after{
  content: "";
  display: inline-block;
  width: 145px;
  height: auto;
  background: url(/cruise/mof/southamerica-worldcruise/images/image-line-black.png) no-repeat center left / auto;
}
.section_heading::after{
  transform: scale(-1, 1);
}
.section h4{
  font-size: 130%;
  font-weight: bold;
}
.en{
  display: block;
  font-size: 38.8888%;
  text-transform: uppercase;
}
@media (min-width: 769px){
  a.button-expanding{
    display: none;
  }
}
@media (max-width: 768px){
  .section{
    margin-top: -30px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  a.button-expanding {
    display: inline-flex;
    align-items: center;
    height: calc( 60 / 750 * 100vw );
    margin-top: 10px;
    padding-left: calc( 60 / 750 * 100vw );
    padding-right: calc( 20 / 750 * 100vw );
    background: #b2915c url(../images/icon-expanding.png) no-repeat left 2vw center / calc( 35 / 750 * 100vw );
    border-radius: calc( 30 / 750 * 100vw );
    color: #ffffff;
    font-size: calc( 30 / 750 * 100vw );
    font-weight: 700;
  }

  .section_heading{
    font-size: calc( 50 / 750 * 100vw );
    line-height: 1.2;
  }
  .section_heading::before, .section_heading::after{
    width: calc( 145 / 750 * 100vw );
    background-size: calc( 100 / 750 * 100vw );
  }
  .section.movie h3{
    font-size: calc( 39 / 750 * 100vw );
  }
  .section_heading{
    .en{
      margin-top: 10px;
    }
  }
   h2 {
      font-size: calc(50 / 750* 100vw);
  }
}

.events{
  position: relative;
  z-index: 2;
}
.mv_ship-container{
  position: relative;
}
.mv_ship-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(-361 / 1920* 100vw);
  width: 100%;
  height: 100%;
  background: url(/cruise/mof/southamerica-worldcruise/images/image-pine-left.png) no-repeat bottom left / calc(384 / 1920 * 100vw);
}
.mv_ship-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(450 / 1920* 100vw);
  width: 100%;
  height: 500px;
  background: url(/cruise/mof/southamerica-worldcruise/images/image-pine.png) no-repeat top right / calc(342 / 1920* 100vw);
}
@media (max-width: 1256px){
  .mv_ship-container::before {
    top: -244px;
  }
  .mv_ship-container::after {
    top: 303px;
  }
}
@media (max-width: 768px){
  .mv_ship-container::before{
    top: calc(-158 / 768 * 100vw );
    background-size: calc(156 / 768 * 100vw);
  }
  .mv_ship-container::after {
    top: calc( 150 / 750 * 100vw );
  }
}

.events .button{
  width: auto;
}
.movie.movie-briefing_session{
  padding-top: 0;
}

@media (max-width: 768px){
  .events {
    padding-bottom: 100px;
  }
}

/* movie
--------------------------------------------------- */
/* .movie{
  padding-top: 60px;
  h3{
    color: var(--main_color);
  }
  h3::before, h3::after{
    background-image: url(/cruise/mof/southamerica-worldcruise/images/image-line-black.png)
  }
} */
div.eviry-baseplayer{
  margin: auto;
}

/* about
--------------------------------------------------- */
.about{
  padding-bottom: 50px;
  background: var(--sub_color3) url(/cruise/mof/southamerica-worldcruise/images/bg-about.webp) no-repeat top center / 100%;
}
.about__heading{
  position: relative;
  margin-top: -175px;
}
.about__heading span{
  margin-top: -90px;
  text-shadow: 0px 0px 9.3px rgba(25, 12, 12, 1);
}
.about__lead{
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 53.2px rgba(17, 161, 247, 1);
}
/* @media (min-width: 769px){
  .ship_data dt, .ship_data dd{
    display: inline;
  }
} */
@media (max-width: 768px){
  .about{
    padding-bottom: 0;
  }
  .about__heading{
    font-size: calc( 52 / 750 * 100vw );
    margin-top: calc( -190 / 750 * 100vw );
  }
  .about .sectionHeading__image{
    width: calc( 400 / 750 * 100vw );
  }
  .about__heading span{
    margin-top: calc( -95 / 750 * 100vw );
  }
  .about__lead{
    margin-top: 15px;
  }
  .ship_data{
    font-size: calc( 28 / 750 * 100vw );
  }
  .ship_data dd{
    column-count: 2;
  }
  .ship_data dd span{
    display: inline-block;
    white-space: nowrap;
  }
}

/* introduction
--------------------------------------------------- */
.introduction__header{
  background-color: #f4f9ff;
  padding-top: 50px;
  padding-bottom: 90px;
}
.introduction__lead{
  margin: 20px 0 0;
}
@media (max-width: 768px){
  .introduction__header{
    padding-bottom: 60px;
  }
}

/* ---------------------------------------------------
 main_section
--------------------------------------------------- */
.main_section_top{
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
.tour_map{
  position: relative;
  text-align: right;
}
.tour_map img{
  border-radius: 10px;
}
@media (max-width: 768px){
  .main_section_top{
    padding-bottom: 10px;
  }
}

/* destination
--------------------------------------------------- */
.destination{
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.bgBand{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 47px;
  background: url(/cruise/mof/southamerica-worldcruise/images/bg-band.webp) no-repeat center bottom / auto;
  color: #ffffff;
  span{
    position: relative;
    top: -1px;
  }
}
.destination .footnote{
  margin-bottom: 30px;
}
.place__label{
  display: inline-flex;
  align-items: center;
  height: 26px;
  margin-right: 10px;
  padding: 0 5px;
  background-color: #ffffff;
  font-family: var(--font-noto_serif);
  font-size: 75%;
  font-weight: 900;
}

.destination__item .right-box{
  color: #ffffff;
}
.destination__item .right-box.bgBlue{
  background-color: #008dcb;
}
.destination__item .right-box.bgRed{
  background-color: #dc5b4d;
}
h3.destinationItem__heading{
  margin-bottom: 0;
}
.destination__item:nth-last-of-type(-n+8) .destinationItem__heading .right-box__label{
  color: #0d3191;
}
.destination__item .detail_text02{
  position: relative;
  font-weight: bold;
}
.destination__item .detail_text + .detail_text02{
  margin-top: 30px;
}
.detail_text02 + .cassette__link{
  margin-top: 10px;
} 
@media (min-width: 769px){
  .destination .footnote{
    text-align: center;
  }
}
@media (max-width: 768px){
  .section .destinationItem__heading,
  .overlandTourItem__heading{
    height: auto;
    min-height: calc( 66 / 750 * 100vw );
    font-size: calc( 35 / 750 * 100vw );
    line-height: 1.2;
  }
  .destinationItem__heading .left-box{
    min-width:  calc( 125 / 750 * 100vw );
    padding: 0 calc( 20 / 750 * 100vw );
  }
  .destinationItem__heading .right-box{
    padding: 5px 0 5px calc( 20 / 750 * 100vw );
    white-space: nowrap;
  }
  .destination__item:nth-of-type(20) .destinationItem__heading .right-box{
    letter-spacing: -0.6vw;
  }
  .place__label{
    height: calc( 36 / 750 * 100vw );
    font-size: 57.5%;
  }
  .destination__item .cassette__link{
    margin-top: 20px;
  }
  .bgBand{
    height: calc( 94 / 750 * 100vw );
    background-size: 100%;
  }
}

/* tour_overview
--------------------------------------------------- */
.tour_overview{
  padding-bottom: 0;
}
.tour_overview__list {
  text-align: left;
}
.tour_overview__list li + li{
  margin-top: 30px;
}
.tour_overview__list dl{
  display: flex;
}
.tour_overview__list dt{
  width: 120px;
}
.tour_overview__list dd{
  flex: 1;
}
.footnote__list{
  text-align: left;
}
.footnote {
  font-size: smaller;
}
.price_list dl{
  flex-direction: column;
}
.price_list dt{
  width: auto;
}
.price_list__table{
  table-layout: fixed;
  width: 100%;
  background-color: #ffffff;
  color: var(--main_color);
  font-family: var(--font_family-gothic);
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  line-height: 1.2;
}
.price_list__table th, .price_list__table td{  
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}
.price_list__table td{
  font-weight: bold;
}
.price_list__table td:first-of-type{
  text-align: center;
}
.price_list__table .emphasis th{
  color: #a82461;
  font-weight: bold;
}
.price_list__table .close{
  text-align: center;
  background-color: #7b7b7b;
  color: #ffffff;
}

.full_cluse_price_list th{
  text-align: center;
  width: calc( ( 100% - ( 100px + 70px ) ) / 12 );
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 0;
}
.full_cluse_price_list th:first-of-type{
  width: 70px;
  font-size: 1.4rem;
  font-weight: bold;
}
.full_cluse_price_list th:nth-of-type(2){
  width: 70px;
}
.full_cluse_price_list th:nth-of-type(12){
  letter-spacing: -0.15em;
}
.full_cluse_price_list td{
  padding: 5px 10px;
  text-align: right;
}
.full_cluse_price_list .emphasis{
  background-color: #fdeded;
}
.label {
  display: inline-block;
  padding: 2px 6px 1px 6px;
  color: #ffffff;
}
.label.-green{
  background-color: #357d54;
}
.label.-orange{
  background-color: #ea5504;
}
.label.-pink{
  background-color: #f9dfec;
  color: #333333;
  border: 1px solid #999999;
}
@media (min-width: 769px){
  .T-un_listDetailTable.-schedule + .footnote__list{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  a .label:hover {
    filter: brightness(1.2);
  }
}
@media (max-width: 768px){
  .tour_overview h3{
    font-size: calc( 50 / 750 * 100vw );
  }
  .tour_overview__list dt{
    width: calc( 155 / 750 * 100vw );
  }
  .price_list dt{
    width: auto;
  }
  .price_list-contaier{
    overflow-x: auto;
  }
  .full_cluse_price_list th{
    width: 88px;
  }
}

.local_cruise{
  padding: 100px 0;
}
.course_anchor__item{
  text-align: left;
  line-height: 1;
  transition: .2s ease-in-out;
  a{
    display: block;
    padding: 10px 15px 15px;
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
  a:after{
    content: "";
    display: block;
    /* position: absolute;
    top: 17px;
    right: 38px; */
    width: 10px;
    height: 10px;
    margin: 10px auto 0;
    border-width: 2px;
    border-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    transform: rotate(135deg);
  }
  .first_line {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    span {
        font-size: 1.5em;
    }
  }
  .second_line{
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1.2;
  }
  .third_line{
    font-family: var(--font_family-gothic);
    font-size: 0.65em;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.anchor-course_a, .course_a .course-item__heading{
  background-image: linear-gradient(90deg, #d14f4f, #4b0606);
}
.anchor-course_b, .course_b .course-item__heading{
  background-image: linear-gradient(90deg, #90bc4e, #2b3f04);
}
.anchor-course_c, .course_c .course-item__heading{
  background-image: linear-gradient(90deg, #2c9dbd, #02313f);
}
.anchor-course_d, .course_d .course-item__heading{
  background-image: linear-gradient(90deg, #bb6405, #923100);
}
.anchor-course_e, .course_e .course-item__heading{
  background-image: linear-gradient(90deg, #173992, #001366);
}
.anchor-course_f, .course_f .course-item__heading{
  background-image: linear-gradient(90deg, #66cb57, #134207);
  .second_line{
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
}
.anchor-course_g, .course_g .course-item__heading{
  background-image: linear-gradient(90deg, #d54353, #4e0615);
}
.anchor-course_h, .course_h .course-item__heading{
  background-image: linear-gradient(90deg, #a336ae, #470649);
}
.anchor-course_j, .course_j .course-item__heading{
  background-image: linear-gradient(90deg, #7b7515, #342b02);
}
.anchor-course_k, .course_k .course-item__heading{
  background-image: linear-gradient(90deg, #4eb5bc, #073d45);
}
.course__item{
  margin-top: -100px;
  padding-top: 100px;
  text-align: left;
  .text-container{
    padding: 30px 20px;
  }
  p{
    padding-left: 1em;
    text-indent: -1em;
  }
}
.course-item__heading{
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
}
.course_schedule{
  padding: 20px 30px;
  background-color: #f0f5fa;
}
.course_anchor__label{
  display: inline-block;
  margin-top: 5px;
  padding: 0px 5px 2px;
  background-color: #fbdf33;
  color: #221815;
  font-weight: bold;
}
@media (min-width: 769px){
  .course_anchor__list{
    grid-template-columns: repeat(4, 1fr);
  }
  .course_anchor__item:hover{
    filter: brightness(1.2);
  }
  .course_anchor__item{
    .second_line{
      height: 75px;
    }
  }
}
@media (max-width: 768px){
  .local_cruise{
    position: relative;
    padding: 60px 0;
  }
  .course_anchor__item{
    .third_line{
      margin-top: 10px;
      font-size: 0.8em;
    }
  }
  .course__item {
    .text-container {
        padding: 15px;
        font-size: 0.85em;
    }
  }
  .course-item__heading{
    font-size: 1.6em;
  }
  .course_schedule {
    padding: 1px 10px 15px;
    text-align: center;
  }
}

#local_cruise_price{
  margin-top: -100px;
  padding-top: 100px;
}
.local_cruise_price_list{
  font-size: 0.65em;
  text-align: center;
  th, td{
    padding: 5px 0;
  }
  th{
    padding: 5px 0;
    text-align: center;
    letter-spacing: -0.05em;
  }
  tr:nth-of-type(n+6){
    height: 42px;
  }
  tr:nth-of-type(5) th:nth-of-type(even),
  tr:nth-of-type(n+5) td:nth-of-type(odd){
    background-color: #f4f0e5;
  }
  .col-1{
    width: 220px;
  }
  .row-1{
    background-color: #f4f0e5;
  }
  .row-1:not(.col-1){
    color: #eb4345;
    font-weight: bold;
  }
  .row-3{
    background-color: #d5ecfb;
  }
  .row-3:not(.col-1){
    color: #31379a;
    font-weight: bold;
  }
  .row-4{
    background-color: #fdecd2;
  }
  .row-5.col-1{
    background-color: #dcdedd;
  }
  .col-type1{
      background-image: linear-gradient(150deg, #e0bf82, #fff1c2 50%, #e0bf82);
  }
  .col-type2{
    background-image: linear-gradient(150deg, #9cd5df, #dff1f5 50%, #9cd5df);
  }
  .col-type3{
    background-image: linear-gradient(150deg, #bfb8dc, #f2f1fa 50%, #bfb8dc);
  }
  .single_value{
    background-color: #fae0ed;
  }
  .ls-shorten{
    letter-spacing: -0.1em;
  }
}
@media (max-width: 768px){
  .local_cruise_price_list{
    tr:first-of-type{
      th:not(.col-1){
        width: 205px;
      }
    }
  }
}

.bgLine{
  background: url(/cruise/mof/images/line.png) no-repeat center bottom / auto;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
h4 .emphasis{
  display: inline-block;
  margin: 10px 0 15px;
  background-color: var(--sub_color1);
}

@media (max-width: 768px){
  h4.bgLine{
    background-size: 100%;
  }
}


/* guest_room
--------------------------------------------------- */
.guest_room__item{
  margin-top: 10px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  white-space: nowrap;
  p{
    line-height: 1.2;
  }
}
.guest_room__item .button-main{
  width: 560px;
  padding: 0 25px;
  border-left: 15px solid #8f8149;
}
.guest_room__list{
  margin-bottom: 80px;
}
.guest_room__item .button-main::before{
  display: none;
}
.guest_room__list.col2{
  row-gap: 20px;
}
@media (min-width: 769px){
  .guest_room__item{
    width: fit-content;
  }
  .guest_room__item > a{
    display: flex;
    justify-content: space-between;
    font-size: 92.3076%;
  }
}
@media (max-width: 768px){
  .guest_room__list{
    margin-bottom: 40px;
  }
  .guest_room__item .button-main{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .guest_room__item > a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .guest_room__item a span{
    display: block;
  }
}
.event p{
  margin-bottom: clamp(15px, (100vw - 320px) * ( 30 - 15 ) / 448 + 15px, 30px);
  font-size: 140%;
  font-weight: bold;
}

/* other_information
--------------------------------------------------- */
.other_information__item{
  background-color: #ffffff;
  border-radius: 8px;
  color: var(--main_color);
  font-size: 110%;
  text-align: left;
}
.other_information__item + .other_information__item{
  margin-top: 30px;
}
.otherInformationItem__heading{
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-radius: 8px 8px 0 0;
  background: url(/cruise/mof/southamerica-worldcruise/images/bg-stripe.webp) repeat left top / auto;
  font-size: 130%;
  font-weight: bold;
}
.other_information__item .num{
  position: relative;
  margin-right: 45px;
  font-size: 138%;
}
.other_information__item .num::after{
  content: "／";
  font-size: 110%;
  position: absolute;
  font-weight: 100;
  left: 30px;
  top: 3px;
} 
.otherInformationItem__body{
  padding: 20px 40px;
  li p{
    padding-left: 1em;
  }
}
.other_information__item .image-block{
  width: 250px;
}
@media (min-width: 769px){
  .other_information__item:nth-of-type(4) p{
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px){
  .otherInformationItem__heading{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  .otherInformationItem__body{
    padding: 10px;
    font-size: 1em;
  }
  .other_information__item .image-block{
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

/* faq
--------------------------------------------------- */
.faq {
  padding-top: 0;
  padding-bottom: 100px;
}
.faq dl{
  text-align: left;
}
.faq dt, .faq dd{
  padding-left: 12px;
}
.faq dt{
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  background-color: var(--sub_color2);
  color: var(--main_color);
  font-weight: bold;
}
.faq dd{
  padding-top: 15px;
}
@media (max-width: 768px){
  .faq dt{
    align-items: flex-start;
    height: auto;
    padding: 10px;
  }
}

/* js
--------------------------------------------------- */
.js-floating-button {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  top: 95px;
  z-index: 100;
  transition: .4s ease-in-out;
}
.js-floating-button.is-show {
  opacity: 1;
  /* z-index: 5; */
  visibility: visible;
}
@media ( min-width: 769px ){
  .js-floating-button form{
    margin-top: 10px;
  }
}
@media ( max-width: 768px ){
  body{
    padding-bottom: 50px;
  }
  .js-floating-button {
    display: flex;
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    height: 50px;
    /* z-index: -1; */
   visibility: hidden;
  }
  .js-floating-button .button {
    height: 100%;
    font-size: calc( 30 / 750 * 100vw );
    letter-spacing: -0.1vw;
    line-height: 1.2;
  }
  .js-floating-button form{
    flex: 1;
  }
}

.js-accordion-item {
  display: none;
}
.js-accordion-toggle .close_text {
  display: none;
}
.js-accordion-toggle.is-close .open_text {
  display: none;
}
.js-accordion-toggle.is-close .close_text {
  display: block;
}
.js-modal-content{
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s ease-in-out;
}
.js-modal-content.is-visible{
  opacity: 1;
  z-index: 102;
}
.modal__area{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
.js-bg-overlay{
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: -1;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.js-bg-overlay.is-visible{
  opacity: 1;
  z-index: 101;
}
.js-modal-close{
  position: absolute;
  color: #ffffff;
  font-size: 300%;
  right: -62px;
  top: -30px;
  font-weight: bold;
  cursor: pointer;
  transition: .2s ease-in-out;
}
@media (min-width: 769px){
  .js-modal-close:hover{
    color: #da1d44;
  }
  .js-modal-content{
    /* width: auto; */
    max-width: 600px;
    height: auto;
  }
  #overland_tour-04, #overland_tour-07{
    .js-modal-content{
      height: 95%;
    }
  }
  .modal__area{
    height: 100%;
    /* width: auto; */
    img{
      height: 100%;
    }
  }
}
@media (max-width: 768px){
  .js-modal-content{
    width: 90%;
  }
  .js-modal-close{
    right: -2vw;
    top: -70px;
  }
}

.button-pagetop{
  background-color: var(--sub_color2);
}
.button-pagetop.is-active{
  opacity: 1;
}
.button-pagetop span{
  color: var(--main_color);
}
@media (max-width: 768px){
  .button-pagetop{
    bottom: 16vw;
  }
}

.sold_out__label{
  position: absolute;
  top: -38px;
  left: 15px;
  background-color: #ffffff;
  font-size: 130%;

  display: inline-block;
  width: fit-content;
  padding: 0px 15px 2px 15px;
  color: #ff0000;
  border: 1px solid #ff0000;

  font-weight: 900;
  letter-spacing: 0.1em;
}
@media (max-width: 768px){
  .sold_out__label{
    top: -6vw;
  }
}

.column_box-wrap{
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 20px;
}
.column_box{
  padding: 30px;
  background-color: #ffffff;
  border: 4px solid;
  border-image: linear-gradient(to bottom, #c7b37b, #e4d69f, #c7b37b) 1;
  text-align: left;
  dt{
    span{
      padding: 0 10px 2px 10px;
      background-color: #d4b685;
      color: #ffffff;
    }
  }
  ul{
    color: #59490a;
    li{
      display: inline-block;
      margin-right: 60px;
    }
  }
}
@media (max-width: 768px){
  .column_box{
    padding: 15px;
    dt{
      text-align: center;
      white-space: nowrap;
    }
    ul{
      li{
        margin-right: 0;
        padding-left: 1em;
        text-indent: -1em;
      }
    }
  }
}


@media (min-width: 769px) {
  .destination__item img {
      height: 373px;
  }
}
@media (max-width: 768px) {
  .destination__item img {
      height: 56.7vw;
  }
}

.course__item .T-un_listDetailTable b {
  color: #0890ce;
}

.button.consultation_link{
  display: block;
  height: auto;
  line-height: 2.6;
  img{
    margin: 0 5px 0 8px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
  }
}
@media (max-width: 768px){
  .button.consultation_link{
    padding: 20px 10px;
    line-height: 1.6;
    img{
      margin: 5px 0;
    }
  }
}