@charset "UTF-8";
.mb_notes-link-blank::after, .hotel-list__link::after, .tooltip__label::after, .tooltip--price .tooltip__label::before, .point-contents__more-text::after, .tag-list__description::after, .different-list__link a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #3064d5;
}

.select-modal .confirm__btn:focus-visible, .select-calendar__pulldown:focus-visible, .link-copy-button:focus-visible, .share-button:focus-visible {
  border: 1px solid #99c4fd;
  color: #140d77;
  background-color: #f0f7ff;
  outline: 1px solid #3064d5;
  outline-offset: 2px;
}

@keyframes gradationAnimation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.mv {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .mv {
    max-width: 1144px;
    margin-inline: auto;
    display: flex;
    gap: 40px;
    padding: 40px 20px 96px;
  }
}
@media screen and (max-width : 740.98px) {
  .mv {
    padding-bottom: 96px;
  }
}

@media print {
  .mv {
    margin-bottom: 10px;
  }
}
.mv-slide .main-slide {
  display: grid;
  grid-template-areas: "slide slide slide" "prev dotted next";
  grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr);
  align-items: center;
  column-gap: 8px;
  margin-bottom: 24px;
}
.mv-slide .main-slide .slick-arrow {
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.mv-slide .main-slide .slick-arrow.prev-arrow {
  margin-left: auto;
  grid-area: prev;
}
.mv-slide .main-slide .slick-arrow.next-arrow {
  margin-right: auto;
  grid-area: next;
}
.mv-slide .main-slide .slick-list {
  grid-area: slide;
}
@media screen and (max-width : 740.98px) {
  .mv-slide .main-slide .slick-list {
    width: 100%;
  }
}
.mv-slide .main-slide .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  grid-area: dotted;
}
.mv-slide .main-slide .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.mv-slide .main-slide .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.mv-slide .main-slide .slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e9ecf2;
}
.mv-slide .main-slide .slick-dots li.slick-active button::before {
  background-color: #939dad;
}
.mv-slide .main-slide__item {
  padding-bottom: 10px;
  opacity: 0;
}
.mv-slide .main-slide__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.mv-slide .main-slide__image-description {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width : 740.98px) {
  .mv-slide .main-slide__image-description {
    padding-inline: 20px;
  }
}
.mv-slide .main-slide__caption, .mv-slide .main-slide__supplement {
  font-size: 0.75rem;
  color: #697180;
}
.mv-slide .main-slide__supplement {
  min-width: 120px;
}

.mv-detail {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .mv-detail {
    width: 46.2%;
  }
}
@media screen and (max-width : 740.98px) {
  .mv-detail {
    padding-inline: 20px;
  }
}
.mv-detail__title {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width : 740.98px) {
  .mv-detail__title {
    font-size: 1.5rem;
  }
}
.mv-detail__sub-title {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width : 740.98px) {
  .mv-detail__sub-title {
    font-size: 0.875rem;
  }
}
.mv-detail__description {
  margin-top: 8px;
  font-size: 0.875rem;
}
.mv-detail__info {
  margin-top: 16px;
}
.mv-detail__price {
  font-weight: bold;
  color: #df0d00;
  text-align: right;
}
.mv-detail__price-text {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.mv-detail__price-yen {
  font-size: 1rem;
}
.mv-detail__price-detail, .mv-detail__price-cheapest {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #697180;
}
.mv-detail__box {
  background-color: #f5f7fa;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e9ecf2;
}
.mv-detail__departure-area {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e9ecf2;
}
.mv-detail__brand-logo {
  flex-shrink: 0;
}
.mv-detail__departure-data {
  font-size: 0.875rem;
}

@media print {
  .mv-detail__price-detail {
    margin-top: 6px;
  }
}
.mv-slide {
  width: 100%;
  position: relative;
}

.mv-wrap {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .mv-wrap {
    width: 53.8%;
  }
}

.mv-award {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: flex;
  gap: 8px;
}
@media print, screen and (min-width: 741px) {
  .mv-award__item {
    width: 80px;
  }
}
@media screen and (max-width : 740.98px) {
  .mv-award__item {
    width: 60px;
  }
}
.mv-award__badge {
  display: block;
  width: 100%;
  height: auto;
}

.different-list {
  margin-top: 24px;
}
.different-list__title {
  font-size: 0.875rem;
  font-weight: bold;
}
.different-list__title:not(:first-child) {
  margin-top: 16px;
}
.different-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.different-list__button {
  display: block;
  width: 100%;
  min-width: 78px;
  padding: 9px 8px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  font-size: 0.75rem;
  color: #2c2a29;
  text-align: center;
  transition: background-color 0.25s;
}
.different-list__button:visited {
  color: #2c2a29;
}
@media (hover: hover) {
  .different-list__button:not(.is-disabled-hover):hover {
    background-color: #e0edff;
    color: #140d77;
  }
}
.different-list__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  font-size: 0.875rem;
}
.different-list__link a {
  display: flex;
  align-items: center;
  color: #3064d5;
}
.different-list__link a:visited {
  color: #3064d5;
}
.different-list__link a::after {
  margin-left: 8px;
  mask-image: url(/assets/images/tour-detail/icon_arrow_link.svg);
}
@media (hover: hover) {
  .different-list__link a:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .different-list__link a:not(.is-disabled-hover):hover::after, .different-list__link a:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}

@media print {
  .mv-detail .different-list {
    margin-top: 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .thumb-slide {
    display: none;
  }
}
.thumb-slide .slick-list {
  padding-right: 16px;
}
.thumb-slide .slick-track {
  display: flex;
}
.thumb-slide.control .slick-list {
  padding-right: 0;
}
@media print, screen and (min-width: 741px) {
  .thumb-slide.control .slick-track {
    width: 100% !important;
    transform: inherit !important;
    justify-content: center;
  }
}
.thumb-slide__image {
  width: 100%;
  height: auto;
}
.thumb-slide__item {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.thumb-slide__item:not(:first-of-type) {
  margin-left: 4px;
}

.feature {
  margin-top: 16px;
}
.feature__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width : 740.98px) {
  .feature__list {
    justify-content: center;
    column-gap: 16px;
  }
}
.feature__list-item {
  position: relative;
}
.feature__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  margin-top: 16px;
}
.feature .tooltip__contents {
  top: calc(100% + 8px);
  right: 0;
  width: 240px;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}
@media screen and (max-width : 740.98px) {
  .feature .tooltip__contents {
    right: 50%;
    transform: translateX(50%);
  }
}
.feature .tooltip__close {
  top: 8px;
  right: 8px;
}
.feature .tooltip__ttl {
  justify-content: center;
}

.share-button {
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .share-button {
    padding: 9px 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 741px) {
  .share-button {
    padding: 11px 16px;
    font-size: 1rem;
  }
}
.share-button {
  background-color: #fff;
  color: #2c2a29;
  border: 1px solid #939dad;
}
@media (hover: hover) {
  .share-button:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    color: #140d77;
    border-color: #99c4fd;
  }
}
.share-button:visited:not(:focus-visible) {
  color: #2c2a29;
}
.share-button {
  width: fit-content;
  padding: calc(var(--button-padding-block, 8px) + var(--leading-trim, 0px)) 16px;
  font-size: calc(var(--button-font-size, 12) / 16 * 1rem);
  padding-left: 32px;
  background-image: url("/assets/images/tour-detail/icon_share.svg");
  background-size: 16px 16px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.link-copy-button {
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .link-copy-button {
    padding: 9px 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 741px) {
  .link-copy-button {
    padding: 11px 16px;
    font-size: 1rem;
  }
}
.link-copy-button {
  background-color: #fff;
  color: #2c2a29;
  border: 1px solid #939dad;
}
@media (hover: hover) {
  .link-copy-button:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    color: #140d77;
    border-color: #99c4fd;
  }
}
.link-copy-button:visited:not(:focus-visible) {
  color: #2c2a29;
}
.link-copy-button {
  width: fit-content;
  padding: calc(var(--button-padding-block, 8px) + var(--leading-trim, 0px)) 16px;
  font-size: calc(var(--button-font-size, 12) / 16 * 1rem);
  padding-left: 32px;
  background-image: url("/assets/images/tour-detail/icon_copy.svg");
  background-size: 16px 16px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  display: block;
  margin: 16px auto 0;
}

.copy-complete {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: none;
  width: fit-content;
  border-radius: 4px;
  background-color: #c0dbff;
  padding: 5px 8px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  font-size: 0.75rem;
  z-index: 2;
  white-space: nowrap;
}
.copy-complete::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 10px solid #c0dbff;
}

