.u-desktop {
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.page-stay {
  /* font-family: "Noto Sans JP" !important; */
  font-family: "Noto sans JP";
}

.page-stay__inner {
}

.stay-mv {
}

.stay-mv__inner {
}

.stay-mv img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1440/756;
  height: 100%;
}

.stay__about {
}

.stay-about__inner {
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .stay-about__inner {
    max-width: 640px;
    padding: 0 20px;
  }
}

.stay-about__title {
  /* margin-top: 80px; */
  /* padding-top: 80px; */
  padding-top: 40px;
  padding-bottom: 40px;
  color: #212121;
  text-align: center;
  position: relative;
  background-image: url(../images/page-stay/stay-about.png);
  background-repeat: no-repeat;
  background-size: 330px;
  background-position: -5% 30%;
  font-family: "Shippori Mincho";
}

.stay-about__title-ja {
  font-size: 48px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stay-about__title-ja {
    margin-bottom: 20px;
  }
}

.stay-about__title-en {
  font-size: 25px;
  margin-top: 5px;
  display: block;
}

.stay-about__subtitle {
  font-size: 32px;
  font-family: serif;
  /* border-bottom: 1px solid #c483bd; */
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .stay-about__subtitle {
    font-size: 22px;
    line-height: 1.5;
  }
}

