@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
}

/* H1 */
#PageName {
  width: 1024px;
  margin-inline: auto;
  font-weight: bold;
}

/* contents */
.contents {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
  letter-spacing: 0;
}

/* common */
.swiper-outer {
  position: relative;
}

.swiper {
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

.tour-items {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr auto;
  padding: 14px;
  background: #fff;
  border-radius: 12px;
}

.tour-items__img {
  margin-bottom: 10px;
  transition: 0.3s;
}

.tour-items:hover .tour-items__img {
  opacity: 0.7;
}

.tour-items__place {
  color: #fff;
  font-weight: 700;
  background: #E68851;
  padding: 5px;
  text-align: center;
  margin-bottom: 8px;
  align-self: end;
}

.tour-items__ttl {
  font-weight: 700;
  margin-bottom: 8px;
}

.tour-items__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 8px;
}

.tour-items__list__items {
  display: grid;
  align-items: center;
  background: #FFF6CB;
  padding: 3px;
  border: 1px solid #D8630F;
  color: #D8630F;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}

.tour-items__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 16px;
}

.tour-items__price {
  display: flex;
  justify-content: end;
  align-items: end;
  color: #DA2F2F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  text-align: right;
}

.tour-items__price__unit {
  font-size: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  width: 56px;
  height: 56px;
  background: url(/attending/kaigai/presaleeurope/images/ico_arrow01.png) no-repeat right 15px center/13px,
    #E68851;
  border: 4px solid #fff;
  border-radius: 50%;
  top: calc(50% - 26px);
  translate: 0 -50%;
  margin: 0;
}

.swiper-button-next {
  right: -28px;
}

.swiper-button-prev {
  scale: -1 1;
  left: -28px;
}

.swiper-button-disabled {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  display: flex;
  width: fit-content;
  left: 50%;
  bottom: 0;
  translate: -50%;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: #fff;
  border-radius: 10vh;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #BABABA;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #E68851;
}

/* common-bg01 */
.common-bg01 {
  background: url(/attending/kaigai/presaleeurope/images/bg_common01.png) no-repeat center top/cover;
  margin-bottom: -80px;
}

/* mv */
.mv {
  width: 1300px;
  height: 669px;
  margin: 0 auto -62px;
  background: url(/attending/kaigai/presaleeurope/images/bg_mv02_BP25-068026_BP24-060162_AS23-049523_BP25-052610.png) no-repeat center top -31px/1245px,
    url(/attending/kaigai/presaleeurope/images/bg_mv01.png) no-repeat center top/1283px;
  position: relative;
}

.mv__ttl {
  width: 668px;
  position: absolute;
  top: 21px;
  left: 50%;
  translate: -50%;
  margin: auto;
}

.mv-swiper {
  padding-bottom: 53px;
}

.mv-swiper .tour-items__txt {
  margin-bottom: 21px;
}

.tour-items__price__icon {
  width: 57px;
  margin-right: -7px;
  translate: 0 -9px;
}

/* common_bg02 */
.common-bg02 {
  background: url(/attending/kaigai/presaleeurope/images/bg_common02.png) no-repeat center top/100%,
    #FBFBEA;
  padding-top: 160px;
}

/* sec--tour */
.sec--tour {
  padding-bottom: 84px;
}

.sec--tour__ttl {
  max-width: 693px;
  margin: 0 auto 44px;
  translate: 24px;
}

.sec--tour__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.sec--tour__list :is(.tour-items__place, .tour-items__ttl) {
  font-size: 14px;
}

.sec--tour__list .tour-items__list__items {
  font-size: 12px;
}

.sec--tour__empty-txt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.sec--tour__banner-wrapper {
  background: #831728;
}
.sec--tour__banner {
  display: block;
  max-width: 1300px;
  margin-inline: auto;
}

/* sec--voice */
.sec--voice {
  padding-block: 69px 188px;
}

.sec--voice__ttl-wrapper {
  max-width: 503px;
  margin: 0 auto 86px;
}

.sec--voice__ttl-subttl {
  margin-bottom: 17px;
}

.sec--voice__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sec--voice__list {
  display: grid;
  padding-inline: 16px 6px;
  grid-template-columns: repeat(3, 1fr);
  gap: 124px 70px;
}

.sec--voice__list__items {
  display: grid;
  gap: 37px;
}

.sec--voice__list__img-wrapper {
  position: relative;
}

.sec--voice__list__num {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 69px;
  width: auto;
}

:is(.sec--voice__list__items:nth-child(3n-2), .sec--voice__list__items:nth-child(3n)) .sec--voice__list__num {
  top: 0;
}

.sec--voice__list__items:nth-child(3n-1) .sec--voice__list__num {
  bottom: 0;
}


.sec--voice__list__img-wrapper::after {
  content: "";
  width: 109px;
  height: 130px;
  background: url(/attending/kaigai/presaleeurope/images/img_voice01.png) no-repeat center/cover;
  position: absolute;
}

.sec--voice__list__items:nth-child(3n-2) .sec--voice__list__img-wrapper::after {
  bottom: 0;
  left: -39px;
}

.sec--voice__list__items:nth-child(3n-1) .sec--voice__list__img-wrapper::after {
  top: -30px;
  right: -2px;
}

.sec--voice__list__items:nth-child(3n) .sec--voice__list__img-wrapper::after {
  bottom: 21px;
  right: -46px;
  scale: -1 1;
}

.sec--voice__list__items:nth-child(3n-1) .sec--voice__list__img-wrapper {
  order: 2;
}

.sec--voice__list__img {
  border: 2px solid #E69C6B;
  border-radius: 50%;
}

.sec--voice__list__txt {
  font-weight: 700;
}

.sec--voice__list__items:nth-child(2) .sec--voice__list__txt {
  margin-bottom: -7px;
}

.sec--voice__list__items:nth-child(5) .sec--voice__list__txt {
  margin-bottom: -22px;
}

.sec--voice__list__txt__highlight {
  color: #E68851;
}

/* sec--search */
.sec--search {
  padding-block: 34px 56px;
  background: #FBFBEA;
}

.sec--search__ttl {
  max-width: 816px;
  margin: 0 auto 54px;
  padding-block: 55px 37px;
  background: url(/attending/kaigai/presaleeurope/images/bg_search01.png) no-repeat center top/cover;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Search_module--horizontal .Search__form-ttl {
  display: none;
}

/* sec--recommend */
.sec--recommend {
  padding-block: 58px 71px;
}

.sec--recommend__ttl-wrapper {
  max-width: 539px;
  margin: 0 auto 67px;
}

.sec--recommend__ttl-subttl {
  margin-bottom: 27px;
}

.sec--recommend__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sec--recommend__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.recommend__items {
  display: block;
  transition: 0.3s;
}

.recommend__items:hover {
  opacity: 0.7;
}