@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;
}
/* 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: 100px;
    right: 0;
    left: 0;
    margin: auto;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.mv .innnertxt h2{
	font-size: 8vw;
            line-height: 1.3;
	
}
.mv .innnertxt h2 span{
	font-size: 0.7em;
}
.mv .innnertxt p{
	font-size: 1.2em;
}

/*--------------------
	ラインナップ
------------------------*/
#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: 33%;
	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: 33%;
	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;
}

.media{
    border-top:none;
}
