@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
  --fw-thin: 100;
  --fw-extra-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extra-bold: 800;
  --fw-black: 900;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.contents {
  background-color: #082050;
}

.heading {
  position: relative;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: var(--fw-medium);
  color: #ffe5bd;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
}

.heading span::before,
.heading span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 338px;
  height: 33px;
}

.heading span::before {
  top: 0;
  background-image: url("/attending/kokunai/mystery/images/heading-deco_top-pc.png");
}

.heading span::after {
  bottom: 0;
  background-image: url("/attending/kokunai/mystery/images/heading-deco_bottom-pc.png");
}

.destHeading {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.destHeading span {
  position: relative;
}

.destHeading span::before,
.destHeading span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.destHeading span::before {
  left: -40px;
  background-image: url("/attending/kokunai/mystery/images/destHeading-deco.png");
}

.destHeading span::after {
  right: -40px;
  background-image: url("/attending/kokunai/mystery/images/destHeading-deco.png");
}

.cloud_top::before,
.cloud_top::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.cloud_top::before {
  top: 125px;
  left: calc(50% - 410px);
  background-image: url("/attending/kokunai/mystery/images/deco-cloud_left_top.png");
  width: 318px;
  height: 158px;
}

.cloud_top::after {
  top: 220px;
  left: calc(50% + 440px);
  background-image: url("/attending/kokunai/mystery/images/deco-cloud_right_top.png");
  width: 215px;
  height: 93px;
}

.cloud_bottom::before,
.cloud_bottom::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.cloud_bottom::before {
  top: -30px;
  left: calc(50% - 440px);
  background-image: url("/attending/kokunai/mystery/images/deco-cloud_left_bottom.png");
  width: 219px;
  height: 146px;
}

.cloud_bottom::after {
  top: -50px;
  left: calc(50% + 440px);
  background-image: url("/attending/kokunai/mystery/images/deco-cloud_right_bottom.png");
  width: 306px;
  height: 171px;
}

.keyVisual {
  position: relative;
  background-image: url("/attending/kokunai/mystery/images/kv-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
}

.keyVisual::before,
.keyVisual::after {
  content: "";
  display: block;
  position: absolute;
}

.keyVisual::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/mystery/images/kv-bg_deco.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  width: 1199px;
  height: 550px;
  z-index: 1;
}

.keyVisual::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/mystery/images/kv-bg_cloud.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 271px;
  z-index: 2;
}

.kv-bg_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/mystery/images/kv-bg_image.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 1271px;
  height: 487px;
  z-index: 3;
}

.keyVisual h1 {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 478px;
  height: 367px;
}

.contents_inner {
  position: relative;
  z-index: 1;
}

.contents_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/attending/kokunai/mystery/images/deco_star-pc.png");
  background-position: center top;
  opacity: 0.4;
  z-index: -1;
}

.seo {
  color: #fff;
  font-weight: var(--fw-medium);
  text-align: center;
  padding: 50px 0;
}

.btns {
  padding: 80px 0 60px;
}

.btns_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  width: 1024px;
  justify-content: space-between;
  margin: 0 auto;
}

.btns_wrap a {
  position: relative;
  display: block;
  background-color: #ab864d;
  border-radius: 6px;
  width: 332px;
  font-size: 15px;
  font-weight: var(--fw-bold);
  color: #fff;
  text-align: center;
  padding: 16px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}

.btns_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bc9862;
  width: 100%;
  height: 100%;
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 25% 100%);
  z-index: -1;
}
.btns_wrap a::after {
	content: '';
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 15px;
	transform: translateY(-50%) rotate(45deg);
}

.btns_wrap a:hover {
  opacity: 0.7;
}

.osusume_anc {
  margin-top: 10px;
}

.anc_wrap {
  width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px 11px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.anc_wrap a {
  display: inline-block;
  width: 196px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.anc_wrap a:hover {
  opacity: 0.7;
}

.anc_wrap_f {
  padding-top: 56px;
}

.anc_item-tour {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ab864d;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 70px;
  text-align: center;
  padding: 5px 30px 5px 10px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.anc_item-tour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bc9862;
  width: 100%;
  height: 100%;
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 25% 100%);
  z-index: -1;
}

.top .anc_item-tour ::after, .bottom .anc_item-tour ::after {
	content: '';
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 15px;
}

.top .anc_item-tour ::after {
	transform: translateY(-50%) rotate(135deg);
}
.bottom .anc_item-tour ::after {
	transform: translateY(-50%) rotate(-45deg);
}

.anc_wrap a:nth-child(5) {
  margin-right: 0;
}

.anc_wrap a:nth-child(10) {
  margin-right: 0;
}

.anc_item-tour span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: var(--fw-bold);
  width: 100%;
}

.Search_out {
  margin: 0 auto 70px;
}

.Search_wrap {
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}

.Search__form {
  border: 1px solid #c5c5c5;
}

