@charset "utf-8";
@font-face {
	font-family: "franklingothicheavy";
	src: url('/en/static/fonts/bus_search/FRAHV.ttf');
}
@font-face {
	font-family: "avobold";
	src: url('/en/static/fonts/bus_search/UTM-AvoBold.ttf');
}
img {
	max-width: 100%;
}
.mt50{
	margin-top: 50px;
}
.pt70{
	padding-top: 70px;
}
.pb70{
	padding-bottom: 70px;
}
.container .titletop-cm{
	font-size: 46px;
	font-weight: bold;
    text-align: center;
}
.hidden-pc{
	display: none;
}
@media(max-width:991px) {
	.container {
		max-width: 100%;
	}	
}
@media(max-width:768px) {
	.pt70{
		padding-top: 40px;
	}
	.pb70{
		padding-bottom: 40px;
	}
	.container .titletop-cm{
		font-size: 30px;
	}
}
/*-----Banner-----*/
.bnr-bus-search{
	position: relative;
	overflow: hidden;
}
.bnr-title{
	position: absolute;
	top: 20%;
	left: 20%;
	/*webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);*/
}
.bnr-title h1 {
	font-size: 40px;
	font-family: 'avobold';
	text-shadow: 1px 1px 3px #010e54, -1px 1px 3px #010e54, 1px 1px 3px #010e54, 1px -1px 3px #010e54, 1px 3px #010e54, -1px -1px 3px #010e54, 1px -1px 3px #010e54, -1px 1px 3px #010e54;
	color: white;
}
.bnr-title h1 span {
	font-size: 72px;
	font-family: 'franklingothicheavy';
	margin: 0;
	text-shadow: 1px 1px 3px #010e54, -1px 1px 3px #010e54, 1px 1px 3px #010e54, 1px -1px 3px #010e54, 1px 3px #010e54, -1px -1px 3px #010e54, 1px -1px 3px #010e54, -1px 1px 3px #010e54;
	color: white;
}
.bnr-bus-search img{
	width: 100%;
	max-width: 100%;
}
@media(max-width:1600px){
	.bnr-title{
		left: 14%;
	}
	.bnr-title h1 span {
    font-size: 65px;
	}
}
@media(max-width:1300px){
	.bnr-title{
		left: 8%;
	}
	.bnr-title h1 span {
    font-size: 55px;
	}
	.bnr-title h1{
		font-size: 30px;
	}
}
@media(max-width:768px){
	.bnr-title{
		top: 16%;
		left: 4%;
	}
	.bnr-title h1 span {
    font-size: 45px;
	}
	.bnr-title h1{
		font-size: 25px;
	}
}
@media(max-width:767px) {
	.hidden-mb{
		display: none;
	}
	.hidden-pc{
		display: block;
	}
	.bnr-title{
		top: 20%;
	}
	.bnr-title h1 span {
    font-size: 55px;
	}
	.bnr-title h1{
		font-size: 30px;
	}
}
@media(max-width:600px) {	
	.bnr-title{
		left: 2%;
	}
	.bnr-title h1 span {
    font-size: 40px;
	}
	.bnr-title h1{
		font-size: 22px;
	}
}
@media(max-width:424px) {	
	.bnr-title h1 span {
    font-size: 35px;
	}
	.bnr-title h1{
		font-size: 20px;
	}
}
/*-----End Banner-----*/
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

/*================== List Popular ================== */
.titletop-cm span {
	background-color: #fff;
}
div#spotList {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	padding: 50px 0;
}
.tab-content {
    padding: 30px 60px;
    background: #fff;
	border: 1px solid #c8c6c6;
    border-radius: 6px;
}

