@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* 山楽について 
----- page/__about ----- */
.about-ttl .illust {
  max-width: 160px;
  position: absolute;
  top: 100px;
  left: 60px;
}

.about-features .u-grid__02 {
  grid-template-columns: 50% 50%;
}

.about-info {
  overflow: hidden;
}
.about-info .col {
  display: flex;
  flex-direction: column;
}
.about-info .col:nth-child(2) dd:nth-child(2) {
  padding-bottom: 35px;
}

.about_safety_img {
  width: min(25%, 190px);
  text-align: center;
  align-items: center;
}
.about_safety_img img {
  max-width: 120px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .about-ttl .illust {
    width: 20%;
    top: 90px;
    left: 10px;
  }
  .about-info .col:nth-child(2) dd:nth-child(2) {
    padding-bottom: 10px;
  }
  .about-info .safety .u-grid {
    justify-content: center;
  }
  .about_safety_img {
    width: 100%;
  }
  .about_safety_img img {
    max-width: 100px;
    padding-left: 0;
  }
}
/* 館内施設 
----- page/__facilities ----- */
.fac-lounge .u-grid__02 .deco {
  margin: -40px 50px 0 auto;
  width: min(45%, 255px);
}

.fac-lounge_splide {
  margin-top: 80px;
}
.fac-lounge_splide .item {
  margin-right: 5px;
}
.fac-lounge_splide figure {
  margin: 0;
  height: 250px;
}
.fac-lounge_splide img {
  height: 100%;
  width: auto;
  display: block;
  border-radius: 0;
}

.fac-hot_spling .u-grid__02:first-child {
  padding-top: 20px;
}
.fac-hot_spling .img .sub {
  width: 45%;
  margin: 0 0 0 auto;
  margin-top: 10px;
  position: relative;
}
.fac-hot_spling .img .deco {
  width: 40%;
  position: absolute;
  top: -35px;
  right: calc(100% + 40px);
}
.fac-hot_spling .text {
  padding-bottom: 40px;
}

.fac-restaurant .img {
  position: relative;
}
.fac-restaurant .deco {
  width: 40%;
  position: absolute;
  bottom: calc(100% - 25px);
  left: 20px;
}

.fac-other {
  overflow: hidden;
}
.fac-other .col:nth-child(n+3) img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .fac-lounge_splide {
    margin-top: 40px;
  }
  .fac-lounge_splide figure {
    height: 150px;
  }
  .fac-hot_spling .u-grid__02:first-child {
    padding-top: 10px;
  }
  .fac-hot_spling .img .deco {
    width: 45%;
    top: -25px;
  }
  .fac-restaurant .img {
    padding-bottom: 50px !important;
  }
  .fac-restaurant .deco {
    bottom: 0;
    left: auto;
    right: 20px;
  }
  .fac-other .col {
    margin-top: 10px;
  }
}
/* お食事 
----- page/__meal ----- */
.meal-ttl_wrap {
  position: relative;
  overflow: hidden;
}
.meal-ttl_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.meal-deco {
  text-align: center;
  position: absolute;
  top: 350px;
  max-width: 110px;
  z-index: -2;
  will-change: transform;
}
.meal-deco.__l {
  left: 5px;
}
.meal-deco.__r {
  right: 0;
}

.meal-illust img {
  width: 510px;
  max-width: calc(100% - 110px);
}

