@charset "utf-8";
/* 「フェア系全共通全ページ」全国共通 商品カセット用CSS（PCSP共通）から必要部分を抜粋 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
:root {
    --default-color-red: #e90000;
}
.product__list {
  display: grid;
  gap: calc(30vw / 7.5) 0;
}
.pc .product__list {
  flex-grow: 1;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.product__list--data {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product__list--item {
  letter-spacing: .5px;
  list-style: none;
}
.pc .product__list .product__list--inner {
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, .23);
  background: #fff;
}
.product__list--inner {
  background: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  position: relative;
}
.sp .product__list--inner {
  justify-content: space-between;
  padding: calc(15vw / 7.5) calc(10vw / 7.5);
  flex-wrap: wrap;
  border: calc(2vw / 7.5) solid #c1c0bc;
  font-size: calc(20vw / 7.5);
}
.pc .product__list--inner {
  font-size: 12px;
  transition: color var(--default-transition-speed), var(--default-transition-hover);
  flex-direction: column;
  height: 100%;
}
.product__list--image {
  background: #f2f2f2 no-repeat center center / cover;
  width: 100%;
  object-fit: cover;
}
.sp .product__list--image {
  width: 100%;
  height: calc(175vw / 7.5);
}
.sp .product__list--image-wrapper {
  width: calc(260vw / 7.5);
}
.pc .product__list--image {
  height: 160px;
}
.product__list--label {
  display: flex;
  flex-wrap: wrap;
}
.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.sp .product__list--label {
  width: 100%;
}
.sp .product__list--label:not(:empty) {
  margin-bottom: calc(5vw / 7.5);
}
.sp .product__list--label:empty {
  display: none;
}
.pc .product__list--label {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 90px;
}
.product__list--label > [class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
.pc .product__list--label > [class*="product__list--label--"] {
  height: 25px;
  font-size: 12px;
}
.sp .product__list--label > [class*="product__list--label--"] {
  min-width: calc(180vw / 7.5);
  height: calc(50vw / 7.5);
  margin-right: calc(10vw / 7.5);
  padding: .25em .5em;
}
.sp .product__list--label > [class*="product__list--label--"] {
  margin-bottom: calc(10vw / 7.5);
}
.product__list--label--fair, .product__list--label--goto, .product__list--label--shien, .product__list--label--special, [class*="product__list--label--aw"] {
  background: no-repeat 0 0 / contain;
}
.product__list--label--goto {
  background-image: url("../images/product_label_goto.png");
}
.product__list--label--shien {
  background-image: url("/kokunai/campaign/alljapan_plan/images/ico_zenkoku_shien.png");
}
.product__list--label--awbest {
  background-image: url("../images/product_label_award_best.png");
}
.product__list--label--awgood {
  background-image: url("../images/product_label_award_good.png");
}
.sp .product__list--label--fair {
  border: calc(1vw / 7.5) solid #ccc;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--koukoku {
  background: #ff6000;
}
.product__list--label--cm {
  background: #05b2b7;
}
.product__list--label--40th {
  background: #9c7719;
}
.product__list--label--round {
  background: #ffab00;
}
.product__list--label--new {
  background: #e70012;
}
.product__list--label--web {
  background: #F50A0A;
}
.product__list--label--jimoto {
  background: #0735B5;
}
.product__list--label--subscription {
  background: #00a8c4;
}
.product__list--label--theme {
  background: #f5545c;
}
.product__list--label--honeymoon {
  background: #ff2563;
}
.product__list--label--pcr {
  background: #15bda5;
}
.product__list--label--hotelplus {
  background: #44934d;
}
.product__list--label--imp {
  background: #9567BC;
}
.product__list--label--spring {
  background: #e4b907;
}
.product__list--label--jq {
  background: #ff5115;
  letter-spacing: -1px;
}
.pc .product__list--label--jq {
  font-size: 11.5px !important;
}
.product__list--label--shisaku {
  background: #ffb400;
}
.product__list--item:nth-child(even) .product__list--label--theme {
  background: #13b8b2;
}
.product__list--label--other, .product__list--label--lcc {
  background: var(--default-color-red);
}
.product__list--label--move-type {
  background: #fff;
}
.pc .product__list--label--move-type {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product__list--type {
  color: #fff;
}
.sp .product__list--type {
  padding: calc(6vw / 7.5) 0 calc(8vw / 7.5);
  text-align: center;
  font-size: calc(20vw / 7.5)
}
.pc .product__list--type {
  padding: 6px 6px 8px;
}
.product__list--type.is-color-blue {
  background: #062d91;
}
.product__list--type.is-color-green {
  background: #006633;
}
.product__list--type.is-color-black {
  background: #000;
  text-align: center;
}

.pc.is-tour .product__list--type {
  font-size: 14px;
}
.product__list--text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.sp .product__list--text-wrapper {
  width: calc(410vw / 7.5);
  flex-grow: 0;
}
.product__list--texts {
  display: flex;
  flex-direction: column;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  order: 1;
}
.pc .product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  padding: 0 10px;
}
.product__list--title {
  font-weight: bold;
}
.sp .product__list--title {
  font-size: calc(28vw / 7.5);
  margin-bottom: calc(15vw / 7.5);
}
.pc .product__list--title {
  font-size: 16px;
  margin: 8px 0;
}
.pc .is-airhotel .product__list--title {
  font-size: 14px;
}
.product__list--detail {
  line-height: 1.5;
}
.product__list--title > [class*="product__list--"] {
  display: block;
}
.sp .product__list--price {
  margin-top: calc(30vw / 7.5);
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.pc .product__list--price {
  padding: 20px 4px 10px;
  margin-top: auto;
}
.pc .product__list--price > :not(.product__list--point) {
  padding-left: 4px;
  padding-right: 4px;
}
.product__list--point:empty {
	display: none;
}
.product__list--point {
  background: var(--default-color-red);
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.product__list--point.is-color-gold {
  background: #c09e40;
}
.sp .product__list--point {
  padding: calc(5vw / 7.5) 0;
  margin-bottom: calc(5vw / 7.5);
  font-weight: bold;
  width: 100%;
}
.pc .product__list--point {
  font-size: 11px;
  padding: 2px 0 3px;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.product__list--minmax {
  color: var(--default-color-red);
  font-weight: bold;
}
.sp .product__list--minmax {
  font-size: calc(30vw / 7.5);
  line-height: 1.5;
}
/*↓新旧上下限js混在応急処置↓*/
.product__list--item .minmax-old:not(:empty) + .minmax-new {
  display: none;
}
/*↑新旧上下限js混在応急処置↑*/

.sp .product__list .product__list--minmax {
  width: 100%;
}
.pc .product__list--minmax {
  font-size: 18px;
}
.product__list--dep, .product__list--notes {
  color: #333;
}
.pc .product__list--dep {
  font-size: 12px;
  margin-top: 5px;
}
.pc .media .tour_fuel {
  font-size: 12px;
}
.pc .product__list--notes {
  font-size: 12px;
  margin-top: 5px;
}
.product__list--inner {
  position: relative;
}

/* =========
ホバー設定
==*/
@media (hover : hover) and (pointer : fine) {
  .pc .product__list--inner:not(div):not(.is-lock):hover, .pc .product-text-image__link:hover {
    opacity: .7;
  }
}