@charset "UTF-8";
/* ---レスポンシブサイズ---
/*---変数---*/
/* :root {
  --base_font: "Shippori Mincho", serif;
  --sub_font: "Shippori Mincho", serif;
  --mc01: #2a908b;
  --mc02: #556b5b;
  --sc: #894b14;
  --fc: #333;
  --bc: #f5f7f5;
  --red: #b10000;
  --hd_mt: 70px;
}

@media screen and (min-width: 768px) {
  :root {
    --mq: 10.24;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --mq: 7.5;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --hd_mt: 121px;
  }
} */
/*【共通】パーツ
----------------------------------------------------------------*/
/* リンク */
/* a,
a * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */
/* 
a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  color: var(--fc);
  font-size: 1.4rem;
  font-family: var(--base_font);
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base_font);
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}

*:focus {
  outline: none;
} */

/*-----line-hight-----*/
/* p,
li,
dl,
tr {
  margin: 0;
  padding: 0;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: clamp(1.8rem, 0.9rem + 2.43vw, 4rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
} */

/* リンク */
/* a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
} */

/*phone*/
/* @media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} */
/*---display---*/
/* .pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
} */

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  font-size: clamp(2.6rem, 2rem + 1.55vw, 4rem);
  position: relative;
  margin-inline: 0 auto;
  text-align: left;
}
.cmn-ttl__jp {
  display: block;
  color: #000;
  margin-top: clamp(0.5rem, -0.5rem + 2.76vw, 3rem);
}
.cmn-ttl__jp strong {
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  .cmn-ttl__jp strong {
    display: inline;
  }
}
.cmn-ttl__en {
  display: block;
  color: #666;
  font-size: clamp(1.8rem, 0.9rem + 2.43vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 1024px){
  .cmn-ttl__en.--small{
    font-size: clamp(3rem, 1rem + 1.95vw, 3.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .cmn-ttl.--hot-spring {
    text-align: center;
  }
}
.cmn-ttl.--hot-spring .cmn-ttl__en {
  margin-top: clamp(0.5rem, -0.1rem + 1.66vw, 2rem);
  font-size: clamp(1.6rem, 0.8rem + 2.21vw, 3.6rem);
  line-height: 1.667;
}
.cmn-ttl.--catch .cmn-ttl__en {
  letter-spacing: 0.105em;
}

.cmn-btn {
  width: 100%;
  height: 100%;
}
.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
}
.cmn-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(/system_panel/uploads/images/bg-top-new.jpg) no-repeat center center/cover;
  transition: 0.4s;
}
.cmn-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 12px;
  background: url(/system_panel/uploads/images/icon-arw.png) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .cmn-btn__link:hover::before {
    width: 100%;
  }
}
.cmn-btn__st {
  z-index: 1;
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

/* --- header ---*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .hd {
    height: 120px;
  }
}
@media screen and (min-width: 1441px) {
  .hd {
    height: 150px;
  }
}
.hd-cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 50px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  .hd-cnt {
    padding-inline: 20px;
  }
}
.hd-cnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: url(/system_panel/uploads/images/bg-header.png) no-repeat bottom center/100% 100%;
  aspect-ratio: 375/80;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .hd-cnt::before {
    background: url(/system_panel/uploads/images/bg-header.png) no-repeat bottom center/100% auto;
    aspect-ratio: 1920/210;
  }
}
.hd-name {
  z-index: 1001;
}
.hd-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  gap: 12px;
  width: auto;
  line-height: 1;
  z-index: 1001;
}
@media screen and (min-width: 1024px) {
  .hd-logo {
    gap: 5px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1360px) {
  .hd-logo {
    gap: 16px;
  }
}
.hd-logo__ph {
  width: 100px;
  aspect-ratio: 270/92;
}
@media screen and (min-width: 1024px) {
  .hd-logo__ph {
    width: 135px;
  }
}
.hd-nav {
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding-block: 90px 50px;
  width: 100%;
  max-width: 460px;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7450980392);
  overflow-y: auto;
  opacity: 0;
  transition:
    transform 0.2s,
    opacity 0.2s,
    visibility 0s 0.2s;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .hd-nav {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .hd-nav {
    position: relative;
    left: 0;
    justify-content: flex-end;
    flex-direction: row;
    gap: 16px;
    padding: 0;
    max-width: none;
    height: 100%;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1360px) {
  .hd-nav {
    gap: 30px;
  }
}
.hd-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column-reverse;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .hd-nav__list {
    flex-direction: column;
  }
}
.hd-nav .nav-list {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hd-nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
@media screen and (min-width: 1360px) {
  .hd-nav .nav-list {
    gap: 24px;
  }
}
.hd-nav .nav-list__item {
  padding: 0;
  line-height: 1;
  text-align: center;
}
.hd-nav .nav-list__item.--phone {
  padding-right: 7px;
}
.hd-nav .nav-list__item.--phone .nav-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.hd-nav .nav-list__item.--phone .nav-list__link-icon {
  width: 19px;
  aspect-ratio: 1;
}
.hd-nav .nav-list__item.--phone .nav-list__link-st {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.13em;
}
.hd-nav .nav-list__item.--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.hd-nav .nav-list__item.--sns .nav-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd-nav .nav-list__item.--sns .nav-list__link-icon {
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (min-width: 1024px) {
  .hd-nav .nav-list__item.--sns .nav-list__link-icon {
    width: 40px;
  }
}
.hd-nav .nav-list__link {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .hd-nav .nav-list__link {
    padding: 0;
  }
}
.hd-nav .nav-list__link-st {
  /* display: block; */
  font-family: var(--sub_font);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.667;
}
@media screen and (min-width: 1360px) {
  .hd-nav .nav-list__link-st {
    font-size: 18px;
  }
}
.hd-nav .nav-list__link-st p {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .hd-nav .nav-list__link:hover {
    opacity: 0.7;
  }
}
.hd-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 180px;
  height: 48px;
  height: 75px;
  background-color: #5a6d18;
  color: #fff;
  aspect-ratio: 220/75;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .hd-nav__btn-link {
    width: min(17.1875vw, 22rem);
  }
}
.hd-nav__btn-icon {
  width: 22px;
  aspect-ratio: 44/33;
}
.hd-nav__btn-st {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 1360px) {
  .hd-nav__btn-st {
    font-size: 18px;
  }
}
.hd-toggle {
  position: relative;
  display: block;
  width: 92px;
  height: 100%;
  cursor: pointer;
  z-index: 1002;
}
@media screen and (min-width: 1024px) {
  .hd-toggle {
    display: none;
  }
}
.hd-toggle__inr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 16px;
}
.hd-toggle__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  color: #fff;
  transition: 0.35s ease-in-out;
}
.hd-toggle__line:nth-child(1) {
  top: 0;
}
.hd-toggle__line:nth-child(2) {
  top: 8px;
}
.hd-toggle__line:nth-child(3) {
  position: relative;
  top: 16px;
}
.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition:
    transform 0.4s,
    opacity 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle__txt {
  color: #333;
  visibility: hidden;
}
.hd.open .hd-toggle__txt::after {
  visibility: visible;
}
.hd.open .hd-toggle__line:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle__line:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle__line:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

