html {
  scroll-behavior: smooth;
}

.page-hero{
  width: 100%;
  height: 100lvh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 0px;
  box-sizing: border-box;
  text-align: left;
  font-size: 10px;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}

.page-hero a{
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}

.page-hero a:hover{
  opacity: .5;
}

.page-hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.page-hero__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__content {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 10px;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}

.page-hero__logo-mark img{
  height: 120px;
  width: 120px;
}

.page-hero__nav{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 48px;
}

.page-hero__nav .page-hero__lang {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  font-family: 'Shippori Mincho', serif;
}

.page-hero__nav .page-hero__lang a{
  color: #fff;
  opacity: 0.5;
}

.page-hero__sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
}

.page-hero__menu {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 2.4px;
}

.page-hero__menu li{
  width: 12px;
  line-height: 14.4px;
}

.page-hero__mainnav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px;
  font-size: 16px;
}

.page-hero__mainnav li {
  width: 18px;
  position: relative;
  letter-spacing: 0.85px;
  line-height: 19.2px;
  display: inline-block;
  flex-shrink: 0;
}

.page-hero__title{
  width: 48px;
  height: 800px;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  font-size: 48px;
  letter-spacing: 4.8px;
  line-height: 62.4px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
}

.page-intro{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 192px 64px;
  box-sizing: border-box;
  gap: 160px;
  text-align: center;
  font-size: 36px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
}

.page-intro__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
  max-width: 100%;
}

