@charset "UTF-8";

/* store-info ---------------------- */

#store-info .txt-img-blc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#store-info .txt-img-blc .txt-blc {
    flex: 1;
    box-sizing: border-box;
}

#store-info .txt-img-blc .txt-blc .txt01 {
    font-size: 110%;
}

#store-info .txt-img-blc .img-blc {
    width: 50%;
    text-align: center;
    margin-left: 4%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#store-info .txt-img-blc .img-blc .img {
    width: calc(50% - 5px);
    text-align: center;
    margin: 0 10px 10px 0;
}

#store-info .txt-img-blc .img-blc .img:nth-of-type(2n+2) {
    margin-right: 0;
}

@media screen and (max-width:680px) {
    #store-info .txt-img-blc {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }
    #store-info .txt-img-blc .txt-blc {
        flex: auto;
    }
    #store-info .txt-img-blc .img-blc {
        width: 100%;
        margin-top: 4%;
        margin-left: 0;
    }
}

/* hall-info ---------------------- */

#hall-info {
    background-color: #fbfbfe;
}

#hall-info .inner-blc {
    max-width: 1200px;
    width: 94%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

#hall-info .txt-img-blc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#hall-info .txt-img-blc .txt-blc {
    flex: 1;
    box-sizing: border-box;
}

#hall-info .txt-img-blc .txt-blc .txt01 {
    font-size: 120%;
    padding-left: 18%;
}

#hall-info .txt-img-blc .img-blc {
    width: 57%;
    margin-left: 4%;
    box-sizing: border-box;
}

@media screen and (max-width:1000px) {
    #hall-info .txt-img-blc .txt-blc .txt01 {
        padding-left: 0;
    }
}

@media screen and (max-width:640px) {
    #hall-info .txt-img-blc .txt-blc {
        flex: auto;
        order: 1;
    }
    
    #hall-info .txt-img-blc .img-blc {
        width: 100%;
        margin-bottom: 4%;
        margin-left: 0;
    }
}

/* bowling-center ---------------------- */

#bowling-center .banner-btn {
    text-align: center;
    margin-top: 6%;
}