.page-equip .cont-title {
  margin-top: 3rem;
  margin-bottom: 0;
  color: #000;
}

.page-equip .cot-title {
  font-size: 2.6rem;
}

.page-equip .cot-in-content--facility .cot-title {
  color: #a67c40;
}

.facilities {
  margin-top: 3.52rem;
}

.facilities .facilities__title {
  margin-bottom: 0;
}

.facility-intro {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 3rem;
}

.facility-intro__col {
  width: 100%;
  display: grid;
  gap: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}

.facility-intro__col--wide {
  grid-template-columns: 57.4% auto;
  line-height: 1.8;
}

.facility-intro__col--feat {
  grid-template-columns: 59.88% 1fr;
}

.facility-intro__feat-image {
  height: 209px;
}

.facility-intro__feat-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.facility-intro__feat-heading {
  font-weight: 400;
  font-size: 1.3rem;
}

.facility-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facility-info .cont-img {
  width: 50%;
}

.facility-top {
  margin-top: 3rem;
  row-gap: 3.52rem;
}

.facility-item:first-child .facility-name {
  position: relative;
}

.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-img--pc-mt-25 {
  margin-top: -2.5rem;
}

.fac-sic-title {
  color: #231f20;
  border-bottom: 1px solid #231f20;
}

.fac-sic-txt {
  color: #231f20;
}

.note--spaced {
  margin-left: 3rem;
}

.catch-content__text {
  width: 45%;
}

.catch-text-big {
  font-size: max(2.3vw, 28px);
  text-align: center;
  margin-bottom: 0;
  color: #a67c40;
  letter-spacing: 0.18em;
}

.catch-text__top {
  font-size: max(2.1875vw, 24px);
  text-align: center;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 0.107em;
}

.catch-text {
  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;
}

.aircon {
  background-color: #eaf6fd;
  color: #414042;
  padding: 30px;
  padding-bottom: 70px;
  margin-bottom: 4.2rem;
}

.equipment__section-title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  color: #414042;
}

.aircon__content {
  padding-right: 40px;
  display: flex;
  align-items: center;
  gap: 5.08%;
}

.aircon__img1 {
  width: 60%;
  position: relative;
  flex-shrink: 0;
}

.aircon__img1 > span {
  position: absolute;
  top: 92%;
  right: 4%;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: right;
}

.aircon__right-title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2.18em;
  letter-spacing: 0.3em;
}

.aircon__text,
.heat__text {
  font-size: 16px;
  line-height: 1.85em;
  margin-top: 10px;
  margin-bottom: 0;
}

.heat__heading {
  margin-bottom: 2.5rem;
}

.heat__title {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .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 img {
  width: 100%;
}

.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;
}

.card__title {
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 15px;
  border-bottom: 1px solid #808080;
}

.card__title--pc-ls-05 {
  letter-spacing: -0.05em;
}

.card__text {
  font-size: 0.8rem;
  line-height: 1.1375rem;
  margin-bottom: 0;
  padding-top: 3px;
}

.kitchen__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 3.25rem;
}

.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--auto img {
  height: auto;
}

.bath {
  margin-top: 3rem;
}

.powder {
  margin-top: 3rem;
}

.other {
  margin-top: 3rem;
}

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

.equip--others {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

@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%;
  }

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

  .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-top {
    margin-top: 3rem;
    row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .facility-item {
    padding: 0 5.33333vw;
  }

  .facility-top .facility-item:first-child {
    margin-top: 0;
  }

  .facilities {
    margin-top: 5vw;
  }

  .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-image--full {
    width: 100%;
    aspect-ratio: initial;
    grid-column: 1 / span 2;
  }

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

  .other__note {
    font-size: 0.75rem;
  }

  .page-equip .cot-title {
    font-size: 7.2vw;
  }

  .catch-text3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .catch-text4 {
    font-size: 12px;
  }

  .aircon {
    padding: 20px;
  }

  .equipment__section-title {
    font-size: 20px;
  }

  .aircon__content {
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
  }

  .aircon__img1 {
    width: 100%;
  }

  .aircon__img1 > span {
    top: unset;
    bottom: -5%;
    font-size: 11px;
  }

  .aircon__right-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .facility-img--pc-mt-25 {
    margin-top: 0;
  }

  .card__title--pc-ls-05 {
    letter-spacing: 0;
  }

  .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 (max-width: 767px) {
  .facility-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .facility-intro__col--feat {
    grid-template-columns: 55% 1fr;
  }

  .facility-info {
    flex-wrap: wrap;
  }

  .facility-info .cont-img {
    width: 100%;
  }

  .facilities,
  .facility-item {
    margin-top: 12vw;
  }

  .card__title {
    font-size: 15px;
  }

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

  .heat-airsave__heading {
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: center;
  }

  .heat-airsave__note {
    margin-top: 1rem;
    }

  .note--spaced {
    margin-left: 0;
  }
}