@charset "UTF-8";
/* Ready! ヨーロッパキャンペーン
============================================================================= */
.u-bold {
  font-weight: bold;
}
.p-ready__content {
  position: relative;
}
.p-ready__contentMv {
  padding: 2em 0;
  background-color: #083061;
  color: #fff;
  z-index: 2;
  position: relative;
}
.p-ready__contentVideo {
  margin-top: 0.8em;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .p-ready__contentVideo {
    width: 345px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__contentVideo {
    margin-top: 1.2em;
    width: 560px;
  }
}
.p-ready__contentVideo iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .p-ready__contentWrap {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 1276px;
    margin: 0 auto;
  }
}
.p-ready__contentWrap__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-ready__contentWrap__wrapText {
  margin-top: 2em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-ready__contentWrap__wrapText {
    margin-top: 0;
    font-size: 20px;
  }
}
.p-ready__contentWrap__wrapText .u-dib {
  font-weight: bold;
}
.p-ready__contentTitle {
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  width: 77%;
}
@media screen and (min-width: 769px) {
  .p-ready__contentTitle {
    margin-top: 0.5em;
    max-width: 480px;
  }
}
.p-ready__contentText {
  margin-top: 1.6em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-ready__contentText {
    margin-top: 1em;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}

.p-ready__nav {
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.08);
}

.p-ready__tabContent {
  background: repeating-linear-gradient(-45deg, rgba(243, 249, 253, 0.5), rgba(243, 249, 253, 0.5) 2px, #f3f9fd 2px, #f3f9fd 4px);
  padding: 40px 0 0px;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-ready__tabContent {
    padding: 0px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__tabContent--one {
    padding: 80px 0 0px;
  }
}


.p-ready__tabContent.readyTabActive {
  display: block;
}

.p-ready__tabList {
  list-style: none;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-ready__tabList {
    max-width: 1260px;
    margin: 0 auto;
  }
}

.p-ready__tabListItem {
  width: 24%;
}
.p-ready__tabListItem--wide {
  width: 28%;
}
.p-ready__tabListItem--wide .p-ready__tabListItemButton {
  font-size: 10px;
}
@media screen and (min-width: 360px) {
  .p-ready__tabListItem--wide .p-ready__tabListItemButton {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__tabListItem--wide .p-ready__tabListItemButton {
    font-size: 16px;
  }
}

.p-ready__tabListItemButton {
  display: block;
  padding: 1.1em 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  background: #fff;
  font-weight: bold;
  color: #797979;
  transition: 0.2s;
  min-height: 58px;
  position: relative;
}
@media (min-width: 425px) {
  .p-ready__tabListItemButton {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .p-ready__tabListItemButton {
    font-size: 16px;
    padding: 1.5em 0;
    min-height: 69px;
  }
}
.p-ready__tabListItemButton.reduced-padding {
  padding: 0em;
  min-height: 36px;
  font-size: 10px;
}
@media (min-width: 769px) {
  .p-ready__tabListItemButton.reduced-padding {
    padding: 0em 0;
    min-height: 44px;
    font-size: 16px;
  }
}

.p-ready__nav__wrap {
  z-index: 4;
  position: sticky;
  top: 60px;
}
@media screen and (min-width: 769px) {
  .p-ready__nav__wrap {
    top: 70px;
  }
}

.p-ready__tabListItemButton.readyTabActive {
  background-color: #ff8732;
  color: #fff;
  position: relative;
  display: block;
}
.p-ready__tabListItemButton.readyTabActive::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ff8732;
}

#ready_nav {
  z-index: 4;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #ready_nav {
    top: 70px;
  }
}

#ready_nav.ready_nav_topFixed {
  left: 0;
  position: fixed;
  transition: top 0.2s ease-in-out;
}

#ready_nav.ready_nav_bottomFixed {
  position: absolute;
  bottom: 0px;
  top: auto !important;
}

