@charset "utf-8";
.contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
    background-color: #fff;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 600px;
	text-align: center;
    background: url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .title {
    padding-top: 120px;
}

/*------------------------------------------------
	リード
--------------------------------------------------*/
#lead {
    background: url("../img/lead-bg.jpg");
    padding: 25px 0 60px;
    text-align: center;
}
#lead .text {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 2.2em;
}

/*------------------------------------------------
　マップ
--------------------------------------------------*/
#map {
    width: 100%;
    height: 600px;
    background: url("../img/map-bg-pc.png") no-repeat top center;
}
#map .inner {
   height: 600px;
   position: relative
}
#map .map-link {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 960px;
    margin: auto;
    background-color: #fff;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .25);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px 14px;
    border-radius: 10px;
}
#map .map-link:before {
    content: "";
    width: 96px;
    height: 83px;
    display: inline-block;
    background: url("../img/map-click.png") no-repeat;
    position: absolute;
    right: -20px;
    top: -70px;
}
#map .map-link li {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 3px 6px;
}
#map .map-link li a {
    background-color: #ddf5f0;
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 4px;
    border-radius: 5px;
    border: solid 1px transparent;
}
#map .map-link li a:after {
    content: "";
    background-image: url("../img/icon-arrow-down.svg");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
#map .map-link li a:hover {
    border: solid 1px #67bab7;
    transition: all 0.6s ease;
}
/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
	width: 100%;
	padding: 10px 0;
	background-color: #67bab7;
	font-family: "ten-mincho", serif;
	display: none;
}

#navi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#navi ul li {
	position: relative;
	line-height: 1.4em;
	text-align: center;
	margin-right: 6px;
}
#navi ul li:last-of-type {
	margin-right: 0;
}
#navi ul li a {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	justify-content: center;
	align-items: center;
	background-color: #fff;
    border-radius: 5px;
	text-decoration: none;
	padding: 10px;
}
#navi ul li a:hover {
	background-color: #ddf5f0;
    transition: all 0.6s ease;
}
#navi ul li a:after {
    content: "";
    background-image: url(../img/icon-arrow-down.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
/*上部固定時のcss*/
#navi.fixed {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
}
#navi.fixed ul {
}
#navi.fixed ul li {
}
#navi.fixed ul li:last-of-type {
	margin-right: 0;
}
#navi.fixed ul li .active {
	background-color: #0a499f;
	color: #fff;
}
#navi.fixed ul li .active::after {
	color: #fff;
}
#navi.fixed ul li .active:after {
    background-image: url(../img/icon-arrow-down.png);
	background-size: contain;
}
/*------------------------------------------------
	エリア別
--------------------------------------------------*/
#areaWrap {
    width: 100%;
    padding: 80px 0;
    background: url("../img/area-bg-pc.jpg") no-repeat center bottom;
}
#areaWrap .area-box {
    margin-bottom: 100px;
}
/*タイトル*/
#areaWrap h2 {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1.0em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 50px;
    vertical-align: middle;
    position: relative;
}
#areaWrap h2 .country {
    display: inline-block;
    font-size: 24px;
    padding-left: 30px;
    vertical-align: middle;
}
#areaWrap h2 .country:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;    
    background-size: contain;
    margin-left: 15px;
    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: 20px 0 17px 30px;
    border-top: solid 1px #67bab7;
    vertical-align: middle;
    margin-top: -1px;
}
#areaWrap h2:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/title-flower.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -23px;
}
#areaWrap h2:after {
    position: absolute;
    right: 0;
    bottom: -40px;
}
#areaWrap #bali h2:after {content: url("../img/bali.png");}
#areaWrap #phuket h2:after {content: url("../img/phuket.png");}
#areaWrap #cebu h2:after {content: url("../img/cebu.png");}
#areaWrap #borneo h2:after {content: url("../img/borneo.png");}
#areaWrap #penang h2:after {content: url("../img/penang.png");}
#areaWrap #langkawi h2:after {content: url("../img/langkawi.png");}
#areaWrap #danang h2:after {content: url("../img/danang.png");}
#areaWrap #nhatrang h2:after {content: url("../img/nhatrang.png");}
#areaWrap #maldives h2:after {content: url("../img/maldives.png");}

/*テキスト・写真*/
#areaWrap .flex-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#areaWrap .flex-box .text {
    width: 440px;
}
#areaWrap .flex-box .ph {
    width: 500px;
}
#areaWrap .flex-box .text dt {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.4em;
    color: #67bab7;
    margin-bottom: 15px;
}
#areaWrap .flex-box .text dd {
    font-size: 16px;
    line-height: 1.7em;
}
#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: 28px;
    line-height: 1.6em;
    margin-bottom: 30px;
    background: url("../img/line-wave.png") no-repeat bottom center;
    padding-bottom: 10px;
}
#areaWrap h3:before {
    content: "＼";
    margin-right: 10px;
}
#areaWrap h3:after {
    content: "／";
    margin-left: 10px;
}
#areaWrap .bnr {
	text-align: center;
    margin-bottom: 40px;
}
#areaWrap .bnr a {
    display: block;
}
#areaWrap .bnr a:hover {
    opacity: 0.8;
	transition: all 0.6s ease;}

