

#sel .flightSchedule caption{background: #009fd9;}
#pus .flightSchedule caption{background: #641d45;}
.info_air h2{  width: 100%; overflow: hidden;   color: #333; font-weight: bold;}
.info_air h5::before{ color:#add600!important;}
h3.tour_ttl#tour_sel_ttl{color: #fff; background: #009fd9;}
h3.tour_ttl#tour_pus_ttl{color: #fff; background: #641d45;}

#map{background: #fafcec;}
.map_wrp{display: flex;
justify-content: space-between;}
.map {
  width: 40%;

}
.map_txt {
    width:60%;
  padding-top: 20px;
}

.map_txt p{font-size:1.2em; padding: 0 2em;}
.map_txt img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}

@media (max-width:750px) {
    
    .map_wrp{flex-direction: column;}
#map .section__container{
    padding: 20px 10px;
}
    .map, .map_txt{width: 100%;}
.map_txt img{width: 100%; padding-top: 15px;}
.map img {
  width: 100%;
}
.map_txt p{font-size:1.2em; padding: 0 1em;}
    }


.is-ipad .simpleMv--full {
    height: 350px;
    position: relative;
}
 .is-ipad .simpleMv--full .simpleMv__img {
    width: auto;
    height: 350px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}