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


add style


*/

.tour__body {
  border: 1px solid #dbdcdf;
  border-right: 0;
  border-left: 0;
}

.tour__kv {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../images/common/bg-tour.jpg") center center/cover no-repeat;
  color: #fff;
  font-size: 2rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.tour__kv svg {
  width: 66px;
  height: 50px;

  fill: #fff;
}

.tour__kvTtl {
  margin-top: 20px;
}

.tour__ttl {
  color: #4984c9;
  font-size: 2rem;
}

.tour__summary {
  margin-top: 16px;
  color: #4984c9;
}

.tour__lineupArw svg {
  fill: #f00;
}

.tour__lineupLabel-sub {
  color: #4984c9;
}

.tourBtn,
.animatedModal .modal-content .modalNav .tourBtn {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 68px;
  background: #f0f0f0;
  line-height: 1;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
}

.tourBtn__main,
.animatedModal .modal-content .modalNav .tourBtn__main {
  font-size: 1.5rem;
}

.tourBtn__sub,
.animatedModal .modal-content .modalNav .tourBtn__sub {
  margin-top: 8px;
  font-size: 1.3rem;
}

.tourBtn__arw,
.animatedModal .modal-content .modalNav .tourBtn__arw {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tourBtn__arw svg,
.animatedModal .modal-content .modalNav .tourBtn__arw svg {
  width: 6px;
  height: 10px;
}

.animatedModal .modal-content .modalNav .modalTour {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  max-width: 400px;
  border-top: 2px dotted #fff;
}

.animatedModal .modal-content .modalNav .modalTour__body {
  background: #fff;
}

.animatedModal .modal-content .modalNav .modalTour__kv {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ff0031;

  -webkit-box-pack: justify;
}

.animatedModal .modal-content .modalNav .modalTour__kvIcon svg {
  width: 55px;
  height: 42px;

  fill: #ff0031;
}

.animatedModal .modal-content .modalNav .modalTour__kvDetail {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

.animatedModal .modal-content .modalNav .modalTour__kvTtl {
  font-size: 2.1rem;
}

.animatedModal .modal-content .modalNav .modalTour__kvSummary {
  font-size: 1.4rem;
}

.animatedModal .modal-content .modalNav .modalTour__lineup {
  margin-top: 26px;
  text-align: left;
}

.animatedModal .modal-content .modalNav .modalTour__lineupItem {
  margin-top: 0;
  width: 100%;
}

.animatedModal .modal-content .modalNav .modalTour__lineupItem:not(:last-child) {
  margin-bottom: 10px;
}

.animatedModal .modal-content .modalNav .modalTour__lineupArw svg {
  fill: #ff0031;
}

.animatedModal .modal-content .modalNav .modalTour__lineupLabel-main {
  color: #ff0031;
}

.animatedModal .modal-content .modalNav .modalTour__lineupLabel-sub {
  color: #ff0031;
}

@media screen and (min-width: 769px) {
  .tour {
    padding: 0 64px 80px;
  }

  .tour__body {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1160px;

    -webkit-box-align: center;
    -webkit-box-pack: justify;
  }

  .tour__kv {
    width: 355px;
    height: 220px;
  }

  .tour__detail {
    width: calc( 100% - 440px);
  }

  .tour__summary {
    font-size: 1.5rem;
  }

  .tour__lineup {
    display: -webkit-box;
    display: flex;
    margin-top: 32px;
  }

  .tour__lineupItem {
    width: 296px;
  }

  .tour__lineupItem:not(:last-child) {
    margin-right: 20px;
  }

  .animatedModal .modal-content .modalNav .modalTour__body {
    padding: 34px 54px 24px;
  }

  .animatedModal .modal-content .modalNav .modalTour__kvDetail {
    width: calc( 100% - 96px);
  }
}

@media screen and (max-width: 768px) {
  .tour {
    padding: 0 20px 40px;
  }

  .tour__body {
    padding: 20px 0;
  }

  .tour__kv {
    width: 100%;
    height: 180px;
  }

  .tour__ttl {
    margin-top: 34px;
  }

  .tour__summary {
    font-size: 1.3rem;
  }

  .tour__lineup {
    margin-top: 26px;
  }

  .tour__lineupItem:not(:last-child) {
    margin-bottom: 16px;
  }

  .animatedModal .modal-content .modalNav .modalTour {
    width: 80%;
  }

  .animatedModal .modal-content .modalNav .modalTour__body {
    padding: 30px 20px;
  }

  .animatedModal .modal-content .modalNav .modalTour__kvDetail {
    width: calc( 100% - 76px);
  }
}
</pre></body></html>