/* --- footer ---*/
.ft__head {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ft__head {
    flex-direction: row;
  }
}
.ft__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-block: clamp(9rem, 8.6rem + 1.1vw, 10rem) clamp(10rem, 5.4rem + 12.15vw, 21rem);
  width: 100%;
  background: #373e1e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ft__info {
    width: 50%;
  }
}
.ft__info-inr {
  position: relative;
  padding-bottom: 20px;
  padding-left: clamp(3rem, -14.3rem + 22.46vw, 14.5rem);
  max-width: 340px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ft__info-inr {
    max-width: 540px;
  }
}
.ft__info-inr::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5px;
  width: clamp(10rem, 1.7rem + 22.1vw, 30rem);
  aspect-ratio: 300/70;
  background: url(/system_panel/uploads/images/bg-top-illust1.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .ft__info-inr::before {
    top: calc(100% + 15px);
    left: -50px;
  }
}
.ft__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.ft__name-txt {
  width: 100%;
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  color: #fff;
  line-height: 1.25;
}
.ft__logo {
  max-width: clamp(12rem, 9.1rem + 7.73vw, 19rem);
}
.ft .ft-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1rem, -0.5rem + 1.95vw, 2rem);
}
.ft .ft-sns__link-icon {
  display: block;
  width: clamp(3rem, 2.6rem + 0.99vw, 3.9rem);
  aspect-ratio: 1;
}
.ft-data {
  margin-top: 30px;
}
.ft-data__add {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #fff;
  line-height: 1.875;
}
.ft-data__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ft-data__list-label {
  min-width: clamp(8rem, 7.4rem + 1.66vw, 9.5rem);
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #fff;
  line-height: 1.875;
}
.ft-data__list-value {
  flex: 1;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #fff;
  line-height: 1.875;
}
.ft__map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ft__map {
    width: 50%;
  }
}
.ft__map .gmap {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .ft__map .gmap{
    height: 100%;
  }
}
.ft__map iframe {
  width: 100%;
  height: 100%;
}
.ft__cnt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  margin-inline: auto;
  padding-block: 35px 25px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .ft__cnt {
    padding-block: 70px 50px;
  }
}
.ft-nav {
  display: none;
  padding-inline: 24px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .ft-nav {
    width: 100%;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  .ft-nav{
    display: block;
  }
}
.ft-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media screen and (min-width: 768px) {
  .ft-nav__list {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px 12px;
  }
}
@media screen and (min-width: 870px) {
  .ft-nav__list {
    gap: 20px 24px;
  }
}
@media screen and (min-width: 1441px) {
  .ft-nav__list {
    gap: 33px;
  }
}
.ft-nav__item {
  width: calc((100% - 60px) / 2);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ft-nav__item {
    width: auto;
    text-align: center;
  }
}
.ft-nav__link {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .ft-nav__link:hover {
    opacity: 0.6;
  }
}
.ft-nav__st {
  display: block;
  text-align: left;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.313;
}
@media screen and (min-width: 768px) {
  .ft-nav__st {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ft-nav__st {
    font-size: 16px;
  }
}
.ft-copy {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}

/* --- language ---*/
.language {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 10;
}
@media screen and (min-width: 768px){
  .language {
    top: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .language {
    right: 25px;
  }
}
.language__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding-block: 25px 15px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.7450980392);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .language__inr {
    padding-block: 50px 35px;
    width: 58px;
  }
}
.language__ph img {
  width: 26px;
  aspect-ratio: 1;
}
.language .language-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
.language .language-list__link-st {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 2.875;
}
@media screen and (min-width: 768px) {
  .language .language-list__link-st {
    ont-size: 16px;
  }
}
.language .language-list__link.active .language-list__link-st {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: 9px;
}

/* --- cmn-contact ---*/
.cmn-contact {
  padding-block: 50px 115px;
  margin-bottom: -1px;
  background: url(/system_panel/uploads/images/bg-contact.jpg) no-repeat bottom center/100% calc(100% - 217px);
  background: url(/system_panel/uploads/images/bg-contact.jpg) no-repeat bottom center/100% calc(100% - clamp(14rem, 10.8rem + 8.51vw, 21.7rem));
}
.cmn-contact__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: clamp(18rem, 12.4rem + 14.92vw, 31.5rem);
  background: url(/system_panel/uploads/images/bg-contact-ttl.png) no-repeat center center/cover;
  aspect-ratio: 1;
}
.cmn-contact__ttl-st {
  font-size: clamp(1.8rem, 0.9rem + 2.43vw, 4rem);
  color: #000;
  line-height: 1.7;
}
.cmn-contact__head {
  margin-top: 35px;
  text-align: center;
  color: #fff;
}
.cmn-contact__txt {
  font-size: clamp(1.5rem, 1.4rem + 0.33vw, 1.8rem);
  color: #fff;
  line-height: 1.667;
}
.cmn-contact__txt strong {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cmn-contact__txt strong {
    display: inline;
  }
}
.cmn-contact__phone {
  margin-top: 25px;
}
.cmn-contact__phone-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.cmn-contact__phone-icon {
  width: 25px;
  height: 25px;
}
.cmn-contact__phone-st {
  font-size: 30.43px;
  color: #fff;
  line-height: 1.645;
  letter-spacing: 0.13em;
}
.cmn-contact__note {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #fff;
  line-height: 1.875;
}
.cmn-contact__note strong {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cmn-contact__note strong {
    display: inline;
  }
}
.cmn-contact__cnt {
  margin-top: 58px;
}
.cmn-contact .contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .cmn-contact .contact-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.cmn-contact .contact-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: url(/system_panel/uploads/images/bg-contact-list.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 490px;
  aspect-ratio: 490/100;
}
@media screen and (min-width: 768px) {
  .cmn-contact .contact-list__item {
    width: calc((100% - 20px) / 2);
  }
}
.cmn-contact .contact-list__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn-contact .contact-list__item-st {
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2.1rem);
  color: #000;
  line-height: 1.429;
}

