body,p,span,a{
	line-height: 1.4;
}
@font-face {
  font-family: "alberta";
  src: url("font/UTM Alberta Heavy.ttf");
}
@font-face {
  font-family: "bryant";
  src: url("font/UTM BryantLG_0.ttf");
}
h2{
	font-family: "alberta";
	font-weight: bold;
	font-size: 48px;
	color: #305500;
	text-align: center;
	padding-bottom: 50px;
}
h3{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}
.pt100{padding-top: 100px;}
.pb150{padding-bottom: 150px;}
.pb100{padding-bottom: 100px;}
.pb50{padding-bottom: 50px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.mb50 {margin-bottom: 50px;}
.pt30{padding-top: 30px;}
img{
	max-width: 100%;
}
.cta-button{
	padding: 15px 120px;
	min-width: 320px;
	background-color: #D54F00;
	border-radius: 50px;
	color: white;
	font-size: 25px;
	font-weight: bold;
}
a.cta-button:hover, a.cta-button:visited{
	color: white;
	text-decoration: none;
	background-color: #e76a20;
}
.text-center{
	text-align: center;
}
.txt-note{
	font-size: 14px;
}
.txt-red{
	color: #DF1700;
}
.yellow-bg{
	background-color: #F5E2C3;
}
.block-content{
	padding-top: 100px;
}
.block-mb{
	display: none;
}
.w-100{
	width: 100%;
	height: auto;
}
@media(max-width:767px){
	.hidden-mb{
		display: none;
	}
	.block-mb{
		display: block;
	}
	.block-content {
    padding-top: 60px;
	}
	h2 {
    padding-bottom: 30px;
	}
	.pt100{padding-top: 80px;}
	.pb150{padding-bottom: 100px;}
	.pb100{padding-bottom: 80px;}
	.pb50{padding-bottom: 30px;}
	.mt50 {margin-top: 30px;}
	.mt40 {margin-top: 40px;}
	.mt30 {margin-top: 20px;}
	.mb50 {margin-bottom: 30px;}
	.pt30{padding-top: 30px;}
}
/*----- Main banner -----*/
.main-banner{
	position: relative;
	background: #F5E2C3;
}
.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner > img{
  width: 100%;
}
.banner-inner{
  position: absolute;
  top:7vw;
  text-align: center;
  width: 100%;  
}
.banner-title{
  font-family: "alberta";
  font-size: 8.3vw;
  color: #fff;
  text-shadow: 0 0 12px #0B1E16;
  position: relative;
  line-height: 1.2;
  display: inline-block;     
}
.banner-title-02{
  font-family: "bryant";
  display: block;
  font-size: 5.4vw;
  color: #fff;
  text-shadow: 0 0 20px #0B1E16;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 5px;
}
.banner-inner p{
  font-size: 4.7vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px #0B1E16;
  line-height: 1;
}
.banner-departure-info{
	display: inline-block;
  padding: 10px 30px 10px 30px;  
	margin: 10px auto 0 auto;	
  background: rgb(0 0 0 / 15%);
}
.banner-date{
  font-weight: bold;
}
.banner-price > p{
  font-size: 18px;
  font-weight: bold;
  color: #305500;
}
.banner-price > p span{
  font-size: 29px;
}
.bnr-info{
  display: inline-block;  
  position: relative;
}
.btn-banner{
	font-weight: bold;
	background-color: #D54F00;
	border-radius: 50px;
	width: 190px;
	max-width: 100%;
	padding: 11px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}
@media(min-width:767px){
  .banner-inner{
    top: 4vw;
  }
  .banner > img{
    width: 100%;
    margin-left: 0;
  }
  .banner-title {
    line-height: 1;
    font-size: 5.2vw;
    -webkit-text-stroke: 1px #6D4304;
  }
	.banner-title-02{
    font-size: 4vw;
    line-height: 1;
  }
  .banner-inner p {
    font-size: 2vw;
  }
	.banner-price {
    display: flex;
    justify-content: center;
    align-items: center;
	} 
  .banner-date{
    font-size: 23px;
  }
  .banner-price > p{        
    font-size: 25px;
  }
  .banner-price > p span{
    font-size: 45px;
  }
  .btn-banner{
    padding: 14px;    
    width: 210px;    
    font-size: 20px;
  }
  .banner-departure-info{
    border:1px solid #CC4C13;	
    background: none;
    padding: 13px 40px 10px 40px; 
    margin: 15px auto 20px auto;
  }
}
@media(min-width:991px){
  .banner > img{
    width: 100%;
    margin-left: 0;
  }
  .banner-inner p {
    font-size: 1.5vw;
    line-height: 1.4;
  } 
  .banner-date{
    font-size: 28px;
  }  
  .banner-price > p{
    font-size: 35px;        
  }
  .banner-price > p span{
    font-size: 56px;
  }
}
@media(min-width:1900px){
  .banner-inner{
    top: 100px;
  }
  .banner-title{
    font-size: 65px;
  }  
  .banner-title-02{
    font-size: 50px;    
  }
}
@media(min-width:1440px){
  .banner-title{
    font-size: 3.3vw;
  }
  .banner-title-02{
    font-size: 2.5vw;
  }
}
@media(max-width:767px){
  .bnr-content{
    position: absolute;
    width: 100%;
    top: 7vw;
  }
  .banner-inner{
    position: initial;
    top: initial;
    display: block;
  }
  .banner-price > p,
  .banner-date{
    color: #fff;
  }
  .btn-banner{
    margin-top: 5px;
  }
}
@media(max-width:575px){
  .banner > img {
    width: 108%;
    max-width: inherit;
  }
}
/*----- Main banner end -----*/

/*-----Table of content -----*/
.table-content {
  padding-top: 25px;
}
.table-content ul {
  display: flex;
  justify-content: space-evenly;
}
.table-content li a{
  font-weight: bold;
}
.table-content li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  font-size: 13px;
}
@media(max-width:767px){
  .table-content{
    padding-top: 10px;
  }
  .table-content ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .table-content li{
    width: 50%;
    padding: 0px 15px
  }
  .table-content li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #CBB38D;
    position: relative;
  }
  .table-content li a:after{
    position: absolute;
    right: 0;
    font-size: 11px
  }
}
@media(max-width:575px){
    .table-content li{
      width: 100%;      
    }
}
/*----- End Table of content -----*/

