@charset "UTF-8";

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  transition: transform 0.3s;
}

.top-page {
  transform: translateY(-100%);
}

/* --------------------------------- 
        ローディングアニメーション
------------------------------------ */
.loading-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  animation-fill-mode: forwards;
  /* animation: fadeOut 2s linear; */
  /* display: none; */
}

.hide-animation {
  display: none;
}

.hidden {
  display: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.loading-animation #loadingvideo,
.loading-animation #sploadingvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.loading-animation .loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-animation-wrapper {
  display: none;
  opacity: 0;
}

.loading-animation_imgbox {
  text-align: center;
}

.loading-animation_imgbox img {
  max-width: 700px;
  opacity: 1;
}

@media (max-width: 576px) {
  .loading-animation_imgbox img {
    max-width: 300px;
    opacity: 1;
  }
}

/* ローディング_PCのみ表示 */
@media screen and (min-width: 800px) {
  .bk-video-pc {
    display: block;
  }

  .bk-video-sp {
    display: none;
  }
}

/* ローディング_SPのみ表示 */
@media screen and (max-width: 800px) {
  .bk-video-pc {
    display: none;
  }

  .bk-video-sp {
    display: block;
  }
}

.loading-animation {
  pointer-events: none;
}

/* -------------------------------
              FV
---------------------------------- */
/* 全体 */
.FV__container {
  -ms-filter: blur(6px);
  /* filter: blur(6px); */
  height: 93svh;
  padding: 0.8rem 2rem 0rem 2rem;
  position: relative;
  box-shadow: 20px 1px 20px 20px #FCFAF6;
}

@media (max-width: 850px) {
  .FV__container {
    padding: 0.8rem 1.5rem 0rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .FV__container {
    -ms-filter: blur(6px);
    /* filter: blur(6px); */
    height: 93vh;
    padding: 8px 9px 0rem 9px;
    position: relative;
    box-shadow: 20px 1px 20px 20px #FCFAF6;
  }
}

.FV__container::before {
  content: "";
  position: absolute;
  top: -10px;
  /* 上部のぼかし範囲を調整 */
  left: 0px;
  /* 左側のぼかし範囲を調整 */
  right: 0px;
  /* 右側のぼかし範囲を調整 */
  bottom: -10px;
  /* 下部のぼかし範囲を調整 */
  background-color: #FCFAF6;
  /* 背景色のアルファ値を下げて透明度を調整 */
  filter: blur(10px);
  z-index: -1;
  /* 要素を背面に配置 */
}

/* FV動画_PC */
.FV__container .fv_video_pc {
  width: 100%;
  height: 96.8svh;
  object-fit: cover;
}

/* FV動画_SP */
.FV__container .fv_video_sp {
  width: 100%;
  height: 97.8svh;
  object-fit: cover;
}

/* FV動画_PCのみ表示 */
@media screen and (min-width: 800px) {
  .FV__container .fv_video_pc {
    display: block;
  }

  .FV__container .fv_video_sp {
    display: none;
  }
}

/* FV動画_SPのみ表示 */
@media screen and (max-width: 800px) {
  .FV__container .fv_video_pc {
    display: none;
  }

  .FV__container .fv_video_sp {
    display: block;
  }
}

/* FVテキスト */
.FV__container .FV__container--txt {
  position: absolute;
  color: #FFFFFF;
  bottom: 20%;
  font-size: 28px;
  letter-spacing: 7.34px;
  font-weight: 300;
  left: 10%;
}

@media (max-width: 850px) {
  .FV__container .FV__container--txt {
    position: absolute;
    color: #FFFFFF;
    bottom: 10%;
    font-size: 28px;
    letter-spacing: 3.36px;
    font-weight: 300;
    left: 35%;
  }
}

@media (max-width: 576px) {
  .FV__container .FV__container--txt {
    position: absolute;
    color: #FFFFFF;
    bottom: 10%;
    font-size: 16px;
    letter-spacing: 3.36px;
    font-weight: 300;
    left: 28%;
  }
}

@media (max-width: 360px) {
  .FV__container .FV__container--txt {
    left: 22%;
  }
}

@media (max-width: 320px) {
  .FV__container .FV__container--txt {
    position: absolute;
    color: #FFFFFF;
    bottom: 10%;
    font-size: 14px;
    letter-spacing: 3.36px;
    font-weight: 300;
    left: 21%;
  }
}

/* ロゴ */
.FV__container img {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 30%;
}

@media (max-width: 576px) {
  .FV__container img {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 60%;
  }
}

/* -------------------------------
          施設一覧スライド
---------------------------------- */
/* 施設紹介セクション */
.shisetu__photo--area {
  padding: 160px 0px 80px 0px;
  height: auto;
  overflow: hidden;
  background-image: linear-gradient(0deg, #FCFAF6 10%, #FCFAF6 40%, #FCFAF6 68%, #FCFAF6 90%);
}

@media screen and (max-width: 992px) {
  .shisetu__photo--area {
    padding: 160px 0px 200px 0px;
  }
}

@media (max-width: 576px) {
  .shisetu__photo--area {
    padding: 160px 0px 230px 0px;
  }
}

/* コンテナ */
.izuatami__container,
.fujihakone__container {
  position: relative;
  margin: 0rem 2rem;
}

@media screen and (max-width: 992px) {

  .izuatami__container,
  .fujihakone__container {
    margin: 0px 1.5rem;
  }
}

@media (max-width: 576px) {

  .izuatami__container,
  .fujihakone__container {
    margin: 0px 9px;
  }
}

.fujihakone__container {
  margin-top: 32px;
}

@media screen and (max-width: 992px) {
  .fujihakone__container {
    margin-top: 1.5rem;
  }
}

@media (max-width: 576px) {
  .fujihakone__container {
    margin-top: 210px;
  }
}


/* 施設一覧のエリアタイトル */
/* 共通：位置とスタイル */
.slider-header-container {
  position: relative;
  z-index: 10;
}

.slider__header {
  position: absolute;
}

.slider__header {
  position: absolute;
  top: 0;
  width: 310px;
  height: 539px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .slider__header {
    width: 310px;
    height: auto;
    padding: 60px 0px;
  }
}

@media (max-width: 576px) {
  .slider__header {
    width: 60%;
    height: auto;
    padding: 32px 0px;
  }
}

/* 1列目：伊豆熱海 → 左寄せ */
.izuatami__container .slider__header {
  left: 20%;
  top: -36px;
}

@media screen and (max-width: 992px) {
  .izuatami__container .slider__header {
    left: 6%;
    top: -36px;
  }
}

@media (max-width: 576px) {
  .izuatami__container .slider__header {
    left: 36%;
    top: 174px;
  }
}

/* 2列目：富士箱根 → 右寄せ */
.fujihakone__container .slider__header {
  right: 20%;
  top: 97px;
}

@media screen and (max-width: 992px) {
  .fujihakone__container .slider__header {
    right: 4%;
    top: 160px;
  }
}

@media (max-width: 576px) {
  .fujihakone__container .slider__header {
    right: 36%;
    top: 174px;
  }
}

/* ロゴ部分 */
.slider__header--logo {
  margin: 40px auto 25px auto;
  width: 35%;
}

@media screen and (max-width: 992px) {
  .slider__header--logo {
    margin: 0px auto 25px auto;

  }
}

@media (max-width: 576px) {
  .slider__header--logo {
    margin: 0px auto 12px auto;
  }
}

/* 見出し */
.slider__header h2 {
  font-size: 31px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .slider__header h2 {
    font-size: 31px;
    font-weight: 500;
    margin: 0px;
  }
}

@media (max-width: 576px) {
  .slider__header h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
  }
}

/* 見出し */
.slider__header h3 {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin: 0 0 7px;
}

@media screen and (max-width: 992px) {
  .slider__header h3 {
    font-size: 31px;
    font-weight: 500;
    margin: 0px;
  }
}

@media (max-width: 576px) {
  .slider__header h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
  }
}

