@charset "utf-8";
.contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 3.5vw;
	line-height: 1.5em;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 86.66vw;
	text-align: center;
    background: url("../img/main-bg-sp.jpg") no-repeat top center;
    background-size: 100%;
}
#mainvisual .title {
    padding-top: 10vw;
    width: 80vw;
    margin: 0 auto 10vw;
}
#mainvisual .title img {
    width: 100%;
}
/*------------------------------------------------
	リード
--------------------------------------------------*/
#lead {
    width: 100%;
    background: url("../img/lead-bg.jpg");
    background-size: 100px;
    padding: 5vw 7vw 9vw;
}
#lead .text {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8vw;
    line-height: 1.9em;
    text-align: center;
}
/*------------------------------------------------
　マップ
--------------------------------------------------*/
#map {
    width: 100%;
    background: url("../img/map-bg-sp.png") no-repeat top center;
    background-size: 100%;
}
#map h2 {
    width: 35vw;
    margin-bottom: 43vw;
	margin-left: -2vw;
}
#map h2 img {
    width: 100%;
}
#map .map-link {
    background-color: #67bab7;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    padding: 3vw 3vw 2vw;
    position: relative;
}
#map .map-link:before {
    content: "";
    width: 18vw;
    height: 16vw;
    display: inline-block;
    background: url("../img/map-click.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -8vw;
}
#map .map-link li {
    background-color: #fff;
    font-size: 3.8vw;
    line-height: 1.5em;
    padding: 2vw 3vw;
    border-radius: 1vw;
    margin: 0 1vw 1vw 0;
}
#map .map-link li a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#map .map-link li a:after {
    content: "";
    background-image: url("../img/icon-arrow-down.svg");
    display: inline-block;
    width: 4vw;
    height: 4vw;
    vertical-align: middle;
    margin-left: 1vw;
}

/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
	width: 100%;
	padding: 2vw 2vw;
	background-color: #67bab7;
	display: none;
}
#navi ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
    font-family: "ten-mincho", serif;
}
#navi ul li {
	background-color: #fff;
    font-size: 3vw;
    line-height: 1.3em;
    border-radius: 1vw;
    margin: 0.5vw 0;
    width: 23.6%;
	position: relative;
}
#navi ul li a {
	color: inherit;
	text-decoration: inherit;
	background-color: #fff;
    border-radius: 1vw;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2vw 1vw;	
}
#navi ul li a:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    bottom: -1vw;
	margin: 0 auto;
	color: #68bbb8;
	font-size: 1.8vw;
}
/*上部固定時のcss*/
#navi.fixed {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
}
#navi.fixed ul li a.active {
    background-color: #0a499f;
    color: #fff;
}
#navi.fixed ul li a.active::after {
}

/*------------------------------------------------
	エリア別
--------------------------------------------------*/
#areaWrap {
    width: 100%;
    padding: 10vw 0;
    background: url("../img/area-bg-sp.jpg") no-repeat center bottom;
    background-size: 100%;
}
#areaWrap .area-box {
    margin-bottom: 15vw;
}
/*タイトル*/
#areaWrap h2 {
    width: 92vw;
    margin: 0 auto 5vw;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7.0vw;
    line-height: 1.0em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
    position: relative;
}
#areaWrap h2 .country {
    display: inline-block;
    font-size: 4.5vw;
    padding-left: 3vw;
    vertical-align: middle;
}
#areaWrap h2 .country:after {
    content: "";
    display: inline-block;
    width: 7vw;
    height: 6vw;
    background-repeat: no-repeat;    
    background-size: contain;
    margin-left: 3vw;
    vertical-align: middle;
}
#areaWrap #bali h2 .country:after {background-image: url("../img/flag-indonesia.png");}
#areaWrap #phuket h2 .country:after {background-image: url("../img/flag-thailand.png");}
#areaWrap #cebu h2 .country:after {background-image: url("../img/flag-philippines.png");}
#areaWrap #borneo h2 .country:after {background-image: url("../img/flag-malaysia.png");}
#areaWrap #penang h2 .country:after {background-image: url("../img/flag-malaysia.png");}
#areaWrap #langkawi h2 .country:after {background-image: url("../img/flag-malaysia.png");}
#areaWrap #danang h2 .country:after {background-image: url("../img/flag-vietnam.png");}
#areaWrap #nhatrang h2 .country:after {background-image: url("../img/flag-vietnam.png");}
#areaWrap #maldives h2 .country:after {background-image: url("../img/flag-moldives.png");}

