@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 101%;
    height: 100vh;
    min-height: 700px;
    position: relative;
  }
  #mv .mv__video img {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__logo {
    margin-bottom: 20px;
    position: relative;
  }
  .mv__logo img {
    margin: 0 auto;
    width: 371px;
  }
  .mv__content {
    position: absolute;
    top: 46%;
    left: 38%;
  }
  .mv__ttl {
    width: auto;
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    transform: translate(-50%, -50%);
    z-index: 10;
    white-space: nowrap;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    padding: 90px 0 80px;
    position: relative;
  }
  .news .arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 50px;
    margin-bottom: 65px;
  }
  .news .prev-arrow,
  .news .next-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    font-weight: bold;
  }
  .news .prev-arrow:hover,
  .news .next-arrow:hover {
    opacity: 0.7;
  }
  .news .prev-arrow::after,
  .news .next-arrow::after {
    content: "Prev";
    color: var(--accent-color);
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: "Manrope", sans-serif;
    position: absolute;
    left: 50%;
    top: 108%;
    transform: translateX(-50%);
  }
  .news .next-arrow::after {
    content: "Next";
  }
  .news__head {
    width: 310px;
    padding-top: 15px;
  }
  .news__ttl {
    font-size: 2.6rem;
    letter-spacing: 0.26em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 45px;
  }
  .news__ttl .en {
    display: block;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
  }
  .news__inr {
    display: flex;
    justify-content: flex-end;
  }
  .news__list {
    width: 79.8vw;
  }
  .news__list .slick-list {
    padding: 0 9.5% 0 0 !important;
  }
  .news__list .slick-slide {
    margin: 0 11px;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
  }
  .news__cate {
    width: fit-content;
    color: #FFF;
    padding: 0.2em 0.5em;
    line-height: 1.2;
  }
  .news__cate.cat--topic {
    background-color: #ED1E79;
  }
  .news__cate.cat--news {
    background-color: #22b573;
  }
  .news__cate.cat--blog {
    background-color: #8d81bb;
  }
  .news__cate.cat--event {
    background-color: #399fff;
  }
  .news__cate.cat--sonota {
    background-color: #999999;
  }
  .news__txt {
    letter-spacing: 0.075em;
    line-height: 1.75;
    font-weight: bold;
  }
  .news__txt span {
    font-weight: normal;
  }
  .news__para {
    display: block;
    font-weight: normal;
  }
  .news__link {
    text-align: center;
    display: block;
    color: var(--accent-color);
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    letter-spacing: 0;
  }
  .news__link a {
    display: inline-block;
    padding-right: 10px;
    position: relative;
  }
  .news__link a::after {
    content: "";
    display: block;
    width: 27px;
    height: 5px;
    background: url(../images/icon_arrow02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro {
    padding: 130px 0 90px;
    background: url(../images/index/bg_intro.jpg) no-repeat center;
    background-size: cover;
    height: 2604px;
    position: relative;
  }
  .intro .w1600,
  .intro .mainw {
    height: 100%;
  }
  .intro .marker {
    width: 100%;
  }
  .intro__inr {
    position: relative;
  }
  .intro__content {
    position: sticky;
    top: 150px;
    color: #fff;
    padding-left: 10px;
    z-index: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
    opacity: 1;
    transition: opacity 1s;
    transition-delay: 0.5s;
  }
  .intro__content.is-bottom {
    opacity: 0;
  }
  .intro__ttl {
    font-size: 3.4rem;
    letter-spacing: 0.26em;
    line-height: 1.88;
    margin-bottom: 30px;
    opacity: 0;
    filter: blur(25px);
  }
  .intro__txt-wrap {
    opacity: 0;
    filter: blur(25px);
  }
  .intro__txt {
    font-size: 1.8rem;
    line-height: 2.44;
  }
  .intro__ttl span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: all 1s ease-out;
  }
  .intro__ttl.is-view span {
    opacity: 1;
    transform: translateY(0);
  }
  .intro__txt span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
  }
  .intro__txt-wrap.is-view span {
    opacity: 1;
    transform: translateY(0);
  }
  .intro__img01 {
    position: absolute;
    top: 153px;
    left: 12.5%;
    opacity: 0;
    transform: translateX(-60px);
  }
  .intro__img01 div {
    opacity: 0;
    filter: blur(25px);
    transition: 1s;
  }
  .intro__img02 {
    position: absolute;
    top: 627px;
    right: 40px;
    opacity: 0;
  }
  .intro__img03 {
    position: absolute;
    top: 1253px;
    left: 2.5%;
    opacity: 0;
    transform: translateX(-60px);
  }
  .intro__img03 div {
    opacity: 0;
    filter: blur(25px);
    transition: 1s;
  }
  .intro__img04 {
    position: absolute;
    top: 1427px;
    right: 10%;
    opacity: 0;
  }
  .intro__img01.inview,
  .intro__img03.inview {
    animation: introleft 4s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 forwards;
  }
  .intro__img01.inview > div,
  .intro__img03.inview > div {
    filter: blur(0px);
    opacity: 1;
    perspective: 1000px;
    backface-visibility: hidden;
  }
  .intro__img02.inview,
  .intro__img04.inview {
    animation: introright 4s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 forwards;
  }
  @keyframes introleft {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes introright {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* feature
  ---------------------------------------------------------------------- */
  .feature {
    padding: 150px 0 130px;
    position: relative;
  }
  .feature .ctitle {
    margin-bottom: 30px;
  }
  .feature .ctitle__logo {
    color: var(--accent-color);
  }
  .feature .deco__mask {
    position: absolute;
    left: min(0px, (-100vw + 1600px) / 2);
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .feature__inr {
    display: flex;
    align-items: flex-start;
    gap: 3%;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 20px;
  }
}
@media (min-width: 1001px) and (min-width: 1400px) {
  .feature__inr {
    gap: min(6%, 80px);
  }
}
@media (min-width: 1001px) {
  .feature__aside {
    width: 224px;
    position: sticky;
    text-align: center;
    top: 60px;
    padding-top: 140px;
  }
  .feature__aside-txt {
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 2.2;
    writing-mode: vertical-rl;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 50px;
  }
  .feature__body {
    width: 76%;
    min-width: 0;
    position: relative;
  }
  .feature__intro {
    position: relative;
    padding-bottom: 325px;
  }
  .feature__intro-inr {
    max-width: 1080px;
    margin: 0 0 0 auto;
    padding: 0 3%;
  }
  .feature__intro-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.22em;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .feature__intro-ttl span {
    color: var(--accent-color);
    font-size: 4.4rem;
    line-height: 1;
  }
  .feature__intro-txt {
    letter-spacing: 0.2em;
    line-height: 2.25;
  }
  .feature__img img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
  }
  .feature__content {
    flex: 0 0 247px;
    padding: 0px 0 15px;
    position: relative;
  }
  .feature__txt {
    margin-bottom: 45px;
    letter-spacing: 0.02em;
    color: #35445C;
    font-weight: 600;
  }
  .feature__note {
    color: #1EA264;
    font-size: 1.9rem;
    line-height: 1.57;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .feature__intro .js_slider {
    margin-bottom: 55px;
    font-size: 0;
  }
  .feature__intro .js_thumbs {
    font-size: 0;
    margin-bottom: 80px;
    position: relative;
    max-width: 680px;
    width: 86%;
  }
  .feature__intro .js_thumbs .slick-slide {
    padding: 0 9px;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .feature__intro .js_thumbs .slick-slide:hover {
    opacity: 0.7;
  }
  .feature__intro .thumbs-arrow-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 100%;
    gap: 1vw;
    transform: translate(43%, -50%);
  }
  .feature__intro .prev-arrow,
  .feature__intro .next-arrow {
    width: min(3vw, 55px);
    cursor: pointer;
    height: min(3vw, 55px);
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    transform: rotate(-135deg);
  }
  .feature__intro .prev-arrow:hover,
  .feature__intro .next-arrow:hover {
    opacity: 0.7;
  }
  .feature__intro .next-arrow {
    transform: rotate(45deg);
  }
  .feature__detail {
    padding: 0 0 80px 20px;
    position: relative;
  }
  .feature__detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: min(0px, (-100vw + 1600px) / 2);
    bottom: -130px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.8);
    background: url(../../images/bg_deco.png);
    z-index: -1;
  }
  .feature__detail-list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    gap: 3%;
    margin-left: auto;
    margin-right: 7px;
  }
  .feature__detail-list li {
    max-width: 470px;
    padding-top: 125px;
  }
  .feature__detail-list li:first-of-type {
    margin-top: -107px;
    padding-top: 0;
  }
  .feature__detail-img {
    margin-bottom: 20px;
  }
  .feature__detail-ttl {
    font-size: 3.8rem;
    line-height: 1.57;
    letter-spacing: 0.26em;
    margin-bottom: 10px;
  }
  .feature__detail-txt {
    line-height: 1.875;
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
}
@media (min-width: 1001px) {
  /* cuisine
  ---------------------------------------------------------------------- */
  #cuisine .feature__aside-txt {
    margin-bottom: 20px;
  }
  /* spa
  ---------------------------------------------------------------------- */
  .feature--reverse .feature__inr {
    flex-direction: row-reverse;
    padding-right: 0px;
    padding-left: 20px;
  }
  .feature--reverse .deco__mask {
    left: initial;
    right: min(0px, (-100vw + 1600px) / 2);
  }
  .feature--reverse .feature__intro-inr {
    margin: 0 auto 0 0;
    padding: 0 3% 0 0;
  }
  .feature--reverse .feature__intro-txt,
  .feature--reverse .feature__intro-ttl {
    padding-left: 0;
  }
  .feature--reverse .feature__detail::before {
    left: initial;
    right: min(0px, (-100vw + 1600px) / 2);
  }
  #spa .feature__intro-ttl span {
    color: var(--accent-color2);
    margin-left: -0.15em;
  }
  #spa .ctitle__logo {
    color: var(--accent-color2);
  }
  #spa .feature__detail-list {
    margin: 0 auto 0 0;
    padding: 0 20px 80px 0;
    max-width: 1020px;
    transform: translateX(-20px);
  }
  #spa .feature__detail-list li:first-of-type {
    margin-top: 0;
    padding-top: 125px;
  }
  #spa .feature__detail-list li:last-of-type {
    margin-top: -107px;
    padding-top: 0;
  }
  /* spa
  ---------------------------------------------------------------------- */
  #room .feature__intro-ttl span {
    color: var(--accent-color3);
    margin-left: -0.15em;
  }
  #room .ctitle__logo {
    color: var(--accent-color3);
  }
  #room .feature__intro {
    padding-bottom: 50px;
  }
  #room .deco__mask {
    height: 86.5%;
    bottom: -130px;
  }
  /* facility
  ---------------------------------------------------------------------- */
  #facility .feature__intro-ttl span {
    color: var(--accent-color2);
  }
  #facility .ctitle__logo {
    color: var(--accent-color2);
  }
  /* hiking
  ---------------------------------------------------------------------- */
  .hiking {
    padding: 130px 0 65px;
    position: relative;
  }
  .hiking .ctitle {
    margin-bottom: 65px;
  }
  .hiking .ctitle__logo {
    color: #1EA264;
  }
  .hiking .deco__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hiking__inr {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .hiking__ttl {
    font-size: 1.8rem;
    line-height: 1.77;
    letter-spacing: 0.26em;
    text-align: center;
    margin-bottom: 78px;
  }
  .hiking__ttl span {
    font-size: 2.6rem;
    margin-top: 5px;
    display: block;
  }
  .hiking__video {
    border-radius: 28px;
    margin-bottom: 65px;
    overflow: hidden;
    position: relative;
  }
  .hiking__video::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
    border-left: 103px solid white;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hiking__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hiking__txt {
    text-align: center;
    margin-bottom: 80px;
  }
  .hiking__btn {
    text-align: center;
  }
  /* shightseeing
  ---------------------------------------------------------------------- */
  .shightseeing {
    padding: 120px 0 60px;
    overflow: hidden;
  }
  .shightseeing .ctitle {
    text-align: left;
    line-height: 1.8;
  }
  .shightseeing .ctitle::after {
    content: none;
  }
  .shightseeing .slick-list {
    overflow: visible;
  }
  .shightseeing .slick-slide {
    margin: 0 13px;
    overflow: visible;
    border-radius: 30px;
    overflow: hidden;
  }
  .shightseeing .slick-slide img {
    display: inline-block;
  }
  .shightseeing .slick-slide:nth-of-type(even) {
    transform: translateY(54px);
  }
  .shightseeing .slick-slider {
    padding-bottom: 300px;
  }
  .shightseeing .swiper-slide {
    margin: 0 13px;
    overflow: visible;
    border-radius: 30px;
    overflow: hidden;
  }
  .shightseeing .swiper-slide img {
    display: inline-block;
  }
  .shightseeing .swiper-slide.even {
    transform: translateY(54px);
  }
  .shightseeing .swiper-wrapper {
    transition-timing-function: linear !important;
    padding-bottom: 300px;
  }
  .shightseeing__inr {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 120px 0 120px;
  }
  .access .ctitle {
    margin-bottom: 30px;
  }
  .access .ctitle__logo {
    color: var(--accent-color2);
  }
  .access .cbtn {
    margin-bottom: 55px;
  }
  .access__inr {
    display: flex;
    margin-bottom: 150px;
  }
  .access__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 20px;
  }
  .access__address {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.26em;
    text-align: center;
  }
  .access__tel {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.26em;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }
  .access__tel::before {
    content: "";
    display: block;
    width: 26px;
    height: 33px;
    background: url(../images/icon_tel_black.svg) no-repeat;
    background-size: contain;
  }
  .access__img {
    width: 50%;
  }
  .access__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .access__map {
    height: 500px;
  }
  .access__map iframe {
    width: 100%;
    height: 100%;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: 120px 0 15px;
  }
  .instagram__inr {
    max-width: 857px;
    margin: 0 auto;
  }
  .instagram__ttl {
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    font-family: "Manrope", sans-serif;
    position: relative;
    margin-bottom: 85px;
  }
  .instagram__ttl::after {
    content: "";
    display: block;
    background: url(../images/icon_instagram.svg) no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    bottom: 104%;
    transform: translateX(-50%);
  }
  .instagram__inr iframe {
    margin-bottom: 40px;
  }
  .instagram__list {
    display: flex;
    gap: 20px;
    margin-bottom: 106px;
  }
  .instagram__list li {
    flex: 1;
  }
  .access__map {
    height: 500px;
  }
  .access__map iframe {
    width: 100%;
    height: 100%;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 130px 0 180px;
    position: relative;
  }
  .other .deco__mask {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    bottom: 0;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    padding: 0 0 100px;
  }
  .plan .ctitle {
    margin-bottom: 135px;
  }
  .plan__list {
    display: grid;
    gap: 45px 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .plan__ttl {
    font-size: 3.2rem;
    color: #fff;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 0.18em;
    line-height: 1.625;
    padding: 30px 20px 50px;
    width: 100%;
    text-align: center;
  }
  .plan__ttl span {
    display: block;
    font-size: 2.6rem;
  }
  .plan__item {
    width: 100%;
    height: 100%;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .plan__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.39;
    z-index: 1;
    transition: opacity 0.3s;
  }
  .plan__item:hover {
    opacity: 1;
  }
  .plan__item:hover::before {
    opacity: 0;
  }
  .plan__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .plan__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .plan__item:hover .plan__img img {
    transform: scale(1.1);
  }
  .plan__link {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2rem;
    gap: 20px;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    align-items: center;
  }
  .plan__link::after {
    content: "";
    display: block;
    width: 33px;
    height: 6px;
    background: url(../images/icon_arrow02_w.svg) no-repeat;
    background-size: contain;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq {
    padding: 100px 0 0;
    text-align: center;
  }
  .faq .ctitle {
    margin-bottom: 35px;
  }
  .faq .ctitle__logo {
    color: #BABABA;
  }
  .faq__txt {
    font-size: 1.8rem;
    letter-spacing: 0.26em;
    line-height: 2.8;
    text-align: center;
    margin-bottom: 25px;
  }
  /* mv__video (2025/10/29 追記)
  ---------------------------------------------------------------------- */
  .mv__video {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .mv__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .movie__btn {
    margin-top: 1em;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 20;
  }
  .movie__btn button {
    font-size: 12px;
    padding: 0.5em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    border: 1px solid #FFF;
    background-color: initial;
    cursor: pointer;
    color: #FFF;
    /*text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
              -1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
              1px -1px 10px rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
              -1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);*/
  }
}
@media (max-width: 1000px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100%;
    position: relative;
  }
  #mv .mv__video img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__logo {
    margin-bottom: 20px;
    position: relative;
  }
  .mv__logo img {
    margin: 0 auto;
    width: 371px;
  }
  .mv__content {
    position: absolute;
    top: 46%;
    left: 38%;
  }
  .mv__ttl {
    width: auto;
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    transform: translate(-50%, -50%);
    z-index: 10;
    white-space: nowrap;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    padding: 7vw 0 5vw;
    position: relative;
  }
  .news .arrow-box {
    display: none;
  }
  .news__head {
    display: flex;
    justify-content: space-between;
    padding: 0 6vw;
    margin-bottom: 4.5vw;
  }
  .news__ttl {
    font-size: 3.2rem;
    letter-spacing: 0.26em;
    line-height: 1.5;
    text-align: left;
  }
  .news__ttl .en {
    display: block;
    font-size: max(10px, 2rem);
    font-weight: bold;
  }
  .news__inr {
    padding: 0 6vw 0 4vw;
  }
  .news__list {
    margin-right: -6vw;
    margin-left: -1vw;
  }
  .news__list .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .news__list .slick-slide {
    margin: 0 2vw;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 2vw;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
    font-size: 2.45rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1vw;
  }
  .news__cate {
    width: fit-content;
    color: #FFF;
    padding: 0.2em 0.5em;
    line-height: 1.2;
  }
  .news__cate.cat--topic {
    background-color: #ED1E79;
  }
  .news__cate.cat--news {
    background-color: #22b573;
  }
  .news__cate.cat--blog {
    background-color: #8d81bb;
  }
  .news__cate.cat--event {
    background-color: #399fff;
  }
  .news__cate.cat--sonota {
    background-color: #999999;
  }
  .news__txt {
    letter-spacing: 0.075em;
    line-height: 1.75;
  }
  .news__link {
    text-align: center;
    display: block;
    color: var(--accent-color);
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    letter-spacing: 0;
  }
  .news__link a {
    display: inline-block;
    padding-right: 2.5vw;
    position: relative;
  }
  .news__link a::after {
    content: "";
    display: block;
    width: 5.26rem;
    height: 0.867rem;
    background: url(../images/icon_arrow02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro {
    padding: 15vw 0 20vw;
    background: url(../images/index/bg_intro.jpg) no-repeat center;
    background-size: cover;
    height: 282.1rem;
  }
  .intro .w1600,
  .intro .mainw {
    width: 84vw;
    height: 100%;
  }
  .intro .marker {
    width: 100%;
  }
  .intro__inr {
    position: relative;
  }
  .intro__content {
    position: sticky;
    top: 20vw;
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
    opacity: 1;
    transition: opacity 1s;
    transition-delay: 0.5s;
  }
  .intro__content.is-bottom {
    opacity: 0;
  }
  .intro__ttl {
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 5vw;
    opacity: 0;
    filter: blur(25px);
  }
  .intro__txt-wrap {
    opacity: 0;
    filter: blur(25px);
  }
  .intro__txt {
    letter-spacing: 0;
    line-height: 1.92;
  }
  .intro__ttl span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: all 1s ease-out;
  }
  .intro__ttl.is-view span {
    opacity: 1;
    transform: translateY(0);
  }
  .intro__txt span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
  }
  .intro__txt-wrap.is-view span {
    opacity: 1;
    transform: translateY(0);
  }
  .intro__img01 {
    position: absolute;
    width: 27.2rem;
    top: 15vw;
    left: -2vw;
    opacity: 0;
  }
  .intro__img02 {
    position: absolute;
    width: 48rem;
    top: 30.4%;
    right: -6vw;
    opacity: 0;
  }
  .intro__img03 {
    position: absolute;
    width: 48rem;
    top: 46.5%;
    left: -9vw;
    opacity: 0;
  }
  .intro__img04 {
    position: absolute;
    width: 31.2rem;
    top: 62%;
    right: -4vw;
    opacity: 0;
  }
  .intro__img01.inview,
  .intro__img03.inview {
    animation: introleft 4s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 forwards;
  }
  .intro__img02.inview,
  .intro__img04.inview {
    animation: introright 4s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 forwards;
  }
  @keyframes introleft {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes introright {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* feature
  ---------------------------------------------------------------------- */
  .feature {
    padding: 35vw 0 0;
    position: relative;
  }
  .feature .ctitle {
    margin-bottom: 8vw;
  }
  .feature .ctitle__logo {
    color: var(--accent-color);
  }
  .feature .deco__mask {
    position: absolute;
    top: 33vw;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
  }
  .feature__inr {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    padding: 0 6vw;
  }
  .feature__aside-txt {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    line-height: 1.92;
    margin: 0 auto 10.6vw;
    text-align: center;
  }
  .feature__body {
    min-width: 0;
  }
  .feature__intro {
    padding-bottom: 18vw;
  }
  .feature__intro .js_slider {
    margin-bottom: 4vw;
    font-size: 0;
  }
  .feature__intro .js_thumbs {
    font-size: 0;
    margin-bottom: 7.5vw;
    width: 100%;
  }
  .feature__intro .js_thumbs .slick-slide {
    padding: 0 1.2vw;
  }
  .feature__intro .thumbs-arrow-box {
    display: none;
  }
  .feature__intro .prev-arrow,
  .feature__intro .next-arrow {
    width: min(3vw, 55px);
    cursor: pointer;
    height: min(3vw, 55px);
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    transform: rotate(-135deg);
  }
  .feature__intro .prev-arrow:hover,
  .feature__intro .next-arrow:hover {
    opacity: 0.7;
  }
  .feature__intro .next-arrow {
    transform: rotate(45deg);
  }
  .feature__intro-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.07em;
    line-height: 1.9;
    margin-bottom: 7vw;
    text-align: center;
  }
  .feature__intro-ttl span {
    color: var(--accent-color);
    font-size: 6rem;
    line-height: 1;
  }
  .feature__intro-txt {
    letter-spacing: 0.1em;
    line-height: 2.25;
    margin-bottom: 16vw;
    text-align: center;
  }
  .feature__img img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
  }
  .feature__content {
    flex: 0 0 247px;
    padding: 0px 0 15px;
    position: relative;
  }
  .feature__txt {
    margin-bottom: 45px;
    letter-spacing: 0.02em;
    color: #35445C;
    font-weight: 600;
  }
  .feature__note {
    color: #1EA264;
    font-size: 1.9rem;
    line-height: 1.57;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .feature__detail {
    padding: 12vw 0 19vw;
    position: relative;
  }
  .feature__detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6vw;
    bottom: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0.8);
    background: url(../../images/bg_deco.png);
    z-index: -1;
  }
  .feature__detail-list {
    display: flex;
    flex-direction: column;
    gap: 22vw;
    padding: 0 3vw;
  }
  .feature__detail-img {
    margin-bottom: 3vw;
  }
  .feature__detail-ttl {
    font-size: 4.8rem;
    line-height: 1.57;
    letter-spacing: 0.26em;
    margin-bottom: 1.5vw;
    text-align: center;
  }
  .feature__detail-txt {
    line-height: 1.69;
    letter-spacing: 0.12em;
    margin-bottom: 6.5vw;
    text-align: center;
  }
  .feature__detail-link {
    text-align: center;
    padding-right: 12vw;
  }
  /* cuisine
  ---------------------------------------------------------------------- */
  #cuisine .feature__aside-txt {
    letter-spacing: 0;
  }
  #cuisine .cbtn {
    top: 36.5%;
    bottom: initial;
  }
  /* spa
  ---------------------------------------------------------------------- */
  #spa .feature__intro-ttl span {
    color: var(--accent-color2);
    margin-left: -0.15em;
  }
  #spa .ctitle__logo {
    color: var(--accent-color2);
  }
  #spa .deco__mask {
    left: initial;
    right: 0;
  }
  #spa .cbtn {
    top: 37.2%;
    bottom: initial;
  }
  /* spa
  ---------------------------------------------------------------------- */
  #room .feature__intro-ttl span {
    color: var(--accent-color3);
    margin-left: -0.15em;
  }
  #room .ctitle__logo {
    color: var(--accent-color3);
  }
  #room .feature__intro-txt {
    letter-spacing: 0.12em;
  }
  /* facility
  ---------------------------------------------------------------------- */
  #facility.feature {
    padding: 35vw 0 7vw;
  }
  #facility .feature__intro-ttl span {
    color: var(--accent-color2);
  }
  #facility .ctitle__logo {
    color: var(--accent-color2);
  }
  /* hiking
  ---------------------------------------------------------------------- */
  .hiking {
    padding: 16vw 0 11vw;
    position: relative;
    overflow: hidden;
  }
  .hiking .ctitle {
    margin-bottom: 8vw;
  }
  .hiking .ctitle__logo {
    color: #1EA264;
  }
  .hiking .deco__mask {
    position: absolute;
    top: 13vw;
    left: 0;
    width: 100%;
    height: calc(100% - 13vw);
    z-index: -1;
  }
  .hiking__inr {
    max-width: 1240px;
    padding: 0 6vw;
    margin: 0 auto;
  }
  .hiking__ttl {
    font-size: 2.6rem;
    line-height: 1.77;
    letter-spacing: 0.26em;
    text-align: center;
    margin-bottom: 10.5vw;
  }
  .hiking__ttl span {
    font-size: 3.4rem;
    margin-top: 5px;
    display: block;
  }
  .hiking__video {
    border-radius: 1.52rem;
    margin-bottom: 3vw;
    overflow: hidden;
    position: relative;
  }
  .hiking__video::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6.8vw solid transparent;
    border-bottom: 6.8vw solid transparent;
    border-left: 13.0666666667vw solid white;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hiking__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hiking__txt {
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 13vw;
  }
  .hiking__btn {
    text-align: center;
  }
  /* shightseeing
  ---------------------------------------------------------------------- */
  .shightseeing {
    padding: 120px 0 18vw;
    overflow: hidden;
  }
  .shightseeing .ctitle {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10.5vw;
    margin-left: 4.5vw;
  }
  .shightseeing .ctitle::after {
    content: none;
  }
  .shightseeing .slick-list {
    overflow: visible;
  }
  .shightseeing .slick-slide {
    margin: 0 2vw;
    overflow: visible;
    border-radius: 3rem;
    overflow: hidden;
  }
  .shightseeing .slick-slide img {
    display: inline-block;
  }
  .shightseeing .slick-slide:nth-of-type(even) {
    transform: translateY(-6.5vw);
  }
  .shightseeing .slick-slider {
    padding-bottom: 20.5vw;
  }
  .shightseeing .swiper-slide {
    margin: 0 2vw;
    overflow: visible;
    border-radius: 3rem;
    overflow: hidden;
  }
  .shightseeing .swiper-slide img {
    display: inline-block;
  }
  .shightseeing .swiper-slide.even {
    transform: translateY(6.5vw);
  }
  .shightseeing .swiper-wrapper {
    transition-timing-function: linear !important;
    padding-bottom: 28vw;
    overflow: visible;
  }
  .shightseeing__inr {
    max-width: 1240px;
    margin: 0 auto;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 66vw 0 46vw;
    position: relative;
    overflow: hidden;
  }
  .access .ctitle {
    position: absolute;
    top: 35vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .access .ctitle__logo {
    color: var(--accent-color2);
  }
  .access .cbtn-map {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20vw;
  }
  .access__inr {
    display: flex;
    flex-direction: column-reverse;
  }
  .access__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vw;
  }
  .access__address {
    font-size: 3.3rem;
    line-height: 1.81;
    letter-spacing: 0.26em;
    text-align: center;
    margin-bottom: 7vw;
  }
  .access__tel {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.26em;
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-bottom: 7.5vw;
  }
  .access__tel::before {
    content: "";
    display: block;
    width: 2.6rem;
    height: 3.3rem;
    background: url(../images/icon_tel_black.svg) no-repeat;
    background-size: contain;
  }
  .access__img {
    margin: 0 -6vw 13vw;
  }
  .access__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .access__map {
    height: 50rem;
    margin: 0 -6vw;
  }
  .access__map iframe {
    width: 100%;
    height: 100%;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: 15vw 0 20vw;
  }
  .instagram__inr {
    max-width: 857px;
    margin: 0 auto;
  }
  .instagram__ttl {
    font-size: 3.9rem;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    font-family: "Manrope", sans-serif;
    position: relative;
    margin-bottom: 13vw;
  }
  .instagram__ttl::after {
    content: "";
    display: block;
    background: url(../images/icon_instagram.svg) no-repeat;
    background-size: contain;
    width: 6.6rem;
    height: 6.6rem;
    position: absolute;
    left: 50%;
    bottom: 104%;
    transform: translateX(-50%);
  }
  .instagram__inr iframe {
    margin-bottom: 6vw;
  }
  .instagram__list {
    display: flex;
    gap: 2.5%;
    margin-bottom: 17.5vw;
  }
  .instagram__list li {
    flex: 1;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 15vw 0 22vw;
    position: relative;
  }
  .other .deco__mask {
    position: absolute;
    top: 13vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    padding: 0 0 26vw;
  }
  .plan .ctitle {
    letter-spacing: 0.1em;
    margin-bottom: 15vw;
  }
  .plan__list {
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }
  .plan__ttl {
    font-size: 3.84rem;
    color: #fff;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 0.18em;
    line-height: 1.625;
    padding: 3rem 2rem 6.5rem;
    width: 100%;
    text-align: center;
  }
  .plan__ttl span {
    display: block;
    font-size: 2.4rem;
  }
  .plan__item {
    width: 100%;
    height: 100%;
    min-height: 25.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .plan__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.39;
    z-index: 1;
    transition: opacity 0.3s;
  }
  .plan__item:hover {
    opacity: 1;
  }
  .plan__item:hover::before {
    opacity: 0;
  }
  .plan__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .plan__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .plan__item:hover .plan__img img {
    transform: scale(1.1);
  }
  .plan__link {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 2.5vw;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.4rem;
    gap: 4vw;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    align-items: center;
  }
  .plan__link::after {
    content: "";
    display: block;
    width: 3.95rem;
    height: 0.65rem;
    background: url(../images/icon_arrow02_w.svg) no-repeat;
    background-size: contain;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq {
    padding: 15vw 0 0;
    text-align: center;
  }
  .faq .ctitle {
    letter-spacing: 0.1em;
    margin-bottom: 35px;
  }
  .faq .ctitle__logo {
    color: #BABABA;
  }
  .faq__txt {
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 14vw;
  }
  /* mv__video (2025/10/29 追記)
  ---------------------------------------------------------------------- */
  .mv__video {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
    line-height: 1;
  }
  .mv__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .movie__btn {
    text-align: center;
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    z-index: 20;
  }
  .movie__btn button {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.2em 1em;
    border-radius: 10vw;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    border: 1px solid #FFF;
    background-color: initial;
    cursor: pointer;
    color: #FFF;
  }
}

/*# sourceMappingURL=index.css.map */
