@charset "UTF-8";


/* 全体の構成 */
.topicsDetailImg_full_pink_buttonArea{
    background-color: #FFF;
}
main {
    padding-top: 60px;
}

/* アプリのリンク（サイズ感はその都度調整） */
.assets_ic184_box01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.assets_ic184_box01 a{
    width: 50.1333333%;
}
.assets_ic184_box01 a:nth-of-type(2){
    width: 49.8666667%;
}
.assets_ic184_box01 a > img{
    width: 100%;
}

/* 追従バナー */
.float_button{
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
}

/* 上書き（〜3/6） */
.lineup {
    margin-top: 0;
    z-index: 10;
}

/* 上書き（3/6〜） */
/*.lineup {
    margin-top: 0;
    background: #fff5e6;
    z-index: 10;
}*/

.lineup {
    margin-top: 0;
}

/* /assets_ic184/css/reset.css から移植 */
img {
    max-width: 100%;
    vertical-align: bottom;
}

@media print, screen and (min-width: 768px) {
    /* 全体の構成 */
    main {
        padding-top: 100px;
    }
    main:before {
        content: "";
        display: block;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../img/ic_184_bg.jpg) top center no-repeat;
        background-size: cover;
    }
    .topicsDetailImg_full_pink{
        position: relative;
        padding-bottom: 0px;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap{
        margin:0 auto;
        padding: 60px 0;
    }
    .buttonBlack a:hover, .buttonWhite a:hover {
        background-color: #FFF;
    }
    footer{
        position: relative;
    }

    /* ご予約はこちら */
    .assets_ic184_box01{
        width: 600px;
        margin: 0 auto;
    }

    /* 追従バナー */
    .float_button{
        width: 600px;
    }
}
