@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: 14px;
    line-height: 1.5em;
}
/*-----------------------------------------
見出し　個別設定
-----------------------------------------*/
#tourWrap h2:before,
#airhotelWrap h2:before,
#airWrap h2:before {
	background-color: #875c0b;
}
#tourWrap h2:after,
#airhotelWrap h2:after,
#airWrap h2:after{
	background-color: #875c0b;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 640px;
	text-align: center;
	position: relative;
    background: url("../img/main-bg2-pc.jpg") no-repeat top center;
}
#mainvisual .title {
	position: absolute;
	right: 0;
	left: 0;
	top: 320px;
	z-index: 2;
}
/* スライド背景 */
.main-slider {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
	height: 640px;
}
.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-pc.jpg");
}
.main-slider .slider-2 {
  background-image: url("../img/main-bg1-pc.jpg");
  animation-delay: 7s;
}
@keyframes mainAnimation {
    0% {opacity: 0; }
    50% {opacity: 1; } 
    100% {opacity: 0; }
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #ebd9b3;
    padding: 10px 0;
}
#navi ul {
    width: 992px;
    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: 18px;
    color: #8d5b20;
    background: url("../img/navi-icon.png") no-repeat top center;
    padding-top: 30px;
}
#navi ul li a {
    display:block;
    color: inherit;
    text-decoration: none;
}
#navi ul li a:hover {
	opacity: 0.8;
}
#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: 92px;
}
/*-----------------------------------------
導入
-----------------------------------------*/
#lead {
    width: 100%;
    background-image: url("../img/lead-bg2.png"),url("../img/lead-bg.png");
    background-repeat: no-repeat,repeat;
    background-position: bottom center,top left;
    padding: 60px 0 50px;
}
#lead .flex-box {
    width: 992px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#lead .flex-box .textarea {
    width: 470px;
}
#lead .flex-box .map {
    width: 480px;
}
#lead .flex-box h2 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 31px;
    line-height: 1.3em;
    color: #520b11;
    margin: 15px 0;
}
#lead .flex-box h2 span {
    font-size: 20px;
    display: block;
}
#lead .flex-box .text {
    font-size: 16px;
    line-height: 1.8em;
}
/*-----------------------------------------
アンコール遺跡 共通
-----------------------------------------*/
#about {
    width: 100%;
    background: url("../img/about-bg.png");
}
#about > section {
    width: 100%;
    padding: 90px 0 70px;
}
#about > section:not(#other) {
    background: url("../img/line.png") no-repeat bottom center;
}
#about > section > .inner {
    width: 992px;
    margin: 0 auto;
}
#about .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#about .flex-box .textarea {
    width: 470px;
}
#about .flex-box .textarea h2 {
    margin-bottom: 20px;
}
#about .flex-box .textarea h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #ceae2d;
    margin-bottom: 10px;
}
#about .flex-box .textarea .text {
    color: #fff;
	text-align: justify;
    font-size: 15px;
	line-height: 1.6em;
}
#about .flex-box .ph {
    width: 480px;
} 
#about .spots .zoombox{
	display:block;
	width:165px;
	height:133px;
	position:relative;
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.25);
	box-sizing: content-box;
	border:5px solid #ffffff;
	border-radius: 4px;
    background-color: #fff;
	z-index:1;
}
#about .spots .inner{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff;
	overflow:hidden;
}
#about .spots .spot{
	display:block;
	position:absolute;
}
#about .spots .spot.active .zoombox{
	z-index:2;
}
#about .spots .photo{
	width:100%;
	position:relative;
}
#about .spots .photo img{
	width:100%;
	vertical-align: bottom;
}
#about .spots h3{
	font-size:15px;
	line-height: 1.4em;
	font-weight:bold;
	color:#500f14;
	margin: 5px 0;
	padding: 0 10px 0 7px;
	position: relative;
}
#about .spots h3:after {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: FontAwesome;
	content: "\f101";
}
#about .spots .spot.active h3:after {
	display: none;
}
#about .spots .comment{
	padding: 0 7px 7px 7px;
	text-align: justify;
}