/* カウント数字 */
.slider__header p:first-of-type {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin-bottom: 43px;
}

@media screen and (max-width: 992px) {
  .slider__header p:first-of-type {
    font-size: 14px;
    margin-bottom: 43px;
  }
}

@media (max-width: 576px) {
  .slider__header p:first-of-type {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

/* 説明文 */
.slider__header p:nth-of-type(2) {
  line-height: 1.6;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #543E1A;
  margin-bottom: 62px;
}

@media screen and (max-width: 992px) {
  .slider__header p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 43px;
  }
}

@media (max-width: 576px) {
  .slider__header p:nth-of-type(2) {
    font-size: 13px;
    margin-bottom: 16px;
  }
}

/* リンクボタン */
.slider__header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  color: #543E1A;
  text-decoration: none;
  margin: 10px auto 0px auto;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .slider__header a {
    gap: 8px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .slider__header a {
    gap: 8px;
    font-size: 13px;
  }
}

.slider__header a img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .slider__header a img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .slider__header a img {
    width: 40%;
  }
}

/* 施設スライド */
.slider-wrapper {
  overflow: hidden;
}

/* 伊豆熱海 */
.izuatami__photo--box {
  display: flex;
  /* PCでの幅(photo__wrapper)*枚数*リピート数 */
  width: calc(429px * 13 * 2);
  /* 施設数の増加に応じて適宜調整 */
  animation: slideIzuatami 160s linear infinite;
}

@media screen and (max-width: 576px) {
  .izuatami__photo--box {
    /* スマホでの幅(photo__wrapper)*枚数*リピート数 */
    width: calc(280px * 13 * 2);
  }
}

