@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	background: transparent linear-gradient(159deg, #F2F9FA 0%, #F9FFF4 100%) 0% 0% no-repeat padding-box;
	color: #333333;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.marker {
	background: linear-gradient(transparent 85%, #ffd22c 85%);
	margin-left: 3px;
	margin-right: 3px;
	font-size: 110%;
}

a.godetail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1.5;
	padding-bottom: 5px;
}

a.godetail.chubu {
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
}

.deco span {
	font-weight: normal;
	display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 10px auto;
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 50px;
	}

	.deco span {
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 8px;
	}

	.slash span {
		padding: 0 15px;
		background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
		background-size: 12px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
}

.page_roof img {
	width: 100%;
}

@media screen and (min-width: 760px) {
	.page_roof .inner {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 950px;
		margin: 0 auto 15px;
		display: flex;
		justify-content: center;
	}

	.page_roof .inner h2 {
		font-size: 140%;
		color: #FFFFFF;
		text-shadow: 0px 0px 10px #0021579A;
	}
}

@media screen and (max-width: 759.9px) {
	.page_roof .inner {
		width: 90%;
		margin: 15px auto;
	}

	.page_roof .inner h2 {
		font-size: 120%;
		font-weight: normal !important;
	}
}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
	#pageNav {
		background: #4B90FF;
		width: 100%;
		z-index: 20;
		margin-bottom: 80px;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#pageNav ul a {
		flex-grow: 1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		width: 100%;
	}

	#pageNav ul a:last-child {
		background: none;
	}

	#pageNav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
	}

	#pageNav ul a.selected {
		background-color: #0ACDBD;
	}
}

/*--スマホ--*/
@media screen and (max-width: 759.9px) {
	#pageNav {
		margin-bottom: 50px;
	}

	.nav_btn.open {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #4B90FF;
		color: #FFFFFF;
	}

	.nav_btn.open:after {
		content: "▼ MENU ▼";
	}

	.nav_btn.close:after {
		content: "▲ 閉じる ▲";
	}

	#pageNav ul {
		display: none;
		width: 100%;
		z-index: 100;
		margin: 0;
		padding: 0;
		background: #4B90FF;
		color: #FFFFFF;
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: inherit;
		text-decoration: none !important;
	}

	#pageNav ul a {
		width: 100%;
	}

	#pageNav ul a li {
		font-size: 120%;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
}

/*-------------ページコンテンツ--------------*/
.pageContent {
	width: 100%;
	margin-bottom: 80px;
}

.pageContent>.inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
}

.pageContent .inner .title {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageContent .inner .title span {
	font-size: 220%;
	text-align: center;
	color: #2244A0;
	padding: 0 30px;
}

.title::before,
.title::after {
	content: "";
	height: 16px;
	/* 線の太さ */
	background: transparent linear-gradient(189deg, #A5D9FF 0%, #9BC5FF 100%) 0% 0% no-repeat padding-box;
	margin: 0 15px;
	/*width: 200px;*/
	flex-grow: 1;
	transform: skewX(-50deg);
}

@media screen and (max-width: 759.9px) {
	.pageContent>.inner .title span {
		font-size: 160%;
		padding: 0 20px;
	}

	.title::before,
	.title::after {
		height: 12px;
		/* 線の太さ */
	}
}

/*----------航空ダイヤ--------------*/
#flightschedule {
	width: 100%;
	margin: 20px 0;
}

#flightschedule .route_wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	position: relative;
}

#route_kobe {
	background: url("../images/diabg_kobe.jpg")no-repeat center;
	background-size: cover;
}

#route_sapporo {
	background: url("../images/diabg_sapporo.jpg")no-repeat center;
	background-size: cover;
}

#route_fukuoka {
	background: url("../images/diabg_fukuoka.jpg")no-repeat center;
	background-size: cover;
}

#route_other {
	background: url("../images/arukuma_yorokobu.png")no-repeat center right 20%;
	background-size: 100px;
}

#route_kobe.route_wrap::before,
#route_sapporo.route_wrap::before,
#route_fukuoka.route_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 1));
}

.route_wrap .inner {
	width: 90%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.route_wrap .title_route_unit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}

.title_route_unit h2 {
	font-size: 180%;
	background: url("../images/icon_air.png")no-repeat center left;
	background-size: 65px;
	padding-left: 80px;
}