/*-----------------------------------------
アンコールワット
-----------------------------------------*/
#wat .wat-map {
	width: 992px;
	height: 560px;
	background: url(../img/wat-map-pc.png) no-repeat;
	position: relative;
}
#wat .spots .spot#spot01{left:450px;top:380px;}
#wat .spots .spot#spot02{left:90px;top:310px;}
#wat .spots .spot#spot03{left:90px;top:85px;}
#wat .spots .spot#spot04{left:290px;top:0px;}
#wat .spots .spot#spot05{left:685px;top:0px;}
#wat .spots .spot#spot06{left:760px;top:280px;}

/*-----------------------------------------
アンコールトム
-----------------------------------------*/
#thom .thom-map {
	width: 992px;
	height: 480px;
	background: url(../img/thom-map-pc.png) no-repeat;
	position: relative;
}
#thom .spots .spot#spot11{left:160px;top:310px;}
#thom .spots .spot#spot12{left:150px;top:90px;}
#thom .spots .spot#spot13{left:390px;top:0px;}
#thom .spots .spot#spot14{left:700px;top:25px;}
#thom .spots .spot#spot15{left:705px;top:310px;}


/*-----------------------------------------
その他の遺跡群
-----------------------------------------*/
#other h2 {
    margin-bottom: 30px;
}
#other .spot-list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#other .spot-list > li {
	width: 300px;
	background-color: #fff;
	position: relative;
	padding-bottom: 20px;
    margin-bottom: 40px;
}
#other .spot-list .ph {
	margin-bottom: 20px;
}
#other .spot-list .ph img {
	width: 100%;
}
#other .spot-list h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 24px;
	line-height: 1.8em;
	color: #8d7208;
	padding: 0 10px;
}
#other .spot-list h4 {
    font-size: 16px;
	line-height: 1.5em;
    font-weight: bold;
	padding: 0 10px;
    margin-bottom: 5px;
}
#other .spot-list .text {
	padding: 0 10px;
}
#other .slider {
    border: none!important;
    box-shadow: none!important;
}
#other .slick-dots {
    bottom: -20px!important;
}
/*-----------------------------------------
シェムリアップ　街歩き・グルメ共通
-----------------------------------------*/
#city {
    width: 100%;
    background: url("../img/city-bg.png");
    padding: 70px 0;
}
#city .inner {
    width: 992px;
    margin: 0 auto;
}
#city .title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#city .title-box h2 {
    width: 290px;
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 44px;
    line-height: 1.5em;
    letter-spacing: -0.1em;
    color: #571c21;
}
#city .title-box .text {
    width: 380px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}
#city .title-box .fukidashi {
    width: 250px;
}
#city .city-box {
    width: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    outline-style: dotted;
    outline-width: 2px;
    outline-offset: -6px;
    padding: 25px 0 30px;
    margin-bottom: 20px;
}
#city .city-box.walk {outline-color: #e08401;background-image: url("../img/city-walk-bg.png");}
#city .city-box.gourmet {outline-color: #599a0b;background-image: url("../img/city-gourmet-bg.png");}

