<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main{
  background: url(/cruise/_feature_common/images/_season/bg-contents.webp) repeat center top / 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}
.main img{
  width: 100%;
  max-width: fit-content;
}
.main a{
  color: #0277BD;
}
.main p + p{
  margin-top: 7px;
}
.caption{
  position: absolute;
  font-size: 1rem;
  font-weight: 900;
  color: #000000;
  text-shadow: #ffffff 1px 0px, #ffffff -1px 0px, #ffffff 0px -1px, #ffffff 0px 1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px;
  line-height: 1.4;
}
@media (max-width: 768px){
  .caption{
    font-size: calc( 20 / 750 * 100vw );
    line-height: 1.2;
  }
}

/* button link
-----------------------------------------------------*/
a.button{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 75px;
  margin: auto;
  padding-left: 25px;
  background-color: #0277BD;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
}
a.button::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 769px){
  .button:hover{
    background-image: linear-gradient(90deg, #6FC1C5, #FFC06C);
  }
}
@media (max-width: 768px){
  a.button{
    font-size: 2rem;
  }
}
a.text_link{
  display: block;
  color: #0277BD;
  font-size: 2.4rem;
}
.text_link::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 20px;
  width: 9px;
  height: 9px;
  border-top: solid 3px #0277BD;
  border-right: solid 3px #0277BD;
  transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 769px){
  .text_link:hover{
    text-decoration: underline;
  }
}
@media (max-width: 425px){
  a.text_link{
    font-size: 2rem;
  }
  .text_link::after{
    top: 3px;
  }
}

/* section
-----------------------------------------------------*/
.section{
  padding: 100px 0;
}
.section h2{
  margin-bottom: 40px;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  span{
    display: block;
    margin-top: 10px;
    font-size: 60%;
  }
}
.section h2::after{
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  margin-top: 40px;
  background: url(/cruise/_feature_common/images/_season/line-heading.webp) no-repeat center top / auto;
}
@media (max-width: 768px){
  .section {
    padding: 75px 0;
  }
  .section h2{
    font-size: 2.4rem;
  }
}

/* tour
-----------------------------------------------------*/
.tour{
  background-color: #ffffff;
}
.tour h3{
  position: relative;
  margin-bottom: 30px;
  color: #0277BD;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  span{
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background-color: #ffffff;
  }
}
.tour h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #0277BD;;
}
.tour_nav_list{
  justify-content: center;
}
.tour_nav_item{
  padding-right: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #0277BD;
}
.tour_nav_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tour_nav_item a::after{
    content: "";
    position: relative;
    top: -9px;
    display: inline-block;
    margin-left: 25px;
    width: 9px;
    height: 9px;
    border-top: solid 3px #0277BD;
    border-right: solid 3px #0277BD;
    transform: rotate(135deg) translateY(-50%);
}
.tour-container{
  margin-top: 75px;
}
#mainContents .tour_panel{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px){
  .tour{
    padding-bottom: 40px;
  }
  .tour_nav_list{
    flex-direction: column;
  }
  .tour-container {
    margin-top: 35px;
  }
}

/* faq
-----------------------------------------------------*/
.faq{
  background-color: #ffffff;
}
.faq_list{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.faq_item{
  padding: 40px;
  border-radius: 24px;
  background-color: #f2f6fa;
}
.faq_item + .faq_item{
  margin-top: 65px;
}
.faq_item__team{
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.faq_item__description{
  position: relative;
  margin-top: 50px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 24px;

}
.faq_item__team::before{
  content: "Question";
  position: absolute;
  left: -40px;
  top: -73px;
  font-size: 4.0rem;
  font-family: "Dancing Script", cursive;
  color: #8DD0D3;
}
.faq_item__description::before{
  content: "Answer";
  position: absolute;
  left: 0px;
  top: -43px;
  font-size: 4.0rem;
  font-family: "Dancing Script", cursive;
  color: #FFBF6C;
}
.faq_item__description{
  dt{
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  dt:before{
    content: "●";
    color: #A5DBDE;
    font-size: 0.5em;
    padding: 0 0.5em;
  }
  dd{
    padding-left: 1em;
  }
}
@media (max-width: 768px){
  .faq_item{
    padding: 35px 16px;
  }
  .faq_item__team::before {
    left: -17px;
    top: -68px;
  }
  .faq_item__description{
    padding: 24px 16px;
  }
}

.below_max{
  .button.-more{
    display: none;
  }
}</pre></body></html>