.stay-about__subtitle::after {
  position: absolute;
  content: "";
  background-color: #c483bd;
  width: 330px;
  height: 2px;
  margin-inline: auto;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -60%);
  /* display: block; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stay-about__subtitle::after {
    width: 280px;
  }
}

.stay-about__text {
  font-size: 28px;
  font-family: "Shippori Mincho";
  margin-top: 10px;
  line-height: 2.111;
}
@media screen and (max-width: 768px) {
  .stay-about__text {
    font-size: 24px;
  }
}

.stay-about__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 66px;
    max-width: 1477px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.stay-about__img {
    width: 70%;
}
@media screen and (max-width: 768px) {
  .stay-about__wrap {
    flex-direction: column;
    gap: 66px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .stay-about__img {
    width: 100%;
  }
}
.stay-about__contents {
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0;
    gap: 1em;
    font-size: calc(20 * var(--px));
    letter-spacing: 0.1em;
}
.stay-onsen{margin-top: 92px;}
.stay-onsen__text{text-align: center;
    padding: 20px;
    line-height: 2.1em;}

.stay-onsen__wrap {
    display: flex;
    align-items: center;
    gap: 0 66px;
    max-width: 1477px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 800px) {
    .stay-onsen__wrap {
        flex-direction: column;
        gap: 33px 0;
    }
}
@media screen and (max-width: 1300px) {
    .stay-onsen__wrap.reverse {
        margin-top: 0;
    }
}

.stay-onsen__wrap.reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
    .stay-onsen__wrap.reverse {
        flex-direction: column;
        margin-top: 0;
    }
}
.stay-onsen__contents {
    max-width: 553px;
    margin-left: auto;
    margin-right: 0;
}
@media screen and (max-width: 1300px) {
    .stay-onsen__contents {
        max-width: 350px;
    }
}

@media screen and (max-width: 800px) {
    .stay-onsen__contents {
        max-width: 553px;
        margin-left: auto;
        margin-right: 0;
    }
}
.stay-onsen__contents h3 span {
    font-family: "Shippori Mincho";
    font-weight: 400;
    line-height: 1.3;
    display: block;
    position: relative;
    font-size: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
@media screen and (max-width: 800px) {
   .stay-onsen__contents h3 span {
        display: block;
        position: relative;
        padding-bottom: 18px;
    }
}

.stay-onsen__contents h3 span::after {
    position: absolute;
    width: 477px;
    height: 2px;
    background-color: #c483bd;
    bottom: 0;
    left: 0;
    content: "";
}
@media screen and (max-width: 800px) {
    .stay-onsen__contents h3 span::after {
        position: absolute;
        width: 63.6vw;
        max-width: 70%;
    }
}
.stay-onsen__contents p {
    font-size: 18px;
    line-height: 2.375;
}
@media screen and (max-width: 800px) {
    .stay-onsen__contents p {
        font-size: 16px;
        line-height: 2.375;
    }
}
.stay-onsen__img {
    width: 50%;
}
@media screen and (max-width: 800px) {
    .stay-onsen__img {
        width: 100%;
    }
}


.stay-venue{margin-top: 92px;}
.stay-venue__container{
max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.stay-venue__wrap{
    display: flex;
    gap: 0 76px;
margin-top: 90px;
}
@media screen and (max-width: 768px) {
.stay-venue__wrap{
    padding-left: 0;
        flex-direction: column;
        margin-top: 14px;
        margin-top: 55px;
}
}
.stay-venue .reservation {
        text-align: center;
        margin-top: 3em;
    }
.stay-venue .reservation a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 5em;
    letter-spacing: 0.1em;
    background-color: var(--theme-color);
    position: relative;
    line-height: 1em;
}
.stay-room{
  overflow: hidden;
  margin-top: 92px;
}

.stay-room__text {
    max-width: 713px;
    line-height: 2.1111111111;
    margin-left: auto;
    margin-right: auto;
	padding:20px;
}

.stay-room-list {
    max-width: 1207px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.stay-room-list li {
    display: flex;
    justify-content: space-between
}
@media screen and (max-width: 800px) {
    .stay-room-list li {
        flex-direction: column-reverse;
        gap: 25px 0;
    }
}
.stay-room-list li+li {
    margin-top: 82px
}

.stay-room-list__contents {
    width: 38.3033419023%
}
@media screen and (max-width: 800px) {
    .stay-room-list__contents {
        width: 100%;
    }
}
.stay-room-list__img {
    width: 47.2150814053%
}
@media screen and (max-width: 800px) {
    .stay-room-list__img {
        width: 100%;
    }
}
.stay-room-list__img img {
    width: 100%
}
.stay-room-list h3 {
    font-size: 22px;
    line-height: 1.7272727273;
    padding-bottom: 22px;
    border-bottom: 2px solid #c483bd;
    margin-bottom: 30px;
    font-family: "Shippori Mincho";
    font-weight: 400;
}
.stay-room-list h3+p {
    font-size: 16px;
    line-height: 2.375;
}
.stay-room .room-btn a {
  max-width: 336px;
  min-height: 56px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px auto 0;
  border: 1px solid #212121;
  text-decoration: none
}

@media screen and (max-width: 800px) {
  .stay-room .room-btn a {
    max-width: 336px;
    min-height: 40px;
    font-size: 13px;
    margin: 20px auto 0
  }
}

.stay-room .room-btn a:hover {
  background-color: #212121;
  color: #fff
}

.stay-room .room-btn.green-btn a {
  border: 1px solid #6e8e31;
  background-color: #6e8e31;
  color: #fff
}

.stay-room .room-btn.green-btn a:hover {
  background-color: #fff;
  color: #6e8e31
}

.stay-room li:nth-child(1) {
  padding: 50px 0;
  position: relative
}

.stay-room li:nth-child(1)::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  content: "";
  background: url("../images/page-stay/bg.jpg") no-repeat center/cover;
}

.stay-room li:nth-child(1) .stay-room-list__img,
.stay-room li:nth-child(1) .stay-room-list__contents {
  position: relative;
  z-index: 1
}

/*# sourceMappingURL.stay-room.css.map */
.stay-kinds {
  margin-top: 92px;
}

.stay-kinds__inner {
  /* max-width: 880px;
  padding: 0 25px;
  margin-inline: auto; */
}
@media screen and (max-width: 768px) {
  .stay-kinds__inner {
    max-width: 640px;
  }
}

.stay-kinds__text {
	padding:20px;
	line-height:2.1em;
	text-align:center;
}

.stay-kinds__wrap {
  text-align: center;
  max-width: 880px;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .stay-kinds__wrap {
    padding: 20px;
  }
}

.stay-kinds__wrap:not(:first-child) {
  margin-top: 110px;
}

.stay-dinner__section-title {
  margin-top: 80px;
}

/* swiper */

.slider {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .slider {
    margin-top: 40px;
  }
}

