@charset "utf-8";
/* CSS Document */
* {
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#panlist_bali {
    background: #a00105;
    color: #fff;
    overflow: hidden;
    padding: 7px;
    list-style: none;
    font-size: 14px;
}
#panlist_bali ol {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1100px;
    min-width: 980px;
    list-style: none;
}
#panlist_bali ol li {
    float: left;
}
#panlist_bali ol li a {
    color: #fc0;
}
#panlist_bali ol li a:hover {
    color: #fff;
}
/* ----------------------------------------------------------- 
basic-navi
 ----------------------------------------------------------- */
.basic-navi {
    height: 50px;
    background-image: url("../image/bg-navi.png");
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 18px;
}
.basic-navi ul {
    list-style-type: none;
    width: 1100px;
    margin: 0 auto;
}
.basic-navi a {
    display: block;
    width: 183px;
    text-align: center;
    height: 42px;
    text-decoration: none !important;
    line-height: 42px;
}
.basic-navi a.navi-off {
    color: #333;
}
.basic-navi a.navi-on, .basic-navi a:hover {
    background-color: #c50a29;
    color: #fff;
}
.basic-navi li {
    float: left;
}
#airport_new{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
#airport_new * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#airport_new img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#airport_new li {
	list-style-type: none;
	text-decoration: none;
}
#airport_new a {
	text-decoration: none;
}
#airport_new a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#airport_new {
	width: 100%;
	font-size: 20px;
	color: #3E3A39;
	line-height: 1.6;
	background-color: #FFF;
	min-width: 1000px;
	padding-bottom: 50px;
}
/*--------------------------------------------------*
 *   メインタイトル
 *--------------------------------------------------*/
#airport_new .ttl_main {
}
/* ----------------------------------------------------------- 
追加css
 ----------------------------------------------------------- */
#airport_new {
	width: 100%;
	font-size: 20px;
	color: #3E3A39;
	line-height: 1.6;
	background-color: #FFF;
