/* NOTE single */

/*====================================================
////id |  single
====================================================*/
.column-wrapper {
  font-weight: 400;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1220.0px) {
  .single #contents {
    padding-top: min(26.5vw, 150px);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 1220.1px) {
  .single #contents {
    padding-top: 200px;
  }
  #contents .column-wrapper:has(#sidebar) {
    grid-gap: 40px;
    grid-template-columns: 250px 1fr;
  }
  #sidebar {
    grid-column: 1;
    grid-row: 1;
  }
  main#single {
    grid-column: 2;
  }
}

@media (hover: hover) {}



/*====================================================
////id |  post_title
====================================================*/
#post_title {
  margin-bottom: min(9.33vw, 48px);
}
#post_title h1.title {
  color: var(--color_1);
  font-size: min(6.4vw, 3rem);
  margin-bottom: 0;
}
#post_title .catch_copy {
  margin-top: 16px;
}
#post_title .category {
  margin-top: 16px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {}



/*====================================================
////id |  gallery
====================================================*/
#gallery {
  margin-bottom: min(11vw, 64px);
}
.swiper-controls {
  font-size: min(1.926vw, 1.3158rem);
}
.swiper-controls .swiper-controls-button-prev,
.swiper-controls .swiper-controls-button-next {
  width: 35px;
}
.swiper-controls .swiper-controls-button-prev::before,
.swiper-controls .swiper-controls-button-next::before {
  filter: none;
}
#gallery .thumbnail-slider {
  margin-top: min(5.33vw, 36px);
}
#gallery .thumbnail-slider .swiper-wrapper {
  display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(9, 1fr);
  transform: none !important;
  width: 100% !important;
}
#gallery .thumbnail-slide {
  cursor: pointer;
  width: 100% !important;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  #gallery .thumbnail-slider .swiper-wrapper {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 769.0px) {
  .gallery-slide .coverImg {
    padding-top: 75%;
  }
  #gallery .thumbnail-slider .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .gallery-slide .coverImg {
    padding-top: 55%;
  }
}

@media (hover: hover) {
  #gallery .thumbnail-slide:hover img {
    transform: scale(1.1)
  }
}


/*====================================================
////id |  detail
====================================================*/
#detail {
  display: grid;
    grid-gap: min(5vw, 40px);
  margin-top: min(13vw, 56px);
}
.detail-head {
  border: solid 1px var(--color_1);
  color: var(--color_1);
  display: flex;
    gap: .5em;
    align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: min(4.266vw, 24px);
  padding: .7em 1.33em;
}
.detail-head::before {
  content: '';
  display: block;
  width: 1.666em;
  height: 1.1em;
}


