@charset "utf-8";
html, body, div, span, object, iframe, h1, h1, 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: 15px auto 0 auto;/
    padding: 0;
    border: 0;
}
html{
  scroll-behavior: smooth;
}

a:link, a:visited, a:hover, a:active {
    color: #333;
    text-decoration: none;
}

#main .box{
	width:960px;
	margin:0 auto;
}
/*------------------------------
 　検索追加
-------------------------------- */
#search_box input[type="text"] {
    width: 80% !important;
}
.md_search_inputWrap .iconCalendar {
    right: 40px;
}
#search_box .md_search_tabList {
    width: 310px !important;
}
/*------------------------------
 　汎用
-------------------------------- */
html{
  scroll-behavior: smooth;
}
.box02{
	width:992px;
	margin:0 auto;
	padding:2em 0;
}
.box960{
	width:960px;
	margin:0 auto;
}
.box992{
	width:992px;
	margin:0 auto;
}
.box1100{
	width:1100px;
	margin:0 auto;
}
.flexbox {
	display:flex;
	flex-wrap:wrap;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 650px;
	text-align: center;
	position: relative;
	overflow: hidden;
	
	& .slick-img img {
		height: 650px;
		margin: auto;
		max-height: 650px;
		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: 195px;
		z-index: 2;
		& .title {
			font-size: 50px;
			line-height: 1.3;
			& span {
				font-size: 0.7em;
			}
		}
		& .copy {
			margin-top: 10px;
			font-size: 22px;
		}
	}
}

/* MV
--------------------*/
#main{
	font-size:14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv{
	height:650px;
	position:relative;
	style="margin-bottom: 30px;
}
.mv .innnertxt{
	width:960px;
	margin:0 auto;
	padding-top:400px;
	text-align:center;
	color:#FFF;
}
/*IEのとき*/
@media all and (-ms-high-contrast: none) {
  .mv .innnertxt {
    padding-top:20%;
  }
}
.mv .innnertxt h2{
	font-size:2.4em;
	text-shadow: 0px 2px 10px #000;
}
.mv .innnertxt p{
	font-size: 1.5em;
	text-shadow: 0px 2px 10px #000;
}

/*--------------------
	ラインナップ
------------------------*/
#Lineup {
	margin:100px 0;
}
#Lineup #type {}
#Lineup #type .Flex{
	width: 990px;
	margin: 0 auto;
	align-items: stretch;
}
#Lineup #type .entry{
	width: 30%;
	margin-left: 3%;
	display: flex;
	flex-direction: column;
}
#Lineup #type .entry a{
	height: 100%;
}

#Lineup #type .entry .photo {
	min-height: 0%;
	overflow: hidden;
}
#Lineup #type .entry img {
	width: 100%;
	vertical-align: middle;
	transition: all 0.5s ease;
}
#Lineup #type .entry img:hover {
	transition: all 0.9s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#Lineup #type .entry .main {
	padding: 20px 20px;
	color:#fff;
}
#Lineup #type .entry .main h3 {
	text-align:center;
	padding-bottom: 15px;
}
#Lineup #type .entry .main h3 .ttl {
	font-weight:normal;
	font-size:25px;
	padding-bottom:5px;
	letter-spacing: 3px;
}
#Lineup #type .entry .main h3 .sub {
	font-weight:normal;
	font-size:12px;
	letter-spacing: 3px;
	display: block;
}
#Lineup #type .entry .btn {
	width: 80%;
    margin: auto auto 20px;
	border-radius: 3px;
	display:block;
	position:relative;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding: 10px 30px;
}
/*IEのとき*/
@media all and (-ms-high-contrast: none) {
  #Lineup #type .entry .btn {
    width: 65%;
  }
}
#Lineup #type .entry .btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	content:"\f105";
	font-family:FontAwesome;
	font-size:24px;
    margin-top: -19px;
}
#Lineup #type .entry:hover a { text-decoration: none;}
#Lineup #type .entry:hover .btn { font-weight:bold; background-color:#FFFFFF; cursor: pointer;}
#Lineup #type .entry.Tour { background-color:#7D7C40; }
#Lineup #type .entry.Air { background-color:#436C7A; }
#Lineup #type .entry.Ah { background-color:#78456D; }
#Lineup #type .entry.Tour:hover .btn { color:#7D7C40; }
#Lineup #type .entry.Air:hover .btn { color:#436C7A; }
#Lineup #type .entry.Ah:hover .btn { color:#78456D; }

/*-------------------------------------------------VisualTtl*/
.VisualTtl{
	/*margin-bottom:50px;*/
	position:relative;
	height:220px;
	text-align:center;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
.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:60px;
	padding-bottom:15px;
	font-size:40px;
	letter-spacing:8px;
}
.VisualTtl .sub{
	font-size:18px;
}

/*-------------------------------------------------GeneralTtl*/
.GeneralTtl{
	margin:0 auto;
	text-align:center;
	padding:40px 0;
	/*letter-spacing: 3px;*/
}
.GeneralTtl .sub{ font-size:12px; font-weight:bold; display: block;}
.GeneralTtl .desc{ font-weight:normal; font-size:18px; padding-top:20px;}

/*-------------------------------------------------GeneralSubTtl*/
.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*/
.Flex{width: 1062px; margin:0 auto;margin-left: -42px;display: flex;flex-wrap:nowrap;justify-content: flex-start;}
.Flex .entry img{ width:100%; height:auto;}



