
/*  EQUIPMENT */
.page-equip {
  color: #fff;
}

.page-equip .cont-title {
  margin-top: 3rem;
  margin-bottom: 0;
}
.page-equip .cot-title {
  font-size: 2.6rem;
}
.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-item {
  margin-top: 3.52rem;
}
.facility-item:first-child .facility-name {
  position: relative;
}
.facility-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-name {
  color: #231f20;
}
.facility-img--pc-mt-25 {
  margin-top: -2.5rem;
}

.catch-content__text {
  width: 45%;
}
.catch-text-big {
  font-size: max(2.3vw, 28px);
  text-align: center;
  margin-bottom: 0;
}
.catch-text__top {
  font-size: max(2.1875vw, 24px);
  text-align: center;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 0.107em;
}
.catch-text {
  /* width: 42.7%; */
  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;
}

.aircon__title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.aircon__sub-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.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 {
  font-size: 16px;
  line-height: 1.85em;
  margin-top: 10px;
  margin-bottom: 0;
}

.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__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--auto img {
  height: auto;
}
.kitchen-image-text {
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  color: #000;
  pointer-events: none;
  font-style: italic;
}
.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;
}

.equip--others {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.card__text--pt5 {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .catch-content__text,
  .kitchen,
  .bath,
  .powder,
  .rest,
  .other {
    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-item {
    margin-top: 5vw;
  }

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

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

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

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

  .aircon {
    padding: 20px;
  }

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

@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-item {
    padding: 0 5.33333vw;
    margin-top: 12vw;
  }

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