

@import url(./common/_variable.css);

/* top */
/* ============================================ */

.area__movie {
  padding: 0px 10.416vw;
  height: auto;
  position: relative;
  @media (width < 896px) {
    padding: 0px 20px;
  }
  video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}


.area__image01 {
  position: relative;
  padding: 7.8125vw 10.416vw 10.416vw;/*150px 200px 200px*/
  @media (width < 896px) {
    padding: 7.8125vw 20px 10.416vw;
  }
}
.area__image01--01 {
  position: relative;
  width: 36.458vw;
  margin: 0 0 0 auto;
  @media (width < 480px) {
    width: 42vw;
    opacity: 0;
    transform: translateY(40px);
    animation-name: firstview;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
.area__image01--02 {
  position: relative;
  width: 36.458vw;
  margin: -7.8125vw auto 0 0;
  @media (width < 480px) {
    opacity: 0;
    width: 42vw;
    transform: translateY(40px);
    animation-name: firstview;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
.area__image01--03 {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 7.8125vw 0 0;
}
.img_shadow {
  box-shadow: 0.52vw 1.4vw 1.5625vw rgba(0,0,0,0.15);
}

@keyframes firstview{
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.area__preface {
}
.area__preface--top {
  position: relative;
}
.img_preface {
  position: relative;
  z-index: 10;
  @media (width < 480px) {
    padding: 30px 0 0;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.block__preface {
  position: absolute;
  top: 7.8125vw;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  z-index: 20;
  @media (width < 480px) {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: var(--font_c);
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.hd_preface {
  font-size: clamp(3rem,0.2083vw,4rem);
  line-height: 1.2em;
}
.txt_preface {
  padding: 1.8vw 1.7vw 0 0;
  line-height: 1.8em;
  @media (width < 480px) {
    padding: 16px 0 0 0;
    line-height: 2.2em;
  }
}
.area__preface--bottom {
  background-color: var(--main_c);
  position: relative;
  width: 100%;
  height: 20vw;
}
.img_kinpun {
  position: absolute;
  z-index: 30;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width:40vw; 
}


.area__rooms {
  position: relative;
  text-align: center;
}
.area__rooms--bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60vw;
  mix-blend-mode: multiply;
  @media (width < 480px) {
    width: 90vw;
  }
}
.block__rooms {
  padding: 10.416vw 20px 0;
}


.hd_ttl_top {
  font-size: clamp(2.2rem,1.979vw,3.8rem);
  line-height: 1.2em;
  padding: 1.4vw 0 0;
  letter-spacing: 0.2em;
}
.hd_ttl_top_en {
  font-size: clamp(1.2rem,0.729vw,1.4rem);
  color: var(--sub_c);
  padding: 8px 0 0 6px;
}


.txt_top {
  padding: 3vw 0 0;
  line-height: 2.2em;
}


.block__slide {
  position: relative;
}
.block__slide--bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.inner_slide {
  background-color: var(--main_c);
  position: relative;
  width: 100%;
  height: 30vw;
}
.slide_kinpun {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width:40vw; 
}

.slide_box {
  position: relative;
  width: 100%;
  padding: 10.416vw 0;
}

.splide {
  position: relative;
  .splide__track {
    .splide__list {
      .splide__slide {
        width: 100%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .splide__pagination {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    li {
      padding: 0 4px;
      .splide__pagination__page {
        width: 10px;
        height: 10px;
        padding: 0px;
        border-radius: 100%;
        border: none;
        background-color: rgba(255, 255, 255, 0.7);
      }
      .is-active {
        background-color: var(--point_c);
      }
    }
  }
}


.area__meals {
  position: relative;
}
.area__meals--bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  mix-blend-mode: multiply;
  @media (width < 480px) {
    width: 90vw;
  }
}
.block__meals_txt {
  position: relative;
  padding: 10.416vw 20px 0;
}
.block__meals_txt--preface {
  max-width: 1200px;
  margin: auto;
}
.box_txt_meals {
  padding: 1.5vw 0 0;
  max-width: 900px;
}
.txt_top_meals {
  padding: 1.5vw 0 0;
  line-height: 2.2em;
  word-break: keep-all;
  @media (width < 896px) {
    word-break: break-all;
    text-align: justify;
  }
}
.block__meals_img {
  position: relative;
}
.block__meals_img--01 {
  padding: 7.8125vw 20px 0;
}
.box_img_meals01 {
  max-width: 1200px;
  margin: auto;
}

.block__meals_img--02 {
  position: relative;
  padding: 7.8125vw 10.416vw 0;
}
.box_img_meals02 {
  width: 36.458vw;
  margin: 0 0 0 auto;
  @media (width < 896px) {
    width: 42vw;
  }
}
.block__meals_img--03 {
  position: relative;
  padding: 0 0 10.416vw;
  margin: -7.8125vw 0 0 0;
}
.inner_meals03 {
  background-color: var(--main_c);
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: 0px;
}
.img_meals_wrap03 {
  padding: 0 10.416vw;
}
.box_img_meals03 {
  position: relative;
  width: 36.458vw;
  margin: 0 auto 0 0;
  @media (width < 896px) {
    width: 42vw;
  }
}


.area__news {
  background-color: var(--main_c);
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding: 7.8125vw 20px 10.416vw;
}
.area__news--bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  @media (width < 480px) {
    width: 90vw;
  }
}
.area__news--column {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 12vw 1fr;
  container-type: inline-size;
  @media (width < 896px) {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.side_news_news {}
.list_news {
  margin-top: -0.8cqw;
}
.item_news {
  padding: 2cqw 14.166cqw 2cqw 0;
  position: relative;
  @media (width < 896px) {
    padding: 16px 14.166cqw 16px 0;
  }
  &::after {
    content: "";
    display: block;
    width: 10cqw;
    height: 1px;
    background-color: var(--point_c);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
  &:hover {
    &::after {
      background-color: #FFF;
    }
  }
}
.news_header {
  display: flex;
  align-items: center;
}
.news_date {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 0 16px 0 0;
}
.news_category {
  border: #666 solid 1px;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 5px;
  width: 8em;
  text-align: center;
}
.txt_news {
  padding: 5px 0 0;
}


.area__facilities--detail {
  padding: 7.8125vw 0 0 7.8125vw;
}
.list_fac {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.906vw;
}
.item_fac {
  position: relative;
  .img_fac {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 27 / 10;
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
  .ttl_top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.8125vw;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    .hd_ttl_top_en {
      color: #ededed;
      padding-top: 0px;
      padding-left: 0px;
      transition: all 0.3s ease-out;
    }
    .hd_ttl_top {
      color: #FFF;
      transition: all 0.3s ease-out;
      position: relative;
      padding-bottom: 10px;
      &::after {
        content: "";
        width: 0%;
        height: 1px;
        background-color: var(--over_c_w);
        position: absolute;
        bottom: 0px;
        left: 0px;
      }
    }
  }
  a {
    &:hover {
      opacity: 1;
      .ttl_top {
        .hd_ttl_top_en {
          color: var(--over_c_w)
        }
        .hd_ttl_top {
          color: var(--over_c_w);
          &::after {
            transition: all 0.3s ease-out;
            width: 100%;
          }
        }
      }
    }
  }
}

.yuhi {
  object-position: 50% 57%;
}


.area__access {
  padding: 10.416vw 7.8125vw;
}
.area__access--map {
  padding: 2vw 0 0;
  iframe {
    aspect-ratio: 16 / 9;
    @media (width < 480px) {
      aspect-ratio: 1 / 1;
    }
  }
}



/* Action */
/* ============================================ */

.ef_blur,.ef_blur_d01,.ef_blur_d02 {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(40px);
  transition: all 1.5s ease-out;
}
.add_blur {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
  transition: all 1.5s ease-out;
  transform:translate3d(0,0,0);
}



/* preloader */
/* ============================================ */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.progress_container {
    width: 200px;
    height: 2px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.progress_bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #8194d1, #171E35);
    transition: width 0.3s ease;
}

.loading_text {
  font-size: 1.1rem;
  line-height: 1.4em;
  padding: 20px 0 0;
}

.logo_loading {
  padding: 0 0 20px;
  opacity: 0.5;
}

.content {
    opacity: 0;
    z-index: 0;
}

.show {
    opacity: 1;
    transition: all 1.2s ease-out;
}


.movie_mordal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9995;
  display: none;
}

.box_movie_mordal {
  position: relative;
  width: 100%;
  height: 100dvh;
}

.wrap_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: #FFF;
  padding: 8px;
  border-radius: 6px;
  box-sizing:content-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  display: inline-block;
  animation-name: movie_modal_vis;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.inner_wrap_video {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0em;
}

#video_m {
  height: 100%;
  width: 100%;
}

.btn_cancel {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #FFF;
  padding: 2px;
  border-radius: 50px;
  cursor: pointer;
}

@keyframes movie_modal_vis {
  0% {
    opacity:0;
  }
  100% {
    opacity: 1;
  }
}

.start_movie {
  display: block;
}
