@charset "utf-8";
/*--------------------------
	ビジネスクラスガイド
----------------------------*/
#Airlines {
	background-color: #fff;
}
#Airlines { 
	padding: 35px 0; 
	display: flex; 
	justify-content:space-between; 
}
#Airlines .box {text-align: center; }
#Airlines .box img{width: 85%;}
#Airlines .box + .box {	padding-top: 15px; }
#Airlines .box h2 { 
	font-size: 1.7em; 
	line-height: 2; 
}
#Airlines .box h3 { 
	font-size: 1.0em; 
	padding-bottom: 30px; 
}
#Airlines .box .txt { 
	font-size: 14px; 
	padding-bottom: 25px;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.btnLocal a{
	display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    color: #242424;
    font-size: 14px;
    position: relative;
    border: 1px solid #242424;
    font-weight: bold;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*.btnLocal a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.8em;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
}*/
.btnLocal{margin: 5% 0; text-align: center;}
.btnLocal a + a{ margin-left:20px;}
.btnLocal a:hover{ border-color:#ADA31D; color:#ADA31D}
.btnLocal + .btnLocal{ margin-top:20px !important;}