.list__popular__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #c9c9c9;
	padding: 10px 0;
}
.list__popular__wrap:last-child{
	border-bottom: none;
}
.nav-item:nth-child(2) .btn-default {
    margin: 0 15px;
}
.popular-routes {
	background: url("/en/static/img/bus_search/bg_area.png");
}
.popular-routes .nav-tabs {
	border-bottom: 0;
}
.popular-routes .btn.btn-default {
    border-radius: 30px;
}
.popular-routes .btn-default {
    background: #f3f3f3;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
    border: 1px solid #c8c6c6;
		padding: 10px 70px;
}
.popular-routes .btn-default.active {
    color: #fff;
	background-color: #a09d9d;
    box-shadow: 0 0 0 0;
    font-weight: bold;
    outline: none;
}
.list__popular__wrap--left b {
	font-size: 20px;
}
.list__popular__wrap--right {
	color: #f83232
}
.list__popular__wrap--right b {
	font-size: 27px;
}
.list__popular__wrap a{
	display: flex;
	width: 100%;
	justify-content: center;
}
.list__popular__wrap a .list__popular__wrap--left, .list__popular__wrap a .list__popular__wrap--right{
	align-self: center;
}
.list__popular__wrap a:hover{
	background-color: #f8f8f8;
	color: #67a029;
}
.list__popular__wrap a .list__popular__wrap--left{
	width: 80%;
	float: left;
}
.list__popular__wrap a .list__popular__wrap--right{
	float: right;
	width: 25%;
}
.search-route{
	padding: 10px 40px;
	background-color: #7caf45;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 30px;
	float: right;
}
.search-route:hover{
	cursor: pointer;
}
#btn-search i {
	margin-right: 10px;
}
@media(max-width:900px) {
	.search-route{
		padding: 10px 30px;
	}
	div#spotList {
    padding: 30px 0;
	}
}
@media(max-width:768px) {
	.list__popular__wrap a .list__popular__wrap--left {
    width: 70%;
	}
	.list__popular__wrap a .list__popular__wrap--right {
    width: 30%;
	}
}
@media(max-width:767px) {
	.popular-routes .btn-default {
		padding: 5px 40px;
	}
	.tab-content {
    padding: 10px 20px;
	}
}
@media(max-width:575px){
	.list__popular__wrap {
		display: inline-block;
		width: 100%;
	}
	.list__popular__wrap a {
		display: inherit; 
		width: 100%;
		text-align: center;
		justify-content: flex-end;
	}
	.list__popular__wrap a .list__popular__wrap--left, .list__popular__wrap a .list__popular__wrap--right{
		width: 100%;
		float: inherit;
		align-self: auto;
	}
	.search-route {
    padding: 8px 50px;
    float: inherit;
    margin: 10px 0 5px;
	}
	.list__popular__wrap {
		padding: 0;
	}
	.list__popular__wrap a{
		padding: 15px 0;
	}
}
@media(max-width:480px) {
	.popular-routes .btn-default {
		padding: 5px 30px;
	}
	.nav-item:nth-child(2) .btn-default {
		margin: 0 10px;
	}
}
@media(max-width:424px) {
	.popular-routes .btn-default {
		padding: 5px 25px;
	}
}
/*================== End List Popular ================== */
/*================== Area Info ================== */

.area-info .row {
	margin-right: 0;
	margin-left: 0;
}
.area-info .row li a{
  font-size: 16px;
}
@media(min-width:768px){
	.area-info {
		background: none;
	}
	.row-10 > div, .row-10 > li {
		padding-left: 0px; 
		padding-right: 0px; 
	}
	.area-list {
		margin-top: 50px;
	}
	.recentPost {
		width: calc((100% /3) - 10px);
		box-shadow: 0px 0px 10px #c8c8c8;
	}
	.recentPost:nth-child(even) {
		margin: 0 15px;
	}
    .recentPost li:nth-child(2) a {
        /*font-size: 18px;*/
        display: block;
        padding: 10px 15px;
        box-sizing: border-box;
    }
}
@media (max-width:767px) {
    .area-list {
		margin-top: 30px;
	}
    .recentPost {
        font-size: 18px;
        line-height: 1.3;
    }
    .recentPost:nth-child(n+2) {
        margin-top: 20px;
    }
    .recentPost li:nth-child(1) {
        width: 30%;
		float: left;
    }
    .recentPost li:nth-child(2) {
        width: 70%;
		float: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
	.recentPost li img{
		width: 100%;
	}
	.recentPost li:after{
		content: "";
		display: block;
		clear: both;
	}
}
@media (max-width:575px) {
    
    .recentPost li:nth-child(1) {
        width: 40%;
    }
    .recentPost li:nth-child(2) {
        width: 60%;
        padding-left: 15px;
    }
}

/*================== End Area Info ================== */
/*================== Bnr Bottom ================== */
.bnr-bottom {
	background: url('/en/static/img/bus_search/bg_area.png');
}
@media(max-width:767px) {
	.bnr-bottom .row {
		text-align: center;
	}
	.bnr-bottom .row li:nth-child(n+2) {
		margin-top: 15px;
	}
}
/*================== End Bnr Bottom ================== */
@media(max-width:1024px) {
	.txtBooking {
			margin-right: 60px;
	}
}
@media(max-width:991px) {
	.txtBooking {
		font-size: 16px;
		display: block;
		margin: 10px 0 0 0;
	}
	#bnrSlide {
		display: block;
	}
	#bnrSlide img {
		width: 100%;
	}
	.bnrJBLPass p {
		font-size: 5.215vw;
	}
	.bnrJBLPass h2 {
		font-size: 9.387vw;
	}
}
@media(max-width:769px) {	
	.title_mb {
		display: block;
    background: #444444;
    text-align: left;
    padding: 0 15px;
	}
	.title_mb h3{
		display: inline-block;
		background: #444444;
		color: #fff;
		text-align: center;
		padding: 11px 1px;
		font-size: 20px;
	}
	.title_mb i {
		color: #e34f83;
	}
	.title_pc {
		display: none;
	}	
}
@media(max-width:767px) {
	.search-section h2{
		font-size: 23px;
		margin-bottom: 30px;
	}
	/*.search-section .newSearchbox {
    margin: 0 0 50px 0 !important;
	}*/
	.btn_trip .btn-default {
    width: 130px;
	}
	.newSearchbox h2 {
    font-size: 22px;
	}
	.newSearchbox .btn_trip .btn-group #departureSingle {
    float: left;
	}
	.txtBooking_mb {
		display: block !important;
    width: 100%;
    float: none;
    text-align: center;
    color: #ff0000;
		margin-left: 0;
	}
	.txtBooking_pc {
		display: none;
	}
	.show-notice-pc {
		display: none;
		margin-top: 0;
	}
	.box-suggest_to {
		right: 10px;
	}
	.title_mb {
		text-align: center;
		font-size: 18px;
		margin-bottom: 0;
		padding: 0;
	}
	.search-button {
		margin-top: 0;
	}
	.full_mb {
		border-bottom: none;
		padding-bottom: 0;
	}
	#wbs_parts .select-group {
		width: 50%;
		padding: 0 10px;
	}
	.newSearchbox .form-group-mb {
		margin-left: -7px;
		margin-right: -7px;
	}
	.form-group-mb .numberOfPeople {
		padding: 0 15px;
		width: 50%;
	}
	.group_button label {
		width: 34%;
	}
	.fixform .row {
		margin-left: -7px;
		margin-right: -7px;
	}
	#btn-search {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.group_button label {
		margin-bottom: 15px !important;
	}
}
@media screen and (max-width:576px) {
	.txtBooking_mb br {
		display: block;
	}
}
@media screen and (max-width:486px) {
	#btn-search {
		width: 80%;
		padding: 15px;
		font-size: 18px;
	}
	.bnr-bottom li:nth-child(2) {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media(max-width:375px) {
	.group_button label {
		width: 39%;
		padding: 5px;
	}
}

@media(max-width:320px) {
	.newSearchbox .col-md-4, .newSearchbox .col-md-8, .newSearchbox col-md-6 {
		margin-bottom: 0;
	}
	.fixform {
		margin-bottom: 0 !important;
	}
	#wbs_parts .select-group {
		width: 100%;
		margin-bottom: 15px;
	}
	.form-group-mb .numberOfPeople {
		width: 50% !important;
	}
	#btn-search {
		padding: 8px;
		font-size: 19px;
	}
}