.meal-lounge > figure {
  margin-top: 100px;
  position: relative;
}
.meal-lounge > figure::before {
  content: "";
  mask: url(../img/meal-lounge_deco.svg) center top/contain no-repeat;
  background: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.meal-lounge .u-contents {
  overflow: hidden;
}

.meal-lounge_grid {
  display: grid;
  grid-template: "meal-ttl meal-img" auto "meal-text meal-img" 1fr/1fr 1fr;
  gap: 0 80px;
  margin-top: 80px;
}
.meal-lounge_grid .ttl {
  grid-area: meal-ttl;
}
.meal-lounge_grid .text {
  grid-area: meal-text;
}
.meal-lounge_grid .img {
  grid-area: meal-img;
}
.meal-lounge_grid .text {
  padding-bottom: 30px;
}

.meal-lounge_menu .img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

@media screen and (max-width: 768px) {
  .meal-illust img {
    max-width: 85%;
  }
  .meal-lounge > figure {
    margin-top: 50px;
  }
  .meal-lounge > figure::before {
    height: 20px;
  }
  .meal-lounge_grid {
    grid-template: "meal-ttl" auto "meal-img" auto "meal-text" auto/1fr;
    margin-top: 60px;
  }
  .meal-lounge_grid .img {
    margin-top: 20px;
  }
  .meal-lounge_grid .text {
    padding: 0;
  }
}
/* お部屋 
----- page/__room ----- */
.room-ttl .illust {
  max-width: 215px;
  position: absolute;
  top: 235px;
  left: 55px;
}

.room-intro {
  margin-top: 150px;
  padding: 60px 0 80px;
  position: relative;
}
.room-intro::before {
  content: "";
  mask: url(../img/deco_wave_02.svg) center bottom/contain no-repeat;
  background: #FFFDEE;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  transform: scaleX(-1);
}
.room-intro .u-grid__02 {
  grid-template-columns: 1fr 1fr;
}

.room-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.room-badge strong {
  font-size: 2rem;
}
.room-badge .best_rate {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 10px;
  color: #fff;
  background: #96A53B;
  padding: 5px 20px;
}
.room-badge .best_rate span {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.room-badge .best_rate span::before {
  content: "";
  background: url("../img/ico-crown.svg") center/contain no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  translate: 0 -50%;
}
.room-badge .in_out {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
  color: #96A53B;
}
.room-badge .in_out span {
  border-radius: 5px;
  border: 2px solid #96A53B;
  padding: 5px 15px;
  line-height: 1.5;
}
.room-badge .in_out strong {
  padding-left: 5px;
}

.room-info {
  margin-top: 20px;
  display: flex;
  gap: 5px 20px;
}

.room-price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: flex-end;
}
.room-price strong {
  line-height: 1.5;
}
.room-price strong span {
  padding: 0 5px 0 10px;
}
.room-price p {
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .room-ttl .illust {
    width: 23%;
    top: 50%;
    left: 10px;
  }
  .room-intro {
    margin-top: 80px;
    padding: 50px 0;
  }
  .room-intro::before {
    height: 40px;
    flex-direction: column;
  }
  .room-badge strong {
    font-size: 1.8rem;
  }
  .room-badge .best_rate {
    padding: 10px 15px 5px;
  }
  .room-badge .best_rate span {
    padding-left: 25px;
  }
  .room-badge .best_rate span::before {
    width: 20px;
    height: 20px;
  }
}
/* アクセス 
----- page/__room ----- */
.access-map {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.access-map .text {
  padding-bottom: 50px;
}
.access-map .text dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
}
.access-map .text_inner {
  padding: 30px;
  border-radius: 20px 0 0 20px;
}
.access-map .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 20px;
}

.access-train .u-grid {
  align-items: flex-end;
}
.access-train .deco {
  text-align: right;
}
.access-train .deco img {
  max-width: 275px;
}

.access-train, .access-parking {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .access-map {
    grid-template-columns: 100%;
  }
  .access-map .map {
    aspect-ratio: 3/2;
  }
  .access-map .map iframe {
    border-radius: 20px 20px 0 0;
  }
  .access-map .text {
    padding: 0;
  }
  .access-map .text .c-btn {
    margin: 20px 0 0 auto;
  }
  .access-map .text_inner {
    padding: 20px 15px 25px;
    border-radius: 0 0 20px 20px;
  }
  .access-train .deco img {
    width: 60%;
  }
  .access-md-map {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* お知らせ・キャンペーン 
----- page/_news ----- */
.archive-news .news_end {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.archive-news .news_end span {
  display: block;
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.archive-news figure {
  width: 100%;
  position: relative;
  padding-top: 25%;
}
.archive-news figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.archive-news .p-articles_item a:hover figure {
  opacity: 0.7;
}
.archive-news .important {
  color: #fff;
  background: #96A53B;
}
.archive-news .campaign {
  color: #DCAE82;
  background: #F1EA18;
}/*# sourceMappingURL=user.css.map */