@charset "utf-8";

article {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #121212;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

/*--------------- メイン部分-----------------------   */
#hero{
	width:100%;
	text-align: center;
}

.triangle{
  position: relative;
  background-color: #E9D519;
}

.triangle:after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #E9D519;
    border-left: 100vw solid transparent;
    z-index: 1;
}





.pt150{
  padding-top: 150px;
}

.sec-caption {
  padding: 30px 0px 10px;
}



.txt-intro{
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	z-index: 2;
	 top: 50%;
   left: 50%;
   transform: translateX(-50%);
	width: 90%;
	text-align: left;
	line-height: 24px;
	
}

.img-airplane{
	position: absolute;
	z-index: 3;
	top:30px;
	right: 0;
	width: 50%;
}

/*--------------- メイン部分ここまで-----------------------   */

.sec-pickup{
  padding-top: 180px;
}
.sec-pickup,.sec-mainseach,.sec-ereaseach,.sec-list,.sec-notes{
	  background-color: #EBEFF0;
	padding-bottom: 60px;
}
.sec-topics{
	  background-color: #EBEFF0;
}

h2.tit-pickup,h2.tit-mainseach,h2.tit-ereaseach,h2.tit-list,h2.tit-notes{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
}

h2.tit-pickup::before{
	position: absolute;
	content: url(/static/img/bus/airport-bus/head_pickup.svg);
    top: -45px;
    left: 0;
  right: 0;
  margin: auto;
}

h2.tit-mainseach::before{
	position: absolute;
	content: url(/static/img/bus/airport-bus/head_search.svg);
    top: -45px;
    left: 0;
  right: 0;
  margin: auto;
}

h2.tit-ereaseach::before{
	position: absolute;
	content: url(/static/img/bus/airport-bus/head_search.svg);
    top: -45px;
    left: 0;
  right: 0;
  margin: auto;
}

h2.tit-list::before{
	position: absolute;
	content: url(/static/img/bus/airport-bus/head_list.svg);
    top: -45px;
    left: 0;
  right: 0;
  margin: auto;
}

h2.tit-notes::before{
	position: absolute;
	content: url(/static/img/bus/airport-bus/head_notes.svg);
    top: -45px;
    left: 0;
  right: 0;
  margin: auto;
}

/*エリアから探す　小見出し追加*/
.subtit-ereaseach{
	background: #1C1C1C;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 20px;
}

.box-pickup{
	background: #fff;
	padding: 20px;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 40px;
}
.name-route{
	text-align: center;
}
.name-route b{
	font-size:18px;
}
.price-pikup{
	display: flex;
	align-items: center;
	justify-content:center;
}
.price-pikup dt span{
	color:#fff;
	font-weight: bold;
	background: #1C1C1C;
	padding: 5px 20px;
	border-radius: 60px;
	font-size: 16px;
	margin-right: 20px;
}

.price-pikup dd{
	color: #F91818;
	font-size:40px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	
}
.price-pikup dd span{
	font-size:26px;
}

.btn-right{
	display: block;
	background: #0F6488;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.btn-right::after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.btn-right:active, .btn-right:link, .btn-right:hover, .btn-right:visited {
  text-decoration: none;
  color: #FFF;
}
.btn-right:hover {
	background: #E9D519;
	color: #000;
}
.box-pickup .btn-right{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}


.d-flex{
	flex-wrap: wrap;
	justify-content: space-between;

}


.btn-mainseach li{
	width: 90%;
}
.btn-mainseach li a{
	display: block;
	border: #0F6488 solid 4px;
	border-radius: 60px;
	padding: 12px 30px;
	text-decoration: none;
	color: #0F6488;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	position: relative;
	margin: 6px;
	
}

.btn-mainseach li a::after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}



.btn-mainseach li a:hover{
	background: #0F6488;
	color: #fff;
}

.sec-ereaseach ul{
	margin: 0 auto 40px;
}
.sec-ereaseach ul li{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 33%;
}
.sec-ereaseach ul li:nth-of-type(2),
.sec-ereaseach ul li:nth-of-type(5){
	width: 34%;
}
.sec-ereaseach ul li:nth-of-type(5)
.sec-ereaseach ul li:nth-of-type(6){
	border-bottom: none;
}
.sec-ereaseach ul li:nth-of-type(3),
.sec-ereaseach ul li:nth-of-type(6){
	border-right: none;
}

