@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	TOP

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	共通

------------------------------------------------------------------------------*/

main h2 {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 1.8125em;
}

main h2 span {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	line-height: 1;
}

main h2 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 1em;
}

main #access h2 span::before,
main #spend_airport h2 span::before {
	width: .75em;
}

main #access h2 span::before {	content: url(../../common/img/icon_bus_b.svg);}
main #route_search h2 span::before {	content: url(../../common/img/icon_route_b.svg);}
main #ride_airplane h2 span::before {	content: url(../../common/img/icon_airplane_b.svg);}
main #spend_airport h2 span::before {	content: url(../../common/img/icon_pin_b.svg);}

main > section {
	padding: 3.125em 0;
}

main > section:first-of-type,
main #news,
main #recommend {
	padding-top: 6.25em;
}

@media screen and (max-width: 767px){

main > section {
	padding: 1.75em 0;
}

main > section:first-of-type,
main #news,
main #recommend {
	padding-top: 3.5em;
}

}


/*------------------------------------------------------------------------------

	promo_slider

------------------------------------------------------------------------------*/

#promotion .promo_slider {
	display: none;
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
}

#promotion .promo_slider.slick-initialized {
	display: block;
}

#promotion .promo_slider.slide_one .slick-dots {
	display: none;
}

#promotion .promo_slider .slick-dots {
	bottom: 3em;
}

#promotion .promo_slider .slick-dots li,
#promotion .promo_slider .slick-dots li button {
	width: 12px;
	height: 12px;
}

#promotion .promo_slider .slick-dots li {
	margin: 0 .5em;
}

#promotion .promo_slider .slick-dots li button {
	padding: 0;
	border: 2px solid #FFF;
	border-radius: 10em;
	background-color: #FFF;
	font-size: inherit;
}

#promotion .promo_slider .slick-dots .slick-active button {
	background-color: rgba(47,60,69,1);
}

#promotion .promo_slider .slick-dots li button::before {
	display: none;
}

#promotion .promo_slider .slide {
	position: relative;
}

#promotion .promo_slider .slide.slick-current::before {
	display: none;
}

#promotion .promo_slider .slick-arrow {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	transform: none;
	border: none;
	background: none;
	padding: 0;
	width: 5%;
	height: 100%;
	font-size: 0;
	z-index: 10;
}

#promotion .promo_slider .slick-arrow:hover {
	cursor: pointer;
}

#promotion .promo_slider .slick-arrow::before {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%)  rotate(45deg);
	display: block;
	content: "";
	width: 50%;
	aspect-ratio: 1/1;
	opacity: 1;
}

#promotion .promo_slider .slick-arrow.slick-prev {
	left: auto;
}

#promotion .promo_slider .slick-arrow.slick-prev::before {
	right: 5%;
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
}

#promotion .promo_slider .slick-arrow.slick-next {
	right: 0;
}

#promotion .promo_slider .slick-arrow.slick-next::before {
	left: 5%;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

#promotion .promo_slider .slick-arrow.slick-prev::before { animation: 1.75s arrow_prev infinite;}

@keyframes arrow_prev {
0%,100% {translate: 0 0;}
50% {translate: -25% 0;}
}

#promotion .promo_slider .slick-arrow.slick-next::before { animation: 1.75s arrow_next infinite;}

@keyframes arrow_next {
0%,100% {translate: 0 0;}
50% {translate: 25% 0;}
}

@media screen and (max-width: 1300px){

#promotion .promo_slider .slick-dots {
	bottom: 2em;
}

}

@media screen and (max-width: 1200px){

#promotion .promo_slider .slick-arrow.slick-prev::before {
	border-bottom-width: 2px;
	border-left-width: 2px;
}

#promotion .promo_slider .slick-arrow.slick-next::before {
	border-top-width: 2px;
	border-right-width: 2px;
}

}

@media screen and (max-width: 767px){

#promotion .promo_slider .slick-dots {
	bottom: .5vw;
}

#promotion .promo_slider .slick-dots li,
#promotion .promo_slider .slick-dots li button {
	width: 1.5vw;
	height: 1.5vw;
}

#promotion .promo_slider .slick-dots li {
	margin: 0 .5vw;
}

#promotion .promo_slider .slick-dots li button {
	border-width: .25vw;
}

#promotion .promo_slider .slick-arrow {
	width: 7%;
}

#promotion .promo_slider .slick-arrow.slick-prev::before {
	right: 1vw;
	border-bottom-width: .35vw;
	border-left-width: .35vw;
}

#promotion .promo_slider .slick-arrow.slick-next::before {
	left: 1vw;
	border-top-width: .35vw;
	border-right-width: .35vw;
}

