body {
  margin: 0;
}

.yunnohana-onsen-main a {
  text-decoration: none;
}
.yunnohana-onsen-main h2 {
  margin: 0;
}
.yunnohana-onsen-main .yunohana-onsen_inner {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
.yunnohana-onsen-main .mv {
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.yunnohana-onsen-main .mv img {
  width: 30%;
  max-width: 475px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yunnohana-onsen-main .about {
  position: relative;
  height: 720px;
  background-color: #000;
  overflow: hidden;
}
.yunnohana-onsen-main .about::before {
  content: "";
  position: absolute;
  right: 50%;
  display: block;
  background-image: url("../img/onsen-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.yunnohana-onsen-main .about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 20%;
  height: 100%;
  background-image: url("../img/onsen-shadow.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.yunnohana-onsen-main .about-inner {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 3;
}
.yunnohana-onsen-main .about-title {
  padding-right: 4%;
  padding-top: 40px;
}
.yunnohana-onsen-main .about-title h2 {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 80px */
  letter-spacing: 4.4px;
}
.yunnohana-onsen-main .about-title h2 span {
  font-size: 28px;
  letter-spacing: 3.08px;
}
.yunnohana-onsen-main .about-text {
  margin-top: 60px;
  position: relative;
}
.yunnohana-onsen-main .about-text::after{
  content: "";
  display: block;
  width: 150%;
  aspect-ratio: 555/104;
  background-image: url(../img/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  right: 0;
  transform: translateX(100%);
}
.yunnohana-onsen-main .about-text p {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 350%;
  letter-spacing: 8px;
  min-width: 300px;
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl; /* Safari向け */
}
.yunnohana-onsen-main .onsen {
  background-image: url(../img/bg-white.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 180px 0 120px;
  position: relative;
}
.yunnohana-onsen-main .slide {
  width: 100%;
  overflow: hidden;
  position: relative;

  & .slide-indicator {
    margin-top: 24px;
  }

  .indicator-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #BEB59D;
    cursor: pointer;
    transition: all 0.3s ease;

    &.active {
      background-color: #716139;
    }
  }
}
.yunnohana-onsen-main .slide-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.yunnohana-onsen-main .slide-wrapper {
  display: flex;
  gap: 2%;
  width: 100%;
  position: relative;
  left: 52.5%;
  transform: translateX(-50%);
  margin: 0 -1%;
}
.yunnohana-onsen-main .slide-item {
  flex: 0 0 31%;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.yunnohana-onsen-main .slide-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.yunnohana-onsen-main .onsen-main {
  width: 80%;
  max-width: 1080px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 88px 3%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  margin: 150px auto 68px;
}
.yunnohana-onsen-main .onsen-main img {
  width: 35%;
  max-width: 168px;
}
.yunnohana-onsen-main .onsen-text {
  width: 70%;
  text-align: left;
}
.yunnohana-onsen-main .onsen-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #837657;
}
.yunnohana-onsen-main .onsen-flex p.bold {
  color: #716139;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.98px;
  width: 20%;
}
.yunnohana-onsen-main .onsen-flex p {
  color: #837657;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 1.76px;
  width: 70%;
}
.yunnohana-onsen-main .onsen-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 74px;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  border-radius: 4px;
  background: #837657;
  margin: 0 auto;
}
.yunnohana-onsen-main .onsen-btn p {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 1.98px;
}
.yunnohana-onsen-main .season {
  width: 100%;
  overflow: hidden;
}
.yunnohana-onsen-main .season > div {
  padding: 160px 0;
  box-sizing: border-box;
}
.yunnohana-onsen-main .season-inner {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: start;
}
.yunnohana-onsen-main .season-inner._reverse {
  justify-content: right;
}
.yunnohana-onsen-main .season-img-wrap {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 2%;
  margin-right: calc(50% - 50vw);
}
.yunnohana-onsen-main ._reverse .season-img-wrap {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
.yunnohana-onsen-main .season-img {
  width: 40%;
  max-width: 382px;
}
.yunnohana-onsen-main .season-img img {
  width: 100%;
  aspect-ratio: 382/501;
  -o-object-fit: cover;
     object-fit: cover;
}
.yunnohana-onsen-main .season-img:nth-last-of-type(2) {
  margin-top: 80px;
}
.yunnohana-onsen-main .season-img:nth-last-of-type(1) {
  margin-top: 40px;
}
.yunnohana-onsen-main .season-title {
  width: 40%;
}
.yunnohana-onsen-main .season-title h2 {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: clamp(2.25rem, 1.583rem + 2.85vw, 5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 160px */
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: -10%;
}
.yunnohana-onsen-main .season-title span {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 56px */
  letter-spacing: 3.08px;
  display: block;
}
.yunnohana-onsen-main .season-title p {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 56px */
  letter-spacing: 3.08px;
}
.yunnohana-onsen-main ._reverse .season-title {
  margin-left: 2%;
}
.yunnohana-onsen-main .spring {
  background-image: url(../img/spring-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yunnohana-onsen-main .autumn {
  background-image: url(../img/autumn-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yunnohana-onsen-main .winter {
  background-image: url(../img/winter-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yunnohana-onsen-main .star {
  background-image: url(../img/star-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yunnohana-onsen-main .info {
  padding: 120px 0 150px;
}
.yunnohana-onsen-main .info-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yunnohana-onsen-main .info-flex img {
  width: 30%;
  max-width: 168px;
}
.yunnohana-onsen-main .info-inner {
  box-sizing: border-box;
  padding: 88px 3%;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: rgba(255, 255, 255, 0.96);
  margin: 0 auto 68px;
}
.yunnohana-onsen-main .info-inner:nth-child(1) .onsen-text .onsen-flex {
  border-bottom: none;
}
.yunnohana-onsen-main .info-inner:nth-child(1) .onsen-text .onsen-flex p.bold {
  color: #2A2349;
}
.yunnohana-onsen-main .info-inner:nth-child(1) .onsen-text .onsen-flex p {
  color: #4E476D;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .info-flex {
  margin-bottom: 40px;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-flex {
  border-bottom: 1px solid #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-flex p.bold {
  color: #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-flex p {
  color: #607F13;
}
.yunnohana-onsen-main .info-inner:nth-child(2) span {
  color: #607F13;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 1.54px;
  margin-top: 18px;
}
.yunnohana-onsen-main .info-inner:nth-child(2) > .onsen-flex p.bold {
  width: 40%;
}
.yunnohana-onsen-main .info-inner:nth-child(2) > .onsen-flex p {
  width: 55%;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .onsen-text .onsen-flex {
  border-bottom: 1px solid #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .onsen-text .onsen-flex p.bold {
  color: #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .onsen-text .onsen-flex p {
  color: #607F13;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .onsen-text span {
  color: #607F13;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 1.54px;
  margin-top: 18px;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-text .onsen-flex {
  border-bottom: 1px solid #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-text .onsen-flex p.bold {
  color: #435C05;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-text .onsen-flex p {
  color: #607F13;
}
.yunnohana-onsen-main .info-inner:nth-child(2) .onsen-text span {
  color: #607F13;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 1.54px;
  margin-top: 18px;
}
.yunnohana-onsen-main .onsen-btn.info-btn1 {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  background: #F3F0E0;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.13);
  margin-top: 36px;
}
.yunnohana-onsen-main .onsen-btn.info-btn1 p {
  color: #837657;
}
.yunnohana-onsen-main .onsen-btn.info-btn2 {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  background: #EEF3E0;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.13);
  gap: 16px;
  margin-top: 36px;
  margin-bottom: 80px;
}
.yunnohana-onsen-main .onsen-btn.info-btn2 p {
  color: #435C05;
}
.yunnohana-onsen-main .onsen-btn.info-btn2::before {
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 1/1;
  background-image: url(../img/onsen-insta.png);
  background-size: cover;
  background-position: center;
}
.yunnohana-onsen-main .info-column p.bold {
  color: #435C05;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 1.98px;
  text-align: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #435C05;
  margin-bottom: 30px;
}
.yunnohana-onsen-main .info-column p {
  color: #607F13;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 1.76px;
  margin-bottom: 30px;
}
.yunnohana-onsen-main .attention p {
  color: #1E1F1D;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 1.54px;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .info-text {
  text-align: left;
  width: 70%;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .info-text .onsen-column p.bold {
  color: #773155;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 1.98px;
  padding-bottom: 10px;
  border-bottom: 1px solid #773155;
  margin-bottom: 30px;
}
.yunnohana-onsen-main .info-inner:nth-child(3) .info-text .onsen-column p {
  color: #92627B;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 1.76px;
}
.yunnohana-onsen-main .info-inner:nth-child(4) .info-text {
  text-align: left;
  width: 70%;
}
.yunnohana-onsen-main .info-inner:nth-child(4) .info-text .onsen-column p.bold {
  color: #B16E08;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 1.98px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B16E08;
  margin-bottom: 30px;
}
.yunnohana-onsen-main .info-inner:nth-child(4) .info-text .onsen-column p {
  color: #B97B1E;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 1.76px;
}
.yunnohana-onsen-main .info-btn3 {
  background: #B97B1E;
}
.yunnohana-onsen-main .sp-only {
  display: none;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1350px) {
  .yunnohana-onsen-main .sp-only {
    display: block;
  }
  .yunnohana-onsen-main .about::before {
    width: 100%;
    right: 0;
  }
  .yunnohana-onsen-main .about::after {
    width: 100%;
    left: 0;
  }
  .yunnohana-onsen-main .about-inner {
    flex-direction: column;
    align-items: flex-end;
    width: 98%;
  }
  .yunnohana-onsen-main .about-title {
    text-align: right;
  }
  .yunnohana-onsen-main .about-title h2 {
    font-size: 32px;
  }
  .yunnohana-onsen-main .about-title h2 span {
    font-size: 24px;
  } 
  .yunnohana-onsen-main .about-text::after{
    display: none;
  }
  .yunnohana-onsen-main .about-text p {
    letter-spacing: 4px;
    line-height: 260%;
  }
  .yunnohana-onsen-main .onsen {
    padding: 120px 0 80px;
  }
  .yunnohana-onsen-main .onsen-main {
    width: 90%;
    flex-direction: column;
    align-items: center;
    padding: 40px 2%;
    margin-top: 40px;
  }
  .yunnohana-onsen-main .onsen-main img {
    width: 30%;
    min-width: 160px;
    margin-bottom: 32px;
  }
  .yunnohana-onsen-main .onsen-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .yunnohana-onsen-main .onsen-flex p.bold {
    width: 100%;
    margin: 0;
  }
  .yunnohana-onsen-main .onsen-flex p {
    margin: 0;
    padding-bottom: 16px;
    width: 100%;
  }
  .yunnohana-onsen-main .onsen-text {
    width: 90%;
  }
  .yunnohana-onsen-main .onsen-btn {
    width: 90%;
    padding: 0;
  }
  .yunnohana-onsen-main .season > div {
    height: auto;
    padding: 80px 0;
  }
  .yunnohana-onsen-main .season-inner {
    width: 90%;
    flex-direction: column;
  }
  .yunnohana-onsen-main ._reverse.season-inner {
    flex-direction: column-reverse;
  }
  .yunnohana-onsen-main .season-title {
    width: 100%;
  }
  .yunnohana-onsen-main .season-title h2 {
    margin-left: 0;
  }
  .yunnohana-onsen-main .info-inner {
    width: 90%;
    padding: 40px 2%;
  }
  .yunnohana-onsen-main .info-flex {
    flex-direction: column;
    gap: 32px;
  }
  .yunnohana-onsen-main .info-flex img {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(2) .onsen-flex p.bold {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(2) .onsen-flex p {
    width: 100%;
  }
  .yunnohana-onsen-main .onsen-flex {
    width: 100%;
  }
  .yunnohana-onsen-main .onsen-flex p.bold {
    width: 100%;
  }
  .yunnohana-onsen-main .onsen-flex p {
    width: 100%;
  }
  .yunnohana-onsen-main .onsen-btn.info-btn1 {
    height: auto;
    align-items: center;
  }
  .yunnohana-onsen-main .onsen-btn.info-btn1 p {
    font-size: 14px;
    text-align: center;
  }
  .yunnohana-onsen-main .onsen-btn.info-btn2 {
    height: auto;
    align-items: center;
  }
  .yunnohana-onsen-main .onsen-btn.info-btn2 p {
    font-size: 16px;
    text-align: center;
  }
  .yunnohana-onsen-main .onsen-btn.info-btn2::before {
    display: none;
  }
  .yunnohana-onsen-main .info-inner:nth-child(3) .info-text {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(3) .onsen-column p.bold {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(3) .onsen-column p {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(4) .info-text {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner:nth-child(4) .onsen-column p.bold {
    width: 100%;
  }
  .yunnohana-onsen-main .info-inner .onsen-column{
    padding: 0 8px;
  }
}/*# sourceMappingURL=yunohana-onsen.css.map */

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .yunnohana-onsen-main .mv img{
    width: 50%;
  }
}
/* Footer */
.footer {
  position: relative;
  z-index: 2;
  background: #b4ab7c;
}
.footer .nav{
  margin-top: 16px;
}
.nav a {
    color: #fff;
    width: 260px!important;
    padding: 0 24px;
    margin: 0!important;
    border-left: 0.5px solid #fff;
}
.nav-link {
    border-right: 0.5px solid #fff;
}
.footer img {
  width: 100%;
  height: 150px;
}
.footer .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
}
.footer .logo a {
  width: 225px;
}
.ft_detail .logo img {
  width: 100%;
  height: auto;
}
.ft_detail .ft_info {
  text-align: center;
  color: var(--wht);
}
.ft_detail .ft_info h3 {
  font-weight: 500;
  font-family: var(--zen);
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 3.12px;
  margin-bottom: 1em;
}
.ft_detail .ft_info .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.08px;
}
.ft_detail .linkBtn a {
  background: var(--wht);
  width: 300px;
  height: 50px;
  color: var(--gld);
  font-size: 20px;
  border: solid 2px var(--wht);
  border-radius: 80px;
  margin: 1em auto;
}
.nav .insta a {
  width: 50px;
  height: 50px;
}
.nav .insta a img {
  height: auto;
}
.nav ul {
  margin-bottom: 2em;
}
.nav ul li {
  text-align: center;
}
.nav a {
  color: var(--wht);
  font-size: 13px;
  line-height: 15.2px;
  font-family: var(--san);
}
.footer .copyright {
  background: var(--wht);
  font-family: var(--san);
  text-align: center;
  font-size: 12px;
  padding: 18px 15px;
  font-weight: 300;
  line-height: 15.2px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 1024px) {
  .footer img {
    height: 350px;
    object-position: 0 64%;
  }
  .ft_detail .logo img {
    width: 100%;
    height: auto;
  }
  .ft_detail .linkBtn a {
    width: 25%;
  }
  .nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .nav ul li:first-of-type::before,
  .nav ul li:first-of-type::after,
  .nav ul li:last-of-type::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
  }
  .nav ul li:first-of-type::before {
    padding-left: 20px;
    border-left: solid 1px var(--wht);
  }
  .nav ul li:first-of-type::after {
    border-right: solid 1px var(--wht);
    padding-right: 20px;
  }
  .nav ul li:last-of-type::after {
    padding-right: 20px;
    border-right: solid 1px var(--wht);
  }
	
	.nav {
        margin: 0 16px 64px;
    }
    .nav a {
        font-size: 12px;
        padding: 0px 8px!important;
    }
}