.tour-card__item {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width : 740.98px) {
  .tour-card__item:first-child {
    margin-top: 16px;
  }
}
.tour-card__link {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(44, 42, 41, 0.45);
  transition: box-shadow 0.25s, opacity 0.25s;
  color: #2c2a29;
  border-radius: 8px;
  opacity: 1;
}
@media print, screen and (min-width: 741px) {
  .tour-card__link {
    padding: 16px;
  }
}
@media screen and (max-width : 740.98px) {
  .tour-card__link {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .tour-card__link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  }
}
.tour-card__link:hover, .tour-card__link:visited {
  color: #2c2a29;
}
.tour-card__head {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .tour-card__head {
    width: 32.5%;
    border-radius: 8px;
  }
}
.tour-card__img {
  aspect-ratio: 335/207;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
@media (hover: hover) {
  .tour-card__link:hover .tour-card__img {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 741px) {
  .tour-card__img {
    aspect-ratio: 260/161;
  }
}
.tour-card__img-badge-list {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 5px;
}
.tour-card__img-badge-cont {
  display: inline-block;
  padding: 3px 7.5px 4px;
  background-color: #fff;
}
.tour-card__img-badge-item {
  grid-column: span 2;
}
.tour-card__img-badge-item--sale:first-child .tour-card__img-badge-cont {
  border-radius: 8px 0 0 0;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #e9ecf2;
}
.tour-card__img-badge-item--award {
  grid-column: auto;
}
.tour-card__img-badge-item--award .tour-card__img-badge-cont {
  padding: 0 4px;
  margin-left: 4px;
  background-color: transparent;
}
.tour-card__img-badge-item--award + .tour-card__img-badge-item--award .tour-card__img-badge-cont {
  margin-left: 0;
}
.tour-card__img-badge {
  display: block;
  height: auto;
  pointer-events: none;
}
.tour-card__body {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .tour-card__body {
    width: 67%;
  }
}
@media screen and (max-width : 740.98px) {
  .tour-card__body {
    padding: 16px;
  }
  .tour-card__body:has(.tour-card__logo) {
    padding-top: 8px;
  }
}
.tour-card__logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tour-card__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  transition: 0.25s;
}
@media (hover: hover) {
  .tour-card__link:hover .tour-card__ttl {
    color: #140d77;
  }
}
.tour-card__catchcopy {
  margin-top: 4px;
  font-size: 0.875rem;
}
.tour-card__date-list {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 8px;
}
.tour-card__date-label {
  min-width: 64px;
  padding: calc(2.5px + var(--leading-trim)) 8px;
  background-color: #f5f7fa;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #697180;
  white-space: nowrap;
  border-radius: 4px;
  text-align: center;
}
.tour-card__date-value {
  font-size: 0.75rem;
}
.tour-card__airplane-type {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  margin-top: 8px;
}
.tour-card__airplane-type-img {
  display: block;
  width: auto;
  height: 20px;
  pointer-events: none;
}
.tour-card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.tour-card__tag-item, .tag-modal__tag-name, .tag-list__item {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px 4px 4px;
  border-radius: 4px;
  background-color: #f0f7ff;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.tour-card__tag-item--exciting, .tour-card__tag-item--premium, .tour-card__tag-item--select, .tour-card__tag-item--value {
  font-weight: bold;
  padding-right: 4px;
}
.tour-card__tag-item--exciting {
  background-color: #fbf9ef;
  color: #967915;
}
.tour-card__tag-item--premium {
  background-color: #ebffff;
  color: #09858d;
}
.tour-card__tag-item--select {
  background-color: #fff7f2;
  color: #cf3700;
}
.tour-card__tag-item--value {
  background-color: #eafffa;
  color: #147252;
}
.tour-card__tag-icon, .tag-modal__tag-icon, .tag-list__icon {
  width: 16px;
  margin-right: 3.5px;
  pointer-events: none;
}

.tour-cost {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 16px;
  margin-left: auto;
  padding-right: 52px;
  text-align: right;
}
.tour-cost__ttl {
  font-size: 0.75rem;
  color: #697180;
}
.tour-cost__desc {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #df0d00;
}

.icon-heart {
  display: inline-block;
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  bottom: 16px;
  right: 16px;
  border-radius: 50%;
  background-color: #f5f7fa;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.9912%2032.375C21.6819%2032.375%2021.3713%2032.3191%2021.0594%2032.2074C20.7474%2032.0956%2020.4702%2031.9207%2020.2275%2031.6826L18.2322%2029.8597C16.212%2028.0163%2014.3811%2026.1724%2012.7396%2024.328C11.0981%2022.4836%2010.2773%2020.4354%2010.2773%2018.1833C10.2773%2016.3152%2010.901%2014.7551%2012.1484%2013.5031C13.3958%2012.251%2014.9536%2011.625%2016.8219%2011.625C17.8275%2011.625%2018.7779%2011.8301%2019.6731%2012.2403C20.5684%2012.6504%2021.341%2013.2197%2021.9912%2013.948C22.6413%2013.2197%2023.4139%2012.6504%2024.3092%2012.2403C25.2044%2011.8301%2026.1548%2011.625%2027.1604%2011.625C29.0305%2011.625%2030.5922%2012.251%2031.8455%2013.5031C33.0989%2014.7551%2033.7256%2016.3152%2033.7256%2018.1833C33.7256%2020.4354%2032.9062%2022.4884%2031.2674%2024.3424C29.6286%2026.1963%2027.7799%2028.0473%2025.7214%2029.8953L23.7617%2031.6895C23.5191%2031.9275%2023.2406%2032.1013%2022.9264%2032.2108C22.6121%2032.3203%2022.3004%2032.375%2021.9912%2032.375ZM20.8518%2016.6095C20.3241%2015.852%2019.7409%2015.2674%2019.1022%2014.8558C18.4635%2014.4442%2017.7041%2014.2383%2016.8238%2014.2383C15.7%2014.2383%2014.7636%2014.6132%2014.0144%2015.363C13.2653%2016.1128%2012.8907%2017.0529%2012.8907%2018.1833C12.8907%2019.1701%2013.2415%2020.2185%2013.9429%2021.3286C14.6444%2022.4387%2015.4834%2023.5156%2016.4598%2024.5593C17.4362%2025.603%2018.441%2026.5803%2019.4743%2027.4911C20.5076%2028.402%2021.3466%2029.1515%2021.9912%2029.7398C22.6375%2029.1463%2023.4783%2028.3943%2024.5134%2027.4839C25.5487%2026.5735%2026.5553%2025.5966%2027.5335%2024.5534C28.5118%2023.5102%2029.3527%2022.4355%2030.0565%2021.3291C30.7603%2020.2229%2031.1122%2019.1743%2031.1122%2018.1833C31.1122%2017.0529%2030.7362%2016.1128%2029.9841%2015.363C29.232%2014.6132%2028.2918%2014.2383%2027.1637%2014.2383C26.28%2014.2383%2025.5199%2014.4442%2024.8836%2014.8558C24.2472%2015.2674%2023.6651%2015.852%2023.1374%2016.6095C22.9974%2016.8146%2022.8275%2016.9685%2022.6276%2017.0711C22.4276%2017.1737%2022.2155%2017.225%2021.9912%2017.225C21.7668%2017.225%2021.5555%2017.1737%2021.3573%2017.0711C21.1591%2016.9685%2020.9906%2016.8146%2020.8518%2016.6095Z%22%20fill%3D%22%23C0C5CC%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (hover: hover) {
  .icon-heart:hover {
    opacity: 0.4;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.9912%2032.375C21.6819%2032.375%2021.3713%2032.3191%2021.0594%2032.2074C20.7474%2032.0956%2020.4702%2031.9207%2020.2275%2031.6826L18.2322%2029.8597C16.212%2028.0163%2014.3811%2026.1724%2012.7396%2024.328C11.0981%2022.4836%2010.2773%2020.4354%2010.2773%2018.1833C10.2773%2016.3152%2010.901%2014.7551%2012.1484%2013.5031C13.3958%2012.251%2014.9536%2011.625%2016.8219%2011.625C17.8275%2011.625%2018.7779%2011.8301%2019.6731%2012.2403C20.5684%2012.6504%2021.341%2013.2197%2021.9912%2013.948C22.6413%2013.2197%2023.4139%2012.6504%2024.3092%2012.2403C25.2044%2011.8301%2026.1548%2011.625%2027.1604%2011.625C29.0305%2011.625%2030.5922%2012.251%2031.8455%2013.5031C33.0989%2014.7551%2033.7256%2016.3152%2033.7256%2018.1833C33.7256%2020.4354%2032.9062%2022.4884%2031.2674%2024.3424C29.6286%2026.1963%2027.7799%2028.0473%2025.7214%2029.8953L23.7617%2031.6895C23.5191%2031.9275%2023.2406%2032.1013%2022.9264%2032.2108C22.6121%2032.3203%2022.3004%2032.375%2021.9912%2032.375ZM20.8518%2016.6095C20.3241%2015.852%2019.7409%2015.2674%2019.1022%2014.8558C18.4635%2014.4442%2017.7041%2014.2383%2016.8238%2014.2383C15.7%2014.2383%2014.7636%2014.6132%2014.0144%2015.363C13.2653%2016.1128%2012.8907%2017.0529%2012.8907%2018.1833C12.8907%2019.1701%2013.2415%2020.2185%2013.9429%2021.3286C14.6444%2022.4387%2015.4834%2023.5156%2016.4598%2024.5593C17.4362%2025.603%2018.441%2026.5803%2019.4743%2027.4911C20.5076%2028.402%2021.3466%2029.1515%2021.9912%2029.7398C22.6375%2029.1463%2023.4783%2028.3943%2024.5134%2027.4839C25.5487%2026.5735%2026.5553%2025.5966%2027.5335%2024.5534C28.5118%2023.5102%2029.3527%2022.4355%2030.0565%2021.3291C30.7603%2020.2229%2031.1122%2019.1743%2031.1122%2018.1833C31.1122%2017.0529%2030.7362%2016.1128%2029.9841%2015.363C29.232%2014.6132%2028.2918%2014.2383%2027.1637%2014.2383C26.28%2014.2383%2025.5199%2014.4442%2024.8836%2014.8558C24.2472%2015.2674%2023.6651%2015.852%2023.1374%2016.6095C22.9974%2016.8146%2022.8275%2016.9685%2022.6276%2017.0711C22.4276%2017.1737%2022.2155%2017.225%2021.9912%2017.225C21.7668%2017.225%2021.5555%2017.1737%2021.3573%2017.0711C21.1591%2016.9685%2020.9906%2016.8146%2020.8518%2016.6095Z%22%20fill%3D%22%23E73562%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}
.icon-heart--active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.9912%2032.375C21.6819%2032.375%2021.3713%2032.3191%2021.0594%2032.2074C20.7474%2032.0956%2020.4702%2031.9207%2020.2275%2031.6826L18.2322%2029.8597C16.212%2028.0163%2014.3811%2026.1724%2012.7396%2024.328C11.0981%2022.4836%2010.2773%2020.4354%2010.2773%2018.1833C10.2773%2016.315%2010.901%2014.7548%2012.1484%2013.5029C13.3958%2012.251%2014.9536%2011.625%2016.8219%2011.625C17.8275%2011.625%2018.7779%2011.8301%2019.6731%2012.2403C20.5684%2012.6504%2021.341%2013.2197%2021.9912%2013.948C22.6413%2013.2197%2023.4139%2012.6504%2024.3092%2012.2403C25.2044%2011.8301%2026.1548%2011.625%2027.1604%2011.625C29.0287%2011.625%2030.59%2012.251%2031.8442%2013.5029C33.0985%2014.7548%2033.7256%2016.315%2033.7256%2018.1833C33.7256%2020.4354%2032.9062%2022.4884%2031.2674%2024.3424C29.6286%2026.1963%2027.7799%2028.0473%2025.7214%2029.8953L23.7617%2031.6895C23.5191%2031.9275%2023.2406%2032.1013%2022.9264%2032.2108C22.6121%2032.3203%2022.3004%2032.375%2021.9912%2032.375Z%22%20fill%3D%22%23E73562%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (hover: hover) {
  .icon-heart--active:hover {
    opacity: 0.7;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.9912%2032.375C21.6819%2032.375%2021.3713%2032.3191%2021.0594%2032.2074C20.7474%2032.0956%2020.4702%2031.9207%2020.2275%2031.6826L18.2322%2029.8597C16.212%2028.0163%2014.3811%2026.1724%2012.7396%2024.328C11.0981%2022.4836%2010.2773%2020.4354%2010.2773%2018.1833C10.2773%2016.315%2010.901%2014.7548%2012.1484%2013.5029C13.3958%2012.251%2014.9536%2011.625%2016.8219%2011.625C17.8275%2011.625%2018.7779%2011.8301%2019.6731%2012.2403C20.5684%2012.6504%2021.341%2013.2197%2021.9912%2013.948C22.6413%2013.2197%2023.4139%2012.6504%2024.3092%2012.2403C25.2044%2011.8301%2026.1548%2011.625%2027.1604%2011.625C29.0287%2011.625%2030.59%2012.251%2031.8442%2013.5029C33.0985%2014.7548%2033.7256%2016.315%2033.7256%2018.1833C33.7256%2020.4354%2032.9062%2022.4884%2031.2674%2024.3424C29.6286%2026.1963%2027.7799%2028.0473%2025.7214%2029.8953L23.7617%2031.6895C23.5191%2031.9275%2023.2406%2032.1013%2022.9264%2032.2108C22.6121%2032.3203%2022.3004%2032.375%2021.9912%2032.375Z%22%20fill%3D%22%23E73562%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}
.icon-heart__text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: max-content;
  margin-block: auto;
  padding: 4px 8px 6px;
  transform: translateX(calc(-100% - 8px));
  font-size: 0.875rem;
  background-color: #c0dbff;
  white-space: nowrap;
  opacity: 0;
  transition: 0.2s;
}
.icon-heart__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 8px;
  height: 26px;
  margin-block: auto;
  background-image: url("/assets/images/search-result/icon_arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-list__item {
  background-color: #fff;
  min-height: 28px;
}
.tag-list__item--logo {
  padding-left: 8px;
}
.tag-list__description {
  display: flex;
  display: flex;
  align-items: center;
  color: #3064d5;
}
.tag-list__description:visited {
  color: #3064d5;
}
.tag-list__description::after {
  margin-left: 8px;
  mask-image: url(/assets/images/common/icon_help.svg);
}
@media (hover: hover) {
  .tag-list__description:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .tag-list__description:not(.is-disabled-hover):hover::after, .tag-list__description:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.tag-list__description {
  margin-top: 8px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.875rem;
  color: #2c2a29;
}
@media (hover: hover) {
  .tag-list__description:not(.is-disabled-hover):hover {
    color: #140d77;
  }
}

@media print {
  .mv-detail .tag-list__item {
    margin-top: 6px;
  }
}
.tag-modal__tag-item:not(:first-child) {
  margin-top: 16px;
}
.tag-modal__tag-name {
  vertical-align: bottom;
  padding-block: 6px;
}
.tag-modal__description {
  margin-top: 8px;
  font-size: 0.875rem;
}

.code {
  margin-top: 4px;
}
.code__text {
  font-size: 0.75rem;
  color: #697180;
}

@media print {
  .mv-detail .code {
    margin-top: 6px;
  }
}
.point-contents {
  display: block;
  background-color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a29;
}
@media print, screen and (min-width: 741px) {
  .point-contents {
    padding: 32px 40px;
    border-radius: 16px;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents {
    position: relative;
    padding: 16px;
    border-radius: 8px;
    transition: padding-bottom 0.3s ease;
  }
  .point-contents:has(.js-more-button.is-active) {
    padding-bottom: 32px;
  }
  .point-contents:has(.js-more-button.is-close) {
    padding-bottom: 48px;
  }
}
.point-contents--special {
  border: 2px solid #967915;
}
.point-contents__inner {
  display: grid;
  overflow-y: hidden;
  --accordion-height: auto;
}
@media print, screen and (min-width: 741px) {
  .point-contents__inner {
    grid-template-columns: 320px auto;
    grid-template-rows: auto var(--accordion-height);
    transition: grid-template-rows 0.3s ease;
    column-gap: 32px;
    row-gap: 24px;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__inner {
    grid-template-columns: minmax(0, 1fr);
    height: var(--accordion-height);
    transition: height 0.3s ease;
  }
}
.point-contents__inner:not(:has(.point-contents__media)) {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 741px) {
  .point-contents__inner:not(:has(.point-contents__media)) {
    gap: 24px 0;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__inner:not(:has(.point-contents__media)) {
    gap: 0;
  }
}
.point-contents__inner:not(:has(.point-contents__media)) .point-contents__text {
  grid-area: auto;
}
.point-contents__title-wrap {
  display: grid;
  gap: 8px;
  grid-area: 1/1/2/3;
}
.point-contents__tag {
  position: relative;
  background-color: #fbf9ef;
  width: fit-content;
  height: fit-content;
  padding: 4px 8px 4px 28px;
  border-radius: 4px;
  color: #967915;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.point-contents__tag::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 8px;
  background-color: #967915;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_premium.svg");
  mask-image: url("/assets/images/tour-detail/icon_premium.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.point-contents__title {
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 741px) {
  .point-contents__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .point-contents__media {
    position: relative;
    z-index: 3;
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__media {
    display: contents;
  }
}
.point-contents__images .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.point-contents__images .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.point-contents__images .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.point-contents__images .slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e9ecf2;
}
.point-contents__images .slick-dots li button:focus-visible::before {
  outline: 2px solid #99c4fd;
}
.point-contents__images .slick-dots li.slick-active button::before {
  background-color: #939dad;
}
.point-contents__images .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  background-color: rgba(44, 42, 41, 0.55);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.point-contents__images .slick-arrow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.point-contents__images .slick-arrow.prev-arrow {
  left: 4px;
}
.point-contents__images .slick-arrow.next-arrow {
  right: 4px;
}
.point-contents__img-wrap {
  position: relative;
  grid-row-start: 2;
  margin: 0;
  height: fit-content;
}
@media screen and (max-width : 740.98px) {
  .point-contents__img-wrap {
    grid-area: 2/1/3/2;
    margin-top: 16px;
  }
}
.point-contents__banner {
  margin-top: 16px;
}
@media screen and (max-width : 740.98px) {
  .point-contents__banner {
    grid-area: 4/1/5/2;
    text-align: center;
  }
}
.point-contents__banner-img {
  height: auto;
}
@media print, screen and (min-width: 741px) {
  .point-contents__text {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__text {
    grid-area: 3/1/4/2;
    margin-top: 16px;
  }
}
.point-contents__text-link {
  color: #3064d5;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s;
}
@media (hover: hover) {
  .point-contents__text-link:not(.is-disabled-hover):hover {
    text-decoration: none;
    color: #140d77;
  }
}
.point-contents__more {
  display: none;
  position: relative;
  margin: 0 auto;
  width: fit-content;
  color: #3064d5;
  padding: 24px 0 0;
  border: none;
  background: #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 741px) {
  .point-contents__more {
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width : 740.98px) {
  .point-contents__more {
    position: absolute;
    bottom: 16px;
    left: 0;
    padding-top: 16px;
    grid-area: 5/1/6/2;
  }
}
.point-contents__more.is-active, .point-contents__more.is-close {
  display: block;
  width: 100%;
  text-align: center;
}
.point-contents__more.is-close {
  background-color: transparent;
}
.point-contents__more.is-active::before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 21px, rgba(255, 255, 255, 0) 42px);
  position: absolute;
  display: block;
  top: -42px;
  left: 0;
  width: 100%;
  height: 42px;
}
.point-contents__more-text {
  position: relative;
  font-size: 0.875rem;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  color: #3064d5;
}
.point-contents__more-text:visited {
  color: #3064d5;
}
.point-contents__more-text::after {
  margin-left: 8px;
  mask-image: url(/assets/images/tour-detail/icon_arrow-bottom.png);
}
@media (hover: hover) {
  .point-contents__more-text:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .point-contents__more-text:not(.is-disabled-hover):hover::after, .point-contents__more-text:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.point-contents__more-text::after {
  width: 8px;
  height: 5px;
}
.point-contents__more.is-close .point-contents__more-text::after {
  transform: rotate(180deg);
}
.point-contents__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.point-contents-slider__img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.point-contents-captions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.point-contents-captions__text {
  color: #697180;
  font-size: 0.75rem;
}
.point-contents-captions__text--no-wrap {
  white-space: nowrap;
}

.schedule-list {
  --accordion-height: auto;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 672px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a29;
  margin-bottom: 20px;
  display: grid;
  overflow-y: hidden;
  grid-template-rows: var(--accordion-height) auto;
  transition: grid-template-rows 0.3s ease;
}
.schedule-list:last-child {
  margin-bottom: 0;
}
.schedule-list__inner {
  padding-bottom: 16px;
  overflow-y: hidden;
}
.schedule-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0063b0;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 4px;
}
.schedule-list__days, .schedule-list__meal {
  color: #ffffff;
  line-height: 1.5;
}
.schedule-list__days {
  font-weight: 700;
}
.schedule-list__meal {
  display: flex;
  align-items: center;
  gap: 4px;
}
.schedule-list__meal-text {
  font-size: 0.75rem;
}
.schedule-list__meal-icon {
  width: 16px;
  height: 16px;
}
.schedule-list__detail {
  position: relative;
  margin-bottom: 24px;
  padding-left: 36px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.schedule-list__detail:last-child {
  margin-bottom: 0;
}
.schedule-list__detail:last-child .schedule-list__text:last-child {
  padding-bottom: 0;
}
.schedule-list__text {
  position: relative;
  padding-bottom: 12px;
}
.schedule-list__text::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -21.6px;
  width: 1px;
  height: calc(100% - 2px);
  border-left: 1px dashed #35abe2;
}
.schedule-list__text--dot::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: -27.5px;
  width: 12px;
  height: 12px;
  background-color: #35abe2;
  border-radius: 50%;
  z-index: 0;
}
.schedule-list__text--last::after {
  height: 0;
}
.schedule-list__text--small {
  font-size: 0.75rem;
}
.schedule-list__text--sub {
  font-size: 0.75rem;
  color: #697180;
}
.schedule-list__hotel {
  position: relative;
  margin-top: 4px;
}
.schedule-list__hotel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -30px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_hotel-bed.svg");
  mask-image: url("/assets/images/tour-detail/icon_hotel-bed.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 4px;
  z-index: 2;
}
.schedule-list__hotel::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -36px;
  width: 28px;
  height: 28px;
  background-color: #35abe2;
  border-radius: 50%;
  z-index: 1;
}
.schedule-list__more {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  color: #3064d5;
  margin: 0 auto;
  cursor: pointer;
  transition: color 0.3s;
  border: none;
  background-color: transparent;
}
.schedule-list__more.is-closed::before {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 80px;
  position: absolute;
  top: -80px;
  left: -16px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.schedule-list__more-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media (hover: hover) {
  .schedule-list__more-text:not(.is-disabled-hover):hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #140d77;
  }
  .schedule-list__more-text:not(.is-disabled-hover):hover::after {
    background-color: #140d77;
  }
}
.schedule-list__more-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.7px;
  right: -24px;
  width: 16px;
  height: 16px;
  background-color: #3064d5;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_arrow_down.svg");
  mask-image: url("/assets/images/tour-detail/icon_arrow_down.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
.schedule-list__more.is-open .schedule-list__more-text::after {
  transform: rotate(180deg);
}

.schedule-list-option-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  background-color: #eafffa;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 4px;
}
.schedule-list-option-box::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: -27.5px;
  width: 12px;
  height: 12px;
  background-color: #35abe2;
  border-radius: 50%;
  z-index: 0;
}
.schedule-list-option-box::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -21.6px;
  width: 1px;
  height: calc(100% + 12px);
  border-left: 1px dashed #35abe2;
}
.schedule-list-option-box__text--small {
  font-size: 0.75rem;
}
.schedule-list-option-box__text--sub {
  font-size: 0.75rem;
  color: #697180;
}
.schedule-list-option-box__figure {
  margin: 0;
  width: fit-content;
}
.schedule-list-option-box__img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 278px;
  height: auto;
}
.schedule-list-option-box__img-caption {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #697180;
  font-size: 0.75rem;
  width: 100%;
}
.schedule-list-option-box__img-caption--no-wrap {
  white-space: nowrap;
}

.other-items__btn {
  position: relative;
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 57px 12px 69px;
  background-color: #ffffff;
  border: 1px solid #939dad;
  color: #2c2a29;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.other-items__btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 50px;
  width: 16px;
  height: 16px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/common/icon_search.svg");
  mask-image: url("/assets/images/common/icon_search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .other-items__btn:not(.is-disabled-hover):hover {
    border: 1px solid #99c4fd;
    color: #140d77;
    background-color: #f0f7ff;
  }
  .other-items__btn:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.other-items__back-btn {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 62px;
  color: #2c2a29;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 22px;
  text-decoration-color: transparent;
  transition: color 0.3s, text-decoration-color 0.3s;
}
@media screen and (max-width : 740.98px) {
  .other-items__back-btn {
    margin-left: 19px;
  }
}
.other-items__back-btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/common/icon_arrow_left.svg");
  mask-image: url("/assets/images/common/icon_arrow_left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .other-items__back-btn:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
    text-decoration-color: #140d77;
    text-underline-offset: 2px;
  }
  .other-items__back-btn:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}

.other-items-carousel__item {
  position: relative;
  display: flex;
  border-radius: 8px;
  margin-inline: 12px;
}
.other-items-carousel__link {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: 100%;
  color: #2c2a29;
  line-height: 1.5;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(44, 42, 41, 0.4509803922);
  transition: box-shadow 0.3s;
}
@media print, screen and (min-width: 741px) {
  .other-items-carousel__link {
    max-width: 352px;
  }
}
@media screen and (max-width : 740.98px) {
  .other-items-carousel__link {
    width: 100%;
  }
}
@media (hover: hover) {
  .other-items-carousel__link:not(.is-disabled-hover):hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4509803922);
  }
  .other-items-carousel__link:not(.is-disabled-hover):hover .other-items-carousel__img {
    transform: scale(1.05);
  }
  .other-items-carousel__link:not(.is-disabled-hover):hover .other-items-carousel__title {
    color: #140d77;
  }
}
.other-items-carousel__head {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0px 0px;
  aspect-ratio: 352/235;
}
.other-items-carousel__img {
  width: 100%;
  height: auto;
  aspect-ratio: 352/235;
  object-fit: contain;
  transition: 0.3s;
}
.other-items-carousel__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.other-items-carousel__body-wrap {
  padding: 8px 16px 0;
  flex: 1 1 auto;
}
.other-items-carousel__bottom {
  margin-top: auto;
  padding: 0 16px 16px;
}
.other-items-carousel__tag {
  background-color: #697180;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  width: fit-content;
  padding: 2px 8px;
}
.other-items-carousel__title {
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.3s;
}
.other-items-carousel__description {
  font-size: 0.875rem;
  margin-top: 4px;
  margin-bottom: 4px;
}
.other-items-carousel__info-list {
  display: flex;
  align-items: start;
  column-gap: 8px;
  margin-top: 4px;
}
.other-items-carousel__info-label {
  background-color: #f5f7fa;
  width: fit-content;
  color: #697180;
  line-height: 1.3;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
}
.other-items-carousel__info-label--date, .other-items-carousel__info-label--train {
  padding: 0.5px 10px 1px;
}
.other-items-carousel__info-label--airport {
  padding: 0.5px 4px 1px;
}
.other-items-carousel__info-value {
  font-size: 0.75rem;
}
.other-items-carousel__price {
  color: #df0d00;
  font-weight: 700;
  text-align: right;
  line-height: 1.3;
  margin-top: 8px;
}
.other-items-carousel__price-text {
  font-size: 1.375rem;
}
.other-items-carousel__yen {
  font-size: 0.875rem;
}
.other-items-carousel__price-detail {
  font-size: 0.75rem;
  color: #697180;
  text-align: right;
}
.other-items-carousel .slick-track {
  padding-block: 10px;
}
.other-items-carousel .slick-arrow__icon {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.other-items-carousel__prev-arrow, .other-items-carousel__next-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: rgba(44, 42, 41, 0.5490196078);
  border-radius: 50%;
}
@media (hover: hover) {
  .other-items-carousel__prev-arrow:not(.is-disabled-hover):hover, .other-items-carousel__next-arrow:not(.is-disabled-hover):hover {
    cursor: pointer;
  }
}
.other-items-carousel__prev-arrow::before, .other-items-carousel__next-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s, transform 0.3s;
}
.other-items-carousel__prev-arrow:focus-visible, .other-items-carousel__next-arrow:focus-visible {
  outline: 2px solid #99c4fd;
}
@media print, screen and (min-width: 741px) {
  .other-items-carousel__prev-arrow {
    left: -44px;
  }
}
@media screen and (max-width : 740.98px) {
  .other-items-carousel__prev-arrow {
    left: 8px;
  }
}
.other-items-carousel__prev-arrow::before {
  -webkit-mask-image: url("/assets/images/tour-detail/icon_carousel_arrow_prev.svg");
  mask-image: url("/assets/images/tour-detail/icon_carousel_arrow_prev.svg");
}
@media print, screen and (min-width: 741px) {
  .other-items-carousel__next-arrow {
    right: -44px;
  }
}
@media screen and (max-width : 740.98px) {
  .other-items-carousel__next-arrow {
    right: 8px;
  }
}
.other-items-carousel__next-arrow::before {
  -webkit-mask-image: url("/assets/images/tour-detail/icon_carousel_arrow_next.svg");
  mask-image: url("/assets/images/tour-detail/icon_carousel_arrow_next.svg");
}
.other-items-carousel .slick-dots {
  display: flex;
  gap: 4px;
  width: fit-content;
  margin: 5px auto;
}
.other-items-carousel .slick-dots li.slick-active button::before {
  background-color: #939dad;
}
.other-items-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.other-items-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.other-items-carousel .slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e9ecf2;
  transition: background-color 0.3s;
}
.other-items-carousel .slick-dots li button:focus-visible::before {
  outline: 2px solid #99c4fd;
}