@keyframes slideIzuatami {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

/* 富士箱根 */
.fujihakone__photo--box {
  display: flex;
  /* PCでの幅*枚数*リピート数 */
  width: calc(429px * 7 * 2);
  /* 施設数の増加に応じて適宜調整 */
  animation: slideFujihakone 130s linear infinite;
}

@media screen and (max-width: 576px) {
  .fujihakone__photo--box {
    /* スマホでの幅*枚数*リピート数 */
    width: calc(280px * 7 * 2);
  }
}

@keyframes slideFujihakone {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

/* 施設写真のスタイル */
.photo__wrapper {
  width: 429px;
  aspect-ratio: 431 / 600;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}

@media (max-width: 576px) {
  .photo__wrapper {
    width: 280px;
    height: 360px;
  }
}

/* ロゴ画像のスタイル */
.silde--logo__wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 76px;
  z-index: 1;
}

@media (max-width: 576px) {
  .silde--logo__wrapper {
    height: 60px;
  }
}

/* @keyframes slide {
from {
  transform: translateX(-50%);
}

to {
  transform: translateX(0%);
}
} */

/* --------------------------------- 
              施設紹介
------------------------------------ */
/* マウスオーバーで拡大 */
.column .zoom-wrapper {
  position: relative;
  overflow: hidden;
  transition: transform 0.7s ease;
}

.column .zoom-wrapper img:not(.logo) {
  transition: transform 0.7s ease;
}

.column .zoom-wrapper:hover img:not(.logo, .logo-inunohi, .logo-small) {
  transform: scale(1.1);
  /* ズーム倍率を調整 */
}

.prlist__container__parallax_box--imagearea {
  padding: 350px 0 0 0;
  background: url(../img/top__fvUnder--image-pc.jpg);
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.prlist__container__parallax_box--imagearea_sp {
  padding: 200px 0 0 0;
  background: url(../img/top__fvUnder--image-sp.jpg);
  /* background-size: cover; */
  background-position: right bottom;
  background-size: 100% auto;
  /* 幅は100%、高さは自動調整 */
}

@media (max-width: 576px) {
  .prlist__container__parallax_box--imagearea_sp {
    margin-top: 40px;
    padding: 140px 0 0 0;
    background: url(../img/top__fvUnder--image-sp.jpg);
    /* background-size: cover; */
    background-position: right bottom;
    background-size: 100% auto;
    /* 幅は100%、高さは自動調整 */
  }
}

@media screen and (max-width: 360px) {
  .prlist__container__parallax_box--imagearea_sp {
    margin-top: 34px;
    padding: 110px 0 0 0;
    background: url(../img/top__fvUnder--image-sp.jpg);
    /* background-size: cover; */
    background-position: right top;
    background-size: 100% auto;
    /* 幅は100%、高さは自動調整 */
  }
}

/* 施設一覧*/
.prlist__container__parallax_box--imagearea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 施設一覧_PCのみ表示 */
@media screen and (min-width: 900px) {
  .prlist__container__parallax_box--imagearea {
    display: block;
  }

  .prlist__container__parallax_box--imagearea_sp {
    display: none;
  }
}

/* 施設一覧_SPのみ表示 */
@media screen and (max-width: 900px) {
  .prlist__container__parallax_box--imagearea {
    display: none;
  }

  .prlist__container__parallax_box--imagearea_sp {
    display: block;
  }
}

.prlist__container__parallax_box--imagearea img {
  width: 50%;
  /* 画像を半分の幅に設定 */
  height: auto;
  /* 高さは自動調整 */
  box-sizing: border-box;
  /* ボックスモデルの影響を受けないようにする */
}

/* ロゴ画像 */
.prlist__container__parallax_box--logoarea {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 50%;
  top: 1200px;
}

.prlist__container__parallax_box--logoarea img {
  width: 20%;
  /* 画像を半分の幅に設定 */
  height: auto;
  /* 高さは自動調整 */
  box-sizing: border-box;
  /* ボックスモデルの影響を受けないようにする */
}

.imgall .img1__logo {
  position: absolute;
  left: 0;
  width: 30%;
}

.imgall {
  width: 100%;
}

.prlist__container__parallax_box--imagearea .imgall {
  width: 50%;
  /* 画像を半分の幅に設定 */
  height: auto;
  /* 高さは自動調整 */
  box-sizing: border-box;
  /* ボックスモデルの影響を受けないようにする */
}

/* 横並び */
.row {
  display: flex;
  justify-content: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

/* 施設一覧_1段2つの塊 */
.column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0.3rem;
}

.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax_wrappersp {
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 360px) {
  .parallax_wrappersp {
    padding-bottom: 0.4rem;
  }
}

.image-wrapper img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  /* 画像の下の隙間を消す */
}

/* ロゴ */
.image-wrapper .logo {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
  /* ロゴの幅を調整 */
}

@media (max-width: 576px) {
  .image-wrapper .logo {
    position: absolute;
    top: 81%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50%;
  }
}

@media (max-width: 420px) {
  .image-wrapper .logo {
    top: 70%;
  }
}

.image-wrapper .logo img {
  width: 100%;
  height: 100%;
}

/* ロゴ(犬の日用微調整) */
.image-wrapper .logo-inunohi {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
}

/* ロゴの幅を調整 */
@media (max-width: 576px) {
  .image-wrapper .logo-inunohi {
    position: absolute;
    top: 81%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50%;
  }
}

@media (max-width: 420px) {
  .image-wrapper .logo-inunohi {
    top: 70%;
  }
}

.image-wrapper .logo-small {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
  /* ロゴの幅を調整 */
}

@media (max-width: 576px) {
  .image-wrapper .logo-small {
    position: absolute;
    top: 81%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50%;
  }
}

@media (max-width: 420px) {
  .image-wrapper .logo-small {
    top: 70%;
  }
}

/* --------------------------------- 
        自然に心を預ける
------------------------------------ */
.swiper-container {
  width: 50%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* 背景 ベージュ */
.explain1__container__backgroundbg {
  background-color: #FCFAF6;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 900px) {
  .explain1__container__backgroundbg {
    margin-top: -413px;
    padding-top: 200px;
  }
}

@media screen and (max-width: 732px) {
  .explain1__container__backgroundbg {
    margin-top: -233px;
    padding-top: 200px;
  }
}

@media screen and (max-width: 567px) {
  .explain1__container__backgroundbg {
    background-color: #FCFAF6;
    width: 100%;
    height: 250px;
    margin-top: -159px;
    padding-top: 200px;
  }
}

/* テキスト全体 */
.explain1__container__backgroundbg--txt {
  margin: 0;
  color: #543E1A;
  /* width: 50%; */
}

.explain1__container__backgroundbg--txt {
  /* flex: 1; */
  padding: 0 20px;
  /* width: 50%; */
  margin: auto;
  margin-top: 220px;
  margin-left: 5%;
}

@media screen and (max-width: 1280px) {
  .explain1__container__backgroundbg--txt {
    margin-top: 239px;
    margin-left: 4%;
  }
}

@media screen and (max-width: 900px) {
  .explain1__container__backgroundbg--txt {
    margin-top: 89px;
    margin-left: 4%;
  }
}

@media screen and (max-width: 650px) {
  .explain1__container__backgroundbg--txt {
    /* flex: 1; */
    padding: 0 20px;
    max-width: 100%;
    margin: auto;
    margin-top: 61px;
    padding-left: 30px;
  }
}

/* 見出し */
.explain1__container__backgroundbg--txt--ttl {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 7.6px;
  line-height: 45px;
}

@media screen and (max-width: 1450px) {
  .explain1__container__backgroundbg--txt--ttl {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5.0px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1353px) {
  .explain1__container__backgroundbg--txt--ttl {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 6.0px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .explain1__container__backgroundbg--txt--ttl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.0px;
    line-height: 35px;
  }
}

@media screen and (max-width: 650px) {
  .explain1__container__backgroundbg--txt--ttl {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
}

/* 小見出し */
.explain1__container__backgroundbg--txt--sttl {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 2.8px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1353px) {
  .explain1__container__backgroundbg--txt--sttl {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 1200px) {
  .explain1__container__backgroundbg--txt--sttl {
    font-size: 20px;
    letter-spacing: 1.7px;
  }
}

@media screen and (max-width: 900px) {
  .explain1__container__backgroundbg--txt--sttl {
    font-size: 19px;
    letter-spacing: 1.7px;
    font-weight: 500;
  }
}

@media screen and (max-width: 650px) {
  .explain1__container__backgroundbg--txt--sttl {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500;
  }
}

@media screen and (max-width: 320px) {
  .explain1__container__backgroundbg--txt--sttl {
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 34px;
  }
}

/* 本文 */
.explain1__container__backgroundbg--txt--txt {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2.0px;
  line-height: 32px;
}

@media screen and (max-width: 1450px) {
  .explain1__container__backgroundbg--txt--txt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 650px) {
  .explain1__container__backgroundbg--txt--txt {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 360px) {
  .explain1__container__backgroundbg--txt--txt {
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 320px) {
  .explain1__container__backgroundbg--txt--txt {
    font-size: 12px;
    letter-spacing: 0px;
    margin-left: 1px;
  }
}

.center {
  pointer-events: none;
}

.slider {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.5s ease-in-out;
  margin-top: 396px;
  width: 700px;
}

@media screen and (max-width: 1460px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 396px;
    width: 610px;
  }
}

@media screen and (max-width: 1200px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 396px;
    width: 580px;
  }
}

@media screen and (max-width: 1100px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 396px;
    width: 500px;
  }
}

@media screen and (max-width: 900px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 396px;
    width: 650px;
  }
}

@media screen and (max-width: 567px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 88px;
    width: 330px;
  }
}

@media screen and (max-width: 320px) {
  .slider {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
    margin-top: 88px;
    width: 280px;
  }
}

.slider img {
  width: 100%;
}

.explain1__slider img {
  border-radius: 10px;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 400px;
  text-align: center;
  line-height: 250px;
}

/* 背景のグラデーションを処理(footerの色に合わせる) */
.explain2__container__background {
  background: linear-gradient(180deg, transparent 0%, transparent 95%, rgba(250, 249, 243, 1) 100%);
}

.explain1__container__backgroundbg--carousel,
.explain2__container__backgroundbg--carousel,
.access__containert {
  display: flex;
}

@media screen and (max-width: 900px) {

  .explain1__container__backgroundbg--carousel,
  .explain2__container__backgroundbg--carousel,
  .access__containert {
    display: block;
  }
}

/* 自然に心を預ける 背景_PCのみ表示 */
@media screen and (min-width: 650px) {
  #video .video2_pc {
    display: block;
  }

  #video .video2_sp {
    display: none;
  }
}

