/* ========== トップ GoogoleMap下バナー ========== */
#google_map {
    margin-bottom: 20px;
}

.movilink__wrap{
    max-width: 740px;
    margin: 0 auto 60px;
}
.movilink__flexWrap{
    display: flex;
    gap: 2rem;
    
    justify-content: center;
    align-items: end;
}

.movi,.to_dwnload{
    width: 50%;
}
.allRoute{
    width: 100%;
}

/* .movi {
    margin-bottom: 20px;
} */

.moviImg,.allRoute img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
}
.allRoute img {
    max-width: inherit;
}

.to_dwnload {
    background-color: #ffffff;
    /* width: 100%;
    
    ; */
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.to_dwnload h2 {
    margin-bottom: 20px;
}

.to_dwnload h2 img {
    width: 100%;
}

.to_dwnload_flex_wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

.to_dwnload_flex_wrap>div {
    width: 45%;
}

.to_dwnload_flex_wrap>div a:first-of-type {
    display: block;
    margin-bottom: 30px;
}

.to_app_wrap {
    margin-right: 2%;
}

img.to_link_pc{
    max-width: 160px;
    margin: 0 auto;
}

.movilink__flexWrap p.to_link_sp,.moviImg-sp {
    display: none;
}


/* ========== 各スポット下 バナー ========== */
.contact a.btn {
    margin-bottom: 40px;
}

.spot_to_movi {
    width: 100%;
    margin: 0 auto;
}

.spot_to_movi a.spot_to_movi_sp, .allRoute__sp{
    display: none;
}


@media screen and (max-width: 959px) {
    .movilink__flexWrap img.to_link_pc,.moviImg-pc,.allRoute_Img_pc {
        display: none;
    }
    .moviImg-sp,.allRoute__sp{
        display: block;
    }

    .movilink__flexWrap{
        flex-direction: column;
        gap: 2rem;
    }

    .movi,.to_dwnload,.allRoute{
        width: 100%;
    }


    /* リンクボタン */
    .movilink__flexWrap p.to_link_sp {
        display: block;
        /* background-image: linear-gradient(1deg, rgba(248, 109, 150, 1), rgba(255, 226, 95, 1) 87%); */
        background-image: linear-gradient(180deg, rgba(155, 251, 241, 1) 0%, rgba(150, 187, 241, 1) 96%);
        box-shadow: 0px 4px 10px -5px #949494;
        text-align: center;
        /* color: #4f1f24; */
        color: #1f2d4f;
        font-weight: 600;
        padding: 10px;
        border-radius: 30px;
    }

    .contact a.btn {
        margin-bottom: 20px;
    }

    .spot_to_movi img.spot_to_movi_pc {
        display: none;
    }

    .spot_to_movi a.spot_to_movi_sp {
        display: block;
        /* width: 80%; */
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 768px) {

    /* ========== トップ GoogoleMap下バナー ========== */
    .to_dwnload {
        padding: 20px 0;
    }

    .to_dwnload_flex_wrap>div {
        width: 45%;
    }

    .to_app_wrap {
        margin-right: 3%;
    }

    div#preface .space-m p.to_link_sp {
        padding: 8px 1px;
    }
    .spot_to_movi a.spot_to_movi_sp{
        max-width: 320px;
    }
}

@media screen and (max-width: 520px){
    .spot_to_movi a.spot_to_movi_sp{
        max-width:inherit;
    }
    .movilink__flexWrap{
        gap: 1rem;
    }
}