/*国内・海外　分離*/
.sec-ereaseach .ul-abroad{
	justify-content: center;
	gap: 3.5%;
}

.sec-ereaseach li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background-color: #0F6488;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	transition: 0.24s ease;
}
.sec-ereaseach li a:hover{
	text-decoration: none;
	background: #E9D519;
	color: #000;
}
.sec-ereaseach li a span{
	width: 100%;
	text-align: center;
}
.sec-ereaseach li a i{
	position: relative;
	top: 0;
	transition: 0.24s ease;
}
.sec-ereaseach li a:hover i{
	top: 4px;
}


/*--------------- search　ここまで-----------------------   */

h3.tit-erea{
	background: #1C1C1C;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 20px;
}

h4.tit-airport{
	background: #CECECE;
	width: 90%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;	
	max-width: 1000px;
	margin: 20px auto 0;
	
	
}


h4.tit-airport:has(+ .ajax_link_rewrite:empty) {
	display: none;
}




.erea-box{
	margin-bottom: 40px;
}

.route-list{
  border: 2px solid transparent;
  padding: 8px 6px 0px;
	width: 90%;	
	max-width: 1000px;
	margin: 0 auto;	
}
.ajax_link_rewrite  + .ajax_link_rewrite > .route-list{ 
	border-top: 1px solid #707070;
}


	
.airport_route_list{
  border: 2px solid #1c1c1c;
}
#route_acc .list_ttl{
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  border: 2px solid #1c1c1c;
  background: #F4C23A;
}


.route-list li{
  margin-top: 16px;
  padding: 0 0 16px;
	position: relative;
}

.route-list li i{
	margin: 0 5px;
}

.route-list li:not(:last-of-type){
  border-bottom: 1px solid #707070;
}

.route-list li.ln-border{
	border-bottom: 1px solid #707070;
}
.no-border .route-list li{
	border-bottom: none;
}

.route-list li.ln-top{
	border-top: 1px solid #707070!important;
	margin-top:0;
	padding-top: 16px;
}

.route-list li > .d-flex{
  flex-direction: column;

}
.route-list li > p .bg_grey{
  background: #DCDCDC;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 8px;
}
.route-list li .cpn_detail:hover{
  text-decoration: none;
}
.route-list li .cpn_detail span{
  color: #0461DC;
  text-decoration: underline;
}
.route-list li .cpn_detail i{
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #0461DC;
  background: #fff;
  position: relative;
  top: 2px;
  z-index: 2;
}
.route-list li .cpn_detail i:before{
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #0461DC;
  background: #fff;
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: -1;
}
.route-list .r_ttl{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
	width: 70%;
	
	display: flex;
}
.route-list .r_ttl.smaller{
  font-size: 16px;
}

.route-list .route-tit{
  flex-wrap: wrap;
		width: 100%;
	align-items: center;
}

.route-list .route-btn{
  flex-wrap: wrap;
		width: 100%;
}

.route-btn:has( > .cta:only-of-type) {
	justify-content: center;
}
.route-list .cta.btn-stop {
	width:300px;
}
.route-list .cta.btn-one {
	width:300px!important;
}


.route-list .price{
  width: 30%;
  text-align: right;
  margin-bottom: 8px;
}
.price .tx_red{
  color: #E00909;
  font-size: 15px;
  font-weight: bold;
font-family: 'Oswald', sans-serif;
	white-space: nowrap;
}
.price .stop{
	font-size:18px;
	margin-bottom: 16px;
	display: inline-block;
}
.price .tx_red .num{
	font-size:27px;
	
}

.route-list .cta{
  width: 48%;
  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.24s ease;
  transition-property: background;
}