/* 自然に心を預ける 背景_SPのみ表示 */
@media screen and (max-width: 650px) {
  #video .video2_pc {
    display: none;
  }

  #video .video2_sp {
    display: block;
  }
}

/* 背景 動画 */
#video {
  width: 100%;
  /* height:400px; */
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: -1;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #video {
    height: 1089px;
    object-fit: cover;
  }
}

@media screen and (max-width: 650px) {
  #video {
    height: 856px;
    width: 100%;
    object-fit: cover;
  }
}

.mainContents {
  width: 100%;
  height: 500px;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 650px) {
  .visual {
    height: 300px;
  }
}

.explain1__container__backgroundbg--txt--imgarea--img1 {
  width: 318px;
  margin: auto;
  margin-right: 10px;
  display: block;
}

@media screen and (max-width: 650px) {
  .explain1__container__backgroundbg--txt--imgarea--img1 {
    width: 179px;
  }
}

.explain1__container__backgroundbg--txt--imgarea {
  position: relative;
  width: 50%;
  top: 50px
}

.explain1__container__backgroundbg--txt--imgarea img {
  width: 70%;
}

/* 画像1 */
.explain2__container--imgarea {
  position: static;
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .explain2__container--imgarea {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container--imgarea {
    margin-bottom: -300px;
  }
}

.explain2__container--imgarea img {
  width: 580px;
  margin-left: 30%;
  margin-top: 250px;
  border-radius: 10px;
}

@media screen and (max-width: 1450px) {
  .explain2__container--imgarea img {
    margin-top: 161px;
  }
}

@media screen and (max-width: 1260px) {
  .explain2__container--imgarea img {
    width: 455px;
    margin-left: 30%;
    margin-top: 245px;
  }
}

@media screen and (max-width: 900px) {
  .explain2__container--imgarea img {
    width: 455px;
    margin-left: 5%;
    margin-top: 164px;
    margin-bottom: -385px;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container--imgarea img {
    width: 297px;
    margin-left: -15%;
    margin-top: 329px;
    margin-bottom: -16px;
  }
}

/* 画像2 */
.exp1__container__backgroundbg--txt--imgarea {
  position: static;
  /* top:-480px; */
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .exp1__container__backgroundbg--txt--imgarea {
    width: 100%;
  }
}

.exp1__container__backgroundbg--txt--imgarea img {
  width: 350px;
  margin-left: 37%;
  margin-top: -385px;
  border-radius:10px;
}

@media screen and (max-width: 1450px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    margin-left: 37%;
    margin-top: -523px
  }
}

@media screen and (max-width: 1300px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    width: 330px;
    margin-left: 40%;
    margin-top: -281px;
  }
}

