@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
html{  scroll-behavior: smooth;}
li{list-style: none;}
a:link, a:visited, a:hover, a:active {
    color: #333;
    text-decoration: none;
}

/*------------------------------
 　汎用
-------------------------------- */
html{
  scroll-behavior: smooth;
}
.box90{
	width:90%;
	margin:0 auto;
}
.box95{
	width:95%;
	margin:0 auto;
}
.flexbox {
	display:flex;
	flex-wrap:wrap;
}
#wrap {
    overflow: hidden;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 80vw;
	text-align: center;
	position: relative;
	overflow: hidden;
	
	& .slick-img img {
		height: 80vw;
		margin: auto;
		max-height: 80vw;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}
	& .main-title {
		font-family: var(--font-mincho);
		color: #fff;
		text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
		position: absolute;
		right: 0;
		left: 0;
		top: 22vw;
		z-index: 2;
		& .title {
			font-size: 8vw;
			line-height: 1.3;
			& span {
				font-size: 0.7em;
			}
		}
		& .copy {
			margin-top: 3vw;
			font-size: 4.0vw;
		}
	}
}


/* MV
--------------------*/
#main{
	font-size:14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv{
	height:300px;
	position:relative;
}
/*.mv .innnertxt{
	width:90%;
	margin:0 auto;
	padding-top:49%;
	text-align:center;
	color:#FFF;
}*/
.mv .innnertxt{
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#FFF;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
}
.mv .innnertxt h2{
	font-size:1.8em;
	line-height: 1.3em;
	text-shadow: 0px 2px 10px #000;
}
.mv .innnertxt p{
	font-size: 1.2em;
	text-shadow: 0px 2px 10px #000;
}

/*--------------------
	ラインナップ
------------------------*/
#Lineup { margin:35px 0; }
#Lineup .entry {width: 95%;margin: 0 auto;display: flex; position: relative;}
#Lineup .entry:hover {
	opacity: 0.8
}
#Lineup .entry a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#Lineup .entry + .entry{ margin-top:20px;}
#Lineup .entry.Tour .photo{background-image: url(../img/lineup_photo_tour.jpg);}
#Lineup .entry.Air .photo{background-image: url(../img/lineup_photo_air.jpg);}
#Lineup .entry.Ah .photo{background-image: url("../img/lineup_photo_AH.jpg");}
#Lineup .entry .photo {
	width: 50%; 
	background-size:cover; 
	background-repeat: no-repeat; 
	background-position: center center; 
}
#Lineup .entry .main {color:#fff;width: 50%; padding-bottom: 20px;letter-spacing: 0.1em;}
#Lineup .entry .main h3 {text-align:center; padding: 30px 10px;}
#Lineup .entry .main h3 .ttl {font-weight:normal;font-size: 19px;padding-bottom:5px;}
#Lineup .entry .main h3 .sub {font-weight:normal;font-size: 0.7rem;display: block;}

#Lineup .entry  .main p.btn{
	border-radius: 3px;
	border: 1px solid #fff;
	color:#fff;
    font-weight: normal;
	font-size:0.8em;
	letter-spacing:2px;
	padding: 5px;
	text-align: center;
    display: block;
	width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
	position: relative;	
}
#Lineup .entry  .main p.btn:after {
	position: absolute;
	right: 5px; 
	content:"\f105"; 
	font-family:FontAwesome; 
    font-size: 17px;
    top: 50%;
    margin-top: -13px;
}
#Lineup .entry.Tour { background-color:#7D7C40; }
#Lineup .entry.Air { background-color:#436C7A;flex-direction:row-reverse }
#Lineup .entry.Ah { background-color:#78456D; }
#Lineup .entry.Ah .main h2 .ttl{ font-size:1.6rem;}


/*-------------------------------------------------VisualTtl*/
.VisualTtl{ 
	/*margin-bottom:50px;*/
	position:relative; 
	min-height:150px;
	text-align:center; 
	color:#FFFFFF; 
	background-repeat: no-repeat; 
	background-position: center top;
	background-size: cover;
}
.VisualTtl:before{ content:""; background-image:url(../img/opacity_balck60.png); width:100%; height:100%; position:absolute; top:0; left:0;}
.VisualTtl p{ position:relative; z-index:9; font-weight:normal;}
.VisualTtl .main{
	padding-top: 35px;
    padding-bottom: 15px;
    font-size: 23px;
    letter-spacing: 6px;
	line-height: 27px;
}
.VisualTtl .sub{
	font-size:14px;
}

