@charset "utf-8";

/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
#mv {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-family: "HG明朝E","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.NHA #mv {background-image: url("../nhatrang/img/main-bg.jpg");}
.SGN #mv {background-image: url("../hochiminh/img/main-bg.jpg");}
.HAN #mv {background-image: url("../hanoi/img/main-bg.jpg");}
.DAD #mv {background-image: url("../danang/img/main-bg.jpg");}

#mv .title {
    padding:190px 0 15px 0;
    font-size: 66px;
    line-height: 1.0em;
    color: #fff;
    /*text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;*/
    text-shadow: 0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8);
}
#mv .eng {
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #fff;
    /*text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;*/
    text-shadow: 0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8);
}

/*-----------------------------------------
ナビ
-----------------------------------------*/
#pageNavi {
    background: #f5d8a2;
}
#pageNavi ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
#pageNavi li {
    width: 20%;
}
#pageNavi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #372200;
    font-size: 21px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    position: relative;
    flex-direction: column;
    padding-top: 5px;
    letter-spacing: 2.4px;
}
#pageNavi li a span {
    letter-spacing: 1px;
}
#pageNavi li a:hover {
	opacity: .5;
}

#pageNavi li {
    border-left: solid 2px #FFF3DF;
}

#pageNavi li:last-child {
    border-right: solid 2px #FFF3DF;
}
#pageNavi li span {
    font-size: 14px;
}
#pageNavi.fixed {
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}

/*-----------------------------------------
導入
-----------------------------------------*/
#lead {
    width: 100%;
    background-repeat: no-repeat,repeat;
    background-position: center center,left top;
}

/*#lead {background: url("../img/lead-bg.jpg");}*/

#lead .inner {
    width: 992px;
    margin: 0 auto;
    text-align: center;
}

#lead .text {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6em;
    padding: 45px 0;
    text-align: center;
    position: relative;
    display: inline-block;
}
#lead .text::before {
    content: url("../img/lead-illust_pc01.png");
    position: absolute;
    left: -150px;
    top: 0;
    line-height: 0;
}
#lead .text::after {
    content: url("../img/lead-illust_pc02.png");
    position: absolute;
    right: -140px;
    bottom: 0;
    line-height: 0;
}
#lead .text span {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

/*-----------------------------------------
楽しみ方
-----------------------------------------*/
#spotWrap {
    width: 100%;
    background: url("../img/spot-bg.jpg");
}

.spot-content {
    padding: 75px 0 50px;
}

.spot-content h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    margin: 55px 0 60px;
}

.spot-content h2 .small {
    font-size: 30px;
    margin-right: 5px;
}

.spot-content h2::before {
    content: '';
    background: url("../img/main-ttl-dec.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 230px;
    height: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -68px;
}

.spot-content .inner {
    width: 992px;
    margin: 0 auto;
}
.spot-content .desc {
    width: 900px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.6em;
}

/*-------スライダー------*/
.spot-slider {
    width: 990px;
    margin: 0 auto;
}
.spot-slider li {
    width: 310px;
    margin-right: 30px;
}
#spotWrap li h4 {
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
    min-height: 2.6em;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 2px;
}
#spotWrap li h4 {background-color: #ab8245;}

.spot-slider li > img {
    width: 100%;
    vertical-align:bottom;
    margin-bottom: 10px;
}
.spot-slider li .text1 {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}
.spot-slider li .text {
    font-size: 14px;
    line-height: 1.5em;
}
/*-------slickスライダー調整--------*/
.slick-prev,
.slick-next
{
    width: 40px!important;
    height: 40px!important;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 40px!important;
    color: #666666!important;
}
.slick-prev
{
    left: -50px!important;
}
[dir='rtl'] .slick-prev
{
    right: -50px!important;
}
.slick-next
{
    right: -50px!important;
}
[dir='rtl'] .slick-next
{
    left: -50px!important;
}
.slick-track {
    margin-bottom: 30px;
}
.slick-dots li button:before {
    font-size: 10px!important;
}

/*魅力*/
.other-spotWrap {
    padding: 60px 0 50px;
    background: #f5e1c8;
    text-align: center;
}