/*====================================================
////id |  facility
====================================================*/
.facility-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 20"><path fill="%2300817c" d="M.1,19.95h22.8v-9.3H.1v9.3ZM.9,16.95h6.2v2.2H.9v-2.2ZM15.1,19.15h-7.2v-7.7h7.2v7.7ZM7.1,16.15H.9v-2.2h6.2v2.2ZM15.9,19.15v-4.7h6.2v4.7h-6.2ZM22.1,13.65h-6.2v-2.2h6.2v2.2ZM7.1,11.45v1.7H.9v-1.7h6.2ZM9.1,17.95h4.8v-3.3h-4.8v3.3ZM9.9,15.45h3.2v1.7h-3.2v-1.7ZM9,13.45v-.8h1v.8h-1ZM12,13.45h-1v-.8h1v.8ZM14,13.45h-1v-.8h1v.8ZM15.4,6.95h-7.8v-1.03l2.5-3.5V.05h.8v2.63l-2.48,3.47h6.16l-2.48-3.47V.05h.8v2.37l2.5,3.5v1.03ZM16.6,3.15v3.8h6.3v-3.8h-6.3ZM22.1,6.15h-4.7v-2.2h4.7v2.2ZM6.4,3.15H.1v3.8h6.3v-3.8ZM5.6,6.15H.9v-2.2h4.7v2.2Z" /></svg>') no-repeat center / contain;
}
.facility-item {
  border-bottom: solid 1px var(--gray);
  display: grid;
  padding: 1.25em 0;
}
.facility-item:first-child {
  padding-top: 0;
}
.facility-item dt {
  font-weight: 500;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .facility-item-wrapper {
    display: grid;
      grid-gap: 0 min(3vw, 60px);
      grid-template-columns: auto 1fr;
  }
  .facility-item {
    display: grid;
      grid-template-columns: subgrid;
    grid-column: span 2;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  amenities
====================================================*/
.amenities-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 20"><path fill="%2300817c" d="M19.19,8.83h-.11c.33-1.74-.57-3.73-2.17-4.47l1.08-2.11c.03-.06.04-.12.03-.18,0-.06-.03-.12-.06-.18l-1.02-1.38s-.07-.08-.12-.1c-.05-.02-.1-.04-.15-.04h-2.49c-.05,0-.11.01-.15.04-.05.02-.09.06-.12.1-.02.04-1.13,1.47-1.07,1.49-.01.05-.02.09-.01.14,0,.05.02.09.04.13l1.21,2.05c-.48.22-.91.54-1.27.93-.35.39-.63.85-.8,1.35-.26.71-.32,1.48-.19,2.22h-.82c.33-1.74-.57-3.73-2.17-4.47l1.08-2.11c.03-.06.04-.12.03-.18s-.03-.12-.06-.18l-1.02-1.38s-.07-.08-.12-.1c-.05-.02-.1-.04-.15-.04h-2.49c-.05,0-.11.01-.15.04-.05.02-.09.06-.12.1l-1.02,1.38c-.04.06-.06.12-.06.19,0,.07.01.13.04.19l1.21,2.05c-1.66.71-2.6,2.74-2.25,4.52-.46.03-.9.23-1.22.57-.32.34-.5.78-.5,1.25v6.77c0,.58.24,1.14.65,1.55.41.41.97.64,1.55.65h14.64c.5,0,.99-.18,1.38-.49.39-.31.66-.75.77-1.24.03-.15.05-.31.05-.46v-6.77c0-.48-.19-.95-.54-1.29-.34-.34-.81-.53-1.29-.54ZM12.42,8.09c0-.34.05-.68.14-1.01h5.75c.64,2.03-.85,4.44-2.88,4.39-1.66,0-3.02-1.51-3.02-3.37ZM14.76,4.18l-1.02-1.74h3.38l-.89,1.74h-1.46ZM14.34,1.06h2.15l.51.69h-3.17l.51-.69ZM14.56,4.86s1.76,0,1.77,0c.74.27,1.36.81,1.71,1.52h-5.2c.36-.71.97-1.25,1.72-1.52ZM4.32,8.09c0-.34.05-.68.14-1.01h5.75c.64,2.03-.85,4.44-2.88,4.39-1.66,0-3.02-1.51-3.02-3.37ZM6.67,4.18l-1.02-1.74h3.38l-.89,1.74h-1.46ZM6.24,1.06h2.15l.51.69h-3.17l.51-.69ZM6.46,4.86s1.76,0,1.77,0c.74.27,1.35.81,1.71,1.52h-5.2c.36-.71.97-1.25,1.72-1.52ZM2.67,10.66c0-.16.03-.31.09-.45.06-.14.15-.27.26-.38.11-.11.25-.19.39-.24.15-.05.3-.08.46-.07,1.21,3.49,5.71,3.48,6.92,0h1.17c1.21,3.48,5.71,3.48,6.92,0h.29c.3,0,.59.12.8.33.21.21.33.5.33.8v6.77c.09.1-17.74.1-17.65,0v-6.77ZM18.82,18.94H4.18c-.27,0-.53-.07-.76-.21-.23-.13-.42-.33-.55-.56h17.26c-.13.23-.32.43-.55.56-.23.13-.49.21-.76.21ZM4.15,15.25v1.45s0,.09.03.13c.02.04.04.08.07.11.03.03.07.06.11.07.04.02.09.03.13.03.51,0,1.54,0,2.05,0,.91,0,2.16,0,3.07,0,.05,0,.09,0,.13-.03s.08-.04.11-.07c.03-.03.06-.07.07-.11.02-.04.03-.09.03-.13v-1.44c.29.03.44-.34.62-.54.04-.05.08-.09.14-.11.05-.03.11-.04.17-.04h7.32c.25,0,.48-.1.65-.28.17-.17.27-.41.27-.66s-.1-.48-.27-.66c-.17-.17-.41-.27-.65-.28H4.57c-.19,0-.37.08-.5.21-.13.13-.21.32-.21.5v1.5c0,.08.03.16.08.22.05.06.13.1.21.11ZM4.83,15.26h.34v1.09h-.34v-1.09ZM5.86,15.26h.34v1.09h-.34v-1.09ZM6.88,15.26h.34v1.09h-.34v-1.09ZM7.91,15.26h.34v1.09h-.34v-1.09ZM9.27,16.36h-.34v-1.09h.34v1.09ZM4.54,13.42c-.01-.08,13.64,0,13.66-.03.06,0,.13.03.17.07.05.05.07.11.07.17s-.03.13-.07.17c-.05.05-.11.07-.17.07h-7.32c-.22.01-.44.08-.62.21-.19.12-.34.29-.44.48-.99,0-2.28,0-3.28,0-.49,0-1.5,0-2,0v-1.16Z" /></svg>') no-repeat center / contain;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {}




/*====================================================
////id |  link_area
====================================================*/
#link_area {
  margin-top: min(8.5vw, 72px);
}
.link_area-btn {
  background: var(--color_1);
  border-radius: 5px;
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
  font-size: min(4.2666vw, 2.2rem);
  font-weight: 500;
  min-height: 5.45em;
}
.link_area-btn .icon {
  background: url('../img/cmn/icon-reservation.svg') no-repeat center / contain;
  display: block;
  filter: brightness(0) invert(10);
  width: 2.3em;
  height: 2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .link_area-btn {
    margin: auto;
    min-height: 3.25em;
    width: 88%;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .link_area-btn {
    margin: auto;
    width: 78.5%;
  }

}

@media (hover: hover) {
  .link_area-btn:hover {
    filter: brightness(1.15);
    box-shadow: 0 .2em .4em rgba(0, 0, 0, .2);
		opacity: 1;
  }
}



/*====================================================
////id |  sidebar
====================================================*/
.sidebar-inner {
  grid-gap: 0;
}
.sideberBox {
  border-bottom: solid 1px var(--gray);
  padding: 24px 0;
}
.sideberBox:first-child {
  border-top: solid 1px var(--gray);
}
.stay-sideber-head {
  display: flex;
    align-items: center;
    gap: .4em;
  line-height: 1.4;
}
.stay-sideber-head::before {
  content: '';
  display: block;
  height: 1.25em;
  width: 1em;
}
.capacity-sideber-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14 20"><path fill="%2300817c" d="M6.92,10.36s.06,0,.08,0c1.35,0,2.62-.51,3.59-1.45.99-.96,1.55-2.25,1.57-3.63C12.21,2.44,9.93.09,7.08.04c-.03,0-.06,0-.08,0C4.19.04,1.89,2.3,1.84,5.12h0c-.02,1.38.5,2.68,1.45,3.67.96.99,2.25,1.55,3.63,1.57ZM4.24,2.36c.76-.74,1.77-1.13,2.82-1.12,2.18.03,3.93,1.84,3.9,4.02-.02,1.06-.44,2.05-1.2,2.78-.76.74-1.74,1.12-2.82,1.12-1.06-.02-2.05-.44-2.78-1.2-.74-.76-1.13-1.76-1.12-2.82.02-1.06.44-2.05,1.2-2.78ZM13.61,15.33c-.13-.8-.56-1.68-.89-2.27-.39-.71-.88-1.4-1.31-1.86l-.23-.23-.32.05-.46.21c-2.14,1.22-4.92,1.18-7.02-.12l-.18.29.15-.3-.06.1.05-.1-.57-.1-.2.22c-.42.46-.91,1.16-1.31,1.86-.47.84-.79,1.65-.89,2.29l-.04.29c-.06.68.05,1.3.34,1.85.3.57.8,1.05,1.47,1.43,1.17.67,2.89,1.04,4.85,1.04s3.67-.37,4.85-1.04c.67-.38,1.17-.87,1.47-1.43.33-.62.43-1.35.3-2.16ZM12.26,16.93c-.19.36-.53.68-1,.95-.99.57-2.5.88-4.25.88s-3.26-.31-4.25-.88c-.47-.27-.81-.59-1-.95-.18-.33-.24-.72-.2-1.15l.03-.25c.08-.49.36-1.17.75-1.88.26-.47.56-.92.85-1.29,2.34,1.26,5.28,1.27,7.64,0,.29.37.59.82.85,1.29.4.71.67,1.4.76,1.88.09.55.04,1.01-.17,1.4Z" /></svg>') no-repeat center / contain;
}
.room_type-sideber-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 14"><path fill="%2300817c" d="M18.35,5.58v-1.31h1.83v-.97l-1.05-3.3h-2.55l-1.03,3.14-.03,1.14h1.83v1.31h-1.83v7.53h.46v.89h1v-.89h3.57v.89h1v-.89h.46v-7.53h-3.65ZM17.29,1.02h1.11l.73,2.24h-2.57l.73-2.24ZM21,12.1h-4.48v-2.24h4.48v2.24ZM16.52,6.6h4.48v2.24h-4.48v-2.24ZM1.46,5.63H.46V.97c0-.54.43-.97.96-.97h11.87c.53,0,.96.44.96.97v4.65h-1V.97l-11.83.04.04,4.61ZM12.83,6.05H1.87c-1.03,0-1.87.85-1.87,1.91v5.16h.91v.89h1v-.89h10.87v.89h1v-.89h.91v-5.16c0-1.05-.84-1.91-1.87-1.91ZM1,7.95c0-.49.39-.89.87-.89h10.96c.48,0,.87.4.87.89v4.14H1v-4.14ZM5.93,5.63v-.93c0-.23-.19-.42-.41-.42h-1.83c-.22,0-.41.19-.41.42v.93h-1v-.93c0-.79.63-1.44,1.41-1.44h1.83c.78,0,1.41.65,1.41,1.44v.93h-1ZM11.41,5.63v-.93c0-.23-.19-.42-.41-.42h-1.83c-.22,0-.41.19-.41.42v.93h-1v-.93c0-.79.63-1.44,1.41-1.44h1.83c.78,0,1.41.65,1.41,1.44v.93h-1Z" /></svg>') no-repeat center / contain;
  width: 1.375em;
}
.design-sideber-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14 21"><path fill="%2300817c" d="M10.93,13.54c0-2.9-.1-4.6-4.71-8.92,0,0,0,0,0,0h0s0,0-.01-.01l-.28.31-.27.27c1.24,1.26.44,3.03-.26,4.6-.23.51-.44.98-.57,1.41-.48-.63-.63-1.25-.63-2.34h-.8c0,1.66.34,2.48,1.44,3.52.08.07.17.11.27.11.06,0,.12-.01.18-.04.15-.08.24-.24.22-.41-.05-.41.28-1.14.62-1.91.18-.4.38-.84.55-1.29,1.27,2.04,1.28,2.65,1.28,4.73h-3.96v3.03h.47c.17,1.3,1.08,3.24,1.29,3.68v.75h6.51v-.75c.21-.44,1.12-2.38,1.29-3.68h.47v-3.03h-3.07ZM6.96,7.8c.09-.4.14-.81.12-1.21,2.97,3.08,3.05,4.52,3.05,6.95h-1.4c0-2.28,0-3.02-1.77-5.73ZM13.2,15.76h-1.79v.81h1.32c-.17,1.07-.92,2.77-1.24,3.41l-.04.18-4.91.04-.04-.22c-.32-.64-1.07-2.34-1.24-3.41h3.96v-.81h-4.4l-.04-1.41h8.43v1.41ZM10.13,3.15c1.53.29,3.27,1.36,3.57,3.52.02.17-.06.33-.21.41-.06.03-.12.05-.19.05-.1,0-.19-.04-.27-.11-.64-.59-3.23-1.08-4.54-.51l-.32-.74c1.22-.53,3.21-.36,4.49.13-.63-1.46-2.17-1.86-2.68-1.96l.15-.79ZM6.89,2.1l-.57-.57C7.88-.06,10.68-.5,11.97.63c.11.1.16.25.13.39-.03.14-.14.26-.28.3-1.46.42-2.95,1.73-3.89,3.41l-.7-.4c.86-1.53,2.14-2.79,3.49-3.45-1.09-.26-2.76.12-3.83,1.2ZM2,8.79c-.5.19-.93.35-1.25.6-.07.06-.16.09-.25.09-.04,0-.09,0-.13-.02-.13-.04-.23-.15-.26-.28-.3-1.19,0-2.46.84-3.51.89-1.12,2.22-1.77,3.56-1.73l-.02.81c-1.08-.03-2.18.5-2.92,1.43-.54.68-.81,1.47-.77,2.24.29-.14.59-.26.92-.38,1-.38,2.14-.8,3.06-2.3l.68.42c-1.07,1.74-2.4,2.24-3.47,2.64ZM.33,2.29c-.03-.15.02-.3.13-.4,1.1-.96,2.68-1.28,3.94-.81,1.16.44,1.91,1.45,2.1,2.86l-.79.11c-.2-1.41-.97-1.99-1.59-2.22-.78-.3-1.72-.2-2.52.23.78.33,1.39.79,1.66,1.29l-.7.39c-.2-.37-.88-.87-1.94-1.16-.14-.04-.25-.15-.29-.3Z" /></svg>') no-repeat center / contain;
}
.facility-sideber-head::before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 20"><path fill="%2300817c" d="M0,10.56v9.44h23v-9.44H0ZM22.07,13.56h-6.1v-2.08h6.1v2.08ZM7.02,16.07H.93v-2.08h6.1v2.08ZM7.95,11.48h7.1v7.59h-7.1v-7.59ZM7.02,11.48v1.58H.93v-1.58h6.1ZM.93,16.99h6.1v2.08H.93v-2.08ZM15.98,19.07v-4.58h6.1v4.58h-6.1ZM9.03,18h4.94v-3.43h-4.94v3.43ZM9.96,15.49h3.09v1.58h-3.09v-1.58ZM9.99,13.49h-1v-.93h1v.93ZM12,13.49h-1v-.93h1v.93ZM14.01,12.56v.93h-1v-.93h1ZM15.47,6.98h-7.95v-1.11l2.51-3.51V0h.93v2.65l-2.43,3.4h5.94l-2.43-3.4V0h.93v2.36l2.51,3.51v1.11ZM23,3.04h-6.45v3.93h6.45v-3.93ZM22.07,6.05h-4.59v-2.08h4.59v2.08ZM6.45,3.04H0v3.93h6.45v-3.93ZM5.52,6.05H.93v-2.08h4.59v2.08Z" /></svg>') no-repeat center / contain;
  width: 1.2em;
}
.sideber_link-wrapper {
  display: grid;
    grid-gap: .5em;
}
.sideber_link {
  line-height: 1.4;
  padding: 0 .5em 0 .8em;
  position: relative;
}
.sideber_link::before {
  border-top: solid 1px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: .7em;
    left: 0;
  transition: .2s ease-in-out;
  width: .3em;
  height: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {
  .sideber_link:hover {
    padding: 0 0 0 1.3em;
  }
  .sideber_link:hover::before {
    width: .8em;
  }
}



/*====================================================
////id |  archive
====================================================*/
.stay_archive-item-wrapper {
  display: grid;
    grid-gap: min(6.66vw, 42px) min(3.2vw, 23px);
}
.stay_archive-item {
  display: grid;
    grid-gap: min(2.133vw, 12px);
    grid-template-rows: auto auto 1fr;
  font-size: min(2.666vw, 1.8rem);
}
.stay_archive-item-img {
  width: 100%;
}
.stay_archive-item-img .coverImg {
  padding-top: 100%;
}
.stay_archive-item .cate_item {
  font-size: min(1.866vw, 1.2rem);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .stay_archive-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .stay_archive-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (hover: hover) {
  .stay_archive-item:hover .title {
    color: var(--color_1);
  }
}

