body,p,span,a{
	line-height: 1.4;
}
@font-face {
  font-family: "souvir";
  src: url("font/VNI-SOUVIR.TTF");
}
@font-face {
  font-family: "time";
  src: url("font/UTMTimesBold.ttf");
}
h2{
	font-family: "souvir";
	font-weight: bold;
	font-size: 50px;
	color: #333;
	text-align: center;
	padding-bottom: 70px;
}
h3{
	font-family: "time";
	font-size: 50px;
	padding-bottom: 50px;
	color: #726746;
	line-height: 1;
}
.pt100{padding-top: 100px;}
.pb70{padding-bottom: 70px;}
.pt50{padding-top: 50px;}
.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%;
}
.main-banner img{
	width: 100%;
	height: auto;
}
.textred{
  color: #DF1700;
}
.cta-button{
  padding: 15px;
  width: 320px;
  max-width: 100%;
  background-color: #EF780F;
  border-radius: 50px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  display: block;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
a.cta-button:hover, a.cta-button:visited{
	color: white;
	text-decoration: none;	
}
a.cta-button:hover{
	background-color: #FE9335;
}
.text-center{
	text-align: center;
}
.txt-note{
	font-size: 14px;
}
.txt-red{
	color: #DE0000;
}
.grey-bg{
	background-color: #F5F6F7;
}
.yellow-bg{
	background-color: #F6F5F2;
}
.yellow2-bg{
	background-color: #E6DEC3;
	padding: 15px 0 40px 0;
}
.bg-top-img{
	/*background-color: #FBFBFB;*/
	background: url(img/bg-grey.png) top left no-repeat;
}
.block-content{
	padding-top: 100px;
}
.block-mb{
	display: none;
}
.w-100{
	width: 100%;
	height: auto;
}
@media(max-width:991px){
  h2{
    font-size: 42px;
  }
  h3{
    font-size: 42px;
    padding-bottom: 10px;
  }
}
@media(max-width:767px){
   h2{
    font-size: 38px;
  }
  h3{
    font-size: 38px;
  }
	.hidden-mb{
		display: none;
	}
	.block-mb{
		display: block;
	}
	.block-content {
    padding-top: 60px;
	}
	h2 {
    padding-bottom: 40px;
	}
	.pt100{padding-top: 80px;}
	.pb150{padding-bottom: 100px;}
	.pb100{padding-bottom: 60px;}
	.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{
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*.bnr-info{
	position: absolute;
	top: 10vw;
}*/
.banner > img{
  width: 100%;
}
.banner-inner{
  position: absolute;
  top:12vw;
  width: 100%;
	text-align: center;
}
/*.bnr-info{
	position: relative;
}*/
.banner-title{
  font-family: "souvir";
  font-size: 9vw;
  color: #fff;
  position: relative;
  line-height: 1;
/*  -webkit-text-stroke: 1px #fff;*/
  text-shadow: 1px 1px 6px #041880, 1px 1px 6px #041880, 1px 1px 6px #041880, 1px 1px 6px #041880;
	display: inline-block;
 }
.banner-title-02{
	font-family: 'Open Sans', "Segoe UI", "Helvetica Neue", sans-serif;
	/*display: block;*/
	font-size: 5vw;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	
}
.bnr-info{
	text-align: center;
}
.bnr-info .icon-discount{
	position: absolute;
	right: 9vw;
	top: -6vw;
	width: 110px;
	height: auto;
}
/*.banner-title-02:after{
  content: '';
  width: 53px;
  height: 44px;
  background: url(img/tomato-icon.png) no-repeat right center;
  background-size: 100%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
}*/
.banner-inner p{
  font-size: 4.5vw;;
  font-weight: bold;
  color: #fff;
  /*text-shadow: 1px 1px 6px #041880, 1px 1px 6px #041880, 1px 1px 6px #041880, 1px 1px 6px #041880;*/
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  line-height: 1;
}
p.bnr-departure{
  font-size: 4.7vw;
	padding-top: 10px;
}
.banner-departure-info{
	margin-top: 90px;
	text-align: center;
}
.banner-departure-info p{
  color: #fff;
  font-weight: bold;
}
.banner-departure-info .banner-date span{
	font-size: 3vw;
}
.banner-price span{
	color: #EF780F;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.banner-price .new-price{
	font-weight: bolder;
}
.booking-info{
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.booking-info .bnr-cta-btn{
	margin-left: 20px;
}
.banner-price span{
  font-size: 7vw;
}
.banner-price .old-price{
	text-decoration: line-through;
	font-size: 6vw;
}
.txt-gradient {
	/*background: -webkit-linear-gradient(to right, #F27312 45%, #FFAA00 55%, #FF4400 75%);
	background: -moz-linear-gradient(to right, #F27312 45%, #FFAA00 55%, #FF4400 75%);
	background: linear-gradient(to right, #F27312 45%, #FFAA00 55%, #FF4400 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	 text-shadow: none;*/
	font-weight: bolder;
	color: #ff6b00;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	/*text-shadow: 1px 1px 6px #4B2F03, 1px 1px 6px #4B2F03, 1px 1px 6px #4B2F03, 1px 1px 6px #4B2F03;*/
}
.new-price-small-txt{
		font-size: 2vw;
}
.bnr-cta-btn .cta-button {
    padding: 10px;
    width: 160px;
    max-width: 100%;
    background-color: #EB7A09;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: block;
		margin: 0 auto 0 auto;
    text-align: center;
    border: 1px solid #fff;
}

@media(min-width:991px){		
	.bnr-cta-btn .cta-button {
			padding: 10px;
			width: 200px;
	}
	img.banner_pc{
    width: 100%;
		max-width: 100%;
	}
  .banner-inner p {
    font-size: 2vw;
  }	
  p.bnr-departure{
    font-size: 2.4vw;
    margin-top: 5px;
  }
  .banner-price span{
    font-size: 3vw;
  }
	.banner-price span.new-price-small-txt{
		font-size: 2vw;
	}
	.banner-departure-info .banner-date span {
    font-size: 1.2vw;
	}
	.banner-price .old-price{
    font-size: 2vw;		
  }
  .banner-departure-info {
    margin-top: 4vw;
  }
	.banner-title {
    font-size: 3.5vw;
  }
	.banner-title-02{
    font-size: 2vw;
		padding-top: 5px;
  } 
	.banner-inner {
    top: 2vw;
	}
	.bnr-info h1 img{
		width: 57%;
		height: auto;
	}
}
@media(min-width:1140px){
  .banner-title {
    font-size: 3.5vw;
  }
	.banner-title-02{
    font-size: 2vw;
  }  

	.bnr-info h1 img{
		width: 54%;
		height: auto;
	}
	.banner-inner {
    top: 4vw;
	}
	.banner-departure-info {
    margin-top: 4vw;
	}
}
@media(min-width:1200px){	
	.banner-price span{
    font-size: 2.6vw;
  }
  p.bnr-departure{
    font-size: 2.2vw;
  }
	p.bnr-departure span{
    font-size: 1.5vw;
  }
	.banner-departure-info .banner-date span {
    font-size: 1.2vw;
	}
	.banner-departure-info {
    margin-top: 5vw;
	}
	.bnr-info h1 img {
    width: 55%;
	}
}
@media(min-width:1300px){
	.bnr-info h1 img {
    width: 62%;
	}
	.banner-inner {
    top: 3vw;
	}
	.banner-departure-info {
    margin-top: 6vw;
	}
}
@media(min-width:1440px){
	.bnr-cta-btn .cta-button {
		padding: 12px;
		width: 230px;
		margin: 10px 0 0 0;
	}
  .banner-title{
    font-size: 3vw;
  }
  .banner-title-02{
    font-size: 1.8vw;
		padding-top: 10px;
  }
	.banner-departure-info .banner-date span {
    font-size: 1.2vw;
	}
	.banner-inner p {
    font-size: 1.8vw;
	}
  p.bnr-departure{
    font-size: 1.8vw;
    margin-top: 0;
  }  
  .banner-title-02:after{
    width: 85px;
    height: 60px;
  }
	.banner-inner {
    top: 3.5vw;
	}
	.bnr-info h1 img {
    width: 65%;
	}
	.banner-departure-info {
    margin-top: 6vw;
	}
}
@media(min-width:1500px){  	
}
@media(min-width:1600px){ 
	.banner-inner {
    top: 4.5vw;
	}
	.banner-departure-info {
    margin-top: 6vw;
	}
	.bnr-info h1 img {
    width: 70%;
	}
}
@media(min-width:1800px){  
	.banner-departure-info {
    margin-top: 7vw;
	}
	.bnr-info h1 img{
		width: 70%;
		height: auto;
	}
}
@media(min-width:1900px){
  .banner-inner{
    top: 4vw;
  }
	.banner-title{
    font-size: 3vw;
  }  
  .banner-title-02{
    font-size: 2vw;    
  }
  .banner-title-02:after{
    width: 100px;
    height: 70px;
  }
  .banner-inner p{
    font-size: 1.5vw;
  }
  p.bnr-departure{
    font-size: 33px;
  }  
  .banner-inner p span{
    font-size: 52px;
  }
	.banner-departure-info {
    margin-top: 9vw;
	}
}
@media(max-width:991px) and (min-width:1440px){
	.bnr-info{
		padding-left: 30px;
	}	
}
@media(max-width:991px) and (min-width:767px){
  .main-banner {
    overflow: hidden;
  }
  .main-banner .bannerTop img{
    width: 125% !important;
    max-width: inherit;
  }
	.banner-inner img{
		width: 60%;
	}
	.banner-inner {
    top: 6vw;
    text-align: left;
	}
	.banner-inner p {
    font-size: 2.5vw;
	}
	.banner-price span {
    font-size: 3.5vw;
	}
	.bnr-cta-btn .cta-button {
    width: 200px;
	}
	.banner-departure-info {
    margin-top: 6vw;
	}
}
@media(max-width:767px){
	.banner-departure-info {
    margin-top: 27vw;
	}
	.bnr-cta-btn .cta-button {
    margin: 10px auto 0 auto;
		width: 200px;
	}
}	
@media(max-width:600px){	
	.banner-title-02 {
    font-size: 6vw;
	}
	.banner-inner p {
    font-size: 5.5vw;
	}
	.banner-departure-info .banner-date span {
    font-size: 4vw;
	}
	.banner-price span {
    font-size: 8vw;
	}
	.banner-price span.new-price-small-txt{
		font-size: 7vw;
	}
}
@media(max-width:500px){
	.bnr-cta-btn .cta-button {
    margin: 0 auto 0 auto;
		width: 160px;
	}
}
@media(max-width:424px){
	.banner-departure-info {
    margin-top: 27vw;
	}
}
/*----- Main banner end -----*/

/*-----Table of content -----*/
.table-content ul {
  display: flex;
  justify-content: space-evenly;
}
.table-content li a, .table-content li a:hover{
	color: #4B2A03;
	font-weight: bold;
}
.table-content li a:hover{
	text-decoration: underline;
}
.table-content li a:after{
	color: #4B2A03;
	font-size: 12px;
	margin-left: 8px;
	content: '\f078';
	font-family: "Font Awesome 5 Free";
}
@media(max-width:767px){ 
  .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: 10px 0 5px 0;
    border-bottom: 1px solid #c5b995;
    position: relative;
		font-size: 16px;
  }
  .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 -----*/
/*.short-desc-wrap{
	background-color: #8B7D52;
}*/
.row-4{
  margin-left: -4px;
  margin-right: -4px;
}
.row-4 > div{
  padding-left: 4px;
  padding-right: 4px;
}
.row-4 > div img{
  margin-top: 8px;
  width: 100%;
}
.row-4 > div img:nth-child(1){
  margin-top: 0;
}
.intro-img .row > div{
  max-width: inherit;
}
.intro-img .col-md-7{
  flex: 0 0 52.4%;
}     
.intro-img .col-md-5{      
  flex: 0 0 47.6%;
}
.intro-section{
	display: flex;
	align-items: center;
	/*background-color: #8B7D52;*/
	background: url(img/bg_intro.png) right bottom no-repeat #8B7D52;
}
.intro-img,
.intro-content{
  width: 50%;	
}
.intro-content{
  padding-left: 60px;
  position: relative;
	max-width: 550px;
}
.intro-content .intro-title{
	font-family: "time";
	font-size: 45px;
	line-height: 1.1;
	color: #FCF5DF;
	padding-bottom: 30px;
}
.intro-content > p{
  position: relative;
	color: #FCF5DF;
}
@media(max-width:1440px){
	.intro-content .intro-title {
    font-size: 30px;
    padding-bottom: 20px;
	}
}
@media(max-width:1200px){
	.intro-content {
    padding-left: 30px;
	}
	.intro-content .intro-title {
    font-size: 26px;
	}
}
@media(max-width:991px){
  .intro-section {
    align-items: normal;
    padding: 30px 15px;
  }
	.intro-img{
		width: 50%;	
	}
	.intro-content{
		width: 50%;	
		}
	.intro-title{
		line-height: 1.2;
	}
}
@media(max-width:767px){
  .intro-section {  
    flex-wrap: wrap;
		padding: 0;
  }
  .intro-img, .intro-content{
    width: 100%;
  }
  .intro-content{
    background-size: 100% 100%;
		padding: 15px 15px 40px 15px;
		max-width: 100%;
  }
	.intro-content .intro-title {
    padding: 20px 0;
    line-height: 1.2;
	}
	.intro-content .intro-title {
    font-size: 30px;
	}
	.departure-info-wrap .text-center {
    text-align: left !important;
	}
}
/*----- Short description end -----*/

/*----- departure -----*/
.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/confirm_date.png") no-repeat center center;
  font-weight: bold;
	color: white;
	background-size: contain;
}
.scheduled-departure{
  background: url("img/schedule_date.png") no-repeat center center;
  font-weight: bold;
	color: white;
	background-size: inherit;
}
.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;
	}
}
/*---tab calendar---*/
.calander-block ul {
	display: none;
}
.calander-block .tab-content>.tab-pane {
	display: block;
}
.calander-block .tab-content .fade {
	opacity: 1;
}
.calander-block ul li a br {
	display: none;
}

@media(max-width:767px) {	
/*
	.calendar-mane{
		display: none;
	}
*/
	.calander-block .nav-tabs>li>a.active, .calander-block .nav-tabs>li>a.active:focus, .calander-block .nav-tabs>li>a.active:hover{
		color: #333;
		cursor: default;
		/*background-color: #efd670;*/
		background-color: #fff !important;
		border-bottom-color: transparent;
		border-top: #b9b9b9 1px solid;
		border-left: #b9b9b9 1px solid;
		border-right: #b9b9b9 1px solid;
		text-decoration: none;
	}
	.calander-block ul {
		display: block;
		text-align: center;
		border: none;
		padding: 0 5% 5px 5%;
	}
	.calander-block ul li {
		width: 35%;
    float: inherit;
    display: inline-block;
	}
	.calander-block ul li a {
		color: #333;
		font-weight: bold;
		margin-bottom: -2px;
		background: #e7e7e7;
		border-top: #858585 1px solid;
		border-left: #858585 1px solid;
		border-right: #858585 1px solid;
		border-bottom: none;
		border-radius: 5px;
    padding: 10px 55px 15px 55px;
	}
	.calander-block .tab-content>.tab-pane {
	display: none;
	}
	.calander-block .tab-content>.active {
	display: block !important;

	}
	.calander-block .tab-content .fade {
	opacity: 0;
	}
	.calander-block .tab-content .fade.in {
	opacity: 1;
	}
	.booknow-calendar {
		margin-top: 5px;
	}
}
@media(max-width:600px){
	.calander-block ul {
		padding: 0 0 5px 0;
	}	
	.calander-block ul li a {
		padding: 10px 45px 15px 45px;
	}
}
@media(max-width:580px){
	.calander-block ul li a {		
    padding: 5px 50px 10px 50px;
	}
}
@media(max-width:424px){	
	.calander-block ul li a {
		padding: 5px 40px 10px 40px;
	}
}
@media(max-width:374px){	
	.calander-block ul li a {
    padding: 5px 12px 15px 12px;
	}
}
/*---End tab calendar---*/
/*----- 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: #B9931E;
}
.schedule-content{
 	background-color: #fff;
	padding: 15px 10px;
	border: 1px solid #B9931E;
  text-align: left;
}
.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: 13%;   
    text-align: center;		
  }
  .schedule-list:after{
    width: 100%;
    height: 3px;
    top: 25px;
    left: 0;
  }
  .schedule-content{
		font-size: 15px;
  }
  .time{
    font-size: 20px;
  }
}
@media(min-width:991px){
  .time{
    font-size: 26px;
  }
}
@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 -----*/

/*----- Tour point -----*/
#tour-point h2{
	padding-bottom: 30px;
}
#tour-point .table-content{
	padding-bottom: 70px;
}
.tour-point{
	background-color: #fff;
	box-shadow: 1px 1px 10px #d9d9d9, 1px 1px 10px #d9d9d9, 1px 1px 10px #d9d9d9, 1px 1px 10px #d9d9d9;
	padding-bottom: 50px;
	margin-bottom: 70px;
	padding: 0 0 50px 0;
}
.tour-point-content-wrap{
	padding: 50px 70px;
}
.tour-point-content-wrap h3{
	text-align: center;
}
.tour-point .tour-point-des{
	padding: 0 0 30px 0;
	line-height: 1.5;
}
.tour-point .tour-point-img{
	display: flex;
	margin: 0 -5px;
}
.tour-point .tour-point-img li{
	padding: 0 5px;
}
.tour-point-more-info{
	margin-top: 20px;
}
.tour-point-more-info .more-info-title{
	font-size: 20px;
}
.menu-title{
	font-family: "time";
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.menu-wrap{
	width: 60%;
	margin: 0 auto;
	background: url(img/bg_menu.png) right bottom no-repeat #FCFCFB;
	border: 3px dotted #726746;
	padding: 30px;
}
.menu-wrap ul li{
	padding: 0 0 10px 30px;
	border-bottom: 2px dotted #B7B7B7;
	margin-bottom: 10px;
	background: url(img/icon-menu.png) no-repeat 3px 5px;
}
#hot-springs .tour-point-content-wrap{
	display: flow-root;
	padding: 50px 70px 30px 70px;
}
#hot-springs.tour-point .tour-point-img{
	display: list-item;
}
#hot-springs.tour-point .tour-point-img li{
	width: 33%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