#areaWrap h2 .topline {
    display: inline-block;
    padding: 5vw 0 4.6vw 5vw;
    border-top: solid 1px #67bab7;
    vertical-align: middle;
    margin-top: -1px;
}
#areaWrap h2:before {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 10vw;
    background: url("../img/title-flower.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -6vw;
}

/*テキスト・写真*/
#areaWrap .flex-box {
    width: 86vw;
    margin: 0 auto 10vw;
}
#areaWrap .flex-box .text {
}
#areaWrap .flex-box .ph {
}
#areaWrap .flex-box .text dt {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.4vw;
    line-height: 1.4em;
    color: #67bab7;
    margin-bottom: 2vw;
}
#areaWrap .flex-box .text dd {
    font-size: 3.5vw;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 5vw;
}
#areaWrap .slider {
    border: none!important;
    box-shadow: none!important;
}
#areaWrap .slick-dots {
    bottom: -25px!important;
}
#areaWrap h3 {
    text-align: center;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.0vw;
    line-height: 1.6em;
    margin-bottom: 5vw;
    background: url("../img/line-wave.png") no-repeat bottom center;
    background-size: 50vw;
    padding-bottom: 3vw;
}
#areaWrap h3:before {
    content: "＼";
    margin-right: 2vw;
}
#areaWrap h3:after {
    content: "／";
    margin-left: 2vw;
}
#areaWrap .bnr {
	text-align: center;
    margin-bottom: 5vw;
}
#areaWrap .bnr img {
    width: 90vw;
}
#areaWrap .bnr a {
    display: block;
}
#areaWrap .btn-more {
	width: 85vw;
	margin: 0 auto;
	font-size: 3.6vw;
    line-height: 2.8em;
    font-weight: bold;
	text-align: center;
}
#areaWrap .btn-more a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #37b8b4;
	border-radius: 1.4em;
    position: relative;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
	margin-bottom: 5vw;
}
#areaWrap .btn-more a:last-child{
	margin-bottom: 0;
}
#areaWrap .btn-more a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 2vw;
}

