/* ========== トップページ ========== */
.fv-video-wrapper {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
  .fv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  }
  /* スマホ対応（中央トリミング） */
  @media screen and (max-width: 768px) {
  .fv-video {
      object-fit: cover;
      aspect-ratio: 2/3;
      height: 100vh !important;
  }
  }
.mute-toggle {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    background: var(--color05);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mute-toggle .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
}
.mute-toggle .icon.muted {
  background-image: url('../img/common/volume_off.svg');
}
.mute-toggle .icon.unmuted {
  background-image: url('../img/common/volume_on.svg');
}
/* .front-page .container {
    min-width: 1400px;
    width: 1400px;
    margin: 0 auto;
    height: 100%;
} */
/* ========== メッセージ ========== */
.message {
  position: relative;
  background: url(../img/top/message-bg.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.message::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.3);
  -webkit-backdrop-filter: brightness(0.3);
  z-index: 1;
}
.message .container {
  position: relative;
  z-index: 2;
}
.message .area {
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 16px;
    width: 1000px;
    margin: 0 auto;
}
.message .area .box:nth-child(1) {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.message .area .box:nth-child(1) .contents {
    margin: 0 auto;
}
.message .area .box:nth-child(1) .ttl {
}
.message .area .box:nth-child(1) .ex {
  margin-top: 30px;
}
.message .area .box:nth-child(2) {
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.message .area .box:nth-child(1) .ttl ruby {}
.message .area .box:nth-child(1) .ttl ruby rt {
    padding-bottom: 2px;

}
.concept .area .box:nth-child(2) .tate {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
/* ========== コンセプト ========== */
.concept {
  position: relative;
  background: url(../img/top/concept-bg.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.concept::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.3);
  -webkit-backdrop-filter: brightness(0.3);
  z-index: 1;
}
.concept .container {
  position: relative;
  z-index: 2;
}
.concept .area {
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 0;
    width: 1000px;
    margin: 0 auto;
}
.concept .area .box:nth-child(1) {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 60%;
    justify-content: center;
}
.concept .area .box:nth-child(1) .contents {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 100%;
    justify-content: space-between;
}
.concept .area .box:nth-child(1) .hero-ttl {
}
.concept .area .box:nth-child(1) .ex {
}
.concept .area .box:nth-child(2) {
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.concept .area .box:nth-child(2) .tate {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ========== 客室案内 ========== */
.room {
  position: relative;
  background: url(../img/top/room-bg.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.room::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.3);
  -webkit-backdrop-filter: brightness(0.3);
  z-index: 1;
}
.room .container {
  position: relative;
  z-index: 2;
}
.room .area {
    align-items: end;
    height: 80%;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
.room .area .box:nth-child(1) {
    width: auto;
}
.room .area .box:nth-child(1) .contents {}
.room .area .box:nth-child(1) .contents .ex01 {}
.room .area .box:nth-child(1) .contents .hero-ttl {}
.room .area .box:nth-child(1) .contents .ex02 {}
.room .area .box:nth-child(2) {
    width: auto;
}
.room .area .box:nth-child(2) .contents{}
.room .area .box:nth-child(2) .contents p{}

/* ========== 施設案内 ========== */
.facility {
  position: relative;
  background: url(../img/top/facility-bg.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.facility::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.3);
  -webkit-backdrop-filter: brightness(0.3);
  z-index: 1;
}
.facility .container {
  position: relative;
  z-index: 2;
}
.facility .area {
    height: 100%;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-evenly;
    width: 1300px;
    margin: 0 auto;
}
.facility .area .box:nth-child(1){}
.facility .area .box:nth-child(1) .contents {}
.facility .area .box:nth-child(1) .contents .ex01{}
.facility .area .box:nth-child(1) .contents .hero-ttl{}
.facility .area .box:nth-child(1) .contents .ex02{}
.facility .area .box:nth-child(2){}
.facility .area .box:nth-child(2) .contents{}
.facility .area .box:nth-child(2) .contents p{}

/* ========== 周辺の観光地 ========== */
.spot {
    background-color: #161616;
    padding-top: 150px;
    overflow: hidden;
    padding-bottom: 10px;
}
.spot .container {
    margin: inherit;
    margin-right: auto;
}
.spot .area {
    flex-wrap: nowrap;
}
.spot .area .box:nth-child(1) {
    width: 50%;
}
.spot .area .box:nth-child(1) .contents {}
.spot .area .box:nth-child(1) .contents .img {}
.spot .area .box:nth-child(2) {
    width: 50%;
}
.spot .area .box:nth-child(2) .contents {
    position: relative;
    height: 100%;
    width: 120%;
    color: #fff !important;
}
.spot .area .box:nth-child(2) .contents .card01 {
    position: absolute;
    top: 65px;
    left: 0%;
}
.spot .area .box:nth-child(2) .contents .card01 .ex {}
.spot .area .box:nth-child(2) .contents .card01 .hero-ttl {
    line-height: 0.9;
    padding-top: 20px;
}
.spot .area .box:nth-child(2) .contents .card02 {
    position: absolute;
    bottom: 22%;
    right: 20%;
    width: 80%;
    width: 60%;
}
.spot .area .box:nth-child(2) .contents .card02 .ex {
    padding-top: 40px;
}
/* ========== 周辺の美味しいお店 ========== */
.restaurant {
    background-color: #161616;
    padding-top: 80px;
    padding-bottom: 150px;
}
.restaurant {}
.restaurant .area {
    flex-wrap: nowrap;
    align-items: center;
}
.restaurant .area .box:nth-child(1) .card01 {
    width: 85%;
    margin: 0 auto 75px;
}
.restaurant .area .box:nth-child(1) .contents {}
.restaurant .area .box:nth-child(1) .card01 {
    width: 85%;
    margin: 0 auto 30px;
}
.restaurant .area .box:nth-child(1) .card01 .ex {}
.restaurant .area .box:nth-child(1) .card01 .hero-ttl {}
.restaurant .area .box:nth-child(1) .card02 {
    display: flex;
    align-items: center;
    gap: 40px;
}
.restaurant .area .box:nth-child(1) .card02 .img-box {
    width: 25%;
}
.restaurant .area .box:nth-child(1) .card02 .img-box img {}
.restaurant .area .box:nth-child(1) .card02 .text-box {
    width: 50%;
    margin: 0 auto;
}
.restaurant .area .box:nth-child(1) .card02 .text-box .ex01 {
    margin-bottom: 25px;
}
.restaurant .area .box:nth-child(1) .card02 .text-box .ex02 {}
.restaurant .area .box:nth-child(2) {
    width: 30%;
}
.restaurant .area .box:nth-child(2) .img-box {}
.restaurant .area .box:nth-child(2) .img-box img {}
/* ========== お知らせ ========== */
.news {
    color: #000;
    padding: 135px 0;
}
.news .container {}
.news .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}
.news .area .ex {}
.news .area .ttl {}
.news .area .news-area {
    margin-top: 30px;
    width: 100%;
}
.news .area .news-area a {}
.news .area .news-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    gap: 12px;

    border-bottom: 1px solid #575757;
}
.news .area .news-box .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    gap: 12px;
}
.news .area .news-box .date {
    letter-spacing: 3px;
}
.news .area .news-box .tag {
    border-radius: 0 !important;
    padding: 2px 10px !important;
    width: 120px;
    text-align: center;
}
.news .area .news-box .ttl {}
.news .btn-01 {
    padding: 3px 8px;
    margin-left: auto;
    margin-top: 20px;
}
.news .btn-01 a {}
/* ========== インスタ ========== */
.insta {
    color: #000;
    padding-bottom: 150px;
}
.insta .area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.insta .ex {}
.insta .ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.insta .ttl-box img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.insta .ttl-box .ttl {}
.insta .feed-area {
    width: 60%;
}
.insta .feed-area img {
  object-fit: cover;
  background-size: cover;
}
.instagram-gallery-item__media-mask {
    background-color: #252525a6 !important;
}
/* ========== 
RESPONSIVE 
========== */

/* ============== デスクトップ大型（1281px〜） ============== */
@media screen and (min-width: 1281px) and (max-width: 1600px) {}
/* ============== ノートPC 1025-1280px ============== */
@media screen and (max-width: 1280px) {
.message .area {
    width: 850px;
}
.concept .area {
    width: 850px;
  }
  .room .area {
    width: 850px;
  }
  .spot .area .box:nth-child(2) .contents .card02 {
    right: 15%;
    bottom: 0%;
    width: 75%;
  }
.room .area .box:nth-child(2) {
    width: 60%;
}
.room .area .box:nth-child(2) .contents {
    width: 80%;
}
.facility .area {
    width: 1000px;
}
.room .area {
    width: 1000px;
}
}
/* ============== タブレット共通 ============== */
@media screen and (max-width: 1024px) {
.message .area {
    width: 95%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
  .message .area .box:nth-child(1) {
    order: 2;
  }
  .message .area .box:nth-child(2) {
    order: 1;
    padding: 0;
    padding-bottom: 20px;
}
  .message .area .box:nth-child(2) h3 {
    font-size: clamp(2.063rem, 1.862rem + 0.76vw, 2.625rem);
  }
  .message .area .box:nth-child(1) .ttl {
    font-size: clamp(1.5rem, 1.144rem + 1.36vw, 2.5rem);
  }
  .concept .area {
    width: 95%;
    flex-direction: column;
    margin: 0 auto;
  }
  .tate {
    writing-mode: inherit;
  }
  .concept .area .box:nth-child(1) .contents {
    height: 100%;
    justify-content: center;
  }
  .concept .area {
    justify-content: center;
  }
.concept .area .box:nth-child(1) {
    height: 35%;
    width: 100%;
}
.room .area {
    width: 95%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.room .area .box:nth-child(1) {
    width: 100%;
}
.room .area .box:nth-child(2) {
    width: 100%;
    margin: 25px 0 0;
}
.concept .area .box:nth-child(2) {
    padding: 0;
    width: 100%;
}
.concept .area .box:nth-child(2) .tate {
    justify-content: left;
    width: 100%;
}
.facility .area {
    justify-content: center;
    width: 95%;
    gap: 30px;
}
.spot {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 70vh;
}
.spot .area {
    flex-direction: row;
    width: 100%;
}
.spot .area .box:nth-child(2) .contents .card01 {
    position: relative;
    top: inherit;
    left: inherit;
}
.spot .area .box:nth-child(2) .contents .card02 {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
}
.spot .area .box:nth-child(2) {
    width: 45%;
}
.restaurant .area .box:nth-child(1) .card02 .text-box {
    width: 60%;
    margin: 0 auto;
}
.message {
    margin-top: -8px;
}
.insta .feed-area {
    width: 90%;
}
.news .area {
    width: 90%;
}
}
/* ============== タブレット横 768-1024 landscape ============== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}
/* ============== タブレット縦 768-1024 portrait ============== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}
/* ============== スマホ（中〜大型）631-767 ============== */
@media screen and (min-width: 631px) and (max-width: 767px) {}
/* ============== スマホ（小型）-630 ============== */
@media screen and (max-width: 630px) {
  .message {
    height: 550px;
  }
  .message .area .box:nth-child(2) h3 {
    font-size: 30px;
  }
  .message .area .box:nth-child(1) .ttl {
    font-size: 20px;
  }
  .message .area .box:nth-child(1) .ttl ruby rt {
    font-size: 11px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    margin-top: 2px;
  }
  .message .area {
    width: 100%;
  }
  .concept .area {
    width: 100%;
  }
  .spot .area {
    flex-direction: column;
  }
  .spot .area .box:nth-child(1) {
    width: 100%;
  }
  .concept {
    height: 550px;
  }
  .room {
    height: 550px;
  }
.room .area {
    height: 100%;
    width: 100%;
}
  .facility {
    height: 550px;
  }
  .spot .area .box:nth-child(2) {
    width: 100%;
  }
.spot .area .box:nth-child(2) .img-box {
    padding-top: 10px;
}
  .spot .area .box:nth-child(2) .img-box img {
    aspect-ratio: 16/9;
}
.spot {
    height: 100%;
}
.facility .area {
    width: 100%;
}
.spot .container {
    margin-right: inherit;
    margin: 0 auto;
    width: min(95%, var(--max-width));
}
.spot .area .box:nth-child(2) .contents {
    width: 100%;
}
.spot .area .box:nth-child(2) .contents .card02 .ex {
    padding-top: 20px;
}
.spot {
    height: 100%;
    padding-bottom: 0;
}
.restaurant .area .box:nth-child(1) .card02 {
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
}
.restaurant .area .box:nth-child(1) .card02 .img-box .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.restaurant .area .box:nth-child(1) .card02 .img-box .box img {
  width: 48%;
  aspect-ratio: 1;
}
.restaurant .area .box:nth-child(1) .contents {
    width: min(95%, var(--max-width));
    margin: 0 auto;
}
.restaurant .area .box:nth-child(1) .card02 .img-box {
    width: 100%;
}
.restaurant .area .box:nth-child(1) .card02 .text-box {
    width: 100%;
    margin: 0 auto;
}
.restaurant .area .box:nth-child(1) .card01 {
    width: 100%;
    margin: 0 auto 10px;
}
.restaurant .area .box:nth-child(1) .card02 .text-box .ex01 {
    margin-bottom: 15px;
}
.restaurant {
    padding-top: 75px;
    padding-bottom: 75px;
}
.news {
    color: #000;
    padding: 75px 0;
}
.news .area .news-box {
    align-items: flex-start;
    gap: 2px;
    flex-direction: column;
    padding: 5px 0;
    margin: 10px 0;

}
.news .area .news-box .box {
    gap: 5px;
}
.news .area .news-box .box .category {}
.news .area .news-box .box .category .tag{}
.news .area .news-box .ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 350px;
}
.insta .feed-area {
    width: 100%;
}
.insta .feed-area img {
    width: 48%;
}
.insta {
    padding-bottom: 75px;
}
.concept .area .box:nth-child(1) {
    height: auto;
}
.concept .area .box:nth-child(1) {
    padding-bottom: 16px;
}
.news .area {
    width: 100%;
}
.insta .ttl-box img {
    width: 30px;
}

}