/* CSS Document */
.title-cm{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
.pt80{
  padding-top: 80px;
}
.pb80{
  padding-bottom: 80px;
}
.mt40{
  margin-top: 40px;
}
.mt25{
  margin-top: 25px;
}
.mt10{
  margin-top: 10px !important;
}
img{
  max-width: 100%;
}
.textred{
  color: #e70000;
}
.block-mobile {
  display: none;
}
p, .area-routes ul li{
  line-height: 130%;
}
@media(min-width:1140px){
  .row-100{
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100 > div{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:767px){
  .pt80{
    padding-top: 50px;
  }
  .pb80{
    padding-bottom: 50px;
  }  
  .title-cm{
    font-size: 30px;
  }
  .decs {
    text-align: left !important;
  }
}

/*--- Banner ---*/
.banner{
  position: relative;
  overflow: hidden;
}
.banner > img{
  width: 100%;
  height: auto;
}
.bnr-txt{
  position: absolute;
  width: 100%;
  height: inherit;
  top: 7vw;
  text-align: center;
}
.bnr-txt .container{
  text-align: left;
}
.bnr-txt .container > div{
  display: inline-block;
}
.banner .bnr-txt img{
  width: inherit;
  height: auto;
}
@media(min-width:1900px){ 
  .banner .bnr-txt img{
    width: 120%;
    max-width: 120%;
  }
  .bnr-txt {
    top: 9vw;
  } 
}
@media(max-width:1600px){ 
  .banner .bnr-txt img{
    width: 95%;
  }
  .bnr-txt{
    top: 8vw;
  }  
}
@media(max-width:1400px){ 
  .banner .bnr-txt img{
    width: 85%;
  }
  .bnr-txt{
    top: 8vw;
  }  
}
@media(max-width:991px){ 
  .banner .bnr-txt img{
    width: 55%;
  } 
  .banner .hidden-mobile{
    display: block;
  }
}
@media(max-width:767px){
  .bnr-txt{
    top: 10vw;    
  }  
/*  .decs-top{
    margin-top: 20px;
  }*/
  .bnr-txt .container {
    text-align: center;
  }
  .banner .bnr-txt img{
    width: 100%;    
  }
  .banner .block-mobile {
    display: block;
  }
  .banner .hidden-mobile {
    display: none;
  }
}
@media(max-width:600px){
  .bnr-txt{
    top: 10vw;
  }
}
/*-------End banner--------*/


.name-item{
  font-size: 23px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.essential-list > div{
  margin: 45px 0; 
}
@media(max-width:991px){
  .essential-list > div {
    margin: 30px 0;
  }
}
@media(max-width:767px){
  .essential-list > div {
    margin: 20px 0;
  }
  .name-item{
    font-size: 20px;
  }
}

.prepare{
  background: url("../img/bg-content.jpg") no-repeat top center #F6F7F9;
  background-size: 100% auto;
}
.white-box{
  background-color: #fff;
  padding: 30px 15px;
  display: table;
  margin: 15px 0;
	width: 100%;
}
.white-box > div{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.wrap-img{
  width: 120px;
  text-align: center;
}
.white-box .name-item{
  margin-top: 0;
}
@media(max-width:1140px){
  .prepare{
    background: url("../img/bg-content.jpg") no-repeat top left #F6F7F9;
    background-size: auto 100%;
  }
}
@media(max-width:991px){
  .white-box{
    padding: 15px;
  }
}

.bustour{
  background: #F3F9FF;
}
.bustour-title{
  background: url("../img/bg-title.png") no-repeat center center;
  font-size: 29px;
  display: inline-block;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 50px 25px 30px;
}
.bustour-title:before{
  content: '';
  width: 104px;
  height: 55px;
  background: url("../img/icon-bus.png") no-repeat;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.bustour-title:after{
  content: '';
  display: block;
  clear: both;
}
@media(max-width:991px){
  .bustour-title{
    font-size: 20px;
    display: block;
    padding:30px 25px 25px 25px;
    background-size: 100% 100%;
  }
  .bustour-title:before{
    width: 70px;
    height: 36px;
    background-size: 100%;
  }
}
@media(max-width:575px){
  .bustour-title{
    font-size: 16px;
  }
  .bustour-title:before{
    float: left;
  }
}
/*--- Price ---*/
.pref {
  border:1px solid #75a0cb;      
  background: #fff;  
  border-radius: 5px;
}
.pref-info{
  padding: 0 30px;
}
.pref h3{
  font-size: 30px;
  text-align: center;
  background-color: #d4e8fb;
  padding: 15px 10px 20px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
.area-info{
  border-bottom: 3px dotted #C2C2C2;
  padding: 0 0 10px 0;
}
.area-name{
  display: flex;  
  justify-content: center;
  margin: 40px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
}
.area-name::before {
  position: absolute;
  border-bottom: 3px solid #353535;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  content: '';
}
.area-name h4{
  font-size: 29px;
  text-align: center;
  font-weight: bold; 
  display: inline-flex;
}
.area-name h4:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
  background-size: contain !important;
   background: url(../img/icon_area.png) no-repeat;
  width: 40px;
  height: auto;
}

.pref > div.row{
  display: block;
}
.pref > div.row:after{
  content: '';
  display: block;
  clear: both;
}
.bustour-name{
  font-size: 23px;
  font-weight: bold;
  color: #009494;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.bustour-name::after{
  content: '';
  width: 17px;
  height: 25px;
  background: url(../img/icon-location.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.route__list h4 {
    font-size: 23px;
    font-weight: bold;
	margin-bottom: 20px;
}
.route__wrap {
	border-bottom: 1px dashed #C2C2C2;
  padding: 5px 0;
}
.route__list > .route__wrap:first-child{
  border-top: 1px dashed #C2C2C2;
  margin-top: 20px;
}
.route__item {
  display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.route__item:last-child {
	border-bottom: none;
}
.route__item a {
	display: flex;
	align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 5px;
}
.route__item a:hover {
	text-decoration: none;
	color: #333;
}
.route__item a:hover .item__search {
    opacity: .7;
}
.item__ttl span {
	display: flex;
	align-items: center;
}
.item__box {
    display: flex;
	align-items: center;
}
.item__price {
	font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.price_big {
    font-size: 23px;
    color: #FF003D;
}

.item__search {
	display: flex;
}
.item__search {
  background: #FFA246;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  font-size: 14px;
}
.route__item i {
	padding: 0 10px;
}
.fa.fa-long-arrow-right:before {
    font-size: 14px;
}
.route__mb .nav-tabs {
    background: #F3F3F3;
    border-bottom: none;
}
.route__mb .nav-tabs .nav-item {
    width: calc(100% / 3);    
    text-align: center;
}
.route__mb .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
}
.route__mb .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-size: 14px;
	padding: 15px 10px;
	font-weight: bold;
}
.route__mb .nav-tabs .nav-link.active {
	color: #fff;
    background-color: #FF9E3E;
	font-weight: bold;
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.icon-arrow:before{
  content: '';
  width: 15px;
  height: 7px;
  background: url("../img/icon-arrow.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.area-routes {
  padding: 40px 0 20px 0 ;
}
.pref .area-routes + .area-routes{
  /*border-top: 3px solid #C2C2C2;*/
}
.pref .area-info:last-child{
  border-bottom: none;
}
.area-routes .list-dot{
  margin-left: 5px;
}
@media screen and (min-width: 767px) {
  .area-routes .row{
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .item__search{
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .pref h3 {
    font-size: 28px;
    padding: 12px 10px 17px 10px;
  }
  .area-routes{
    padding-top: 20px;
  }
	.route__wrap .route__item {
		padding: 15px 0;
		flex-direction: column;
	}
	.route__wrap .route__item a {
		flex-direction: column;
    width: calc(50% - 10px);
	}
	.route__wrap .route__item .item__ttl {
		padding-bottom: 5px;
	}
	.route__wrap .route__item .item__box .item__price {
		padding-bottom: 5px;
		margin-right: 0;
	}
  .item__box{
    width: 100%;
  }
	.route__wrap .route__item .item__box .item__search {
		width: 100%;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 5px 0;
	}
  .pref-info{
    padding: 20px;
  }
  .area-name h4{
    font-size: 25px;
  }
  .bustour-name{
    font-size: 20px;
    margin-top: 20px;
  }
  .area-name::before {
    width: 120px;
  }
  .area-name h4:before{
    margin-right: 0;
  }
}
@media(max-width:575px){
  .area-name {
     margin: 30px 0 10px 0;
  }
  .pref h4{
    text-align: center;
  }
}

.btn-view-more {
  background: #73B4F5;
  padding: 15px 82px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.mt80{
  margin-top: 80px;
}
.btn-view-more:hover{
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}
.bustour .mt-5.decs{
  padding-bottom: 40px;
}
@media(max-width:575px){
  .btn-view-more{
    width: 330px;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    display: block;
  }
  .mt80 {
    margin-top: 40px;
  }
  .bustour .mt-5.decs{
    margin-top: 30px !important;    
  }
}
.text-note{
  font-size: 14px;
}

/*----- control -----*/
.control {
  padding-top: 40px;
}
.bustour .control{
  padding: 48px 0;
}
.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;
}
@media(max-width:767px){
	.control ul{
		    justify-content: space-between;
	}
}
@media(max-width:1024) and (min-width:991px){
  .control li a{
    font-size: 14px;
  }
}
@media(max-width:991px){
  .bustour .control{
    justify-content: space-between;
  }
  .bustour .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bustour .control li{
    width: 33.333%;
    padding: 0px 15px
  }
  .bustour .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  .bustour .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;
  }
}
@media(max-width:767px){
  .control{
    padding-top: 10px;
		justify-content: space-between;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bustour .control li,
  .control li{
    width: 50%;
    padding: 0px 15px
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;
  }
}
@media(max-width:575px){
  .control li{
    width: 100%;
  }
}
/*----- End control -----*/

.btn-comingsoon{
  pointer-events: none;
}
.btn-comingsoon .item__search{
  background: #c7c7c7;
}
















