@charset "utf-8";

/*-----------------------------------------
見出し　個別設定
-----------------------------------------*/
#tourWrap h2:before,
#specialWrap h2:before,
#airhotelWrap h2:before,
#airWrap h2:before {
	background-color: #079997;
}
#tourWrap h2:after,
#specialWrap h2:after,
#airhotelWrap h2:after,
#airWrap h2:after{
	background-color: #079997;
}

/*-----------------------------------------
上部ページナビ
-----------------------------------------*/
#pageNavi {
	background-color: #ecfffd;
}
#pageNavi p {
	background-color: #079997;
}
#pageNavi p span:nth-child(1) {	font-size: 26px;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/green/navi-map.svg") center center / contain no-repeat;}
#pageNavi ul li.tour a:before {background: url("/kaigai/kansai/common/img/icon/green/navi-tour.svg") center center / contain no-repeat;}
#pageNavi ul li.special a:before {background: url("/kaigai/kansai/common/img/icon/green/navi-special.svg") center center / contain no-repeat;}
#pageNavi ul li.airhotel a:before {background: url("/kaigai/kansai/common/img/icon/green/navi-airhotel.svg") center center / contain no-repeat;}
#pageNavi ul li.air a:before {background: url("/kaigai/kansai/common/img/icon/green/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: #079997;
	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: #ecfffd;
	padding: 5px 0;
}
#mainSlider #sync2 .current .item {
	background: #079997;
}
#mainSlider #sync1 .item img{
	height:100%;
	/*max-width:1200px;*/
}
/*-----------------------------------------
最新のお知らせ
-----------------------------------------*/
#newsBox h2 {
	border-bottom: solid 1px #079997;
}
#newsBox h2:before {
	background: url("/kaigai/kansai/common/img/icon/green/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 #spot3 .zoombox {height: 150px;}

#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:400px;	top:170px;}
#spots .spot#spot2{	left:550px;	top:0px;}
#spots .spot#spot3{	left:820px;	top:0px;}
#spots .spot#spot4{	left:850px;	top:210px;}
#spots .spot#spot5{	left:335px;	top:340px;}
#spots .spot#spot6{	left:730px;	top:400px;}
#spots .spot#spot7{	left:350px;	top:400px;}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap .inner > h3,
#tourWrap .tour-box-wrap h3 {
	color: #079997;
	background-color: #ecfffd;
	border-left: solid 5px #079997;
}

/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more,
#specialWrap .btn-more {
	background-color: #079997;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover,
#specialWrap .btn-more a:hover{
	background-color: #1dcdcb;
}

/*-----------------------------------------
お役立ち情報・安心サービス
-----------------------------------------*/
#serviceWrap {
	width: 100%;
	background: url("../img/service-bg.png");
	padding: 50px 0;
}
#serviceWrap .inner {
	width: 960px;
	margin: 0 auto;
}
#serviceWrap h2{
	font-size: 32px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#serviceWrap h2 span {
	font-size: 18px;
}
#serviceWrap h2:before {
	content: url("../img/icon-service.png");
	display: block;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-list li {
	width: 47%;
	margin-bottom: 40px;
}
.service-list li:nth-child(1){background: url("../img/service-01.png") no-repeat; width: 100%;}
.service-list li:nth-child(2){background: url("../img/service-02.png") no-repeat;}
.service-list li:nth-child(3){background: url("../img/service-03.png") no-repeat;}
.service-list li:nth-child(4){background: url("../img/service-04.png") no-repeat;}
.service-list li:nth-child(5){background: url("../img/service-05.png") no-repeat;}

.service-list h3 {
	font-size: 26px;
	line-height: 42px;
	color: #079997;
	padding-left: 58px;
	margin-bottom: 20px;
}
.service-list p {
	font-size: 15px;
}
.service-list .ph {
	float: right;
	margin-left: 50px;
}
.service-list .naiyo {
	margin-top: 30px;
	width: 400px;
	font-size: 13px;
	background-color: #fff;
	border: solid 1px #aaa;
}
.service-list .naiyo dt {
	background-color: #aaa;
	color: #fff;
	padding: 2px 10px;
}
.service-list .naiyo dd {
	padding: 5px 10px;
}