/*End search*/
/*=========================================*/

/* =============== Box Company =============== */
.bus_company {
	background-color: #fff;
}
.bus_company_list figure {
	background-color: #f2f2f2;
	border: none;	
}
/* =============== End Box Company =============== */
/* =============== Box Section =============== */
.bus__company__route {
	background: #FAFAFA;
}
.box__section    {
	margin-top: 50px;
}
.box__section h2 {
	font-size: 1.375rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
} 
.box__section h2:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -30px;
	width: 10%; 
	height: 5px;
	background: #FFAEB3;
}
.box__section h3 {
	margin: 30px 0 15px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.875rem;
	text-align: center;
}
.popular-rosen-list li {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    box-sizing: 0;
}
.popular-rosen-list a {
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;    
	border: 1px solid #ccc;
	line-height: 1.3;
	float: left;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 12px 22px 12px 15px;
}
.popular-rosen-list a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	color: #F53D7E;
}
@media screen and (min-width: 992px) {
	.box__section h2 {
		font-size: 1.875rem;
		line-height: 2.5625rem;
	}
}
@media screen and (min-width: 768px) {
	.box__section h2 br {
		display: none;
	}
}

/*----- Bus company list -----*/
.bus_company {
	background-color: #FBF9F9;
}
.bus_company_list {
	width: 100%;
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 60px;
}
.bus_company_list li {
	width: 15.5%;
}
.bus_company_list li:nth-child(n+7) {
    padding-top: 15px;
}
.bus_company_list li a:hover img {
    opacity: 0.8;
    transition: all ease 0.2s;
}
.bus_company_list figure {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
    text-align: center;
    margin: 0;
}
.bus_company_list figure img {
    width: 60%;
}
.bus_company_list li p {
	font-size: 13px;
	padding-top: 3px;
	line-height: 1.5;
    text-align: center;
}
@media screen and (max-width:991px) {
    .bus_company_list li {
        width: 23.5%;
    }
    .bus_company_list li:nth-child(n+5) {
        padding-top: 15px;
    }
    .bus_company_list figure {
        height: 100px;
    }
}
@media screen and (max-width:768px) {
    .bus_company_list {
        margin-top: 40px;
    }
    .bus_company_list li {
        width: 32%;
    }
    .bus_company_list li:nth-child(n+4) {
        padding-top: 15px;
    }
}
@media screen and (max-width:480px) {
    .bus_company_list li {
        width: 48.5%;
    }
    .bus_company_list li:nth-child(n+3) {
        padding-top: 15px;
    }
}