@charset "utf-8";
/*---------------------------------
下層ページ用ラインナップ 2025/06改修
-----------------------------------*/
#lineup {
	padding-bottom: 70px;
    background-color: #eee;
    & .inner {
		width: 992px;
		margin: 0 auto;
	}
    & .lineup-box {
        width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        color: #fff;
        & li {
            width: 47%;
            margin: 0 1.5%;
            & a {
                display: block;
                text-decoration: none;
                color: inherit;
                padding: 20px;
            }
            & h3 {
                text-align: center;
                margin-bottom: 15px;
                & span:nth-child(1) {
                    display: block;
                    font-size: 26px;
                    font-weight: normal!important;
                    margin-bottom: 5px;
                    letter-spacing: 3px;
                }
                & span:nth-child(2) {
                    display: block;
                    font-size: 12px;
                    font-weight: normal;
                    letter-spacing: 3px;
                }
            }
            & .text {
                font-size: 14px;
            }
            & .btn {
                border-radius: 3px;
                border: 1px solid #fff;
                text-align: center;
                width: 80%;
                margin: 15px auto 0;
                padding: 10px 0;
                font-weight: normal;
                position: relative;
                &::after {
                    position: absolute;
                    right: 5px; 
                    top:5%;
                    content:"\f105"; 
                    font-family:FontAwesome; 
                    font-size:24px; 
                }
                a:hover & {
                    background-color: #fff;
                    color: #333;
                }
            }
            &.tour {background-color: #7D7C40;}
            &.air {background-color: #436C7A;}
            &.ah {background-color: #78456D;}
        }
    }
}