@charset "UTF-8";
.air_g1_box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.air_g1_box img {
  height: auto;
}
.air_g1_box h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
  background: none;
}
.air_g1_box h3 {
  margin: 0;
  padding: 0;
  background: transparent;
}
.air_g1_sec01 {
  padding: 20px 20px 15px;
  /*background: #eee8f4;*/
  background: #e6f4fd;
}
.air_g1_sec01 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.air_g1_sec01 h2 {
  width: 45%;
}
.air_g1_sec01 > div > img {
  width: 50%;
}
.air_g1_sec01 p {
  font-size: 16px;
  font-weight: 500;
}
.air_g1_sec02 {
  padding: 20px 20px 15px;
}
.air_g1_sec02 h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.air_g1_sec02 p {
  font-size: 16px;
  font-weight: 400;
}
.air_g1_sec02 p.air_g1_notes {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}
.air_g1_sec02 .air_g1_img {
  width: 90%;
  margin: 0 auto 15px;
  flex-shrink: 0;
}
.air_g1_sec03 {}
.air_g1_bg {
  margin-bottom: 15px;
  padding: 20px;
  background: #e8efc3;
}
.air_g1_bg h3 {
  font-size: 26px;
  font-weight: 500;
  color: #d8053c;
}
.air_g1_bg h3 span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: italic;
}
.air_g1_bg p {
  font-size: 16px;
  font-weight: 400;
}
.air_g1_bg p span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.air_g1_sec04 {
  margin-top: 20px;
}
.air_g1_sec04 .air_g1_img {
  width: 85%;
  margin: auto;
}

.air_g1_room_img {
  margin-top: 30px;
}