#hot-springs.tour-point .tour-point-img li img{
	width: 100%;
	height: auto;
}
#hot-springs.tour-point .tour-point-img li p{
	font-weight: bold;
	font-size: 18px;
	color: #726746;
	padding-top: 10px;
}
#hot-springs .hot-spring-more-info{
	width: 60%;
	margin: 0 auto;
	background: #FFF6D6;
	border: 3px dotted #E8B518;
	padding: 20px 40px 30px 40px;
	margin-bottom: 40px;
	border-radius: 10px;
}
#hot-springs .hot-spring-more-info .more-info-title{
	font-weight: bold;
	font-size: 22px;
}
#hot-springs .hot-spring-more-info p{
	padding-top: 5px;
}
#hot-springs .hot-spring-more-info .big-font{
	font-size: 20px;
}
#kinosaki-infomation .tour-point-content-wrap{
	display: flow-root;
	padding: 50px 70px 20px 70px;
}
#kinosaki-infomation ul.sightseeing-information{
	display: list-item;
	margin: 0 -25px;
}
#kinosaki-infomation ul.sightseeing-information li{
	width: 50%;
	float: left;
	margin-bottom: 50px;
	padding: 0 25px;
}
#kinosaki-infomation ul.sightseeing-information li div{
	padding: 20px 20px 30px 20px;
	border-top: none;
	border-left: 1px solid #C2C0C0;
	border-right: 1px solid #C2C0C0;
	border-bottom: 1px solid #C2C0C0;
}
#kinosaki-infomation ul.sightseeing-information li div h4{
	font-size: 20px;
	font-weight: bold;
	color: #726746;
	padding-bottom: 10px;
}
#kinosaki-infomation ul.sightseeing-information li img{
	width: 100%;
	height: auto;
}
@media(max-width:991px){
	#tour-point .table-content {
    padding: 0 0 40px 0;
	}
	#tour-point .table-content ul {
    display: flow-root;
	}
	#tour-point .table-content ul li {
    display: block;
    width: 45%;
    float: left;
    position: relative;
    padding: 5px 0;
		border-bottom: 1px solid #c5b995;
	}
	#tour-point .table-content ul li:nth-child(even) {
    float: right;
	}
	#tour-point .table-content li a:after {
    position: absolute;
    right: 0;
    font-size: 11px;
	}
	.tour-point-content-wrap {
    padding: 50px;
	}
	#kinosaki-infomation .sightseeing-information{
		padding-top: 30px;
	}
	#kinosaki-infomation ul.sightseeing-information{
    margin: 0 -15px;
	}
	#kinosaki-infomation ul.sightseeing-information li{
    padding: 0 15px;
	}
	#hot-springs .tour-point-content-wrap, #kinosaki-infomation .tour-point-content-wrap {
    display: flow-root;
    padding: 50px 50px 20px 50px;
	}
	#hot-springs .hot-spring-more-info {
    width: initial;
    margin: 0 50px;
    margin-bottom: 30px;
	}
  .tour-point .tour-point-des{
		padding: 30px 0;
		line-height: 1.5;
		text-align: center;
	}
	#tour-point .table-content li a {
    font-size: 14px;
	}
	.tour-point {
		margin-bottom: 50px;
	}
	.tour-point .tour-point-des {
    padding: 20px 0;
    line-height: 1.5;
    text-align: left;
	}
	.tour-point .tour-point-img {
    margin: 0 -2px;
	}
	.tour-point .tour-point-img li {
    padding: 0 2px;
	}
	#tour-point .table-content {
    padding: 0 0 40px 0;
	}
	.menu-wrap {
    width: 100%;
	}
}
@media(max-width:767px){
	#tour-point .table-content {
    padding: 0 15px 40px 15px;
	}
	#tour-point .table-content ul li {
    display: inherit;
    width: 100%;
    float: none;
    padding: 0;
	}
	#tour-point .table-content li a {
    border-bottom: none;
    padding: 5px 0 5px 0;
		font-size: 16px;
	}
	#tour-point .table-content ul li:first-child {
    border-top: 1px solid #c5b995;
	}
	.tour-point-content-wrap {
    padding: 30px 15px;
	}
	.menu-title {
    font-size: 26px;
    padding: 10px 0 20px 0;
	}
	#hot-springs .tour-point-content-wrap, #kinosaki-infomation .tour-point-content-wrap{
    padding: 30px 15px 10px 15px;	
	}
	#hot-springs.tour-point .tour-point-img li {
    width: 50%;
	}
	#hot-springs.tour-point .tour-point-img li p {
    font-size: 16px;
    padding-top: 5px;
	}
	#hot-springs .hot-spring-more-info {
    width: inherit;
    margin: 0 15px;
    padding: 20px 15px 30px 15px;
    margin-bottom: 20px;
	}
	#kinosaki-infomation ul.sightseeing-information li div{
		padding: 20px 10px;
	}
	#kinosaki-infomation ul.sightseeing-information {
    margin: 0 -10px;
	}
	#kinosaki-infomation ul.sightseeing-information li {
    padding: 0 10px;
	}
}
/*----- Tourpoint End -----*/

