body,p,span,a{
	line-height: 1.4;
}
.pt60{padding-top: 60px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
img{
	max-width: 100%;
}

@media(min-width:575px){
	.block-575{
		display: none;
	}
}
@media(min-width:767px){
  .block-mb{
    display: none !important;
  }
}
@media (max-width:767px){
  .pt100{padding-top: 70px;}
  .pb100{padding-bottom: 70px;}
	.pt60 {
    padding-top: 40px;
	}
  .hidden-mb{
    display: none !important;
  }
  .decs{
		text-align: left;
	} 
	.mt50{
    margin-top: 30px;
  }
  .mt40{
    margin-top: 20px;
  }  
}
/*----- banner -----*/
.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner > img{
  width: 100%;
}
.banner-inner{
  position: absolute;
  bottom:0;  
  text-align: center;
  width: 100%;  
	height: 100%;
	display: flex;
	justify-content: center;	
}
.slick-slide img{
	width: 100%;
}
@media(min-width:767px){
	.banner-title{
		padding-top: 9vw;
	}
}
@media(min-width:1900px){
	.banner-title{
		padding-top: 9vw;
	}
}
@media(max-width:1900px){
	.banner-title img{
		max-width: 75%;
	}	
}
@media(max-width:1440px){
	.banner-title img{
		max-width: 60%;
	}
}
@media(max-width:767px){
	.banner-title{
		padding-top: 18vw;
	}
	.banner-title img{
		width: 75%;
		max-width: inherit;
	}
}
/*----- end banner -----*/
@media(min-width:991px){
	.tour-info > p{
		text-align: center;
	}
}
/*----- control -----*/
.control {
  padding-top: 25px;
}
.control ul {
  display: flex;
  justify-content: space-evenly;
}
.control li a{
  font-weight: bold;
	color: #333;
}
.control li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  font-size: 13px;
}
.control li a:hover{
	color: #BF4022;
	text-decoration: none;
}
@media(max-width:991px){
  .control{
    padding-top: 10px;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .control li{
    width: 33.333%;
    padding: 0px 15px
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px
  }
}
@media(max-width:767px){
	.control li{
		width: 50%;
	}
}
/*
@media(max-width:374px){
    .control li{
      width: 100%;      
    }
}
*/
/*----- End control -----*/
.movie-wrap{
	width: 850px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.movie {
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding-bottom: 56.28%;
 height: 0;
 overflow: hidden;
}

.big-title{
	font-weight: bold;
	font-size: 45px;
	color: #366000;	
	width: 100%;
	text-align: center;
	line-height: 1;		
}
.big-title img{
	margin-left: 15px;
	object-fit: contain;
}
@media(min-width:575px){
	.big-title{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media(max-width:767px){
	.big-title{
		font-size: 35px;
	}
	.big-title img{
		width: 48px;
	}
}
@media(max-width:575px){
	.big-title img{
		display: block;
		margin: 15px auto 0 auto;		
	}
}
@media(max-width:424px){
	.big-title {
    font-size: 34px;
	}
}
.small-title{
	font-size: 33px;
	font-weight: bold;
	display: inline-block;
	border-top: 2px dotted #707070;
	border-bottom: 2px dotted #707070;
	padding: 5px 0 7px 0;
}
@media(max-width:767px){
	.small-title{
		font-size: 28px;
	}
}

@media(min-width:767px){
	.sub-title{
		text-align: center;
	}
}
.sliderImg .slick-slide{
	padding: 0 10px;
}
.slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	vertical-align: middle;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 3px;
	cursor: pointer;
	border: 0;
	outline: none;
  border-radius: 10px;
  background: #D6D6D6;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background: #BF5F2E;
}
@media(max-width:991px){
	.sliderImg .slick-slide {
    padding: 0 5px;
	}
}
@media(max-width:575px){
	.sliderImg .slick-slide img{
		width: 80vw;
	}
}
/*----- Map -----*/
.access-box{
	background: url("../img/bg.png") repeat;
}
.nav-tabs{
	width: 100%;
	border-bottom: 1px solid #D1C3A4;
	justify-content: space-between;
}
.nav-tabs li{
	width: calc(33.333% - 2px);
}
.nav-tabs .nav-link{
	background: #E2D2AF;
	text-align: center;
	padding: 13px;
  font-size: 20px;
	line-height: 1.2;	
	color: #333;
}
.nav-tabs .nav-link:hover{
	color: #333;
	background: #E9D5A8;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{	    
	border-color: #D1C3A4 #D1C3A4 #fff;
	font-weight: bold;	
	background: #fff;
}
.tab-content-01{
	background: #fff;
	border: 1px solid;
	border-color: #fff #D1C3A4 #D1C3A4 #D1C3A4;
	padding: 70px 15px 70px 15px;
	text-align: center;
}
.access-box .small-title{
	width: 465px;
	max-width: 100%;
}
.tab-pane > img{
	width: 980px;
	max-width: 100%;
	margin: 40px auto 0 auto;
}
.bus-item{
	background: #fff;
	padding: 45px;	
}
.bus-name{
	font-size: 18px;
	font-weight: bold;
	border:1px solid #608B29;
	padding: 6px;
	width: 150px;
	text-align: center;	    
	margin-right: 15px;	    
	display: inline-block;
}
.btn-search{
	width: 195px;
	border-radius: 22px;
	background: #D63B00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	display: inline-block;
}
.btn-search:hover{
	background: #c3400e;
	color: #fff;
	text-decoration: none;
}
@media(min-width:767px){
	.bus-item{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.bus-content{
		display: flex;
		align-items: center;
	}
}
@media(max-width:991px){
	.bus-item{
		padding: 30px;
	}
}
@media(max-width:767px){
	.bus-content{
		text-align: center;
	}
	.bus-name{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.btn-search{
		margin: 25px auto 0 auto;
    display: block;
	}
	.nav-tabs .nav-link{
		font-size: 16px;
	}
	.tab-content-01{
		padding: 50px 15px 40px 15px;
	}
}
@media(max-width:424px){
	.nav-tabs .nav-link {
    font-size: 14px;
	}
}
.map-wrap{
	width: 980px;
	max-width: 100%;
	margin: 30px auto 0 auto;
}
.map-wrap > img{
	width: 100%;
}
@media(max-width:767px){
	.map-wrap{
		width: 100%;
		overflow-x: auto;
	}
	.map-wrap > img{
		max-width: initial;
		width: 230%;
	}
}


















