@charset "utf-8";
/*-----------------------------------------
全体
-----------------------------------------*/
#navi,#lead,#about,#city,#hotel {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 3.6vw;
	line-height: 1.5em;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 77.33vw;
	text-align: center;
	position: relative;
}
#mainvisual .title {
	position: absolute;
	right: 0;
	left: 0;
	top: 36vw;
	z-index: 2;
}
#mainvisual .title img {
	width: 88vw;
}
/* スライド背景 */
.main-slider {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
	height: 77.33vw;
}
.main-slider > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation  : mainAnimation 15s infinite;
}
.main-slider .slider-1 {
  background-image: url("../img/main-bg2-sp.jpg");
}
.main-slider .slider-2 {
  background-image: url("../img/main-bg1-sp.jpg");
  animation-delay: 7s;
}
@keyframes mainAnimation {
    0% {opacity: 0; }
    50% {opacity: 1; } 
    100% {opacity: 0; }
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #ebd9b3;
    padding: 2vw 0;
}
#navi ul {
    width: 96vw;
    margin: 0 auto;
    text-align: center;
	display: flex;
    justify-content: center;
}
#navi ul li {
    width: 25%;
	text-align: center;
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.2vw;
    line-height: 1.4em;
    color: #8d5b20;
    background: url("../img/navi-icon.png") no-repeat top center;
    background-size: 8vw;
    padding-top: 5vw;
}
#navi ul li a {
    display:block;
    color: inherit;
    text-decoration: none;
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
}
#navi ul li a.active{
	border-bottom: 3px solid;
}
.fix-navi:has(.fixed) {
	height: 18vw;
}
/*-----------------------------------------
導入
-----------------------------------------*/
#lead {
    width: 100%;
    background-image: url("../img/lead-bg.png");
    background-repeat: repeat;
    background-size: 100px;
    padding: 8vw 0;
}
#lead .flex-box {
    width: 84vw;
    margin: 0 auto;
}
#lead .flex-box .textarea {
}
#lead .flex-box .map {
}
#lead .flex-box h2 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 5.6vw;
    line-height: 1.3em;
    color: #520b11;
    margin-bottom: 5vw;
    text-align: center;
}
#lead .flex-box h2 span {
    font-size: 4.0vw;
    display: block;
}
#lead .flex-box .text {
    text-align: justify;
    margin-bottom: 5vw;
}
#lead .flex-box .map img {
    width: 100%;
}

/*-----------------------------------------
アンコール遺跡 共通
-----------------------------------------*/
#about {
    width: 100%;
    background: url("../img/about-bg.png");
    background-size: 333px;
}
#about > section {
    width: 100%;
    padding: 8vw 0 5vw;
}
#about > section:not(#other) {
    background: url("../img/line.png") no-repeat bottom center;
    background-size: auto 2vw;
}
#about > section:not(#other) .inner {
    width: 84vw;
    margin: 0 auto;
}
#about h2 {
    width: 48vw;
    margin: 0 auto 5vw;
}
#about h2 img {
    width: 100%;
}
#about .ph {
    width: 100%;
    margin-bottom: 5vw;
}
#about .ph img {
    width: 100%;
}
#about .textarea h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.9vw;
    color: #ceae2d;
    margin-bottom: 3vw;
}
#about .textarea .text {
    color: #fff;
	text-align: justify;
    margin-bottom: 5vw;
}

/*-----------------------------------------
マップ
-----------------------------------------*/
.wat-map {
    background: url("../img/wat-map-sp.png") no-repeat;
    background-size: 100%;
}
.thom-map {
    background: url("../img/thom-map-sp.png") no-repeat;
    background-size: 100%;
}
.wat.thumbnail {
    width: 100%;
    height: 60vw;
}
.thom.thumbnail {
    width: 100%;
    height: 54vw;
}
.thumbnail .slick-list {
    width: 100%;
    height: 100%;
}
.thumbnail .slick-track {
    transform: unset !important;
    width: 100%!important;
    height: 100%!important;
}
.thumbnail .slick-slide {
    height: auto;
    width: auto!important;
}
.thumbnail p[class^="spot"] {
    color: #fff;
    background-color: #ca5600;
    display: inline-block;
    font-size: 3.8vw;
    padding: 1vw 1.5vw;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 30%)
}
.thumbnail p[class^="spot"]:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 0.2em;
}
.wat.thumbnail .spot1 {position: absolute;top:48vw;left:40vw;}
.wat.thumbnail .spot2 {position: absolute;top:43vw;left:7vw;}
.wat.thumbnail .spot3 {position: absolute;top:13vw;left:8vw;}
.wat.thumbnail .spot4 {position: absolute;top:0vw;left:38vw;}
.wat.thumbnail .spot5 {position: absolute;top:2vw;left:70vw;}
.wat.thumbnail .spot6 {position: absolute;top:32vw;left:73vw;}

