@charset "utf-8";
#slideBanner .bnr.swiper-slide {
  height: calc(126vw / 3.75);
}
#slideBanner .bnr.swiper-slide a {
  height: 100%;
  display: block;
}
#slideBanner .bnr.swiper-slide a img {
  height: 100%;
  object-fit: cover;
}
#recommend .tabConts .conts > .title:not(:first-child) {
  margin-top: 4.166666666666667rem;
}
.product__list--contents.itemList .product__list, .itemList:not(.product__list--contents) {
  display: grid;
  gap: 1.666666666666667rem;
}
.itemList .item .box {
  padding-top: 4px;
  position: relative;
}
.itemList .item .box > a {
  background: #fff;
  display: block;
  padding: 0.625rem;
  padding-top: 26px;
  overflow: hidden;
  color: #000;
}
.itemList .item .box .country {
  position: absolute;
  top: 0;
  /*left: 0.625rem;*/
  left: 4px;
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
  padding: 3px 6px;
  z-index: 10;
  max-width: 95%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.itemList .item .box a span {
  display: block;
}
.itemList .item .box .itemttl {
  float: right;
  width: 64%;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: .25em;
}
.itemBox .itemList .item .box .itemttl {
  width: 100%;
}
.itemList .item .box .img {
  float: left;
  width: 32%;
  height: 0;
  padding-top: 28.03738317757009%;
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
}
.itemList .item .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.itemList .item .box .text {
  float: right;
  width: 64%;
  margin: 0 0 0 2%;
}
.itemList .item .box .text:not(:last-child) {
  margin-bottom: 1%;
}
.itemList .item .text .date, .itemList .item .text .hotel, .itemList .item .text .validity {
  font-size: 10px;
  line-height: 1.4;
}
.itemList .item .box .text .label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 5px;
  > span {
    font-size: 10px;
    line-height: 1.4;
    padding: 4px 6px 3px;
    color: #fff;
    background: var(--label-bg, #333);
    &.imp {
      --label-bg: #665877;
    }
    &.round {
      --label-bg: #989928;
    }
    &.biz {
      --label-bg: #c65c5d;
    }
  }
}
.itemList .item .text .date:not(:first-child) {
  margin-top: .25em;
}
.itemList .item .text .date:not(:first-child), .itemList .item .date ~ .validity {
  margin-top: .25em;
}
.itemList .item .point ~ .date:not(:first-child) {
  margin-top: .4em;
}
.itemList .item .hotel ~ .date:not(:first-child) {
  margin-top: .75em;
}
.itemList .item .hotel {
  padding-left: 6em;
  text-indent: -6em;
}
.itemList .item .price {
  color: #e32400;
  text-align: right;
}
.itemList .item .price .product {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0 3px;
}
.itemList .item .price .product span {
  display: inline;
}
.itemList .item .price .fuel {
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 1.2;
}
.itemBox .itemList .item .price {
  display: grid;
}
.itemBox .itemList .item .price .fuel {
  order: 2;
}
.itemList .item .box .point {
  clear: both;
  text-align: left;
  margin-top: 4px;
}
.itemList .item .box .text .point {
  font-size: 10px;
  line-height: 1.2;
}
.itemList .item .box .text .point:first-child {
  margin-top: 0;
}
.itemList .item .linkTxt {
  margin-top: 10px;
  padding-bottom: 10px;
}
.itemList .item .linkTxt a {
  text-decoration: none;
  padding-right: 18px;
  position: relative;
}
.itemList .item .linkTxt a span {
  display: inline;
  background: none;
  padding-right: 0;
}
.itemList .item .linkTxt a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #bc9a4d;
}
.itemBox .itemList + .linkBtn {
  margin-top: 2.5rem;
}