#city .city-box h3 {
    margin: 0 0 30px -10px;
}
#city .city-box h3 img {
    vertical-align: middle;
    margin-right: 20px;
}
#city .city-box h3 span {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    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.walk .list {
    width: 100%;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 380px;
}
#city .city-box.walk .list li {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#city .city-box.walk .list li:nth-child(1) {
    width: 350px;
    margin-right: 32px;
    flex-wrap: wrap;
}
#city .city-box.walk .list li:nth-child(1)  .ph {
    width: 100%;
    margin-bottom: 10px;
}
#city .city-box.walk .list li:nth-child(1)  dl {
    width: 100%;
}
#city .city-box.walk .list li:nth-child(2) {
    width: 470px;
    margin-bottom: 70px;
}
#city .city-box.walk .list li:nth-child(2)  .ph {
    width: 210px;
}
#city .city-box.walk .list li:nth-child(2)  dl {
    width: 240px;
}
#city .city-box.walk .list li:nth-child(3) {
    width: 470px;
}
#city .city-box.walk .list li:nth-child(3)  .ph {
    order: 2;
    width: 210px;
}
#city .city-box.walk .list li:nth-child(3)  dl {
    order: 1;
    width: 240px;
}
#city .city-box.walk .list li .ph img {
    width: 100%;
}
#city .city-box.walk .list li dt {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}
#city .city-box.walk .fukidashi {
    position: absolute;
    top: 120px;
    right: -15px;
}
/*-----------------------------------------
シェムリアップ　グルメ
-----------------------------------------*/
#city .city-box.gourmet .list {
    width: 100%;
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#city .city-box.gourmet .list li {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}
#city .city-box.gourmet .list li .ph {
    width: 120px;
}
#city .city-box.gourmet .list li .ph img {
    width: 100%;
}
#city .city-box.gourmet .list li dl {
    width: 250px;
}
#city .city-box.gourmet .list li dt {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}
#city .city-box.gourmet .fukidashi {
    position: absolute;
    top: -52px;
    right: -71px;
}

/*-----------------------------------------
おすすめホテル
-----------------------------------------*/
#hotel {
    width: 100%;
    background-color: #f6eeee;
    padding: 70px 0;
}
#hotel  .inner {
    width: 992px;
    margin: 0 auto;
}
#hotel  h2 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 44px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #571c21;
    margin-bottom: 40px;
}
#hotel .hotel-list > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#hotel .hotel-list li .ph {
    width: 450px;
}
#hotel .hotel-list li .textarea {
    width: 500px;
}
#hotel .hotel-list li .sub {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #784b03;
    font-size: 16px;
    margin-bottom: 5px;
}
#hotel .hotel-list li h3 {
    font-family: irohamaru, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #784b03;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
#hotel .hotel-list li .alph {
    font-family: irohamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #b7b7b7;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("../img/hotel-line.png") no-repeat bottom center;
}
#hotel .hotel-list li .text {
    font-size: 15px;
    line-height: 1.5em;
}
#hotel .hotel-list li .link {
    width: 180px;
    margin: 20px 0 0 auto;
    background-color: #784b03;
    color: #fff;
    text-align: center;
	border-radius: 30px;
}
#hotel .hotel-list li .link a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
}
#hotel .hotel-list li .link a:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 7px;
}
#hotel .hotel-list li .link a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#hotel .slider {
    border: none!important;
    box-shadow: none!important;
}
#hotel .slick-dots {
    bottom: -25px!important;
}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap .inner > h3,
#tourWrap .tour-box-wrap h3 {
	color: #875c0b;
	background-color: #fdf5e6;
	border-left: solid 5px #875c0b;
}
#tourWrap .area{
	color: #fff;
	background-color: #875c0b;
	font-size: 19px;
	padding: 5px 15px 5px 100px;
	margin-bottom: 15px;
	position: relative;
}
/*---------------------------------------------
  航空券
---------------------------------------------*/
#airWrap .inner > h3 {
	color: #875c0b;
	background-color: #fdf5e6;
}
.air-box > li .air-img {
    width: 17%;
}
.air-box .air-img img {
    height: auto;
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more{
	background-color: #875c0b;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover{
	background-color: #b99a0f;
}

/*-----------------------------------------
基本情報
-----------------------------------------*/
#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");}

/*---------------------------------------------
サイドナビ
---------------------------------------------*/
/*#sideNavi ul li a.current {
	color: #875c0b;
	display: block;
}*/

/*----------------------------------------------
slick が一瞬縦並びになるのを阻止
----------------------------------------------*/
#wrap .slider{
  display: none;
}
#wrap .slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}