
@import url(./common/_variable.css);
@import url(./common/_reset.css);

/* common 

font-family: "Shippori Mincho", serif; /400-600-800

font-family: "Roboto", sans-serif;

font-family: "Cormorant", serif;

  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-size-adjust: 100%;

writing-mode: vertical-rl;
writing-mode: horizontal-tb;

============================================ */

html{
	font-size: 62.5%;
  scroll-behavior: smooth;
  /*scroll-padding-top: 50px; check the header hight!*/
}

body{
	background-color: #FFF;
  background-image: url(../images/common/bg01.jpg);
	color: var(--font_c);
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  font-weight: 400;
	line-height: 1.6em;
  min-height: 100dvh;
  letter-spacing: 0.02em;
  @media (max-width: 896px) {
    font-size: 1.4rem;
  }
  .is-fixed{
    height: 100%;
    overflow: hidden;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

a{
  color: currentColor;
  transition: all 0.3s ease-out;
  &:hover{
    @media(hover:hover){
      opacity: 0.8;
    }
  }
}

img{
	max-width: 100%;
  height: auto;
}

.reading{
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.pconly {
  @media (max-width: 896px) {
    display: none;
  }
}
.sponly {
  display: none;
  @media (max-width: 896px) {
    display: block;
  }
}
.portraitonly {
  display: none;
  @media (max-width: 480px) {
    display: block;
  }
}
.portraitnone{
  @media (max-width: 480px) {
    display: none;
  }
}
.tabonly{
  display: none;
  @media (max-width: 1025px) {
    display: block;
  }
}
.tabnone{
  @media (max-width: 1025px) {
    display: none;
  }
}


.newline {
	display: inline-block;
}

.width_m{
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.width_l{
  max-width: 1520px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.clearfix {
	/*display: inline-table;*/
  &:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}


/* pagetop
============================================ */
.pagetop_arrow {
  position: fixed;
  right: 2.604vw;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
  a {
    overflow: hidden;
    outline: none;
    display: block;
    background-color: rgba(0,0,0,0.4);
    padding: 5px;
    img {
      width: 40px;
      height: auto;
    }
  }
  @media (max-width:896px) {
    right: 20px;
    a {
      img {
        width: 30px;
      }
    }
  }
}
.fade_in {
  .pagetop_arrow {
    opacity: 1;
    transition: all 300ms 0s ease;
    bottom: 40px;
  }
}

.btn_reserve_global {
  position: fixed;
  top: 140px;
  right: 2.604vw;/*50px*/
  z-index: 9980;
  writing-mode: vertical-rl;
  @media (width < 896px) {
    position: absolute;
    right: 20px;
    top: 110px;
  }
  a {
    border: #FFF solid 1px;
    box-sizing: border-box;
    width: 54px;
    height: 230px;
    display: grid;
    place-content: center;
    color: #FFF;
    letter-spacing: 0.1em;
    background-color: rgba(0,0,0,0.2);
    @media (width < 896px) {
      height: 160px;
    }
    &:hover {
      background-color: var(--over_c);
    }
  }
}

.btn_fixed {
  position:fixed;
  top: -200px;
  transition: all 0.3s ease-out;
}

.btn_fix {
  position:fixed;
  top: -200px;
}

.btn_visible {
  position:fixed;
  top: 110px;
  transition: all 0.3s ease-out;
}

.hide {
  top: -300px;
}

/* drawer menu
============================================ */
.btn_nav {
  position: fixed;
  top: 30px;
  right: 2.604vw;/*50px*/
  z-index: 9990;
  @media (width < 896px) { 
    top: 16px;
    right: 20px;
  }
}

.btn_trigger {
  position: relative;
  width: 54px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  &::before,
  &::after {
    font-family: "Cormorant", serif;
    font-size: 1.4rem;
    position: absolute;
    transition: .5s;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(24px);
    color: #000;
    @media (width < 896px) { 
      transform: translateY(20px);
    }
  }
  &::before {
    content: "Menu";
    opacity: 1;
  }
  &::after {
    content: "Close";
    opacity: 0;
  }
}

.btn_line {
  width: 100%;
  height: 1px;
  position: relative;
  transition: .6s;
  &::before,
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    transition: .6s;
  }
  &::before {
    transform: translateY(-7px);
  }
  &::after {
    transform: translateY(7px);
  }
}

.drawer_nav {
  position: fixed;
  top: 0px;
  left : 100vw;
  width: 70vw;
  height: 100vh;
  display: flex;
  background-color: rgba(23, 30, 53, 0.9);
  transition: .8s ease-out;
  transition-timing-function: ease-out;
  box-sizing: border-box;
  padding: 20px;
  overflow: scroll;
  z-index: 9900;
  @media (width < 896px) {
    width: 100vw;
  }
}

.active {
  .btn_trigger {
    &::before {
      opacity: 0;
    }
    &::after {
      opacity: 1;
      color: #FFF;
    }
  }
  .btn_line {
    transition: .5s;
    &::before {
      transform: rotate(26deg);
      background-color: #FFF;
    }
    &::after {
      transform: rotate(-26deg);
      background-color: #FFF;
    }  
  }
  
  .drawer_nav {
    left: 30vw;
    @media (width < 896px) {
      left: 0vw;
    }
  }
}

.drawer_nav_inner {
  display: inline-block;
  margin: auto;
}

.column_nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3vw;
  @media (width < 480px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.side_logo_nav {
  width: 4.2vw;
  min-width: 50px;
  @media (width < 480px) {
    width:160px;
    margin: auto;
  }
  img {
    width: 100%;
    height: auto;
  }
}

.side_info_nav {
  border-left: #FFF dotted 1px;
  padding: 0 0 0 3vw;
  @media (width < 480px) {
    border-left: none;
    padding: 0 0 0 0vw;
  }
}

.block_nav {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  a {
    color: #FFF;
    display: block;
    position: relative;
    padding: 0 0 0 0.7em;
    &:hover {
      color: var(--point_c);
    }
    &::before {
      content: "-";
      line-height: 0em;
      font-size: 1.2em;
      position: absolute;
      top: 30%;
      left: 0px;
    }
  }
}
.list_nav {
  border-top: #CCC dotted 1px;
}
.item_nav {
  padding: 12px 0 12px;
  font-size: 1.4rem;
  line-height: 1em;
  border-bottom: #CCC dotted 1px;
}
.list_lower {
  padding: 8px 0 0 2em;
}
.item_lower {
  padding: 6px 0 6px;
  font-size: 1.3rem;
  line-height: 1em;
}

.btn_reserve_drawer {
  padding: 0 0 20px;
  a {
    display: block;
    text-align: center;
    border: #FFF solid 1px;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 16px 0;
    &:hover {
      background-color: var(--over_c);
      border: var(--point_c) solid 1px;
      opacity: 1;
    }
  }
}

.block_address {
  color: #FFF;
  padding: 30px 0 0;
  @media (width < 480px) {
    text-align: center;
  }
}
.hd_drawer {
  font-size: 2rem;
  line-height: 1.2em;
}
.address_drawer {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 8px 0 0;
}
.tel_drawer {
  font-family: "Roboto", sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 600;
}

/*============================================
 drawer menu */


.small {
  font-size: 0.7em;
}

.box__ttl {}
.box__ttl--en {
  color: var(--sub_c);
  font-size: clamp(1.1rem,0.8854vw,1.7rem);
  line-height: 1em;
}
.box__ttl--hd {
  color: var(--font_c);
  font-size: clamp(2.4rem,1.979vw,3.8rem);
  line-height: 1.1em;
  padding: 2.395vw 0 0;
  font-weight: 400;
  @media (width < 480px) {
    padding: 16px 0 0;
  }
}

.btn_lc {
  max-width: 18.229vw;
  min-width: 260px;
  padding: 3.645vw 0 0;
  @media (width < 480px) {
    padding-top: 30px;
  }
  a {
    position: relative;
    background-color: var(--main_c);
    color: #FFF;
    font-size: clamp(1.6rem,0.9375vw,1.8rem);
    line-height: 1.3em;
    height: 4.166vw;/*80px*/
    min-height: 54px;
    display: grid;
    place-content: center;
    &::after {
      content: "";
      display: block;
      width: 3.645vw;
      height: 1px;
      background-color: var(--point_c);
      position: absolute;
      top: 50%;
      right: -1.8228vw;
      @media (width < 480px) {
        width: 40px;
        right: -20px;
      }
    }
    &:hover {
      background-color: var(--over_c);
      opacity: 1;
    }
  }
}

.btn_lc_w {
  max-width: 18.229vw;
  min-width: 260px;
  padding: 3.645vw 0 0;
  @media (width < 480px) {
    padding-top: 30px;
  }
  a {
    position: relative;
    background-color: #FFF;
    color: var(--main_c);
    font-size: clamp(1.6rem,0.9375vw,1.8rem);
    line-height: 1.3em;
    height: 4.166vw;/*80px*/
    min-height: 54px;
    display: grid;
    place-content: center;
    &::after {
      content: "";
      display: block;
      width: 3.645vw;
      height: 1px;
      background-color: var(--point_c);
      position: absolute;
      top: 50%;
      right: -1.8228vw;
      @media (width < 480px) {
        width: 40px;
        right: -20px;
      }
    }
    &:hover {
      background-color: var(--over_c);
      opacity: 1;
      color: #FFF;
    }
  }
}

.btn_la {
  a {
    position: relative;
    background-color: var(--main_c);
    color: #FFF;
    font-size: clamp(1.3rem,0.9375vw,1.8rem);
    line-height: 1.3em;
    height: 3.645vw;/*70px*/
    min-height: 54px;
    display: grid;
    place-content: center;
    container-type: inline-size;
    &::after {
      content: "";
      display: block;
      height: 100%;
      width: 1px;
      background-color: var(--point_c);
      position: absolute;
      top: 30%;
      left: 1.041vw;
      @media (width < 480px) {
        left: 10px;
      }
    }
    &:hover {
      background-color: var(--over_c);
      opacity: 1;
    }
  }
}

.btn_detail {
  padding: 1.5625vw 0 0;
  @media (width < 896px) {
    padding: 20px 0 0;
  }
  a {
    display: inline-block;
    position: relative;
    background-color: var(--main_c);
    color: #FFF;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: clamp(1.3rem,0.833vw,1.6rem);
    width: 70%;
    max-width: 9em;
    &::after {
      content: "";
      background-color: var(--point_c);
      display: block;
      width: 2.083vw;
      height: 1px;
      position: absolute;
      top: 50%;
      right: -1.04vw;
      @media (width < 896px) {
        width: 30px;
        right: -15px;
      }
    }
    &:hover {
      background-color: var(--over_c);
      opacity: 1;
    }
  }
}

.b_center {
  margin: auto;
}
.bd_center {
  text-align: center;
}

.btn_blank {
  a {
    display: block;
    position: relative;
    background-color: var(--main_c);
    color: #FFF;
    text-align: left;
    padding: 16px 36px 16px 20px;
    font-size: clamp(1.3rem,0.833vw,1.6rem);
    &::after {
      content: url(../images/common/icon_blank.svg);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      width: 19px;
      height: 17px;
    }
    &:hover {
      background-color: var(--over_c);
      opacity: 1;
    }
  }
}


/* footer
============================================ */
.area__reservation {
  background-image: url(../images/common/bg_dark.jpg);
  text-align: center;
  padding: 10.416vw 20px 12.5vw;/*140px 200px 240px*/
}
.area__reservation--txt {
  line-height: 2.6em;
  padding-top: 3.645vw;/*70px*/
  @media (width < 480px) {
    line-height: 2.2em;
    padding-top: 30px;
  }
}

.area__footer {
  background-color: var(--main_c);
  color: #FFF;
  padding: 7.29vw 10.416vw 5.2vw;/*140px 200px 100px*/
  @media (width < 896px) {
    padding: 30px 20px 20px;
  }
}

.block__footer {
}
.txt_address_footer {
  padding: 20px 0 0;
}
.block__footer--copyrights {
  text-align: right;
  font-size: 1.2rem;
  padding: 20px 0 0;
}



/* header
============================================ */
.area__header {
  height: 90px;
  padding: 0 2.604vw;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  @media (width < 896px) {
    height: 60px;
    padding: 0 20px;
  }
}
.area__header--logo {
  width: 126px;
  height: 100%;
  display: grid;
  place-content: center;
  @media (width < 896px) {
    width: 100px;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.area__header--language {
  display: inline-block;
  margin: 0 80px 0 auto;
  position: relative;
  z-index: 7990;
}


.l_details {
  position: absolute;
  right: 0px;
  top: 32px;
  font-family: "Cormorant", serif;
  z-index: 8000;
  padding-right: 16px;
  @media (width < 896px) {
    top: 19px;
    padding-right: 8px;
  }
  &::before, &::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 1px;
    height: 8px;
    background-color: #000;
    transition: .5s;
  }
  &::before {
    transform: rotate(-45deg);
    right: 5px;
    @media (width < 896px) {
      right: -3px;
    }
  }
  &::after {
    transform: rotate(45deg);
    right: 0px;
    @media (width < 896px) {
      right: -8px;
    }
  }
}
.c_arrow {
  .l_details {
    &::before {
      transform: rotate(-135deg);
    }
    &::after {
      transform: rotate(135deg);
    }
  }
}
.l_details_summary {
  cursor: pointer;
  list-style: none;
  &:hover {
    color: var(--over_c);
  }
}
.l_details_list {
  background-image: url(../images/common/bg_dark.jpg);
  padding: 6px 10px;
  position: absolute;
  white-space: nowrap;
}
.l_details_item {
  font-size: 1.4rem;
  line-height: 1em;
  a {
    display: block;
    padding: 4px 0 4px 0.7em;
    position: relative;
    &::before {
      content: "";
      display: block;
      width: 0.3em;
      height: 1px;
      background-color: #333;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
    }
    &::after {
      content: "";
      display: block;
      width: 0%;
      height: 1px;
      background-color: #666;
      position: absolute;
      left: 0px;
      bottom: 0px;
      transition: .5s;
    }
    &:hover {
      &::after {
        width: 100%;
      }
    }
  }
}



/* elemments
============================================ */
.area__title {
  position: relative;
}

.area__title_sub {
  position: relative;
  background-image: url(../images/common/bg_toodark.jpg);
  height: 200px;
  @media (width < 896px) {
    height: 140px;
  }
}
.area__title--img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  @media (width < 896px) {
    height: 260px;
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.area__title-third--img {
  position: relative;
  width: 100%;
  height: calc(100dvh - 90px);
  overflow: hidden;
  @media (width < 896px) {
    height: calc(60dvh - 60px);
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.area__title--heading {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 36.458vw; */
  box-sizing: border-box;
  padding: 50px 0 50px 10.416vw;
  /* background: linear-gradient(90deg, rgba(23, 30, 53, 0.40) 0%, rgba(23, 30, 53, 0.40) 70%, rgba(23, 30, 53, 0.00) 100%); */
  @media (width < 896px) {
    /* width: 240px; */
    padding: 20px 0 20px 20px;
    /* background: linear-gradient(90deg, rgba(23, 30, 53, 0.40) 0%, rgba(23, 30, 53, 0.40) 30%, rgba(23, 30, 53, 0.00) 60%); */
  }
}
.area__title-third--heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  .hd_page_en {
    color: #FFF;
    padding: 8px 0 0 0px;
  }
}
.hd_page {
  font-size: clamp(2.2rem,1.666vw,3.2rem);
  color: #FFF;
  line-height: 1.2em;
}
.hd_page_en {
  font-size: clamp(1.2rem,0.729vw,1.4rem);
  color: #FFF;
  padding: 8px 0 0 6px;
}


.area__copy {
  position: relative;
  padding: 5.2vw 10.416vw 0;
  text-align: center;
  @media (width < 896px) {
    padding: 40px 20px 0;
  }
}
.arae__copy--bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60vw;
  mix-blend-mode: multiply;
  @media (width < 480px) {
    width: 90vw;
  }
}
.arae__copy--bg_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60vw;
  mix-blend-mode: multiply;
  @media (width < 480px) {
    width: 90vw;
  }
}
.area__copy--txt {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.hd_catch {
  font-size: clamp(2.0rem,1.666vw,3.2rem);
  line-height: 1.4em;
  display: inline-block;
}
.txt_copy {
  line-height: 2.5em;
  letter-spacing: 0.1em;
  padding: 2vw 0 0;
  @media (width < 480px) {
    padding: 20px 0 0;
  }
}


.area__nav {
  position: relative;
  padding: 7.8125vw 10.416vw 0;
  text-align: center;
  @media (width < 896px) {
    padding: 40px 20px 0;
  }
}
.area__nav--nav {
  container-type: inline-size;
}
.list_local {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8.3cqw;
  @media (width < 896px) {
    gap: 20px;
  }
  @media (width < 480px) {
    gap: 10px;
  }
}




.area__contents {
  padding: 5.208vw 0;
  @media (width < 896px) {
    padding: 40px 0 0;
  }
}

.list_contents {}

.item_contents {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  &:nth-child(odd) {
    padding: 0 0 10.416vw 10.416vw;
    @media (width < 896px) {
      padding: 0 0 40px 0;
    }
    .area__contents--img {
      right: 0px;
      @media (width < 896px) {
        right: auto;
        margin: -80px 0 0 auto;
      }
    }
  }
  &:nth-child(even) {
    padding: 0 10.416vw 10.416vw 0;
    @media (width < 896px) {
      padding: 0 0 40px 0;
    }
    .area__contents--txt,.box_item_txt {
      margin: 0 0 0 auto;
    }
    .area__contents--img {
      left: 0px;
      @media (width < 896px) {
        left: auto;
        margin: -80px auto 0 0;
      }
    }
    .thumbs {
      .splide__track {
        .splide__list {
          justify-content: end;
        }
      }
    }
  }

  .splide {
    position: relative;
    .splide__track {
      .splide__list {
        .splide__slide {
          width: 100%;
          aspect-ratio: 16 / 9;
          overflow: hidden;
          @media (width < 480px) {
            aspect-ratio: 3 / 2;
          }
          img {
            object-fit: cover;
            width: 100%;
            height: 100%;
          }
        }
      }
    }
    .splide__pagination {
      position: absolute;
      bottom: 8px;
      left: 0px;
      width: 100%;
      li {
        padding: 0 4px;
        .splide__pagination__page {
          width: 6px;
          height: 6px;
          padding: 0px;
          border-radius: 100%;
          border: none;
          background-color: rgba(255, 255, 255, 0.7);
        }
        .is-active {
          background-color: var(--point_c);
        }
      }
    }
  }
  .thumbs {
    padding: 1.041vw 0 0;
    @media (width < 896px) {
      display: none;
    }
    .splide__track {
      .splide__list {
        gap: 1.041vw;
        margin: 0 -2px;
        .splide__slide {
          border: rgba(46,59,103,0) solid 2px;
          cursor: pointer;
          &.is-active {
            border: rgba(46,59,103,1) solid 2px;
          }
          &:hover {
            border: rgba(46,59,103,0.5) solid 2px;
          }
        }
      }
    }
  }
}

.area__contents--txt {
  position: relative;
  width: 67.7vw;
  aspect-ratio: 16 / 9;
  background-image: url(../images/common/bg_dark.jpg);
  @media (width < 896px) {
    width: calc(100% - 40px);
    aspect-ratio: auto;
    padding-bottom: 80px;
  }
}

.box_item_txt {
  padding: 3.125vw;
  box-sizing: border-box;
  width: 21.875vw;
  @media (width < 896px) {
    width: 100%;
    padding: 20px;
  }
}

.area__contents--img {
  width: 67.7vw;
  position: absolute;
  top: 3.125vw;
  @media (width < 896px) {
    position: relative;
    width: calc(100vw - 40px);
    top: auto;
  }
}


.area__facilities {
  position: relative;
}

.list_facilities {
  position: relative;
  padding: 5.208vw 0;
}
.item_facilities {
  padding: 5.208vw 0;
  position: relative;
  &:nth-child(odd) {
    .txt_facilities,.txt_fasilities_wrap {
      left: 21.875vw;
      @media (width < 1025px) {
        left: 40px;
      }
      .box_facilities {
        margin: 0 0 0 auto;
      }
    }

  }
  &:nth-child(even) {
    .img_fasilities,.img_fasilities_wrap {
      margin: 0 0 0 auto;
    }
    .txt_facilities,.txt_facilities_wrap {
      right: 21.875vw;
      @media (width < 1025px) {
        right: auto;
        left: 20px;
      }
      .box_facilities {
        margin: 0 auto 0 0;
      }
    }
  }
}
.img_fasilities {
  position: relative;
  width: 67.708vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 20;
  @media (width < 1025px) {
    aspect-ratio: 3 / 2;
    width: calc(100% - 60px);
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.txt_facilities {
  width: 67.708vw;
  aspect-ratio: 16 / 9;
  background-image: url(../images/common/bg_dark.jpg);
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  @media (width < 1025px) {
    aspect-ratio: auto;
    position: relative;
    width: calc(100% - 60px);
    margin-top: -40px;
  }
}
.box_facilities {
  width: 21.875vw;
  box-sizing: border-box;
  padding: 2.083vw;
  @media (width < 1025px) {
    width: auto;
    padding: 60px 20px 20px;
  }
}
.box_facilities_amenity {
  width: 21.875vw;
  box-sizing: border-box;
  padding: 2.083vw;
  box-sizing: border-box;
  @media (width < 1025px) {
    width: auto;
    padding: 20px 20px 20px;
    height: 10.416vw;
    display: flex;
    align-items: center;
  }
  @media (width < 480px) {
    height: 70px;
  }
}
.hd_name_fac {
  font-size: clamp(2rem,1.458vw,2.8rem);
  line-height: 1.1em;
  border-bottom: var(--point_c) dotted 1px;
  padding: 0 0 16px;
}
.hd_copy_fac {
  font-size: clamp(1.7rem,1.1458vw,2.2rem);
  line-height: 1.4em;
  padding: 0 0 4px;
  @media (width < 896px) {
    padding: 2px 0 4px;
  }
}
.copy_facilities {
  font-size: clamp(1.3rem,0.833vw,1.6rem);
  word-break: keep-all;
  line-height: 2.2em;
  padding: 9px 0 0;
  @media (width < 896px) {
    padding: 5px 0 0;
  }
}

.img_fasilities_wrap {
  position: relative;
  width: 67.708vw;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3.125vw;
  box-sizing: border-box;
  padding-right: 3.125vw;
  @media (width < 1025px) {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-top: 5.208vw;
  }
  @media (width < 480px) {
    padding-top: 46px;
    gap: 16px;
  }
}

.txt_facilities_wrap {
  width: 67.708vw;
  background-image: url(../images/common/bg_dark.jpg);
  position: absolute;
  top: 10.416vw;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  z-index: 10;
  @media (width < 1025px) {
    aspect-ratio: 4 / 3;
    width: calc(100% - 60px);
    top: 0px;
  }
  @media (width < 480px) {
    aspect-ratio: 2 / 3;
  }
}
.hd_amenity {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 10px 0 0;
  @media (width < 480px) {
    font-size: 1.5rem;
  }
}

.txt_amenity {
  font-size: 1.4rem;
  text-align: justify;
  padding: 6px 0 0;
  @media (width < 480px) {
    font-size: 1.2rem;
    padding: 4px 0 0;
  }
}