/* おすすめツアー枠 Bot_start */
.osusume {
  position: relative;
  background-color: #354973;
  padding: 80px 0 100px;
  z-index: 1;
}

.osusume::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/attending/kokunai/mystery/images/deco01@2x.png");
  background-size: 398px 351px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}

.osusume_wrap {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}

.osusume .tourCassette_body {
  padding: 15px;
}

.osusume .tourCassette_content {
  width: 246px;
  border-radius: 8px;
  margin-right: 14px;
  height: auto;
  position: relative;
  background-color: #fff;
}

.osusume .tourCassette_content:last-child {
  margin-right: auto;
}

.osusume .tourCassette_content a {
  transition: 0.3s;
}

.osusume .tourCassette_content a:hover {
  opacity: 0.7;
}

.osusume .tourCassette_ph {
  content-visibility: auto;
  contain-intrinsic-size: 157px;
  height: 157px;
  margin-bottom: 13px;
  overflow: hidden;
}

.osusume .tourCassette_title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.osusume .tourCassette_text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.osusume .tourCassette_pirce {
  font-size: 18px;
  color: #ff0000;
  font-family: Arial;
  font-weight: 700;
  position: absolute;
  bottom: 17px;
  right: 20px;
}
/* おすすめツアー枠 Bot_end */

/* おすすめツアー枠 拠点_start */
.swiper-out {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.osusume_tour .swiper-tour {
  margin-top: 30px;
}

.swiper-button-next_tour.swiper-button-disabled,
.swiper-button-prev_tour.swiper-button-disabled {
  display: none;
}

.swiper-button-prev_tour,
.swiper-button-next_tour {
  position: absolute;
  background-color: #ab864d;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  background-image: none;
}

.swiper-button-prev_tour {
  top: calc(50% - 15px);
  left: -25px;
}

.swiper-button-next_tour {
  top: calc(50% - 15px);
  right: -25px;
}

.swiper-button-prev_tour:active,
.swiper-button-next_tour:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev_tour::before,
.swiper-button-next_tour::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
}

.swiper-button-prev_tour::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next_tour::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-out .swiper-button-prev_tour::before,
.swiper-out .swiper-button-next_tour::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.osusume_tour .swiper-wrapper .tour {
  display: flex;
  height: auto;
}

.osusume_tour .tourCassette_content a {
  transition: 0.3s;
}

.osusume_tour .tourCassette_content {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  height: auto;
  position: relative;
  background-color: #fff;
  max-width: 272px;
}

.osusume_tour .tourCassette_content:last-child {
  margin-right: auto;
}

.osusume_tour .tourCassette_content a:hover {
  opacity: 0.7;
}

.osusume_tour .tourCassette_body {
  padding: 15px;
}

.osusume_tour .tourCassette_ph {
  content-visibility: auto;
  contain-intrinsic-size: 157px;
  height: 157px;
  margin-bottom: 13px;
  overflow: hidden;
}

.osusume_tour .txts ul, .osusume .txts ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 8px;
  margin-bottom: 10px;
}

.osusume_tour .txts ul li, .osusume .txts ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 50%;
  font-size: 13px;
  font-weight: var(--fw-bold);
  color: #ffffff;
  text-align: center;
  padding: 2px;
}

.tourCassette_icon ul li span span.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.osusume_tour .txts ul li:nth-child(1), .osusume .txts ul li:nth-child(1) {
  background-color: #ab864d;
  border: solid 1px #ab864d;
}

.osusume_tour .txts ul li:nth-child(2), .osusume .txts ul li:nth-child(2) {
  background-color: #fff;
  border: solid 1px #142552;
  color: #142552;
}

.osusume_tour .tourCassette_title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.osusume_tour .tourCassette_text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.osusume_tour .tourCassette_pirce {
  font-size: 18px;
  color: #ff0000;
  font-family: Arial;
  font-weight: 700;
  position: absolute;
  bottom: 17px;
  right: 20px;
}
/* おすすめツアー枠 拠点_end */

/* おすすめ特集_start */
.block_recommended {
  padding-bottom: 80px;
}

.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: 173px;
}

.swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-button-prev {
  top: calc(50% - 15px);
  left: -25px;
}

.swiper-button-next {
  top: calc(50% - 15px);
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #ab864d;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  background-image: none;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
}

.swiper-button-prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* おすすめ特集_end */

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0 !important;
  background: #e6e6e6;
  width: 100% !important;
  height: 10px !important;
}

.swiper-scrollbar-drag {
  background: #b1b1b1;
}

.tours {
  padding: 80px 0 74px;
}

.tours:nth-child(odd) {
  position: relative;
  background-color: #354973;
  z-index: 1;
}

.tours:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/attending/kokunai/mystery/images/deco01@2x.png");
  background-size: 398px 351px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}

#departure-box .Search__form-label {
    width: 85px;
}
#departure-box .Search__form-content {
    width: calc(100% - 85px);
}

.Search_module--horizontal #d-search .Search__detail-contents {
    margin-top: 60px!important;
}
