@charset "utf-8";
@import url("../../top/css/common.css");
/* ===================================================================
CSS information
=================================================================== */
.contents .section_wrap {
  margin-top: 70px;
}
.section_wrap > div:nth-child(n + 3) {
  margin-top: 30px;
}
.room_text {
  margin-top: 20px;
}
.contents .dataTable {
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: center;
}

/*レイアウト図挿入時*/
/* .room_detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  flex-direction: column;
  gap: 20px 40px;
}
.dataTable {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: center;
} */
/*レイアウト図挿入時ここまで*/

.contents .dataTable_head {
  background-color: var(--light_gray);
}
.contents .dataTable_headCell {
  padding: 10px 20px;
  border: 1px solid var(--gray);
}
.contents .dataTable_label,
.contents .dataTable_value {
  padding: 10px 20px;
  border: 1px solid var(--gray);
  width: 50%;
}

.amenity_wrap + .amenity_wrap {
  margin-top: 50px;
}
.amenity_heading {
  font-size: 24px;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.amenity_text {
  width: 93%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.amenity_text + .amenity_text {
  margin-top: 20px;
}
.amenity_text strong {
  display: block;
  margin-bottom: 4px;
}
.hotelInfo_other_inner {
  width: 93%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.hotelInfo_heading {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1.6rem;
}
.hotelInfo_other_inner + .hotelInfo_other_inner {
  margin-top: 20px;
}