@media screen and (max-width: 900px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    width: 267px;
    margin-left: 65%;
    margin-top: -209px;
  }
}

@media screen and (max-width: 650px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    width: 180px;
    /* margin-left: 53.5%; */
    margin-top: -187px;
    right: 0;
    position: absolute;
  }
}

@media screen and (max-width: 360px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    width: 180px;
    /* margin-left: 50%; */
    margin-top: -187px;
  }
}

@media screen and (max-width: 320px) {
  .exp1__container__backgroundbg--txt--imgarea img {
    width: 180px;
    /* margin-left: 43.5%; */
    margin-top: -187px;
  }
}

.explain2__container__backgroundbg--txt--imgarea--img {
  width: 579px;
  height: auto;
  margin: auto;
  /* border-radius: 10px; */
}

@media screen and (max-width: 110px) {
  .explain2__container__backgroundbg--txt--imgarea--img {
    width: 154px;
    height: auto;
    margin: auto;
    margin-left: -66px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg--txt--imgarea--img {
    width: 298px;
    height: auto;
    margin: auto;
    margin-left: -66px;
    margin-top: 20px;
  }
}

/* --------------------------------- 
        深く深く、息をする
------------------------------------ */
.yokon {
  display: flex;
  height: 50%;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .yokon {
    display: block;
  }
}

/* 背景 ベージュ */
.explain2__container__backgroundbg {
  background: linear-gradient(to top, #FCFAF6, #F8F0E1, #FCFAF6);
  width: 100%;
  padding-bottom: 200px;
}

@media screen and (max-width: 900px) {
  .explain2__container__backgroundbg {
    /* padding-bottom: 220px;
    padding-top: 300px; */
    padding-bottom: 725px;
    padding-top: 300px;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg {
    padding-bottom: 115px;
    padding-top: 64px;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg {
    padding-bottom: 115px;
    padding-top: 9px;
  }
}

.blah {
  background-color: #FCFAF6;
}

/* テキスト全体 */
.explain2__container__backgroundbg--txt {
  margin: 0;
  color: #543E1A;
  margin: auto;
  margin-top: 234px;
  width: 40%;
  padding-left: 0%;
}

@media screen and (max-width: 1550px) {
  .explain2__container__backgroundbg--txt {
    width: 40%;
    margin-top: 234px;
  }
}

@media screen and (max-width: 1350px) {
  .explain2__container__backgroundbg--txt {
    width: 40%;
    margin-top: 328px;
  }
}

@media screen and (max-width: 1100px) {
  .explain2__container__backgroundbg--txt {
    margin-top: 177px;
    width: 40%;
    padding-left: 0%;
  }
}

@media screen and (max-width: 900px) {
  .explain2__container__backgroundbg--txt {
    width: 80%;
    margin-top: -76px;
    padding-left: 0%;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg--txt {
    width: 100%;
    margin-top: -22px;
    padding-left: 0%;
  }
}

/* あくせくした時... */
.akusekusitatoki--txt {
  display: flex;
  justify-content: flex-start;
  color: #543E1A;
  padding-top: 10rem;
  margin: 0rem auto;
  /* width: 100%; */
  padding-left: 7rem;
  background: linear-gradient(to top, #FCFAF6, #F8F0E1, #FCFAF6);
}

/* @media screen and (max-width: 1550px) {
  .akusekusitatoki--txt {
    width: 40%;
    margin-top: 234px;
  }
}

@media screen and (max-width: 1350px) {
  .akusekusitatoki--txt {
    width: 40%;
    margin-top: 328px;
  }
}

@media screen and (max-width: 1100px) {
  .akusekusitatoki--txt {
    margin-top: 177px;
    width: 40%;
    padding-left: 0%;
  }
}

@media screen and (max-width: 900px) {
  .akusekusitatoki--txt {
    width: 80%;
    margin-top: -76px;
    padding-left: 0%;
  }
} */

@media screen and (max-width: 650px) {
  .akusekusitatoki--txt {
    padding-left: 0%;
    justify-content: center;
  }
}

/* 温泉動画 */
.explain2__container__backgroundbg video {
  width: 50%;
  height: auto;
  margin-top: 500px;
  right: 0;
  position: static;
  border-radius: 10px;
}

@media screen and (max-width: 1360px) {
  .explain2__container__backgroundbg video {
    width: 50%;
    margin-top: 524px;
  }
}

@media screen and (max-width: 1100px) {
  .explain2__container__backgroundbg video {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .explain2__container__backgroundbg video {
    width: 80%;
    margin-top: 129px;
    position: absolute;
  }
}

@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg video {
    width: 88%;
    margin-top: -756px;
    position: absolute;
  }
}

@media screen and (max-width: 320px) {
  .explain2__container__backgroundbg video {
    width: 88%;
    margin-top: -660px;
    position: absolute;
  }
}

.explain2__container__backgroundbg--txt--ttl {
  margin-left: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .explain2__container__backgroundbg--txt--ttl {
    margin-bottom: 24px;
  }
}

/* SPタイトル_スペース */
@media screen and (max-width: 650px) {
  .explain2-ttlspace {
    padding-left: 40px;
  }

  .explain2-ttlspace2 {
    padding-left: 50px;
  }

  .explain2__container__backgroundbg--txt--ttl {
    line-height: 60px;
    margin-left: 86px;
    margin-top: 69px;
    padding-top: 267px;
  }
}

@media screen and (max-width: 320px) {
  .explain2-ttlspace {
    padding-left: 40px;
  }

  .explain2-ttlspace2 {
    padding-left: 50px;
  }

  .explain2__container__backgroundbg--txt--ttl {
    line-height: 45px;
    margin-left: 68px;
    margin-top: 9px;
    padding-top: 267px;
  }
}

.explain2__container__backgroundbg--txt--sttl {
  margin-left: 30px;
}

.explain2__container__backgroundbg--txt--txt {
  margin-left: 30px;
}

/* SP_小見出し・本文 */
@media screen and (max-width: 650px) {
  .explain2__container__backgroundbg--txt--sttl {
    font-size: 17px;
    letter-spacing: 1.6px;
    margin-top: 355px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .explain2__container__backgroundbg--txt--txt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 320px) {
  .explain2__container__backgroundbg--txt--sttl {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: 311px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
}

.explain2__spbackground {
  position: absolute;
  margin-top: -1064px;
  margin-left: -20px;
}

/* 自然に心を預ける 背景_PCのみ表示 */
@media screen and (min-width: 650px) {
  .explain2__spbackground {
    display: none;
  }
}

/* 自然に心を預ける 背景_SPのみ表示 */
@media screen and (max-width: 650px) {
  .explain2__spbackground {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .explain2__spbackground {
    margin-top: -1063px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 320px) {
  .explain2__spbackground {
    margin-top: -991px;
    margin-left: -47px;
    width: 80%;
  }
}

/* --------------------------- 
          地図エリア
------------------------------ */
/* 共通の地図コンテナ */
.izuatami__map__container,
.fujihakone__map__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  background: linear-gradient(to top, #FCFAF6, #F8F0E1, #FCFAF6);
}

.fujihakone__map__container {
  padding-top: 160px;
}

/* 共通（前と同じ） */
.izuatami__map__header,
.fujihakone__map__header {
  width: 310px;
  height: 539px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* 見出し */
.izuatami__map__header h2,
.fujihakone__map__header h2 {
  font-size: 31px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin: 100px 0 5px 0;
}

/* 見出し */
.izuatami__map__header h3,
.fujihakone__map__header h3 {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin: 0 0 7px;
}

/* カウント数字 */
.izuatami__map__header p:first-of-type,
.fujihakone__map__header p:first-of-type {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #543E1A;
  margin-bottom: 43px;
}

/* 説明文 */
.izuatami__map__header p:nth-of-type(2),
.fujihakone__map__header p:nth-of-type(2) {
  line-height: 1.6;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #543E1A;
  margin-bottom: 62px;
}

/* リンクボタン */
.izuatami__map__header a,
.fujihakone__map__header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  color: #543E1A;
  text-decoration: none;
  margin-top: 10px;
  white-space: nowrap;
}

.izuatami__map__header a img,
.fujihakone__map__header a img {
  width: 32%;
}

/* 地図画像 */
.izuatami__map,
.fujihakone__map {
  margin-top: 100px;
  max-width: 60%;
  height: auto;
  filter: contrast(1.2)
}

@media screen and (max-width:599px) {
  .izuatami__map__container {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }

  .fujihakone__map__container {
    flex-direction: column-reverse;
    padding-top: 160px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  /* 共通 */
  .izuatami__map__header,
  .fujihakone__map__header {
    width: 260px;
    height: 346px;
  }

  .fujihakone__map__header {
    margin-left: 27%;
  }

  /* 見出し */
  .izuatami__map__header h2,
  .fujihakone__map__header h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 45px 0 0 0;
  }

  /* 見出し */
  .izuatami__map__header h3,
  .fujihakone__map__header h3 {
    font-size: 14px;
    font-weight: 400;
  }

  /* カウント数字 */
  .izuatami__map__header p:first-of-type,
  .fujihakone__map__header p:first-of-type {
    margin-bottom: 43px;
  }

  /* 説明文 */
  .izuatami__map__header p:nth-of-type(2),
  .fujihakone__map__header p:nth-of-type(2) {
    margin-bottom: 24px;
  }

  /* リンクボタン */
  .izuatami__map__header a,
  .fujihakone__map__header a {
    font-size: 14px;
    gap: 10px;
  }

  .izuatami__map__header a img,
  .fujihakone__map__header a img {
    width: 30%;
  }

  /* 地図画像 */
  .izuatami__map,
  .fujihakone__map {
    margin-top: 30px;
    max-width: 100%;
  }
}

/* .access__containert--right{
  margin-left:-100px;
  width: 100%;
  padding-top: 480px;
}
@media screen and (max-width: 1519px){
  .access__containert--right {
    margin-left: -49px;
    padding-top: 409px;
  }
}
@media screen and (max-width: 900px){
  .access__containert--right{
    margin: auto;
    padding-top: 19px;
  }
}
@media screen and (max-width: 650px){
  .access__containert--right{
    width: 100%;
    margin: auto;
    padding-top: 84px;
  }
}
.access__containert--left{
  max-width: 90%;
  margin-top: 97px;
}
@media screen and (max-width: 900px){
  .access__containert--left{
    max-width: 100%;
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 650px){
  .access__containert_sp{
    display: block;
  }
}
@media screen and (max-width: 650px){
  .access__containert--left{
    max-width: 100%;
    padding-bottom: 0px;
  }
}
.access__containert--left img{
  width: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 1000px){
  .access__containert--left img{
    width: 110%;
  }
}
@media screen and (max-width: 900px){
  .access__containert--left img{
    width: 100%;
    margin-left: -24px;
  }
}
@media screen and (max-width: 650px){
  .access__containert--left img{
    width: 100%;
    left: 0;
    margin-top: -88px;
    object-fit: cover;
    margin-left: 0px;
  }
}
@media screen and (max-width: 360px){
  .access__containert--left img{
    margin-left: -1px;
  }
}
@media screen and (max-width: 320px){
  .access__containert--left img{
    width: 100%;
    left: 0;
    margin-top: -125px;
    object-fit: cover;
    margin-left: 0px;
  }
} */
/* 自然に心を預ける 背景_PCのみ表示 */
/* @media screen and (min-width: 650px){
  .map-pc { display:block; }
  .map-sp { display:none; }
} */
/* 自然に心を預ける 背景_SPのみ表示 */
/* @media screen and (max-width: 650px){
  .map-pc { display:none; }
  .map-sp { display:block; }
}
.explain3__container__backgroundbg--txt--ttl{
  margin-left: -90px;
}
.explain3__container__backgroundbg--txt--txt{
  margin-left: -90px;
}
@media screen and (max-width: 1450px){
  .explain3__container__backgroundbg--txt--ttl{
    margin-left: -108px;
    margin-bottom:30px
  }
  .explain3__container__backgroundbg--txt--txt{
    margin-left: -108px;
  }
}
@media screen and (max-width: 1100px){
  .explain3__container__backgroundbg--txt--ttl{
    margin-left: -220px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 5.6px;
  }
  .explain3__container__backgroundbg--txt--txt{
    margin-left: -220px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2.0px;
  }
} */

/* テキスト */
@media screen and (max-width: 900px) {
  .explain3__container__backgroundbg--txt--ttl {
    font-size: 30px;
    letter-spacing: 3.08px;
    line-height: 40px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 55px;
  }

  .explain3__container__backgroundbg--txt--txt {
    font-size: 18px;
    letter-spacing: 3.08px;
    line-height: 31px;
    max-width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  .explain3__container__backgroundbg--txt--ttl {
    font-size: 21px;
    letter-spacing: 3.08px;
    line-height: 31px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 55px;
  }

  .explain3__container__backgroundbg--txt--txt {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 20px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 360px) {
  .explain3__container__backgroundbg--txt--ttl {
    font-size: 20px;
    letter-spacing: 2.0px;
    line-height: 31px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }

  .explain3__container__backgroundbg--txt--txt {
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 20px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .explain3__container__backgroundbg--txt--ttl {
    font-size: 17px;
    letter-spacing: 3.08px;
    line-height: 28px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }

  .explain3__container__backgroundbg--txt--txt {
    font-size: 12px;
    letter-spacing: 1.0px;
    line-height: 20px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 1rem;
  }
}

/* ベージュ背景 */
.explain3__container__background {
  background-color: #FCFAF6;
  height: 871px;
  margin-bottom: -90px;
}

/* @media screen and (max-width: 1519px){
  .explain3__container__background{
    height: 1016px;
  }
}
@media screen and (max-width: 1200px){
  .explain3__container__background{
    height: 810px;
  }
}
@media screen and (max-width: 900px){
  .explain3__container__background{
    height: 619px;
  }
} */
@media screen and (max-width: 650px) {
  .explain3__container__background {
    /* height: 998px; */
    max-width: 100%;
  }
}

/* @media screen and (max-width: 320px){
  .explain3__container__background{
    height: 641px;
    max-width:100%
  }
} */
/* 背景の動画 */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#videoo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.access__containert {
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 背景 動画 */
.mapskusekubk {
  width: 100%;
  /* height:400px; */
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: -1;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .mapskusekubk {
    height: 50svh;
    object-fit: cover;
  }
}

@media screen and (max-width: 650px) {
  .mapskusekubksp {
    /* height: 60svh; */
    width: 100%;
    object-fit: cover;
  }
}

/*  背景_PCのみ表示 */
@media screen and (min-width: 650px) {
  .mapskusekubk {
    display: block;
  }

  .mapskusekubksp {
    display: none;
  }
}

/*  背景_SPのみ表示 */
@media screen and (max-width: 650px) {
  .mapskusekubk {
    display: none;
  }

  .mapskusekubksp {
    display: block;
  }
}

/* ---------------------------
        　カルーセル
------------------------------ */
/* カルーセル全体の位置 */
.slide-items-container {
  position: absolute;
  right: 0;
  z-index: 1;
}

/* 
@media screen and (max-width: 1577px) {
  .slide-items-container {
    position: absolute;
    margin-top: 114px;
  }
}

@media screen and (max-width: 1200px) {
  .slide-items-container {
    margin-top: 71px;
  }
}

@media screen and (max-width: 900px) {
  .slide-items-container {
    position: absolute;
    margin-top: 195px;
  }
}

@media screen and (max-width: 650px) {
  .slide-items-container {
    position: absolute;
    margin-top: 414px;
  }
}

@media screen and (max-width: 350px) {
  .slide-items-container {
    position: absolute;
    margin-top: 346px;
  }
} */

/* スライドの幅 */
.slide-items {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 350px;
  position: relative;
  /* overflow: hidden; */
}

@media screen and (max-width: 1519px) {
  .slide-items {
    margin-top: 389px;
  }
}

@media screen and (max-width: 1450px) {
  .slide-items {
    margin-top: 372px;
    max-width: 750px;
  }
}

@media screen and (max-width: 1200px) {
  .slide-items {
    max-width: 700px;
    margin-top: 15rem;
  }
}

@media screen and (max-width: 1000px) {
  .slide-items {
    width: 100%;
    max-width: 796px;
    margin: auto;
    margin-top: 366px;
  }
}

@media screen and (max-width: 900px) {
  .slide-items {
    width: 100%;
    max-width: 554px;
    margin: auto;
    margin-top: 169px;
    position: relative;
  }
}

@media screen and (max-width: 650px) {
  .slide-items {
    width: 100%;
    max-width: 330px;
    margin: auto;
    margin-top: 226px;
    position: relative;
    /* margin-left:-50%; */
  }
}

@media screen and (max-width: 360px) {
  .slide-items {
    width: 100%;
    max-width: 280px;
    margin: auto;
    margin-top: 109px;
    position: relative;
  }
}

@media screen and (max-width: 320px) {
  .slide-items {
    width: 100%;
    max-width: 260px;
    margin: auto;
    margin-top: -70px;
    position: relative;
    /* margin-left:-50%; */
  }
}

/* スライドの間隔 */
.slide-items li {
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
}

/* スライド各画像 */
.slide-items img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 矢印 */
.slide-items .slick-arrow {
  width: 20% !important;
  height: auto;
  margin-left: -110px;
  margin-top: -100px;
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 1450px) {
  .slide-items .slick-arrow {
    width: 20% !important;
    height: auto;
    margin-left: -90px;
    margin-top: -80px;
    position: absolute;
    cursor: pointer;
    z-index: 5;
  }
}

@media screen and (max-width: 650px) {
  .slide-items .slick-arrow {
    width: 20% !important;
    height: auto;
    margin-left: -43px;
    margin-top: -50px;
    position: absolute;
    z-index: 5;
  }
}

@media screen and (max-width: 650px) {
  .slide-items .slick-arrow {
    width: 40% !important;
    height: auto;
    margin-left: -60px;
    margin-top: -64px;
    position: absolute;
  }
}

@media screen and (max-width: 375px) {
  .slide-items .slick-arrow {
    width: 40% !important;
    height: auto;
    margin-left: -44px;
    margin-top: -64px;
    position: absolute;
  }
}

/* --------------------------------
        スクロールアニメーション
----------------------------------- */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.access__containert {
  position: absolute;
  height: 40%;
}

.hidden {
  display: none;
}

.poster {
  display: block;
}