@charset "utf-8";
/*--------------------------
	ビジネスクラスガイド
----------------------------*/
#Airlines .box960 { 
	padding: 50px 0; 
	display: flex; 
	justify-content:space-between; 
}
#Airlines .box960 .box {text-align: center; }
#Airlines .box960 .box img{width: 390px;}
#Airlines .box960 .box + .box {	padding-top: 15px; }
#Airlines .box960 .box h2 { 
	font-size: 35px; 
	line-height: 1.2; 
}
#Airlines .box960 .box h3 { font-size: 14px; padding-bottom: 30px; }
#Airlines .box960 .box .txt { 
	font-size: 16px; 
	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: 15px 120px;
    text-decoration: none;
    color: #242424;
    font-size: 16px;
	letter-spacing: 0.1em;
    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{ text-align:center;}
.btnLocal a + a{ margin-left:20px;}
.btnLocal a:hover{ border-color:#ADA31D; color:#ADA31D}
.btnLocal + .btnLocal{ margin-top:20px !important;}


