@charset "utf-8";
/*テーマJS用に追加*/
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");

/*
下層調整
*/
/*↓新旧上下限js混在応急処置↓*/
.kix .product__list--minmax .minmax-new:not(:empty) + .minmax-old,
.kix .product__list--dep .js-split-departure:not(:empty) + span,
.kix .product__list--type .js-split-airport:not(:empty) + span{
  display: none;
}
.kix .js-split-departure.dep-date::after,
.kix span[id*="dep_"]::after{
  content: "出発";
}
.kix .js-split-departure.dep-date:empty::after,
.kix span[id*="dep_"]:empty::after{
  display: none;
}
.kix .js-split-airport.port-type::after,
.kix span.port-type::after{
  content: "発着";
}
.kix .js-split-airport.port-type:empty::after,
.kix span.port-type:empty::after{
  display: none;
}
.kix #kaigaiWrap .item-box-dep span{
  display: block !important;
}
.kix #kaigaiWrap span[id*="dep_"]{
  display: block !important;
}
/*↑新旧上下限js混在応急処置↑*/

/*
top調整
*/
#area_kix .product__list--price .product__list--point:empty {
    display: none !important;
}
#area_kix .product__list--more--title {
    font-size: 0.9em;
}
/*↓新旧上下限js混在応急処置↓*/
#area_kix .item-box-price .minmax-new:not(:empty) + .minmax-old,
#area_kix .item-box-dep .js-split-departure:not(:empty) + span,
#area_kix .item-box-domenotes .js-split-airport:not(:empty) + span{
  display: none;
}
#area_kix .js-split-departure.dep-date::after,
#area_kix span[id*="dep_"]::after{
  content: "出発";
}
#area_kix .js-split-departure.dep-date:empty::after,
#area_kix span[id*="dep_"]:empty::after{
  display: none;
}
#area_kix .js-split-airport.port-type::before,
#area_kix span.port-type::before{
  content: "（";
}
#area_kix .js-split-airport.port-type::after,
#area_kix span.port-type::after{
  content: "発着）";
}
#area_kix .js-split-airport.port-type:empty::before,
#area_kix span.port-type:empty::before,
#area_kix .js-split-airport.port-type:empty::after,
#area_kix span.port-type:empty::after{
  display: none;
}
#area_kix #kaigaiWrap .item-box-dep span{
  display: block !important;
}
/*↑新旧上下限js混在応急処置↑*/

@media (min-width:861px) {
    .navi-box {
        flex-wrap: nowrap;
        justify-content: initial;
    }
    .navi-box li {
        width: 100%;
        margin: 0 10px;
    }
}
@media (max-width:860px) {
    #recomTour {
        width: calc(710vw / 7.5);
        margin: calc(50vw / 7.5) auto 0;
    }    
    #recomTour h3 {
        font-size: calc(40vw / 7.5);
        font-weight: bold;
        text-align: center;
    }
    .item-wrap .atten {
        padding: 3vw;
        font-size: 3.3vw;        
    }
    .other_area_btn {
        background: #f3f3f3;
        padding: 3vw 3vw 0;
        width: 94vw;
        margin: 5vw auto 0;
    }
    .other_area_btn h3 {
        font-size: 3.6vw;
        font-weight: bold;
        border-bottom: 1px solid #000;
        padding-bottom: 1vw;
        margin-bottom: 2vw;
    }
    .other_area_btn h3::before {
        content: "";
        display: inline-block;
        width: 4vw;
        height: 4vw;
        vertical-align: middle;
        background: url("/cmn/icon/icon_search_black.svg") no-repeat left center / contain;
        padding-right: 2vw; 
    }
    .other_area_btn h4 {
        font-size: 3.3vw;
        font-weight: bold;
        border-left: 3px solid #000;
        padding-left: 1vw;
        margin-bottom: 2vw;
    }
    .other-item-box {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 3vw;
    }
    .other-item-box li {
        font-size: 3.3vw;
        font-weight: bold;
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    .other-item-box li a {
        display: block;
        background-color: #fff;
        padding: 2vw 1vw 2vw 3vw;
        border-radius: 5px;
    }
    .other-item-box li a:link, .other-item-box li a:visited {
        color: #000;
        text-decoration: none;
    }
    .other-item-box li a::after {
        content: "";
        display: inline-block;
        width: 3vw;
        height: 3vw;
        background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat center center / contain;
        margin-left: 1vw;
    }
    .kix #feature {
        padding-bottom: 5vw;
    }
}

/*新下層調整*/
.kix .product__list--price .product__list--point:empty {
    display: none !important;
}
/*------------------------------------------------
		余白調整用 下層ページ
--------------------------------------------------*/
.productWrap {
	padding-bottom: 0 !important;
}

