<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
  overflow-x: hidden;
}
.stay-section{
  padding-bottom: 0;
  img{
    height: auto;
  }
  p{
    font-family: 'Noto Sans JP';
  }
}

@media (min-width: 1101px){
  .relative{
    position: relative;
  }
  .absolute{
    position: absolute;
  }
  .flex{
    display: flex;
  }
  .items-center{
    align-items: center;
  }
  .items-end{
    align-items: flex-end;
  }
  .flex-col-reversere{
    flex-direction: column-reverse;
  }
}

.main-visual {
  background-image: url(/wp-content/themes/morino-h/stay/img/stay-mv.webp);
  width: 100vw;
  height: 10.25vw;
  background-position: center;
  background-size: cover;
  padding: 23vw 0;
}
.lead-block{
    background: url(/wp-content/themes/morino-h/top/img/informations-bg.webp);
}
@media (max-width: 768px) {
  .main-visual {
      height: 10vw;
      padding: 25vw 0;
  }
}

.stay-section{
  padding-top: clamp(60px, 6.25vw, 120px);
}
.stay-section-title {
  margin-bottom: 80px;
  span {
      display: block;
  }
}
.stay-section-title-jp {
  color: #333333;
  font-size: clamp(25.2px, 1.87vw, 36px);
  font-family: 'Noto Serif JP', 'Noto Serif';
  letter-spacing: 0.2em;
}
.stay-section-title-eng {
  color: #333333;
  font-size: clamp(12.6px, 0.93vw, 18px);
  font-family: "Cormorant Garamond", serif;
}
.stay-nest-section{
  padding: clamp(60px, 6.25vw, 120px) 0
}
.day1{
  padding-top: 0;
}
.stay-nest-section.night{
  background-color: #230905;
  color: #ffffff;
}
.stay-nest-section-item{
  position: relative;
}
.stay-nest-section-item + .stay-nest-section-item{
  margin-top: clamp(80px, 6.25vw, 120px);
}
.stay-nest-section-item.w-1280, .footnote{
  max-width: 1280px;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
.stay-nest-section-title{
  &amp;::after{
    content: "";
    display: block;
    width: 100%;
  }
}
.stay-nest-section-title-first_line{
  display: flex;
  color: #988665;
  font-size: clamp(19px, 1.25vw, 24px);
  font-family: 'Noto Sans JP';
}
.stay-nest-section-title-second_line{
  display: block;
  margin-top: 10px;
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1.636;
}
.stay-icon-img{
  margin-right: 5px;
  vertical-align: middle;
}
.stay-main-img,
.stay-sub-img{
  display: block;
  width: 100%;
}
.stay-point-label{
  display: flex;
  align-items: center;
  justify-content: center;

  width: 80px;
  height: 80px;
  border-radius: 40px;

  background-color: #a38a53;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}
.stay-main-text{
  text-align: justify;
  line-height: 2.625;
}
.stay-point-wrap{
  flex: 1;
  display: flex;
  align-items: center;
}
.stay-point-label{
  margin-right: 20px;
}
.stay-point-text{
  flex: 1;
  line-height: 2;
}
.stay-point-text p{
  line-height: 2;
}
.stay-link {
  background-color: #204722;
  color: #fff;
  margin-top: 0;
}
.stay-link::after {
  border-color: #fff;
}
.stay-link-wrap{
  display: grid;
  gap: clamp(10px, 1.31vw, 20px);
  margin-top: clamp(24px, 2.95vw, 45px);
}
.night{
  .stay-nest-section-title-first_line{
    color: #d7ceb2;
  }
  .stay-link{
    background-color: #d7ceb2;
    color: #333333;
    &amp;::after{
      border-color: #333333;
    }
  }
}
.footnote{
  display: block;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  box-sizing: border-box;
  line-height: 1.76;
}
@media (min-width: 1101px){
  .stay-section{
    font-size: clamp(15px, 0.88vw, 17px);
  }
  .stay-nest-section-item.w-1600{
    max-width: 1600px;
    .side-box{
      width: calc( 100% - clamp(608px, 58.43vw, 1120px) );
      box-sizing: border-box;
      .stay-link-wrap{
        width: 100%;
        box-sizing: border-box;
      }
    }
  }
  .stay-main-img-wrap{
    position: absolute;
    top: 0;
    width: clamp(608px, 58.43vw, 1120px);
    aspect-ratio: 1120 / 747;
  }
  .stay-main-text{
    margin-top: 15px;
  }
  .stay-nest-section-item.-default.w-1600{
    /* margin-right:  calc(50% - 50vw); */
    margin-left: auto;
    .side-box{
      right: clamp(608px, 58.43vw, 1120px);
    }
    .stay-nest-section-title,
    .stay-main-text,
    .stay-link-wrap{
      padding-right: clamp(52px, 6.55vw, 100px);
    }
    .stay-main-img-wrap{
      right: 0;
    }
  }
  .stay-nest-section-item.-reverse.w-1600{
    /* margin-left:  calc(50% - 50vw); */
    .side-box{
      margin-left: auto;
      margin-right: 0;
    }
    .-align-left{
      padding-left: clamp(52px, 5.7vw, 100px);
    }
    .stay-main-img-wrap{
      left: 0;
    }
  }
  .stay-nest-section-item.w-1280{
    .stay-main-img-wrap{
      right: 0;
      width: clamp(320px, 40vw, 610px); /* æŽ¨å¥¨å€¤ 610 / 1525*/
    }
    .side-box{
      width: clamp((670 / 610) * 320px, 44vw, 670px );
      padding-left: clamp(40px, 58.24vw, 80px);
      box-sizing: border-box;
    }
    .stay-main-text{
      margin-top: clamp(10px, 0.98vw, 15px);
    }
  }
  .stay-point-text{
    display: grid;
    gap: 30px;
  }
  .stay-point-text.sp-only{
    display: none;
  }
}
@media (min-width: 1921px){
  .stay-nest-section-item.w-1600{
    .side-box{
      width: calc( 1600px - 1120px );
    }
  }
}
@media (min-width: 1101px) and (max-width: 1525px){
  .stay-nest-section-item + .stay-nest-section-item{
    margin-top: calc( 120 / 1525 * 100vw );
  }
  .stay-nest-section-title{
    &amp;::after{
      margin-top: calc( 15 / 1525 * 100vw );
    }
  }
  .stay-icon-img {
    width: calc( 24 / 1525 * 100vw );
  }
  .stay-main-text {
    margin-top: calc( 15 / 1525 * 100vw );
    line-height: 2.3;
  }
  .stay-point-label {
    width: calc( 80 / 1525 * 100vw );
    height: calc( 80 / 1525 * 100vw );
  }
  .stay-point-label{
    font-size: calc( 24 / 1525 * 100vw );
  }
  .stay-point-text{
    gap: calc( 30 / 1525 * 100vw );
  }
  .stay-link{
    height: calc( 60 / 1525 * 100vw );
    line-height: calc( 60 / 1525 * 100vw );
  }
}
@media (min-width: 1101px) and (max-width: 1279px){
  .stay-section{
    font-size: 14px;
  }
  .stay-nest-section-title-second_line{
    line-height: 1.4;
  }
  .stay-main-text {
    line-height: 2;
  }
}
@media (max-width: 1100px){
  .stay-section{
    font-size: 14px;
  }
  .stay-section-title {
    margin-bottom: 60px;
  }
  .stay-nest-section-item{
    width: 84vw !important;
    height: auto;
    margin: auto;
  }
  .stay-nest-section-title{
    text-align: center;
    &amp;::after{
      height: 2px;
      margin-top: 15px;
      background-image: linear-gradient(to right, #988665 2px, transparent 2px);
      background-size: 5px 2px;
    }
  }
  .stay-nest-section-title-first_line{
    justify-content: center;
  }
  .stay-icon-img{
    width: 22px;
  }
  .stay-main-text{
    margin-top: 30px;
    line-height: 2;
  }
  .stay-main-img-wrap{
    width: 100vw;
    margin: 25px calc(50% - 50vw) 0;
  }
  .stay-sub-img-wrap{
    margin: 30px auto 0;
  }
  .stay-sub-img{
    width: 100%;
  }
  .stay-point-wrap{
    width: fit-content;
    margin: 30px auto 0;
  }
  .stay-point-label{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 19px;
  }
  .stay-point-text{
    font-size: 14px !important;
  }
  .stay-link-wrap{
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1100px){
  .stay-nest-section-title-second_line{
    br{
      display: none;
    }
  }
  .stay-sub-img-wrap{
    width: calc( 630 / 1100 * 100vw );
  }
}
@media (min-width: 769px){
  .stay-nest-section-item{
    box-sizing: border-box;
  }
  .stay-nest-section-title{
    &amp;::after{
      height: 1px;
      margin-top: 20px;
      background-image: linear-gradient(to right, #988665 1px, transparent 1px);
      background-size: 3px 1px;
    }
  }
  .stay-icon-img{
    width: 24px;
  }
  .stay-link:hover {
    background-color: #230905;
  }
  .stay-link::after {
    border-color: #fff;
  }
  .night{
    .stay-link:hover{
      background-color: #b0a379;
    }
  }
  .footnote{
    padding-left: clamp(40px, 58.24vw, 80px);
  }
}
@media (max-width: 768px){
  .stay-section-title {
    margin-bottom: 35px;
  }
  .stay-link-wrap{
    flex-direction: column;
    align-items: center;
  }
  .footnote{
    font-size: 13px;
  }
  .stay-point-text.sp-only{
    padding-top: 30px;
  }
}

/* -------------------------- */
.goshinboku_terrace{
  .stay-point-text{
    br{
      display: none;
    }
  }
}
@media (min-width: 1101px){
  .stay-nest-section-item.w-1280.check_in {
    .side-box{
      padding-left: clamp(45px, 58.24vw, 80px);
    }
    .stay-nest-section-title, .stay-main-text{
      padding-right: 140px;
    }
    .stay-sub-img-wrap{
      display: flex;
      justify-content: flex-end;
      margin-top: 50px;
    }
    .stay-sub-img{
      width: clamp(273px, 34.09vw, 520px);
    }
    .stay-point-wrap{
      padding-left: 30px;
    }
    .stay-point-wrap {
      flex: 1;
      display: flex;
      align-items: center;
    }
  }
  .room{
    .stay-sub-img-wrap{
      margin-top: 80px;
    }
  }
  .stay-nest-section-item.dinner{
    margin-top: 80px;
    .stay-sub-img{
      display: block;
      width: clamp(188px, 23.61vw, 360px);
      margin-left: auto;
      margin-right: 0;
    }
    .side-box.relative{
      left: 0;
    }
    .stay-sub-img-wrap{
      right: 0;
      bottom: 50px;
    }
  }
  .hotspring{
    .stay-sub-img-wrap{
      margin-top: 80px;
    }
    .stay-point-wrap{
      position: absolute;
      right: 485px;
      bottom: 45px;
      width: fit-content;
      min-width: 520px;
    }
  }
  .lounge{
    .stay-nest-section-title{
      padding-top: 60px;
    }
    .stay-nest-section-title, .stay-main-text{
      padding-right: 140px;
    }
    .stay-main-img{
      width: clamp(320px, 40vw, 610px);
    }
    .stay-sub-img-wrap{
      display: flex;
      justify-content: flex-end;
      margin-top: 70px;
      padding-right: clamp(31px, 39.34vw, 60px);
      .stay-sub-img{
        width: clamp(188px, 23.61vw, 360px);
      }
    }
    .stay-point-wrap{
      position: absolute;
      bottom: 60px;
      left: clamp((670 / 610) * 320px, 44vw, 670px);
    }
  }
  .morning_bath{
    padding-bottom: 0;
    .stay-nest-section-title {
      padding-top: calc( 165 / 1920 * 100vw )
    }
  }
  .stay-nest-section-item.w-1280.breakfast{
    aspect-ratio: 64 / 33;
    margin-top: 0;
    .side-box {
      padding-left: 0;
    }
    .stay-nest-section-title,
    .stay-main-text,
    .stay-link-wrap{
      width: clamp(225px, 28.19vw, 430px);
      padding-right: 0;
    }
    .stay-nest-section-title{
      padding-top: clamp(83px, 11.61vw, 177px);
    }
    .stay-main-img-wrap{
      width: clamp(209px, 26.29vw, 400px);
    }
    .stay-sub-img-wrap{
      position: absolute;
      top: clamp(92px, 11.61vw, 177px);
      right: clamp(209px, 26.29vw, 400px);
      width: calc( 100% - clamp(188px, 23.60vw, 360px) );
    }
    .stay-sub-img{
      display: block;
      width: 39.14%;
      margin-right: 0;
      margin-left: auto;
    }
  }
  .goshinboku_terrace{
    .stay-sub-img-wrap{
      margin-top: 35px;
      padding-left: clamp(76.05px, 95.08vw, 145px);
    }
    .stay-sub-img{
      position: relative;
      left: clamp(23px, 29.5vw, 50px);
      width: 240px;
    }
    .stay-point-wrap{
      position: relative;
    }
    .stay-point-label{
      position: absolute;
      top: -85px;
      left: 102px;
    }
    .stay-point-text{
      margin-top: clamp(16.27px, 19.67vw, 30px);
      padding-left: 0;
    }
  }
  .sightseeing{
    aspect-ratio: 256 / 171;
    .stay-nest-section-title, .stay-main-text{
      padding-right: 80px;
    }
    .stay-nest-section-title{
      padding-top: clamp(31px, 39.34vw, 60px);
    }
    .stay-main-img-wrap{
      aspect-ratio: 305 / 308;
    }
    .stay-sub-img-wrap{
      width: clamp(19.53px, 58.24vw, 360px);
      padding-left: clamp(40px, 23.6vw, 80px);
    }
    .stay-point-label{
      position: absolute;
      top: -30px;
      left: calc( clamp(40px, 23.6vw, 80px) + clamp(19.53px, 58.24vw, 360px) - 40px );
    }
    .stay-point-text{
      padding-left: 40px;
    }
  }
}
@media (min-width: 1101px) and (max-width: 1525px){
  .stay-nest-section-item.w-1280.check_in, .lounge{
    .side-box{
      padding-left: calc( 80 / 1525 * 100vw );
    }
    .stay-nest-section-title, .stay-main-text{
      padding-right: calc( 140 / 1525 * 100vw );
    }
  }
  .room{
    .stay-sub-img-wrap{
      margin-top: calc( 70 / 1525 * 100vw );
    }
  }
  .stay-nest-section-item.dinner{
    margin-top: calc( 80 / 1525 * 100vw );
  }
  .hotspring{
    .stay-sub-img-wrap{
      margin-top: calc( 60 / 1525 * 100vw );
    }
    .stay-point-wrap{
      right: calc( 485 / 1525 * 100vw );
    }
  }
  .lounge {
    .stay-point-wrap {
      bottom: calc( 50 / 1525 * 100vw );
    }
  }
  .morning_bath{
    .stay-nest-section-title {
      padding-top: calc(135 / 1525 * 100vw);
    }
  }
  .goshinboku_terrace {
    .stay-sub-img-wrap{
      margin-top: calc( 35 / 1525 * 100vw );
    }
    .stay-sub-img{
      width: calc( 240 / 1525 * 100vw );
    }
    .stay-point-label {
        position: absolute;
        top: calc( -85 / 1525 * 100vw );
        left: calc( 102 / 1525 * 100vw );
    }
  }
  .sightseeing{
    aspect-ratio: 256 / 177;
    .side-box{
      padding-right: calc( 80 / 1525 * 100vw );
    }
    .stay-point-label{
      position: absolute;
      top: -30px;
      left: calc( clamp(40px, 23.6vw, 80px) + clamp(19.53px, 58.24vw, 360px) - calc(40 / 1525 * 100vw) );
    }
  }
}
@media (min-width: 1101px) and (max-width: 1279px){
  .hotspring{
    .stay-point-wrap{
      right: calc( 355 / 1279 * 100vw );
    }
  }
}
@media (min-width: 1101px) and (max-width: 1150px){
  .stay-nest-section-item.dinner{
    .stay-sub-img-wrap{
      bottom: 30px;
    }
  }
}
@media (min-width: 1101px) and (max-width: 1135px){
  .stay-nest-section-item.dinner{
    .stay-main-text{
      letter-spacing: -0.03em;
    }
  }
}
@media (min-width: 769px) and (max-width: 1100px){
  .goshinboku_terrace{
    .stay-point-text{
      br{
        display: block;
      }
    }
    .stay-sub-img{
      width: calc( 420 / 1100 * 100vw );
      margin: auto;
    }
  }
}
@media (min-width: 1101px) and (max-width: 1279px){
  .sightseeing{
    aspect-ratio: 256 / 186;
  }
}
@media (max-width: 1100px){
  .goshinboku_terrace {
    .stay-sub-img-wrap{
      width: calc( 420 / 750 * 100vw );
      margin-left: auto;
      margin-right: auto;
    }
  }
  .sightseeing{
    .stay-point-wrap{
      align-items: flex-start;
      p + p{
        position: relative;
        left: -75px;
        padding-top: 30px;
        white-space: nowrap;
      }
    }
  }
}</pre></body></html>