/*----- Short description -----*/
.intro-section{
	display: flex;
	align-items: center;
	padding: 30px;
	background: url(img/intro_bg.png) right bottom no-repeat, #fff;
}
.intro-section p{
	padding-left: 30px;
}
.intro-section .intro-img{
	width: 50%;
}
.intro-section .intro-content{
	width: 50%;
}
.slick-dots {
  text-align: center;
  width: 100%;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 6px;
	cursor: pointer;
	border: 0;
	outline: none;
  	border-radius: 10px;
  background: #ccc;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background: #d54f00;
}
@media(max-width:767px){
	.intro-section{
		display: inherit;
		padding: 30px 15px 60px 15px;
	}
	.intro-section .intro-img, .intro-section .intro-content{
		width: 100%;
	}
	.intro-section .intro-content{
		padding-top: 30px;
	}
	.intro-section p {
     padding-left: 0; 
	}	
}
/*----- Short description end -----*/

/*----- departure -----*/
.departure-info-wrap{
	background: url(img/multi_bg_yellow_top.png) right bottom repeat-x, #F5E2C3;
}
.calendar{
  background-color: #fff;
  padding: 30px;
}
.calendar-mane{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.calendar-table {
  width: 100%;
  margin-top: 15px;
}
.calendar-table th,
.calendar-table td,
.calendar-table{
  border-collapse: collapse;
  padding: 13px 5px;
  text-align: center;
}
.confirmed-tour{
  background: url("img/scheduled-date_icon.png") no-repeat center center #fff;
  font-weight: bold;
	color: white;
	background-size: contain;
}
.scheduled-departure{
  background: url("img/scheduled-date_icon_green.png") no-repeat center center #fff;
  font-weight: bold;
	color: white;
	background-size: contain;
}
.note-list li{
  display: inline-block;
  vertical-align: middle;
  margin: 5px 30px;
}
.note-list li > span{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  background-size: 100%;
  position: relative;
  margin-top: -3px;
}
@media(max-width:991px){
  .calendar{
    padding: 20px 15px;
  }
  .calendar-table th, .calendar-table td, .calendar-table{
    padding: 10px 5px;
  }
}
@media(max-width:767px){
  .departure-info-wrap .row > div:nth-child(2){
    padding-top: 30px;
  }
  .departure-info-wrap .container > p.mt30.text-center{
    text-align: left!important;
  }
  .note-list li{
    display: block;
    width: 100%;
    margin: 10px 0;
  }
	.departure-info-wrap .container.pb100{
		padding-bottom: 120px;
	}
}
/*----- End departure -----*/

/*----- Schedule -----*/
.schedule-list{
  position: relative;
}
.schedule-list li{  
  position: relative;
  z-index: 2;
}
.time{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
	padding: 13px 0;
	background-color: #305500;
}
.schedule-content{
 	background-color: #fff;
	padding: 15px 10px;
	border: 1px solid #F2E2C7;
}
.schedule-content > strong{
  display: block;
  margin-bottom: 3px;
}
.schedule-inner{
  position: relative;
}
.schedule-list:after{
  content: '';
  display: block;
  position: absolute; 
  background: url("img/line.png") repeat;  
  z-index: 0;
  width: 3px;
  height: 100%;
  top: 0;
  left: 39px;
}
@media(min-width:991px){
  .schedule-list{
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .schedule-list li{
    width: 12.5%;   
    text-align: center;
  }
  .schedule-list:after{
    width: 100%;
    height: 3px;
    top: 25px;
    left: 0;
  }
  /*.schedule-content{
    margin-top: 2px;
  }*/
  .time{
    font-size: 20px;
  }
}
@media(min-width:991px){
  .time{
    font-size: 22px;
  }
}
@media(max-width:991px){
  .time{
    font-size: 20px;    
  }
}
@media(max-width:991px){
  .schedule-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .schedule-list li:last-child{
    margin-bottom: 0;
  }
  .schedule-list:after{
    background: url("img/line02.png") repeat; 
  }
  .time{
    width: 80px;
    padding: 15px 0;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .schedule-content{
    width: calc(100% - 80px);
    padding: 15px 15px;
  }
}
@media(max-width:767px){
  .schedule-inner > p.text-center{
    text-align: left !important;
  }
}
/*----- End Schedule -----*/

/*----- Tourpoint -----*/
.tour-point{
	display: flex;
	align-items: center;
	background-color: #F5E2C3;	
}
.tour-point .img-tour-point{
	flex: 50%;
}
.tour-point .img-tour-point img{
	width: 100%;
	height: auto;
}
.tour-point-content{
	padding: 0 30px;	
	flex: 50%;
}
#tour-point .row-reverse{
	flex-direction: row-reverse;
}
@media (max-width: 991px){
	.tour-point{
		padding: 30px;
	}
	.tour-point-content{
		padding: 0 20px 0 20px;
	}
}
@media (max-width: 768px){
	#tour-point .row-reverse .tour-point-content{
		padding: 0 20px 0 0;
	}
}
@media (max-width: 767px){
	.tour-point{
		display: inherit;
		padding: 0;
	}
	.tour-point .img-tour-point, .tour-point-content{
		width: 100%;
	}
	.tour-point .tour-point-content, #tour-point .row-reverse .tour-point-content{
		padding: 30px 15px;
	}
	#tour-point h3 {
    font-size: 25px;
    padding-bottom: 15px;
	}
}
/*----- Tourpoint End -----*/

