@charset "utf-8";
html { scroll-behavior: smooth }

:root{
  --font-noto_serif: 'Noto Serif JP', serif;
  --color-main: #123960;
}
.base{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, (100vw - 374px) * ( 18 - 16 ) / 394 + 16px, 18px);
}
img {
  width: 100%;
  max-width: fit-content;
}
@media (min-width: 769px){
  .pc-df{
    display: flex;
  }
  .content-outer {
    width: 1256px;
  }
}
@media (max-width: 768px){
  .text-container{
    padding: 0 6vw;
    text-align: justify;
  }
}

main{
  padding: 100px 0;
}
.main__header {
  min-height: 240px;
  padding: 50px 0 40px;
  background: url(/cruise/shop/images/bg-header.jpg) repeat left top / auto;
  color: #ffffff;
  text-align: center;
}
.main__heading{
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  font-size: clamp(26px, (100vw - 374px) * ( 39 - 26 ) / 394 + 26px, 39px);
	font-weight: bold;
}
.main__lead {
  margin-top: 20px;
  font-size: clamp(15px, (100vw - 374px) * ( 18 - 15 ) / 394 + 15px, 18px);

  /* font-size: 1.8rem; */
}

.anchor__list{
  display: flex;
}
.anchor__item{
  position: relative;
  display: flex;
  border-right: 1px solid #d6d2c7;
  transition: .2s ease-in-out;
	will-change: transform;
}
.anchor__item:first-of-type{
  border-left: 1px solid #d6d2c7;
}
.anchor__item::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
    transform: translateY(-50%);
  /* display: inline-block; */
  width: 13px;
  height: 10px;
  margin-right: 5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.button-anchor{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* background-image: linear-gradient(180deg, #efe9d7, #e6ddc3); */
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.main_anchor .anchor__item{
  flex: 1;
  height: 32px;
}
.main_anchor .anchor__item::after{
  background: #d6d2c7;
}
.content_anchor .anchor__item{
  height: 28px;
}
.content_anchor .anchor__item::after{
  background: #d6d2c7;
}
.content_anchor .button-anchor{
  padding: 0 20px 0 30px;
  font-size: clamp(13px, (100vw - 374px) * ( 17 - 13 ) / 394 + 13px, 17px);
}
.content_anchor{
  justify-content: center;
  font-family: var(--font-noto_serif);
  /* margin-bottom: 30px; */
}
a.button-anchor{
  color: #333333;
}
@media (min-width: 769px){
  .anchor__item:hover{
    background-color: #d6d2c7;
  }
  .anchor__item:hover::after{
    /* transform: translateY(-35%); */
    background: #ffffff;
  }
  .anchor__item:hover .button-anchor{
    color: var(--color-main);
  }
  .anchor__item.basic .button-anchor{
    /* left: -6px; */
    letter-spacing: -0.1em;
  }
}
@media (max-width: 768px){
  main{
    padding: 50px 0;
  }
  .anchor__item{
    border-bottom: 1px solid #d6d2c7;
    border-right: none;
  }
  .anchor__item:first-of-type{
    border-left: none;
  }
  .main_anchor{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4vw;
    column-gap: calc( 10 / 750 * 100vw );
  }
  .main_anchor .anchor__item{
    flex: none;
    width: calc( 50% - 2.5vw );
    height: 8vw;
    margin-top: 20px;
  }
  .anchor__item::after{
    left: auto;
  }
  .button-anchor{
    left: 3vw;
  }
  .main_anchor .anchor__item:first-child,
  .main_anchor .anchor__item:nth-of-type(2){
    height: 12vw;
  }
  .content_anchor{
    margin-bottom: 30px;
    column-gap: 4vw;
  }
  .content_anchor .button-anchor{
    padding: 0 3.2vw 0 1vw;
  }
}

.section {
  padding: 60px 0 140px;
}
.section__heading{
  position: relative;
  color: #083f72;
  /* font-size: 177.777%; */
  font-size: clamp(25px, (100vw - 374px) * ( 30 - 25 ) / 394 + 25px, 30px);
  font-weight: 400;
  /* font-family: var(--font-noto_serif); */
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
    font-weight: bold;
}
.section__heading::before, .section__heading::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 5em;
  height: 5px;
  /* right: 1em;  */
}
.section__heading::before { 
  background-color: #d6d2c7;
}
.section__heading::after { 
  background-color:#9dc4ec;
  width: 1em;
}

.section__heading::after { 
  background-color:#9dc4ec;
  width: 1em;
}
.section-basic .section__heading::after {
  left: -4em;
}
.section-faq .section__heading::after {
  left: -2em;
}
/* .section-basic .section__heading::after {
  left: -4em;
} */
.section-other .section__heading::after {
  left: 2em;
}
.section-glossary .section__heading::after {
  left: 4em;
}

.content__lead{
  margin: -30px 0 60px;
}
.content__body{
  /* width: 1000px; */
  margin: 80px auto 0;
}
.content__item + .content__item{
  margin-top: 60px;
}
.content__item:nth-of-type(even){
  flex-direction: row-reverse;
}

.section-basic{
  margin-top: 30px;
}
@media (min-width: 769px){
  .content__lead{
    text-align: center;
  }
  .text-container{
    flex: 1;
    padding-right: 30px;
  }
  .content__item:nth-of-type(even) .text-container{
    padding-left: 30px;
  }
  .section-basic .content__item {
    align-items: flex-start;
  } 
}
@media (max-width: 768px){
  .section{
    padding: 30px 0 40px;
  }
  .section-basic{
    margin-top: 30px;
  }
  .content__lead{
    margin-top: -10px;
  }
  .content__body{
    margin-top: 50px;
  }
}

h3{
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d2c7;
  color: #083f72;
  font-size: clamp(19px, (100vw - 374px) * ( 22 - 19 ) / 394 + 19px, 22px);
  font-weight: 500;
  font-family: var(--font-noto_serif);
  white-space: nowrap;
}
h3 span{
  display: block;
  font-size: 80%;
}
@media (max-width: 768px){
  h3{
    border: none;
    line-height: 1.4;
  }
  .content__item img{
    display: block;
    margin: 15px auto 0;
  }
}

.faq__item{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.faq__item > dt{
  background-color: #f3f1e8;
  font-weight: bold;
}
.faq__item + .faq__item{
  margin-top: 30px;
}
.text-q, .text-a{
  margin-right: 10px;
  font-size: 2.8rem;
  font-family: 'Gabarito', cursive;

  font-weight: 500;
  line-height: 1;
}
.text-q{
  color: #cd393b;
}
.text-a{
  color: #4e6adb;
}
.faq__item > dd .footnote{
  margin-top: 10px;
}
p + .ship_type__list,
.ship_type__list li + li{
  margin-top: 10px;
}
.faq__item > dd{
  text-align: justify;
}
.content__body > .footnote{
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 769px){
  .faq__item > dt,
  .faq__item > dd{
    display: flex;
    padding: 20px 30px;
  }
}
@media (max-width: 768px){
  /* .text-q, .text-a{
    position: relative;
    top: 3px;
    display: inline-block;
  } */
  .faq__item > dt,
  .faq__item > dd{
    display: flex;
    padding: 20px calc( 80 / 750 * 100vw ) 20px calc(30 / 750 * 100vw );
  }
  .content__body > .footnote{
    margin-top: 15px;
  }
}

[class$="_information"] {
  margin-top: 20px;
  width: calc( 110% + 30px );
  margin-left: -30px;
  font-size: clamp(15px, (100vw - 374px) * ( 16 - 15 ) / 394 + 15px, 16px);
}
.dress_code .left-box{
  flex: 1;
  justify-content: space-between;
}
@media (min-width: 769px){
  .dress_code__item{
    width: 250px;
  }
}
.dress_code__item{
  letter-spacing: -0.04em;
  display: flex;
  flex-direction: column;
}
.dress_code__item dt{
  text-align: center;
  font-weight: bold;
}
.dress_code__item img{
  display: block;
  margin: 10px auto 0;
  border-width: 1px;
  border-style: solid;
}
.dress_code__item.-casual dt{
  background-color: #bce0de;
}
.dress_code__item.-casual img{
  border-color: #bce0de;
}
.dress_code__item.-informal dt{
  background-color: #d4bbd9;
}
.dress_code__item.-informal img{
  border-color: #d4bbd9;
}
.dress_code__item.-formal dt{
  background-color: #d3c48d;
}
.dress_code__item.-formal img{
  border-color: #d3c48d;
}
.dress_code__text{
  padding: 5px;
  line-height: 1.3;
}
.dress_code__text > div{
  margin-top: 5px;
}
.dress_code__text .male span{
  color: #84d1fd;
}
.dress_code__text .woman span{
  color: #e93193;
}
.dress_code__item.-formal .male{
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.dress_code .right-box{
  width: 100%;
  max-width: 375px;
  color: var(--color-main);
  font-weight: bold;
}
/* .dress_code .right-box dl{
  border-radius: 8px;
} */
.dress_code .right-box dt{
  padding: 15px 15px 13px;
  background-color: #ffffff;
  border: 2px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  border-radius: 8px 8px 0 0;
}
.dress_code .right-box dd{
  padding: 0 15px;
  background-color: #fffada;
  border: 2px solid var(--color-main);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.right-box li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px dotted var(--color-main);
  line-height: 1.2;
}
.right-box li:last-of-type{
  border: none;
}
.right-box li span{
  display: block;
}
.footnote{
  line-height: 1.4;
  display: block;
}
.dress_code .footnote{
  margin-top: 15px;
  padding: 0 10px;
}
@media (min-width: 769px){
  [class$="_information"] {
    width: calc( 100% + 30px );
  }
  .dress_code__item dd{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
  }
  .dress_code .right-box{
    margin-left: 20px;
  }
}
@media (max-width: 768px){
  .dress_code__item {
    margin-top: 30px;
  }
  .dress_code .right-box{
    margin-top: 30px;
  }
  .dress_code .right-box dd{
    padding-left: calc( 20 / 750 * 100vw );
    padding-right: calc( 20 / 750 * 100vw );
  }
}

.cabin_information__heading{
  background-color: var(--color-main);
  color: #ffffff;
  font-size: 111.111%;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
.cabin_information__body{
  padding: 15px 30px 30px;
  border: 1px solid var(--color-main);
  background-color: #fffada;
  border-radius: 0 0 5px 5px;
}
.cabin_information__list{
  margin-top: -10px;
}
.cabin_information__item{
  margin-top: 30px;
}
.cabin_information__item dt{
  padding-top: 2px;
  background-color: #ffffff;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
}
.cabin_information__item dd{
  padding: 10px 5px 0;
}
.cabin_information__item dd p{
  display: inline-block;
}
.cabin_information__item dd img{
  display: block;
  padding-top: 10px;
}
.cabin_information .cabin_information__body .footnote{
  margin-top: 0;
}
@media (min-width: 769px){
  .cabin_information__heading{
    text-align: center;
  }
  .cabin_information__list{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cabin_information__item{
    width: 49%;
  }
  .cabin_information__item dd{
    column-count: 2;
  }
}
@media (max-width: 768px){
  .cabin_information__body{
    padding: 15px;
  }
  .cabin_information__item dt{
    padding-top: 0;
  }
}

.glossary h3{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.glossary__item{
  padding-top: 60px;
}
.glossaryItem__heading{
  margin: 0 0 10px 0;
  padding: 10px 0 6px 5px;
  border-bottom: 1px dashed #bbbbbb;
  color: #333333;
  font-weight: bold;
  font-size: clamp(18px, (100vw - 374px) * ( 20 - 18 ) / 394 + 18px, 20px);
}
.glossaryItem__container{
  padding: 30px 40px;
  border: 1px solid #cccccc;
}
.word{
  margin-top: 20px;
  color: #30808D;
  font-weight: bold;
  border-bottom: 1px dotted #003366;
}
.word:first-of-type{
  margin-top: 0;
}
.meaning{
  margin-top: 10px;
  padding-left: 1em;
}
@media (max-width: 768px){
  .glossaryItem__container{
    padding: 20px;
  }
  .glossary__item{
    padding-top: 20px;
  }
}

/* .facility .faq__item{
  background-color: #f3f1e8;
  padding: 30px;
  border-radius: 5px;
}
.facility .faq__item > dt{
  font-weight: bold;
}
.facility .faq__item > dd{
  background-color: #ffffff;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 5px;
}
.facility .text-a{
  display: none;
}

.other .faq__item{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.other .faq__item > dt{
    padding: 30px;
    font-weight: bold;
}
.other .faq__item > dd{
  padding: 10px 30px 20px;
}
 */