.calendar-tab {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}
@media print, screen and (min-width: 741px) {
  .calendar-tab {
    justify-content: center;
  }
}
@media screen and (max-width : 740.98px) {
  .calendar-tab {
    overflow-x: auto;
  }
}
.calendar-tab__label {
  position: relative;
  display: block;
  cursor: pointer;
  min-width: 136px;
}
@media screen and (max-width : 740.98px) {
  .calendar-tab__label {
    white-space: nowrap;
  }
}
.calendar-tab__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calendar-tab__radio:checked + .calendar-tab__btn {
  background-color: #3064d5;
  color: #ffffff;
  font-weight: bold;
}
.calendar-tab__btn {
  display: block;
  background-color: #e9ecf2;
  border-radius: 4px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 741px) {
  .calendar-tab__btn {
    padding: 11px 16px;
  }
}
@media screen and (max-width : 740.98px) {
  .calendar-tab__btn {
    padding: 11px 8px;
  }
}
@media (hover: hover) {
  .calendar-tab__btn:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    color: #140d77;
  }
}

.calendar-select-area {
  margin-inline: auto;
}
@media print, screen and (min-width: 741px) {
  .calendar-select-area {
    width: fit-content;
  }
}

.c-section--calendar .calendar-departure {
  margin-top: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.calendar-info {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #697180;
}

.calendar-note {
  font-size: 0.75rem;
  color: #697180;
}
.calendar-note:first-child {
  margin-top: 8px;
}

.c-section--calendar .calendar-text {
  margin-top: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.passenger {
  display: flex;
  align-items: center;
}
.passenger input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.passenger__btn {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  background-color: #e9ecf2;
  border: none;
}
.passenger__btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #697180;
}
@media (hover: hover) {
  .passenger__btn:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
  }
  .passenger__btn:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.passenger__btn:disabled {
  pointer-events: none;
  background-color: #f5f7fa;
  cursor: default;
}
.passenger__btn:disabled::before {
  background-color: #acb5bf;
}
.passenger__btn--minus::before {
  mask-image: url("/assets/images/tour-detail/icon_select_remove.svg");
}
.passenger__btn--plus::before {
  mask-image: url("/assets/images/tour-detail/icon_select_add.svg");
}
.passenger__num {
  display: block;
  font-weight: bold;
  width: 1.5em;
  text-align: center;
  font-size: 1.125rem;
  margin-inline: 8px;
}
.passenger__text {
  font-weight: bold;
  font-size: 0.75rem;
  margin-left: 8px;
}
.passenger__note {
  margin-top: 16px;
  font-size: 0.75rem;
  color: #697180;
}

.passenger-child-age {
  position: relative;
  background-color: #f5f7fa;
  padding: 0 16px 16px 16px;
  display: none;
}
.passenger-child-age.is-show {
  display: block;
}
@media print, screen and (min-width: 741px) {
  .passenger-child-age {
    width: 50%;
    margin-left: auto;
  }
}
.passenger-type + .passenger-child-age {
  margin-top: 16px;
  padding-top: 16px;
}
.stay-num__item--train .passenger-child-age {
  margin-right: auto;
  margin-left: 0;
}
.passenger-child-age + .passenger-child-age .passenger-child-age__inner {
  border-top: 1px dashed #c0c5cc;
  padding-top: 16px;
}
.passenger-child-age__inner {
  width: 100%;
}
.passenger-child-age__title {
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: bold;
}
.passenger-child-age__sub-title {
  display: inline-block;
  font-size: 0.75rem;
  color: #697180;
  font-weight: normal;
}
.passenger-child-age__select {
  width: 100%;
  margin-top: 8px;
  padding: 10px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #939dad;
  border-radius: 8px;
  color: #2c2a29;
  padding-right: 32px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 8px center;
  background-image: url("/assets/images/tour-detail/icon_calendar_arrow_bottom.svg");
}
.passenger-child-age__select:focus-visible {
  background-color: #f0f7ff;
  outline: 2px solid #99c4fd;
  outline-offset: -1px;
}

.passenger-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width : 740.98px) {
  .passenger-type {
    flex-direction: column;
    row-gap: 16px;
  }
}
.passenger-type__item {
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width : 740.98px) {
  .passenger-type__item {
    width: 100%;
  }
}