#promotion .promo_slider .slick-arrow::before {
	width: 3vw;
}

}


/*------------------------------------------------------------------------------

	promotion

------------------------------------------------------------------------------*/

#promotion {
	position: relative;
	background-color: rgba(233,237,239,1);
}

#promotion .time_table {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1400px;
	margin: -2em auto 0;
	padding: 4em 5em;
	background-color: rgba(5,24,38,.95);
	z-index: 10;
}

#promotion .time_table .button {
	width: 28%;
	margin-right: 3em;
	margin: 2.5em 4em 0 0;
}

#promotion .time_table .option {
	margin: 0;
	list-style: none;
}

#promotion .time_table .flight_button {
	margin: 0 0 1em;
}

#promotion .time_table .flight_button a,
#promotion .time_table .option a {
	position: relative;
	display: block;
	padding: 1.25em 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.4;
	color: #FFF;
}

#promotion .time_table .option a {
	padding-top: .75em;
	padding-bottom: .75em;
}

#promotion .time_table .flight_button a::after,
#promotion .time_table .option a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}

#promotion .time_table .flight_button a {
	background-color: rgba(38,161,214,1);
}

#promotion .time_table .flight_button a::after,
#promotion .time_table .option a::after {
	content: url(../../common/img/icon_arrow_w.svg);
	width: .4em;
}

#promotion .time_table .time_table_list {
	display: flex;
	flex-direction: column;
	flex: 1;
}

#promotion .time_table .time_table_list .internal {
	margin-bottom: 2em;
}

#promotion .time_table h2 {
	position: relative;
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	text-align: left;
	line-height: 1;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
}

#promotion .time_table h2 span {
	padding: 0 0 0 .75em;
}

#promotion .time_table h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	width: 1.25em;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#promotion .time_table .internal h2::before { background-image: url(../../common/img/icon_japan_lb.svg);}
#promotion .time_table .international h2::before { background-image: url(../../common/img/icon_net_lb.svg);}

#promotion .time_table .time_table_list ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
}

#promotion .time_table .time_table_list ul li {
	width: 24.25%;
	list-style: none;
	margin-right: 1%;
	margin-bottom: 1%;
}

#promotion .time_table .time_table_list ul li:nth-child(4n) {
	margin-right: 0;
}

#promotion .time_table .time_table_list ul li a {
	display: block;
	padding: .75em;
	text-decoration: none;
	background-color:  rgba(47,60,69,1);
	line-height: 1;
	color: #FFF;
}

#promotion .time_table > .option {
	display: none;
}

#promotion .time_table .option a {
	display: flex;
	flex-direction: column-reverse;
}

#promotion .time_table .option a::before {
	display: block;
	margin-top: .5em;
	text-align: center;
	line-height: 1;
	font-weight: normal;
	font-size: .75em;
	color: #FFF;
}

.ja #promotion .time_table .option a::before { content: "リアルタイムのフライト情報はこちら";}
.en #promotion .time_table .option a::before { content: "Check the Latest Flight Information";}
.ko #promotion .time_table .option a::before { content: "실시간 운항 정보는 여기로";}
.zhHans #promotion .time_table .option a::before { content: "请单击此处获取实时航班信息";}
.zhHant #promotion .time_table .option a::before { content: "請單擊此處獲取實時航班信息";}
.ru #promotion .time_table .option a::before { content: "Информация о рейсах в режиме реального времени";}

#promotion .time_table .option a {
	background-color: rgba(9,91,165,1);
}

@media screen and (max-width: 1500px){

#promotion .time_table {
	max-width: 95%;
}

}

@media screen and (max-width: 1300px){

#promotion .time_table {
	margin-top: -1em;
	padding: 2.5em;
}

#promotion .time_table .button {
	width: 22%;
	margin-right: 2.25em;
}

#promotion .time_table .flight_button a,
#promotion .time_table .option a {
	padding: 1em;
	font-size: 1em;
}

#promotion .time_table .option a::before {
	display: none;
}

.zhHans #promotion .time_table .time_table_list ul li a,
.zhHant #promotion .time_table .time_table_list ul li a {
	font-size: .875em;
}

}

@media screen and (max-width: 1200px){

#promotion .time_table .button {
	width: 27%;
}

#promotion .time_table .time_table_list ul li,
#promotion .time_table .time_table_list ul li:nth-child(4n) {
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}

#promotion .time_table .time_table_list ul li:nth-child(3n) {
	margin-right: 0;
}

#promotion .time_table .flight_button a,
#promotion .time_table .option a {
	padding: 1.5em 1em;
}

}