/*----- Tour outline -----*/
.tour-outline-wrap{
	background: url(img/multi_bg_white_top.png) top left repeat-x, #F5E2C3;
	padding-top: 20px;
}
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #F2E2C7;
  padding: 15px 30px;
}
.list-dot li{
  margin-bottom: 7px;
}
.list-dot li:last-child{
  margin-bottom: 0;
}
.outline-table a.textblue{
	color: #0A4CBE;
	text-decoration: underline !important;
}
@media(min-width:767px){
  .outline-table th{
    width: 230px;
  }
}
@media(max-width:767px){
  .outline-table th, .outline-table td{
    display: block;
    width: 100%;
    padding: 15px 15px;        
    vertical-align: middle;
  }
  .outline-table th{
    border-bottom: none;
    padding-bottom: 0;
  }
  .outline-table td{
    border-top:none;
    padding-top: 5px;
  }
}
/*----- End Tour outline -----*/

/*-----Book btn sticky-----*/
#book-btn {
	position: relative;
	bottom: 0;  
	z-index: 9;
	/*background: #e7b96d;*/
	padding: 15px 0;
	background: url(/en/tour/miyama/img/bg_gray.png) repeat;
	border-top: 2px solid white;
	/*display: none;*/
}
#book-btn .cta-button {
    padding: 10px 80px;
    min-width: 230px;
}
.sticky {
	position: sticky !important;
}
#book-btn .box__wrap {
	width: 100%;
	margin: 0 15px;
	display: flex; 
	justify-content: space-evenly;
	align-items: center;
}
#book-btn .box__semittl {
	width: auto;
} 
#book-btn .box__wrap .box__semittl h3 {
	font-size: 35px;
	font-family: 'Open Sans'; 
	font-weight: bold;
}
#book-btn .box__wrap .box__item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 70%; 
    text-align: center;
} 
@media screen and (max-width: 1199px) {
	#book-btn .box__wrap .box__semittl h3 {
		font-size: 28px;
	}	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#book-btn .btn-custom {
		font-size: 14px;
		max-width: 170px;
	}
	#book-btn .btn-custom-semi {
		font-size: 14px;	
		max-width: 170px;
	}
}
@media screen and (max-width: 767px) {
	#book-btn .box__wrap {
		flex-direction: column;
		align-items: center;
		margin: 0;
	}
	#book-btn .box__semittl {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#book-btn .box__wrap .box__item {
		width: 100%;
		justify-content: space-evenly;
	}
	#book-btn .box__wrap .box__item .btn-custom {
		width: calc((100% / 2) - 7px);
	}
}
@media screen and (max-width: 600px) {
	#backToTop2019 {
		bottom: 70px;
	}
}
@media screen and (max-width: 375px) {
	#book-btn .box__wrap .box__item .btn-custom {
		font-size: 12px;
	}	
}
/*----Adjust the position of Back to top btn in mobile----*/
@media screen and (max-width: 7670px){
	#backToTop2019 {
			bottom: 25px !important;
	}
}