@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
:root {
  --color-main: #1eb8cb;
  --color-midmain: #e9546b;
  --color-sheer: #d5e6e6;
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
}
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(var(--font-size-sp), var(--font-size-pc));
  color: #000;
  line-height: 1.4;
}
.bgSheer {
  background: var(--color-sheer);
}
.mvNav.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
	width:100%;
}
.info_air h2 {
  display: block;
  background: var(--color-midmain);
  padding: 4px 10px;
  color: #FFF;
  font-size: 1.6em;
  margin-top: 20px;
  text-align: center;
}
.info_air h5 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.3em;
}
.info_air h5::before {
  content: '▶';
  color: var(--color-midmain);
  font-size: 15px;
  padding-right: 3px;
}
.info_air h5 span {
  font-weight: normal;
  padding-left: 10px;
  font-size: 0.8em;
}
.info_air h5 span::before, .info_air h5 span::after {
  content: '-';
}
.info_air img {
  width: 100%;
}
.headfoot-is-pc .simpleMv--full, .is-ipad .simpleMv--full {
  height: 450px;
  position: relative;
}
.headfoot-is-pc .simpleMv--full .simpleMv__img, .is-ipad .simpleMv--full .simpleMv__img {
  width: auto;
  height: 450px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
	max-width: none;
}
.headfoot-is-sp .simpleMv--full {
  height: auto;
}
/*フライトスケジュール*/
#flyt .section__container {
  position: relative;
}
#flyt .grid-row {
  margin: 0 -8px 10px;
}
.section__container2 {
  padding: 24px 24px;
}
.nowtime {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.headfoot-is-pc .nowtime, .is-ipad .nowtime {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.headfoot-is-sp .nowtime {
  text-align: right;
  padding-right: 12px;
}
.flightSchedule tr {
  background: #FFF;
}
.flightSchedule thead tr {
  background: var(--color-sheer);
}
.flightSchedule td {
  font-weight: normal;
}
.headfoot-is-sp .flightSchedule td, .headfoot-is-sp .flightSchedule th {
  padding: 5px 3px;
}
.headfoot-is-sp .spblock{
	display: block;
}
/*商品上部Navi*/
#midnavi {
  background: var(--color-main);
}
.navi-tittle {
  text-align: center;
  font-size: 1.6em;
  padding-bottom: 18px;
  color: #FFF;
}
#midnavi .section__container {
  padding: 32px 16px 2px;
}
#midnavi .button {
  max-width: 100%;
}
.headfoot-is-sp #midnavi .buttonList__item--col4 {
  width: 50%;
  padding: 3px;
}
h3.tour_ttl {
  display: block;
  text-align: center;
  background: var(--color-main);
  color: #FFF;
  font-size: 30px;
  padding: 16px;
  margin-bottom: 16px;
  margin-top: 30px;
}
.headfoot-is-sp h3.tour_ttl {
  font-size: 20px;
  padding: 10px;
}
.tour_box.grid-row a {
  background: #FFF;
  display: block;
}
.tour_box.grid-row a:hover {
  opacity: .7;
}
.tour_box .card__inner {
  padding: 12px;
}
.tour_box .glid_col4-4 {
  width: 100%;
}
.headfoot-is-sp .tour_box .card__inner {
  padding: 12px 12px 0 12px;
}
.product__list--label--item_ngo{
	display: inline-block;
    padding: 3px;
    color: #FFF;
    background: black;
    margin-right: 3px;
}
.headfoot-is-sp .product__list--label--item_ngo{
	margin-top: 12px;
}

.product__list--label--item_ngo.is-label-line{
	background: #06c755;
}
.headfoot-is-sp .textBox--bgGray {
  margin: 10px 0;
}
.heading--md {
  font-size: 1.26rem;
}
.card__bottom {
  padding: 0 12px 20px;
}
.item_air, .item_ah {
  justify-content: center;
}
.headfoot-is-sp .tour_img {
  padding: 12px 6px 6px 10px;
  width: calc(260vw / (750 / 100));
}
.item_air .tpick {
  position: relative;
}
.flag4 {
  padding: 3px 13px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  /* box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2); */
}
.headfoot-is-pc .flag4 {
  position: absolute;
  left: 0;
  top: 10px;
}
.flag4.card_busi {
  background: #d6ab41;
  padding: 3px 13px;
}
.flag4.card_premium {
  background-color: navy;
}
.dep {
  text-align: center;
  font-size: 12px;
  background: #2172ba;
  color: #fff;
  padding: 1px;
  margin-bottom: 5px;
}
.headfoot-is-pc .section__container, .is-ipad .section__container {
  width: 1120px;
  max-width: 100%;
}
.headfoot-is-pc .section__container2, .is-ipad .section__container2 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 16px;
}
.headfoot-is-pc .card__imgContainer, .is-ipad .card__imgContainer {
  overflow: hidden;
}
.headfoot-is-pc .data_col4 .grid-col2, .is-ipad .data_col4 .grid-col2 {
  width: 25%;
}
.headfoot-is-pc .tour_box {
  justify-content: center;
  align-items: stretch;
}
.headfoot-is-pc .tour_box .grid-col4{
  display: flex;
}
.headfoot-is-pc .tour_box .grid-col4 a{
  display: flex;
  flex-direction: column;
}
.headfoot-is-pc .product__list--label--item_ngo{
    position:absolute;
    padding:1px 5px;
}
.headfoot-is-sp .tour_box .card__imgContainer {
  height: calc(250vw / (750 / 100));
  min-height: auto;
  overflow: hidden;
  margin-right: 10px;
}
.headfoot-is-sp .tour_box .card__imgContainer .card__img {
  width: auto;
  height: 100%;
}
.headfoot-is-sp .tour_box .heading--md {
  min-height: calc(200vw / (750 / 100));
}
.headfoot-is-sp .grid-col2 {
  padding: 0 0 16px;
}
.headfoot-is-sp .grid-col2.sp-col2 {
  width: 50%;
  padding: 0 4px 10px;
}

.product__list--type{
background: #000;
    text-align: center;
padding: 6px 6px 8px;
color: #fff;
}