#areaWrap .btn-more {
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
    line-height: 2.8em;
    font-weight: bold;
	text-align: center;
}
#areaWrap .btn-more.col2 {
	display: flex;
	justify-content: center;
	width: 100%;
}
#areaWrap .btn-more.col2 a {
	margin: 0 20px;
	width: 400px;
}
#areaWrap .btn-more a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #1bafa9;
	border-radius: 1.4em;
    position: relative;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
}
#areaWrap .btn-more a:hover{
	background-color: #25827f;
	transition: all 0.6s ease;
}
#areaWrap .btn-more a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
}
/*---------------------------------------------
おすすめツアー（商品設定）
---------------------------------------------*/
.tour-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tour-box > li {
    background-color: #fff;
    border: solid 2px #ececec;
    position: relative;
}
.tour-box.col4 > li {width: 24%; margin: 0 0.5% 20px;}
.tour-box.col3 > li {width: 31%; margin: 0 1% 20px;}
.tour-box.col2 > li {width: 48%; margin: 0 1% 20px;}

.tour-box > li:hover {
    border: solid 2px #fbd438;
    transition: all 0.6s ease;
}
.tour-box > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    padding-bottom: 20px;
}
.item_icon {
    position: absolute;
    left: 0;
    top: 1px;
    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 img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.tour-box .icon-area {
    padding: 5px 10px;
}
.tour-box .icon-area ul {
    display: flex;
    flex-wrap: wrap;
}
.tour-box .icon-area ul li{
    display: inline-block;
    padding: 1px 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: #4bc9cc;}
li.icon-meal{background-color: #f79739;}
li.icon-tokuten{background-color: #d15796;}
li.icon-free{background-color: #6dac4f;}

.tour-box .tour-title {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    color: #235BC0;
    padding: 0 10px;
    margin-bottom: 10px;
}
.tour-box .tour-text {
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 10px;
    margin-bottom: 10px;
}
.tour-box .info-area {
    margin-bottom: 20px;
    background-color: #f2f2f2;
}
.tour-box .info-area ul {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3em;
}
.tour-box .info-area ul li {
    margin-bottom: 3px;
    padding-left: 20px;
}
.tour-box .info-area ul li:last-child {
    margin-bottom: 0;
}
.tour-box .info-area .hotel{
    background: url(/kaigai/kansai/common/img/icon/icon_hotel01.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .lank{
    background: url(/kaigai/kansai/common/img/icon/icon_recom03.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .airline{
    background: url(/kaigai/kansai/common/img/icon/icon_air04.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .time{
    background: url(/kaigai/kansai/common/img/icon/icon_time01.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .item-ship{
    background: url(/kaigai/kansai/common/img/icon/cruse.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .tour-price{
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.tour-box .tour-nenyu{
    padding: 0 10px;
    font-size: 11px;
    color: #ef1d1d;
    text-align: right;
}
.tour-box .tour-dep{
    padding: 0 10px;
    text-align: right;
    font-size: 11px;
}
.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.7em solid transparent;
    border-right: 0.7em solid #fbd438;
    position: absolute;
}

/*2カラムの時*/
.tour-box.col2 .tour-img {
    width: 210px;
    position: absolute;
    top:0;
    left: 0;
}
.tour-box.col2 .info-area {
    width: 210px;
    position: absolute;
    top: 139px;
    left: 0;
}
.tour-box.col2 > li {
    min-height: 200px;
}
.tour-box.col2 > li a {
    padding-left: 215px;
}

/*商品空の時*/
.tour-box > li:empty {
    display: none;
}
/*----------------------------------------------
一時的に商品がない時
----------------------------------------------*/
.notice{
	text-align: center;
	margin-bottom: 30px;
}
/*----------------------------------------------
slick が一瞬縦並びになるのを阻止
----------------------------------------------*/
#areaWrap .slider{
  display: none;
}
#areaWrap .slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/*----------------------------------------------
サイドナビ
----------------------------------------------*/
html {
    scroll-behavior: smooth;
}
.sp-nav-btn {
    display: none;
}
.pc-nav-btn .sb-toggle-right {
    background:url("../img/nav-btn-pc.png")no-repeat top center;
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 158px;
    height: 158px;
    z-index: 200;
    cursor: pointer;
}
.sb-active .pc-nav-btn .sb-toggle-right {
    background:url("../img/nav-btn-close-pc.png")no-repeat top center;
}
.sb-slidebar {
    width: 350px;
    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: 18px;
    font-weight: lighter;
    color: #fff;
    margin-top: 20px;
    padding: 0 0 5px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 7px;
}
#slideNavi dd {
    font-size: 16px;
    line-height: 1.6em;
}
#slideNavi dd a {
    color: #fff;
    display: block;
    padding-left: 20px;
    text-decoration: none;
}
#slideNavi dd a:hover {
    text-decoration: underline;
    transition: all 0.6s ease;
}
#slideNavi dd a:before {
    position: absolute;
    left: 0;
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #fff;
}

/*----------------------------------------------
検索ボックス調整
----------------------------------------------*/
#searchArea {
    padding-top: 50px;
}