.thom.thumbnail .spot1 {position: absolute;top:44vw;left:12vw;}
.thom.thumbnail .spot2 {position: absolute;top:17vw;left:6vw;}
.thom.thumbnail .spot3 {position: absolute;top:3vw;left:23vw;}
.thom.thumbnail .spot4 {position: absolute;top:5vw;left:66vw;}
.thom.thumbnail .spot5 {position: absolute;top:37vw;left:70vw;}

.thumbnail p.slick-current {
    background-color: #b69901;
}

.slider-container .slider {
    border: none;
    box-shadow: none;
}
.slider-container .slider .slick-track {
    display: flex;    
}
.slider-container .slider .slick-slide {
    height: auto;
}
.slider-container .slider .pos {
    border: 3px solid #ca5600;
    background-color: #fff;
    margin: 0 1.5vw;
    padding: 2vw;
}
.slider-container .slider  .pos.slick-current {
    border: 3px solid #b69901;
}
.slider-container .slider .pos img {
    width: 100%;
    margin-bottom: 1vw;
}
.slider-container .slider .pos h3 {
    font-size: 4.2vw;
    line-height: 1.5em;
    font-weight: bold;
    color: #500f14;
}

/*-----------------------------------------
その他の遺跡群
-----------------------------------------*/
#other .inner {
    width: 94vw;
    margin: 0 auto;
}
#other h2 {
    width: 48vw;
    margin: 0 auto 5vw;
}
#other h2 img {
    width: 100%;
}
#other .spot-list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#other .spot-list > li {
	width: 49%;
	background-color: #fff;
	position: relative;
	padding-bottom: 3vw;
    margin-bottom: 2vw;
}
#other .spot-list .ph {
	margin-bottom: 5vw;
}
#other .spot-list .ph img {
	width: 100%;
}
#other .spot-list h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 4.4vw;
	line-height: 1.8em;
	color: #8d7208;
	padding: 0 1vw;
}
#other .spot-list h4 {
    font-size: 3.5vw;
	line-height: 1.5em;
    font-weight: bold;
	padding: 0 1vw;
    margin-bottom: 1vw;
}
#other .spot-list .text {
	padding: 0 1vw;
    font-size: 3.3vw;
    line-height: 1.4em;
}
#other .slider {
    border: none!important;
    box-shadow: none!important;
}
#other .slick-dots {
    bottom: -5vw!important;
}
#other .slick-dots li {
    margin: 0!important;
}
/*-----------------------------------------
シェムリアップ　街歩き・グルメ共通
-----------------------------------------*/
#city {
    width: 100%;
    background: url("../img/city-bg.png");
    background-size: 300px;
    padding: 8vw 0;
}
#city .inner {
}
#city .title-box {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#city .title-box h2 {
    width: 100%;
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 8.0vw;
    line-height: 1.5em;
    letter-spacing: -0.1em;
    color: #571c21;
    margin-bottom: 3vw
}
#city .title-box h2 img {
    width: 50vw;
}
#city .title-box .text {
    width: 60%;
    font-size: 3.5vw;
    line-height: 1.5em;
}
#city .title-box .fukidashi {
    width: 38%;
}
#city .title-box .fukidashi img {
    width: 100%;
}
#city .city-box {
    width: 94vw;
    margin: 0 auto 5vw;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: -6px;
    padding: 3vw 0 1vw;
    position: relative;
}
#city .city-box.walk {outline-color: #e08401;}
#city .city-box.gourmet {outline-color: #599a0b;}

#city .city-box h3 {
    margin: 0 0 7vw 5vw;
}
#city .city-box h3 img {
    width: 35vw;
    margin: 0 0 2vw -7vw;
}
#city .city-box h3 span {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 5.6vw;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#city .city-box.walk h3 span {color: #e08401;}
#city .city-box.gourmet h3 span {color: #599a0b;}


