.content-inner-wrap--equipment {
  background: #fff;
  padding-bottom: 3rem;
}

.content4 {
  display: block;
}

.equipment__section-title {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .equipment__section-title {
    font-size: 20px;
  }
}

.heat__heading {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2rem;
  margin-bottom: 2.5rem;
}
.heat__title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .heat__heading .nowrap-pc {
    white-space: nowrap;
  }
  .aligncenter-pc {
    text-align: center;
  }
}
.heat-vent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.heat-vent__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.heat-vent__item-heading {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.2em;
}
.heat-vent__item img {
  width: 100%;
  /* aspect-ratio: 381/227; */
}
.heat-vent__item-text {
  width: 90%;
  max-width: 350px;
  margin-inline: auto;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.6rem;
  text-align: justify;
}

.heat-airsave {
  margin-top: 3rem;
}
.heat-airsave__heading {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.3em;
}
.heat-airsave__note {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.facility-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-txt {
  width: 50%;
  padding: 0 3rem;
  font-size: 1.78rem;
  text-align: center;
  font-weight: 600;
}
.facility-txt-big {
  font-weight: 400;
  font-size: max(2.3vw, 28px);
  color: #727171;
  text-align: center;
  margin-bottom: 0;
}
.facility-txt__top {
  font-size: 1.4375rem;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
}
.facility-info .cont-img {
  width: 50%;
}
.facility-top {
  margin-top: 3rem;
  row-gap: 3.52rem;
}
.facility-item:first-child .facility-name {
  position: relative;
}
.facility-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 47.5%);
  justify-content: space-between;
}
.facility-item {
  width: 100%;
}
.facility-name {
  color: #231f20;
  background: linear-gradient(
    to right,
    #9EACB5 25.26%,
    #E6E7E8 53.07%,
    #9EACB5 77.49%
  );
}
.facility-inner--2col {
  display: flex;
  flex-direction: row-reverse;
}
.facility-img--pc-mt-25 {
  margin-top: -2.5rem;
}
.fac-sic-title {
  color: #231f20;
  border-bottom: 1px solid #231f20;
}
.fac-sic-txt {
  color: #231f20;
}

.catch-content__text {
  width: 45%;
}
.catch-text-big {
  font-size: max(2.3vw, 28px);
  color: #a67c40;
  text-align: center;
  margin-bottom: 0;
}
.catch-text__top {
  color: #231f20;
  font-size: max(2.1875vw, 24px);
  text-align: center;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 0.107em;
}
.catch-text {
  color: #231f20;
  font-size: max(14px, 1.28vw);
  line-height: 1.833;
  margin-top: 0.9375rem;
  text-align: center;
}
.catch-text3 {
  font-size: 1.228rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
.catch-text4 {
  text-align: center;
  font-size: 0.8875rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.card__title {
  color: #231f20;
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 15px;
  border-bottom: 1px solid #231f20;
}
.card__title.ls-n5p {
  letter-spacing: -0.05rem;
}
.card__text {
  color: #231f20;
  font-size: 0.8rem;
  line-height: 1.1375rem;
  margin-bottom: 0;
}
.card__text--full {
  margin-top: 0.5rem;
}

.kitchen__title {
  margin-top: 3.2rem;
  font-size: 1.7975rem;
  line-height: 1.263;
  border-bottom: 1px solid #000;
  color: #1b224a;
}
.kitchen__title span {
  font-size: 1rem;
  line-height: 1.2075;
  float: right;
}
.kitchen__text {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.96;
  color: #1b224a;
}
.kitchen__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 3.25rem;
}
.kitchen__card--2col {
  grid-column: 2 / 4;
}
.kitchen__card-flexrow {
  display: flex;
  gap: 3.35rem;
}
.kitchen__card-image {
  width: 100%;
  aspect-ratio: 240/150;
  overflow: hidden;
  position: relative;
  display: flex;
  place-items: center;
}
.kitchen__card-image--full {
  aspect-ratio: 240/204;
}
.kitchen__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kitchen__card-image img.image--contain {
  object-fit: contain;
}
.kitchen__card-image--auto img {
  height: auto;
}
.kitchen-image-text {
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  color: #000;
  pointer-events: none;
}
.kitchen-image-text--left {
  right: initial;
  left: 5px;
}
.kitchen-image-text--middle {
  bottom: 17%;
}

.bath {
  margin-top: 3rem;
}
.bath__title span {
  font-size: 1rem;
  line-height: 1.2075;
  float: none;
}

.powder {
  margin-top: 3rem;
}

.rest,
.other {
  margin-top: 3rem;
}

.other__note {
  margin-top: 3.5rem;
  font-size: 0.9rem;
  line-height: 0.983rem;
}

@media screen and (max-width: 768px) {
  .facility-in-flex--pc {
    flex-direction: column;
  }
  .facility-in-flex--pc .facility-rt,
  .facility-in-flex--pc .facility-lt {
    width:  100%;
  }

  .catch-content__text,
  .kitchen,
  .bath,
  .powder,
  .rest,
  .other,
  .heat {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .content4 {
    margin: 0;
  }

  .catch-content__text {
    padding-block: 20px;
  }
  .catch-text__top {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .catch-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
  }

  .facility-txt__top {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 2;
  }
  .facility-txt {
    padding: 0 2vw;
    font-size: 2.5vw;
  }
  .facility-txt h4 {
    margin-bottom: 3vw;
    font-size: 3.6vw;
  }
  .facility-txt p {
    margin-bottom: 0;
  }
  .facility-top {
    margin-top: 3rem;
    row-gap: 5vw;
    grid-template-columns: 1fr;
  }
  .facility-item {
    padding: 0 5.33333vw;
  }

  .kitchen__title {
    margin-top: 1rem;
  }
  .kitchen__content {
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 30px;
  }
  .kitchen__content--top {
    grid-column: 1/3;
  }
  .kitchen__card--full {
    grid-column: 1 / -1;
  }
  .kitchen__card--2col {
    grid-column: 1 / 3;
  }
  .kitchen__card-flexrow {
    gap: 15px;
  }
  .kitchen__card-image--full {
    width: 100%;
    aspect-ratio: initial;
    grid-column: 1 / span 2;
  }

  .bath,
  .powder,
  .rest,
  .other {
    margin-top: 2rem;
  }

  .other__note {
    font-size: 0.75rem;
  }

  .facility-rt > p {
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .facility-info {
    flex-wrap: wrap;
  }
  .facility-info .cont-img {
    width: 100%;
  }
  .facility-txt {
    width: 100%;
    padding: 4vw 5.333333vw;
    font-size: 4.8vw;
    order: 1;
  }
  .facility-txt h4 {
    margin: 0 0 3vw;
    font-size: 6vw;
  }
  .facility-top {
    row-gap: 12vw;
  }

  .facility-info {
    flex-wrap: wrap;
  }
  .facility-info .cont-img {
    width: 100%;
  }
  .facility-txt {
    width: 100%;
    padding: 4vw 5.333333vw;
    font-size: 4.8vw;
    order: 1;
  }
  .facility-txt h4 {
    margin: 0 0 3vw;
    font-size: 6vw;
  }
  .facility-item {
    padding: 0 5.33333vw;
    margin-top: 12vw;
  }

  .kitchen-image-text {
    font-size: 0.625rem;
  }

  .facility-rt > p {
    white-space: wrap;
  }

  .heat-vent {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .heat-airsave__heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .heat-airsave__note {
    margin-top: 1rem;
  }
}
