@charset "utf-8";

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


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

/* ページリンク画像のキャプション */
.headline {
    background-color: #0071bc;
}



h5 {
  font-size: 1.2em;
}


.air_res img {
  margin-top: 10px;
}

.air_res p{
  text-align: end;
}


.text_3 {
  margin-bottom: 15px;
}


 /* ホバーで画像切り替え */
.btn {
  position: relative;
}
.btn_on {
  position: absolute;
  top: 0;
  left: 0;
}

.btn_on {
  opacity: 0;
}

.btn:hover .btn_on {
  opacity: 1;
}


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

  .air_res {
    width: 100%;
  }

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

}