.p-guestroom__ttl {
  font-size: 3.6rem;
  line-height: 1.8166666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-guestroom__ttl {
    font-size: 2rem;
    line-height: 2;
  }
}

.c-heading__txt {
  margin-top: 3.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .c-heading__txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

.p-detail .l-content__body {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-detail .l-content__body {
    padding-top: 3rem;
  }
}

.p-media {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-media {
    margin-top: 8rem;
  }
}
.p-media:nth-of-type(even) .p-media__inner {
  flex-direction: row-reverse;
}
.p-media + .p-media {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-media + .p-media {
    margin-top: 6.4rem;
  }
}

.p-media__inner {
  display: flex;
  -moz-column-gap: 7.4rem;
       column-gap: 7.4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-media__inner {
    display: block;
  }
}

.p-media__img-wrapper {
  width: 61.8rem;
  flex-grow: 1;
  flex-shrink: 0;
}
.p-media__img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-media__img-wrapper {
    width: 100%;
  }
}

.p-media__body {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    padding-top: 2.4rem;
  }
}
.p-media__body .p-room__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-media__body .p-room__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-media__body .c-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-media__body .c-txt {
    font-size: 1.3rem;
    line-height: 2.0769230769;
  }
}
.p-media__body .c-arrow-link {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-media__body .c-arrow-link {
    margin-top: 3.2rem;
  }
}

.p-guestroom__container .p-main-image {
  margin-bottom: 0;
}
.p-guestroom__container .p-main-image img {
  width: 100%;
}

.p-room__ttl-wrapper {
  margin-top: 5.6rem;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-room__ttl-wrapper {
    display: block;
    margin-top: 5.8rem;
  }
}
.p-room__ttl-wrapper .p-room__ttl {
  font-size: 3.6rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin: 0;
}
.p-room__ttl-wrapper .p-room__ttl + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-room__ttl-wrapper .p-room__ttl {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}
.p-room__ttl-wrapper .c-txt {
  margin: 0;
  max-width: 64.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-room__ttl-wrapper .c-txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

.p-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8rem 4.4rem;
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    display: block;
  }
}

.p-card {
  width: 49rem;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: auto;
  }
}
.p-card figure {
  margin: 0;
}
.p-card img {
  aspect-ratio: 490/327;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-card img {
    aspect-ratio: 343/229;
  }
}
.p-card figcaption {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-card + .p-card {
    margin-top: 6.4rem;
  }
}

.p-room__info {
  margin-top: 14rem;
  background-color: #f2eee8;
  padding: 4rem 3.2rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-room__info {
    margin-top: 12rem;
    display: block;
    padding: 3.2rem 1.6rem;
  }
}
.p-room__info table {
  border-collapse: collapse;
  width: 100% !important;
  flex-grow: 1;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-room__info table {
    margin-top: 4.8rem;
  }
}
.p-room__info table th,
.p-room__info table td {
  border: 1px solid #334038;
  text-align: left;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
  padding: 2rem 1em;
}
@media screen and (max-width: 767px) {
  .p-room__info table th,
.p-room__info table td {
    font-size: 1.3rem;
  }
}
.p-room__info table th {
  width: 16.8rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-room__info table th {
    width: 8em;
    padding-left: 2rem;
  }
}
.p-room__info table td {
  width: auto;
}

.p-room__plan {
  flex-grow: 1;
  max-width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-room__plan {
    margin-inline: auto;
  }
}
.p-room__plan figure {
  margin: 0;
}
.p-room__plan figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
/*# sourceMappingURL=guestroom.css.map */