@charset "utf-8";
/* CSS Document */
/* kokunai/dst/ページ用共通 */ :focus {
  outline: none;
}
body.headfoot-is-sp {
  overflow-x: hidden;
}
.textMv::before {
  background: linear-gradient(0deg, #2b2b2b 0, rgba(0, 0, 0, 0) 50%);
}
.imgContainer--full > a > img {
  width: 100%;
}
.heading--md span {
  font-size: 1rem !important;
  color: #3f51b5;
}
img.product__icon {
  width: 25px;
  display: inline-block;
}
/**/
.flexCarousel {
  overflow-x: scroll;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexCarousel .grid-col3 {
  flex: 0 0 auto;
}
.headfoot-is-pc .flexCarousel {
  overflow-x: auto;
}
.headfoot-is-sp .flexCarousel .grid-col3 {
  width: 90%;
}
@media only screen and (max-width: 740px) {
  .mvNav__list {
    width: 100%;
    display: flex;
    padding: 0 8px;
  }
  .mvNav__list > li {
    width: 24%;
    flex-shrink: 0;
  }
  .mvNav__item {
    justify-content: start;
  }
  .mvNav__item::after {
    width: 0;
  }
  .mvNav__item.mvNav__item--iconLeft {
    position: relative;
    padding-left: 0;
  }
  .mvNav__item--iconLeft > .mvNav__icon {
    left: 0;
  }
  .mvNav__icon {
    position: relative;
  }
  .sp_grid2 {
    margin: 0 -7%;
    width: 114%;
  }
  .sp_grid2 .grid-col4 {
    width: 50%;
    padding: 0 1% 4%;
  }
  .sp_grid2 .heading--md {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  .min-card {
    font-size: 0.9em;
  }
  .min-card .card__inner {
    padding: 2%;
    margin-top: -4.6rem;
  }
  .min-card .heading--md {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    line-height: 1.3em;
    color: #FFF;
    text-shadow: 1px 1px 2px black;
    min-height: 2.45em;
  }
  .min-card img {
    margin-top: -5rem;
  }
}
.grid-col1 {
  padding: 0 8px;
}
.min-card {
  height: auto;
  margin-bottom: 20px;
}
.min-card img {
  width: 100%;
}
.min-card .card__inner {
  padding: 2%;
}
@media only screen and (min-width: 741px) {
  .min-card img {
    width: 40%;
    float: left;
  }
  .min-card .card__inner {
    width: 60%;
    padding: 8px;
    float: right;
    margin-top: 0;
  }
}
.headfoot-is-pc .goTop__img--sp {
  display: none;
}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp .tagNav {
  display: none;
}

.headfoot-is-sp .mr-md {
    margin-right: 0 !important;
    margin-bottom:10px;
}
/*Goto期間限定スタイル*/
.item_tour .goto .imgContainer--full:after {
  content: "";
  background: url(/kokunai/campaign/goto/images/icon_goto.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 50;
}
.goto .text--smallPrice::before {
  content: "GoToトラベル表示価格より最大半額補助";
  background-color: #c53d43;
  font-size: 12px;
  color: #FFF;
  padding: 0.3em;
  display: block;
  margin-top: 5px;
}
.goto .travelMedia__price::before {
  content: "GoToトラベル表示価格より最大半額補助";
  background-color: #c53d43;
  font-size: 12px;
  color: #FFF;
  padding: 0.3em;
  display: block;
  margin-top: 5px;
}

section[id^="section0"] .imgContainer--full>img{
   aspect-ratio: 11 / 8;
   object-fit: cover;
}