@charset "utf-8";

/*-----------------------------------------
見出し　個別設定
-----------------------------------------*/
#tourWrap h2:before,
#specialWrap h2:before,
#airhotelWrap h2:before,
#airWrap h2:before {
	background-color: #ce3a3a;
}
#tourWrap h2:after,
#specialWrap h2:after,
#airhotelWrap h2:after,
#airWrap h2:after{
	background-color: #ce3a3a;
}
/*-----------------------------------------
上部ページナビ
-----------------------------------------*/
#pageNavi {
	background-color: #fdf0f0;
}
#pageNavi p {
	background-color: #ce3a3a;
}
#pageNavi p span:nth-child(1) {	font-size: 26px;line-height: 1.0em;}
#pageNavi p span:nth-child(2) {	font-size: 16px;}

#pageNavi ul li a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
#pageNavi ul li.about a:before {background: url("/kaigai/kansai/common/img/icon/red/navi-map.svg") center center / contain no-repeat;}
#pageNavi ul li.tour a:before {background: url("/kaigai/kansai/common/img/icon/red/navi-tour.svg") center center / contain no-repeat;}
#pageNavi ul li.special a:before {background: url("/kaigai/kansai/common/img/icon/red/navi-special.svg") center center / contain no-repeat;}
#pageNavi ul li.airhotel a:before {background: url("/kaigai/kansai/common/img/icon/red/navi-airhotel.svg") center center / contain no-repeat;}
#pageNavi ul li.air a:before {background: url("/kaigai/kansai/common/img/icon/red/navi-air.svg") center center / contain no-repeat;}

#pageNavi ul li a:after {
	position: absolute;
	bottom: 6px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ce3a3a;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#pageNavi ul li a:hover:after {
	transform: scale(1, 1);
}
/*-------------------------------------------------
スライダー　[共通の内容はowl.carousel.cssに記載]
-------------------------------------------------*/
#mainSlider {
	background-color: #fdf0f0;
	padding: 5px 0;
}
#sync2 .item {
	height: 44px!important;
	padding: 4px 0;
	flex-wrap: wrap;
}
#mainSlider #sync2 .current .item {
	background: #ce3a3a;
}
#sync2 .item span {
	width: 100%;
	display: block;
}
#mainSlider #sync1 .item img{
	height: 100%;
}
/*-----------------------------------------
最新のお知らせ
-----------------------------------------*/

/*-----------------------------------------
最新のお知らせ
-----------------------------------------*/
#newsBox h2 {
	border-bottom: solid 1px #ce3a3a;
}
#newsBox h2:before {
	background: url("/kaigai/kansai/common/img/icon/red/icon-news.svg") no-repeat;
	background-size: contain;
}

/*-----------------------------------------
マップ
-----------------------------------------*/
#mapWrap {
	padding: 50px 0;
	background-image: url("../img/map-bg.jpg");
}
#mapWrap .map-inner {
	width: 1100px;
	height: 580px;
	margin: 0 auto;
	background: url(../img/map.png) no-repeat;
	position: relative;
	padding: 0 70px;
}
#mapWrap h2 {
	margin-bottom: 10px;
}
#mapWrap .intro {
	width: 300px;
	font-size: 14px;
	color: #663f14;
	line-height: 1.6em;
	text-align: justify;
}
#spots .spot{
	display:block;
	position:absolute;
}
#spots .zoombox{
	display:block;
	width:165px;
	height:133px;
	position:relative;
	/*cursor:pointer;*/
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.25);
	box-sizing: content-box;
	border:5px solid #ffffff;
	border-radius: 4px;
	z-index:1;
}
#spots #spot7 .zoombox{
	display:block;
	width:165px;
	height:163px;
	position:relative;
	/*cursor:pointer;*/
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.25);
	box-sizing: content-box;
	border:5px solid #ffffff;
	border-radius: 4px;
	z-index:1;
}

#spots .inner{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff;
	overflow:hidden;
}
#spots .spot.active .zoombox{
	z-index:2;
}
#spots .photo{
	width:100%;
	position:relative;
}
#spots .photo img{
	width:100%;
	vertical-align: bottom;
	height:100%;
}
#spots .photo .copy {
	display: block;
	font-size: 10px;
	text-align: right;
	color: #666;
}
#spots h3{
	font-size:14px;
	line-height: 1.4em;
	font-weight:bold;
	color:#767e04;
	margin: 5px 0;
	padding-right: 10px;
	position: relative;
}
#spots h3 span {
	font-size: 11px;
}
#spots h3:after {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: FontAwesome;
	content: "\f101";
}
#spots .spot.active h3:after {
	display: none;
}
#spots .comment{
	padding: 0 7px 7px 7px;
	font-size: 14px;
	line-height:1.4em;
	text-align: justify;
}
#spots .spot#spot1{	left:645px;	top:0px;}
#spots .spot#spot2{	left:845px;	top:0px;}
#spots .spot#spot3{	left:845px;	top:415px;}
#spots .spot#spot4{	left:445px;	top:445px;}
#spots .spot#spot5{	left:645px;	top:445px;}
#spots .spot#spot6{	left:240px;	top:310px;}
#spots .spot#spot7{	left:420px;	top:60px;}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap .inner > h3,
#tourWrap .tour-box-wrap h3{
	color: #ce3a3a;
	background-color: #fee9e9;
	border-left: solid 5px #ce3a3a;
}
.area-txt{
	text-align: center;
	padding: 0 0 10px;
}
/*---------------------------------------------
  航空券
---------------------------------------------*/
#airWrap .inner > h3 {
	color: #ce3a3a;
	background-color: #fee9e9;
}
.air-box > li .air-img {
    width: 17%;
}
.air-box .air-img img {
    height: auto;
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more,
#specialWrap .btn-more{
	background-color: #ce3a3a;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover,
#specialWrap .btn-more a:hover{
	background-color: #f15b5b;
}

/*-----------------------------------------
基本情報
-----------------------------------------*/
#infoWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/red/icon-info.svg") no-repeat;
	background-size: contain;
}
#infoBox dl.country {background-image: url("../img/icon-flag.png");}

/*---------------------------------------------
サイドナビ
---------------------------------------------*/
#sideNavi ul li a.current {
	color: #ce3a3a;
	display: block;
}

/*---------------------------------------------
バナー
---------------------------------------------*/
.bnr-more {
    width: 960px;
    margin: 0px auto 30px;
    background:#fff;
}
.bnr-more img{
	height: 100%;
}
.bnr-more img:hover {
    opacity: .7;
    transition: all 0.6s ease;
}
.bnr-more.nolink img:hover {
    opacity: 1;
    transition: none;
}