.route-list .cta:after{
  content:"\f107";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.route-list .cta span{
  width: calc(100% - 24px);
  word-wrap: break-word;
}
.route-list .cta:hover{
	text-decoration: none;
	background: #E9D519;
	color: #000;
}
.txt-link{
	text-align: center;
	margin-top: 16px;
	
}
.txt-link a{
	display:inline-block;
	background: #1c1c1c;
	position: relative;
	color: #FFF;
	padding: 8px 30px 8px 25px;
	font-size:14px;
	font-weight:900;
}

.txt-link a:after{
  content:"\f107";
  font-family:"Font Awesome 5 Free";
position: absolute;
	font-weight:900;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.txt-link a:hover{
	text-decoration: none;
	background: #E9D519;
	color: #000;
}
	.ic-ticket{
		display: none;
		
	}

.ro1614003-sk01 > .ic-ticket,
.ro1614003-sk01 > .ic-ticket,
.ro1612005-sk01 > .ic-ticket,
.ro1616001-sk01 > .ic-ticket,
.ro1617001-sk01 > .ic-ticket,
.ro1617002-sk01 > .ic-ticket,
.ro1618001-sk23 > .ic-ticket,
.ro1618002-sk23 > .ic-ticket,
.ro1618003-sk23 > .ic-ticket,
.ro1618004-sk23 > .ic-ticket,
.ro1631001-sk23 > .ic-ticket,
.ro1610001-sk37 > .ic-ticket,
.ro1611100-sk37 > .ic-ticket,
.ro1496002-sk37 > .ic-ticket,
.ro1610001-sk39 > .ic-ticket,
.ro1603100-sk40 > .ic-ticket,
.ro1604100-sk40 > .ic-ticket,
.ro1604200-sk40 > .ic-ticket,
.ro1628001-sk42 > .ic-ticket,
.ro1607002-sk47 > .ic-ticket,
.ro1621001-sk01 > .ic-ticket,
.ro1625007-sk01 > .ic-ticket,
.ro1612001-sk01 > .ic-ticket,
.ro1624001-sk01 > .ic-ticket,
.ro1624002-sk01 > .ic-ticket,
.ro1624003-sk01 > .ic-ticket,
.ro1608001-sk34 > .ic-ticket,
.ro1608002-sk35 > .ic-ticket,
.ro1609001-sk37 > .ic-ticket,
.ro2614003-sk01 > .ic-ticket,
.ro2614003-sk01 > .ic-ticket,
.ro2612005-sk01 > .ic-ticket,
.ro2616001-sk01 > .ic-ticket,
.ro2617001-sk01 > .ic-ticket,
.ro2617002-sk01 > .ic-ticket,
.ro2618001-sk23 > .ic-ticket,
.ro2610001-sk37 > .ic-ticket,
.ro2611100-sk37 > .ic-ticket,
.ro2496002-sk37 > .ic-ticket,
.ro2610001-sk39 > .ic-ticket,
.ro2603100-sk40 > .ic-ticket,
.ro2604100-sk40 > .ic-ticket,
.ro2604200-sk40 > .ic-ticket,
.ro2628001-sk42 > .ic-ticket,
.ro2607002-sk47 > .ic-ticket,
.ro2621001-sk01 > .ic-ticket,
.ro2625007-sk01 > .ic-ticket,
.ro2612001-sk01 > .ic-ticket,
.ro2624001-sk01 > .ic-ticket,
.ro2624002-sk01 > .ic-ticket,
.ro2624003-sk01 > .ic-ticket,
.ro2608001-sk34 > .ic-ticket,
.ro2608002-sk35 > .ic-ticket,
.ro2609001-sk37 > .ic-ticket,
.ro2636001-sk34 > .ic-ticket,
.ro2636002-sk34 > .ic-ticket,
.ro2636003-sk34 > .ic-ticket
{
		display: block;
		background:#E9D519;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding: 2px 4px;
		font-size: 12px;
	width: 110px;
	margin-bottom: 2px;
		
	}

.box-notes .ic-ticket{
		display: inline-block;
		background:#E9D519;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding: 2px 4px;
		font-size: 12px;
	width: 110px;
	margin-left: 4px;
		
	}

/*--------------- list　ここまで-----------------------   */


.box-notes{
	background: #fff;
	padding: 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	font-size: 0.9em;
}
.box-notes ul li:not(:last-child){
	margin-bottom: 5px;
}
.bnr-topics{
	pointer-events: auto; 
	z-index: 1;
}
.u-triangle{
  position: relative;
	z-index: 0;
	padding-bottom: 50px;
}

.u-triangle:after {
    content: "";
    position: absolute;
   bottom:0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 150px solid #E9D519;
    border-right: 100vw solid transparent;
    z-index: -1;
}

.sec-topics{
	margin-bottom:0px;
}

.sec-topics .card{
	border-radius: 0;
	margin-bottom: 10px;
}

.entry-box img{
	width:100%;
	height:174px;
	object-fit: cover;
}

.entry-box h3{
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	display:inline-block;
	margin-bottom:20px;
}
.entry-box a{
	color: #000;
}


.entry-box p{
	font-size:12px;
	color:#666;
}

.entry-box a{
	display:block;
	
}

.entry-box a:hover,
.entry-box a:hover .card{
	text-decoration:none;
	background:#feebf2;
}

#pickup .entry-box{
	margin-bottom:20px;
}

#pickup .link-motto{
	margin-top:10px;
}
	.title02-set{
		margin:0 0 30px 0!important;
	}	
		.title02{
			font-size:20px!important;
	}	