/*------------------------------
各項目のタイトル
-------------------GeneralTtl*/
.GeneralTtl{
	margin:0 auto;
	text-align:center; 
	padding:30px 0;
}
.GeneralTtl .main{ font-size:17px; padding-bottom:10px; margin-bottom:10px; border-bottom: 1px solid #999; display:inline-block; }
.GeneralTtl .main strong{font-size:22px;}
.GeneralTtl .sub{ font-size:11px; font-weight:bold; display: block;}
.GeneralTtl .desc{ font-weight:normal; font-size:18px; padding-top:20px;}

.GeneralSubTtl{ font-size: 26px; display: flex; justify-content: center; align-items: center; margin-bottom:15px}
.GeneralSubTtl:before,
.GeneralSubTtl:after { content:""; width: 50px; display: block; background-image:url(../../images/common/line_solid_black.gif); height: 1px; margin: 0 10px; }

.Flex{width: 1062px; margin:0 auto;margin-left: -42px;display: flex;flex-wrap:wrap;justify-content: flex-start;}
.Flex .entry img{ width:100%; height:auto;}



/*------------------------------
	商品欄（商品枠はproduct.css）
--------------------------------*/
#items {
	margin:0;
	padding:0 0 1em;
	background:url(../img/bg_gara.png);
}
#items.ex{
	background:url(../img/itemex_bg.png) ;
}
.area-list-box {
	display: flex;
	width: 95%;
    margin: 0 auto 20px;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.area-list-box li.area-list-active {
	width: 50%;
	margin: 0 1%;
	opacity: 1;
	color: #FFF;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.area-list-box li {
	width: 50%;
	text-align: center;
	padding: 7px 25px 4px;
	margin: 0 1%;
	box-shadow: 0 2px 2px #dcdcdc;
	border-radius: 35px;
	font-size: 1.0em;
    line-height: 1.2em;
	font-weight: 700;
	transition: all 0.2s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
.area-list-box li.Tour{border: 2px solid #7D7C40; background-color: #fff; color: #7D7C40;}
.area-list-box li.Air{border: 2px solid #436C7A; background-color: #fff; color: #436C7A;}
.area-list-box li.Ah{border: 2px solid #78456D; background-color: #fff; color: #78456D;}
.area-list-box li.area-list-active.Tour{background-color: #7D7C40; color: #fff;}
.area-list-box li.area-list-active.Air{background-color: #436C7A; color: #fff;}
.area-list-box li.area-list-active.Ah{background-color: #78456D; color: #fff;}

.area-list-box li {
    position: relative;
    font-size: 13px;
}

.area-list-box li::after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    margin-top: -8px;
}

.area-list-box li:hover {
	opacity: 0.8;
	cursor: pointer;
}
#items .area-item .scrollbox{
	width: 100%;
	overflow: scroll;
	padding-bottom: 10px;
}
#items .area-item ul{
	width: 300%;
	padding:10px;
	display: flex;
	flex-wrap: wrap;
}
#items .area-item li{
    width: 68vw;
    margin-right: 0.5%;
	position: relative;
}
/*#items .area-item li.ciao::before{
	content:"" ;
	background-image: url("../../tour/kansai/img/logo/ciao.png");
	background-size: 85%;
    background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1;
    background-color: #fff;
    height: 30px;
    width: 25%;
	border-radius: 0 0 0 5px;
}
#items .area-item li.ex::before{
	content:"" ;
	background-image: url("../../tour/kansai/img/logo/extage.png");
	background-size: 85%;
    background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1;
    background-color: #fff;
    height: 30px;
    width: 25%;
	border-radius: 0 0 0 5px;
}
#items .area-item li.imp::before{
	content:"" ;
	background-image: url("../../tour/kansai/img/logo/impresso.png");
	background-size: 90%;
    background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1;
    background-color: #fff;
    height: 30px;
    width: 30%;
	border-radius: 0 0 0 5px;
}*/
.area-item li.imp p.area-item-hotel,
.area-item li.imp p.area-item-rank { display: none;}

.air-area-item .area-item li{
    width: 100%;
}
#items .airhotel-box li.special-box-fit li{
    width: 100%;
}
#items .area-item ul.airhotel-box ul{
	width: 92%;
    margin: 0 auto;
    padding: 5px;
}

.area-item-contents {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.area-item li p{
	display: block;
	border-radius: 3px;
}
#items .btn {
	margin: 10px auto 10px;
    width: 80%;
	border-radius: 3px;
}
#items .btn a {
	display:block;
	position:relative;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding: 15px 20px 15px 15px;
	font-size: 1.0em;
}
#items .btn a:after {
	position: absolute;
	right: 7px;
	top: 50%;
	content:"\f105";
	font-family:FontAwesome;
	font-size:24px;
	margin-top: -18px; 
}
#items .btn:hover{opacity: 0.9}
#items .btn.Tour { background-color:#7D7C40; }
#items .btn.Air { background-color:#436C7A; }
#items .btn.Ah { background-color:#78456D; }

.air-area-item .caution{
	width: 95%;
    font-size: 0.8em;
    margin: 5px auto 15px;
    display: block;
}
.area-item-dep{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
    color: #333;
    text-align: right;
}
.area-item-fuel{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    text-align: right;
	margin-bottom: 10px;
}