/*---------------------------------------------
       おすすめツアー（商品設定）
---------------------------------------------*/
.tour-box-wrap {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5vw;
    padding-bottom: 1px;/*下部ラインが表示されない時がある為*/
}
.tour-box {
    display: flex;
    padding: 0 0 0 3vw;
}
.tour-box > li {
    width: 52vw;
    background-color: #fff;
    margin: 0 2vw 0 0;
    position: relative;
}
.tour-box > li a {
    display: block;
    border: 1px solid #ececec;
    width: 52vw;
    height: 100%;
    color: #222;
    text-decoration: none;
    padding-bottom: 20px;
}
.item_icon {
    position: absolute;
    left: 1px;
    top: -2px;
    color: #fff;
    z-index: 1;
}
.item_icon .item_icon01 {
    background-color: #875c0b;
    padding: 3px;
    font-size: 12px;
}
.item_icon .item_icon01:empty{
    display: none;
}
.tour-box .tour-img {
    margin-bottom: 5px;
}
.tour-box .tour-img img {
    width: 100%;
}
.tour-box .icon-area {
    padding: 0 2vw;
    margin-bottom: 5px;
}
.tour-box .icon-area ul {
    display: flex;
    flex-wrap: wrap;
}
.tour-box .icon-area ul li{
    display: inline-block;
    padding: 2px;
    margin: 0 3px 3px 0;
    color: #fff;
    font-size: 11px;
    line-height: 1.5em;
}
li.icon-myeong{background-color: #7532e0;}
li.icon-dlx{background-color: #e04b32;}
li.icon-ss{background-color: #6dac4f;}
li.icon-meal{background-color: #f79739;}
li.icon-tokuten{background-color: #d15796;}
li.icon-free{background-color: #4bc9cc;}

.tour-box .tour-title {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    color: #235BC0;
    padding: 0 2vw;
    margin-bottom: 5px;
}
.tour-box .tour-text {
    font-size: 11px;
    line-height: 1.3em;
    padding: 0 2vw;
    margin-bottom: 10px;
}
.tour-box .info-area {
    margin-bottom: 15px;
}
.tour-box .info-area ul {
    background-color: #f2f2f2;
    padding: 3px 2vw;
    font-size: 11px;
    line-height: 1.3em;
}
.tour-box .info-area ul li {
    margin-bottom: 3px;
    padding-left: 16px;
}
.tour-box .info-area .hotel{
    background: url(/kaigai/kansai/common/img/icon/icon_hotel01.png) no-repeat left top;
    background-size: 12px;
}
.tour-box .info-area .lank{
    background: url(/kaigai/kansai/common/img/icon/icon_recom03.png) no-repeat left top;
    background-size: 12px;
}
.tour-box .info-area .airline{
    background: url(/kaigai/kansai/common/img/icon/icon_air04.png) no-repeat left top;
    background-size: 12px;
}
.tour-box .info-area .time{
    background: url(/kaigai/kansai/common/img/icon/icon_time01.png) no-repeat left top;
    background-size: 12px;
}
.tour-box .item-ship{
    background: url(/kaigai/kansai/common/img/icon/cruse.png) no-repeat left top;
    background-size: 12px;
}
.tour-box .tour-price{
    font-size: 13px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
    color: #FF3C3C;
    padding: 0 2vw;
}
.tour-box .tour-nenyu{
    font-size: 10px;
    line-height: 1.3em;
    color: #FF3C3C;
    text-align: right;
    margin-bottom: 5px;
    padding: 0 2vw;
}
.tour-box .tour-dep{
    text-align: right;
    font-size: 10px;
    line-height: 1.3em;
    padding: 0 2vw;
}
.tour-box .icon-area li:empty{
    display: none;
}
.tour-box .info-area li:empty{
    display: none;
}
.tour-box > li:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid #fbd438;
    position: absolute;
}
/*-------商品縦積みの時--------*/
.tour-box-wrap.noscroll {
	width: 100%;
	overflow-x: initial;
}
.noscroll .tour-box {
	display: block;
    width: 94vw;
    margin: 0 auto;
	padding: 0;
}
.noscroll .tour-box > li {
	width: 100%;
	margin: 0 0 2vw 0;
}
.noscroll .tour-box > li a {
    width: 100%;
    min-height: 30vw;
    padding: 2vw;
}
.noscroll .item_icon {
    position: static;
    left: initial;
    top: initial;
    margin-bottom: 5px;
}
.noscroll .tour-box .tour-img {
    position: absolute;
    width: 34vw;
	margin-bottom: 0;
}
.noscroll .tour-box .icon-area {
    padding: 0 0 0 36vw;
}
.noscroll .icon-area ul li{
    padding: 0 2px;
	margin: 0 2px 2px 0;
	font-size: 10px;
}
.noscroll .tour-box .tour-title {
    padding: 0 0 0 36vw;
}
.noscroll .tour-box .tour-text {
    padding: 0 0 0 36vw;
	margin-bottom: 5px;
}
.noscroll .tour-box .info-area {
	margin-bottom: 5px;
    padding: 0 0 0 36vw;
}
.noscroll .tour-box .info-area ul {
    font-size: 10px;
}
.noscroll .tour-box .info-area ul li {
	margin-bottom: 2px;
}
.noscroll .tour-box .tour-price{
    font-size: 14px;
    padding: 0 0 0 36vw;
}
.noscroll .tour-box .tour-nenyu{
    padding: 0 0 0 36vw;
}
.noscroll .tour-box .tour-dep {
    padding: 0 0 0 36vw;
}

/*商品空の時*/
.tour-box > li:empty {
    display: none;
}
/*----------------------------------------------
一時的に商品がない時
----------------------------------------------*/
.notice{
	text-align: center;
	margin-bottom: 5vw;
}
/*----------------------------------------------
slick が一瞬縦並びになるのを阻止
----------------------------------------------*/
#areaWrap .slider{
  display: none;
}
#areaWrap .slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/*----------------------------------------------
サイドナビ
----------------------------------------------*/
html {
    scroll-behavior: smooth;
}
.pc-nav-btn {
    display: none;
}
.sp-nav-btn .sb-toggle-right {
    background:url("../img/nav-btn-sp.png")no-repeat top center;
    background-size: contain;
    position: fixed;
    top: 50px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 200;
}
.sb-active .sp-nav-btn .sb-toggle-right {
    background:url("../img/nav-btn-close-sp.png")no-repeat top center;
    background-size: contain;
    top: 0;
}
.sb-slidebar {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #59aed3;
    opacity: 0.9!important;
    z-index: 50;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.slidebar-wrap {
    width: 100%;
}
#slideNavi dt {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    margin-top: 15px;
    padding: 0 0 5px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 7px;
}
#slideNavi dd {
    font-size: 14px;
    line-height: 1.6em;
}
#slideNavi dd a {
    color: #fff;
    display: block;
    padding-left: 20px;
    text-decoration: none;
}
#slideNavi dd a:before {
    position: absolute;
    left: 0;
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #fff;
}