.map-head {
    text-align: center;
    padding: 30px 0;
}

.map-sub-head-text {
    font-size: 15px;
    color: #b4a272;
}

.map-head-text {
    font-size: 22px;
}

.map-head-img {
    background-image: url(../img/231206_pc_img/pc_img_line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 51px;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
    margin: auto;
}

.map-main {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 60px 0;
    width: 80%;
}

.map-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 55px;
}

.map-address {
    margin: 10px 0;
}

.map-access {
    margin: 10px 0;
}

.map-access-title {
    font-size: 20px;
    color: #b4a272;
}

@media screen and (max-width: 1024px) {
    .map-main {
        justify-content: space-evenly;
    }

    .map-element {
        position: relative;
        width: 40%;
        padding-top: 30%;
        margin: 0;
    }

    .map-element iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .map-info {
        padding: 0 1vw;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .map-head-img {
        background-image: url(../img/231206_sp_img/sp_img_line.png);
    }

    .map-main {
        flex-direction: column;
        margin: auto;
        max-width: 80%;
    }

    .map-element {
        position: relative;
        width: 100%;
        padding-top: 75%;
        margin: 0;
    }

    .map-element iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .map-info {
        padding: 15px 0;
        max-width: 100%;
    }
}