@media (min-width: 861px) {
	.contactWrap .inner-box {
		padding: 0 !important;
	}	
}
@media (max-width:860px) {
	.kix #bnrarea-foot {
		padding-bottom: 0!important;
	}
	.contactWrap .inner-box {
		padding-top: 0 !important;
	}
}
/*------------------------------------------------
		LINEお友達登録ボタン
--------------------------------------------------*/
@media (min-width: 861px) {
	.kix.top.nopc,
	.kix .btnarea .nopc {
		display: none;
	}
	.kix .line-wrap-detail {
        padding: 50px 0;/*ページによって調整*/
	}
	.kix .line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1vw;
        line-height: 1.5;
	}
	.kix .line-wrap-detail .line-inner {
        background: #fff;
        border: solid 1px #d3d3d3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: 1px;
	}
	.kix .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;
	}
	.kix .line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
	}
	.kix .line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
	}
	.kix .line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
	}
	.kix .line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
	}
	.kix .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;
	}
	.kix .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;
	}
	.kix .line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
	}
	.kix .line-button a span.small {
        width: 88%;
        display: block;
        font-size: 14px;
        font-weight: normal;
	}
	.kix .line-button a span.strong {
        display: block;
	}
	.kix .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;
	}
	.kix .line-button a span.line-friend {
        font-size: 1.3;
        color: #fff231;
        padding: 0 2px;
	}
	.kix .line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
	}
	.kix .line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
	}
	.kix .line-qr img {
        width: 50%;
	}
	.kix .line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
	}
	.kix .line-qr a {
        text-decoration: underline;
	}
}
/* ----- ▼　LINEお友達登録ボタン SP　▼ ----- */
@media (max-width:860px) {
	.kix.top.nopc {
		display: block;
	}
	.kix .btnarea .nosp {
		display: none;
	}
	.kix .line-wrap-simple {
		padding: 5vw 0;/*ページによって調整*/
	}
	.kix .line-wrap-detail {
		padding: 7vw 0;/*ページによって調整*/
		background-color: #fff;
	}
	.kix .line-inner {
		width: 94vw;
		margin: 0 auto;
		text-align: center;
		letter-spacing: 0.1vw;
		line-height: 1.5;
	}
	.kix .line-wrap-detail .line-inner {
		background: #fcfff6;/*ページによって調整*/
		border: solid 1px #d3d3d3;
	}
	.kix .line-inner .fukidashi {
		font-size: 4.1vw;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	.kix .line-inner .head {
		background-color: #15c618;
		padding: 2vw 0;
		color: #fff;
		font-size: 4.3vw;
		font-weight: bold;
	}
	.kix .line-inner .textarea {
		padding: 4vw 2vw 2vw;
	}
	.kix .line-inner .btnarea {
		padding: 2vw 2vw 5vw;
	}
	.kix .line-inner .text1 {
		font-size: 3.4vw;
		line-height: 1.5em;
		margin-bottom: 1vw;
	}
	.kix .line-inner .text1 span {
		display: inline-block;
		font-weight: bold;
		color: #fb0b0b;
		background-color: #ffe1e1;
		padding: 0 0.5vw;
	}
	.kix .line-inner .text2 {
		font-size: 4.1vw;
		font-weight: bold;
		background: linear-gradient(transparent 60%, #fff231 0%);
		line-height: 1.7em;        
		display: inline-block;
	}
	.kix .line-button {
		margin: 0 auto;
	}
	.kix .line-wrap-simple .line-button {width: 90vw;}
	.kix .line-wrap-detail .line-button {width: 80vw;}

	.kix .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;
	}
	.kix .line-button a span.small {
		display: block;
		font-size: 2.8vw;
		font-weight: normal;
	}
	.kix .line-button a span.strong {
		display: block;
	}
	.kix .line-button a span.strong::after {
		font-family: "FontAwesome", "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f138";
		font-size: 4vw;
		margin-left: 1.4vw;
	}
	.kix .line-button a span.line-friend {
		font-size: 1.3em;
		color: #fff231;
		padding: 0 0.5vw;
	}
}
/*------------------------------------------------
		ツアーTOP流入導線
--------------------------------------------------*/
#bnrarea-foot.kix.top.nopc {
	display: none;
}
/*下層*/
#bnrarea-foot ul li.nosp a:hover {
	transition: all 0.6s ease;
	opacity: 0.8;
}
@media (max-width:860px) {
	#bnrarea-foot.kix.top.nopc {
		display: block;
	}
	#bnrarea-foot.kix.top{
        margin: 7vw 0;
        padding: 7vw 0;
		text-align: center;
		background-color: #ffffd8;
	}
	#bnrarea-foot.kix.top p{
		font-size: 4.8vw;
		line-height: 1.3;
		font-weight: 700;
		margin: 3vw auto 4vw;
	}
	#bnrarea-foot.kix.top p span{
		display: block;
        font-size: 4vw;
        margin-top: 1vw;
	}
	#bnrarea-foot.kix.top img{
		width: 94vw;
		margin: 2vw auto;
	}
	#bnrarea-foot.kix.top ul{
		width: 94vw;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#bnrarea-foot.kix.top ul li{
		width: 48.7%;
	}
	#bnrarea-foot.kix.top ul li a{
		font-size: 3.7vw;
		color: #fff;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		padding: 3vw 2vw 2.6vw 3vw;
		background-color: #014099;
		text-align: center;
		border-radius: 10vw;
		box-shadow: 2px 2px 0 rgba(0 0 0 / 20%);
	}
	#bnrarea-foot.kix.top ul li a span{
		font-size: 3.4vw;
		margin-left: 1vw;
		line-height: 1;
		transform: scale(0.5, 1);
	}
	#bnrarea-foot.kix.top ul li.btn-kokunai a{
		background-color: #5db92e;
	}
}