/*	min-width: 1400px;*/
	padding-bottom: 50px;
}
@media (min-width: 640px) {
    .pc_none {
        display: none !important;
    }
	/* メインビジュアル */
	.main{
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
	}
	.main_text{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.main_text p{
		width: 800px;
		height: auto;
		background-color: rgba(51, 150, 211, 0.9);
		padding: 20px 0px;
		color: #ffffff;
		font-size: 35px;
		font-weight: 600;
	}
#airport_new .main img{
		width: 100%;
	object-fit: cover;
		height: 200px;
	}
	/* テキスト */
	.text{
		font-size: 18px;
		text-align: center;
		margin-top: 35px;
	}
	/* コンテンツ幅 */
	.contents01{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
	}
	/* タイトル */
	.title{
		display: flex;
		margin-top: 40px;
	}
	.title_text{
		font-size: 30px;
		font-weight: 600;
		color: #333333;
		margin-left: 10px;
	}
	.icon-plane{
		margin-top: 5px;
	}
	/* 各都市空港見取り図 */
	.airport{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.airport_01{
		width: 49%;
		background-color: #ffffff;
		border-radius: 25px;
		padding: 20px 25px;
		border: 1px solid #d2d2d2;
		box-shadow: 0px 7px 0px rgba(238, 238, 238, 1); /* 横10px, 縦10px, ぼかし15px, 色 */
		margin-top: 25px;
	}
	.airport_01 img{
		max-width: 100%;
		height: auto;
	}
	.airport_text{
		font-size: 20px;
		font-weight: 600;
		color: #333333;
		text-align: center;
	}
	.airport_img{
		text-align: center;
		background-color: #eeeeee;
		padding: 15px;
		margin-top: 15px;
		position: relative;
	}
	.icon-plus{
		text-align: right;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	/* 各都市空港見取り図　ボタン */
	.btn_area{
		text-align: center;
		margin-top: auto;
	}
	.btn1_area{
		background-color: #3396d3;
		color: #ffffff;
		display: inline-block;
		width: 155px;
		padding:5px 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 15px;
		border: 1px solid #3396d3;
		margin-top: 20px;
	}
	.btn1_area::before{
		border-right: 2px solid #ffffff;
		border-top:2px solid #ffffff;
		bottom:0px;
		content:"";
		height:5px;
		margin: auto;
		right:10px;
		top:2px;
		transform: rotate(45deg);
		width: 5px;
		position: absolute;
	}
	.btn1_area:hover{
		opacity: 0.7;
	}
}
@media (max-width: 639px) {
    .sp_none {
        display: none !important;
    }
	#airport_new {
		font-size: 14px;
		line-height: 1.4;
		min-width: inherit;
		padding-bottom: 20px;
	}
    #panlist_bali ol {
        background: #a00105;
        width: 100%;
        max-width: none;
        min-width: 100%;
        padding: 0;
        font-size: 12px;
    }
	/* メインビジュアル */
	.main{
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
	}
	.main_text{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.main_text p{
		width: 62vw;
		height: auto;
		background-color: rgba(51, 150, 211, 0.9);
		padding: 3.1vw 0px;
		color: #ffffff;
		font-size: 4.6vw;
		font-weight: 600;
	}
	/* テキスト */
	.text{
		font-size: 3.7vw;
		text-align: center;
		margin-top: 4.6vw;
		line-height: 6.2vw;
	}
	/* コンテンツ幅 */
	.contents01{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 3vw;
	}
	/* タイトル */
	.title{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 6.2vw;
	}
	.title_text{
		font-size: 4.6vw;
		font-weight: 600;
		color: #333333;
		margin-left: 1.5vw;
	}
	.icon-plane{
		margin-top: 5px;
        width: 20px;
    height: auto;
	}
	.icon-plane img{
		max-width: 100%;
		height: auto;
	}
	/* 各都市空港見取り図　タブボタン */
	.btn_area_sp_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3vw;
	}
	.btn_area_sp{
		text-align: center;
		margin-top: auto;
	}
	.btn1_area_sp{
		background-color: #657c89;
		color: #ffffff;
		display: inline-block;
		width: 45vw;
		padding:1.2vw 3vw;
		padding-left: 3vw;
		padding-right: 2.3vw;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 3.2vw;
		border: 1px solid #657c89;
		margin-top: 1.8vw;
		text-align: left;
		border-radius: 1.5vw;
        cursor: pointer;
	}
	.btn1_area_sp::before{
		border-right: 0.4vw solid #ffffff;
		border-top:0.4vw solid #ffffff;
		bottom:0px;
		content:"";
		height:1.2vw;
		margin: auto;
		right:2.8vw;
		top:0.3vw;
		transform: rotate(45deg);
		width: 1.2vw;
		position: absolute;
	}
	.btn1_area_sp:hover{
		opacity: 0.7;
	}
	.btn2{
		padding:3vw 0px;
		padding-left: 3vw;
		padding-right: 2.3vw;
	}
	/* 各都市空港見取り図 */
	.airport{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.airport_01{
		width: 100%;
		background-color: #ffffff;
		border-radius: 3.9vw;
		padding: 1.8vw 6.2vw;
		padding-bottom: 2.3vw;
		border: 1px solid #d2d2d2;
		box-shadow: 0px 7px 0px rgba(238, 238, 238, 1); /* 横10px, 縦10px, ぼかし15px, 色 */
		margin-top: 5.4vw;
	}
	.airport_01 img{
		max-width: 100%;
		height: auto;
	}
	.airport_text{
		font-size: 4vw;
		font-weight: 600;
		color: #333333;
		text-align: center;
	}
	.airport_img{
		text-align: center;
		background-color: #eeeeee;
		padding: 2.3vw;
		margin-top: 1.5vw;
		position: relative;
	}
	.icon-plus{
		text-align: right;
		position: absolute;
		bottom: 2.3vw;
		right: 2.3vw;
	}
	/* 各都市空港見取り図　ボタン */
	.btn_area{
		text-align: center;
		margin-top: auto;
	}
	.btn1_area{
		background-color: #3396d3;
		color: #ffffff;
		display: inline-block;
		width: 34vw;
		padding:1.2vw 3vw;
		padding-left: 1.2vw;
		padding-right: 3.9vw;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 3vw;
		border: 1px solid #3396d3;
		margin-top: 2.3vw;
	}
	.btn1_area::before{
		border-right: 0.4vw solid #ffffff;
		border-top:0.4vw solid #ffffff;
		bottom:0px;
		content:"";
		height:1.2vw;
		margin: auto;
		right:2.8vw;
		top:0.3vw;
		transform: rotate(45deg);
		width: 1.2vw;
		position: absolute;
	}
	.btn1_area:hover{
		opacity: 0.7;
	}
/* ----------------------------------------------------------- 
basic-navi 
 ----------------------------------------------------------- */
    .basic-navi {
        width: auto;
        height: auto;
        background-image: none;
        font-size: 14px;
        border-top: 1px solid #c50a29;
        border-right: 1px solid #c50a29;
        overflow: hidden;
    }
    .basic-navi ul {
        width: auto;
        margin: 0 auto;
    }
    .basic-navi a {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .basic-navi li {
        width: 50%;
        border-bottom: 1px solid #c50a29;
        border-left: 1px solid #c50a29;
        box-sizing: border-box;
    }
}
