/* 最安値 */
.lowest-price-section .air-by-dep-wrap .air-by-dep-item {
  width: 50%;
}
.lowest-price-section .air-by-dep-wrap .air-by-dep-item .gridPanel span:first-child {
  font-size: 3.0vw;
  margin: 0 0 3px;
}
.lowest-price-section .air-by-dep-wrap .air-by-dep-item .gridPanel span:nth-child(2) {
  font-size: 5.2vw;
}
@media only screen and (min-width: 741px) {
  .lowest-price-section .tab-buttons-wrap .tab-button {
    width: calc((100% / 8));
  }

  .lowest-price-section .air-by-dep-wrap .air-by-dep-item {
    width: calc(100% / 3);
  }

  .lowest-price-section .air-by-dep-wrap .air-by-dep-item .gridPanel span:first-child {
    font-size: 14px;
    margin: 0;
  }
  .lowest-price-section .air-by-dep-wrap .air-by-dep-item .gridPanel span:nth-child(2) {
    font-size: 1.43rem;
  }
}

/* おすすめホテル */
.recommend-hotel-section div.slideCardList__container {
  overflow-x: auto;
}
.recommend-hotel-list {
  display: block;
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list {
    display: flex;
  }
}

.recommend-hotel-list {
  display: block;
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.recommend-hotel-list .slideCardList__item {
  width: 100%;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item {
    width: calc((100% - 48px)/ 4);
  }
}

.recommend-hotel-list .slideCardList__item a.card {
  display: flex;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item a.card {
    display: block;
  }
}

.recommend-hotel-list .slideCardList__item .card__inner {
  padding: 8px 10px 5px 8px;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item .card__inner {
    padding: 24px;
  }
}

.recommend-hotel-list .slideCardList__item .card__imgContainer {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}
.recommend-hotel-list .slideCardList__item .card__imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item .card__imgContainer {
    width: auto;
    height: 160px;
  }
}

.recommend-hotel-list .slideCardList__item .card__heading {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item .card__heading {
    font-size: 20px;
    font-weight: normal;
  }
}

.recommend-hotel-list .slideCardList__item .card__price {
  font-size: 1.28rem;
}
.recommend-hotel-list .slideCardList__item .card__priceSmall {
  font-size: 1rem;
}
@media only screen and (min-width: 741px) {
  .recommend-hotel-list .slideCardList__item .card__price {
    font-size: 1.6rem;
  }
}

/* バナー */
.bnr-section {
  padding: 24px;
}
/*
  バナーが無いときのstyle。
  セクション内にkarteが挿入される場合があるので非表示にはしない。
  karteのcssにも余白設定がされており、
  前後のsectionにも余白があるので、バナーが無いときのkarteのstyleは航空券のcssでは設定不要。
*/
.bnr-section.has-no-banner {
  padding: 0;
}
.bnr-section .banner-list-wrap {
  padding: 0;
}
.bnr-section .banner-list li img {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  .bnr-section .banner-list li a {
    transition: opacity 0.25s;
  }
  .bnr-section .banner-list li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 741px) {
  .bnr-section {
    padding: 24px 0;
  }
  .bnr-section .banner-list-wrap {
    padding: 0 32px;
  }
}

.bnr-section .common-bnr-section,
.bnr-section .page-bnr-section {
  padding: 0;
  margin-bottom: 16px;
}

.bnr-section .common-bnr-section:last-child,
.bnr-section .page-bnr-section:last-child {
  margin-bottom: 0;
}

