
/*====================================================
////id |  mv
====================================================*/
#mv {
  display: grid;
    grid-template-rows: 1fr auto;
  height: 100vh;
  height: 100dvh;
}
.mv-content {
  color: #fff;
  display: flex;
    align-items: center;
  font-weight: 500;
  padding-top: var(--header_h);
  position: relative;
}
.mv-img.swiper {
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
}
.mv-img .coverImg {
  padding-top: 0;
  height: 100%;
}
#mv .swiper-controls {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .45));
  font-size: .84rem;
  margin: auto;
  position: absolute;
  z-index: 5;
}
#mv .swiper-controls-button {
  filter: brightness(0) invert(10);
  width: 35px;
}

.mv-inner {
  text-shadow: 0 0 12px rgba(0, 0, 0, .25);
}
.mv-catch_copy-en {
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
  text-shadow: none;
}
.mv-catch_copy-jp {
  font-size: min(4.8vw, 3.5rem);
  font-weight: 700;
}
.mv-point {
  display: flex;
    flex-wrap: wrap;
    gap: .5em .7em;
  font-size: min(3.2vw, 2.2rem);
  margin-top: 1em;
}
.mv-point li {
  border: solid 1px;
  border-radius: 2px;
  line-height: 1.2;
  padding: .2em 1.45em .3em;
}
.mv-text {
  font-size: min(3.2vw, 1.8rem);
  margin-top: 1.7em;
}

.mv-news {
  background: url('../img/cmn/green_bg-long.webp') no-repeat center / cover;
}
.mv-news-inner {
  padding: min(3.2vw, 30px) 0;
}
.mv-news-link {
  display: grid;
    align-items: center;
    grid-gap: .2em 1.5em;
  line-height: 1.5;
}
.mv-news .cate_item {
  background: transparent;
  color: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .mv-news-item-wrapper {
    height: 3.75em;
  }
  #mv .mv-news-item {
    display: flex;
      flex-direction: row;
      justify-content: flex-start;
  }
  .mv-news-link {
    grid-template-columns: 1fr;
  }

}
@media screen and (max-width: 960.0px) {
  #mv {
    height: auto;
      min-height: min(100vh, 1000px);
  }
  #mv .swiper-controls {
    transform: scale(.7);
    left: 0;
    right: 0;
    bottom: 15px
  }
  .mv-content {
    padding-top: calc(var(--header_h) * 1.5);
  }
  .mv-catch_copy-en {
    font-size: min(22vw, 13rem);
    margin-bottom: min(20vw, 80px);
  }
}

