@charset "utf-8";
/* 「フェア系全共通全ページ」全国共通 商品カセット用CSS（PCSP共通）から必要部分を抜粋 */
: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;
}
.pc #kaigai .product__list,
.pc #air .product__list,
.pc #ah .product__list {
	grid-template-columns: repeat(2, 1fr);
}
.sp .product__list {
	gap: calc(20vw / 7.5) 0;
}
.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;
	border: 1px solid rgba(0, 0, 0, .23);
}
.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);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.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;
  min-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;
	font-size: 12px;
	line-height: 1.3em;
}
.product__list--type.port-type {
	font-size: 12px;
}
.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);
	line-height: 1.3em;
}
.pc .product__list--title {
  font-size: 16px;
	line-height: 1.3em;
  margin: 8px 0;
}
.product__list--title--airport {
	font-size: 0.8em;	
}
.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;
	letter-spacing: 0;
}
.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;
}

/*------------------------------------
 新旧上下限js混在応急処置
-------------------------------------*/
.product__list--minmax .minmax-new:not(:empty) + .minmax-old,
.product__list--dep .js-split-departure:not(:empty) + span,
.product__list--type .js-split-airport:not(:empty) + span{
  display: none;
}
.product__list--dep .js-split-departure::after,
.product__list--dep span[id*="dep_"]::after{
  content: "出発"
}
.product__list--type.port-type::after{
  content: "発着"
}
.product__list--type.port-type.hotel::after{
  content: ""
}
.product__list--type.port-type.train::after{
  content: "発"
}
.product__list--type.port-type.bus::after{
  content: "発"
}
.product__list--dep .js-split-departure:empty::after,
.product__list--dep span[id*="dep_"]:empty::after{
  display: none;
}

/*------------------------------------
FIT部分追加
-------------------------------------*/
.product__list--more, .sp .media-summary {
  display: flex;
  align-items: baseline;
}
.sp .media-summary {
  flex-wrap: wrap;
}
.sp .product__list--more, .sp .media-summary {
  margin-top: calc(10vw / 7.5);
}
.pc .product__list--more {
  margin-top: 10px;
}
.product__list--more + .product__list--more, .sp .media-summary dt:not(:first-child) {
  margin-top: 1px;
}
.product__list--more--title, .sp .media-summary dt {
  display: inline-block;
  line-height: 1.2;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
.sp .product__list--more--title, .sp .media-summary dt {
  padding: calc(4vw / 7.5) 0 calc(6vw / 7.5);
  width: calc(130vw / 7.5);
  margin-right: calc(5vw / 7.5);
}
.pc .product__list--more--title {
  padding: 2px 0 4px;
  width: 72px;
  margin-right: 5px;
}
.product__list--more--text, .sp .media-summary dd {
  line-height: 1.3;
}
.sp .product__list--more--text, .sp .media-summary dd {
  width: calc(100% - (130vw / 7.5) - (5vw / 7.5));
}
.pc .product__list--more--text {
  width: calc(100% - 72px - 5px);
}


/* =========
ホバー設定
==*/
@media (hover : hover) and (pointer : fine) {
  .pc .product__list--inner:not(div):not(.is-lock):hover, .pc .product-text-image__link:hover {
    opacity: .7;
  }
}
/*-----------------------------------------
関西商品アイコン設置
-------------------------------------------*/
/*国内ホテルアワード用*/
.product__list--label--awbest,
.product__list--label--awgood {
	display: block!important;
}
/*▲---------------------------*/
.product__list--label--fair,
.product__list--label--shien,
.product__list--label--goto,
.product__list--label--awbest,
.product__list--label--awgood{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.product__list--label--cm {
  background: #e70012;
}
.product__list--label--tv {
    font-size: 11px!important;
    background: #e70012;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--news {
  background: #ff6000;
}
.product__list--label--mail {
    font-size: 10px!important;
    background: #ff6000;
}
.product__list--label--other {
	background: #e70012!important;
	padding: 1px 8px 0;
}
.product__list--point:empty {
    display: none;
}
/*商品空のとき*/
.product__list--item:empty {
	display: none;
}