.txt-ex{
	font-size: 15px;
	line-height: 22px;
}
	

@media (min-width: 768px) {
	
.sec-pickup,.sec-mainseach,.sec-ereaseach{
	padding-bottom: 100px;
}
  
	.box-pickup{
		margin-bottom:20px;
	}	
.txt-intro{
	font-size: 16px;
	text-align: center;
	position: relative;
	width: 100%;
	text-align: center;
}
	.sec-caption {
  padding: 50px 0px 10px;
}
	
	.img-airplane{
	position: absolute;
	z-index: 3;
	top:50px;
	right: 10%;
		width: 25%;
}
	.name-route{
	text-align: right;
	
}
	.name-route b{
		font-size: 20px;
	}	
	
	.btn-mainseach {
		width: 85%;
		max-width: 1100px;
		margin: 0 auto 40px;
	}	
.btn-mainseach li{
	width: 32%;
	justify-content: center;	
	
	
}	
	
	.sec-ereaseach ul {
	    width: 100%;
    max-width: 1100px;
	}
	.sec-ereaseach ul li{
		width: 13.5%!important;
	}
	
	
.btn-arealink.d-flex{
  width: 100%;
  margin: -20px auto 40px;
  flex-wrap : wrap;
}
	
.route-list .r_ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
	width: 60%;
}
.route-list .r_ttl.smaller{
  font-size: 16px;
}

	.price .tx_red .num{
	font-size:34px;
	
}
	.box-notes{
		padding:30px;
	}

.sec-topics .card{
	margin-bottom:20px;
	min-height: 310px;
}

	.sec-topics .card.narita-box{
		max-width: 490px;
		margin: 0 auto 20px;
		text-align: center;
	}
	.txt-center-pc{
		text-align: center;
	}
	
	.txt-ex{
		font-size: 16px;
	}
}



@media (max-width:374px){
  .route-list li{
    padding: 0px 0 16px;
  }
  .route-list .cta{
    font-size: 14px;
  }
	.ic-ticket{
		font-size: 10px;
	}
	.route-list .r_ttl{
		font-size: 15px;
	}
	.price .tx_red {
		font-size: 14px;
	}
	.price .tx_red .num{
		font-size: 24px;
	}
	.txt-intro{
		width: 85%;
	}
}

