/*追加*/
/* メインビジュアル */
.main-visual {
  margin-bottom: 20px;
}

.main-visual img {
 width: 100%;
}

/* ジェットスターオンラインショップopen! */
.txt_open {
  text-align: right;
  margin: 0;
  margin-bottom: 15px;
}

/* h2見出し */
.contents-main-heading {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 5px 0 5px 10px;
  margin-top: 0px;
  margin-bottom: 20px;
}

/* インフォメーション */
@media (min-width: 981px) {
  .information dl {
    margin-bottom: 10px;
  }
  
  .information dt {
    display: inline-block;
    width: 140px;
    color: #666;
    font-size: 14px;
    vertical-align: text-top;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .information dd {
    display: inline-block;
    width: 500px;
    color: #333;
    font-size: 14px;
    vertical-align: text-top;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  .information dd {
    margin-bottom: 10px;
  }
}

@media (max-width: 769px) {
  .txt_open {
    text-align: center;
   margin: 0 0 20px 10px;
  }

 .txt_open img {
    width: 100%;
  }
}