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

/* html{
  overflow-x: hidden;
} */
main{
  font-family: var(--font-noto_sans);
}
.mt5{
  margin-top: 5px;
}

.fw-900{
  font-weight: 900;
}
.main_visual{
 position: relative;
 background: url(../images/bg-mv.jpg) no-repeat center top / 100%;
 padding-top: calc( 800 / 1920 * 100% );
}

.mv-logo{
 position: absolute;
 left: calc( 352 / 1920 * 100vw );
 top: calc( 30 / 1920 * 100vw );
 width: calc( 306 / 1920 * 100vw );
}

.main-title{
 position: absolute;
 left: calc( 467 / 1920 * 100vw );
 top: calc( 25 / 1920 * 100vw );
 width: calc( 1099 / 1920 * 100vw );
}

.main-days{
 position: absolute;
 left: calc( 520 / 1920 * 100vw );
 top: calc( 283 / 1920 * 100vw );
 width: calc( 880 / 1920 * 100vw );
}

.main-copy{
 position: absolute;
 left: calc( 1589 / 1920 * 100vw );
 top: calc( 40 / 1920 * 100vw );
 width: calc( 138 / 1920 * 100vw );
}

.main-special{
 position: absolute;
 left: calc( 348 / 1920 * 100vw );
 top: calc( 462 / 1920 * 100vw );
 width: calc( 254 / 1920 * 100vw );
}


@media (max-width: 1236px){
}

@media (max-width: 768px){
  .main_visual{
    min-width: 100%;
    background: url(../images/bg-mv-sp.webp) no-repeat center top / 100%;
    padding-top: calc( 600 / 750 * 100% );
  }
  /* .mvTitle-container{
    padding-bottom:  calc( 80 / 750 * 100vw );
  } */
  
  .mv-logo{
    left: calc( 18 / 750 * 100vw );
    top: calc( 9 / 750 * 100vw );
    width: calc( 198 / 750 * 100vw );
  }

  .main-title{
    left: calc( 37 / 750 * 100vw );
    top: calc( 35 / 750 * 100vw );
    width: calc( 708 / 750 * 100vw );
  }

  .main-days{
    left: calc( 0 / 750 * 100vw );
    top: calc( 70 / 750 * 100vw );
    width: calc( 576 / 750 * 100vw );
  }

  .main-copy{
    left: calc( 603 / 750 * 100vw );
    top: calc( 281 / 750 * 100vw );
    width: calc( 62 / 750 * 100vw );
  }

  .main-special{
    left: calc( 30 / 750 * 100vw );
    top: calc( 285 / 750 * 100vw );
    width: calc( 170 / 750 * 100vw );
  }

}

/* introduction */
.introduction{
  position: relative;
  background-image: url(../images/bg-top.jpg), url(../images/bg-introduction.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-color: #fff;
  padding: 145px 0 120px;
}
.introduction-release_text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #000;
  background: url(../images/bg-introduction_title.webp) no-repeat center top;
  padding: 10px 0 25px;
  margin-bottom: 30px;
}



.introduction__catch {
  font-size: 3rem;
  color: #15307d;
}

.introduction__lead{
  max-width: 1216px;
  margin: 40px auto 0;
  text-align: left;
  color: #333;
}

.introduction__note{
  font-size: 1.6rem;
  font-family: var(--font-noto_serif);
}

.introduction__note .text-color01{
  color: #1d2088;
}

.introduction__note .text-color02{
  color: #64c18b;
}

.introduction__note .text-color03{
  color: #f4823b;
}

.introduction__note .text-color04{
  color: #f16781;
}
@media (max-width: 768px){
  .introduction{
    padding: 60px 0;
    background-size: auto, contain;
  }
  .introduction__catch {
    font-size: calc( 47 / 750 * 100vw );
    margin: calc( 20 / 750 * 100vw ) 0 0;
  }
  
  .introduction__lead{
    margin: calc( 30 / 750 * 100vw ) auto 0;
  }
  .introduction-release_text {
    width: 95%;
    font-size: calc( 41 / 750 * 100vw );
    padding: 4px 0 13px 11px;
    margin: 0 auto;
    background-size: contain;
  }
}