@media screen and (max-width: 767px){

#promotion .time_table {
	margin-top: 0;
	padding: 5vw;
	max-width: 100%;
}

#promotion .time_table .time_table_list {
	display: none;
}

#promotion .time_table .button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}

#promotion .time_table .flight_button,
#promotion .time_table .option {
	width: 50%;
}

#promotion .time_table .flight_button {
	margin-bottom: 0;
}

#promotion .time_table .option {
}

}


/*------------------------------------------------------------------------------

	駐車場状況

------------------------------------------------------------------------------*/

#parking {
	padding: 2.5em 0;
	background-color: rgba(233,237,239,1);
}

#parking .site_column,
#parking .site_column ul,
#parking .site_column ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#parking .site_column h2 {
	margin-right: 1em;
	margin-bottom: 0;
}

#parking .site_column h2 span {
	display: block;
	padding: 0;
	line-height: 1;
}

#parking .site_column h2 span:first-child {
	margin-bottom: .25em;
}

#parking .site_column h2 span:last-child {
	font-weight: 500;
	font-size: .5em;
	opacity: .5;
}

#parking .site_column ul {
	margin: 0;
	padding: 1em 3em;
	background-color: #FFF;
	list-style: none;
}

#parking .site_column ul li {
	margin-bottom: 0;
}

#parking .site_column ul li:first-child {
	margin-right: 1.25em;
	padding-right: 1.25em;
	border-right: 1px solid rgba(181,196,203,1);
}

#parking .site_column ul li span {
	padding-right: 1em;
	font-weight: bold;
	font-size: 1.25em;
}

#parking .site_column ul li img {
	width: 70px;
}

@media screen and (max-width: 1024px){

#parking .site_column ul li img {
	width: 50px;
}

}

@media screen and (max-width: 767px){

#parking {
	padding: 6vw 0;
}

#parking .site_column h2 {
	position: relative;
	width: 100%;
	margin: 0 0 3vw 0;
}

#parking .site_column h2 span:first-child {
	margin-bottom: 0;
	font-size: 4.5vw;
}

#parking .site_column h2 span:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
}

#parking .site_column ul {
	padding: 1em;
	width: 100%;
}

#parking .site_column ul li:first-child {
	margin-right: .75em;
	padding-right: .75em;
}

#parking .site_column ul li span {
	padding-right: .5em;
	font-size: 3.5vw;
}

#parking .site_column ul li img {
	width: 9vw;
}

}


/*------------------------------------------------------------------------------

	経路検索

------------------------------------------------------------------------------*/

main #route_search #banner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	list-style: none;
}

main #route_search #banner li {
	max-width: 500px;
}

main #route_search #banner li a {
	display: block;
}

main #route_search p {
	margin-top: 1em;
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px){

main #route_search #banner li {
	max-width: 70vw;
}

main #route_search p {
	font-size: 1.125em;
}

}


/*------------------------------------------------------------------------------

	交通アクセス

------------------------------------------------------------------------------*/

#access .site_column {
	width: 890px;
}

.ja #access ul .car a::before {
	bottom: 6.3em;
}

.ja #access ul .car a > span {
    bottom: 3em;
}


@media screen and (max-width: 1410px){

#access .site_column {
	width: 850px;
}

}

@media screen and (max-width: 1024px){
	
.ja #access ul .car a::before {
	bottom: 10.5vw;
}
	
.ja #access ul .car a > span {
    bottom: 6vw;
}
}



@media screen and (max-width: 950px){

#access .site_column {
	width: 90%;
}

}

@media screen and (max-width: 850px){
.ja #access ul .car a::before {
	bottom: 11vw;
}
	
.ja #access ul .car a > span {
    bottom: 5.5vw;
}
}



@media screen and (max-width: 767px){

#access .accessmap a::before {
	width: 4vw;
}
	
.ja #access ul .car a::before {
	bottom: 10vw;
}
	
.ja #access ul .car a > span {
    bottom: 4vw;
	font-size: 2vw;
}

}

/*------------------------------------------------------------------------------

	飛行機に乗る

------------------------------------------------------------------------------*/

#ride_airplane ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

#ride_airplane ul li {
	width: 24%;
	margin: 0;
}

#ride_airplane ul li a {
	position: relative;
	display: block;
	padding-top: 56.25%;
	color: #FFF;
	overflow: hidden;
}

#ride_airplane a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 120%;
	height: 120%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(5px);
}

#ride_airplane a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(47,60,69,.5);
}

#ride_airplane .timetable a::before {
	background-image: url(../img/ride_airplane_timetable.jpg);
}

#ride_airplane .flight a::before {
	background-image: url(../img/ride_airplane_flight.jpg);
}