/*----- Tour outline -----*/
/*#tour-outline{
	background: url(img/bg_leaves.png) no-repeat top center, #FFF1D5;
}*/
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #b7b7b7;
  padding: 15px 30px;
}
.outline-table th{
	background-color: #FBFBFB;
}
.list-dot li{
  margin-bottom: 7px;
}
.list-dot li:last-child{
  margin-bottom: 0;
}
.outline-table a.textblue{	
	color: #333399;
	text-decoration: underline !important;
}
.list-dot-green li{
	padding-left: 20px;
	position: relative;
}
.list-dot-green li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #dbb43f;
	position: absolute;
	left: 0;
	top: 9px;
}
.map-box {
    margin-top: 10px;
    width: 400px;
    max-width: 100%;
}
@media(min-width:767px){
  .outline-table th{
    width: 230px;
  }
}
@media(max-width:1200px){
	/*#tour-outline {
			background: url(img/bg_leaves.png) no-repeat top left, #FBF5DD;
	}*/
}
@media(max-width:767px){
	/*#tour-outline{
		background: url(img/bg_leaves_mb.png) no-repeat top left, #FBF5DD !important;
	}*/
  .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;
  }
	.outline-table td{
		border:none;
	}
	.outline-table th {
    border: none;
	}
	.outline-table th, .outline-table td {
    padding: 8px 15px;
	}
	.outline-table th {
    background-color: #f3f3f3;
	}
}
@media (max-width: 575px){
	.map-box {
			width: 100%;
	}
}
/*----- 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;
    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;
	}
}