.map-02 {
    margin: 70px 0 0;
}
.map-02 .container {
    max-width: 550px;
    margin: 0 auto 105px auto;
    display: flex;
    flex-direction: column-reverse;
}
.map-02 .container .desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.map-02 .container .desc div {
    margin: 35px 0 0 0px;
}
.map-02 .container .desc div a {
    text-decoration: underline;
}
.map-02 .container .desc div .type {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.4px;
    margin-bottom: .5em;
}
.map-02 .container .desc div h2 {
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.map-02 .container .desc div .btn {
    margin-top: 2em;
}
.map-02 .container .map div {
    position: relative;
}
.map-02 .container .map div iframe {
    width: 100%;
    height: 550px;
    background-color: grey;
    border: none;
}
@media (min-width: 600px) {
    .map-02 .container .desc {
        width: 100%;
    }
}
@media (min-width: 930px) {
    .map-02 {
        height: 320px;
        margin-bottom: 200px;
        margin-top: 140px;
    }
    .map-02 .container {
        max-width: 850px;
        flex-direction: row;
    }
    .map-02 .container .map {
        flex: 2;
    }
    .map-02 .container .map div iframe {
        width: 388px;
        height: 388px;
        border: 1px solid white;
    }
    .map-02 .container .desc div {
        margin-left: 35px;
    }
}
@media (min-width: 1170px) {
    .map-02 {
        height: 480px;
    }
    .map-02 .container {
        max-width: var(--web-container);
        width: var(--web-width);
    }
    .map-02 .container .map div {
        width:100%;
    }
    .map-02 .container .map div iframe {
        width: 100%;
        height: 550px;
    }
    .map-02 .container .desc div {
        margin: 0 70px 0 0;
    }
}