.page-intro__header{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.page-intro__title{
  width: 100%;
  position: relative;
  font-size: 36px;
  letter-spacing: 3.6px;
  line-height: 61.2px;
  color: #333;
  text-align: center;
  display: inline-block;
}

.page-intro__text{
  width: 100%;
  position: relative;
  font-size: 16px;
  letter-spacing: 2.4px;
  line-height: 54px;
  color: #333;
  text-align: center;
  display: inline-block;
}

.page-intro__gallery{
  max-width: 100vw;
  height: 1320px;
  position: relative;
  overflow: hidden;
}

.page-intro__gallery-main{
  top: 0px;
  left: 0px;
  width: 1312px;
  height: 700px;
  object-fit: cover;
}

.page-intro__gallery-sub1{
  position: absolute;
  top: 572px;
  left: 96px;
  width: 480px;
  height: 600px;
  object-fit: cover;
}
.page-intro__gallery-sub1.reverse{
  left: 766px;
}
.page-intro__gallery-sub2{
  position: absolute;
  top: 1020px;
  left: 766px;
  width: 450px;
  height: 300px;
  object-fit: cover;
}
.page-intro__gallery-sub2.reverse{
  left: 96px;
}

.page-onsen-section{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 96px;
  text-align: left;
  font-size: 28px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
  max-width: 1120px;
  margin: auto;
  padding-bottom: 192px;
}

.page-onsen-section__content{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 96px;
  text-align: left;
  font-size: 28px;
  color: #333;
  padding-bottom: 96px;
}

.page-onsen-section__textblock{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: left;
  font-size: 28px;
  color: #333;
}

.page-onsen-section__title{
  width: 100%;
  position: relative;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 47.6px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.page-onsen-section__text{
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.page-spec{
  display: flex;
  flex-direction: column;
}

.page-spec__row{
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: #999;
  display: flex;
}

.page-spec__row:last-child{
  border-bottom: 1px solid #ccc;
}

.page-spec__label{
  width:160px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #999;
  text-align: center;
  display: inline-block;
  padding: 24px 48px;
  flex:0 0 auto;
  box-sizing: content-box;
}

.page-spec__value{
  flex: 1;
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333;
  text-align: left;
  display: inline-block;
  padding: 24px 48px 24px 0px;
  box-sizing: border-box;
}

.page-repeated{
  position: relative;
}
.page-repeated__nav{
  position: relative;
}
.page-repeated__sidebar {
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0px 0px;
  box-sizing: border-box;
  gap: 24px;
  text-align: left;
  font-size: 13px;
  font-family: 'Shippori Mincho', serif;
  top:192px;
  position: absolute;
  z-index: 10;
  left: calc(50% - (min(calc(100vw - 40px),1312px)/ 2));
}

.page-repeated__sidebar.is-fixed{
  position: fixed;
}

.page-repeated__sidebar.is-bottom {
  top: auto;
  position: absolute;
  bottom: 192px;
}

.page-repeated__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #088c63;
  line-height: 41px;
  position: relative;
  width: fit-content;
}

.page-repeated__nav-text{
  /* border-bottom: 1px solid #088c63; */
  color: #088c63;
  display: flex;
  align-items: center;
  padding: 0px 4px;
  text-decoration: none;
  transition: all .5s;
}
.page-repeated__nav-item:hover .page-repeated__nav-text{
  color: #204f5e;
}
.page-repeated__nav-item:hover .page-repeated__nav-item span{
  background-color: #204f5e;
}
.page-repeated__nav-item span{
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #088c63;
  display: flex;
  transition: all .5s;
}

.page-repeated__nav-text.is-active{
  color: #333;
  border-bottom: none;
  pointer-events: none;
}

.page-repeated__nav-text.is-active~span{
  background-color: transparent;
  width: 0;
}

.page-repeated__nav-text.is-active:before{
  height: 4px;
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #333;
  content: "";
  position: absolute;
  left: -12px;
  transition: all .5s;
}


.page-repeated-item {
  background-color: #F0FDF8;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 192px 64px;
  box-sizing: border-box;
  gap: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  font-size: 13px;
  color: #088c63;
  font-family: 'Shippori Mincho', serif;
}

.page-repeated-item:nth-child(odd){
  background-color: #fff;
}

.page-repeated-item__inner{
  width: 1312px;
  margin: auto;
  max-width: 100%;
}

.page-repeated-item__content{
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-left: auto;
  max-width: 1024px;
}

.page-repeated-item__header{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-repeated__title{
  width: 100%;
  position: relative;
  font-size: 36px;
  letter-spacing: 3.6px;
  line-height: 61.2px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.page-repeated__lead{
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.page-repeated-item .swiper{
  max-width: 100%;
  width: 1024px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-repeated-item .swiper-slide{
  height: 600px;
}

.page-repeated-item__caption{
  flex: 1;
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333;
  text-align: left;
  display: inline-block;
}
.page-repeated-item__footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-repeated-item__navs.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  all:unset;
  display: flex;
}
.page-repeated-item__navs.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
  height: 2px;
  width: 48px;
  border-radius: 0;
  position: relative;
  max-height: 100%;
  background-color: #CCCCCC;
  opacity: 1;
}
.page-repeated-item__navs.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #333333;
}

.page-repeated-item .page-spec{
  max-width: 1024px;
}
.page-repeated-item__thumb img{
  max-width: 100%;
}
.page-repeated-item__toggle{
  border-top: 1px solid #ccc;
}
.page-repeated-item__toggle:last-child{
  border-bottom: 1px solid #ccc;
}
.page-repeated-item__toggle-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 64px;
  box-sizing: border-box;
  gap: 0px;
  text-align: left;
  font-size: 24px;
  font-family: 'Shippori Mincho', serif;
  cursor: pointer;
  color: #088c63;
}
.page-repeated-item__toggle-header svg{
  transform: rotate(180deg);
  transition: transform .5s;
}
.is-open .page-repeated-item__toggle-header svg{
   transform: rotate(0deg);
}
.is-open .page-repeated-item__toggle-header {
  color: #333;
}
.page-repeated-item__toggle-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 64px;
  box-sizing: border-box;
  gap: 48px;
  text-align: left;
  font-size: 15px;
  color: #999;
  font-family: 'Shippori Mincho', serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease,padding .5s ease;
}
.is-open .page-repeated-item__toggle-content {
  padding: 24px 64px 48px;
}
.page-repeated-item__toggle-content-image{
  width: 100%;
  height: 320px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.page-repeated-item__toggle-content-image img{
  max-width: calc(50% - 2px);
}
.page-repeated-item__toggle-content-lead{
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: left;
}
.page-repeated-item__toggle-content-attention{
  width: 100%;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 24px;
  font-family: 'Shippori Mincho', serif;
  color: #999;
  text-align: left;
  display: inline-block;
}
.page-repeated-item__toggle-content-attention.right{
  text-align: right;
}

.page-repeated-item:nth-child(odd) .page-repeated-item__toggle-content-menu{
  background-color: #F0FDF8;
}

.page-repeated-item__toggle-content-menu-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-repeated-item__toggle-content-menu{
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  box-sizing: border-box;
  gap: 24px;
  text-align: left;
  font-size: 13px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
}

.page-repeated-item__toggle-content-menu-title{
  align-self: stretch;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 8px;
}

.page-repeated-item__toggle-content-menu-title-inner{
  flex: 1;
  width: 100%;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 26px;
  color: #333;
  text-align: left;
  display: inline-block;
}
.page-repeated-item__button{
  display: flex;
}
.page-repeated-item__button .button-grad{
  flex:0
}
.page-repeated-item__toggle-content-button{
  display: flex;
  width: 100%;
}
.page-repeated-item__toggle-content-button .button-grad{
  flex: 1;
}
.page-repeated-item__toggle-content-button .button-grad-inner{
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.page-repeated-item__toggle-content-closer{
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 26px;
  font-family: 'Shippori Mincho', serif;
  color: #999;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-repeated-item__toggle-content-closer span{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 128px 64px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.page-banner a{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 0px;
    box-sizing: border-box;
    gap: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1312px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    position: relative;
    overflow: hidden;
}

.page-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: all .5s;
    object-fit: cover;
}

.page-banner .overlay{
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/front/04432a7f99e767e0e33acf21bfa0431e7e6fc7d6.webp);
    background-position: center;
    display: flex;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: all .5s;
    z-index: 1;
}
.page-banner a:hover .overlay{
    opacity: .95;
}
.page-banner a:hover img{
    transform: scale(1.1) translateY(-50%);
}
.page-banner .div2 {
    align-self: stretch;
    position: relative;
    letter-spacing: 1px;
    line-height: 34px;
    color: #fff;
    z-index: 10;
}
.page-banner .div3 {
    align-self: stretch;
    position: relative;
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 61.2px;
    color: #fff;
    z-index: 10;
}
.page-repeated-item__toggle-content-menu-text-block{
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  font-size: 13px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.65px;
  line-height: 26px;
}
.page-repeated-item__toggle-content-menu-text.multi{
  display: flex;
  gap: 28px;
}
.page-repeated-item__toggle-content-menu-text.multi .page-repeated-item__toggle-content-menu-text-block{
  flex:1;
}
.page-repeated-item__toggle-content-menu-text.multi .page-repeated-item__toggle-content-menu-text-block .menu-header{
  min-width: 4em;
}

.page-cake-nav{
  width: 100%;
  position: relative;
  background-color: #F1FDF7;
  display: flex;
}
.page-cake-inner{
  display: flex;
  align-items: center;
  align-content: center;
  padding: 192px 160px;
  box-sizing: border-box;
  gap: 96px;
  text-align: left;
  font-size: 28px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
  margin: auto;
}
.page-cake-nav img{
  height: 400px;
  position: relative;
  flex: 0;
}
.page-cake-nav-text{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page-cake-nav-text-wrapper{
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 448px;
}
.page-cake-nav-text-wrapper-copy{
  position: relative;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 47.6px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: left;
  display: inline-block;
}
.page-cake-nav-text-wrapper-text{
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: left;
  display: inline-block;
}

.page-cake-nav .page-repeated-item__toggle-content-button{
  max-width: 206px;
}

.page-facility{
  width: 100%;
  position: relative;
  padding: 192px 64px;
  box-sizing: border-box;
  background: #F0FDF8;
}
.page-facility-inner{
  width: 1312px;
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}
.page-facility-item{
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap:0 24px;
}
.page-facility-item:nth-child(even){
  flex-direction: row-reverse;
}
.page-facility-item img{
  flex: 1;
}
.page-facility-item-txt {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
  flex: 1;
}
.page-facility-item-title {
  align-self: stretch;
  position: relative;
  letter-spacing: 1.4px;
  line-height: 47.6px;
}
.page-facility-item-desc {
  align-self: stretch;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
}
.page-facility-item-attention{
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #999;
  text-align: center;
  display: inline-block;
}
.page-facility-item a{
  margin-top: 24px;
}

.page-facility-list{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}
.page-facility-list-item{
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.page-facility-list-item-txt{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.page-facility-list-item-title {
  width: 100%;
  position: relative;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 40.8px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: center;
  display: inline-block;
}
.page-facility-list-item-desc {
  width: 100%;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 26px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: center;
  display: inline-block;
}
.page-facility-list-item a{
  flex: 0;
  width: fit-content;
}

.page-stay{
  width: 100%;
  position: relative;
  padding: 192px 64px;
  box-sizing: border-box;
  background: #F0FDF8;
}
.page-stay-inner{
  width: 1312px;
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}
.page-stay-day{
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
  position: relative;
  letter-spacing: 1.4px;
  line-height: 33.6px;
  width: 60px;
  margin-bottom: 64px;
}
.page-stay-item{
  display: flex;
  width: 100%;
  gap: 96px;
  align-items: center;
  flex-wrap: wrap;
}
.page-stay-item-img{
  flex: 0;
  display: block;
  max-width: 768px;
}
.page-stay-item-img .page-repeated-item__slide,.page-stay-item-img .page-repeated-item__slide img{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-repeated-item__image{
  width: 100%;
}
.page-stay-item-txt{
  flex: 1;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  font-size: 36px;
  color: #999;
  font-family: 'Cormorant Garamond';
}

.page-stay-item-time {
  align-self: stretch;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-bottom:12px;
  padding-left: 24px;
  letter-spacing: 4.32px;
}
.page-stay-item-title {
  flex: 1;
  position: relative;
  letter-spacing: 4.32px;
  line-height: 46.8px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  font-size: 28px;
  color: #333;
  font-family: 'Shippori Mincho', serif;
}
.page-stay-item-desc {
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: left;
  display: inline-block;
  margin-left: 24px;
}
.page-stay-item-attention {
  width: 100%;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: 'Shippori Mincho', serif;
  color: #999;
  text-align: left;
  display: inline-block;
  margin-left: 24px;
}
.page-stay-item a{
  margin-left: 24px;
  margin-top: 24px;
}
.page-stay-day:nth-child(even of .page-stay-day){
  margin-top: 64px;
}
.page-stay-map{
  width: 100%;
  background: #fff;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.page-stay-map-title{
  position: relative;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 47.6px;
  font-family: 'Shippori Mincho', serif;
  color: #333;
  text-align: center;
  display: inline-block;
}
.mobile-scroll-wrapper{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-stay-map-sub-title{
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 40.8px;
  font-family: 'Shippori Mincho'
}
.page-stay-map img{
  max-width: 100%;
}
.page-stay-item-img {
  width: 100%;
  max-width: 736px;
}
.page-stay-item-img img{
  max-width: 736px;
}
img{
  object-fit: cover;
}

@media screen and (max-width:1366px) {
  .page-stay-item{
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
    br.mb{
      display: block;
    }
    .page-hero__nav{
        display: none;
    }
    .page-hero{
      padding: 6.4vw;
    }
    .page-hero__content{
      width: 20vw;
      height: 21vw;
      position: absolute;
      top: clamp(24px, 4.1vw, 64px);
      left: clamp(24px, 4.1vw, 64px);
    }
    .page-hero__logo{
      position: absolute;
    }
    .page-hero__logo-mark img{
        width: 20vw;
        height: auto;
    }
    .page-hero__title{
      font-size: 28px;
      letter-spacing: 2.8px;
      line-height: 36.4px;
      font-family: 'Shippori Mincho', serif;
      height: 100%;
    }
    .page-intro{
      padding:clamp(32px, 17vw, 64px) clamp(16px,8.5vw,32px);
    }
    .page-intro__inner{
      max-width: 100%;
      gap: clamp(32px, 17vw, 64px);
    }
    .page-intro__title{
      font-size: 24px;
      letter-spacing: 2.4px;
      line-height: 40.8px;
    }
    .page-intro__text{
      font-size: 15px;
      letter-spacing: 2.24px;
      line-height: 37.5px;
      text-align: left;
    }
    .page-intro__text br{
       display: none;
    }
    .page-intro__inner{

    }
    .page-intro__gallery{
      height: auto;
      padding-bottom: 30.41lvh;
    }
    .page-intro__gallery-main{
      max-width: calc(100% +  clamp(16px,8.5vw,32px) * 2);
      left: calc(-1 * clamp(16px,8.5vw,32px));
      position: relative;
      height: 60lvh;
    }
    .page-intro__gallery-main img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .page-intro__gallery-sub1{
      position: relative;
      left: clamp(16px,8.5vw,32px);
      top: -6.6lvh;
      width: 64vw;
      height: 45lvh;
    }
    .page-intro__gallery-sub1.reverse{
      left: unset;
    }
    .page-intro__gallery-sub1 img,.page-intro__gallery-sub2 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .page-intro__gallery-sub2{
      display: block;
      position: absolute;
      top: unset;
      left:unset;
      right:calc(clamp(16px,8.5vw,32px)/2);
      width: 60vw;
      height: 22.4lvh;
      bottom: 0;
    }
    section:has(+ .page-repeated){
      padding-bottom: 192px;
    }
    .page-onsen-section__inner{
      max-width: 100%;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    .page-onsen-section__content{
      flex-direction: column;
      padding:clamp(32px,17vw,64px) clamp(16px,8.5vw,32px);
      padding-bottom: 0;
      gap:clamp(16px,8.5vw,32px);
    }
    .page-onsen-section__image img{
      max-width: 100%;
    }
    .page-onsen-section__title{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .page-onsen-section__text{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-spec{
      max-width: calc(100% - clamp(16px,8.5vw,32px)*2);
      margin: auto;
    }
    .page-repeated .page-spec{
      max-width: 100%;
      margin: 0;
    }
    .page-spec__row{
      display: flex;
      flex-direction: column;
      gap: 4px;
      align-items: flex-start;
    }
    .page-spec__label{
      width: fit-content;
      padding: clamp(8px,4.25vw,16px);
      padding-bottom: 0;
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 24px;
    }
    .page-spec__value{
      width: fit-content;
      padding: clamp(8px,4.25vw,16px);
      padding-top: 0;
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 24px;
    }
    .page-repeated__sidebar{
      position: absolute!important;
      left: 0;
      top: 0px;
      bottom: auto!important;
      width: 100vw;
      padding-top: 0;
      transform: translateY(-100%);
    }
    .page-repeated__sidebar .page-repeated__nav{
      flex-wrap: wrap;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 32px 32px;
      gap:16px 32px;
      width: 100%;
    }
    .page-repeated__nav-item{
      display: flex;
      flex-direction: column;
      gap: 4px;
      height: fit-content;
    }
    .page-repeated__nav-text{
      line-height: 1.5;
    }
    .page-repeated-item{
      padding:clamp(32px,17vw,64px) clamp(16px,8.5vw,32px);
    }
    .page-repeated__nav-item span{
      position: relative;
      bottom: unset;
    }
    .page-repeated__title{
      font-size: 24px;
      letter-spacing: 2.4px;
      line-height: 40.8px;
    }
    .page-repeated-item .swiper img{
      height: 32.4lvh;
      object-fit: cover;
    }
    .page-repeated-item__content{
      gap:clamp(16px,8.5vw,32px);
    }
    .page-repeated-item .swiper{
       gap:clamp(6px,3.2vw,12px);
    }
    .page-repeated-item__caption{
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 24px;
      min-height: 24px;
    }
    .page-repeated-item__button .button-grad{
      padding: 24px;
      max-width: 100%;
      flex: 1;
      place-items: center;
      text-align: center;
    }
    .page-repeated-item__toggle-header{
      padding: 24px 20px;
      font-size: 18px;
      letter-spacing: 0.9px;
      line-height: 30px;
      gap: 18px;
    }
    .page-repeated-item__toggle-content{
      padding: 0;
      gap: 32px;
    }
    .is-open .page-repeated-item__toggle-content{
      padding: 0;
      padding-bottom: 24px;
    }
    .page-repeated-item__toggle-content-image{
      flex-direction: column;
      height: auto;
    }
    .page-repeated-item__toggle-content-image img{
      max-width: 100%;
    }
    .page-repeated-item__toggle-content-button .button-grad {
      padding: 24px;
    }

    .page-banner{
        padding:clamp(16px, 8.5vw, 32px);
     }
     .page-banner .div3{
        font-size: 24px;
        letter-spacing: 2.4px;
        line-height: 40.8px;
     }
    .page-banner a{
        padding: 54px 0;
     }
    .page-repeated-item__toggle-content-attention{
      font-size: 10px;
      letter-spacing: 0.5px;
      line-height: 20px;
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-repeated-item__header{
      gap: 24px;
    }
    .page-repeated__lead{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-repeated-item__toggle-content-menu{
      padding: 20px 32px;
    }
    .page-repeated__lead br,.page-repeated-item__toggle-content-lead br{
      display: none;
    }
    .page-repeated-item__toggle-content-menu-text{
      flex-direction: column;
    }
    .page-repeated-item__toggle-content-menu{
      gap: 16px;
      line-height: 24px;
    }
    .page-repeated-item__toggle-content-menu-title {
      padding: 0;
    }
    .page-repeated-item__toggle-content-menu-text-block{
      gap:0;
    }
    .page-cake-inner{
      padding: 64px 32px;
      flex-direction: column;
      gap: 32px;
    }
    .page-repeated-item__toggle-content-attention.right{
      font-size: 10px;
      letter-spacing: 0.5px;
      line-height: 20px;
    }
    .page-cake-nav img{
      width: 100%;
      height: auto;
    }
    .page-cake-nav-text-wrapper-copy{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .page-cake-nav-text-wrapper-copy br{
      display: none;
    }
    .page-cake-nav-text-wrapper-text{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-cake-nav-text{
      gap: 32px;
    }
    .page-cake-nav .page-repeated-item__toggle-content-button .button-grad{
      display: flex;
      flex: 1;
    }
    .page-cake-nav .page-repeated-item__toggle-content-button{
      max-width: 100%;
    }
    .page-facility{
      padding: 64px 32px;
    }
    .page-facility-inner{
      width: 100%;
      gap: 48px;
    }
    .page-facility-item,.page-facility-item:nth-child(even){
      flex-direction: column;
      gap: 24px;
    }
    .page-facility-item img,.page-facility-list-item img{
      max-width: 100%;
      min-height: 0;
      min-width: 0;
      min-height: 0;
      flex: 1 1 auto;
    }
    .page-facility-item-txt{
      gap: 16px;
    }
    .page-facility-item-title{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .page-facility-item-desc{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-facility-item-desc br{
      display: none;
    }
    .page-facility-item-attention{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
   .page-facility-item a{
      margin-top: 16px;
      padding: 0px 4px 12px;
    }
    .page-facility-item a .text-wrapper-12{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 14px;
    }
    .page-facility-list{
      margin-top: 16px;
      gap: 48px;
      position: relative;
    }
    .page-facility-list-item{
      flex-direction: row;
      align-items: start;
      position: relative;
    }
    .page-facility-list-item img{
      max-width: calc(50% - 24px);
    }
    .page-facility-list-item-txt{
      align-items: start;
      gap: 12px;
    }
    .page-facility-list-item-title{
      font-size: 18px;
      letter-spacing: 0.9px;
      line-height: 30px;
      text-align-last: left;
    }
    .page-facility-list-item-desc{
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 24px;
      text-align: left;
    }
    .page-facility-list-item-desc br{
      display: none;
    }
    .page-facility-list-item .button-s{
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
    }
    .page-facility-list-item .button-s{
      padding: 0px 4px 12px;
    }
    .page-facility-list-item .button-s .text-wrapper-12{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 14px;
    }
    .page-facility-list-item:last-child{
      padding-bottom: 96px;
    }
    .page-stay{
      padding: 63px 32px;
    }
    .page-stay-inner{
      gap: 64px;
      width: 100%;
    }
    .page-stay-item{
      flex-direction: column;
      gap: 24px;
    }
    .page-stay-item-img{
      max-width: 100%;
    }
    .page-stay-item-img img{
      max-width: 100%;
    }
    .page-stay-item-img .page-repeated-item__slide, .page-stay-item-img .page-repeated-item__slide img{
      max-width: 100%;
    }

    .page-stay-map img{
      max-width: 100%;
    }
    .page-stay-item-title{
      margin-left: 0;
    }
    .page-stay-item-desc{
      margin-left: 0;
    }
    .page-stay-item-attention{
      margin-left: 0;
    }
    .page-stay-day{
      padding: 32px 8px;
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 24px;
      width: 44px;
      margin-bottom: 0;
    }
    .page-stay-item-time{
      padding: 0 0 8px;
      font-size: 24px;
      letter-spacing: 4.32px;
      line-height: 31.2px;
    }
    .page-stay-item-txt{
      gap: 16px;
    }
    .page-stay-item-title{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .page-stay-item-desc{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-stay-item-desc br{
      display: none;
    }
    .page-stay-item-img .page-repeated-item__slide{
      gap: 24px;
    }
    .page-stay-item-attention{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
      text-align: left;
      white-space: pre-line;
    }
    .page-stay-item a{
      margin-left: 0;
      margin-top: 16px;
    }
    .page-intro br{
      display: none;
    }

    .page-stay-map{
      padding: 48px 32px;
      padding-right: 0;
      gap: 32px;
    }
    .page-stay-map-title{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .mobile-scroll-wrapper{
      gap: 16px;
      width: auto;
      overflow-x: scroll;
      display: inline-block;
    }
    .page-stay-map-sub-title{
      font-size: 18px;
      letter-spacing: 0.9px;
      line-height: 30px;
      position: sticky;
      left: 0;
      padding-bottom: 16px;
    }
    .page-stay-map img{
      height: 95px;
      width: auto;
      max-width: none;
    }
    .page-stay-item-img {
      width: 100%;
    }
    .stay-page-banner{
      background-image: url(/assets/img/page/stay-page-banner-mb.webp);
      background-size: cover;
    }
    .stay-page-banner-large{
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 34px;
    }
    .stay-page-banner-small{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-banner .div2{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 28px;
    }
    .page-banner .div3{
      font-size: 24px;
      letter-spacing: 2.4px;
      line-height: 40.8px;
    }

    .page-intro__title br.mb{
      display: block;
    }

    .page-intro img{
      object-fit: cover;
    }
}
@media screen and (max-width:450px){
  .page-intro__gallery-main img.stay{
    object-position: 70%;
  }
}