/* ////////// PC ////////// */
@media screen and (min-width: 769.1px) {
  #mv .mv-news-item {
    display: flex;
      flex-direction: row;
      justify-content: flex-end;
  }
  .mv-news-item-wrapper {
    height: 1.75em;
  }
  .mv-news-link {
    grid-template-columns: auto auto;
  }
}
@media print,screen and (min-width: 960.1px) {
  #mv {
    min-height: 400px;
  }
  #mv .swiper-controls {
    right: 3.5vw;
    bottom: 3.5vw;
  }
  .mv-catch_copy-en {
    font-size: min(11.5vw, 16rem);
    margin-bottom: 30px;
  }
  .mv-text {
    font-weight: 700;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  about
====================================================*/
.about-inner {
  padding: min(20vw, 170px) 0 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .about-content {
    display: grid;
      grid-gap: min(8.5vw, 40px);
    margin: auto;
    max-width: 600px;
  }
  .about-content-head {
    display: grid;
      grid-gap: min(12vw, 60px);
  }
  .about-logo {
    display: flex;
      justify-content: center;
  }
  .about-logo img {
    max-height: 130px;
  }
  .about-content-img {
    display: none;
  }
  .about-content-text {
    display: grid;
      grid-gap: min(8.5vw, 40px);
  }
  .about-img {
    display: grid;
      grid-gap: min(9.5vw, 45px);
      grid-template-columns: 40% 1fr;
    margin-top: min(12.5vw, 60px);
  }
  .about-img-item:nth-child(1) {
    padding-bottom: min(9.8vw, 45px);
  }
  .about-img-item:nth-child(1) figure {
    margin: 0 0 0 auto;
    width: min(34.66vw, 250px);
  }
  .about-img-item:nth-child(2) {
    display: flex;
      align-items: flex-end;
    padding-top: min(10vw, 100px);
  }
  .about-img-item:nth-child(2) figure {
    margin: 0 calc(var(--innerBox_margin) * -1) 0 auto;
    width: min(50.66vw, 400px);
  }

  .about-img-item:nth-child(3) {
    grid-column: 1 / 3;
  }
  .about-img-item:nth-child(3) figure {
    margin-left: calc(var(--innerBox_margin) * -1);
    width: 90%;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .about-content {
    display: grid;
      align-items: center;
      grid-gap: min(4vw, 80px) min(3vw, 150px);
      grid-template-columns: 1fr 40%;
  }
  .about-content-head {
    display: grid;
      grid-gap: min(4vw, 80px);
  }
  .about-content-text {
    display: grid;
      grid-gap: min(4vw, 80px);
  }
  .about-logo img {
    max-height: 180px;
  }
  .about-content-img {
    grid-column: 2;
  }
  .about-content-img figure {
    padding-top: 76.5%;
    width: calc(100% + var(--innerBox_margin));
  }
  .about-content-text {
    grid-column: 1 / 3;
  }

  .about-img {
    position: relative;
  }
  .about-img-item:nth-child(1) {
    position: absolute;
      top: -22px;
      right: calc(min(4vw, 32px) * -1);
    width: min(22%, 250px);
    z-index: 5;
  }
  .about-img-item:nth-child(2) {
    position: absolute;
      top: min(25vw, 330px);
      right: min(6.6vw, 80px);
    width: min(30%, 370px);
  }
  .about-img-item:nth-child(3) {
    margin-left: calc(var(--innerBox_margin) * -1);
    padding-top: min(20vw, 260px);
    /* width: 42.7vw; */
    width: min(50vw, 820px);
  }

}
@media screen and (min-width: 1330.1px) {
  .about-content {
    grid-gap: 80px 100px;
    grid-template-columns: 1fr 35%;
  }
  .about-head {
    font-size: 4.2rem;
  }
  .about-content-img {
    grid-row: 1 / 3;
    padding-bottom: min(10vw, 200px);
  }
  .about-content-img figure {
    padding-top: min(40vw, 500px);
    width: calc(100% + var(--innerBox_margin));
  }

  .about-content-text {
    grid-column: 1;
  }
}

@media screen and (min-width: 1600.1px) {
  .about-content {
    grid-gap: 80px 100px;
    grid-template-columns: 1fr min(35%, 300px);
  }
}
@media (hover: hover) {}


/*====================================================
////id |  stay
====================================================*/
.stay-inner {
  padding-top: min(18vw, 220px);
}
.stay-head {
  font-size: min(21.33vw, 20rem);
  position: relative;
}
.stay-head::before {
  background: #fff;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: calc((min(18vw, 220px) + 1px) * -1);
    left: calc(var(--innerBox_wide_margin) * -1);
    right: calc(var(--innerBox_wide_margin) * -1);
  width: calc(100% + (var(--innerBox_wide_margin) * 2));
  height: calc(min(18vw, 220px) + .5em + 1px);
  z-index: -1;
}

.stay-item-head .text {
  color: #fff;
  display: block;
  opacity: .4;
}
.stay-item-sub_head {
  line-height: 1.5;
}
.stay-item-sub_head .sub + .main {
  margin-top: .5em;
}
.stay-item-main .swiper-controls {
  filter: brightness(0) invert(10);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1330.0px) {
  .stay-item-wrapper {
    display: grid;
      grid-gap: min(10vw, 60px);
    margin-top: min(12vw, 80px);
  }
  .stay-item-main {
    display: grid;
    padding-top: calc(min(69.33vw, 600px) - 65px);
    position: relative;
  }
  .stay-item-head-wrapper {
    background: url('../img/cmn/green_bg.webp') no-repeat center / cover;
    color: #fff;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 38px 3vw 50px;
    text-align: center;
    width: min(100%, 600px);
  }
  .stay-item-head {
    font-size: min(12vw, 7rem);
    margin-bottom: .4em;
  }
  .stay-item-sub_head .main {
    font-size: min(5.3333vw, 2.8rem);
  }
  .stay-item-img-wrapper {
    margin: auto;
    position: absolute;
      top: 0;
      left: calc(var(--innerBox_wide_margin) * -1);
    width: calc(100% + (var(--innerBox_wide_margin) * 2));
    z-index: -1;
  }
  .stay-item-img-slide .coverImg {
    padding-top: min(69.33vw, 600px);
  }
  .stay-item-main .swiper-controls {
    grid-row: 1;
    margin: 0;
  }
  .stay-item-text {
    margin: min(5.5vw, 30px) auto 0;
    width: min(100%, 800px);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 1330.1px) {
  .stay-item-wrapper {
    display: grid;
      grid-gap: min(12vw, 150px);
    margin-top: min(15vw, 160px);
  }
  .stay-item-main {
    position: relative;
    min-height: 650px;
  }
  .stay-item-head-wrapper {
    color: #fff;
    padding: min(7vw, 100px) 1.5em min(8vw, 120px) 0;
    position: relative;
    width: 490px;
  }
  .stay-item-head-wrapper::before {
    background: url('../img/cmn/green_bg.webp') no-repeat center / cover;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: 0;
      right: 0;
    width: calc(100% + var(--innerBox_wide_margin));
    height: calc(100% + min(7vw, 100px));
    z-index: -1;
  }
  .stay-item-head {
    font-size: 8rem;
    margin-bottom: .6em;
  }
  .stay-item-sub_head .sub {
    font-size: 1.8rem;
  }
  .stay-item-sub_head .main {
    font-size: 3.3rem;
  }
  .stay-item-img-wrapper {
    position: absolute;
      top: 0;
      left: 490px;
    width: calc(100% - 490px);
  }
  .stay-item-img {
    width: calc(100% + var(--innerBox_wide_margin));
  }
  .stay-item-img-slide .coverImg {
    padding-top: 650px;
  }
  .stay-item-main .swiper-controls {
    justify-content: flex-start;
    margin: 0;
    width: 490px;
  }
  .stay-item-text {
    margin: 50px auto 0;
    width: min(100%, 1200px);
  }

  .stay-item:nth-child(even) .stay-item-head-wrapper {
    margin: 0 0 0 auto;
    padding: min(7vw, 100px) 0 min(8vw, 120px) 1.5em;
    text-align: right;
  }
  .stay-item:nth-child(even) .stay-item-head-wrapper::before {
    right: auto;
    left: 0;
  }
  .stay-item:nth-child(even) .stay-item-img-wrapper {
    left: auto;
    right: calc(490px + var(--innerBox_wide_margin));
  }
  .stay-item:nth-child(even) .stay-item-main .swiper-controls {
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }

}

@media (hover: hover) {}



/*====================================================
////id |  link_area
====================================================*/
#link_area {
  border: solid var(--color_1);
  border-width: 1px 0;
}
.link_area-inner {
  padding: 0;
}
.link_area-item-wrapper {
  display: flex;
    flex-wrap: wrap;
}
.link_area-item {
  display: flex;
    align-items: center;
    justify-content: center;
  padding: 30px;
  text-align: center;
}
.link_area-item .title {
  color: #7FAEAD;
  margin-bottom: .8em;
}
.link_area-item-link {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
  font-weight: 700;
}
.link_area-item-link img {
  height: 2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .link_area-item-wrapper {
    flex-direction: column;
  }
  .link_area-item {
    border-top: solid 1px var(--color_1);
    min-height: min(37.333vw, 200px);
  }
  .link_area-item:first-child {
    border-top: none;
  }
  .link_area-item > div {
    width: min(100%, 500px);
  }
  .link_area-item .title {
    font-size: min(5.333vw, 3rem);
  }
  .link_area-item-link {
    font-size: min(4.2666vw, 2rem);
  }
  .link_area-item-link .text {
    flex: 1;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .link_area-inner {
    width: 100%;
      max-width: 1200px;
  }
  .link_area-item {
    flex: 1;
    min-width: 50%;
    min-height: 245px;
  }
  .link_area-item:nth-child(even) {
    border-left: solid 1px var(--color_1);
  }
  .link_area-item .title {
    font-size: 3rem;
  }
  .link_area-item-link {
    font-size: min(1.8vw, 2rem);
  }

}

@media (hover: hover) {}



/*====================================================
////id |  area_guide
====================================================*/
.area_guide-head {
  margin-bottom: min(8.5vw, 80px);
  text-align: left;
}
.area_guide-head .en {
  font-size: min(16.5333vw, 14.5rem);
}
.area_guide-content {
  margin-top: min(10.5vw, 80px);
}
.area_guide-item-link {
  display: block;
  width: 100%;
}
.area_guide-item-img {
  position: relative;
}
.area_guide-item-img .coverImg {
  padding-top: 84%;
}
.area_guide-item-img .category {
  position: absolute;
    top: 16px;
    left: 16px;
  width: calc(100% - 32px);
}
.area_guide-link .btn_wrap {
  justify-content: center;
  margin-top: min(8.5vw, 88px);
}
.area_guide-item-text {
  display: flex;
    justify-content: center;
  margin-top: 16px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  #area_guide {
    overflow: hidden;
  }
  .area_guide-item-wrapper.swiper {
    overflow: visible;
  }
  .area_guide-item {
    width: min(76vw, 400px) !important;
  }

}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .area_guide-content .swiper-wrapper {
    display: grid;
      grid-gap: min(5vw, 56px) min(2vw, 30px);
      grid-template-columns: repeat(3, 1fr);
    transform: none !important;
  }
  #area_guide .area_guide-item {
    display: block;
  }

}