#ride_airplane .procedure a::before {
	background-image: url(../img/ride_airplane_procedure.jpg);
}

#ride_airplane .tour a::before {
	background-image: url(../img/ride_airplane_tour.jpg);
}

#ride_airplane ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 10em;
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	z-index: 10;
}

@media screen and (max-width: 850px){

#ride_airplane  ul li {
	width: 48.5%;
	margin-bottom: 4%;
}

}

/*------------------------------------------------------------------------------

	空港ですごす

------------------------------------------------------------------------------*/

#spend_airport ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

#spend_airport ul li {
	width: 24%;
	margin: 0;
}

#spend_airport ul li a {
	text-decoration: none;
	color: inherit;
}

#spend_airport ul li figure {
	margin: 0 0 .75em;
}

#spend_airport ul li a span {
	display: block;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 850px){

#spend_airport ul li {
	width: 48.5%;
	margin-bottom: 4%;
}

}


/*------------------------------------------------------------------------------

	空港からのお知らせ

------------------------------------------------------------------------------*/

#news {
	background-color: rgba(233,237,239,1);
}

body.ja #news .news_list .site_column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#news .news_list .site_column .news_column {
	width: 45%;
}

#news .news_list .site_column .news_column .title {
	width: 100%;
	margin-top: .75em;
}

#news .news_list .site_column .news_column > p {
	margin-bottom: 1em;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

#news .news_list .site_column .news_column > p::after {
	content: "";
	display: block;
	width: .5em;
	margin: .5em auto;
	aspect-ratio: 1/cos(60deg);
	clip-path: polygon(50% 100%,100% 0,0 0);
	background-color: rgba(47,60,69,1);
}

@media screen and (max-width: 1200px){

#news .news_list .site_column .news_column {
	width: 47%;
}

}

@media screen and (max-width: 767px){

body.ja #news .news_list .site_column {
	display: block;
}

#news .news_list .site_column .news_column {
	width: 100%;
}

#news .news_list .site_column .news_column:last-child {
	margin-top: 10vw;
}

}


/*------------------------------------------------------------------------------

	PICKUP

------------------------------------------------------------------------------*/

#pickup ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

#pickup ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
}

#pickup ul li:nth-child(3n) {
	margin-right: 0;
}

#pickup ul li a,
#pickup ul li span {
	display: block;
}

#pickup ul li a {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	text-decoration: none;
	color: inherit;
}

#pickup ul li a .title {
	margin-top: .875em;
	line-height: 1.6;
}

#pickup ul li a .thumb {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#pickup ul li a .category {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}

@media screen and (max-width: 767px){

#pickup ul {
	justify-content: space-between;
}

#pickup ul li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 6%;
}

}


/*------------------------------------------------------------------------------

	option

------------------------------------------------------------------------------*/

#option {
	padding: 5em 0;
	background-color: rgba(233,237,239,1);
}

#option .site_column {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

#option .site_column .links .internal,
#option .site_column .links .sns {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#option .site_column .links .internal,
#option .site_column .links .sns {
	margin: 0;
	list-style: none;
}

#option .site_column .links,
#option .site_column .twitter {
	width: 47.5%;
}

#option .site_column .twitter .tw_box {
	height: 590px;
	overflow-y: scroll;
	border-radius: 6px;
}

#option .site_column .links a {
	display: block;
}

#option .site_column .links .internal li,
#option .site_column .links .sns li {
	width: 31.5%;
	margin: 0 2.7% 3% 0;
	text-align: center;
	background-color: #FFF;
}

#option .site_column .links .internal li:nth-child(3n),
#option .site_column .links .sns li:nth-child(3n) {
	margin-right: 0;
}

#option .site_column .links .internal {
	margin-bottom: 3em;
}

#option .site_column .links .internal li a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 1.25em;
	text-decoration: none;
	text-align: center;
	color: inherit;
}

@media screen and (max-width: 1200px){

#option .site_column .links .internal {
	margin-bottom: 2em;
}

#option .site_column .links .internal li {
	width: 48.5%;
}

#option .site_column .links .internal li:nth-child(2n) {
	margin-right: 0;
}	

#option .site_column .links .internal li:nth-child(3n) {
	margin-right: 2.7%;
}	
	
}

@media screen and (max-width: 1000px){

#option .site_column .twitter .tw_box {
	height: 52vw;
}

}

@media screen and (max-width: 767px){

#option {
	padding: 10vw 0;
}

#option .site_column .links,
#option .site_column .twitter {
	width: 100%;
}

#option .site_column .links .internal,
#option .site_column .links .sns {
	margin-bottom: 5vw;
}

#option .site_column .twitter .tw_box {
	height: 100vw;
}

}