@charset "UTF-8";
.air_g1_box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.air_g1_box h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.air_g1_box h3 {
  margin: 0;
  padding: 0;
  background: transparent;
}
.air_g1_sec01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 20px 40px;
  background: #e6f4fd;
}
.air_g1_sec01 h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.air_g1_sec01 p {
  font-size: 26px;
  font-weight: 500;
}
.air_g1_sec02 {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 30px 40px;
}
.air_g1_sec02 h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}
.air_g1_sec02 p {
  font-size: 20px;
  font-weight: 500;
}
.air_g1_sec02 p.air_g1_notes {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.air_g1_sec02 .air_g1_img {
  margin-left: 10px;
  flex-shrink: 0;
}
.air_g1_sec03,.air_g1_sec04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #e8efc3;
}
.air_g1_sec03 img,.air_g1_sec04 img {
  width: 398px;
  height: auto;
}
.air_g1_sec03 p.air_g1_notes {
  font-size: 15px;
  font-weight: 500;
}
.air_g1_sec03img {
  text-align: center;
  margin: 35px auto 30px;
}
.air_g1_bg {
  width: 490px;
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: 0;
  /*padding: 30px 20px;*/
}
.air_g1_bg h3 {
  font-size: 34px;
  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: 20px;
  font-weight: 500;
}
.air_g1_bg p span {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.air_g1_bg p span sub {
  font-size: 20px;
}
/*.air_g1_sec04 .air_g1_img {
  width: 100%;
  text-align: center;
}*/
.air_g1_sec05 {
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  background: #e5e5e7;
  text-align: center;
}
.air_g1_sec05 h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.air_g1_sec05 p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.air_g1_sec05 h3 span {
  font-size: 16px;
}
.air_g1_sec05 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.air_g1_sec05 > div .air_g1_img {
  width: 49%;
}
p.air_g1_notes_index {
  font-size: 14px;
  margin: 10px 0 0;
}

.air_g1_room_img {
  margin-top: 30px;
}