.other-spotWrap h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 32px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.other-spotWrap h3::before {
    content: '';
    background: url("../img/spot-ttl-dec.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    bottom: 3px;
    width: 50px;
    height: 20px;
}

.other-spotWrap h3::after {
    content: '';
    background: url("../img/spot-ttl-dec.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    bottom: 3px;
    width: 50px;
    height: 20px;
    transform: scale(-1, 1);
}

.other-spotWrap .inner {
    width: 992px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.other-spotWrap .inner li {
    width: 230px;
    text-align: left;
    margin: 0 12px;
}

.other-spotWrap .inner li:first-of-type {margin-left: 0;}
.other-spotWrap .inner li:last-of-type {margin-right: 0;}

.other-spotWrap .inner li img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.other-spotWrap p {
    font-size: 13px;
}

/*-----------------------------------------
おすすめホテル
-----------------------------------------*/
#hotelWrap {
    padding: 140px 0 40px;
    background-color: #ede9e3;
    position: relative;
}

#hotelWrap::before {
    width: 100%;
    height: 16px;
    background-image: url("../img/line.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 0;
    content: "";
}

#hotelWrap .inner {
    width: 992px;
    margin: 0 auto;
}

#hotelWrap h2 {
    font-size: 32px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
#hotelWrap h2::before {
    content: '';
    background: url("../img/hotel-ttl-dec.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 140px;
    height: 44px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -60px;
}

.hotel-slider .item-wrap {
    display: flex;
    justify-content: space-between;
}

.hotel-slider .item-wrap {
    background: #fff;
    padding: 30px 30px 10px 30px;
}

.hotelImg-slider {
    width: 312px;
    margin-bottom: 0!important;
}

.hotel-slider .text {
    width: 570px;
}

.hotel-slider h4 {
    font-size: 18px;
    color: #ab8245;
    font-weight: bold;
    margin-bottom: 10px;
}

.hotelImg-slider img {
    width: 100%;
    vertical-align: bottom;
}
.hotelImg-slider .slick-dots {
    bottom: 0;    
}


/*-----------------------------------------
基本情報
-----------------------------------------*/
#infoWrap {
	width: 100%;
	padding: 30px 0;
	background-color: #f7f5f0;
}
#infoWrap .inner {
	width: 992px;
	margin: 0 auto;
}
#infoWrap h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#infoWrap h2:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url("/kaigai/kansai/common/img/icon/brown/icon-info.svg") no-repeat;
	background-size: contain;
}
#infoBox {
	background-color: #fff;
	padding: 30px 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#infoBox dl {
	width: 46%;
	margin: 0 2%;
	padding: 10px 10px 10px 65px;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#infoBox dl.money {background-image: url("../../../../../kansai/common/img/icon/icon-money.png") ;}
#infoBox dl.language {background-image: url("../../../../../kansai/common/img/icon/icon-language.png") ;}
#infoBox dl.time {background-image: url("../../../../../kansai/common/img/icon/icon-time.png") ;}
#infoBox dl.creed {background-image: url("../../../../../kansai/common/img/icon/icon-creed.png") ;}
#infoBox dl.flight {background-image: url("../../../../../kansai/common/img/icon/icon-flight.png") ;}
#infoBox dl.chip {background-image: url("../../../../../kansai/common/img/icon/icon-chip.png") ;}
#infoBox dl.water {background-image: url("../../../../../kansai/common/img/icon/icon-water.png") ;}
#infoBox dl.climate {background-image: url("../../../../../kansai/common/img/icon/icon-climate.png") ;}
#infoBox dl.manners {background-image: url("../../../../../kansai/common/img/icon/icon_manners.png") ;}

#infoBox dl.climate {
    width: 100%;
    border-bottom: none;
}
/*国旗*/
#infoBox dl.country {background-image: url("../img/icon-flag.png") ;}

#infoBox dl dt {
	font-weight: bold;
	color: #034195;
}

/*-----------------------------------------
国別リンク
-----------------------------------------*/
#countryFootNavi {
	width: 100%;
	background-color: #f7f5f0;
	border-top: solid 1px #e0daca;
	padding-bottom: 30px;
}
#countryFootNavi h2 {
	border-top: solid 1px #fff;
	font-size: 22px;
    line-height: 1.5em;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
#countryFootNavi ul {
    width: 992px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#countryFootNavi ul li {
    width: 24%;
    height: 70px;
    margin-right: 1.3%;
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
}
#countryFootNavi ul li:not(.top) {
    background-size: 90px 60px;
    background-position: left 5px center;
    font-size: 15px;
    color: #333;
}
#countryFootNavi ul li.top {
    background: url("../img/footnavi-top-bg.png") no-repeat left top;
    font-size: 15px;
    color: #fff;
}

#countryFootNavi ul li:nth-child(4n) {
    margin-right: 0;
}
#countryFootNavi ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    padding: 23px 0 0 105px;
    border: solid 1px #beb18c;
    position: relative;
}
#countryFootNavi ul li.top a {
    padding: 10px;
    text-shadow: 1px 1px 2px rgba(120,94,65,1);
}
#countryFootNavi ul li a:hover {
    opacity: 0.8;
    border: solid 1px #4f4321;
    transition: all 0.6s ease;
}
#countryFootNavi ul li a:after {
	position: absolute;
	top: 20px;
	right: 5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 24px;
}

/*-----------------------------------------
バナー
-----------------------------------------*/
#tourWrap .bnr {
    width: 960px;
    margin: 0 auto 40px;
}
#tourWrap .bnr a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}


