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

.global_nav-block-category-sp.is-show{
  display: none;
}
:root {
  --color-main: #035b84;
}

main{
  font-family: var(--font-noto_sans);
}
.main_visual{
  position: relative;
}
.mv__caption{
  position: absolute;
  right: 19vw;
  bottom: 0.4vw;
  font-size: calc( 12 / 1920 * 100vw );
  color: #ffffff;
  text-shadow: 2px 2px 3px #000000;
}
.mv__caption.sub_image{
  /* right: calc( 1569 / 1920 * 100vw ); */
  right: auto;
  left: 0.4vw;
  bottom: calc( 495 / 1920 * 100vw );
  font-size: calc( 11 / 1920 * 100vw );
}
@media (min-width: 1921px){
  .mv__caption.sub_image{
    right: calc( 1574 / 1920 * 100vw );
  }
}
@media (max-width: 768px){
  .mv__main_title, .logo{
    display: inline-block;
  }
  .logo{
    width: calc( 85 / 750 * 100vw );
    margin: 0;
    margin-right: 4vw;
  }
  .mv__main_title{
    margin-top: 0;
    margin-left: 3vw;
    font-size: calc( 95 / 750 * 100vw );
  }
  .mv__main_title .ff-playfair{
    left: 1vw;
    font-size: 141%;
  }
  .mv__sub_title{
    margin-top: calc( 25 /750 * 100vw );
    font-size: calc( 42 / 750 * 100vw );
    font-weight: 600;
  }
  .mv__caption{
    right: 1.2vw;
    bottom: 25vw;
    font-size: calc( 16 / 750 * 100vw );
  }
  .mv__caption.sub_image{
    display: none;
  }
  .logo-text{
    width: calc( 221 / 750 * 100vw );
    margin-top: 0;
  }
}