/* --- top ---*/
.top {
  background: url(/system_panel/uploads/images/bg-top-body.jpg) repeat center center/contain;
}

.top-mv {
  position: relative;
}
.top-mv__ph {
  height: 100svh;
}
.top-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__ph video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__ttl {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px min(5.078125vw, 6.5rem);
  width: 65vw;
  max-width: 300px;
  aspect-ratio: 1935/396;
}
@media screen and (min-width: 768px) {
  .top-mv__ttl {
    top: 40%;
    flex-direction: row;
    width: 90vw;
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv__ttl {
    top: 45.5%;
    width: 60vw;
    max-width: 900px;
  }
}
.top-mv__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-cnt {
  position: relative;
}

.cnt-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: min(5.2083333333vw, 10rem);
}
@media screen and (min-width: 1024px) {
  .cnt-block {
    flex-direction: row;
  }
}
.cnt-block__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .cnt-block__info {
    padding-top: clamp(4rem, 2.1rem + 4.97vw, 8.5rem);
    width: 600px;
  }
}
.cnt-block__info-ph {
  margin-top: 20px;
  margin-right: calc((50% - 50vw) / 2);
  padding-left: clamp(5rem, 2.9rem + 5.52vw, 10rem);
}
@media screen and (min-width: 1024px) {
  .cnt-block__info-ph {
    margin-top: 8px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .cnt-block__info-ph {
    margin-right: max((1280px - 100vw) / 2, -330px);
  }
}
.cnt-block__info.--center {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .cnt-block__info.--center {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block__info.--small {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block__info.--pt140 {
    padding-top: clamp(7rem, 4.1rem + 7.73vw, 14rem);
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block__info.--pt100 {
    padding-top: clamp(5rem, 2.9rem + 5.52vw, 10rem);
  }
}
.cnt-block__line {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  width: 150px;
  border-top: 1px dashed #000;
}
.cnt-block__txt {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.cnt-block__txt-st:not(:first-child) {
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
.cnt-block__txt-st.--large {
  font-size: clamp(1.4rem, 1.2rem + 0.44vw, 1.8rem);
  line-height: 2.222;
}
@media screen and (min-width: 1024px) {
  .cnt-block__txt-st.--center {
    text-align: center;
  }
}
.cnt-block__anchor {
  margin-top: clamp(2.5rem, 1.3rem + 3.31vw, 5.5rem);
  width: 100%;
  max-width: 354px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .cnt-block__anchor {
    height: 84px;
  }
}
.cnt-block__media {
  position: relative;
  flex: 1;
  z-index: 1;
}
.cnt-block__media-ph {
  flex: 1;
  width: 100%;
  height: auto;
}
.cnt-block__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .cnt-block.--block1 {
    margin-left: calc((100% - 100vw) / 2);
    padding-left: 30px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .cnt-block.--block1 {
    flex-direction: row-reverse;
  }
}
.cnt-block.--block2 {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .cnt-block.--block2 {
    margin-right: calc((100% - 100vw) / 2);
    padding-right: 30px;
    flex-direction: row;
  }
}
.cnt-block.--block3 {
  flex-direction: column;
  gap: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.cnt-block.--block3 .cnt-block__info {
  width: 100%;
}
.cnt-block.--block3 .cnt-block__media {
  position: relative;
  margin-inline: calc((100% - 100vw) / 2);
}
.cnt-block.--block3 .cnt-block__media::before {
  content: "";
  position: absolute;
  top: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1920/489;
  background: url(/system_panel/uploads/images/bg-top-hot-spring2.png) no-repeat center center/cover;
  z-index: -1;
}
.cnt-block.--waterfall .cnt-block__info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -10px;
  width: clamp(10rem, 1.7rem + 22.1vw, 30rem);
  aspect-ratio: 300/70;
  background: url(/system_panel/uploads/images/bg-top-illust1.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--waterfall .cnt-block__info::before {
    left: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block.--waterfall .cnt-block__info::before {
    top: 50px;
    bottom: auto;
  }
}
@media screen and (min-width: 1441px) {
  .cnt-block.--waterfall .cnt-block__info::before {
    left: -10.5vw;
  }
}
.cnt-block.--waterfall .cnt-block__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: clamp(9rem, 1.1rem + 20.99vw, 28rem);
  aspect-ratio: 280/120;
  background: url(/system_panel/uploads/images/bg-top-illust2.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--waterfall .cnt-block__info::after {
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block.--waterfall .cnt-block__info::after {
    right: -5vw;
  }
}
.cnt-block.--hot-spring .cnt-block__info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -10px;
  width: clamp(2.5rem, -1rem + 9.39vw, 11rem);
  aspect-ratio: 110/90;
  background: url(/system_panel/uploads/images/bg-top-illust3.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--hot-spring .cnt-block__info::before {
    top: -60px;
    bottom: auto;
    left: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block.--hot-spring .cnt-block__info::before {
    top: -30px;
  }
}
@media screen and (min-width: 1441px) {
  .cnt-block.--hot-spring .cnt-block__info::before {
    left: -5vw;
  }
}
.cnt-block.--hot-spring .cnt-block__info::after {
  content: "";
  position: absolute;
  bottom: 200px;
  right: -10px;
  width: clamp(10rem, 1.7rem + 22.1vw, 30rem);
  aspect-ratio: 300/70;
  background: url(/system_panel/uploads/images/bg-top-illust1.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--hot-spring .cnt-block__info::after {
    bottom: 130px;
    right: -35px;
  }
}
@media screen and (min-width: 1441px) {
  .cnt-block.--hot-spring .cnt-block__info::after {
    right: -5vw;
  }
}
.cnt-block.--dining .cnt-block__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: clamp(9rem, 1.1rem + 20.99vw, 28rem);
  aspect-ratio: 280/120;
  background: url(/system_panel/uploads/images/bg-top-illust2.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--dining .cnt-block__info::after {
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block.--dining .cnt-block__info::after {
    right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .cnt-block.--dining .cnt-block__info::after {
    right: -5vw;
  }
}
.cnt-block.--stay .cnt-block__info {
  z-index: 2;
}
.cnt-block.--stay .cnt-block__info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -10px;
  width: clamp(12rem, 2.1rem + 26.52vw, 36rem);
  aspect-ratio: 360/180;
  background: url(/system_panel/uploads/images/bg-top-illust6.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--stay .cnt-block__info::before {
    top: -80px;
    bottom: auto;
    left: -35px;
  }
}
@media screen and (min-width: 1441px) {
  .cnt-block.--stay .cnt-block__info::before {
    left: -10.5vw;
  }
}
.cnt-block.--stay .cnt-block__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(10rem, 1.7rem + 22.1vw, 30rem);
  aspect-ratio: 300/70;
  background: url(/system_panel/uploads/images/bg-top-illust1.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cnt-block.--stay .cnt-block__info::after {
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .cnt-block.--stay .cnt-block__info::after {
    right: -10vw;
    bottom: 52px;
  }
}

.cnt-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cnt-list {
    gap: clamp(2rem, 1.2rem + 2.21vw, 4rem);
    flex-direction: row;
  }
}
.cnt-list__item {
  width: calc((100% - 40px) / 2);
  max-width: 285px;
}
@media screen and (min-width: 768px) {
  .cnt-list__item {
    flex: 1;
    width: auto;
  }
}
.cnt-list__ph {
  margin-inline: auto;
  max-width: 240px;
  aspect-ratio: 1;
}
.cnt-list__txt {
  margin-top: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
.cnt-list__txt-st {
  line-height: 1.5;
}

.top-catch {
  position: relative;
  padding-top: clamp(9rem, 6.9rem + 5.52vw, 14rem);
}
.top-catch::before {
  content: "";
  position: absolute;
  top: -14vw;
  right: 0;
  width: clamp(20rem, -6.5rem + 70.72vw, 84rem);
  aspect-ratio: 1680/2059;
  background: url(/system_panel/uploads/images/bg-top-catch1.png) no-repeat center center/cover;
  z-index: -1;
}
.top-catch::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 80%;
  max-width: 1200px;
  aspect-ratio: 2400/620;
  background: url(/system_panel/uploads/images/bg-top-catch2.png) no-repeat center center/cover;
  z-index: -1;
}

.top-waterfall {
  position: relative;
  padding-top: clamp(9rem, 5.1rem + 10.5vw, 18.5rem);
  background: url(/system_panel/uploads/images/bg-top-waterfall.jpg) no-repeat center center/100% auto;
}
.top-waterfall__list {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.top-waterfall__anchor {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  margin-inline: auto;
  width: 100%;
  max-width: 354px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .top-waterfall__anchor {
    height: 84px;
  }
}

.top-hot-spring {
  padding-top: clamp(9rem, 8.8rem + 0.55vw, 9.5rem);
  background: url(/system_panel/uploads/images/bg-top-hot-spring.png) no-repeat top center/100% auto;
}
.top-hot-spring__list {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.top-hot-spring__anchor {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  margin-inline: auto;
  width: 100%;
  max-width: 354px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .top-hot-spring__anchor {
    height: 84px;
  }
}
.top-hot-spring__line{
  margin-inline: auto;
}

.top-dining {
  position: relative;
  padding-top: clamp(9rem, 4.6rem + 11.6vw, 19.5rem);
  background: url(/system_panel/uploads/images/bg-top-dining.png) no-repeat top right/75% auto;
}
@media screen and (min-width: 1024px) {
  .top-dining {
    background: url(/system_panel/uploads/images/bg-top-dining.png) no-repeat top right/50% auto;
  }
}
.top-dining::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(9rem, 1.2rem + 20.88vw, 27.9rem);
  aspect-ratio: 279/380;
  background: url(/system_panel/uploads/images/bg-top-illust5.png) no-repeat top left/cover;
}
.top-dining::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: clamp(9rem, 1.2rem + 20.88vw, 27.9rem);
  aspect-ratio: 279/380;
  background: url(/system_panel/uploads/images/bg-top-illust4.png) no-repeat top left/cover;
}
.top-dining__list {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.top-dining__anchor {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  margin-inline: auto;
  width: 100%;
  max-width: 354px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .top-dining__anchor {
    height: 84px;
  }
}

.top-stay {
  padding-block: clamp(9rem, 4.4rem + 12.15vw, 20rem) clamp(9rem, 5.1rem + 10.5vw, 18.5rem);
}
.top-stay__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .top-stay__info {
    flex-direction: row;
  }
}
.top-stay__anchor {
  margin-inline: auto;
  width: 100%;
  max-width: 354px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .top-stay__anchor {
    margin-inline: auto 0;
    height: 84px;
  }
}

.top-anchor {
  padding-block: 90px;
}
.top-anchor .anchor-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(0.5rem, -0.5rem + 2.76vw, 3rem);
}
@media screen and (min-width: 768px) {
  .top-anchor .anchor-list {
    flex-direction: row;
  }
}
.top-anchor .anchor-list::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -10px;
  width: clamp(9rem, 1.1rem + 20.99vw, 28rem);
  aspect-ratio: 280/120;
  background: url(/system_panel/uploads/images/bg-top-illust2.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-anchor .anchor-list::before {
    left: -35px;
  }
}
@media screen and (min-width: 1441px) {
  .top-anchor .anchor-list::before {
    bottom: calc(100% - 85px);
    left: -10.5vw;
  }
}
.top-anchor .anchor-list::after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  right: -10px;
  width: clamp(10rem, 1.7rem + 22.1vw, 30rem);
  aspect-ratio: 300/70;
  background: url(/system_panel/uploads/images/bg-top-illust1.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-anchor .anchor-list::after {
    top: calc(100% - 15px);
    right: -35px;
  }
}
@media screen and (min-width: 1441px) {
  .top-anchor .anchor-list::after {
    top: calc(100% - 25px);
    right: max(50% - 50vw, -10vw);
  }
}
.top-anchor .anchor-list__item {
  flex: 1;
}
.top-anchor .item-box__link {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1.5rem, 0.8rem + 1.77vw, 3.1rem);
  padding: clamp(0.5rem, -0.1rem + 1.66vw, 2rem);
  border: 2px solid #666;
  background-color: #fff;
  max-width: 384px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-anchor .item-box__link {
    flex-direction: column;
  }
}
.top-anchor .item-box__ph {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .top-anchor .item-box__ph {
    width: 100%;
  }
}
.top-anchor .item-box__cnt {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex: 1;
}
.top-anchor .item-box__ttl {
  font-size: clamp(1.5rem, 1.1rem + 0.99vw, 2.4rem);
  color: #000;
  line-height: 0.5;
}
.gjs-dashed .top-anchor .item-box__ttl {
  line-height: 1.2;
}
.top-anchor .item-box__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto 0;
  width: 98px;
  border-bottom: 1px solid #000;
}
.top-anchor .item-box__more-st {
  font-size: clamp(1.2rem, 1rem + 0.44vw, 1.6rem);
  line-height: 2.7;
}