@charset "utf-8";

/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/
.product__list--category.is-label {
	&.cm {
	--product-label-bg: #e70012;
	}
	&.tv {
    --product-label-bg: #e70012;
	}
	&.line {
    --product-label-bg: #07b53b;
	}
	&.tv {
    --product-label-bg: #ff6000;
	}
	&.news {
    --product-label-bg: #ff6000;
	}
	&.mail {
    --product-label-bg: #ff6000;
	}
	&.other {
    --product-label-bg: #e70012;
	}
	&.awbest {
		background: url(/fair/assets/common/images/product_label_award_best.png) no-repeat 0 0 / auto 100%;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		min-width: min((151vw / 7.5), 82px);
	}
	&.awgood {
		background: url(/fair/assets/common/images/product_label_award_good.png) no-repeat 0 0 / auto 100%;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		min-width: min((151vw / 7.5), 82px);
	}
}
.product__list--category.is-label:empty {
	display: none;
}
.product__list--point:empty {
    display: none;
}
/*-------------------------------------------
　カセット下検索ボタン
---------------------------------------------*/
.product__button {
	margin-top: 20px;
}
.product__button .search-title {
    text-align: center;
    border-bottom:  solid 1px #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.product__button .button-base.flex {
    display: flex;
    flex-wrap: wrap;
}
.product__button .button-base .button-base__link {
	display: block;
    padding: 12px 0 14px;
	background: linear-gradient(#8e1507,#c81d09);
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
    border-radius: 100px;
    font-weight: 700;
	text-align: center;
	position: relative;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.23);
	&:hover {
		background: linear-gradient(#fff,#dfe9f3);
		color: #c21500;
	}
}
.product__button .button-base.flex .button-base__link {
    margin: 0 5px 10px 0;
    padding: 12px 40px 14px 30px;
}
/*.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}*/
.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}
.is-sp {
	& .product__button .button-base.flex .button-base__link {
		padding: 12px 6.5vw 14px 5vw;
	}
	& .product__button .button-base .button-base__link::after {
		width: 20px;
		height: 20px;
		right: 5px;
		top: 11px;
	}
}
.base-button {
    & .base-button__link {
        .is-sp & {
            border-radius: 35px;
        }
    }
}
/*------------------------------------
 カセット調整
-------------------------------------*/
.is-pc .product__list--contents .product__list {
	justify-content: left;
	-webkit-text-size-adjust: none;
}
.is-pc .product__wrapper .nopc {
	display: none;
}
/*------------------------------------
 FIT用 PCだけ改行入れる
-------------------------------------*/
.headfoot-is-sp .product__list--title .nosp {
	display: none;
}
/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item:empty {
  display:none;
}
.product__list--notes:empty {
	display: none;
}
.product__list--tokuten:empty,
.product__list--tokuten:has(.product__list--tokuten--item:empty){
	display: none;
}

/*------------------------------------
 新旧上下限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:empty::after,
.product__list--dep span[id*="dep_"]:empty::after{
  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: "発"
}


/*------------------------------------
完売時スタイル調整
-------------------------------------*/
#soldout {
	.is-pc & {
		.product__list--detail {
			font-size: 11px;
			}
	  }
 }