a.button-primary {
 background: #e53223;
 color: #ffffff;
}
.button-brochure_claim.-submit{
 background-color: #65127e;
}
.button-brochure_claim.-submit [type="submit"]{
 color: #ffffff;
}

.button-brochure_claim::after{
 background: #d8c4df;
}
@media (min-width: 769px){
 .button-primary:hover {
  color: #e53223;
 }
 .button-primary:hover::before, .button-primary:hover::after {
  border-color: #e53223;
 }
 .button-brochure_claim.-submit:hover{
  border-color: #65127e;
 }
 .button-brochure_claim.-submit:hover [type="submit"]{
  color: #65127e;
 }
}

.anchor_nav{
 background-color: #15307d;
}
.anchor_nav__item a::after{
 background-color: #8a98be;
}
@media (min-width: 769px){
   .anchor_nav__item{
    font-size: 2.0rem;
   }
 .anchor_nav__item a:hover {
  background-color: #ffffff;
  color: #15307d;
 }
}

.ol-block__heading {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #65127e;
    font-family: var(--font-noto_serif);
    letter-spacing: -1px;
}

.ol-block__heading.point3 {
    justify-content: left;
}

.text-expectation{
    font-size: 1.4rem;
    color: #125687;
}

.ol-block__heading + * {
    margin-top: 20px;
}

