@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* sub-mv
  ---------------------------------------------------------------------- */
  .sub-mv__inr {
    margin-bottom: 11rem;
  }
  /* room-detail
  ---------------------------------------------------------------------- */
  .room-detail {
    padding: 12rem 0 12rem;
    border-bottom: 1px solid var(--border-color);
    scroll-margin-top: 10rem;
  }
  .room-detail__inr {
    max-width: 1260px;
    margin: 0 auto;
  }
  .room-detail__gallery {
    position: relative;
    margin-bottom: 4.5rem;
    font-size: 0;
    padding: 0 30px;
  }
  .room-detail__slide {
    aspect-ratio: 1200/680;
  }
  .room-detail__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .room-detail__slider .slick-arrow {
    position: absolute;
    top: 49.5%;
    z-index: 2;
    text-indent: -9999px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .room-detail__slider .slide-arrow--prev {
    left: -4.1rem;
    transform: translateY(-50%) scale(-1, 1);
  }
  .room-detail__slider .slide-arrow--next {
    right: -4.1rem;
  }
  .room-detail__body {
    display: grid;
    grid-template-columns: 1fr 34rem;
    gap: 6rem;
    align-items: start;
    margin-bottom: 5.6rem;
    padding: 0 30px;
  }
  .room-detail__ttl {
    margin-bottom: 0.8rem;
    font-size: 4.8rem;
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .room-detail__txt {
    max-width: 500px;
  }
  .room-detail__spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
  }
  .room-detail__spec th,
  .room-detail__spec td {
    padding: 0.55rem 1rem;
    background-color: #DADADA;
    border: 1px solid #000104;
    text-align: center;
    font-weight: 500;
  }
  .room-detail__spec th {
    width: 33.45%;
  }
  .room-detail__links {
    display: flex;
    justify-content: center;
    gap: 1.9rem;
  }
  .room-detail__links li {
    width: 25rem;
  }
  .room-detail__links .cbtn {
    width: 100%;
  }
  .room-detail__links--single li {
    width: 25rem;
  }
  /* room-info
  ---------------------------------------------------------------------- */
  .room-info {
    border-bottom: 1px solid var(--border-color);
  }
  .room-info .ctitle__jp {
    margin-left: 0;
  }
  .room-info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .room-info__item {
    min-height: 33rem;
    padding: 11.5rem 6rem 11rem;
    text-align: center;
  }
  .room-info__item + .room-info__item {
    border-left: 1px solid var(--border-color);
  }
  .room-info__ttl {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.7rem;
    text-align: left;
    font-weight: 400;
  }
  .room-info__icon {
    padding-top: 0.5rem;
  }
  .room-info__icon img {
    width: 100%;
  }
  .room-info__txt {
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.16em;
  }
  /* laundry
  ---------------------------------------------------------------------- */
  .laundry {
    padding: 11.5rem 0 12rem;
    border-bottom: 1px solid var(--border-color);
  }
  .laundry .ctitle {
    margin-bottom: 4.2rem;
  }
  .laundry__inr {
    display: flex;
    gap: 7rem;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .laundry__img {
    width: 380px;
  }
  .laundry__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .laundry__txt {
    flex: 1;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}
/* ======================================================
SP
====================================================== */
@media (max-width: 1000px) {
  /* sub-mv
  ---------------------------------------------------------------------- */
  .sub-mv {
    padding-bottom: 0;
  }
  .sub-mv__inr {
    margin-bottom: 11rem;
  }
  /* room-detail
  ---------------------------------------------------------------------- */
  .room-detail {
    padding: 12rem 0 12rem;
    border-bottom: 2px solid var(--border-color);
    scroll-margin-top: 10rem;
  }
  .room-detail__inr {
    max-width: 1260px;
    margin: 0 auto;
  }
  .room-detail__gallery {
    position: relative;
    margin-bottom: 2.3rem;
    font-size: 0;
  }
  .room-detail__slide {
    aspect-ratio: 1;
  }
  .room-detail__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .room-detail__slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    text-indent: -9999px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .room-detail__slider .slide-arrow--prev {
    left: -2.6rem;
    transform: translateY(-50%) scale(-1, 1);
  }
  .room-detail__slider .slide-arrow--next {
    right: -2.6rem;
  }
  .room-detail__body {
    margin-bottom: 5.7rem;
  }
  .room-detail__content {
    margin-bottom: 2.6rem;
  }
  .room-detail__ttl {
    font-size: 6rem;
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 -2% 0.8rem;
  }
  .room-detail__spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 2.4rem;
  }
  .room-detail__spec th,
  .room-detail__spec td {
    padding: 0.743rem 1rem;
    background-color: #DADADA;
    border: 1px solid #000104;
    text-align: center;
    font-weight: 500;
  }
  .room-detail__spec th {
    width: 31.5%;
  }
  .room-detail__links {
    display: flex;
    justify-content: center;
    gap: 1.9rem;
  }
  .room-detail__links li {
    flex: 1;
  }
  .room-detail__links .cbtn {
    width: 100%;
  }
  /* room-info
  ---------------------------------------------------------------------- */
  .room-info {
    border-bottom: 2px solid var(--border-color);
  }
  .room-info .ctitle {
    align-items: flex-start;
  }
  .room-info .ctitle__jp {
    font-size: 2.8rem;
    padding: 0.179em 0.429em;
  }
  .room-info__item {
    min-height: 33rem;
    padding: 11.5rem 6rem 11rem;
    text-align: center;
  }
  .room-info__item + .room-info__item {
    border-top: 2px solid var(--border-color);
  }
  .room-info__ttl {
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.3rem;
    text-align: left;
    font-weight: 400;
  }
  .room-info__icon {
    width: 11.5rem;
  }
  .room-info__icon img {
    width: 100%;
  }
  .room-info__txt {
    font-size: 2.8rem;
    line-height: 1.71;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.16em;
  }
  #amenities .room-info__icon {
    width: 7.3rem;
  }
  #amenities .room-info__ttl {
    padding-left: 5.5rem;
  }
  #amenities .ctitle__jp {
    letter-spacing: -0.15em;
  }
  /* laundry
  ---------------------------------------------------------------------- */
  .laundry {
    padding: 11.5rem 0 11rem;
    border-bottom: 2px solid var(--border-color);
  }
  .laundry .ctitle {
    margin-bottom: 4.7rem;
  }
  .laundry .ctitle__jp {
    font-size: 2.8rem;
    padding: 0.179em 0.429em;
  }
  .laundry__inr {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .laundry__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .laundry__txt {
    font-weight: 500;
  }
}

/*# sourceMappingURL=style.css.map */
