@charset "utf-8";

/*-----------------------------------------
見出し　個別設定
-----------------------------------------*/
#tourWrap h2:before,
#specialWrap h2:before,
#airhotelWrap h2:before,
#airWrap h2:before {
	background-color: #875c0b;
}
#tourWrap h2:after,
#specialWrap h2:after,
#airhotelWrap h2:after,
#airWrap h2:after{
	background-color: #875c0b;
}

/*-----------------------------------------
上部ページナビ
-----------------------------------------*/
#pageNavi {
	background-color: #fdf5e6;
}
#pageNavi p {
	background-color: #875c0b;
}
#pageNavi p span:nth-child(1) {	font-size: 20px;line-height: 1.0em;letter-spacing: -0.1em;}
#pageNavi p span:nth-child(2) {	font-size: 15px;}

#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/brown/navi-map.svg") center center / contain no-repeat;}
#pageNavi ul li.tour a:before {background: url("/kaigai/kansai/common/img/icon/brown/navi-tour.svg") center center / contain no-repeat;}
#pageNavi ul li.special a:before {background: url("/kaigai/kansai/common/img/icon/brown/navi-special.svg") center center / contain no-repeat;}
#pageNavi ul li.airhotel a:before {background: url("/kaigai/kansai/common/img/icon/brown/navi-airhotel.svg") center center / contain no-repeat;}
#pageNavi ul li.air a:before {background: url("/kaigai/kansai/common/img/icon/brown/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: #875c0b;
	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: #fdf5e6;
	padding: 5px 0;
}
#mainSlider #sync2 .current .item {
	background: #875c0b;
}
#mainSlider #sync1 .item img{
	height: 100%;
}
/*-----------------------------------------
最新のお知らせ
-----------------------------------------*/
#newsBox h2 {
	border-bottom: solid 1px #875c0b;
}
#newsBox h2:before {
	background: url("/kaigai/kansai/common/img/icon/brown/icon-news.svg") no-repeat;
	background-size: contain;
}

/*-----------------------------------------
マップ
-----------------------------------------*/
#mapWrap {
	padding: 50px 0;
	background-image: url("../img/map-bg.jpg");
	height: 100%;
}
#mapWrap .map-inner {
	width: 1100px;
	height: 780px;
	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 .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 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:463px;	top:6px;}
#spots .spot#spot2{	left:855px;	top:0px;}
#spots .spot#spot3{	left:830px;	top:266px;}
#spots .spot#spot4{	left:440px;	top:171px;}
#spots .spot#spot5{	left:792px;	top:425px;}
#spots .spot#spot6{	left:547px;	top:418px;}
#spots .spot#spot7{	left:120px;	top:328px;}
#spots .spot#spot8{	left:100px;	top:489px;}
#spots .spot#spot9{	left:300px;	top:618px;}
#spots .spot#spot10{ left:523px; top:618px;}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap .inner > h3,
#tourWrap .tour-box-wrap h3{
	color: #875c0b;
	background-color: #fdf5e6;
	border-left: solid 5px #875c0b;
}
#tourWrap .area{
	color: #fff;
	background-color: #875c0b;
	font-size: 19px;
	padding: 5px 15px 5px 100px;
	margin-bottom: 15px;
	position: relative;
}
#tourWrap .area img{
	position: absolute;
	top: -29px;
	left: 17px;
	width: 65px;
 }
/*---------------------------------------------
  航空券
---------------------------------------------*/
#airWrap .inner > h3 {
	color: #875c0b;
	background-color: #fdf5e6;
}
.air-box > li .air-img {
    width: 17%;
}
.air-box .air-img img {
    height: auto;
}
/*---------------------------------------------
	商品下部バナー
---------------------------------------------*/
#tourWrap .bnr_area {
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#tourWrap .bnr_area li {
	margin: 0 0.5%;
}
#tourWrap .bnr_area.col2 li {
	width: 49%;
}
#tourWrap .bnr_area li a {
	display: block;
}
#tourWrap .bnr_area li a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
#tourWrap .bnr_area li img {
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more,
#specialWrap .btn-more {
	background-color: #875c0b;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover,
#specialWrap .btn-more a:hover {
	background-color: #b99a0f;
}

/*-----------------------------------------
基本情報
-----------------------------------------*/
#infoWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/brown/icon-info.svg") no-repeat;
	background-size: contain;
}
#infoBox dl.country {background-image: url("../img/icon-flag.png");}

/*---------------------------------------------
サイドナビ
---------------------------------------------*/
#sideNavi ul li a.current {
	color: #875c0b;
	display: block;
}