.point b{
  color: #e72334;
}
@media (min-width: 769px){
  .point {
    background-image: url(../images/bg-point-left.png), url(../images/bg-point-right.png), url(../images/bg-point.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left top;
    background-size: auto, auto, cover;
  }
}
@media (max-width: 768px){
  .ol-block__heading .label{
    margin-right: 18px;
  }
  .point {
    background-image: url(../images/bg-point.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #fed08e;
  }
  .point__label{
    position: relative;
    left: calc( 27 / 750 * 100vw );
    width: calc( 200 / 750 * 100vw );
  }
  .ol-block__heading{
    text-align: center; 
    font-size: calc( 50 / 750 * 100vw);
  }
  .section__lead{
    white-space: nowrap;
  }
}
.tour_introduction{
  background-image: url(../images/bg-top.jpg), url("../images/bg-bottom.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-color: #fff;
  /* padding: 70px 0 ; */
}

.section__heading {
    margin-bottom: 50px;
}

.section__heading .jp{
  color: #15307d;
}
.section__heading .en{
  color: #333333;
}
.section__heading::before, .section__heading::after{
  width: 135px;
  background-image: url(../images/bg-section_heading.png);
}
.section__lead{
  font-family: var(--font-noto_serif);
}


.tour_introduction__heading{
  font-family: var(--font-noto_serif);
  color: #3333333;
  margin-bottom: 65px;
}
.tour_introduction__item {
    padding-left: 25px;
}

.tour_introduction__item::before{
  background-image: url(../images/image-list_mark.png);
  width: 15px;
  height: 15px;
  top: 8px;
  background-size: 15px;
}

.tour_introduction__body{
 max-width: 760px;
}

.introduction-note{
 font-size: 1.4rem;
}
.tour_introduction__table{
  margin-top: 20px;
}
.tour_introduction__table .tab-scroll{
  overflow-x: auto;
}
.tour_introduction__table .tb-title{
  font-weight: 600;
}
.tour_introduction__table .tb-title .tb-title-note{
 font-size: 1.4rem;
}
.tour_introduction__table table{
  margin-top: 15px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  width: 100%;
  font-weight: 700;
}
.tour_introduction__table table th {
  background: #e9eaea; 
  text-align: center;
  font-size: 1.4rem;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px 7px;
  font-weight: 700;
  white-space: nowrap;
}
.tour_introduction__table table td {
  font-size: 1.4rem;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px 7px;
  text-align: center;
  white-space: nowrap;
}
/* .tour_introduction__table table td.tb-room{
  font-size: 1.2rem;
} */
.tour_introduction__table table td.tb-room01{
  background: #64c18b;
  color: #fff;
  font-weight: 500;
}
.tour_introduction__table table td.tb-room02{
  background: #f5823a;
  color: #fff;
  font-weight: 500;
}
.tour_introduction__table table td.tb-room03{
  background: #f16781;
  color: #fff;
  font-weight: 500;
}
.tour_introduction__table table td.tb-recbg{
  background: #e8f0c4;
}
.tour_introduction__table table td.sel-02 {
  text-align: left;
}
.tour_introduction__table table .tb-color {
  color: #e72334;
}
.tour_introduction__table table td .tb-recommend {
    color: #fff;
    background-color: #e72334;
    margin-left: 5px;
    padding: 2px 5px 3px;
    border-radius: 5px;
    font-size: 1.3rem;
}

.tb-facility{
  display: flex;
  justify-content: left;
  border: 1px solid #333;
  margin: 10px 0 0;
  width: 720px;
}

.tb-facility .tb-facility-copy{
  font-size: 1.4rem;
  color: #fff;
  background: #333;
  text-align: center;
  width: 90%;
}
.tb-facility .tb-facility-amount{
  font-size: 1.4rem;
  text-align: center;
  width: 10%;
  font-weight: 700;
}

.tour_introduction__schedule{
 text-align: center;
 margin-top: 100px;
}
@media (max-width: 768px){
  .tour_introduction{
    padding-bottom: 50px;
    background-size: auto, contain;
  }
  .tour_introduction__item::before {
    width: calc( 40 / 750 * 100vw );
    height: calc( 40 / 750 * 100vw );
    top: 1vw;
    background-size: calc( 34 / 750 * 100vw );
  }
  .tour_introduction__item dl{
    display: block;
  }
  
  .tour_introduction__heading{
    font-family: var(--font-noto_serif);
    color: #333333;
    margin-bottom: calc( 70 / 750 * 100vw );
  }
  .tour_introduction__schedule{
    margin-top: calc( 70 / 750 * 100vw );
  }
   .tab-scroll {
     width: 100%;
    margin-bottom: calc( 70 / 750 * 100vw );
  }
}

.value{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ea853a;
  border-top: none;
  dl{
    padding: 22px 35px;
  }
  dt{
    color: #ea853a;
    font-size: 1.111em;
    font-weight: bold;
  }
  dd{
    padding-left: 0.1em;
    font-size: 0.888em;
  }
}
.value__heading{
  background-color: #ea853a;
  color: #423277;
  font-size: 1.444em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px){
  .value{
    dl{
      padding: 22px;
    }
  }
}

/* event */
.event{
  background-color: rgb(255 237 219);
}
.event .cassette{
  background-color: #ffffff;
}
.event .cassette .cassette__heading{
  background-color: #65117d;
  color: #ffffff;
}
.event .cassette:first-of-type .cassette__heading{
  background-image: linear-gradient(150deg, #e71a35, #002f82);
  color: #ffffff;
}
.device--pc .cassette-block.-col1 .cassette__heading {
  font-size: 175%;
  line-height: 48px;
  letter-spacing: 0.1em;
}
.cassette__lead{
  padding: 10px 0;
  border-top: 4px double #662964;
  border-bottom: 4px double #662964;
  font-weight: bold;
  color: #662964;
}
.cassette-block.-col1 .image-container{
  column-gap: 20px;
  padding-top: 20px;
}
.event .image-container{
  padding: 20px 20px 0;
}
.event .text-container{
  background-color: #ffffff;
  padding-top: 0;
  /* background-color: #d0d9ee; */
}
.event .cassette .aborn{
  display: inline-block;
  padding: 4px 10px 6px 10px;
  border-radius: 50px;
  background-color: #662964;
  color: #ffffff;
}
.profile-block{
  background-color: #d2daef;
  padding: 15px;
  border-radius: 25px;
}
.profile-block span{
  margin-bottom: 5px;
}
.profile-block span{
  display: inline-block;
}
.profile-block .name{
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  letter-spacing: 0.1em;
}
.profile-block .text{
  padding-left: 10px;
  line-height: 1.4;
}


/* destination */
.cassette__heading{
  position: relative;
}
.destination{
  background-color: #eaf6ff;
  .cassette{
    position: relative;
  }
}
.destination__item .cassette__heading{
  font-size: 115%;
  font-weight: bold;
  display: flex;
}
.destination__list.-main .cassette__heading{
  background-color: #34A6E6;
  color: #ffffff;
}
.destination__item .left-box{
  background-color: #003a8f;
  color: #ffffff;
  height: 50px;
}
.mark{
  position: absolute;
  right: 30px;
  top: 30px;
}
.destination__item &gt; div{
  border: 2px solid #00ada9;
  background-color: #ffffff;
  border-radius: 25px;
}
.destination__item .cassette__header{
  padding: 30px 30px 0;
}
.destination__item .cassette__heading{
  height: 70px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #00ada9;
}
.destination__item .text-container{
  padding-top: 20px;
  margin-top: 0;
  background-color: transparent;
}
.destination__item dt {
  margin-top: 15px;
}
.price{
  /* display: inline-flex; */
  font-size: 122%;
  font-weight: bold;
}
.price dt, .price dd{
  display: inline;
}
.price dt{
  margin-top: 0;
}
.course_details{
  width: min(100%, 900px);
  margin: 30px auto 0;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 2px solid #00ADA9;
}
.course_details__header{
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 2px solid #00ADA9;
}
.mark__list{
  width: 98%;
  margin: 20px auto 0;
}
.mark__list li{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 94.4444%;
}
.emphasis_label.-cassette{
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  left: 25px;
  padding:15px 10px;
  border-radius: 50%;
  background-color: #e72334;
  font-family: var(--font-noto_serif);
  color: #ffffff;
  outline: 5px solid #e72334;
  border: 1px solid #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
}
.emphasis_block{
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px 25px;
  background-color: #cbf3f7;
  border-radius: 25px;
  /* border: 2px solid #00aaba; */
  dt{
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    background-color: #00aaba;
    border-radius: 25px;
    width: fit-content;
    margin: auto;
    padding: 2px 20px 5px;
  }
}
@media (max-width: 768px){
  .cassette__heading{
    font-size: calc(40 / 750* 100vw);
  }
  #recommended_event .cassette__heading{
    padding: 10px 5px 10px 22vw;
  }
  .mark{
    width: calc( 89 / 750 * 100vw );
    right: calc( 35 / 750 * 100vw );
    top: 35px;
  }
  .mark__list img{
    width: calc( 110 / 750 * 100vw );
  }
  .mark__list p{
    flex: 1;
  }
  .destination__item .right-box{
    padding: 0 10vw 0 2vw;
  }
  .destination__item .cassette__heading .left-box {
    min-width: 50px;
  }
  .destination__item .cassette__header{
    padding-left: calc( 35 / 750 * 100vw );
    padding-right: calc( 35 / 750 * 100vw );
  }
  .emphasis_label.-cassette {
    left: -1.2vw;
    outline: 3px solid #e72334;
    font-size: calc( 32 / 750 * 100vw );
  }
  .emphasis_block{
    dt{
        border-radius: 35px;
        padding: 8px 30px 10px;
        line-height: 1.2;
    }
  }
}

/* guest_room */
.guest_room__list{
  column-gap: 50px;
  row-gap: 30px;
}
.guest_room__item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.guest_room__item &gt; div{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.suite &gt; div{
  background: linear-gradient(to right, #f16781 25%, #f16781 60%, #f16781);
}
.deluxe &gt; div{
  background: linear-gradient(to right, #f4823b 25%, #f4823b 60%, #f4823b);
}
.state &gt; div{
  background: linear-gradient(to right, #64c18b 25%, #64c18b 60%, #64c18b);
}
.guest_room__item &gt; div &gt; a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  /* background-color: #2061a2; */
  /* background: linear-gradient(to right, #c73e3a, #2061a2); */
  color: #ffffff;
  /* font-family: var(--font-noto_serif); */
  padding: 0 20px;
  font-weight: bold;
  transition: .2s ease-in-out;
  will-change: transform;
}
.guest_room__item .head{
  display: flex;
  align-items: center;
  font-size: 1.222em;
}
.guest_room__item .head span{
  display: inline-block;
  margin-left: 2px;
  font-size: 68.1818%;
}
.guest_room__item &gt; div &gt; a small{
  width: 100%;
  margin-top: -15px;
  font-weight: normal;
  font-size: 14px;
}
.guest_room__item .text-container{
  padding-right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.guest_room__item .text-container::before{
  content: "";
  display: block;
  width: 93%;
  height: 1px;
  margin: 0 auto 5px;
  background-color: #ffffff;
}
.guest_room__item .text-container a{
  color: #ffffff;
}
.guest_room_privilege__heading{
  background-color: #f08200;
  color: #fff100;
}
.guest_room_privilege__body{
  background-color: #feeabf;
}
.bullet_style-circle::before {
  background-color: #f08200;
}
.emphasis_label.-guest_room{
  position: relative;
    top: 1px;
  height: 28px;
  margin-right: 5px;
  padding: 0 9px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  background-color: #e72334;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: normal;
}
@media (min-width: 769px){
  .guest_room__item &gt; div &gt; a:hover{
    color: #fff100;
  }
  /* .guest_room__item &gt; .suite:hover{
    background: linear-gradient(to right, #ffbbbb 25%, #ffffff 60%, #ffbbbb);
    color: #e60039;
  }
  .guest_room__item &gt; .deluxe:hover{
    background: linear-gradient(to right, #94c5eb 25%, #ffffff 60%, #94c5eb);
    color: #0165b2;
  }
  .guest_room__item &gt; .state:hover{
    background: linear-gradient(to right, #95ddd5 25%, #ffffff 60%, #95ddd5);
    color: #069987;
  } */
}
@media (max-width: 768px){
  .guest_room_privilege__heading{
    height: auto;
    padding: 10px 0;
    line-height: 1.4;
    font-size: 120%;
  }
  .guest_room__item{
    height: auto;
  }
  .guest_room__item .head{
    display: block;
    white-space: nowrap;
  }
  .guest_room__item &gt; div{
    padding: 10px 0;
  }
  .guest_room__item &gt; div &gt; a{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    height: auto;
    padding: 0.2vw 4vw 2vw;
    line-height: 1.3;
  }
  .guest_room__item &gt; div &gt; a small {
    margin-top: 4px;
  }
  .guest_room__item .text_link{
    display: block;
  }
  .guest_room__item .text-container{
    line-height: 1.3;
  }
  .emphasis_label.-guest_room {
    top: -3px;
    height: 24px;
  }
}





.other_information .content-width {
  max-width: 1176px;  
}
.other_information .section__heading{
  color: #ffffff;
  margin-bottom: 60px;
}

.other_information .section__heading .jp{
  color: #fff;
}

.other_information .section__heading .en{
  color: #fff;
}

.other_information .section__heading::before, .other_information .section__heading::after{
  width: 170px;
  background-image: url(../images/bg-other_info_heading.png);
}
.other_information__item{
  background-color: #ffffff;
  border-radius: 30px;
}

.ol-block__item + .ol-block__item {
    margin-top: 60px;
}

.other_information__item .ol-block__heading{
  justify-content: flex-start;
  background: url(../images/bg-other_information_item_heading.png);
  color: #ffffff;
  text-align: left;
}

.other_information .ol-block__heading {
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-noto_sans);
    letter-spacing: 0;
    position: relative;
    padding: 15px 0 16px 85px;
    font-weight: 600;
    margin-bottom: 28px;
}



.other_information__item .other_information__label{
  width: 100px;
  position: absolute;
  left: -30px;
  top: -15px;
}
.other_information__item .text-container{
  padding: 0 30px 30px;
}
.other_information__item .add_information{
  margin-top: 20px;
  margin-bottom: 25px;
  /* font-size: 81.8181%; */
  letter-spacing: -0.03em;
}
.other_information .text-container b{
  color: #ed2f2f;
}
.other_information .text-container .text-code{
  margin-top: 15px;
}

.other_information .text-container .text-code  b{
  color: #65127e;
  font-size: 2.2rem;
}

.other_information .image-container{
  padding: 0 30px 30px 0;
}

.label-pink span{
  padding: 1px 8px 3px;
  background-color: #e5527f;
  color: #ffffff;
}
@media (min-width: 769px){
  .other_information {
    position: relative;
    background-image: url(../images/bg-tour.webp);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100%;
    /* padding: 70px 0; */
  }

  .other_information__item .text-container p{
    font-size: 122.2222%;
  }
  .other_information__item .add_information{
    white-space: nowrap;
  }
}
@media (max-width: 768px){
  .other_information {
    background-image: url(../images/bg-tour-sp.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: contain;
  }
  
  .other_information .section__heading {
      margin-bottom:  calc( 70 / 750 * 100vw );
  }
  
  .other_information__item .ol-block__heading{
    flex-direction: row;
    height: calc( 138 / 750 * 100vw );
    background-image: url(../images/bg-other_information_item_heading-sp.png);
    background-size: cover;
    font-size: calc( 40 / 750 * 100vw );
    padding:  calc( 15 / 750 * 100vw ) 0  calc( 16 / 750 * 100vw )  calc( 155 / 750 * 100vw );
    margin: 0;
  }
  .other_information__item .text-container{
    padding: 0 20px 20px;
  }
  .other_information__item .other_information__label{
    width: calc( 127 / 750 * 100vw );
    left: calc( 9 / 750 * 100vw );
    top: calc( 6 / 750 * 100vw );
  }
  .label-pink{
    display: block;
    margin-bottom: 10px;
  }
  
  .ol-block__item + .ol-block__item {
      margin-top: 35px;
  }
  
  .other_information .text-container .text-code b {
    font-size: calc( 30 / 750 * 100vw );
  }

  .other_information .ol-block__item .image-container {
     margin: 0;
     padding: 0 20px 20px;
  }
  
}

.button &gt; span {
  top: -1px;
}
.button.tour{
  max-width: 980px;
  background-image: linear-gradient(90deg, #00316c, #2f5787 50%, #00316c);
  border-color: #ffffff;
  color: #ffffff;
}
.button.company{
  background-image: linear-gradient(90deg, #c73e3a, #d26561 50%, #c73e3a);
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 769px){
  .button.tour:hover {
    color: #00316c;
  }
  .button.tour:hover::before, .button.tour:hover::after {
    border-color: #00316c;
  }
  .button.company:hover {
    color: #c73e3a;
  }
  .button.company:hover::before, button.company:hover::after{
    border-color: #c73e3a;
  }
}
@media (max-width: 768px){
  .button.tour{
    height: 80px;
    border-radius: 40px;
  }
  .button.tour::before {
    height: calc( 80px - 8px );
    border-radius: 40px
  }
}
.js-pagetop{
  background: #008acb;
}
.js-pagetop{
  background: #008acb;
}

.js-accordion-trigger{
  background-color: #00ada9;
  color: #ffffff;
}

@media (min-width: 769px){
  .point .image-container img{
    height: 336px;
  }
  .tour_introduction__map img{
    height: 640px;
  }
  .event .image-container img,
  .destination .image-container img{
    height: 357px;
  }
  .js-accordion-trigger:hover{
    color: #00ada9;
  }
  .js-accordion-trigger:hover::before, .js-accordion-trigger:hover::after{
    border-color: #00ada9;
  }
}
@media (max-width: 768px){
  .point .image-container img{
    height: 54.6vw;
  }
  .tour_introduction__map img{
    height: 140vw;
  }
  .event .image-container img{
    height: 51.8vw;
  }
  .destination .image-container img{
    height: 56.7vw;
  }
}

.movie-container{
  margin-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px){
  .movie-container{
    padding-bottom: 25px;
  }
  .movie__heading{
    font-size: calc( 26 / 750 * 100vw );
  }
}

a.button-reserve{
  width: auto;
  height: auto;
  padding: 13px 20px;
  border-radius: 6px;
  &amp;::before{
    border-radius: 5px;
  }
}

</pre></body></html>