@charset "utf-8";

/*
==========================================================
TOUR AREA
*/
.l-one-column {margin-top: 0 !important;}
.kv-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.haichi_box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent; /* ← 黒をやめる */
}

.main_bxslider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 375px;
  overflow: hidden;
}

/* 初期状態では1枚目だけ表示 */
.main_bxslider li {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}

/* JS起動前の保険で1枚目だけ表示 */
.main_bxslider:not(.is-ready) li:first-child {
  opacity: 1;
  z-index: 2;
}

.main_bxslider li.is-active {
  opacity: 1;
  z-index: 2;
}

.main_bxslider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 7s ease-out;
  will-change: transform;
}

.main_bxslider li:first-child img,
.main_bxslider li.is-active img {
  transform: scale(1);
}

.mv_bord {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 5;
}

.mv_fl {
  width: 480px;
  max-width: calc(100% - 80px);
  background: rgba(0, 0, 0, 0.75);
  padding: 22px 25px;
  box-sizing: border-box;
  color: #fff;
}

.mv_fl_titxt {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.mv_fl_cotxt {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
/* 最新価格情報 2カラム */
#sp-slider-price01 {
  max-width: 1200px;
  margin: 0 auto;
}

#sp-slider-price01 .embla__viewport {
  overflow: visible;
}

#sp-slider-price01 .embla__container {
  display: flex;
  flex-wrap: wrap;
}

#sp-slider-price01 .embla__slide {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

#sp-slider-price01 .priceBox {
  height: 100%;
}

/* SPは横スライドに戻す */
@media screen and (max-width: 767px) {
  #sp-slider-price01 {
    max-width: none;
  }

  #sp-slider-price01 .embla__viewport {
    overflow: hidden;
  }

  #sp-slider-price01 .embla__container {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  #sp-slider-price01 .embla__slide {
    flex: 0 0 86%;
    max-width: none;
    width: auto;
    min-width: 0;
    padding-left: 0;
    padding-right: 12px;
  }

  #sp-slider-price01 .embla__slide:last-child {
    padding-right: 0;
  }
}
/* 画像だけ基本調整 */
#sp-slider-area .embla__slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* PCのみ4カラム化 */
@media screen and (min-width: 768px) {
  #sp-slider-area {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  #sp-slider-area .embla__viewport {
    overflow: visible;
  }

  #sp-slider-area .embla__container {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
  }

  #sp-slider-area .embla__slide {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 12px;
    padding-right: 12px;
  }

  #sp-slider-area .embla__buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main_bxslider {
    height: auto;
  }

  .main_bxslider::before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }

  .main_bxslider li {
    position: absolute;
    inset: 0;
  }

  .mv_bord {
    position: static;
  }

  .mv_fl {
    width: 100%;
    max-width: none;
    background: #9c9c9c;
    padding: 20px;
  }

  .mv_fl_titxt {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .mv_fl_cotxt {
    font-size: 14px;
    line-height: 1.7;
  }
    #sp-slider-area .embla__container {
    margin-left: 0;
  }

  #sp-slider-area .embla__slide {
    margin-right: 12px;
  }

  #sp-slider-area .embla__slide:first-child {
    margin-left: 12px;
  }

  #sp-slider-area .embla__slide:last-child {
    margin-right: 12px;
  }
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}