/*------------------------------------------------
LINEお友達登録ボタン
--------------------------------------------------*/
.is-sp {
	.nosp {
		display: none;
	}
	.line-wrap-simple {
		padding: 0;/*ページによって調整*/
	}
	.line-wrap-detail {
		padding: 6vw 0 0;/*ページによって調整*/
		/* background-color: #fff; */
	}
	.line-inner {
		width: 94vw;
		margin: 0 auto;
		text-align: center;
		letter-spacing: 0.1vw;
		line-height: 1.5;
	}
	.line-wrap-detail .line-inner {
		background: #fff;/*ページによって調整*/
		border: solid 1px #d3d3d3;
	}
	.line-inner .fukidashi {
		font-size: 4.1vw;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	.line-inner .head {
		background-color: #15c618;
		padding: 2vw 0;
		color: #fff;
		font-size: 4.3vw;
		font-weight: bold;
	}
	.line-inner .textarea {
		padding: 4vw 2vw 2vw;
	}
	.line-inner .btnarea {
		padding: 2vw 2vw 5vw;
	}
	.line-inner .text1 {
		font-size: 3.4vw;
		line-height: 1.5em;
		margin-bottom: 1vw;
	}
	.line-inner .text1 span {
		display: inline-block;
		font-weight: bold;
		color: #fb0b0b;
		background-color: #ffe1e1;
		padding: 0 0.5vw;
	}
	.line-inner .text2 {
		font-size: 4.1vw;
		font-weight: bold;
		background: linear-gradient(transparent 60%, #fff231 0%);
		line-height: 1.7em;        
		display: inline-block;
	}
	.line-button {
		margin: 0 auto;
	}
	.line-wrap-simple .line-button {width: 90vw;}
	.line-wrap-detail .line-button {width: 80vw;}

	.line-button a {
		display: block;
		color: #fff;
		font-size: 3.5vw;
		font-weight: bold;
		border-radius: 8vw;
		box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
		background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
		background-size: 12vw;
		background-position: 3vw;
		background-color: #15c618;
		padding: 2.4vw 4vw 1.8vw 16vw;
		position: relative;
		text-decoration: none;
	}
	.line-button a span.small {
		display: block;
		font-size: 2.8vw;
		font-weight: normal;
	}
	.line-button a span.strong {
		display: block;
	}
	.line-button a span.strong::after {
		content: "▶";
		/*font-family: "FontAwesome", "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f138";*/
		font-size: 4vw;
		margin-left: 1.4vw;
	}
	.line-button a span.line-friend {
		font-size: 1.3em;
		color: #fff231;
		padding: 0 0.5vw;
	}
}
.is-pc,.is-ipad {
	.nopc {
		display: none;
	}
	.line-wrap-detail {
			padding: 50px 0 0;/*ページによって調整*/
	}
	.line-inner {
			width: 992px;
			max-width: 96%;
			margin: 0 auto;
			text-align: center;
			letter-spacing: 0.1em;
			line-height: 1.5;
	}
	.line-wrap-detail .line-inner {
			background: #fff;
			border: solid 1px #d3d3d3;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			letter-spacing: 1px;
	}
	.line-inner .head {
			width: 100%;
			text-align: center;
			background-color: #15c618;
			padding: 6px;
			color: #fff;
			font-size: 20px;
			line-height: 1.5;
			font-weight: bold;
	}
	.line-inner .textarea {
			width: 75%;
			text-align: left;
			padding: 30px 0 30px 30px;
	}
	.line-inner .btnarea {
			width: 23%;
			padding: 10px 20px 10px 0;
	}
	.line-inner .text1 {
			font-size: 17px;
			line-height: 1.4;
	}
	.line-inner .text1 span {
			display: inline-block;
			font-weight: bold;
			color: #fb0b0b;
			background-color: #ffe1e1;
			padding: 0 2px;
	}
	.line-inner .text2 {
			font-size: 21px;
			font-weight: bold;
			margin-bottom: -2px;
			background: linear-gradient(transparent 60%, #fff231 0%);
			display: inline-block;
			line-height: 1.7em;
			padding: 0 4px;
	}
	.line-button a {
			display: block;
			color: #fff;
			font-size: 15px;
			text-align: center;
			font-weight: bold;
			border-radius: 8vw;
			box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
			background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
			background-size: 50px;
			background-position: 12px;
			background-color: #15c618;
			padding: 10px 10px 6px 70px;
			position: relative;
			text-decoration: none;
	}
	.line-button a:hover {
			opacity: .8;
			transition: all 0.6s ease;        
	}
	.line-button a span.small {
			width: 88%;
			display: block;
			font-size: 14px;
			font-weight: normal;
	}
	.line-button a span.strong {
			display: block;
	}
	.line-button a span.strong::after {
			font-family: "FontAwesome", "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f138";
			font-size: 15px;
			margin-left: 6px;
			padding-right: 14px;
	}
	.line-button a span.line-friend {
			font-size: 1.3;
			color: #fff231;
			padding: 0 2px;
	}
	.line-qr {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
	}
	.line-qr span:nth-child(1) {
			width: 50%;
			font-size: 14px;
			font-weight: bold;
			line-height: 1.3;
	}
	.line-qr img {
			width: 50%;
	}
	.line-qr span:nth-child(3) {
			width: 100%;
			font-size: 13px;
	}
	.line-qr a {
			text-decoration: underline;
	}
}

/*------------------------------------------------
	固定ナビ(PC)
--------------------------------------------------*/
@media screen and (width > 992px){
	.kansai_fix-navi:has(.fixed) {
		height: 90px;
	}
	#navi {
		padding: 10px 0;
	}
	#navi ul {
		width: 992px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		text-align: center;
		gap: 0.4vw;
	}
	#navi ul li {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		flex-grow: 1;
		font-size: 14px;
		font-weight: 700;
		line-height: 0.8em;
		padding: 6px 0;
		border-radius: 2px;
		background-color: #fff;
	}
	#navi ul li a {
		display: flex;
		justify-content: center;
		padding: 12px 0;
		position: relative;
		color: #101010;
	}
	#navi ul li a:after {	
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f107";
		line-height: 1.0em;
		padding-left: 0.4vw;
		/*
		position: absolute;
		bottom: -6px;
		right: 0;
		left: 0;
		*/
	}
	#navi ul li a:hover {
		color: #0d4ab2;
	}
	#navi.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: #474747;
	}
	/*
	#navi.fixed ul li a:after {	
		content: none;
	}
	#navi.fixed ul li a.active:after {
		position: absolute;
		bottom: 2px;
		content: "";
		width: 100%;
		height: 2px;
		margin: 0 auto;
		background-color: #101010;
	}
	*/
	.nofixed{
		display: none;
	}
}
/*------------------------------------------------
	固定ナビ(SP)
--------------------------------------------------*/
@media screen and (width <= 992px){
	.kansai_fix-navi:has(.fixed) {
		height: 9.6vw;
	}
	#navi {
		padding: 1.2vw 0;
	}
	#navi ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	#navi ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0.5vw;
		font-size: min(3vw,14px);
		font-weight: 700;
		line-height: 0.8em;
		border-radius: 2px;
		background-color: #fff;
	}
	#navi ul li .nofixed{
		display: none;
	}
	#navi ul li:nth-child(1),
	#navi ul li:nth-child(2),
	#navi ul li:nth-child(3),
	#navi ul li:nth-child(4),
	#navi ul li:nth-child(5),
	#navi ul li:nth-child(6) {
		width: calc((100vw / 2) - 3.4vw);
	}
	#navi ul li a {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: min(4vw,15px) 2vw min(4vw,15px);
		position: relative;
		color: #101010;
	}
	#navi ul li a:after {	
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f107";
		position: absolute;
		right: 1.8vw;
		/*
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		*/
	}	
	#navi.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: #474747;
	}
	#navi.fixed ul {
		flex-wrap: nowrap;
		border-top: none;
		gap: 0px;
		padding: 0 2vw;
	}
	#navi.fixed ul li {
		width: 100%;
		font-size: min(2.4vw,14px);
		line-height: 1.2em;
		color: #101010;
		margin: 0 0.2vw;
	}
	#navi.fixed ul li .nofixed{
		display: inline-block;
	}
	#navi.fixed ul li a {
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		padding: min(2.5vw,10px) 0vw min(2.5vw,10px);
	}
	#navi.fixed ul li a:after {	
		position: absolute;
		bottom: 0;
		right: 50%;
	}
	/*
	#navi.fixed ul li a.active:after {
		position: absolute;
		bottom: 1vw;
		content: "";
		width: 80%;
		height: 2px;
		margin: 0 auto;
		background-color: #101010;
	}
	*/
}
/*------------------------------------------------
	固定ナビ(タブレット W768-W992)
--------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:992px){
	#navi.fixed ul li {
		font-size: min(2vw,12px);
		line-height: 1.8em;
	}
	#navi.fixed ul li .nofixed{
		display: none;
	}
	#navi.fixed ul li a:after {	
		bottom: -0.5vw;
	}
}
/*------------------------------------------------
	関西用施策バナー
--------------------------------------------------*/
#footerArea {
	& .shisaku-ttl {
		font-size: min((32vw / 7.5), 24px);
		font-weight: 900;
		color: #000;
		line-height: calc(40 / 32);
		text-align: center;
		margin-bottom: 20px;
	}
	& .banner__wrapper {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------
海外・国内トップページのみ 検索ボタン消してツアー導入ボタン
--------------------------------------------*/
.is-top .float-button {
	display: none!important;
}
#fix-bnr {
    display: none;
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
	& a {
		display: block;
	}
	& .close {
		position: absolute;
		right: 15px;
		top: 15px;
		& a{
			width: 25px;
			height: 25px;
			background-color: #fff;
			border-radius: 50%;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			line-height: 25px;
			color: #888;
		}
	}
}
.is-sp #fix-bnr {
    right: 5px;
    top: auto;
	bottom: 25vw;
	width: 90px;
	height: 90px;
	& .close {
		position: absolute;
		right: 0;
		top: 3px;
	}
}
.is-ipad #fix-bnr {
    right: 5px;
    top: auto;
	bottom: 25vw;
	width: 120px;
	height: 120px;
	& .close {
		position: absolute;
		right: 6px;
		top: 6px;
	}
}