.p-ready__title {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-ready__title {
    font-size: 32px;
  }
}
.p-ready__titleIcon {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-ready__titleIcon::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.p-ready__titleIcon--myStyle::before {
  width: 14px;
  height: 20px;
  background-image: url(../_images/icon_my_style.webp);
}
@media screen and (min-width: 769px) {
  .p-ready__titleIcon--myStyle::before {
    width: 21px;
    height: 30px;
  }
}
.p-ready__titleIcon--ginza::before {
  width: 24px;
  height: 14px;
  background-image: url(../_images/icon_ginza.webp);
}
@media screen and (min-width: 769px) {
  .p-ready__titleIcon--ginza::before {
    width: 36px;
    height: 21px;
  }
}
.p-ready__titleIcon--cruse::before {
  width: 28px;
  height: 16px;
  background-image: url(../_images/icon_cruse.webp);
}
@media screen and (min-width: 769px) {
  .p-ready__titleIcon--cruse::before {
    width: 42px;
    height: 24px;
  }
}
.p-ready__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 2.2em;
}
@media (min-width: 425px) {
  .p-ready__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__text {
    text-align: center;
  }
}
.p-ready__text--mt1 {
  margin-top: 1em;
}
.p-ready__text .u-dib {
  display: inline;
}
@media screen and (min-width: 769px) {
  .p-ready__text .u-dib {
    display: inline-block;
  }
}
.p-ready__textSpecial {
  font-size: 16px;
}
.p-ready__textLuxury {
  font-size: 16px;
}
.p-ready__note {
  margin-top: 10px;
}
.p-ready__note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .p-ready__note li {
    font-size: 14px;
    text-align: center;
  }
}
.p-ready__note li span,
.p-ready__note li a {
  text-indent: 0;
}
.p-ready__subTitle {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 2.5em;
}
@media screen and (min-width: 769px) {
  .p-ready__subTitle {
    font-size: 28px;
    margin-top: 4em;
  }
}
.p-readyEnjoyList {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 25px 0 10px;
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList {
    margin: 40px auto 25px;
    gap: 40px;
    justify-content: center;
    max-width: 1150px;
  }
}
.p-readyEnjoyList__item {
  padding: 12px 5px;
  padding-left: 28px;
  border: solid 1px #bcbdc2;
  border-radius: 5px;
  background-color: #fff;
  flex-basis: calc((100% - 5px) / 2);
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
@media (min-width: 334px) {
  .p-readyEnjoyList__item {
    padding-left: 30px;
  }
}
@media (min-width: 425px) {
  .p-readyEnjoyList__item {
    font-size: 14px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item {
    flex-basis: initial;
    font-size: 16px;
    padding-left: 60px;
  }
}
.p-readyEnjoyList__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 425px) {
  .p-readyEnjoyList__item::before {
    left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item::before {
    left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item:not(:first-child):after {
    position: absolute;
    right: calc(100% + 7px);
    top: 50%;
    transform: translateY(-50%);
    content: "\e145";
    font-family: "Material Icons Round";
    font-size: 2.6rem;
  }
}
.p-readyEnjoyList__item--flight::before {
  width: 19px;
  height: 20px;
  background-image: url(../_images/icon_flight.webp);
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--flight::before {
    width: 26px;
    height: 28px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--flight {
    width: calc(22.5% - 40px);
  }
}
.p-readyEnjoyList__item--hotel::before {
  width: 18px;
  height: 18px;
  background-image: url(../_images/icon_hotel.webp);
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--hotel::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--hotel {
    width: calc(22.5% - 40px);
  }
}
.p-readyEnjoyList__item--plan::before {
  width: 18px;
  height: 18px;
  background-image: url(../_images/icon_plan.webp);
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--plan::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--plan {
    width: calc(27.5% - 40px);
  }
}
.p-readyEnjoyList__item--relief::before {
  width: 22px;
  height: 22px;
  background-image: url(../_images/icon_relief.webp);
  left: 4px;
}
@media (min-width: 425px) {
  .p-readyEnjoyList__item--relief::before {
    left: 8px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--relief::before {
    width: 28px;
    height: 28px;
    left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-readyEnjoyList__item--relief {
    width: calc(27.5% - 40px);
  }
}
.p-readyLogo {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-readyLogo {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
}
.p-readyLogo__item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-readyLogo__item {
    margin: 0;
  }
}
.p-readyLogo__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-readyLogo__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-readyLogo__item--dream {
  max-width: 102px;
}
.p-readyLogo__item--tour {
  max-width: 209px;
}
.p-readyLogo__item--quartet {
  max-width: 196px;
}
.p-readyLogo__item--jtb_cruse {
  max-width: 193px;
}
.p-readySlide {
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .p-readySlide {
    max-width: none;
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content:center;
  }
}
.p-readySlide .slick-slide {
  transition: transform 0.5s ease;
  margin-inline: 10px;
}
.p-readySlide__card {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.1), 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 4px 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-readySlide__card {
    flex-basis: calc((100% - 40px) / 3);
    margin: 0;
  }
}
.p-readySlide__card__bottom {
  margin-top: auto;
  width: 100%;
}
.p-readySlide__img {
  position: relative;
}
.p-readySlide__img img {
  aspect-ratio: 323/241;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-readySlide__label {
  background-color: #d8505f;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 16px;
}
@media (min-width: 425px) {
  .p-readySlide__label {
    font-size: 14px;
  }
}
.p-readySlide__caption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 6px 2px;
  font-size: 10px;
}
@media (min-width: 425px) {
  .p-readySlide__caption {
    font-size: 12px;
  }
}
.p-readySlide__content {
  margin-top: 20px;
  width: 100%;
}
.p-readySlide__content__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 14px 20px 14px;
}
.p-readySlide__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}
@media (min-width: 425px) {
  .p-readySlide__name {
    font-size: 20px;
  }
}
.p-readySlide__country {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
  margin-top: 15px;
}
@media (min-width: 425px) {
  .p-readySlide__country {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .p-readySlide__country {
    font-size: 16px;
  }
}
.p-readySlide__country::before {
  content: "";
  width: 18px;
  height: 20px;
  background-image: url(../_images/icon_map.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-readySlide__text {
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 425px) {
  .p-readySlide__text {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .p-readySlide__text {
    font-size: 16px;
  }
}
.p-readySlide__info {
  background-color: #eef9fe;
  padding: 10px;
  margin-top: 14px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-readySlide__info {
    font-size: 14px;
  }
}
.p-readySlide__infoIcon {
  padding-left: 25px;
  position: relative;
}
.p-readySlide__infoIcon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../_images/icon_info.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-readySlide .slick-prev,
.p-readySlide .slick-next,
.p-pamphletSlide__wrap .swiper-button-prev,
.p-pamphletSlide__wrap .swiper-button-next {
  position: absolute;
  top: 67vw;
  transform: translateY(0);
  display: block;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 2;
  background: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #3498db;
}
.p-pamphletSlide__wrap .swiper-button-prev,
.p-pamphletSlide__wrap .swiper-button-next {
  top: 22vw;
}
@media (min-width: 425px) {
  .p-readySlide .slick-prev,
  .p-readySlide .slick-next,
  .p-pamphletSlide__wrap .swiper-button-prev,
  .p-pamphletSlide__wrap .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 500px) {
  .p-readySlide .slick-prev,
  .p-readySlide .slick-next {
    top: 340px;
  }
  .p-pamphletSlide__wrap .swiper-button-prev,
  .p-pamphletSlide__wrap .swiper-button-next {
    top: 124px;
  }
}

@media (max-width: 768px) {
  .p-pamphletSlide__wrap .swiper-button-prev,
  .p-pamphletSlide__wrap .swiper-button-next {
    display: none;
  }
}

.p-readySlide .slick-prev.slick-disabled,
.p-readySlide .slick-next.slick-disabled,
.p-pamphletSlide__wrap .swiper-button-prev.swiper-button-disabled,
.p-pamphletSlide__wrap .swiper-button-next.swiper-button-disabled  {
  display: none !important;
}
.p-readySlide .slick-prev.slick-disabled::before,
.p-readySlide .slick-next.slick-disabled::before,
.p-pamphletSlide__wrap .swiper-button-prev.swiper-button-disabled::before,
.p-pamphletSlide__wrap .swiper-button-next.swiper-button-disabled::before {
  content: none;
}
.p-readySlide .slick-prev::before,
.p-readySlide .slick-next::before,
.p-pamphletSlide__wrap .swiper-button-prev::before,
.p-pamphletSlide__wrap .swiper-button-next::before {
  content: "";
  border-top: 3px solid #3498db;
  border-right: 3px solid #3498db;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
}
@media (min-width: 425px) {
  .p-readySlide .slick-prev::before,
  .p-readySlide .slick-next::before,
  .p-pamphletSlide__wrap .swiper-button-prev::before,
  .p-pamphletSlide__wrap .swiper-button-next::before {
    width: 12px;
    height: 12px;
  }
}
.p-readySlide .slick-prev,
.p-pamphletSlide__wrap .swiper-button-prev {
  left: -8px;
}
.p-readySlide .slick-prev::before ,
.p-pamphletSlide__wrap .swiper-button-prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.p-readySlide .slick-next,
.p-pamphletSlide__wrap .swiper-button-next {
  right: -8px;
}
.p-readySlide .slick-next::before,
.p-pamphletSlide__wrap .swiper-button-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

@media (min-width: 769px) {
  .p-pamphletSlide__wrap .swiper-button-next {
    right: -40px !important;
  }
  .p-pamphletSlide__wrap .swiper-button-prev {
    left: -40px !important;
  }
}


.p-readySlide .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.p-readySlide .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media (min-width: 425px) {
  .p-readySlide .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
.p-readySlide .slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media (min-width: 425px) {
  .p-readySlide .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.p-readySlide .slick-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
}
@media (min-width: 425px) {
  .p-readySlide .slick-dots li button::before {
    width: 16px;
    height: 16px;
  }
}
.p-readySlide .slick-disabled {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.p-readySlide--relief {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-readySlide--relief .p-readySlide__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-readySlide--relief .p-readySlide__country {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-readySlide--relief .p-readySlide__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-readySlide--relief .p-readySlide__info {
    font-size: 14px;
  }
}
.p-readySlide--relief .slick-slide {
  margin-inline: 10px;
}
@media screen and (min-width: 769px) {
  .p-readySlide--relief .slick-slide {
    margin-inline: 0;
  }
}
.p-readySlide--relief .slick-prev, .p-readySlide--relief .slick-next {
  width: 24px;
  height: 24px;
}
@media (min-width: 425px) {
  .p-readySlide--relief .slick-prev, .p-readySlide--relief .slick-next {
    width: 32px;
    height: 32px;
  }
}
.p-readySlide--relief .slick-prev {
  top: 56vw;
  left: -17px;
}
@media (min-width: 500px) {
  .p-readySlide--relief .slick-prev {
    top: 365px;
  }
}
.p-readySlide--relief .slick-next {
  top: 56vw;
  right: -6px;
}
@media (min-width: 425px) {
  .p-readySlide--relief .slick-next {
    right: -17px;
  }
}
@media (min-width: 500px) {
  .p-readySlide--relief .slick-next {
    top: 365px;
  }
}
.p-readySlide--relief .slick-list {
  overflow: visible; /* スライドが少し見えるようにする */
  margin-left: -16px;
}
@media (min-width: 425px) {
  .p-readySlide--relief .slick-list {
    margin-left: 0;
  }
}
.p-readyMv {
  padding: 190px 0 144px;
}
@media (min-width: 769px) {
  .p-readyMv {
    padding: 280px 0 114px;
    height: 620px;
  }
}
@media (min-width: 769px) {
  .p-readyMv .breadcrumbs {
    position: absolute;
    top: -17.5em;
    left: 1em;
  }
}
.p-readyMv__logo {
  position: absolute;
  top: 6em;
  left: 50%;
  width: 256px;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .p-readyMv__logo {
    top: 5em;
    width: 556px;
  }
}
.p-readyMv__logo img {
  width: 100%;
}
.p-readyMv__logoEuro {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  max-width: 42px;
}
@media (min-width: 769px) {
  .p-readyMv__logoEuro {
    top: 1.5em;
    right: 1.5em;
    max-width: 104px;
  }
}
.p-readyMv__title {
  font-size: 23px !important;
  text-shadow: 1.5px 1.5px 0px rgb(0, 0, 0);
}
@media (min-width: 769px) {
  .p-readyMv__title {
    font-size: 46px !important;
  }
}
.p-readyMv__titleArea {
  font-size: 43px !important;
}
@media (min-width: 769px) {
  .p-readyMv__titleArea {
    font-size: 84px !important;
  }
}
.p-readyMv__text {
  margin-top: 20px;
  font-size: 11px;
}
@media (min-width: 425px) {
  .p-readyMv__text {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .p-readyMv__text {
    font-size: 17px !important;
  }
}
@media (min-width: 1700px) {
  .p-readyMv__text {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 1500px;
  }
}
.p-readyMv__text span {
  font-weight: bold !important;
}
@media (min-width: 1700px) {
  .p-readyMv__text--pc {
    display: flex !important;
  }
}
.p-readyMv__imageCaption {
  line-height: 1.6;
}
.p-readyMvConcierge__read {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-readyMvConcierge__read {
    font-size: 18px;
    margin-top: 45px;
  }
}
.p-readyMvConcierge__read p {
  font-weight: bold;
}
.p-readyMvConcierge__read span {
  font-weight: bold;
}
.p-ready__reliefImageLookJtbBig {
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 150px;
}
.p-ready__reliefImageLookJtbBig--mystyle {
  max-width: 200px !important;
}
@media (min-width: 769px) {
  .p-ready__reliefImageLookJtbBig--mystyle {
    max-width: 290px !important;
  }
}
.p-ready__reliefImageLookJtbBig--travel {
  margin-bottom: 3em;
  max-width: 130px;
}
@media (min-width: 769px) {
  .p-ready__reliefImageLookJtbBig {
    max-width: 192px;
  }
}
@media (min-width: 769px) {
  .p-ready__reliefImageLookJtbBig--travel {
    max-width: 170px;
  }
}
@media (min-width: 769px) {
  .p-ready__reliefImageLookJtbBig--landCruise {
    max-width: 275px !important;
  }
}
.p-ready__reliefImageLookJtbBig img {
  width: 100%;
}
.p-ready__reliefTitle--tour::before {
  background-image: url(../_images/icon_ready_relief.webp);
  width: 24px;
  height: 24px;
}
@media (min-width: 769px) {
  .p-ready__reliefTitle--tour::before {
    width: 40px;
    height: 40px;
  }
}
.p-ready__reliefPeaceText {
  margin-top: 1em;
  font-size: 16px !important;
  text-align: center;
}
.p-ready__reliefText {
  margin-top: 1.5em;
}
@media (min-width: 769px) {
  .p-ready__reliefText {
    text-align: center;
  }
}
.p-ready__reliefImpressedLeadText {
  font-size: 14px !important;
  color: #003b82;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-ready__reliefImpressedLeadText {
    font-size: 16px !important;
  }
}
.p-ready__reliefImpressedLeadText .u-dib {
  font-weight: bold !important;
}
.p-ready__reliefButton {
  margin-top: 1.5em !important;
}
.p-ready__reliefKome {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .p-ready__reliefKome {
    margin: 0 auto;
    margin-top: 1em;
    max-width: 500px;
    text-align: center !important;
  }
}
.p-ready__reliefMiniTitle {
  margin-top: 2em;
}
.p-ready__reliefLogoImage {
  margin: 0 auto;
  margin-top: 1.8em;
  max-width: 160px;
}
.p-ready__relief__redBox {
  margin-top: 2em;
  padding: 1em 1.5em;
  background-color: #f8f4f2;
  border-radius: 8px;
}
.p-ready__relief__redBox__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .p-ready__relief__redBox__top {
    flex-direction: row;
    justify-content: center;
  }
}
.p-ready__relief__redBox__top__top {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-ready__relief__redBox__top__top {
    font-size: 16px;
  }
}
.p-ready__relief__redBox__top__topImage {
  display: inline-block;
  max-width: 58px;
}
@media (min-width: 769px) {
  .p-ready__relief__redBox__top__topImage {
    max-width: 66px;
  }
}
.p-ready__relief__redBox__top__topText {
  position: relative;
  top: 0.1em;
  font-weight: bold;
}
.p-ready__relief__redBox__top__bottom {
  margin-top: 0.3em;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-ready__relief__redBox__top__bottom {
    font-size: 16px;
  }
}
.p-ready__relief__redBoxKome {
  margin-top: 0.5em;
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-ready__relief__redBoxKome {
    text-align: center;
    margin-top: 0.5em;
  }
}
.p-ready__reliefTabContent__blueBox {
  padding: 1.3em 0em;
}
.p-ready__reliefTabContent__blueBox__wrap {
  margin-top: 16px;
  border: 1px solid #3498db;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 769px)  {
  .p-ready__reliefTabContent__blueBox__wrap {
    margin-top: 2.5em;
  }
}
.p-ready__reliefTabContent__blueBox__wrap__inner {
  margin: 0 auto;
  width: 87%;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBox__wrap__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-ready__reliefTabContent__blueBox:nth-child(n+2) {
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBox:nth-child(n+2) {
    width: 48.5%;
  }
}
.p-ready__reliefTabContent__blueBox__oneKome {
  margin-top: 0.5em;
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBox__oneKome {
    font-size: 14px;
    text-align: center;
  }
}
.p-ready__reliefTabContent__blueBox--01 {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBox--01 .p-ready__reliefTabContent__blueBoxTitle {
    justify-content: center;
  }
  .p-ready__reliefTabContent__blueBox--01 .p-ready__reliefTabContent__blueBoxText {
    text-align: center;
  }
}
.p-ready__reliefTabContent__blueBoxTitle {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #3498db;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTitle {
    align-items: flex-start;
    justify-content: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 0.8em;
  }
}
.p-ready__reliefTabContent__blueBoxTitle--m0 {
  margin: 0;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTitle--m0 {
    margin: 0 auto;
  }
}
.p-ready__reliefTabContent__blueBoxTitleCommitment {
  display: flex;
  gap: 0.1em;
  padding: 0.4em 0.7em 0.2em 0.7em;
  background-color: #3498db;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  min-width: 76px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTitleCommitment {
    font-size: 16px;
    padding: 0.25em 0.7em 0.2em 0.7em;
  }
}
.p-ready__reliefTabContent__blueBoxTitleCommitment span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #3498db;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.1em;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTitleCommitment span {
    font-size: 18px;
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
  }
}
.p-ready__reliefTabContent__blueBoxTitleText {
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTitleText {
    font-size: 24px;
    margin-top: 2px;
  }
}
.p-ready__reliefTabContent__blueBoxTitleText .u-dib {
  font-weight: bold;
}
.p-ready__reliefTabContent__blueBoxText {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxText {
    font-size: 16px;
  }
}
.p-ready__reliefTabContent__blueBoxTextKome {
  margin-top: 0.5em;
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxTextKome {
    font-size: 14px;
  }
}
.p-ready__reliefTabContent__blueBoxBigText {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBoxBigText {
    font-size: 16px;
  }
}
.p-ready__reliefTabContent__blueBox ul {
  margin-top: 0.5em;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContent__blueBox__listWrap {
    display: flex;
  }
}
.p-ready__reliefTabContent__iconWrap {
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
.p-ready__reliefTabContent__iconWrap div {
  width: 68px;
}
.p-ready__reliefTabContentButton {
  margin-top: 2em;
}
.p-ready__reliefTabContentButton--tourProductList {
  margin-top: 2em !important;
  padding-left: 2.4em !important;
  padding-right: 1em !important;
}
.p-ready__reliefTabContentButton--consult {
  margin-top: 1em !important;
}
.p-ready__reliefTabContentButtonKome {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .p-ready__reliefTabContentButtonKome {
    margin: 0 auto;
    margin-top: 1em;
    max-width: 500px;
    text-align: center !important;
  }
}
.p-ready__relief #lookjtbtour .deptchange {
  z-index: 0;
}
@media (min-width: 769px) {
  .p-ready__relief #lookjtbtour .deptchange-box {
    min-height: 70px;
  }
}
@media (min-width: 769px) {
  .p-ready__relief #lookjtbtour .deptchange-item {
    width: 25%;
  }
}
.p-ready__relief #lookjtbtour .deptchange-box:after {
  display: none !important;
}
.p-ready__relief #lookjtbtour .deptchange-item:not(.is-active):hover:after {
  background: #3498db !important;
}
.p-ready__relief #lookjtbtour .deptchange-item:not(.is-active):after {
  background: #3498db !important;
}
.p-ready__relief #lookjtbtour .lookjtb-cst_icon {
  z-index: 0;
}
.p-ready__relief #lookjtbtour .lookjtb-cst_icon li {
  font-size: 14px !important;
}
.p-ready__relief #lookjtbtour .tour-cassette_txt {
  font-size: 14px !important;
}
@media (min-width: 769px) {
  .p-ready__relief #lookjtbtour .tour-cassette_txt {
    font-size: 16px !important;
  }
}
.p-ready__relief #lookjtbtour .tour-cassette_list-item {
  font-size: 1.4rem !important;
}
.p-ready__relief #lookjtbtour .deptchange-box:after {
  display: none !important;
}
.p-ready__relief #lookjtbtour .deptchange-item:not(.is-active):hover:after {
  background: #3498db !important;
}
.p-ready__relief #lookjtbtour .deptchange-item:not(.is-active):after {
  background: #3498db !important;
}
.p-ready__relief #lookjtbtour .lookjtb-cst_icon {
  z-index: 0;
}
.p-ready__relief #lookjtbtour span.crdt {
  bottom: 0;
  display: inline-block;
  width: auto;
  padding: 4px 6px 2px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
}
@media (min-width: 769px) {
  .p-ready__relief #lookjtbtour span.crdt {
    font-size: 12px;
  }
}
.p-ready__freeTabContent {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 769px)  {
  .p-ready__freeTabContent {
    padding-top: 80px;
  }
}
.p-ready__freeTabContent #lookjtbmystyle .tour-cassette_list .m-ico:before {
  color: #323743 !important;
}
.p-ready__freeTabContent #lookjtbmystyle a .m-ico:before {
  color: #3498db !important;
}
@media (min-width: 769px) {
  .p-ready__freeTabContent #lookjtbmystyle .deptchange-box {
    min-height: 70px;
  }
}
@media (min-width: 769px) {
  .p-ready__freeTabContent #lookjtbmystyle .deptchange-item {
    width: 25%;
  }
}
.p-ready__freeTabContent #lookjtbmystyle .deptchange-box:after {
  display: none !important;
}
.p-ready__freeTabContent #lookjtbmystyle .deptchange-item:not(.is-active):hover:after {
  background: #3498db !important;
}
.p-ready__freeTabContent #lookjtbmystyle .deptchange-item:not(.is-active):after {
  background: #3498db !important;
}
.p-ready__freeTabContent #lookjtbmystyle .lookjtb-cst_icon {
  z-index: 0;
}
.p-ready__freeTabContent #lookjtbmystyle .lookjtb-cst_icon li {
  font-size: 14px !important;
}
.p-ready__freeTabContent #lookjtbmystyle .tour-cassette_txt {
  font-size: 14px !important;
}
@media (min-width: 769px) {
  .p-ready__freeTabContent #lookjtbmystyle .tour-cassette_txt {
    font-size: 16px !important;
  }
}
.p-ready__freeTabContent #lookjtbmystyle span.crdt {
  bottom: 0;
  display: inline-block;
  width: auto;
  padding: 4px 6px 2px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
}
@media (min-width: 769px) {
  .p-ready__freeTabContent #lookjtbmystyle span.crdt {
    font-size: 12px;
  }
}
.p-ready__option {
  padding-top: 40px;
}
@media (min-width: 769px) {
  .p-ready__option {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.p-ready__optionTitle::before {
  top: 25% !important;
  background-image: url(../_images/icon_option_train_blue.webp);
  width: 16px;
  height: 19px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionTitle::before {
    width: 24px;
    height: 28.5px;
    top: 50% !important;
  }
}
.p-ready__optionExampleTitle {
  margin-top: 1.0em !important;
}
.p-ready__optionExample__chart {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.1em;
  margin-top: 2em;
  margin-bottom:50px;
}
.p-ready__optionExample__chart__miniBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.6em 0 1em;
  width: 14%;
  border-radius: 4px;
}
.p-ready__optionExample__chart__miniBlockArrow {
  display: block;
  margin-top: 0.4em;
  max-width: 12px;
}
.p-ready__optionExample__chart__miniBlockArrow img {
  display: block;
}
.p-ready__optionExample__chart__miniBlockTitle {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  color: #656972;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlockTitle {
    font-size: 16px;
  }
}
.p-ready__optionExample__chart__miniBlockTitleImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.p-ready__optionExample__chart__miniBlockTitleText {
  font-size: 13px;
  margin-top: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 334px) {
  .p-ready__optionExample__chart__miniBlockTitleText {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlockTitleText {
    font-size: 16px;
  }
}
.p-ready__optionExample__chart__miniBlockText {
  margin-top: 0.8em;
  font-size: 13px;
  font-weight: bold;
  color: #656972;
  line-height: 1.2;
}
@media screen and (min-width: 334px) {
  .p-ready__optionExample__chart__miniBlockText {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlockText {
    font-size: 16px;
  }
}
.p-ready__optionExample__chart__miniBlock--01 {
  position: relative;
  background-color: #e4e5e7;
}
.p-ready__optionExample__chart__miniBlock--01::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #e4e5e7;
}
.p-ready__optionExample__chart__miniBlock--01 .p-ready__optionExample__chart__miniBlockTitle img {
  width: 18px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlock--01 .p-ready__optionExample__chart__miniBlockTitle img {
    width: 23px;
    height: 21px;
  }
}
.p-ready__optionExample__chart__miniBlock--02 {
  position: relative;
  background-color: #ffeef0;
}
.p-ready__optionExample__chart__miniBlock--02::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #ffeef0;
}
.p-ready__optionExample__chart__miniBlock--02 .p-ready__optionExample__chart__miniBlockTitle img {
  width: 20px;
  height: 11px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlock--02 .p-ready__optionExample__chart__miniBlockTitle img {
    width: 25px;
    height: 16px;
  }
}
.p-ready__optionExample__chart__miniBlock--04 {
  position: relative;
  background-color: #e4e5e7;
}
.p-ready__optionExample__chart__miniBlock--04::after {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #e4e5e7;
}
.p-ready__optionExample__chart__miniBlock--04 .p-ready__optionExample__chart__miniBlockTitle img {
  width: 20px;
  height: 11px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlock--04 .p-ready__optionExample__chart__miniBlockTitle img {
    width: 25px;
    height: 16px;
  }
}
.p-ready__optionExample__chart__miniBlock--05 {
  position: relative;
  background-color: #e4e5e7;
}
.p-ready__optionExample__chart__miniBlock--05::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlock--05::after {
    content: none;
  }
}
.p-ready__optionExample__chart__miniBlock--05 .p-ready__optionExample__chart__miniBlockTitle img {
  width: 16px;
  height: 17px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlock--05 .p-ready__optionExample__chart__miniBlockTitle img {
    width: 21px;
    height: 22px;
  }
}
.p-ready__optionExample__chart__miniBlockAbsoluteText {
  position: absolute;
  bottom: -3.5em;
  left: 0;
  color: #656972;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__miniBlockAbsoluteText {
    width: 100%;
    font-size: 16px;
    bottom: -2.5em;
  }
}
.p-ready__optionExample__chart__miniBlock--01 {
  z-index: 6;
}
.p-ready__optionExample__chart__miniBlock--02 {
  z-index: 5;
}
.p-ready__optionExample__chart__miniBlock--03 {
  z-index: 4;
}
.p-ready__optionExample__chart__miniBlock--04 {
  z-index: 3;
}
.p-ready__optionExample__chart__miniBlock--05 {
  z-index: 2;
}
.p-ready__optionExample__chart__bigBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37%;
  background-color: #d12637;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
}
.p-ready__optionExample__chart__bigBlock::after {
  z-index: 4;
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #d12637;
}
.p-ready__optionExample__chart__bigBlockTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.p-ready__optionExample__chart__bigBlockTitleImage {
  position: absolute;
  top: 0.6em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.p-ready__optionExample__chart__bigBlockTitleImage img {
  width: 18px;
  height: 22px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__bigBlockTitleImage img {
    width: 23px;
    height: 28px;
  }
}
.p-ready__optionExample__chart__bigBlockTitleText {
  margin-top: 1.4em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-ready__optionExample__chart__bigBlockTitleText {
    font-size: 16px;
  }
}
.p-ready__optionExampleBlueLink {
  margin-top: 4.5em !important;
}
.p-ready__optionText {
  margin-top: 1.4em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-ready__optionText {
    text-align: center;
  }
}
.p-ready__optionImage {
  margin-top: 1em;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-ready__optionImage {
    max-width: 690px;
    margin: 1.2em auto 0;
  }
}
.p-ready__option__list {
  margin-top: 1.5em;
}
.p-ready__optionMiniTitle {
  margin-top: 2em;
}
.p-ready__optionSubTitle--cource {
  padding: 0 !important;
  margin-top: 1.5em !important;
}
.p-ready__optionCourceList {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionCourceList {
    display: flex;
    gap: 40px 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.p-ready__optionCourceList--star {
  margin-top: 1.5em !important;
}
.p-ready__optionCourceList--star .p-ready__optionCourceListItem__content {
  padding: 10px 10px 0px 10px !important;
}
.p-ready__optionCourceListItem {
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.1), 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 14px;
  flex-basis: 100%;
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-ready__optionCourceListItem {
    flex-basis: calc((100% - 20px) / 2);
    margin-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-ready__optionCourceListItem {
    flex-basis: calc((100% - 60px) / 3);
  }
}
.p-ready__optionCourceListItem__content {
  padding: 18px 10px 0 10px;
}
.p-ready__optionCourceListItem__contentTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-ready__optionCourceListItem__contentTitle {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-ready__optionCourceListItem__contentTitle--star {
  margin-bottom: 0.8em;
}
.p-ready__optionCourceListItem__contentPrice {
  margin-top: 0.3em;
  text-align: center;
}
.p-ready__optionCourceListItem__contentPriceRedText {
  color: #cc0000;
  font-size: 25px;
  font-weight: bold;
}
.p-ready__optionCourceListItem__contentPriceRedTextYen {
  font-size: 65%;
  font-weight: bold;
}
.p-ready__optionCourceListItem__contentPriceHuman {
  margin-left: 0.3em;
  font-size: 12px;
  color: #656972;
}
.p-ready__optionCourceListItem__content__list {
  margin-top: 0.6em;
  padding: 0 0.2em;
}
.p-ready__optionCourceListItem__content__listItem {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 14px;
}
.p-ready__optionCourceListItem__content__listItem:nth-child(n+2) {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .p-ready__optionCourceListItem__content__listItem {
    font-size: 16px;
  }
}
.p-ready__optionCourceListItem__content__listItemIcon {
  display: block;
  max-width: 21px;
}
.p-ready__optionCourceListItem__contentText {
  margin-top: 0.3em;
  margin-bottom: 1em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-ready__optionCourceListItem__contentText {
    font-size: 16px;
  }
}
.p-ready__option__starHr {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.p-ready__option__starList {
  margin: 0 auto;
  margin-top: 1.5em;
}
.p-ready__option__starTitle::before {
  top: 25% !important;
  background-image: url(../_images/icon_option_star.webp);
  width: 20px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .p-ready__option__starTitle::before {
    width: 30px;
    height: 24px;
    top: 50% !important;
  }
}
.p-ready__option__starSubTitle {
  margin-top: 2em;
}
.p-ready__luxury {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-ready__luxury {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-ready__luxury__to_conciergeButton {
  margin-top: 3em !important;
}

.c-readyLeadText {
  font-size: 14px !important;
  margin-top: 0.5em;
  text-align: center;
  font-weight: bold;
  color: #003b82 !important;
}
@media screen and (min-width: 769px) {
  .c-readyLeadText {
    font-size: 16px !important;
  }
}
.c-readyLeadText .u-dib {
  font-weight: bold;
}
.c-readyBorder {
  border-top: solid 2px #e4e4e3;
  margin: 35px 0 40px;
}
@media (min-width: 425px) {
  .c-readyBorder {
    margin: 40px 0 45px;
  }
}
@media screen and (min-width: 769px) {
  .c-readyBorder {
    margin: 70px 0 80px;
  }
}
.c-readyLink--arrow {
  color: #3498db !important;
  font-size: 13px;
  margin-top: 15px;
  text-align: right;
  padding-right: 2em;
  position: relative;
  display: block;
}
@media screen and (min-width: 334px) {
  .c-readyLink--arrow {
    font-size: 14px;
  }
}
@media (min-width: 425px) {
  .c-readyLink--arrow {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-readyLink--arrow {
    font-size: 16px;
  }
}
.c-readyLink--arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-color: #3498db;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  transform: translate(0, -60%) rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
}
@media (min-width: 425px) {
  .c-readyLink--arrow::after {
    width: 8px;
    height: 8px;
  }
}
.c-readyBtn {
  border: 2px solid #3498db;
  color: #3498db !important;
  background-color: #fff;
  line-height: 1.5;
  font-weight: bold;
  padding: 12px 33px;
  padding-right: 25px;
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
}

.c-mystyleBt {
  border: 2px solid #3498db;
  color: #3498db !important;
  background-color: #fff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  max-width: 500px;
  margin: 3px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  display:inline-block;

}
@media (min-width: 375px) {
  .c-readyBtn {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-readyBtn {
    font-size: 18px;
    padding-right: 33px;
  }
}
.c-readyBtn__wrap {
  margin-top: 35px;
}

.c-readymyst__wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}


@media screen and (min-width: 769px) {
  .c-readyBtn__wrap {
    margin-top: 60px;
  }
}
.c-readyBtn:not(:first-of-type) {
  margin-top: 1.25em;
}
.c-readyBtnArrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #3498db;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.c-readyBtnArrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  transform: translate(-60%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-readyBtnArrow--under::before {
  transform: translate(-50%, -54%) rotate(135deg);
}
.c-readyBtn--basic {
  text-align: center;
  background-color: #3498db;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1.25;
  padding: 10px 20px;
  display: block;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.c-readyBtn--basic::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
}
.c-readyBtn--basic .u-dib {
  font-weight: bold;
}
.c-readyBtn--orange {
  margin-top: 1.4em;
  margin-bottom: 25px;
  background-color: #ff8732;
  padding-block: 15px;
  border: 0;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .c-readyBtn--orange {
    margin-bottom: 45px;
    padding-block: 24px;
  }
}
.c-readyBtn--orange .c-readyBtnArrow {
  left: 16px;
  background-color: #fff;
}
.c-readyBtn--orange .c-readyBtnArrow::before {
  border-color: #ff8732;
}
.c-readyBtn--orange .c-readyBtnText {
  position: relative;
  left: -0.5em;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold;
}
@media (min-width: 375px) {
  .c-readyBtn--orange .c-readyBtnText {
    font-size: 20px !important;
  }
}
.c-readyBtn--orange .c-readyBtnIcon {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
}
@media (min-width: 375px) {
  .c-readyBtn--orange .c-readyBtnIcon {
    max-width: 57px;
  }
}
@media screen and (min-width: 769px) {
  .c-readyList__wrap {
    display: flex;
    justify-content: center;
  }
}
.c-readyList li {
  display: flex;
  gap: 0.5em;
  font-weight: 500;
  line-height: 1.6;
  
}
.c-readyList li:nth-child(n+2) {
  margin-top: 0.4em;
}
.c-readyList li span {
  width: 1em;
  height: 1em;
  color: #3498db;
}
.c-readyList li p {
  font-weight: 500;
}
.c-readySubTitle {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 334px) {
  .c-readySubTitle {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .c-readySubTitle {
    font-size: 32px;
  }
}
.c-readySubTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-size: contain;
  transform: translateY(-50%);
}
.c-readySubTitle__wrap {
  text-align: center;
}
.p-readySubTitle__wrap--pt {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-readySubTitle__wrap--pt {
    padding-top: 80px;
  }

}
.c-readyMiniTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-readyMiniTitle {
    font-size: 23px;
  }
}
.c-readyKome {
  font-size: 12px;
}
.c-readyBlueLink {
  position: relative;
  padding-right: 1.2em;
  text-align: right;
  display: block;
  margin-top: 0.2em;
  color: #3498db !important;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .c-readyBlueLink {
    font-size: 16px;
  }
}
.c-readyBlueLink::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 0.2em;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #3498db; /* 矢印の枠線の太さ */
  border-right: 2px solid #3498db;
}

.u-readyTar {
  text-align: right;
}
.u-readyGray {
  color: #656972;
}

.u-dib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .u-sponly {
    display: none;
  }
}

.u-pconly {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pconly {
    display: block;
  }
}

.u-mt__auto--pc {
  margin-top: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 769px) {
  .u-mt__auto--pc {
    margin-top: auto;
  }
}

.u-mt1 {
  margin-top: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

/* リモートコンシェルジュ
============================================================================= */
.p-card {
  padding-top: 60px;
  margin-top: -60px;
}
.p-cardStaff__wrap {
  max-width: 440px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .p-cardStaff__wrap {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 60px;
  }
}
.p-cardStaffFlame {
  border-radius: 8px;
  border: solid 2px #ad795b;
  background-color: #fff;
  padding: 24px 15px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffFlame {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding: 45px 15px;
  }
}
.p-cardStaffFlame__title {
  color: #ad795b;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffFlame__title {
    font-size: 32px;
  }
}
.p-cardStaffFlame__title span {
  font-weight: bold;
}
.p-cardStaffFlame__catch {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .p-cardStaffFlame__catch {
    font-size: 18px;
    margin-top: 25px;
  }
}
.p-cardStaffFlame__list {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffFlame__list {
    text-align: left;
    margin: 40px auto 0;
    display: inline-block;
  }
}
.p-cardStaffFlame__list li {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: solid 1px #e0e0e0;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffFlame__list li {
    padding: 12px 0;
    padding-left: 18px;
    font-size: 16px;
  }
}
.p-cardStaffFlame__list li::before {
  content: "";
  background-image: url(../_images/icon_check.png);
  width: 13px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 0;
}
.p-cardStaffFlame__list li:first-of-type {
  border-top: solid 1px #e0e0e0;
}
.p-cardStaffBox {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox {
    flex-basis: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
  }
}
.p-cardStaffBox:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-cardStaffBox__title {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
}
.p-cardStaffBox__title--small {
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__title {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-cardStaffBox__img {
  margin-top: 16px;
}
.p-cardStaffBox__icon {
  line-height: 1;
  padding: 14px 18px 13px;
  padding-left: 50px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-top: 24px;
}
.p-cardStaffBox__icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.p-cardStaffBox__icon--tel {
  background-color: #d6f5d3;
}
.p-cardStaffBox__icon--tel::before {
  background-image: url(../_images/icon_tel.webp);
}
.p-cardStaffBox__icon--shop {
  background-color: #fbedef;
}
.p-cardStaffBox__icon--shop::before {
  background-image: url(../_images/icon_shop.webp);
}
.p-cardStaffBox__icon--remote {
  background-color: #ecf9ff;
}
.p-cardStaffBox__icon--remote::before {
  background-image: url(../_images/icon_remote.webp);
}
.p-cardStaffBox__icon--remote--02 {
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__icon--remote--02 {
    margin-top: 0;
  }
}
.p-cardStaffBox__text {
  margin-top: 1em;
  font-size: 16px;
  align-items: 1.625;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__btn {
    margin-top: auto;
  }
}
.p-cardStaffBox__btn .c-readyBtn--basic {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__btn .c-readyBtn--basic {
    font-size: 16px;
  }
}
.p-cardStaffBox__btnLinkImage {
  display: block;
  max-width: 16px;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__btnLinkImage {
    margin-top: -0.1em;
  }
}
.p-cardStaffBox__btnLinkImage img {
  display: block;
}
.p-cardStaffBox__btnLink--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
.p-cardStaffBox__btnKome {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-cardStaffBox__btnKome {
    display: none;
  }
}

.p-ready__reliefTabContent .sect {
  padding: 0;
}
.p-ready__reliefTabContent .sect .deptchange {
  background: transparent;
  box-shadow: none;
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list .deptchange-item {
  width: 33.3333333333%;
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list .deptchange-item:not(:first-child)::before {
  height: calc(100% - 10px);
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list .deptchange-item:nth-of-type(n + 4) {
  width: 50%;
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list .deptchange-item.is-active .deptchange-box::before {
  width: calc(100% - 20px);
  background: #3498db;
  border-radius: 4px;
}
.p-ready__reliefTabContent .sect .deptchange .deptchange-list .deptchange-item .deptchange-box {
  min-height: 48px;
}
.p-ready__reliefTabContent .sect .inner {
  padding: 0;
}
.p-ready__reliefTabContent .sect .sectsub.-escort {
  padding: 0;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_item {
  margin-top: 24px;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_item > a {
  padding: 0 0 15px;
  border-radius: 8px;
  overflow: hidden;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_photo {
  float: none;
  width: 100%;
  margin: 0;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_name {
  margin-top: 0.75em;
  margin-left: 0;
  padding: 0 15px;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_txt {
  padding: 0 15px;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_price {
  padding: 0 15px;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_list {
  padding: 0 15px;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_att {
  width: calc(100% - 30px);
  margin-inline: auto;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_link {
  position: relative;
  margin: 15px 15px 0;
  padding: 10px 15px;
  border: solid 1px #3498db;
  background: #3498db;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .tour-cassette_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-ready__reliefTabContent .sect .sectsub.-escort .lookjtb-cst_icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  margin: 0;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .lookjtb-cst_icon li {
  background: #333;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .deptchange-TYO .fbt {
  display: none;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .deptchange-OSA .fbt {
  display: none;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .dept-TYO .fbt {
  display: none;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .dept-OSA .fbt {
  display: none;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .fbt > a {
  border-color: #3498db;
  color: #3498db;
}
.p-ready__reliefTabContent .sect .sectsub.-escort .c-readyBtn {
  margin-top: 32px;
}
.p-ready__freeTabContent .sect {
  padding: 0;
}
.p-ready__freeTabContent .sect .deptchange {
  background: transparent;
  box-shadow: none;
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list .deptchange-item {
  width: 33.3333333333%;
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list .deptchange-item:not(:first-child)::before {
  height: calc(100% - 10px);
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list .deptchange-item:nth-of-type(n + 4) {
  width: 50%;
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list .deptchange-item.is-active .deptchange-box::before {
  width: calc(100% - 20px);
  background: #3498db;
  border-radius: 4px;
}
.p-ready__freeTabContent .sect .deptchange .deptchange-list .deptchange-item .deptchange-box {
  min-height: 48px;
}
.p-ready__freeTabContent .sect .inner {
  padding: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp {
  padding: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_item {
  margin-top: 24px;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_item {
    max-width: none;
    margin: 20px 0 0 20px;
  }
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_item > a {
  padding: 0 0 15px;
  border-radius: 8px;
  overflow: hidden;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_photo {
  float: none;
  width: 100%;
  margin: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_name {
  margin-top: 0.75em;
  margin-left: 0;
  padding: 0 15px;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_txt {
  padding: 0 15px;
  margin-inline: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_price {
  padding: 0 15px;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_list {
  margin-top: 15px;
  padding: 0 15px;
  margin-inline: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_att {
  width: calc(100% - 30px);
  margin-inline: auto;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_link {
  position: relative;
  margin: 15px 15px 0;
  padding: 10px 15px;
  border: solid 1px #3498db;
  background: #3498db;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .tour-cassette_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .lookjtb-cst_icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  margin: 0;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .lookjtb-cst_icon li {
  background: #333;
}
.p-ready__freeTabContent .sect .sectsub.-ovsdp .fbt > a {
  border-color: #3498db;
  color: #3498db;
}
.p-ready__freeTabContent .c-readyBtn__wrap {
  max-width: 500px;
  margin: 16px auto 0;
}

/*  背景 */
#information {
  background: repeating-linear-gradient(-45deg, rgba(243, 249, 253, 0.5), rgba(243, 249, 253, 0.5) 2px, #f3f9fd 2px, #f3f9fd 4px);
}

/* MAP */
@media screen and (max-width: 320px) {
  .map-list_item[data-area=spain] {
    top: 75%;
    left: 22%;
  }
  .map-list_item[data-area=italy] {
    top: 84%;
    left: 29%;
  }
  .map-list_item[data-area=portugal] {
    top: 64%;
    left: 4%;
  }
  .map-list_item[data-area=croatia-slovenia] {
    top: 69%;
    left: 53%;
  }
  .map-list_item[data-area=greece] {
    top: 88%;
    left: 51%;
  }
  .map-list .areapage_link.middle-east {
    top: 90%;
    left: 74%;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .map-list_item[data-area=spain] {
    top: 75%;
    left: 24%;
  }
  .map-list_item[data-area=italy] {
    top: 86%;
    left: 32%;
  }
  .map-list_item[data-area=portugal] {
    top: 64%;
    left: 6%;
  }
  .map-list_item[data-area=croatia-slovenia] {
    top: 69%;
    left: 55%;
  }
  .map-list_item[data-area=greece] {
    top: 88%;
    left: 54%;
  }
  .map-list .areapage_link.middle-east {
    top: 90%;
    left: 77%;
  }
}
@media screen and (max-width: 768px) {
  .map-list_item[data-area=switzerland] {
    top: 55%;
    left: 37%;
  }
  .map-list_item[data-area=france] {
    top: 54%;
    left: 15%;
  }
  .map-list_item[data-area=germany] {
    top: 45%;
    left: 43%;
  }
  .map-list_item[data-area=united-kingdom] {
    top: 20%;
    left: 16%;
  }
  .map-list_item[data-area=holland-belgium] {
    top: 36%;
    left: 33%;
  }
  .map-list_item[data-area=north-europe] {
    top: 8%;
    left: 66%;
  }
  .map-list_item[data-area=central-europe] {
    top: 54%;
    left: 66%;
  }
  .map-list_item[data-area=turkey] {
    top: 79%;
    left: 78%;
  }
  .map-list_item[data-area=portugal] {
    top: 64%;
    left: 6%;
  }
  .map-list .areapage_link.africa {
    top: 90%;
    left: 2%;
  }
}
@media screen and (min-width: 769px) {
  .map-list_item[data-area=spain] {
    top: 78%;
    left: 27%;
  }
  .map-list_item[data-area=italy] {
    top: 70%;
    left: 45%;
  }
  .map-list_item[data-area=switzerland] {
    top: 58%;
    left: 41%;
  }
  .map-list_item[data-area=france] {
    top: 64%;
    left: 28%;
  }
  .map-list_item[data-area=germany] {
    top: 47%;
    left: 45%;
  }
  .map-list_item[data-area=united-kingdom] {
    top: 24%;
    left: 20%;
  }
  .map-list_item[data-area=holland-belgium] {
    top: 40%;
    left: 35%;
  }
  .map-list_item[data-area=north-europe] {
    top: 8%;
    left: 40%;
  }
  .map-list_item[data-area=central-europe] {
    top: 46%;
    left: 56%;
  }
  .map-list_item[data-area=croatia-slovenia] {
    top: 65%;
    left: 61%;
  }
  .map-list_item[data-area=turkey] {
    top: 82%;
    left: 76%;
  }
  .map-list_item[data-area=portugal] {
    top: 77%;
    left: 11%;
  }
  .map-list_item[data-area=greece] {
    top: 72%;
    left: 62%;
  }
  .map-list .areapage_link.africa {
    top: 93%;
    left: 34%;
  }
  .map-list .areapage_link.middle-east {
    top: 93%;
    left: 82%;
  }
}/*# sourceMappingURL=style.css.map */

/* pamphlet */


.p-pamphletSlide {
  position: relative;
  margin-top: 48px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-pamphletSlide {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 64px;
    max-width: 1150px;
  }
}

.p-pamphletSlide .slick-slide {
  margin-left: 1em;
}
@media screen and (min-width: 769px)  {
  .p-pamphletSlide .slick-slide {
    margin-left: 30px;
  }
}

.p-pamphletSlide .slick-slide:first-child {
  margin-left: 0;
}

.p-pamphletSlide__wrap {
  position: relative;
}

@media screen and (min-width: 769px)  {
  .p-pamphletSlide__wrap {
    margin: 0 auto;
    max-width: 1150px;
  }
}

.center-swiper {
  display: flex !important;
  justify-content: center !important;
}

.p-pamphlet__imageLink {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  max-width: 220px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 769px) {
  .p-pamphlet__imageLink {
    margin-top: 1.5em;
    max-width: 255px;
  }
}

.p-pamphlet__topText {
  margin-top: 24px;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .p-pamphlet__topText {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
  }
}

.p-pamphlet h3 {
  margin-top: 1.4em;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.p-pamphlet h3 .u-dib {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-pamphlet h3 {
    margin-top: 32px;
    font-size: 32px;
  }
  .p-pamphlet h3 .u-dib  {
    font-size: 32px;
  }
}

.p-pamphletSlideText {
  margin-top: 0.5em;
  font-size: 12px;
}
@media screen and (min-width: 769px)  {
  .p-pamphletSlideText {
    font-size: 16px;
  }
}

.p-pamphlet__text {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .p-pamphlet__text {
    margin-top: 1.5em;
    text-align: center;
  }
}

.p-pamphletSlide__image {
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.15));
}

/* report */
.p-report__buttonTitle {
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 769px)  {
  .p-report__buttonTitle {
    font-size: 22px;
  }
}
.p-report__buttonText {
  padding-right: 1.8em;
  position: relative;
  display: inline-block;
}
.p-report__buttonText::after {
  position: absolute;
  top: 42%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../_images/arrow_bluelink.webp);
}

.fbtLink--lightBlue {
  color: #3498DB !important;
  border: solid 2px #3498DB !important;
}


.sect__lookjtbtour--two .deptchange-item {
  width: 50% !important;
}

.deptchange-item--tyo {
  display: none;
  border-left: none;
}
.deptchange-item--tyo::before {
  display: none;
}
.deptchange-item--tyo.is-active {
  display: block;
}
.deptchange-item--tyo--origin.is-active {
  display: block !important;
}

@media screen and (max-width: 768px)  {
  .sect__lookjtbtour--two .deptchange-item[data-dept="OSA"] {
    border: none !important;
  }
}

.tour-cassette_link--europe {
  background-color: #3498db;
  border: 1px solid #3498db;
}

.p-readyEuropeBorder {
  margin-bottom: 0;
}

.deptchange-item--travelTokyo::before {
  display: none !important;
}
@media screen and (max-width: 768px)  {
  .deptchange-item--travelSpk,.deptchange-item--travelTokyo,.deptchange-item--travelNgo {
    width: 50% !important;
  }
}

.deptchange-item--look {
  border-top: none !important;
}
.swiper-container--pamphlet {
  z-index: 1;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-slide--pamphlet {
  max-width: 211px;
}

/*調整*/
@media (min-width: 769px) {
.p-ready__reliefTabContent__blueBoxTitleText ,.p-ready__reliefTabContent__blueBoxTitleCommitment {font-size: 20px;}
.p-ready__reliefTabContent__blueBoxTitleCommitment{min-width: 120px;}
}
.p-ready__reliefTabContent__blueBoxTitleCommitment{align-items: center;}

/* =============================================================================
    20250523 調整
============================================================================= */
/*こだわり*/
@media (min-width: 769px) {

    .p-ready__reliefTabContent__blueBox__wrap__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        }

    .p-ready__reliefTabContent__blueBox:nth-child(n+2),.p-ready__reliefTabContent__blueBox {
        width: calc(calc(100% - 3.75em) / 3);
    }

.p-ready__reliefTabContent__blueBox--01{width:100%;}
}

.p-ready__reliefTabContent__blueBox__wrap__inner {width: 95%;}
.p-ready__reliefTabContent__blueBox__wrap{border:unset;}
.p-ready__reliefTabContent__blueBox:nth-child(n+2){border-top:unset;}

@media screen and (max-width: 768px){
.p-ready__reliefTabContent__blueBoxBigText {
    font-size: 14px;
}
}

/*動画＆パンフ*/
#about .inner{display: table-cell;}

#what_sic .what_sic_img {
    object-fit: cover;
    width: 100%;
    height: 220px;
    margin: 0 auto 25px;
}
.pamph p {
    /*padding: 8px;*/
    margin: 5px auto 0;
    background: #599fd0;
    border-radius: 50vw;
    font-weight: 700;
    /*transition: opacity .3s;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*line-height: 1.3;*/
    min-height: 50px;
}

#about .pamph img{width: 65%;}
#about li{text-align:center;}
#about .inner:first-child{width: 67%;}

@media screen and (max-width: 768px){
#about .inner {
    display: unset;
}
}

/*注目コースから探す 202503529*/
#tour .fbt{margin-top: 15px; margin-bottom: 30px;}
#tour .fbt a{border-radius: 0;border: solid 1px #eee; padding: 5px 20px 5px 10px;box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 25%);}
@media screen and (min-width: 1000px) {
    #tour .tour-cassette_link {margin: 15px auto 0;   width: 95%; padding: 15px;}
    .fbt a{padding: 8px 20px 8px 10px; min-height: 0;}
    
}
@media screen and (max-width: 999px){
    #tour .tour-cassette_link {width: 100%; }
    #tour .fbt a {min-height: 0; padding: 3px 5px;}
    
}


/*ランドクルーズとは？参加者の声追加　20251105*/
.voiceCassette_item span {
    margin: 5px auto 0;
    background: #599fd0;
    border-radius: 50vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}
    .voiceCassette_txt {
        margin: 8px 0;
    }


@media screen and (min-width: 769px) {
    #what_sic .voiceCassette_item {
        margin: 0;
        padding: 24px;
        width: 100% !important;
        border:0;
    }
    .voiceCassette_txt {
        margin-bottom: 10px;
    }
        .p-ready__reliefTabContent__blueBoxBigText,.p-ready__reliefTabContent__blueBoxText {
        /*margin-bottom: 20px;*/
    }

}