.bnr-section .common-bnr-section .banner-list li {
  margin-bottom: 16px;
}
.bnr-section .common-bnr-section .banner-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 741px) {
  .bnr-section .common-bnr-section .banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .bnr-section .common-bnr-section .banner-list li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.bnr-section .page-bnr-section .banner-list li {
  margin-bottom: 16px;
}
.bnr-section .page-bnr-section .banner-list li:last-child {
  margin-bottom: 0;
}

/* 人気の都市から探す */
.air-pages-section .section__container {
  padding: 24px 0;
}
.air-pages-section .page-link-list-wrap {
  margin-bottom: 0;
}
.air-pages-section .page-link-list-wrap .page-link-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#f2f2f2;
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
}
.air-pages-section .page-link-list-wrap:first-child .page-link-list-heading {
  border-top: 1px solid #a0a0a0;
}
.air-pages-section .page-link-list-wrap .page-link-list-heading.is-close::after,
.air-pages-section .page-link-list-wrap .page-link-list-heading.is-open::after {
  font-size: 18px;
}
.air-pages-section .page-link-list-wrap .page-link-list-heading.is-close::after {
  content: "+";
}
.air-pages-section .page-link-list-wrap .page-link-list-heading.is-open::after {
  content: "-";
}
.air-pages-section .page-link-list {
  padding: 0 20px;
  border-bottom: 1px solid #a0a0a0;
}
.air-pages-section .page-link-list .page-link-item {
  width: 100%;
}
@media only screen and (min-width: 741px) {
  .air-pages-section .section__container {
    padding: 32px 16px;
  }
  .air-pages-section .page-link-list-wrap {
    margin-bottom: 32px;
  }
  .air-pages-section .page-link-list-wrap:last-child {
    margin-bottom: 0;
  }
  .air-pages-section .page-link-list-wrap .page-link-list-heading {
    display: block;
    background-color:transparent;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
    border-bottom: none;
    cursor: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .air-pages-section .page-link-list-wrap:first-child .page-link-list-heading {
    border-top: none;
  }
  .air-pages-section .page-link-list-wrap .page-link-list-heading::before,
  .air-pages-section .page-link-list-wrap .page-link-list-heading::after,
  .air-pages-section .page-link-list-wrap .page-link-list-heading.is-close::after,
  .air-pages-section .page-link-list-wrap .page-link-list-heading.is-open::after {
    content: "";
    display: block;
    border-top: 1px solid #333;
    flex-grow: 1;
  }
  .air-pages-section .page-link-list-wrap .page-link-list-heading::before {
    margin-right: 30px;
  }
  .air-pages-section .page-link-list-wrap .page-link-list-heading::after {
    margin-left: 30px;
  }
  .air-pages-section .page-link-list {
    display: flex !important;
    height: auto !important;
    padding: 0;
    gap: 4px 16px;
    border-bottom: none;
  }
  .air-pages-section .page-link-list .page-link-item {
    width: calc((100% - 16px * 3) / 4);
  }
  .air-pages-section .page-link-list .page-link-item a {
    padding: 2px 36px 4px 2px;
  }
}

.girdTextLink--imgLeft.link-has-left-icon.icon-plane::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
}

.girdTextLink--imgLeft.link-has-left-icon.icon-plane::before {
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/cmn/icon/icon_plane.svg);
}

@media only screen and (min-width: 741px) {
  .girdTextLink--imgLeft.link-has-left-icon.icon-plane::before {
    left: 8px;
  }
}

/* エリアページ */
.main.responsive .fix-menu__wrap {
  width: auto;
  max-width: 992px;
}
@media only screen and (max-width: 575px) {
  .main.responsive .fix-menu__item {
    margin-right: 0;
    margin-left: 0;
  }
  .main.responsive .fix-menu__link.active,
  .main.responsive .fix-menu__link.hover,
  .main.responsive .fix-menu__link:focus {
    background-color: transparent;
  }
  .main.responsive .area-content .dstHeading > a,
  .main.responsive .area-content .dstHeading > span {
    width: 100%;
  }

  .main.responsive .area-content .js-fix-menu-content .areaTitle,
  .main.responsive .area-content .js-fix-menu-content .grid-row {
    padding-left: 0;
    padding-right: 0;
  }

  .main.responsive .area-content .js-fix-menu-content .grid-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .main.responsive .area-content .section__container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .main.responsive .area-content .buttonList__item--col6 {
    width: 33.333%;
  }
  .main.responsive .search-by-other-area .grid-row.grid-row__center{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .main.responsive .area-content a.button.button--twoLine.button--type-outline.button--icon-arrowRight {
    height: 48px;
    font-size: 12px;
    max-width: 228px;
  }
}

/* トップへスクロール */
.goTop .goTop__link .goTop__img--pc{
  display: none;
}

@media only screen and (min-width: 741px) {
  .goTop .goTop__link .goTop__img--pc {
    display: block;
  }

  .goTop .goTop__link .goTop__img--sp {
    display: none;
  }
}