.passenger-type__title {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width : 740.98px) {
  .passenger-type__title {
    font-size: 0.875rem;
  }
}

.passenger-type__title > span {
  color: #697180;
  font-size: 0.75rem;
  font-weight: normal;
}

.select-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.select-calendar__pulldown {
  display: none;
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .select-calendar__pulldown {
    padding: 9px 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 741px) {
  .select-calendar__pulldown {
    padding: 11px 16px;
    font-size: 1rem;
  }
}
.select-calendar__pulldown {
  background-color: #fff;
  color: #2c2a29;
  border: 1px solid #939dad;
}
@media (hover: hover) {
  .select-calendar__pulldown:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    color: #140d77;
    border-color: #99c4fd;
  }
}
.select-calendar__pulldown:visited:not(:focus-visible) {
  color: #2c2a29;
}
.select-calendar__pulldown {
  text-align: left;
  padding: 9px 32px 9px 16px;
  font-size: 0.875rem;
  line-height: 1.3;
  background-image: url(/assets/images/tour-detail/icon_calendar_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  color: #2c2a29;
  min-width: 96px;
}
@media screen and (max-width : 740.98px) {
  .select-calendar__pulldown {
    padding-inline: 20px 46px;
  }
}
.select-calendar__pulldown.is-active {
  display: block;
}
.select-calendar__tab-group {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.select-calendar__tab {
  border: none;
  background: #e9ecf2;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.select-calendar__tab::before {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
  height: 24px;
  background-color: #697180;
}
@media (hover: hover) {
  .select-calendar__tab:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
  }
  .select-calendar__tab:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.select-calendar__tab.is-active {
  background-color: #3064d5;
}
.select-calendar__tab.is-active::before {
  background-color: #ffffff;
}
.select-calendar__tab01::before {
  mask-image: url(/assets/images/common/icon_calendar_month.svg);
}
.select-calendar__tab02::before {
  mask-image: url(/assets/images/tour-detail/icon_calendar_list.svg);
}

.select-modal .c-modal__close-button {
  margin-top: 16px;
}
.select-modal .sub-title {
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .select-modal .sub-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media screen and (max-width : 740.98px) {
  .select-modal .sub-title {
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.select-modal .select-data {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
  padding: 8px 8px 11px 8px;
  background: #f0f7ff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width : 740.98px) {
  .select-modal .select-data {
    font-size: 1rem;
  }
}
.select-modal .select-data-sub {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width : 740.98px) {
  .select-modal .select-data-sub {
    font-size: 0.875rem;
  }
}
.select-modal .customers-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 16px auto 0;
}
@media print, screen and (min-width: 741px) {
  .select-modal .customers-num {
    max-width: 324px;
  }
}
.select-modal .customers-num__title {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width : 740.98px) {
  .select-modal .customers-num__title {
    font-size: 0.875rem;
  }
}
.select-modal .stay-num {
  margin-top: 30px;
}
@media screen and (max-width : 740.98px) {
  .select-modal .stay-num {
    margin-top: 24px;
  }
}
.select-modal .stay-num__item {
  border-top: dashed 1px #c0c5cc;
}
@media print, screen and (min-width: 741px) {
  .select-modal .stay-num__item {
    padding-block: 40px;
  }
}
@media screen and (max-width : 740.98px) {
  .select-modal .stay-num__item {
    padding-block: 24px;
  }
}
.select-modal .stay-num__item:not(:first-of-type) {
  display: none;
}
.select-modal .stay-num__item.is-show {
  display: block;
}
.select-modal .stay-num__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width : 740.98px) {
  .select-modal .stay-num__title {
    font-size: 1rem;
  }
}
.select-modal .stay-num__note {
  margin-top: 24px;
}
@media screen and (max-width : 740.98px) {
  .select-modal .stay-num__note {
    margin-top: 16px;
  }
}
.select-modal .stay-num__note-title {
  padding: 16px 16px 16px 48px;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #2c2a29;
  background-image: url("/assets/images/common/icon_checkbox.svg"), url("/assets/images/common/icon_checkbox_hover.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 24px 24px, 0 0;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #c0c5cc;
  text-align: left;
  cursor: pointer;
}
@media (hover: hover) {
  .select-modal .stay-num__note-title:not(.is-disabled-hover):hover {
    background-size: 0 0, 24px 24px;
  }
}
.select-modal .stay-num__note-title:disabled {
  background-image: url("/assets/images/common/icon_checkbox_disabled.svg");
  pointer-events: none;
}
.select-modal .stay-num__note-contents {
  display: none;
}
.select-modal .stay-num__note.is-open .stay-num__note-title {
  background-image: url("/assets/images/common/icon_checkbox_checked.svg"), url("/assets/images/common/icon_checkbox_checked-hover.svg");
}
@media (hover: hover) {
  .select-modal .stay-num__note.is-open .stay-num__note-title:not(.is-disabled-hover):hover {
    background-size: 0 0, 24px 24px;
  }
}
.select-modal .stay-num__note.is-open .stay-num__note-title:disabled {
  background-image: url("/assets/images/common/icon_checkbox_checked-disabled.svg");
  pointer-events: none;
}
.select-modal .stay-num__note.is-open .stay-num__note-contents {
  display: block;
}
.select-modal .stay-num__merge {
  position: relative;
  padding: 0 16px 16px 16px;
}
.select-modal .stay-num__merge::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 16px;
  width: calc(100% - 32px);
  height: 0;
  border-top: dotted 1px #c0c5cc;
}
.select-modal .passenger-note {
  margin-top: 30px;
}
.select-modal .passenger-note > p {
  font-size: 0.75rem;
}
.select-modal .merge-result {
  border: solid 1px #d7d7d7;
  border-radius: 4px;
}
@media print, screen and (min-width: 741px) {
  .select-modal .merge-result {
    width: 295px;
    padding: 20px;
    position: absolute;
    top: 90px;
    right: 0;
  }
}
@media screen and (max-width : 740.98px) {
  .select-modal .merge-result {
    margin-top: 30px;
    padding: 20px 24px;
  }
}
.select-modal .merge-result p {
  font-weight: bold;
  font-size: 0.875rem;
}
.select-modal .merge-result dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-modal .merge-result dt,
.select-modal .merge-result dd {
  font-weight: bold;
  font-size: 1rem;
}
.select-modal .merge-result dt span,
.select-modal .merge-result dd span {
  margin-left: 5px;
  font-size: 0.75rem;
}
.select-modal .merge-result dt span {
  color: #888888;
}
.select-modal .merge-result dl:first-of-type {
  margin-top: 16px;
}
.select-modal .merge-result dl:not(:first-of-type) {
  margin-top: 10px;
}
.select-modal .cosleeping-list__item {
  position: relative;
  margin-top: 8px;
}
.select-modal .cosleeping-list__item .tooltip__label {
  z-index: 2;
}
.select-modal .cosleeping-list__item .tooltip__contents {
  z-index: 3;
}
.select-modal .cosleeping-list__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.select-modal .cosleeping-list__label {
  position: relative;
  padding-left: 32px;
  font-size: 0.875rem;
}
.select-modal .cosleeping-list__label::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/common/icon_radio.svg"), url("/assets/images/common/icon_radio_hover.svg");
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .select-modal .cosleeping-list__label:not(.is-disabled-hover):hover::before {
    background-size: 0 0, contain;
  }
}
.select-modal .cosleeping-list__input:checked + label::before {
  background-image: url("/assets/images/common/icon_radio_checked.svg"), url("/assets/images/common/icon_radio_checked.svg");
}
@media (hover: hover) {
  .select-modal .cosleeping-list__input:checked + label:not(.is-disabled-hover):hover::before {
    background-size: 0 0, contain;
  }
}
.select-modal .cosleeping-list__input:focus-visible {
  outline: none;
}
.select-modal .cosleeping-list__input:focus-visible + label {
  outline: 2px solid #0078d7;
  outline-offset: 4px;
}
.select-modal .cosleeping-list__input:disabled + label {
  pointer-events: none;
}
.select-modal .cosleeping-list__input:disabled + label::before {
  background-image: url("/assets/images/common/icon_radio_disabled.svg");
}
.select-modal .cosleeping-list__input:checked:disabled + label {
  pointer-events: none;
}
.select-modal .cosleeping-list__input:checked:disabled + label::before {
  background-image: url("/assets/images/common/icon_radio_checked-disabled.svg");
}
.select-modal .tooltip-group-list__icon {
  cursor: pointer;
  margin-left: 4px;
}
.select-modal .tooltip-group-list__icon-img {
  display: block;
  width: 16px;
  height: 16px;
}
.select-modal .tooltip-group {
  display: flex;
  align-items: center;
  position: relative;
}
.select-modal .confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: -8px;
}
@media screen and (max-width : 740.98px) {
  .select-modal .confirm {
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
}
.select-modal .confirm__btn {
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .select-modal .confirm__btn {
    padding: 9px 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 741px) {
  .select-modal .confirm__btn {
    padding: 11px 16px;
    font-size: 1rem;
  }
}
.select-modal .confirm__btn {
  background-color: #10069f;
  color: #fff;
  border: 1px solid transparent;
}
@media (hover: hover) {
  .select-modal .confirm__btn:not(.is-disabled-hover):hover {
    background-color: #140d77;
    color: #fff;
  }
}
.select-modal .confirm__btn:visited:not(:focus-visible) {
  color: #fff;
}
.select-modal .confirm__btn {
  width: 256px;
  min-width: 256px;
  padding: calc(var(--button-padding-block, 12px) + var(--leading-trim, 0px)) 16px;
  font-size: calc(var(--button-font-size, 16) / 16 * 1rem);
  background-repeat: no-repeat;
  background-position: left 16px center;
}
.select-modal .confirm__btn--flight {
  background-image: url("/assets/images/tour-detail/icon_select_travel.svg");
}
.select-modal .confirm__btn--hotel {
  background-image: url("/assets/images/tour-detail/icon_select_hotel.svg");
}
.select-modal .confirm__btn--train {
  background-image: url("/assets/images/tour-detail/icon_train.svg");
}

.merge-modal__contens {
  padding: 30px 6.11621%;
}
.merge-modal .select-modal__title {
  font-size: 1.5rem;
  text-align: center;
}

.tooltip {
  position: relative;
  margin-top: 8px;
}
.section-select__title + .tooltip {
  margin-top: 24px;
}
.tooltip__label {
  display: block;
  display: flex;
  align-items: center;
  color: #3064d5;
}
.tooltip__label:visited {
  color: #3064d5;
}
.tooltip__label::after {
  margin-left: 8px;
  mask-image: url(/assets/images/common/icon_help.svg);
}
@media (hover: hover) {
  .tooltip__label:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .tooltip__label:not(.is-disabled-hover):hover::after, .tooltip__label:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.tooltip__label {
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  color: #2c2a29;
  font-size: 0.875rem;
  border: none;
  background: none;
  padding: 0;
}
.tooltip-group .tooltip__label {
  position: relative;
  top: 1px;
  margin-left: 0;
}
.tooltip__close {
  position: absolute;
  top: -8px;
  right: -8px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.tooltip__close--train-route-info {
  top: 8px;
  right: 8px;
}
.tooltip__close--train-route-info img {
  width: 24px;
  height: 24px;
}
.tooltip__close-button {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 16px auto 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #3064d5;
  font-size: 0.875rem;
  line-height: 1.3;
}
.tooltip__close-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  mask-image: url("/assets/images/tour-detail/icon_close.svg");
  mask-size: contain;
  background-color: #3064d5;
}
.tooltip__contents {
  box-sizing: border-box;
  display: none;
  background-color: #f5f7fa;
  border: solid 1px #c0c5cc;
  border-radius: 8px;
  position: absolute;
  top: 1.5em;
  right: -1.5em;
  padding: 16px;
  z-index: 20;
  font-size: 0.875rem;
}
.tooltip__contents--white {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4509803922);
  border: none;
}
@media print, screen and (min-width: 741px) {
  .tooltip__contents {
    width: 303px;
  }
}
@media screen and (max-width : 740.98px) {
  .tooltip__contents {
    width: 100%;
    max-width: 303px;
    right: 0;
  }
}
.tooltip__contents.is-active {
  display: block;
}
.tooltip__contents--positionLeft {
  right: auto;
  left: 1em;
}
@media screen and (max-width : 740.98px) {
  .tooltip__contents--positionLeft-sp {
    right: auto;
    left: 20px;
  }
}
.tooltip__contents--button-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
}
.tooltip__ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
.tooltip__ttl + .tooltip__text {
  margin-top: 8px;
}
.tooltip__text + .tooltip__text {
  margin-top: 1em;
}
.tooltip__text-bold {
  font-weight: bold;
}
.tooltip--price {
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width : 740.98px) {
  .tooltip--price {
    margin-inline: 0;
  }
}
.tooltip--price .tooltip__label {
  display: flex;
  align-items: center;
  color: #3064d5;
}
.tooltip--price .tooltip__label:visited {
  color: #3064d5;
}
.tooltip--price .tooltip__label::before {
  margin-right: 8px;
  mask-image: url(/assets/images/tour-detail/icon_info.svg);
}
@media (hover: hover) {
  .tooltip--price .tooltip__label:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .tooltip--price .tooltip__label:not(.is-disabled-hover):hover::after, .tooltip--price .tooltip__label:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.tooltip--price .tooltip__label {
  font-size: 0.875rem;
}
.tooltip--price .tooltip__label::after {
  display: none;
}
.tooltip--price .tooltip__contents {
  background-color: #fff7f7;
  border-color: rgba(214, 51, 51, 0.4);
  color: #df0d00;
}
.tooltip--answer, .tooltip--before {
  margin-top: 0;
}
.tooltip--answer .tooltip__label, .tooltip--before .tooltip__label {
  font-size: 0.75rem;
}
.tooltip--answer .tooltip__label::after, .tooltip--before .tooltip__label::after {
  display: none;
}
.c-calendar__content--list .tooltip--answer .tooltip__label, .c-calendar__content--list .tooltip--before .tooltip__label {
  position: relative;
  z-index: 2;
}
.c-calendar__content--list .tooltip--answer .tooltip__contents, .c-calendar__content--list .tooltip--before .tooltip__contents {
  left: -5em;
  z-index: 3;
}
@media screen and (max-width : 740.98px) {
  .c-calendar__content--list .tooltip--answer .tooltip__contents, .c-calendar__content--list .tooltip--before .tooltip__contents {
    width: max-content;
  }
}
.tooltip--info .tooltip__contents {
  background-color: #fffcd5;
  border-color: rgba(242, 148, 35, 0.4);
}
@media screen and (max-width : 740.98px) {
  .tooltip--info .tooltip__contents {
    width: max-content;
  }
}
.tooltip--info .tooltip__ttl {
  color: #cf3700;
  align-items: flex-start;
}
.tooltip--info .tooltip__ttl img {
  position: relative;
  top: 4px;
}
.tooltip--info .tooltip__text {
  color: #cf3700;
}
.tooltip--info .tooltip__text + .tooltip__text {
  margin-top: 8px;
}
.tooltip--info .tooltip__text + .tooltip__ttl {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #c0c5cc;
}
.tooltip--info .tooltip__button {
  margin-top: 8px;
}
.tooltip--description .tooltip__contents {
  width: 200px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.tooltip--description .tooltip__ttl {
  color: #2c2a29;
  justify-content: center;
}
.tooltip--description .tooltip__close {
  top: 8px;
  right: 8px;
}
.tooltip--description .tooltip__close-img {
  width: 24px;
}

.status-message {
  display: none;
  padding: 24px;
}
.status-message.is-active {
  display: block;
}
.status-message__head {
  display: flex;
  gap: 8px;
}
.status-message__body {
  margin-top: 8px;
}
.status-message__text {
  font-size: 0.875rem;
}
.status-message__text--bold {
  font-weight: 700;
}
.status-message__list {
  margin-top: 16px;
}
.status-message__list-item {
  text-indent: -12px;
  padding-left: 12px;
  font-size: 0.875rem;
  color: #2c2a29;
}
.status-message__list-item::before {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #c0c5cc;
}
.status-message__list-item + .status-message__list-item {
  margin-top: 8px;
}
.status-message__note {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #2c2a29;
}
.status-message__icon {
  position: relative;
  top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.status-message--attention {
  margin-top: 8px;
  background-color: #fffcd5;
  color: #cf3700;
}
.status-message--error {
  margin-top: 16px;
  background-color: #fff7f7;
  color: #df0d00;
}

.important {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width : 740.98px) {
  .important {
    margin-top: 24px;
  }
}
.important__title {
  display: block;
  width: 100%;
  position: relative;
  padding: 16px 40px 16px 16px;
  background-color: #df0d00;
  color: #fff;
  border: 2px solid #df0d00;
  border-radius: 8px 8px 0px 0px;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: left;
}
@media (hover: hover) {
  .important__title:not(.is-disabled-hover):hover {
    background-color: #bb0b00;
    border-color: #bb0b00;
  }
}
.important__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  mask-image: url(/assets/images/tour-detail/icon_calendar_arrow_bottom.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.important__title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.important__target {
  border: 2px solid rgba(214, 51, 51, 0.4);
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}
.important__title-note {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
}
.important__note {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #697180;
}
.important__contents {
  padding: 16px;
}
.important__text {
  font-size: 0.875rem;
}
.important__text + .important__text {
  margin-top: 1em;
}

.c-section--calendar .note-area__inner {
  width: 100%;
  max-width: 672px;
  margin-inline: auto;
}

.guide-list {
  margin: 40px auto 0;
}
@media print, screen and (min-width: 741px) {
  .guide-list {
    max-width: 672px;
  }
}
@media screen and (max-width : 740.98px) {
  .guide-list {
    width: 100%;
    border: solid 1px #e9ecf2;
    border-radius: 8px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}
@media print, screen and (min-width: 741px) {
  .guide-list__item + .guide-list__item {
    margin-top: 24px;
  }
}
@media screen and (max-width : 740.98px) {
  .guide-list__item + .guide-list__item {
    border-top: 1px solid #e9ecf2;
  }
}
@media screen and (max-width : 740.98px) {
  .guide-list__button {
    display: block;
    padding: 16px 40px 16px 16px;
    border: none;
    width: 100%;
    background-color: #fff;
    background-image: url("/assets/images/tour-detail/icon_open_modal.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
    cursor: pointer;
    font-size: 0.875rem;
    text-align: left;
    color: #2c2a29;
  }
}
.guide-list__contents {
  padding: 24px;
}

.c-section--guide .accordion {
  overflow: hidden;
  border-radius: 8px;
}
.c-section--guide .accordion__title {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #e9ecf2;
  padding: 16px 40px 16px 16px;
  font-size: 0.875rem;
  font-weight: bold;
  border: 2px solid #e9ecf2;
  border-bottom: none;
  border-radius: 8px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  text-align: left;
}
@media (hover: hover) {
  .c-section--guide .accordion__title:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    border-color: #f0f7ff;
    color: #140d77;
  }
  .c-section--guide .accordion__title:not(.is-disabled-hover):hover::after {
    background-color: #140d77;
  }
}
.c-section--guide .accordion__title::after {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_calendar_arrow_bottom.svg");
  mask-image: url("/assets/images/tour-detail/icon_calendar_arrow_bottom.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #697180;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: background-color 0.3s;
}
.c-section--guide .accordion__title.is-open {
  border-radius: 8px 8px 0px 0px;
}
.c-section--guide .accordion__title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-section--guide .accordion__title:focus-visible {
  outline-offset: -2px;
}
.c-section--guide .accordion__detail {
  border: 2px solid #e9ecf2;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}

.hotel-list__item {
  margin-top: 8px;
}
.hotel-list__link {
  display: flex;
  align-items: center;
  color: #3064d5;
}
.hotel-list__link:visited {
  color: #3064d5;
}
.hotel-list__link::after {
  margin-left: 8px;
  mask-image: url(/assets/images/tour-detail/icon_open_in_new.svg);
}
@media (hover: hover) {
  .hotel-list__link:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .hotel-list__link:not(.is-disabled-hover):hover::after, .hotel-list__link:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.hotel-list__link {
  font-size: 0.875rem;
  display: inline-block;
}
.hotel-list__link::after {
  display: inline-block;
  vertical-align: middle;
}

.hotel-sub-title {
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: bold;
}

.hotel-title {
  margin-top: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width : 740.98px) {
  .hotel-title {
    font-size: 1rem;
  }
}

.hotel-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #f5f7fa;
  padding: 24px;
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (max-width : 740.98px) {
  .hotel-note {
    padding: 16px;
  }
}
.hotel-note::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  mask-image: url("/assets/images/tour-detail/icon_info_gray.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #697180;
}

.condition-list {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .condition-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
}

@media print {
  .condition-list {
    margin-top: 10px;
  }
}
.condition__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: calc(50% - 12px);
  padding-bottom: 12px;
  border-bottom: dotted 1px #c0c5cc;
}
@media screen and (max-width : 740.98px) {
  .condition__item {
    width: 100%;
  }
}
@media screen and (max-width : 740.98px) {
  .condition__item:not(:first-child) {
    padding-top: 12px;
  }
}
.condition__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.condition__item--w100per {
  width: 100%;
}
.condition__title {
  width: 80px;
  flex-shrink: 0;
  font-size: 0.875rem;
}
.condition__text {
  font-size: 0.875rem;
  text-align: right;
}
.condition__img {
  display: block;
  margin-top: 8px;
  margin-left: auto;
}

.condition__logo {
  width: 100%;
  margin: 16px 0 0 0;
  text-align: right;
}

@media print {
  .condition__item {
    padding: 15px 0 10px;
  }
  .c-section__title {
    margin-bottom: 15px;
  }
  .condition-list {
    margin-top: 10px;
  }
}
.mb_notes {
  margin-top: 8px;
  font-size: 0.875rem;
}

.mb_notes-list__item {
  display: inline-flex;
  color: #697180;
  font-size: 0.75rem;
}
.mb_notes-list__mark {
  display: inline-block;
  margin-right: 4px;
}

.mb_notes-text {
  margin-top: 16px;
  font-size: 0.875rem;
}
.mb_notes-text__link {
  color: #3064d5;
}
.mb_notes-text__link:visited {
  color: #3064d5;
}
@media (hover: hover) {
  .mb_notes-text__link:not(.is-disabled-hover):hover {
    text-decoration: underline;
    color: #140d77;
  }
}

.mb_notes-link-blank {
  display: flex;
  align-items: center;
  color: #3064d5;
}
.mb_notes-link-blank:visited {
  color: #3064d5;
}
.mb_notes-link-blank::after {
  margin-left: 8px;
  mask-image: url(/assets/images/tour-detail/icon_open_in_new.svg);
}
@media (hover: hover) {
  .mb_notes-link-blank:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
  }
  .mb_notes-link-blank:not(.is-disabled-hover):hover::after, .mb_notes-link-blank:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.mb_notes-link-blank {
  margin-top: 8px;
  font-size: 0.875rem;
}

.notes-list__item + .notes-list__item {
  margin-top: 16px;
}
.notes-list__child-list {
  margin-top: 8px;
  font-size: 0.875rem;
}
.notes-list__child-item + .notes-list__child-item {
  margin-top: 4px;
}
.notes-list__annotation {
  margin-top: 4px;
}
.notes-list__annotation + .notes-list__annotation {
  margin-top: 0;
}

.notes-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.notes-title--small {
  font-size: 0.875rem;
}
.notes-title--small:not(:first-child) {
  margin-top: 16px;
}

.table-list {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 8px;
}
.table-list__detail {
  display: table-row;
  width: 100%;
}
.table-list__title, .table-list__text {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 12px;
  border: 1px solid #c0c5cc;
  font-size: 0.875rem;
  text-align: center;
}
.table-list__text strong {
  font-weight: bold;
}
.table-list__title {
  background-color: #f5f7fa;
}
.table-list__title--strong {
  background-color: #e9ecf2;
  font-size: 0.75rem;
}
.table-list__sup {
  top: -0.4em;
}

.guide-modal__main {
  display: none;
  padding-top: 24px;
}
.guide-modal__main.is-show {
  display: block;
}
.guide-modal__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.guide-modal .tab {
  width: 100%;
  white-space: nowrap;
  margin-top: 16px;
}
.guide-modal .tab__inner {
  width: 100%;
  display: flex;
  gap: 4px;
  padding-bottom: 8px;
  overflow-x: auto;
}
.guide-modal .tab__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #e9ecf2;
  border-radius: 4px;
  color: #2c2a29;
  padding: 8px 16px;
  border: none;
  background-color: #e9ecf2;
  font-size: 0.875rem;
  line-height: 1.3;
}
.guide-modal .tab__btn::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 16px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #697180;
}
.guide-modal .tab__btn.is-active {
  font-weight: bold;
  color: #fff;
  background-color: #697180;
}
.guide-modal .tab__btn.is-active::after {
  display: block;
}

.reservation-menu {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width : 740.98px) {
  .reservation-menu {
    gap: 8px;
  }
}
.reservation-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 130px;
}
@media screen and (max-width : 740.98px) {
  .reservation-menu__item {
    height: 100px;
  }
}
.reservation-menu__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding-inline: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #2c2a29;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width : 740.98px) {
  .reservation-menu__text {
    font-size: 0.875rem;
  }
}
.reservation-menu__text:visited {
  color: #2c2a29;
}
@media (hover: hover) {
  .reservation-menu__text:not(.is-disabled-hover):hover {
    color: #2c2a29;
    background-color: #e0edff;
  }
}
.reservation-menu__text::before {
  content: "";
  display: block;
  width: 32px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}
.reservation-menu__text--online::before {
  background-image: url("/assets/images/tour-detail/icon_computer_outline.svg");
}
.reservation-menu__text--store::before {
  background-image: url("/assets/images/tour-detail/icon_branch.svg");
}
.reservation-menu__text--tel::before {
  background-image: url("/assets/images/tour-detail/icon_call.svg");
}
.reservation-menu__text--video::before {
  background-image: url("/assets/images/tour-detail/icon_video.svg");
}

.fixed-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #66a4f9;
  z-index: 50;
  gap: 2px;
  padding: 14px 4px;
  border-left: none;
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-item {
    position: fixed;
    padding: 13.5px 4px;
    left: auto;
    border-radius: 8px 0 0 8px;
    border: 1px solid #66a4f9;
    border-right: none;
  }
}
@media (hover: hover) {
  .fixed-content-item:not(.is-disabled-hover):hover {
    background-color: #e0edff;
  }
}
.fixed-content-item__icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-item__icon {
    width: 28px;
    height: 28px;
  }
}
.fixed-content-item__text {
  display: block;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: -0.07em;
  text-indent: -0.07em;
  margin: 0 auto;
  color: #3064d5;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-item__text {
    font-size: 0.875rem;
    letter-spacing: -0.04em;
    text-indent: -0.04em;
  }
}
.fixed-content-item--page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 75px;
  right: 16px;
  left: auto;
  width: 44px;
  height: 44px;
  background-color: rgba(44, 42, 41, 0.5019607843);
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: height 0s, visibility 0s, opacity 0.2s 0.2s ease;
  z-index: 51;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-item--page-top {
    bottom: 93px;
    right: 16px;
  }
}
@media (hover: hover) {
  .fixed-content-item--page-top:not(.is-disabled-hover):hover .fixed-content-item__icon {
    background-color: #140d77;
  }
}
.fixed-content-item--page-top.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0s 0.2s;
}
.fixed-content-item--page-top .fixed-content-item__icon {
  background-color: #ffffff;
  -webkit-mask-image: url(/assets/images/search-result/icon_arrow_up.svg);
  mask-image: url(/assets/images/search-result/icon_arrow_up.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 8px;
}

.fixed-content-anchor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 168px));
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4509803922);
  border: none;
  gap: 0;
  padding: 0;
  border-radius: 0;
  transform: translateY(calc(-100% - 8px));
  transition: transform 0.3s;
  z-index: 51;
}
@media (hover: hover) {
  .fixed-content-anchor:not(.is-disabled-hover):hover {
    background-color: #ffffff;
  }
}
.fixed-content-anchor.is-fixed {
  transform: translateY(0);
}
.fixed-content-anchor.is-fixed.is-hidden {
  transform: translateY(calc(-100% - 8px));
}