@media (min-width:576px){
  .route-list .r_ttl + .d-flex{
    justify-content: space-between;
  }
  .route-list .cta{
    width: calc(50% - 8px);
  }
  .route-list .cta:first-of-type{
    margin-bottom: 0;
  }
  .route-list .cta:last-of-type{
    margin-left: auto;
  }
}
@media (min-width:992px){
	
.txt-intro{
	font-size: 16px;
	text-align: center;
	position: relative;
	width: 100%;
}	
		
	.img-airplane{
	position: absolute;
	z-index: 3;
	top:15px;
	right: 8%;
	width: 25%;
}
  .route-list li > .d-flex{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .route-list .r_ttl{
	  font-size: 21px;
    margin-bottom: 0;
    padding-right: 16px;
	  width: 75%;
	  align-items: center;
  }
  .route-list .r_ttl + .d-flex{
    flex-wrap: nowrap;
  }
  .route-list .price{
    width: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .route-list .cta,
  .route-list .cta:last-of-type{
    margin-left: 16px;
    width: 180px;
	  
  }
	
.route-list .route-tit{
  flex-wrap: wrap;
		width: 55%;
}

.route-list .route-btn{
  flex-wrap: wrap;
		width: 45%;
	justify-content: flex-end;
}
.route-list .price{
  width: 25%;
  text-align: right;
  margin-bottom: 8px;
}	
	
	.price .tx_red{
		font-size:18px;
	}	
.price .stop{
	font-size:22px;
	margin-bottom: 8px;
}
	
.txt-link{
	text-align: right;
	margin-top: 10px;
	
}
.txt-link a{
	display:inline-block;
	background: initial;
	position: relative;
	color: #0F6488;
	padding: 0 20px 0 0;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	
}	
	.txt-link a:hover{
		text-decoration: underline;
			background: none;
color: #0F6488;
	}	
.route-btn:has( > .cta:only-of-type) {
	justify-content: flex-end;
}
	.ic-ticket{
		font-size: 13px;
	}

	
.ro1614003-sk01 > .ic-ticket,
.ro1614003-sk01 > .ic-ticket,
.ro1612005-sk01 > .ic-ticket,
.ro1616001-sk01 > .ic-ticket,
.ro1617001-sk01 > .ic-ticket,
.ro1617002-sk01 > .ic-ticket,
.ro1618001-sk23 > .ic-ticket,
.ro1610001-sk37 > .ic-ticket,
.ro1611100-sk37 > .ic-ticket,
.ro1496002-sk37 > .ic-ticket,
.ro1610001-sk39 > .ic-ticket,
.ro1603100-sk40 > .ic-ticket,
.ro1604100-sk40 > .ic-ticket,
.ro1604200-sk40 > .ic-ticket,
.ro1628001-sk42 > .ic-ticket,
.ro1607002-sk47 > .ic-ticket,
.ro1621001-sk01 > .ic-ticket,
.ro1625007-sk01 > .ic-ticket,
.ro1612001-sk01 > .ic-ticket,
.ro1624001-sk01 > .ic-ticket,
.ro1624002-sk01 > .ic-ticket,
.ro1624003-sk01 > .ic-ticket,
.ro1608001-sk34 > .ic-ticket,
.ro1608002-sk35 > .ic-ticket,
.ro1609001-sk37 > .ic-ticket,
.ro2614003-sk01 > .ic-ticket,
.ro2614003-sk01 > .ic-ticket,
.ro2612005-sk01 > .ic-ticket,
.ro2616001-sk01 > .ic-ticket,
.ro2617001-sk01 > .ic-ticket,
.ro2617002-sk01 > .ic-ticket,
.ro2618001-sk23 > .ic-ticket,
.ro2610001-sk37 > .ic-ticket,
.ro2611100-sk37 > .ic-ticket,
.ro2496002-sk37 > .ic-ticket,
.ro2610001-sk39 > .ic-ticket,
.ro2603100-sk40 > .ic-ticket,
.ro2604100-sk40 > .ic-ticket,
.ro2604200-sk40 > .ic-ticket,
.ro2628001-sk42 > .ic-ticket,
.ro2607002-sk47 > .ic-ticket,
.ro2621001-sk01 > .ic-ticket,
.ro2625007-sk01 > .ic-ticket,
.ro2612001-sk01 > .ic-ticket,
.ro2624001-sk01 > .ic-ticket,
.ro2624002-sk01 > .ic-ticket,
.ro2624003-sk01 > .ic-ticket,
.ro2608001-sk34 > .ic-ticket,
.ro2608002-sk35 > .ic-ticket,
.ro2609001-sk37 > .ic-ticket,
.ro2636001-sk34 > .ic-ticket,
.ro2636002-sk34 > .ic-ticket,
.ro2636003-sk34 > .ic-ticket

{
	margin-bottom:-8px;
	}	
	
}
@media (min-width:1200px){
  .route-list .cta,
  .route-list .cta:last-of-type{
    width: 200px;
  }

}

/* 路線非表示　*/
.ro2494002-sk36,.ro2494002-sk28:nth-of-type(2){
	display: none;
}