@charset "utf-8";

#pc .nav-menu-list li:nth-child(5) {
  background-color: #006837;
}


/* キービジュアルの指示 */
#keyvisual,
h4,
.headline {
  background-color: #0071bc;
}

h5 {
  font-size: 1.2em;
}



.order dl {
  display: flex;
  flex-wrap: wrap;
}

.order dt {
  flex-basis: 100px;
  padding-top: 5px;
  border-top: 1px #333 dotted;
  background-color: #0071bc;
  color: #fff;
  text-align: center;
}

.order dd {
  flex-basis: calc(100% - 100px);
  padding: 5px 0 0 15px;
  border-top: 1px #333 dotted;
  border-bottom: 1px #333 dotted;
  flex-grow: 1;
}

.order dl:last-of-type {
  margin-bottom: 15px;
}

.order span {
  font-weight: 600;
}











/* レストア前後画像レスポンシブ */
@media screen and (max-width:640px) {

  .air_res {
    width: 100%;
  }

  .air_res img {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
  }

}