/*------------------------------
	商品欄（商品枠はproduct.css）
--------------------------------*/
#items {
	margin:0;
	padding:2em 0 4em;
	background:url(../img/bg_gara.png);
}
#items.ex{
	background:url(../img/itemex_bg.png) ;
}
.area-list-box {
	display: flex;
	width: 600px;
    margin: 0 auto 40px;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.area-list-box li.area-list-active {
	width: 300px;
	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: 300px;
	text-align: center;
	padding: 7px 25px 7px;
	margin: 0 1%;
	box-shadow: 0 2px 2px #dcdcdc;
	border-radius: 35px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.2s ease;
}
.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;
}

.area-list-box li::after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: normal;
    margin-top: -15px;
}

.area-list-box li:hover {
	opacity: 0.8;
	cursor: pointer;
}
#items ul.area-item{
	padding:0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
#items ul.area-item li{
    width: 24%;
    margin: 0 .5%;
	position: relative;
}
#items ul.airhotel-box li.special-box-fit li{
    width: 100%;
}
.air-area-item .area-item li{
    width: 100%;
}

/*#items ul.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 ul.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 ul.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;}

.area-item-contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
	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 .area-item li.btn {
	margin: 30px auto;
    width: 450px;
	border-radius: 3px;
}
#items .area-item .btn a {
	display:block;
	position:relative;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding: 15px 30px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
#items .area-item .btn a:after {
	position: absolute;
	right: 15px;
	top: 15%;
	content:"\f105";
	font-family:FontAwesome;
	font-size:24px;
}
#items .area-item li.btn:hover{opacity: 0.9}
#items .area-item .Tour { background-color:#7D7C40; }
#items .area-item .Air { background-color:#436C7A; }
#items .area-item .Ah { background-color:#78456D; }

.air-area-item li.caution{
	width: 100%!important;
    text-align: center;
    font-size: 0.8em;
    margin: 10px auto!important;
    display: block;
}



/*--------------------------
	おすすめ特集
----------------------------*/
#specialWrap {
	width: 100%;
	padding: 0 0 50px;
	background-color: #f7f5f0;
	text-align: center;
}
#specialWrap ul {
	display: flex;
	justify-content: space-between;
}
#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%;
}

#Airlines {
	background-color: #f7f4ee;
}

/*tel*/
.data-link a {
    color: rgb(85, 26, 139)!important;
}

#loungeWrap .sp {
    display: none;
}

#loungeWrap{
	background-color: #000;
	padding-bottom: 45px;
}
#loungeWrap .GeneralTtl{
	color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:0 auto;
	text-align:center; 
	padding: 50px 0 20px;    
}
#loungeWrap .section-txt{
	color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
    padding: 0;
}
#loungeWrap .btnLocal{
	margin: 30px auto;
}
#loungeWrap .lounge-inner {
    width: 992px;
    margin: 0 auto;
}

.GeneralTtl .main{ font-size:17px; padding-bottom:10px; margin-bottom:10px; border-bottom: 1px solid #999; display:inline-block; }
.GeneralTtl .main strong{font-size:26px; font-weight: bolder;}
.GeneralTtl .sub{ font-size:12px; 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; }

.shop-box{
	width: 930px;
	margin: 0 auto 30px;
	max-width: 1100px;
	padding:20px;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 3px;
}
.shop-box-ttl{
	display: block;
	font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	font-weight: bold;
	margin : 0px;
	padding: 8px 12px;
	border-left: 5px solid #333;
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.shop-info-wrap {
    display: flex;
	align-items: center;
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
}
.shop-info-left {
    width: 50%;
}
.shop-info-right {
    width: 60%;
}
.shop-info-ttl{
	font-size: 13px;
	font-weight: bold;
    display: block;
    float: left;
}
.shop-info-txt{
	font-size: 16px;
	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 , .shop-box-address {
    display: flex;
    align-items: center;
}
.shop-info-note {
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	margin-top: 10px;
    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-info-note a:hover {
	opacity: 0.8;
}
.shop-box-address .shop-info-txt span, .closed-link{
	font-size: 12px;
	font-weight: normal;
}
.closed-link a::after, .shop-info-link a::after{
    display: none;
}
.shop-box-fax .shop-info-txt span{
	font-size: 16px;
	font-weight: normal;
}
.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: 14px;
	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: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳＰゴシック', 'MS PGothic', sans-serif;

}
.shop-info-link a:hover{
	text-decoration: none;
}


#loungeWrap .btnLocal a{color: #fff; border: 1px solid #ffffff;}
#loungeWrap .btnLocal a:hover{	border-color:#ADA31D;color:#ADA31D;}


#loungeWrap .shop-info-btn{
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
    width: 40%;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
}
#loungeWrap .shop-info-btn a{
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 20px;
	padding-right: 28px;
	background-color: #002e73;
	border: 2px solid #002e73;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-size: 14px;
	border-radius: 30px;
	text-decoration: none;
    position: relative;
}
#loungeWrap .shop-info-btn a:after {
	position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.8em;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
}
#loungeWrap .shop-info-btn a:hover{
	opacity: 0.8;
}

//*--------------------------
	タブレットのみにきかせたい場合
----------------------------*/
@media screen and (min-width: 480px) and (max-width: 767px) {
	html {
		font-size: 12pt;
	}
	.box992 {
		width: 100%;
	}
}
/*--------------------------
	タブレット以下の設定
----------------------------*/
@media screen and (max-width: 767px){

}