.fixed-content-anchor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 168px;
  padding: 8px 8px 12px;
  transition: color 0.3s;
  color: #2c2a29;
  border-left: 1px solid #e9ecf2;
}
.fixed-content-anchor-item--info {
  border-right: 1px solid #e9ecf2;
}
.fixed-content-anchor-item::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  background-color: #697180;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
.fixed-content-anchor-item--point::before {
  -webkit-mask-image: url("/assets/images/common/icon_star.svg");
  mask-image: url("/assets/images/common/icon_star.svg");
}
.fixed-content-anchor-item--calender::before {
  -webkit-mask-image: url("/assets/images/common/icon_calendar_month.svg");
  mask-image: url("/assets/images/common/icon_calendar_month.svg");
}
.fixed-content-anchor-item--schedule::before {
  -webkit-mask-image: url("/assets/images/common/icon_schedule_outline.svg");
  mask-image: url("/assets/images/common/icon_schedule_outline.svg");
}
.fixed-content-anchor-item--info::before {
  -webkit-mask-image: url("/assets/images/common/icon_description.svg");
  mask-image: url("/assets/images/common/icon_description.svg");
}
@media (hover: hover) {
  .fixed-content-anchor-item:not(.is-disabled-hover):hover {
    color: #3064d5;
  }
  .fixed-content-anchor-item:not(.is-disabled-hover):hover::before {
    background-color: #3064d5;
  }
}