#city .city-box .list {
    width: 84vw;
    margin: 0 auto;
}
#city .city-box .list li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5vw
}
#city .city-box.walk .list li .ph {
    width: 40%;
}
#city .city-box.gourmet .list li .ph {
    width: 30%;
}
#city .city-box .list li .ph img {
    width: 100%;
}
#city .city-box.walk .list li dl {
    width: 55%;
}
#city .city-box.gourmet .list li dl {
    width: 65%;
}
#city .city-box .list li dt {
    font-size: 4.0vw;
    line-height: 1.4em;
    font-weight: bold;
}
#city .city-box .list li dd {
    font-size: 3.4vw;
    line-height: 1.4em;
}
#city .city-box.walk .fukidashi {
    position: absolute;
    top: 1vw;
    right: 3vw;
    width: 22vw;
}
#city .city-box.walk .fukidashi img {
    width: 100%;
}

/*-----------------------------------------
おすすめホテル
-----------------------------------------*/
#hotel {
    width: 100%;
    background-color: #f6eeee;
    padding: 8vw 0 3vw;
}
#hotel  .inner {
    width: 90vw;
    margin: 0 auto;
}
#hotel  h2 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 8.0vw;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #571c21;
    margin-bottom: 5vw;
}
#hotel h2 img {
    width: 50vw;
}
#hotel .hotel-list > li {
    width: 100%;
    margin-bottom: 10vw;
}
#hotel .hotel-list li .titlearea {
    border-left: solid 1.5vw #784b03;
    padding-left: 2vw;
}
#hotel .hotel-list li .sub {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #784b03;
    font-size: 3.8vw;
    margin-bottom: 1vw;
}
#hotel .hotel-list li h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #784b03;
    font-size: 5.0vw;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    margin-bottom: 1vw;
}
#hotel .hotel-list li .alph {
    font-family: irohamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #b7b7b7;
    font-size: 3.6vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    background: url("../img/hotel-line.png") no-repeat bottom center;
    background-size: 100%;
}
#hotel .hotel-list li .textarea {
    width: 84vw;
    margin: 0 auto;
}
#hotel .hotel-list li .text {
    text-align: justify;
}
#hotel .hotel-list li .link {
    width: 40vw;
    margin: 5vw 0 0 auto;
    background-color: #784b03;
    font-size: 3.4vw;
    color: #fff;
    text-align: center;
	border-radius: 30vw;
}
#hotel .hotel-list li .link a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 1vw 2vw;
}
#hotel .hotel-list li .link a:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 1vw;
}
#hotel .slider {
    width: 84vw;
    margin: 0 auto 8vw;
    border: none!important;
    box-shadow: none!important;
}
#hotel .slick-dots {
    bottom: -5vw!important;
}

/*---------------------------------------------
おすすめツアー
---------------------------------------------*/
#tourWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/brown/navi-tour.svg") no-repeat;
	background-size: contain;
}
#tourWrap > h3,
#tourWrap .tour-box-wrap h3 {
	color: #875c0b;
	background-color: #fdf5e6;
    border-left: 5px solid #875c0b;
}

/*---------------------------------------------
  航空券+ホテル
---------------------------------------------*/
#airhotelWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/brown/navi-airhotel.svg") no-repeat;
	background-size: contain;
}

/*---------------------------------------------
  航空券
---------------------------------------------*/
#airWrap h2:before {
	background: url("/kaigai/kansai/common/img/icon/brown/navi-air.svg") no-repeat;
	background-size: contain;
}
#airWrap h3 {
	color: #875c0b;
	background-color: #fdf5e6;
}
@media (orientation: landscape){
    .air-box .air-img img {
        width: auto;
    }
}
/*---------------------------------------------
もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more{
	background-color: #875c0b;
}

/*-----------------------------------------
基本情報
-----------------------------------------*/
#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") ;}

/*---------------------------------------------
フッター検索ナビ
---------------------------------------------*/
/*tSearchNavi ul {
	background-color: #fdf5e6;
}
#footSearchNavi ul li:nth-child(1) {width: 28%; background: url(/kaigai/kansai/common/img/icon/brown/search-tour.svg) no-repeat top 4px center;background-size: 26px auto;}
#footSearchNavi ul li:nth-child(2) {width: 28%; background: url(/kaigai/kansai/common/img/icon/brown/search-airhotel.svg) no-repeat top 4px center;background-size: 26px auto;}
#footSearchNavi ul li:nth-child(3) {width: 28%; background: url(/kaigai/kansai/common/img/icon/brown/search-air.svg) no-repeat top 4px center;background-size: 26px auto;}
*/

/*----------------------------------------------
slick が一瞬縦並びになるのを阻止
----------------------------------------------*/
#wrap .slider,
#wrap .thumbnail{
  display: none;
}
#wrap .slider.slick-initialized,
#wrap .thumbnail.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