.button{
  font-family: var(--font-noto_serif);
  &gt; span{
    top: -1px;
  }
}
.button.default{
  background: linear-gradient(#b03743, #9e313c);
  color: #ffffff;
}
.button.default::after{
  border-color: #ffffff;
}
.button.tour{
  background: linear-gradient(#005d8c, #00547e);
  color: #ffffff;
}
.button.tour::before, .button.tour::after {
  border-color: #ffffff;
}
.button.campany{
  background: linear-gradient(#947300, #856700);
  color: #ffffff;
}
.button.campany::before, .button.campany::after {
  border-color: #ffffff;
}

a.button-brochure_claim{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #335b7a;
  color: #ffffff;
  font-size: 2.4rem;
}
.button-brochure_claim::after {
  background-color: #ffffff;
}
.button.tour,
.button.campany{
  span{
    top: 0;
  }
}
.button.unique{
  max-width: 1120px;
  background: linear-gradient(#eae1ac, #ded7b0);
  border-radius: 7px;
  color: #333333;
  font-weight: 600;
}
.button.unique::before {
  border: 1px solid #404040;
  border-radius: 5px;
}
@media (min-width: 769px){
  .button.unique{
    width: 1120px;
  }
  .button:hover span{
    font-weight: 600;    
  }
  .button.default:hover{
    color: #9e313c;
  }
  .button.default:hover::before,
  .button.default:hover::after {
    border-color: #9e313c;
  }
  .button.-navy:hover{
    color: #00547e;
  }
  .button.-navy:hover::before,
  .button.-navy:hover::after {
    border-color: #00547e;
  }
  .button.campany:hover{
    color: #856700;
  }
  .button.campany:hover::before,
  .button.campany:hover::after {
    border-color: #856700;
  }
  .button-brochure_claim:hover {
      border-color: #335b7a;
      color: #335b7a;
  }
  .button-brochure_claim:hover::after {
    background-color: #335b7a;
  }
  .button.unique:hover{
    background: linear-gradient(#f7f3e0, #f8f1c9);
  }
}
@media (max-width: 768px){
  a.button-brochure_claim{
    font-size: 1.6rem;
  }
}

.footnote li{
  padding-left: 1em;
  text-indent: -1em;
}


/* introduction */
.introduction{
  padding-top: 60px;
  padding-bottom: 80px;
  font-family: var(--font-noto_serif);
}
@media (min-width: 1921px){
  .introduction{
    background-size: cover;
  }
}
.course_schedule{
  position: relative;

  border-left: 5px solid #17b2d7;
  border-right: 5px solid #17b2d7;
  text-align: left;
}
.course_schedule::before{
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #17b2d7;
}
.course_schedule::after{
  content: '';
  position: absolute;
  right: 3px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #17b2d7;
}
.course_schedule * {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
}
.course_schedule dt{
  margin-right: 10px;
}
.course_schedule__label{
  position: relative;
  top: -2px;
  margin-left: 15px;
  padding: 5px 7px 7px;
  background-color: #17b2d7;
  border-radius: 5px;
  color: #ffffff;
  font-family: var(--font-noto_sans);
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
}
.introduction__catch{
  margin-top: 50px;
  font-weight: 500;
}
@media (min-width: 769px){
  .introduction__lead{
    text-align: center;
  }
  .course_schedule{
    padding-left: 35px;
  }
  .yokohama{
    dd{
      span{
        margin-left: 3px;
      }
    }
   }
   .kobe{
    .course_schedule__label{
      margin-left: 16px;
    }
    dd{
      span{
        margin-left: 14px;
      }
    }
   }
}
@media (max-width: 768px){
  .course_schedule{
    height: 22vw;
    padding-left: 4.5vw;
  }
  .course_schedule *{
    font-size: calc( 28 / 750 * 100vw );
    line-height: 1.2;
  }
  .course_schedule &gt; * + *{
    margin-top: 5px;
  }
  .course_schedule__label{
    padding: 2px 4px 3px;
    font-size: 75%;
  }
  .introduction{
    padding: 40px 0 50px;
    background: url(../images/bg-introduction-sp.jpg) repeat-y center top / 100%;
    /* background-position: center top; */
  }
  .introduction__lead{
    text-align: left;
  }
}


.anchor_nav, .anchor_nav__item a {
  background-color: #005d8c;
}
.anchor_nav__item a::after {
  background: #80aec6;
}
@media (min-width: 769px){
  .anchor_nav__item{
    font-size: 2.0rem;
  }
  .anchor_nav__item a:hover {
    background-color: #ffffff;
    color: #17b2d7;
  }
  .anchor_nav__item a:hover::after {
    background: #17b2d7;
  }
  .anchor_nav__item a:hover span{
    font-weight: 600;
  }
}

.point{
  background-color: #f5f1e5;
}
.pointItem__heading{
  font-family: var(--font-noto_serif);
  font-weight: 700;
}
/* .point__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bg-label.png) no-repeat center center / 100%;
  color: #ffffff;
  font-size: 1.8rem;
  .num{
    font-size: 255%;
  }
} */
/* point__item span{
  display: block;
} */
@media (min-width: 769px){
  .point__item:first-of-type .pointItem__heading{
    letter-spacing: 0.03em;
  }
  .point__item:nth-child(2){
    margin-left: auto;
    margin-right: auto;
  }
  .point__item:nth-of-type(2) p{
    text-align: center;
  }
  .point .col2 .text-container {
    padding-right: 34px;
  }
  .point__label {
    min-width: 124px;
    width: 124px;
  }
  .ol-block__heading .label {
    margin-right: 25px;
  }
}
@media (max-width: 768px){
  .point__label {
    width: calc( 170 / 750 * 100vw );
    height: auto;
  }
  .point .image-container{
    width: calc( 598 / 750 * 100vw );
    margin-left: auto;
    margin-right: auto;
  }
  .point .image-container img{
    height: calc( (( 598 / 750 * 100vw ) * 366 ) / 598 );
    /* height: calc( 366 / 750 * 100vw ); */
  }
}

.bg-beige{
  position: relative;
  background-color: #f5f1e5;
}
.bg-white{
  background-color: #ffffff;
}
.section__heading{
  color: #035b84;
}
.section__heading::before, .section__heading::after{
  display: none;
}
.section__heading .jp {
  font-family: var(--font-noto_serif);
}
.section__heading .en {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__heading .en::before,
.section__heading .en::after{
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: var(--color-main);
}
.section__heading .en::before{
  margin-right: 10px;
}
.section__heading .en::after{
  margin-left: 10px;
}
@media (max-width: 768px){
  .bg-beige::before{
    display: none;
  }
  .section__heading .en::before, .section__heading .en::after{
    width: calc( 100 / 750 * 100vw );
    height: 1px;
  }
}

.tour_introduction{
  position: relative;
  z-index: 1;
}
.tour_introduction__heading{
  margin-bottom: 55px;
  font-family: var(--font-noto_serif);
  font-size: 5.4rem;
}
/* .asuka_name .ff-playfair {
  font-size: 120%;
  font-weight: 400;
} */
.map-container{
  background-color: #e7f8ff;
}
.tour_introduction__item::before{
  background-image: url(../images/image-list_mark.png);
}
.ul-block__item dt{
  color: var(--color-main);
}
.price__table{
  width: 100%;
  border: 1px solid #333333;
  text-align: center;
  tr{
    border-bottom: 1px solid #333333;
  }
  th, td{
    padding: 5px 0;
    border-left: 1px solid #333333;
    text-align: center;
    line-height: 1.2;
  }
  th{
    font-size: 1.3rem;
  }
  td{
    font-size: 1.5rem;
    font-weight: bold;
  }
  /* .head{
    width: 180px;
  } */
  th:nth-child(n+2){
    width: 118px;
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
  td:nth-child(n+2){
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
  .bg-red{
    background-color: #c96c25;
    color: #ffffff;
  }
  .bg-blue{
    background-color: #5c71a6;
    color: #ffffff;
  }
  .bg-light_blue{
    background-color: #dbf0f7;
  }
}
@media (min-width: 769px){
  .button-expanding {
    display: none;
  }
  .map-container{
    min-height: 578px;
  }
}
@media (max-width: 768px){
  .ul-block__item dl{
    display: block;
  }
  .tour_introduction__heading{
    font-size: calc( 48 / 750 * 100vw );
  }
  .tour_introduction__item::before {
    width: calc( 38 / 750 * 100vw );
    height: calc( 38 / 750 * 100vw );
    top: 1.3vw;
    background-size: calc( 32 / 750 * 100vw );
  }
  .tour_introduction__item dl{
    width: 100%;
  }
  /* .tour_introduction__item dd{
    width: calc(100% + (42 / 750* 100vw));
    margin-left: calc( -42 / 750* 100vw);
  } */
  a.button-expanding{
    position: absolute;
    right: calc( 30 / 750 * 100vw );
    bottom: calc( 15 / 750 * 100vw );
    display: flex;
    align-items: center;
    height: calc( 60 / 750 * 100vw );
    padding-left: calc( 60 / 750 * 100vw );
    padding-right: calc( 20 / 750 * 100vw );
    background: var(--color-main) 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;
  }
  .price__table-container {
      overflow-x: auto;
      padding-bottom: 1px;
  }
  .price__table {
    width: 1070px;
  }
  /* .T-un_listDetailTable.-schedule{
    margin-top: -40px;
    padding-top: 80px;
  } */
}

.destination{
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.destinationItem__heading{
  display: flex;
  height: 50px;
  color: #ffffff;
  font-size: 2.4rem;
  /* line-height: 2; */
  line-height: 1;
}
.destinationItem__heading .place{
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 17px;
  text-align: left;
}
.destinationItem__heading .date{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  background-color: #333333;
  padding: 0 20px;
  white-space: nowrap;
}

#singapore .destinationItem__heading,
#reunion_island .destinationItem__heading,
#cape_town .destinationItem__heading,
#walvis_bay .destinationItem__heading{
  background: linear-gradient(70deg, #e27e4a, #b16334);
}
#tenerife .destinationItem__heading,
#barcelona .destinationItem__heading,
#porto .destinationItem__heading,
#bilbao .destinationItem__heading,
#rouen .destinationItem__heading,
#tilbury .destinationItem__heading{
  background: linear-gradient(70deg, #0999c0, #0084b6);
}
#boston .destinationItem__heading,
#new_york .destinationItem__heading,
#nassau .destinationItem__heading,
#cartagena .destinationItem__heading,
#panama_canal .destinationItem__heading,
#puntarenas .destinationItem__heading,
#mazatlan .destinationItem__heading,
#san_francisco .destinationItem__heading,
#honolulu .destinationItem__heading{
  background: linear-gradient(70deg, #996a9c, #74507e);
 
}

.destination__item .text-container{
  padding: 0;
  background-color: transparent;
}
.destination__item .detail_text02{
  margin-top: 30px;
}

.other_information .ol-block__heading{
  /* justify-content: flex-start; */
  height: 70px;
  background: url(../images/bg-other_information_item_heading.jpg) no-repeat center center / 100% 100%;
  color: #ffffff;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.03em;
}
.other_information__item {
  background-color: #ffffff;
  .text-container {
    padding: 30px;
    margin-top: 0;
      dt {
          display: inline-block;
          margin-top: 25px;
          padding: 0 10px;
          background-color: #bf934c;
          color: #ffffff;
          font-weight: bold;
      }
  }
}

.-bottom .link-block{
  margin-top: 0;
}

.js-pagetop{
  background: var(--color-main);
}

.js-clone.-bottom{
  padding-top: 120px;
}
.button.-beige {
  background: linear-gradient(#e3d796, #ccc187);
  color: #333333;
}
.button.-beige::before, .button.-beige::after {
  border-color: #333333;
}
.button.-gold{
  background: linear-gradient(#947300, #856700);
  color: #ffffff;
}
.button.-navy{
  background: linear-gradient(#005d8c, #00547e);
  color: #ffffff;
}
@media (min-width: 769px){
    .button.-gold:hover {
        color: #856700;
    }  
    .button.-gold:hover::before,
    .button.-gold:hover::after {
      border-color: #856700;
    }
    .button.-navy:hover {
      color: #00547e;
  }
}</pre></body></html>