.title_route_unit p {
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {
	#flightschedule.pageContent>.inner {
		width: 100%;
	}

	#flightschedule .route_wrap {
		width: 100%;
		margin: 0;
		padding: 40px 0;
	}

	.route_wrap .title_route_unit {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.title_route_unit h2 {
		font-size: 160%;
		background: url("../images/icon_air.png")no-repeat center left;
		background-size: 55px;
		padding-left: 60px;
	}

	.title_route_unit p {
		width: 100%;
		text-align: center;
		font-size: 110%;
	}

	#route_other.route_wrap {
		background: url("../images/arukuma_yorokobu.png")no-repeat center bottom;
		background-size: auto 80px;
		padding-bottom: 60px;
	}
}

/*-----------box_unit-------------*/
.pageContent .box_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.box_unit .box {
	width: 46%;
	margin: 0 2% 30px;
}

.box h3 {
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}

.box table {
	width: 100%;
	font-size: 110%;
}

.box table th {
	background: #C6DEFF;
	text-align: center;
	padding: 10px 0;
}

.box table td {
	background: #FFFFFF;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 759.9px) {
	.box_unit .box {
		width: 90%;
		margin: 0 auto 20px;
	}

	.box .title .area {
		font-size: 110%;
	}

	.box h3 {
		font-size: 130%;
	}

	.box table {
		font-size: 110%;
	}

}

/*-------------yoyaku--------------*/
.yoyaku {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.yoyaku p {
	font-size: 120%;
	font-weight: bold;
}

.yoyaku_unit {
	width: 90%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}

.yoyaku_unit a.godetail {
	width: 46%;
	margin: 0 2%;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit a.godetail {
		width: 80%;
		margin: 0 0 15px;
	}
}

/*-----アクセス-----------------*/
#access {
	width: 100%;
}

#access .box_unit {
	margin-top: 40px;
}

#access .car h3 {
	font-size: 140%;
	background: url("../images/icon_car.png")no-repeat center left;
	background-size: 45px;
	padding-left: 50px;
	text-align: left;
}

#access .bus h3 {
	font-size: 140%;
	background: url("../images/icon_bus.png")no-repeat center left;
	background-size: 45px;
	padding-left: 50px;
	text-align: left;
}

#access .box ul {
	background: #FFFFFF;
	padding: 20px 10px 10px 20px;
}

#access .box ul li {
	font-size: 120%;
	margin-bottom: 10px;
}

#access .box a {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
	font-size: 90%;
}

@media screen and (max-width: 759.9px) {
	#access .box_unit {
		margin-top: 20px;
	}
}

/*-----施設案内-----------------*/
#shisetsu .shisetsu_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.shisetsu {
	width: 31.3%;
	margin: 0 1% 20px;
}

.shisetsu dt {
	width: 100%;
	margin-bottom: 15px;
}

.shisetsu dt img {
	width: 100%;
}

.shisetsu dd h3 {
	font-size: 130%;
	margin-bottom: 10px;
}

.shisetsu dd p {
	font-size: 110%;
}

@media screen and (max-width: 759.9px) {
	.shisetsu {
		width: 90%;
		margin: 0 auto 40px;
	}

	.shisetsu dt {
		margin-bottom: 10px;
	}

	.shisetsu dd h3 {
		font-size: 130%;
		margin-bottom: 5px;
	}

	.shisetsu dd p {
		font-size: 110%;
	}
}

/*---問い合わせ---*/
#toiawase {
	width: 100%;
}

#toiawase .inner {
	background: url("../images/arukuma_tewofuru.png")no-repeat bottom left 12%;
	background-size: 140px;
}

#toiawase .yoyaku_tel {
	width: 90%;
	max-width: 470px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 10px;
	margin: 0 auto;
	text-align: center;
	border: 15px solid #E6E6E6;
}

.yoyaku_tel p.deco {
	font-size: 120%;
	margin-bottom: 20px;
}

.yoyaku_tel h2 {
	font-size: 140%;
	text-align: center;
}

.yoyaku_tel .address {
	width: 95%;
	max-width: 530px;
	margin: 20px auto 0;
	text-align: left;
	font-size: 110%;
}

.yoyaku_tel a.telno {
	font-size: 150%;
	text-decoration: none;
}

.yoyaku_tel .attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

@media screen and (max-width: 759.9px) {
	#toiawase .inner {
		background: url("../images/arukuma_tewofuru.png")no-repeat center bottom;
		background-size: auto 110px;
		padding-bottom: 120px;
	}

	#toiawase .yoyaku_tel {
		border: 5px solid #E6E6E6;
	}

	#toiawase ul li {
		font-size: 100%;
	}

	.yoyaku_tel h2 {
		font-size: 120%;
		font-weight: bold;
	}
}