@media (hover: hover) {}



/*====================================================
////id |  faq
====================================================*/
.faq-head .en {
  font-size: min(16.533vw, 14.5rem);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1330.0px) {
  .faq-inner {
    max-width: 970px;
  }
  .faq-head-wrapper {
    display: flex;
      justify-content: flex-end;
  }
  .faq-head {
    margin-bottom: min(6.4vw, 50px);
    text-align: left;
  }
  .faq-link .btn_wrap {
    margin-top: min(8.5vw, 50px);
    justify-content: center;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 1330.1px) {
  .faq-inner {
    display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: 1fr auto;
      justify-content: space-between;
      grid-gap: 100px min(5vw, 80px);
  }
  .faq-head {
    place-items: end;
  }
  .faq-item-wrapper {
    grid-column: 1;
    grid-row: 1 / 3;
    max-width: 800px;
  }
  .faq-link .btn_wrap {
    justify-content: flex-end;
  }
}

@media (hover: hover) {}



/*====================================================
////id |  news
====================================================*/
.news-head {
  text-align: left;
}
.news-head .en {
  font-size: min(16.533vw, 14.5rem);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 1330.0px) {
  .news-inner {
    max-width: 970px;
  }
  .news-head {
    margin-bottom: min(6.4vw, 50px);
    text-align: left;
  }
  .news-link .btn_wrap {
    margin-top: min(8.5vw, 50px);
    justify-content: center;
  }

}

/* ////////// PC ////////// */
@media print,screen and (min-width: 1330.1px) {
  .news-inner {
    display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: 1fr auto;
      justify-content: space-between;
      grid-gap: 100px min(5vw, 80px);
  }
  .news-content {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0 0 0 auto;
    width: min(100%, 800px);
  }
  .news-item-wrapper {
    display: grid;
      grid-template-columns: auto 1fr;
  }
  .news-item {
    display: grid;
      grid-template-columns: subgrid;
    grid-column: span 2;
    padding: 3em 0;
  }
  .news-link .btn_wrap {
    justify-content: flex-start;
  }
}

@media (hover: hover) {}



/*====================================================
////id |  xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {}

