@charset 'UTF-8';
.guide_area{
    background: #fff;
    max-width: 500px;
    margin: auto;
    height: 100vh;
    height: 100dvh;
}
.map_area{
    background: #423c39;
    padding: 20px 0 25px;
    position: relative;
}
.map_text{
    display: flex;
    align-items: center;
    position: absolute;
    right: 25px;
    bottom: 10px;
}
.map_text p{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}
.map_text .img{
    max-width: 19px;
    margin-left: 15px;
}