.sliders {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sliders {
    margin-top: 40px;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide__text-wrap {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-slide__text {
  padding-left: 20px;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 10px 0;
  /* font-family: serif; */
}
@media screen and (max-width: 768px) {
  .swiper-slide__text {
    font-size: 20px;
  }
}

/* ページネーションの基本スタイル */
.swiper-pagination {
  text-align: right !important;
  right: 0 !important;
  bottom: -3px !important;
}

.swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../images/page-stay/pagination-inactive.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 50px !important;
  opacity: 1; /* 画像の透過を無くす */
  opacity: initial !important;
  width: 45px !important;
  background: url(../images/page-stay/pagination-inactive.png);
  border-radius: initial !important;
  background-position: center !important;
  margin: 0 !important;
  background-size: 30px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 45px !important;
    background-size: 25px !important;
  }
}
/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url(../images/page-stay/pagination-active.png);
  height: 50px;
  width: 50px;
  background: url(../images/page-stay/pagination-active.png) !important;
  background-repeat: no-repeat !important;
  /* background-size: contain; */
  background-size: 30px !important;
  background-position: center !important;
  border-radius: unset; /* これがないと画像が欠ける */
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 45px !important;
    background-size: 25px !important;
  }
}

.slider-thumbnail {
  margin-top: 60px;
  max-width: 854px;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail {
    margin-top: 30px;
  }
}

.slider-thumbnail .swiper-wrapper {
  gap: 5px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  /* width: calc(100% / 6); */
  width: 100%;
  max-width: 134px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail .swiper-slide {
    /* max-width: 50px; */
    width: 14% !important;
  }
}

/* 前へ次への矢印カスタマイズ */

.swiper-navigation-icon {
  display: none;
}

.prev-icon::after,
.next-icon::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev {
  left: 5% !important;
}

.swiper-button-next {
  right: 5% !important;
}

.prev-icon::after {
  background-image: url(../images/page-stay/prev-icon.jpg);
}
/* 次への矢印カスタマイズ */
.next-icon::after {
  background-image: url(../images/page-stay/next-icon.jpg);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* thumbnails */
.slider-thumbnails {
  margin-top: 60px;
  max-width: 566px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnails {
    margin-top: 30px;
  }
}

.slider-thumbnails .swiper-wrapper {
  gap: 5px;
}

.slider-thumbnails .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc(100% / 4);
  /* width: 100%; */
  max-width: 134px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnails .swiper-slide {
    /* max-width: 78px; */
    width: 23% !important;
  }
}
.slider-thumbnails .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider-thumbnail .swiper-slide img,
.slider-thumbnails .swiper-slide img {
  aspect-ratio: 134/97;
  max-width: 137px;
}
@media screen and (max-width: 768px) 
{
  .slider-thumbnail .swiper-slide img,
.slider-thumbnails .swiper-slide img {
  aspect-ratio: 134/97;
  max-width: 100%;
}
}

.newSwiper .swiper-slide span {
  position: absolute;
  bottom: 70px;
  right: 20px;
  color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .newSwiper .swiper-slide span {
    bottom: 50px;
    right: 10px;
  }
}

.newSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: auto;
  /* aspect-ratio: 698/465; */
  aspect-ratio: 697/528;
  /* max-width: 698px; */
}

.slider .swiper-slide img,
.sliders .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 643/429;
  max-width: 643px;
}

/* common */

#reservation {
  background-image: url("../images/front-page/reservation.avif");
  background-size: cover;
  background-position: top center;
  padding: 2em 1em 5em;
  margin-top: 5em;
  position: relative;
  font-family: serif;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    opacity: 0.5;
  }
  .container {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-inline: auto;
    padding: 4em;
    text-align: center;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background: #f4f4f4e6;
      filter: blur(0.5em);
      z-index: -1; /* 背景側に置く */
      border-radius: inherit; /* 角丸要素にも対応 */
    }
  }
  .title {
    margin-top: 0;
    font-size: calc(32 * var(--px));
    font-weight: normal;
  }
  .description {
    line-height: 2em;
  }
  .link {
    margin-bottom: 0;
    a {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      padding: 1em 3em;
      background-color: #83c48a;
    }
  }
}
#access {
  max-width: var(--content-width);
  margin-top: 3em;
  margin-inline: auto;
  padding-inline: 1em;
  iframe {
    width: 100%;
    height: 438px;
  }
  .text {
    margin-top: 1em;
    margin-left: 5em;
    margin-right: 1em;
    address {
      font-style: normal;
    }
  }
}

.section_title {
  font-family: serif;
}
