@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/* CSS ページ用追加 */
.article-content1 {
  width: 100%;
  float: left;
}
figure.img {
  margin-bottom: 1%;
}
.travel-info-table_responsive {
  width: 100%;
  border: solid 1px #D7D7D7;
}
.p-info_box2{
	margin-top: 0 !important;
}
.p-info .leftBox {
  width: 50%;
  float: left;
  margin-right: 2%;
}
.p-info .rightBox {
  width: 50%;
  float: right;
  margin-left: 2%;
}
.marginbottom_5per {
  margin-bottom: 5%;
}
.headTxtBox02 .txtBox {
  width: 100%;
  text-align: left;
  margin-top: 10%;
}
.headTxtBox02 .txtBox .txt {
  font-size: 128.57%;
  line-height: 2;
  margin-bottom: 26px;
}
.blue_120per {
  color: #004098 !important;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-article-item__heading::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../../images/icon_point.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.p-point-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #004098;
}
.article-image-r {
  text-align: right;
  width: 60%;
}
@media not all and (min-width: 768px) {
  .travel-info-table_responsive {
    white-space: nowrap;
  }
  .travel-info--jyoken-table__heading_w, .travel-info-jyoken-table__data_w {
    display: block;
  }
  .p-info .leftBox {
    width: 100%;
    margin: auto;
  }
  .p-info .rightBox {
    width: 100%;
    margin: auto;
  }
  .article-image-r {
    width: 100%;
  }
}