.rooms {
  margin-top: 40px;
  padding-bottom: 100px;
}
.rooms .atami_cards_img .inImg {
  aspect-ratio: 600/400;
}
.rooms .atami_cards_img .inImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col_1 {
  overflow: visible;
}

.atami_cards_list > li {
  color: #4c4c4c;
}

.room_equipment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 8px;
  max-width: 1000px;
  width: 100%;
  margin-top: 40px;
}
.room_equipment > li {
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  background: #dfe6ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 10px;
}
.room_equipment > li > p {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #868080;
  text-align: center;
  margin-top: 10px;
}

.room_equipment_img {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.room_equipment_img > img {
  max-width: 80px;
  max-height: 100%;
}
.room_equipment_img.-s {
  height: 70px;
}
.room_equipment_img.-s > img {
  max-width: 70px;
}

@media screen and (max-width: 1024px) {
  .room_equipment {
    max-width: 664px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .rooms {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .col_1 {
    padding-top: 40px;
  }
  .room_equipment {
    gap: 3vw 4%;
    max-width: unset;
    margin-top: 20px;
    width: 80%;
  }
  .room_equipment > li {
    width: 48%;
    padding: 10px;
  }
  .room_equipment > li > p {
    font-size: 3.4vw;
    margin-top: 10px;
  }
  .room_equipment_img {
    height: 20vw;
  }
  .room_equipment_img > img {
    max-width: 20vw;
  }
  .room_equipment_img.-s {
    height: 16vw;
  }
  .room_equipment_img.-s > img {
    max-width: 16vw;
  }
}