/*-----------------------------------------
トロリーマップ
-----------------------------------------*/
#trolleyWrap {
	width: 100%;
	padding: 50px 0;
}
#trolleyWrap .inner {
	width: 1240px;
	margin: 0 auto;
}
#trolleyWrap h2{
	font-size: 32px;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#trolleyWrap h2 span {
	font-size: 18px;
}
#trolleyWrap h2:before {
	content: url("../img/icon-torolley.png");
	display: block;
}
#trolleyWrap .text1 {
	font-size: 22px;
	color: #d53c8b;
	text-align: center;
	margin-bottom: 10px;
}
#trolleyWrap .text2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
#trolleyWrap .map1 {
	text-align: center;
	margin-bottom: 30px;
}
#trolleyWrap .map2 {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#trolleyWrap .map2 p {
	width: 550px;
}
#trolleyWrap .map2 .route {
	width: 370px;
}
#trolleyWrap .map2 .route dl {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 2px;
}
#trolleyWrap .map2 dl.route1 { background-color: #f18d00;}
#trolleyWrap .map2 dl.route2 { background-color: #21b8bb;}
#trolleyWrap .map2 dl.route3 { background-color: #b84b97;}

#trolleyWrap .map2 .route dt {
	padding: 5px;
	color: #fff;
}
#trolleyWrap .map2 .route dd {
	background-color: #fff;
	padding: 5px 10px;
}
#trolleyWrap .map2 .route dd span {
	font-size: 12px;
}
#trolleyWrap .map2 .route dd span.stop {
	padding: 1px 4px 0px;
	margin: 0 1px;
	display: inline-block;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
/*-----------------------------------------
基本情報
-----------------------------------------*/
#infoWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/green/icon-info.svg") no-repeat;
	background-size: contain;
}
#infoBox dl.country {background-image: url("../img/icon-flag.png");}

/*---------------------------------------------
サイドナビ
---------------------------------------------*/
#sideNavi ul li a.current {
	color: #079997;
	display: block;
}
/*---------------------------------------------
	おすすめ特集バナー
---------------------------------------------*/
#specialWrap .inner ul li img{
	height:100%;
}
/*---------------------------------------------
	商品下部バナー
---------------------------------------------*/
#tourWrap .bnr_area {
	/*margin: 0 0 40px;*/
	margin: 40px 0;/*ボタン下のとき*/
	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%;
}
/*-----------------------------------------
FUN!FUN!キャンペーン
-----------------------------------------*/
#cpn {
	width: 100%;
	background: #f0fffd url("../img/cpn/bg-pc.png") no-repeat top 40px center;
}
#cpn:before,
#cpn:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #f0fffd;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #1496d9 10px, #1496d9 20px);
}
#cpn .inner {
	width: 992px;
	margin: 0 auto;
	padding: 10px 0 80px;
}
#cpn h2 {
	text-align: center;
	margin-bottom: 50px;
}
#cpn .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}
#cpn .detail li {
	margin: 0 10px;
}
#cpn .detail li:last-child {
	width: 100%;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
#cpn .conts {
	width: 100%;
	background-color: #fff;
	border: solid 3px #222;
	padding: 30px 0;
	text-align: center;
}
/*-----------------------------------------
チャーター
-----------------------------------------*/
/*#charter {
	width: 100%;
	background-color: #f0fffd;
}
#charter:before,
#charter:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #f0fffd;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #1496d9 10px, #1496d9 20px);
}
#charter .inner {
	width: 992px;
	margin: 0 auto;
	padding: 30px 0 60px;
}
#charter h2 {
	margin-bottom: 30px;
}
#charter .point {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#charter .point .text {
	width: 660px;
	border: dotted 2px #b2d7d2;
	background: #fff url("../img/charter/point-title.png") no-repeat left 15px center;
	padding: 30px 0 0 190px;
}
#charter .point .text li {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
#charter .point .text li span {
	background: linear-gradient(transparent 60%, #ffff43 60%);
}
#charter .point .text li:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/charter/icon-check.svg") no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: middle;
}
#charter .point .ph {
	width: 300px;
}
#charter .point .ph img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#charter .schedule h3 {
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
}
#charter .schedule .flex-box {
	display: flex;
	justify-content: space-between;
}
#charter .schedule table {
	width: 490px;
	background-color: #fff;
	border: solid 1px #333;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.8em;
	text-align: center;
}
#charter .schedule table caption {
	background-color: #333;
	color: #fff;
}
#charter .schedule table th{
	width: 50%;
	background-color: #efefef;
	font-weight: normal;
}
#charter .schedule table td {
	width: 50%;
	font-size: 16px;
	font-weight: bold;
}
#charter .schedule table td span {
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	display: block;
}
#charter .schedule .note {
	font-size: 13px;
	margin-top: 10px;
}
#charter .btn-tour {
	width: 700px;
	margin: 30px auto 0;
	font-size: 16px;
    line-height: 2.6em;
	text-align: center;
}
#charter .btn-tour a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 1.3em;
    position: relative;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
	background-color: #1496d9;
}*/