body,p,span,a{
	line-height: 1.4;
}
.pt100{padding-top: 100px;}
.pt80{padding-top: 80px}
.pb80{padding-bottom: 80px;}
.pb100{padding-bottom: 100px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt40{padding-top: 40px;}
.pt30{padding-top: 30px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
img{
  max-width: 100%;
}
@media(min-width:767px){
  .block-mb{
    display: none;
  }
}
@media(max-width:991px){
  .pt100{padding-top: 80px;}
  .pb100{padding-bottom: 80px;}
  .pt80{padding-top: 60px}
  .pb80{padding-bottom: 60px}
}
@media(max-width:767px){
  .hidden-mb{
    display: none;
  }
  .pt100{padding-top: 60px;}
  .pb100{padding-bottom: 60px;}
  .pt80{padding-top: 50px}
  .pb80{padding-bottom: 50px}
}
.title-cm{
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width:991px){
  .title-cm{
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .title-cm{
    font-size: 35px;
  }
  .highway-bus .title-cm{
    font-size: 30px;
  }
}
/*----- Banner -----*/
.banner{
  position: relative;
}
.banner img{
  width: 100%;
}
.bnr-inner{
  position: absolute;
  width: 100%;
  text-align: center;      
  top: 7vw;
}
.bnr-title{
  font-weight: bold;
/*  font-family: "Noto Serif KR", serif;*/
  font-size: 13vw;
  color: #178261;  
  background: url("../img/bnr-txt-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 2vw 2vw 3vw 3vw;
  display: inline-block;
}
.bnr-title span{
  font-weight: bold;
  font-size: 7vw;
  display: block;
  color: #333;
}
@media(min-width:767px){
  .bnr-inner{
    top: 3vw;
  }
  .bnr-title{
    font-size: 6vw;
    padding: 1vw 2vw 1vw 2vw;
  }
  .bnr-title span{
    font-size: 3.2vw;
  }
}
@media(min-width:991px){
  .bnr-inner{
    top: 3vw;
  }
  .bnr-title{
    font-size: 5vw;
    padding: 1vw 3vw 2vw 3vw;
  }
  .bnr-title span{
    font-size: 2.7vw;
  }
}
@media(min-width:1900px){
  .bnr-inner{
    top: 5vw;
  }
  .bnr-title{
    padding: 15px 75px 35px 70px;
    font-size: 95px;
  }
  .bnr-title span{
    font-size: 50px;
  }
}
@media(max-width:767px){
  .bnr-inner .container{
    padding-left: 0;
    padding-right: 0;
  }
}
/*----- Intro -----*/
.intro-title{
  font-weight: bold;
  font-size: 27px;
}
@media(min-width:767px){
  .intro{
    display: flex;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px;
  }
  .intro > div{
    padding-left: 25px;
    padding-right: 25px;
  }
  .intro > div:nth-child(1){
    width: 63%;
  }
  .intro > div:nth-child(2){
    width: 37%;
    text-align: center;
  }
  .intro-title{
    font-size: 28px;
  }
}
@media(min-width:991px){
  .intro-title{
    font-size: 30px;
  }
}
@media(max-width:767px){
  .intro > div:nth-child(2){
    margin-top: 20px
  }
}
/*--------/ ENd intro------*/

/*--------Big Map------*/
.mapKyushu{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.mapKyushu > img{
  width: 55%;
}
.map-small{
  margin: 0 auto;
  display: block;
}
.map-name a{
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
}
.mapKyushu .map-name a:hover{
	text-decoration: underline !important;
}
.fukuoka{
	position: absolute;
	top: 5.5%;
	left: 73%;
}
.oitabeppu{
	position: absolute;
	top: 22.5%;
	left: 79%;
	width: auto;
}
.miyazaki{
	position: absolute;
	top: 46%;
	left: 73%;
}
.kagoshima{
	position: absolute;
	top: 56%;
	right: 79%;
}
.kumamoto{
	position: absolute;
	top: 42%;
	right: 73.5%;
}
.nagasaki{
	position: absolute;
	top: 30%;
	right: 76%;
}
.saga{
	position: absolute;
	top: 16%;
	right: 78.5%;
}
@media (max-width: 991px){
  .fukuoka{
    top: 5%;
  }
  .oitabeppu{
    top: 22%;
  }
  .miyazaki{
    top: 45.5%;
  }
  .saga{
    top: 15.5%;
  }
  .nagasaki{
    top: 29.5%;
  }
  .kumamoto{
    top: 41%;
  }
}
@media (max-width: 767px){
	.map-name a {
    font-size: 4.5vw;
    background: #fff;
    padding: 0 2px;
  }
  .mapKyushu > img {
    width: 90%;
  }
  .fukuoka{
    right: 0;
    left: inherit;
    top: 6%;
  }
  .oitabeppu {
    top: 17%;
    left: inherit;
    right:0;
  }
  .miyazaki {
    top: 49.5%;
    right: 0;
    left: inherit;
  }
  .saga {
    top: 14%;
    left: 0;
    right: inherit;
  }
  .nagasaki {
    top: 31.5%;
    left: 0;
    right: inherit;
  }
  .kumamoto {
    top: 46%;
    left: 0;
    right: inherit;
  }
  .kagoshima {
    position: absolute;
    top: 6%;
    right: inherit;
    left: 0;
  }
}
/*--------End Big Map------*/
/*-------- destination------*/
.bg-cm{
  background: rgb(229,249,224);
background: linear-gradient(146deg, rgba(229,249,224,1) 15%, rgba(206,237,255,1) 100%);
  position: relative;
}
.bg-cm:before{
  content: '';
  width: 100%;
  height: 80px;
  background: url("../img/bg-top.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
}
.bg-cm:after{
  content: '';
  width: 100%;
  height: 80px;
  background: url("../img/bg-bottom.png") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
}
.plan-item{
  background: #fff;
  box-shadow: 0 0 16px #BFE9E5;
  height: 100%;
  border: 1px solid #fff;
}
.destination-top .plan-item:hover {
  box-shadow: 0 0 16px #8faeac;  
}
.plan-item img{
  width: 100%;
}
.plan-item-inner {
  display: block;
}
.plan-item-inner > div{
  padding: 15px 15px 25px 15px;
}
.plan-name{
  font-size: 20px;
  margin-bottom: 5px; 
  font-weight: bold;
}
.btn{
  border-radius: 22px;
  padding: 5px;
  text-align: center;
}
.btn-green{
  background: #DDF8AD;
  border:1px solid #ADCF5B;
  width: 145px;
  max-width: 100%;
}
.plan-list > div{
  margin-bottom: 20px;
}
.tags{
  font-size: 12px;
  color: #306310;
  background: #E5F6CE;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.plan-item-inner:hover{
  color: #333;
  text-decoration: none;
}
@media(min-width:767px){
  .plan-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    align-items: stretch;
  }
  .plan-list > div{
    padding-left: 10px;
    padding-right: 10px;
    width: 33.333%;
    margin-bottom: 30px;
  }
}
@media(min-width:991px){ 
  .plan-list > div{
    width: 25%;
  }
  .destination-detail .plan-list > div{
    width: 33.333%;
  }
}
@media(max-width:1900px){
  .bg-cm:after,
  .bg-cm:before{
    background-size: auto auto;
  }
}
@media(max-width:767px){
  .bg-cm:before{
    height: 60px;
    background: url("../img/bg-top-mb.png") no-repeat center top;
    background-size: 100% auto;
  }
  .plan-name{
    font-size: 18px;
  }
}
@media(max-width:575px){
  .bg-cm:before{
    background-size: auto;
  }
}
/*--------End destination------*/

/*---------- Search ----------*/
.searchbox__inner {
  background: #F8F8F8; 
}
#wbs_parts {
	position: relative;
}
.form-group {
	position: relative;
	margin: 0;
}
.searchbox__title {
	text-align: center;
}
.searchbox__title h2{
	font-weight:bold;
	font-size: 25px;
}
.icon-bus:before{
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url("/st/3/ko/pc/img/2024/icon/icon-bus.svg") no-repeat;
	background-size: 100%;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.searchbox__inner h2 i {
	color: #000000;
	margin-right: 5px;
}
.search__input{
	border:1px solid #707070;
	background: #fff;
	border-radius: 3px;
	padding: 10px 10px 10px 40px !important;
	width: 100%;
}
.search__label{
	font-weight: bold;
}
.search__btn{
	width: 100%;
	background: #F55F93;
	color: #fff;
	font-weight:bold;
	border-radius: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
  padding: 11px;
	cursor: pointer;
}
.search__btn:hover{
	background: #F93A7C;
}
.icon-search:before{
	content: '';
	width: 16px;
	height: 16px;
	background: url("/st/3/ko/pc/img/2024/icon/icon-search-white.svg") no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 7px;
  vertical-align: middle;
}
.search-departure,
.search__input--prefecture{
	position: relative;
}
.search__input--prefecture::after{
	content: '';
	width: 15px;
	height: 20px;
	background: url("/st/3/ko/pc/img/2024/icon/icon-location-pink.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 14px;
  bottom: 12px;
}
.search-departure::after{
	content: '';
	width: 16px;
	height: 18px;
	background: url("/st/3/ko/pc/img/2024/icon/icon-calendar-pink.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 14px;
  bottom: 14px;
}
/* Suggest style */
.box-suggest::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.box-suggest::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}
.box-suggest::-webkit-scrollbar-thumb {
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}
.box-suggest::-webkit-scrollbar-thumb:hover{
    background: #fff;
}
.box-suggest::-webkit-scrollbar-thumb:active{
    background: linear-gradient(left, #22ADD4, #1E98BA);
}
.box-suggest {
	width: 100%;
	min-height: 50px;
	max-height: 300px;
	overflow: scroll;
	position: absolute;
	background-color: #FFF;
	z-index: 100;
	border: solid 1px #999797;
}
.box-suggest-list li{
	color: #000;
	font-size: 14px;
	padding: 10px 12px;
}
.box-suggest-list .title-nearby,
.box-suggest-list .title-direct {
	color: #858585;
	background-color: #DEDEDE;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .title-popular,
.box-suggest-list .title-area {
	color: #FFF;
	background-color: #A7BEE1;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .title-history {
	color: #CCC;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .result,
.box-suggest-list .result-history,
.box-suggest-list .result-popular {
	display: block;	
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .result:last-child {
	border-bottom: none;
}
.box-suggest-list .result:hover,
.box-suggest-list .result-history:hover,
.box-suggest-list .result-popular:hover {
	background-color: #F0F6FF;
}
.box-suggest-list .result-nearby:before {
	content: 'Nearby';
	color: #FFF;
	font-size: 10px;
	border: 1px solid #8CA1C0;
	border-radius: 3px;
	padding: 0 3px;
	margin-right: 5px;
	background-color: #547EBD;
}
.box-suggest-list .result-direct:before {
	content: 'Direct';
	color: #FFF;
	font-size: 10px;
	border: 1px solid #67BD7F;
	border-radius: 3px;
	padding: 0 3px;
	margin-right: 5px;
	background-color: #57A36C;
}
.box-suggest-list .distance,
.box-suggest-list .distance-direct {
	position: relative;
	font-size: 13px;
	color: #8A8A8A;
	margin-top: 6px;
	padding-right: 30px;
}
.box-suggest-list .distance-km {
	position: absolute;
	right: 0;
	top: 0;
}
.box-suggest-list .result_match {
	color: #0031D4;
}
.box-suggest-list .no_results {
	display: block;	
}
.box-suggest-list .active {
	background-color: #F0F6FF;
}
#wbs_parts .datepicker .table-condensed {
	background: #fff;
}
#wbs_parts .datepicker .table-condensed {
	font-size: 15px;
	border: 1px solid #d3d3d3;
}
#wbs_parts .datepicker table {
	margin: 10px;
}
#wbs_parts .datepicker table tr td.disabled, #wbs_parts .datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999 !important;
	cursor: default;
}
#wbs_parts .datepicker .table-condensed thead tr:nth-child(2) {
	background: #ddd;
	border: 1px solid #d3d3d3;
	cursor: default !important;
}
#wbs_parts .datepicker .table-condensed th, #wbs_parts .datepicker .table-condensed td {
	color: #000;
}
#wbs_parts .datepicker .table-condensed th, #wbs_parts .datepicker .table-condensed td {
	padding: 7px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#wbs_parts .datepicker .datepicker-days td {
	border: 1px solid #d3d3d3;
}
#wbs_parts .datepicker .datepicker-days td.saturday {
	color: #006699;
	background: #e8f2fa;
}
#wbs_parts .datepicker .datepicker-days td.sunday {
	color: #ff384c;
	background: #ffeefd;
}
#wbs_parts .datepicker table tr td span {
	height: 40px;
	line-height: 40px;
}
#wbs_parts .active.day{
	color: #fff !important;
}
.search__notice p {
	margin-top: 15px;
	color: #FF0000;
	font-size: 14px;
	text-align: center;
}
.searchbox input,
.searchbox input::placeholder {
    color: #333;
}
@media(max-width:991px){
	.searchbox__title h2{
		font-size: 22px;
	}
}
@media(max-width:767px){
	.search__notice p{
		font-size: 12px;
		margin-bottom: 10px;		
	}
	.search__btn{
		padding: 13px;
		font-size: 18px;
	}
}
@media(min-width:767px){
	.searchbox__inner{
		border: 1px solid #B2B2B2;
		padding: 15px 15px;
		margin-top: 20px;
		border-radius: 3px;
	}
	.form-group-wrapper{
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		margin-left: -7px;
		margin-right: -7px;
	}
	.form-group-wrapper > div{
		padding-left: 7px;
		padding-right: 7px;
	}
	.form-group-wrapper > div:nth-child(1),
	.form-group-wrapper > div:nth-child(2){
		width: 50%;
	}
	.form-group-wrapper > div:nth-child(4),
	.form-group-wrapper > div:nth-child(3){
		width: 50%;
	}
	.search__label{		
		margin-bottom: 5px;
	}
}
@media(min-width:991px){
	.searchbox__inner{
		padding: 15px 30px;
	}
	.form-group-wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.form-group-wrapper > div{
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-group-wrapper > div:nth-child(1),
	.form-group-wrapper > div:nth-child(2){
		width: 30%;
	}
	.form-group-wrapper > div:nth-child(4),
	.form-group-wrapper > div:nth-child(3){
		width: 20%;
	}
	.search__label{		
		margin-bottom: 5px;
	}
}
@media(max-width:991px) and (min-width:767px){
	.form-group-wrapper > div:nth-child(4),
	.form-group-wrapper > div:nth-child(3){
		margin-top: 15px;
	}
}
@media(max-width:767px){
	.form-group{
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	.search-item{
		display: flex;
		align-items: center;
		justify-content: space-between;		    
		width: 100%;
	}
	.search-item > label{
		width: 60px;
		font-size: 14px;
	}
	.search-departure, .search__input--prefecture{
		font-size: 14px;
	}
	.search-item > div{
		width: calc(100% - 70px);
	}
	.search__btn{
		width: 250px;
    margin: 0 auto;
		max-width: 100%;
	}
}
.box__quicksearch{
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}
.box__quicksearch h2 {
	text-align: center;
	margin-top: 20px;	    
	margin-bottom: 15px;
}
.box__quicksearch h2 span{
	font-weight:bold;
	font-size: 20px;
}
.box__quicksearch ul {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.box__quicksearch ul li{
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.box__quicksearch ul li a{
	border: 1px solid #F55F93;
	background: #fff;
	padding: 10px 15px 10px 25px;
	width: 100%;
	text-align: center;
	position: relative;
	border-radius: 30px;	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box__quicksearch ul li a:hover{
	border:1px solid #F93A7C;
	color: #333;
	background: #FFEBF2;
}
.box__quicksearch ul li a:after{
	content: '';
	width: 15px;
	height: 15px;
	background: url("/st/3/ko/pc/img/2024/icon/icon-search-pink.svg") no-repeat;
}
@media(max-width:991px){
	.box__quicksearch ul{
		margin-left: -6px;
		margin-right: -6px;
	} 
	.box__quicksearch ul li{
		padding-left: 6px;
    padding-right: 6px;
	}
	.box__quicksearch ul li a{
		font-size: 13px;
		padding: 10px 13px 10px 12px;
	}
}
@media(max-width:767px){
	.box__quicksearch ul li{
		width: 50%;
	}
	.box__quicksearch ul li a{		    
		padding: 10px 13px 10px 10px;
		font-size: 13px;
	}	
	.box__quicksearch h2 {  
    margin-top: 25px;
    margin-bottom: 20px;
	}
	.box__quicksearch ul li a:after{
		width: 12px;
		height: 12px;
		background-size: 100%;
	}
  .form-group-wrapper{
    padding: 15px;
  }
}
@media(max-width:479px) and (min-width:425px){
	.box__quicksearch ul li a{
		font-size: 11px;
		padding:  10px 9px 10px 10px;
	}
}
@media(max-width:424px){
	.box__quicksearch ul li a{
		text-align: left;
		padding: 10px 10px 10px 10px;
		font-size: 12px;
	}
}
/*---------- End Search ----------*/

/*--------Sightseeing Bus tour------*/
.content-sightseeing h3{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.price{
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 15px;
}
.bookingArea .price span{
	font-size: 2rem;
	color: #ff2a00;
}
.btn-orange{
  background-color: #ffa04b;
  padding: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 30px;
  width: 230px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}
.btn-orange:hover{
  text-decoration: none;
  color: #fff;
  background-color: #FDB06B;
}
.bookingArea{
  margin-top: 20px;
}
@media(min-width:767px){  
  .intro-sightseeing{
    display: flex;
    flex-wrap: wrap;            
    align-items: center;
  }
  .sightseeing-bus-tour img{
    width: 45%;
  }
  .content-sightseeing{
    width: 55%;	
    padding: 30px 0 30px 30px;
  }
}
@media(min-width:991px){
  .sightseeing-bus-tour img{
    width: 30%;
  }
  .content-sightseeing{
    width: 70%;	
    padding: 30px 0 30px 40px;
  }
}
@media(max-width:991px){
  .bookingArea{
    margin-top: 15px;
  }
}
@media(max-width:767px){
  .bookingArea{
    text-align: center;
  }
  .content-sightseeing{
    margin-top: 20px;
  }
  .intro-sightseeing > img{
    width: 100%;
  }
}
/*--------End Sightseeing Bus tour------*/
.bus__action a{
  line-height: 1.2;
  padding: 9px 15px;
}

.bus__title{
  color: #006145;  
}
.bus__company button{
  color: #333;
}
.bus__action a{
  background: #FFCE95;
  border: 1px solid #ECA257;
  color: #333;
}
.bus__action a:hover{
  background: #FDB148;
  color: #333;
}
@media(max-width:767px){
  .bus__toggle{
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  .bus__photo--footer img{
    margin-left: 0;
  }
  .ajax_link_rewrite .bus{       
    border: 1px solid #E3E3E3;
    margin-bottom: 10px;
  }
  .bus__header{
    border-bottom: 1px solid #E3E3E3;
  }
}

.bus__action--body{
  width: 230px;
}
.bus__photo--footer{
  width: 30%;
}
.bus__action--footer {
    width: 70%;
}
.ajax_link_rewrite .bus{
  border: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.bus__header{
  border-bottom: 1px solid #E3E3E3;
}
.bus__price{
  display: none;
}
#highwayBussaga .bus__photo img{
  display: none;
}
@media(max-width:767px){
  #highwayBussaga .bus__photo--footer {
    width: 0;
  }
  #highwayBussaga .bus__action--footer {
    width: 100%;
  }
}

/*=============== Add One-Way Bus Ticket and Baggage Delivery Service sectione ==============*/
/*----Airport-sub-box----*/
.airport-sub-box{
	background: #bde3f3;
	margin: 20px auto 0;
	padding: 20px 15px;
}
.airport-sub-box .tit-airport{	
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 10px;
	text-align: center;
}
.airport-sub-box .route-list{
	width: 100%;
	border: 2px solid transparent;
  padding: 8px 6px 0px;
	margin: 0 auto;	
}	
.airport-sub-box .route-list li{
    background-color: white;
    padding: 15px;
		margin-top: 16px;
		position: relative;
}
.airport-sub-box .route-list li:last-child{
    margin-top: 0;
} 
.airport-sub-box .route-list li:not(:last-of-type) {
    border-bottom: 1px solid #83afc1;
}
.airport-sub-box .route-list li > .d-flex{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.airport-sub-box .route-list li i{
	margin: 0 15px;
}
.airport-sub-box .route-list .r_ttl {
	font-size: 20px;
	margin-bottom: 0;
	padding-right: 16px;
	width: 70%;
	align-items: center;
	display: flex;
	word-break: auto-phrase;
	font-weight: bold;
}
.airport-sub-box .route-list .route-btn{
	width: 30%;
	flex-wrap: wrap;
}		
.airport-sub-box .route-btn:has( > .cta:only-of-type) {
	justify-content: flex-end;	
}
.airport-sub-box  .route-list .route-tit {
	width: 68%;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 2%;
}
.airport-sub-box .route-list .price {
	width: 30%;
	text-align: right;
	padding: 0 10px 0 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.airport-sub-box .price .tx_red {
	font-size: 18px;
	color: #E00909;
	font-weight: bold;
}
.airport-sub-box .price .tx_red .num{
	font-size: 27px;
}
.airport-sub-box .route-list .cta {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 12px 10px 12px 0;
	background: #0F6488;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	transition: 0.24sease;
	transition-property: background;
	border-radius: 50px;
}
.airport-sub-box .route-list .cta:hover{
	text-decoration: none;
	background: #1c85b1;
	color: #fff;
}
.airport-sub-box .route-btn:has( > .cta:only-of-type) a {
	width: 100% !important;
}
@media (max-width: 991px) {
	.airport-sub-box .route-list .d-flex.route-item{
		display: inherit !important;
	}
	.airport-sub-box  .route-list .route-tit {
		width: 100%;
	}
	.airport-sub-box .route-list .route-btn{
		width: 50%;
		margin: 0 auto;
	}
	.airport-sub-box .route-list .r_ttl {
			width: 70%;
	}
	.airport-sub-box .route-list .price {
			width: 30%;
	}
	.airport-sub-box .tit-airport {
    font-size: 20px;
	}
}
@media (min-width: 768px) {	  
	.airport-sub-box .airport-sub-box .price .tx_red .num{
    font-size:29px;
  }	
}
@media (max-width: 575px) {
	.route-list .d-flex > a {
			margin: 5px 0;
	}
}
@media (max-width: 767px) {
	.airport-sub-box .route-list .price, .airport-sub-box .route-list .r_ttl {
			width: 100%;
			text-align: center;
			display: block;
	}
}
@media (max-width: 480px) {
	.airport-sub-box .route-list .route-btn{
		width: 100%;
	}	
}