/*--------------------------
	おすすめ特集
----------------------------*/
#specialWrap {
	width: 100%;
	padding: 0 0 50px;
	background-color: #f7f5f0;
	text-align: center;
}
#specialWrap .scrollbox {
	overflow: scroll;
	width: 100%;
	padding-bottom: 10px;
}
#specialWrap ul {
	display: flex;
	justify-content: space-between;
}
#specialWrap ul li {
	margin-right: 2%;
}

#specialWrap ul.col4 {width: 220%;}
#specialWrap ul.col3 {width: 180%;}
#specialWrap ul.col2 {width: 100%;}

#specialWrap ul.col4 li {width: 23%;}
#specialWrap ul.col3 li {width: 31%;}
#specialWrap ul.col2 li {width: 48%;}

#specialWrap ul li a {
	display: block;
}
#specialWrap ul li a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
#specialWrap ul li img {
	width: 100%;
}	

/*---------------------------------------------
      ページトップ
---------------------------------------------*/
#pagetop {
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 1000;
}
#pagetop a{
	background: none;
}
#pagetop:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#pagetop img {
	width: 50px;
}



#loungeWrap .pc {
    display: none;
}
#loungeWrap{
	background-color: #000;
	padding-bottom: 45px;
}
#loungeWrap .GeneralTtl{
	color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
}
.GeneralTtl{
	margin:0 auto;
	text-align:center; 
	padding:30px 0 10px;
	letter-spacing: 3px;
}
.GeneralTtl .main{ font-size:17px; padding-bottom:10px; margin-bottom:10px; border-bottom: 1px solid #999; display:inline-block; letter-spacing: -0.01em;}
.GeneralTtl .main strong{font-size:22px; font-weight: bolder;}
.GeneralTtl .sub{ font-size:11px; font-weight:bold; display: block;}
.GeneralTtl .desc{ font-weight:normal; font-size:18px; padding-top:20px;}

.GeneralSubTtl{ font-size: 26px; display: flex; justify-content: center; align-items: center; margin-bottom:15px}
.GeneralSubTtl:before,
.GeneralSubTtl:after { content:""; width: 50px; display: block; background-image:url(../../images/common/line_solid_black.gif); height: 1px; margin: 0 10px; }

#loungeWrap .section-txt{
	color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
    padding: 0;
	line-height: 1.5;
}
.lounge-inner {
    width: 95%;
    margin: 0 auto;
}
.shop-info-wrap {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.shop-info-wrap ul li {
    line-height: 1.1em;
}
.shop-box {
	margin: 0 auto 30px;
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 3px;
	color: #333;
}
.shop-box-ttl {
	display: block;
	font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;    
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0  5px 10px;
	border-left: 5px solid #333;
	border-bottom: 1px solid #eee;
}
.shop-box-info{
	/*width: 45%;*/
	margin: 10px;
	padding: 0;
}
.shop-info-ttl{
	font-size: 13px;
	font-weight: bold;
    display: block;
    float: left;
    margin-top: 2px;   
}
.shop-info-txt{
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
.shop-info-txt span{
	font-size: 20px;
	font-weight: bold;
}
.shop-info-txt a {
	text-decoration: none;
}
.shop-box-tel {
    display: flex;
    align-items: center;
}
.shop-box-address .shop-info-txt span, .closed-link {
	font-size: 12px;
	font-weight: normal;
}
.shop-box-fax .shop-info-txt span{
	font-size: 16px;
	font-weight: normal;
}
.shop-info-note {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-top: 10px;
	font-size: 13px; 
	padding: 8px;
    background: #eee;
}
.shop-info-note li::before {
    content: '※';
	margin-right: 3px;
}
.shop-info-note .blue {
	color: #004097;
	font-weight: bold;
}
.shop-info-note a {
    text-decoration: underline;
	color: #004097;
	font-weight: bold;
}
.shop-link a{
	padding: 5px;
	font-size: 14px;
	text-decoration: underline;
	color: #eee;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 10px;
	background-image: url(/kix/jcom/img/icon/icon_next2.png);
}
.shop-link a:hover{
	text-decoration: none;
}
.shop-box-ttl .shop-info-link {
	float: right;
}
.shop-info-link a{
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #0070c9;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 10px;
	background-image: url(/kix/jcom/img/icon/icon_next2.png);
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
.shop-info-link a:hover{
	text-decoration: none;
}

.shop-info-btn{
	margin: 20px 0 10px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#loungeWrap .shop-info-btn a{
	font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	padding: 5px 20px;
	padding-right: 28px;
	background-color: #002e73;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-size: 14px;
	border-radius: 30px;
	text-decoration: none;
	line-height: 1.5;
}
#loungeWrap .shop-info-btn a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
	margin-left: 10px;
}
#loungeWrap .btnLocal a{color: #fff; border: 1px solid #ffffff;}
#loungeWrap .btnLocal a:hover{	border-color:#ADA31D;color:#ADA31D;}

.closed {
    display: block;
    padding: 0px 10px;
    line-height: 1.4em;
}
.shop-url {
    font-size: 12px!important;
    display: block;
    margin-bottom: 5px;
}