.fixed-content-browsing {
  position: relative;
  width: 100%;
  background-color: #f5f7fa;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  gap: 0;
  border-radius: 0;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-browsing {
    padding: 12px 20px;
  }
}
@media screen and (max-width : 740.98px) {
  .fixed-content-browsing {
    padding: 8px;
  }
}
@media (hover: hover) {
  .fixed-content-browsing:not(.is-disabled-hover):hover {
    background-color: #f5f7fa;
  }
}
.fixed-content-browsing__inner {
  width: 100%;
  max-width: 1104px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 741px) {
  .fixed-content-browsing__inner {
    gap: 20px;
  }
}
@media screen and (max-width : 740.98px) {
  .fixed-content-browsing__inner {
    gap: 8px;
  }
}
.fixed-content-browsing.is-fixed {
  position: fixed;
  bottom: 0;
}
.is-single-tab .fixed-content-browsing.is-fixed {
  padding-bottom: calc(var(--extra-safe-bottom) + var(--safe-bottom));
}

.browsing-button-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 741px) {
  .browsing-button-list {
    gap: 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .browsing-button-list {
    gap: 4px;
    max-width: 219px;
    width: 100%;
  }
  .browsing-button-list__item {
    flex: 1;
  }
}

.browsing-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
  color: #2c2a29;
  border: none;
  border-radius: 4px;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 741px) {
  .browsing-button {
    width: 150px;
    flex-direction: row;
    gap: 8px;
    padding: 14.5px 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width : 740.98px) {
  .browsing-button {
    max-width: 105px;
    width: 100%;
    flex-direction: column;
    gap: 2px;
    padding: 4px 0 6px;
    font-size: 0.75rem;
    letter-spacing: -0.04em;
  }
}
.browsing-button::before {
  display: block;
  content: "";
  background-color: #697180;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 741px) {
  .browsing-button::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width : 740.98px) {
  .browsing-button::before {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .browsing-button:not(.is-disabled-hover):hover {
    background-color: #e0edff;
    color: #140d77;
  }
  .browsing-button:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.browsing-button--favorite::before {
  -webkit-mask-image: url("/assets/images/common/icon_favorite.svg");
  mask-image: url("/assets/images/common/icon_favorite.svg");
}
.browsing-button--history::before {
  -webkit-mask-image: url("/assets/images/common/icon_history.svg");
  mask-image: url("/assets/images/common/icon_history.svg");
}
.browsing-button--re-search::before {
  -webkit-mask-image: url("/assets/images/common/icon_search.svg");
  mask-image: url("/assets/images/common/icon_search.svg");
}

.reservation-button {
  background-color: #10069f;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 31px;
  border: none;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 741px) {
  .reservation-button {
    max-width: 258px;
    width: 100%;
    padding: 8.3px 16px;
  }
}
@media screen and (max-width : 740.98px) {
  .reservation-button {
    width: 137px;
    flex-shrink: 0;
    padding: 5px 16px;
  }
}
.reservation-button__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reservation-button__text {
  font-weight: 700;
}
@media print, screen and (min-width: 741px) {
  .reservation-button__text {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width : 740.98px) {
  .reservation-button__text {
    font-size: 0.875rem;
  }
}
.reservation-button__sub-text {
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width : 740.98px) {
  .reservation-button__sub-text {
    letter-spacing: -0.1em;
  }
}
@media (hover: hover) {
  .reservation-button:not(.is-disabled-hover):hover {
    background-color: #140d77;
  }
}

.back-btn {
  padding-block: 62px 16px;
  background-color: #f5f7fa;
}
@media print, screen and (min-width: 741px) {
  .back-btn__inner {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
  }
}
@media screen and (max-width : 740.98px) {
  .back-btn__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.back-btn__link {
  position: relative;
  display: block;
  width: fit-content;
  color: #2c2a29;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 22px;
  text-decoration-color: transparent;
  transition: color 0.3s, text-decoration-color 0.3s;
}
@media screen and (max-width : 740.98px) {
  .back-btn__link {
    margin-left: 19px;
  }
}
.back-btn__link::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_arrow_left.svg");
  mask-image: url("/assets/images/tour-detail/icon_arrow_left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .back-btn__link:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: underline;
    text-decoration-color: #140d77;
    text-underline-offset: 2px;
  }
  .back-btn__link:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}

.c-section--point {
  background-color: #f0f7ff;
  padding-bottom: 96px;
}
.c-section--point .c-section__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.c-section--point .c-section__title {
  color: #2c2a29;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
}
@media print, screen and (min-width: 741px) {
  .c-section--point .c-section__title {
    font-size: 2rem;
  }
}
@media screen and (max-width : 740.98px) {
  .c-section--point .c-section__title {
    font-size: 1.5rem;
  }
}
.c-section--point .c-section__title::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/common/icon_star.svg");
  mask-image: url("/assets/images/common/icon_star.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media print, screen and (min-width: 741px) {
  .c-section--calendar {
    padding-bottom: 96px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-section--calendar {
    padding-bottom: 64px;
  }
}
.c-section--calendar .c-section__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.3;
}
.c-section--calendar .c-section__title::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 8px;
  background-image: url(/assets/images/common/icon_calendar_month.svg);
  background-size: contain;
}
.c-section--schedule {
  padding-top: 40px;
  padding-bottom: 96px;
  background-color: #f0f7ff;
}
.c-section--schedule .c-section__inner {
  margin: 0 auto;
}
.c-section--schedule .c-section__title {
  color: #2c2a29;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 741px) {
  .c-section--schedule .c-section__title {
    font-size: 2rem;
  }
}
@media screen and (max-width : 740.98px) {
  .c-section--schedule .c-section__title {
    font-size: 1.5rem;
  }
}
.c-section--schedule .c-section__title::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/common/icon_schedule_outline.svg");
  mask-image: url("/assets/images/common/icon_schedule_outline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-section--guide {
  padding-bottom: 40px;
}
.c-section--guide .c-section__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width : 740.98px) {
  .c-section--guide .c-section__title {
    font-size: 1.5rem;
  }
}
.c-section--guide .c-section__title::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 8px;
  background-image: url(/assets/images/common/icon_description.svg);
  background-size: contain;
}
.c-section--booking {
  padding: 0 20px 96px;
}
.c-section--booking .c-section__inner {
  max-width: 672px;
}
.c-section--booking .text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-section--other-items {
  padding-block: 40px;
  background-color: #f5f7fa;
}
@media screen and (max-width : 740.98px) {
  .c-section--other-items {
    padding-inline: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-section--other-items .c-section__inner {
    width: calc(100% - 88px);
    max-width: 1128px;
  }
}
.c-section--other-items .c-section__inner {
  margin: 0 auto;
}
.c-section--other-items .c-section__title {
  color: #2c2a29;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 741px) {
  .c-section--other-items .c-section__title {
    font-size: 2rem;
  }
}
@media screen and (max-width : 740.98px) {
  .c-section--other-items .c-section__title {
    font-size: 1.5rem;
  }
}
.c-section--other-items .c-section__title::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #697180;
  -webkit-mask-image: url("/assets/images/tour-detail/icon_shopping-bag.svg");
  mask-image: url("/assets/images/tour-detail/icon_shopping-bag.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.error-message {
  padding: 24px;
  background-color: #fff7f7;
}
@media screen and (max-width : 740.98px) {
  .error-message {
    padding: 16px;
  }
}
.error-message + .error-message {
  margin-top: 8px;
}
.section-select__title + .error-message {
  margin-top: 24px;
}
.error-message__head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.error-message__icon {
  position: relative;
  top: 3px;
}
.error-message__icon:not(img)::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #df0d00;
  mask-image: url(/assets/images/common/icon_warning.svg);
}
.error-message__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #df0d00;
}
.error-message__text {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #df0d00;
}
.error-message__note {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #df0d00;
}
.error-message__link {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #3064d5;
}
.error-message__link:visited {
  color: #3064d5;
}
@media (hover: hover) {
  .error-message__link:not(.is-disabled-hover):hover {
    color: #140d77;
    text-decoration: none;
  }
}
.error-message--info {
  background-color: #fffcd5;
}
.error-message--info .error-message__icon:not(img)::before {
  background-color: #f29423;
  mask-image: url(/assets/images/common/icon_info_fill.svg);
}
.error-message--info .error-message__title,
.error-message--info .error-message__text,
.error-message--info .error-message__note {
  color: #cf3700;
}
.error-message--gray {
  background-color: #f5f7fa;
}
.error-message--gray .error-message__icon:not(img)::before {
  background-color: #697180;
  mask-image: url(/assets/images/common/icon_info_fill.svg);
}
.error-message--gray .error-message__title,
.error-message--gray .error-message__text,
.error-message--gray .error-message__note {
  color: #2c2a29;
}

.favorite-error__bg {
  display: block;
}
.favorite-error__title {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width : 740.98px) {
  .favorite-error__title {
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.favorite-error__message {
  margin-top: 16px;
}

/* ここにpc専用のスタイル */
