body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
@media(min-width:767px){
  .block-767{
    display: none !important;
  }
}
@media(min-width:991px){
  .block-991{
    display: none !important;
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none !important;
  }
}
@media(max-width:767px){
  .hidden-767{
    display: none !important;
  }
}
@media(max-width:575px){
  .hidden-575{
    display: none;
  }
}
.pt90{ padding-top: 90px;}
.pb90{ padding-bottom: 90px;}
.mt60{margin-top: 60px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.mt8{margin-top: 8px;}
.mt4{margin-top: 4px;}
.text-pink{
  color: #DD288C;
}
@media(max-width:991px){
  .pt90{ padding-top: 70px;}
  .pb90{ padding-bottom: 70px;}
  .mt60{margin-top: 40px;}
}
@media(max-width:767px){
  .pt90{ padding-top: 60px;}
  .pb90{ padding-bottom: 60px;}
}
.btn-cm{
  width: 178px;
  max-width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 7px;
  font-size: 18px;  
  display: inline-block;
  font-weight: 600;
}
.btn-blue{
  background: #4671C6;
  color: #fff;
}
.btn-cm:hover{
  text-decoration: none;  
}
.btn-blue:hover{
  background: #5988e3;  
  color: #fff;
}
.btn-outline-blue{
  border:1px solid #123CA6;
}
.btn-outline-blue:hover{
  border:1px solid #5988e3;
}
/*----- Banner -----*/
.banner img{
  width: 100%;
  height: auto;
}
/*----- control -----*/
.control {
  padding-top: 25px;
}
.control ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.control li a{
  font-size: var(--text-2m);
  font-weight: 500;
}
.control li:nth-child(2n){
  color: #C8CCD1;
  font-size: 16px;
  line-height: 1;  
}
@media(max-width:991px){  
	.control ul{
    justify-content: space-between;
	}
}
@media(max-width:991px){
  .control li a:after{
    content:'\f078' ;
    font-family: "Font Awesome 5 Free";
    margin-left: 9px;
    font-size: 13px;
    font-weight: bold;
  }
  .control{
    padding-top: 10px;
		justify-content: space-between;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px;
  }
  .control li{
    width: 33.333%;
    padding: 0px 8px;
  }
  .control li:nth-child(2n){
    display: none;
  }
  .control li a {
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    font-size: 16px;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 10px;
		top: 10px;
  }  
}
@media(max-width:767px){
  .control li{
    width: 50%;
  }  
  .control li a{
    font-size: 15px;
  }
}
@media(min-width:991px){
  .control a{
    position: relative;
     transition: color 0.3s ease;
  }
  .control a::after{
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #2f6edb;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .control a:hover {
    color: #2f6edb;
    text-decoration: none;
  }
  .control a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/*----- End control -----*/
h1{
  color: #1048A6;
  font-size: 35px;
  font-weight: 700;
  text-align: center;  
}
.lead-txt{
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}
.highlight{
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.highlight:before{
  content: '';
  width: 300px;
  height: 1px;
  background: #5C67EA;
}
.highlight:after{
  content: '';
  width: 300px;
  height: 1px;
  background: #FF9292;
}
.highlight img{
  margin-top: 13px;
}
.title-small{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 45px;
}
.deaprture-txt{
  font-size: 20px;
}
@media (max-width:991px) {
  h1{
    font-size: 30px;
  }
  .lead-txt{ 
    font-size: 20px;
  }
  .title-small{
    font-size: 38px;
  }
}
@media (max-width:767px) {
  h1{
    font-size: 25px;
  }
  .lead-txt{ 
    font-size: 18px;
    margin-top: 10px;
  }
  .title-small{
    font-size: 35px;
  }
  .intro-box{
    margin-top: 40px;
  }
  .highlight{
    margin-top: 15px;
  }
  .highlight img{
    width: 88px;
  }
  .highlight:before{
    width: 200px;
  }
  .highlight:after{
    width: 200px;
  }
  .highlight img{
    margin-top: 8px;
  }
  .deaprture-txt {
    font-size: 16px;
  }
}
@media(max-width:424px){
  .deaprture-txt {
    font-size: 15px;
  }
}
/*----- Bus route -----*/
.busroute-box .title-small{
  margin-bottom: 30px;
}
.busroute-wrap{
  border:1px solid #FFD7E9;
  border-radius: 6px;
}
.busroute__head{
  background: #FFD8E9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 40px;
  font-size: 25px;
  font-weight: 700;
}
#tabs04 .busroute-wrap,
#tabs02 .busroute-wrap{
  border:1px solid #D2E4FF;
}
#tabs04 .busroute__head,
#tabs02 .busroute__head{
  background: #D2E4FF;
}
.busroute__body{
  padding: 0 40px 10px 40px;
}
.busroute__list > div + div{
  border-top: 1px dashed #999999;  
}
.busroute__item{
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.busroute__left{
  /* width: 45%; */
}
.busroute__right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px 45px;
  /* width: 55%; */
}
.busroute__price{
  font-weight: 600;
}
.busroute__price .busroute__price-txt{
  font-size: 24px;
  font-weight: 700;
}
.busroute__new-price .busroute__price-txt{
  font-size: 30px;
}
.busroute__old-price{
  position: relative;
}
.busroute__old-price::before {
  content: "";
  position: absolute;
  top: 59%;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  background: #333;
  transform: rotate(-0deg);
  transform-origin: center;
}
.busroute__new-price span{
  color: #CB0000;
}
.busroute__name{
  font-size: 20px;
  font-weight: 600;
}
.busroute__title{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.busroute__time {
  display: flex;
  gap:5px;
}
.busroute__name{
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-arrow{
  width: 17px;
  height: 7px;
  background: url("../img/icon-arrow.svg") no-repeat center center;
  flex-shrink: 0;
}
.busroute__discount{
  display: inline-block;
  padding: 3px 10px;
  background: url(../img/bg_info_sale.svg) no-repeat center right;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-right: 20px;
  background-size: 100%;
}
.busroute__discount > span{
  font-size: 18px;
}
@media (max-width:991px) {
  .busroute__body {
    padding: 0 25px 10px;
}
  .busroute__item > div + div{
    margin-top: 10px;
  }
  .busroute__item > div{
    width: 100%;    
  }
  .busroute__right{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .busroute__btn {
    margin-left: auto;
    flex-shrink: 0;
  }
}
@media (max-width:767px) {
  .busroute__head{
    padding: 15px 20px;
    font-size: 22px;
  }
  .busroute__body {
    padding: 0 20px 10px;
  }
  .busroute__item{
    padding: 20px 0 20px 0;
  }  
}
@media(max-width:625px){
  .busroute__btn{
    width: 100%;
  }
  .busroute__btn .btn-cm{
    width: 100%;
  }
}
@media(max-width:425px){
  .busroute__right{
    gap: 10px 20px;
  }
}
@media(max-width:420px){
  .busroute__price .busroute__price-txt{
    font-size: 20px;
  }
  .busroute__new-price .busroute__price-txt{
    font-size: 26px;
  }
}
/*----- Nav busroute -----*/
.tabs-title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.nav-busroute{
  gap: 10px;
}
.nav-busroute li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;  
}
.nav-busroute li :hover{
  background-color: #E0EDFF;
}
.nav-busroute button.active {
  background-color: #E0EDFF;
}
.nav-busroute button{
  background: #fff;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border:1px solid #4670C6;
  overflow: hidden;
  outline: none;
}
.tab-content > div{
  margin-top: 40px;
}
.tab-pane {
  display: none;
}
.tab-pane.active-pane {
  display: block;
}
/*----- End tabs -----*/
.list-dot li{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 9px;
}
.notice-wrap{
  background: #ECF4FF;
  padding: 50px 100px;
}
.notice-tbl{
  width: 555px;
  max-width: 100%;
  background: #fff;
}
.notice-tbl tr,
.notice-tbl td{
  border-collapse: collapse;
  padding: 10px 20px;
  border:1px solid #A6C1E8;
}
.notice-wrap > div{
  padding-left: 20px;
}
@media(max-width:991px){
  .notice-wrap{
    padding: 30px 50px;
  }
}
@media(max-width:767px){
  .notice-box h2{
    margin-bottom: 40px;
  }
  .notice-wrap{
    padding: 30px 20px;
  }
  .notice-tbl{
    width: 100%;
  }
}
/*----- Seat info-----*/
.seat-info{
  background: url("../img/bg_gray.png") repeat;
}
.seat-navi-inner{
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
}
.seat-navi-inner > div{
	padding-left: 10px;
	padding-right: 10px;
}
.box-seat{
	width: 33.333%;
	margin-bottom: 30px;
}
.box-seat > a > img{
	width: 100%; 
	height: auto;
}
.box-seat > a{
	background: #fff;
	box-shadow:0 0 15px rgb(203 203 203 / 40%);
	text-align: center;	
	display: block;
	padding-bottom: 35px;
}
.box-seat > a:hover{
	text-decoration: none;
	box-shadow: 0 0 15px rgb(165 165 165 / 90%);
	color: #333;
}
.box-seat p{
	padding-left: 15px;
	padding-right: 15px;
}
.box-seat p.label{
	font-size: 23px;
	font-weight: bold;
	padding-top: 20px;
  color: #333;
}
.seat-navi-inner{
  flex-wrap: wrap;
}
@media(max-width:991px){
	.box-seat{
		width: 33.333%;
	}
}
@media(max-width:767px){
	.box-seat{
		width: 100%;
	}
}

.box-seat .btn-cm{
  margin-top: 15px;
  color: #333;
}
/* --- End seat-navi ---*/


