


/* 予約ボタン（途中） */


/*PC用*/
@media print, screen and (min-width: 641px){

    .reserve_btn img{
        width:500px;
        margin-bottom:1.5rem;
    }

    .kids_bana img{
        width: 75%;
    }
}

/*SP用*/
@media screen and (max-width:640px) {

    .reserve_btn img{
        width:100%;
        margin-bottom:1.5rem;
    }

    .pickup .pickup__text a{
        margin:0;
        padding:0;
    }

    .pickup .pickup__copy {
        position: relative;
        z-index: 1;
        padding-right: 0;
        font-size: 6vw;
        font-weight: bold;
    }
}



/* 予約ボタン（フッター） */

.footer-fixed-bg{
    /* display: flex; */
}

.footer-copy-line{
    padding-bottom:80px;
}

.page-top-line {
    bottom: 140px;
}

.modalContents .pickup{
    background:white;
}


#modalArea-web11 {
    z-index: 99999;
}

#modalArea-reserve{
    z-index: 3;
}

.choice_reserve {
    height: 50%;
    overflow: auto;
}

/*SP用*/
@media screen and (max-width:640px) {

.modalContents .pickup .pickup__text .pickup__text--title {
    font-size: 4.5vw;
}

.footer-fixed-line-ikeshita {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    height: 71px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    text-align: center;
}

}