@charset "UTF-8";
/*----------------------------------------------

#access-box

----------------------------------------------*/

#access-box .flex-box {
    justify-content: center;
}

#access-box .head-bloc {
    text-align: center;
}

#access-box .head-bloc img {
    width: 100%;
}

/* access-box .map-img -----------------------*/

#access-box .map-img {
    width: 50%;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

#access-box .map-img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#access-box .map-img img {
    max-height: 550px;
    display: block;
    margin: auto;
}

#access-box .map-img .btn-modal {
    text-decoration: none;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    transition: all 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

#access-box .map-img .btn-modal span {
    position: relative;
}

#access-box .map-img .btn-modal span::before {
    content: '\f00e';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 200%;
    color: #fbb446;
}

@media screen and (min-width:1000px) {
    #access-box .map-img .btn-modal:hover {
        opacity: 0.7;
    }
}

/* access-box .map-iframe  -----------------------*/

#access-box .map-img+.map-iframe {
    width: 50%;
}

#access-box .map-iframe {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#access-box .map-iframe .map iframe {
    width: 100%;
    display: block;
}

#access-box .map-iframe .address {
    background-color: #fbb446;
    padding: 1.5rem 2rem;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

#access-box .map-iframe .address h4 {
    font-size: 120%;
}

#access-box .map-iframe .address p {
    font-weight: 400;
}

.mfp-wrap {
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    outline: none!important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 5px;
    right: 0 !important;
    padding: 0 !important;
    display: inline-block;
    width: 35px !important;
    height: 35px;
    text-align: center !important;
    background-color: #fbb446;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-close:active {
    top: 5px !important;
}

@media screen and (max-width:1280px) {
    #access-box .map-iframe .address {
        padding: 30px 4%;
    }
    #access-box .map-iframe .address p {
        font-size: 1.2vw;
    }
    #access-box .map-iframe .map iframe {
        height: 32vw;
    }
}

@media screen and (max-width:1000px) {
    #access-box .flex-box {
        flex-wrap: wrap;
    }
    #access-box .map-img {
        width: 100%;
        height: 100%;
    }
    #access-box .map-img+.map-iframe {
        width: 100%;
    }
    #access-box .map-iframe .map iframe {
        height: 350px;
    }
    #access-box .map-iframe .address p {
        font-size: 100%;
    }
    #access-box .map-iframe .address {
        padding: 2rem;
    }
}

@media screen and (max-width:767px) {
    #access-box .map-iframe .address {
        padding: 6% 4%;
    }
}

@media screen and (max-width:640px) {
    #access-box .map-iframe .map iframe {
        height: 300px;
    }
}

@media screen and (max-width:480px) {
    #access-box .map-img .btn-modal {
        right: 2vw;
        bottom: 2vw;
        width: 15vw;
        height: 15vw;
    }
}