section{
    padding-top: 12vw;
}
.map-contents{
    margin-bottom: 60px;
}
.map-contents li:nth-child(1){
    border-bottom:solid 1px rgba(255, 255, 255, .5);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.map-contents h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
}

.map-contents li .modal-open{
    max-width: 600px;
    display: block;
    margin: 0 auto 40px;
}
.map-txt{
    line-height: 1.4;
}
.map-txt h4{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.map-txt a{
    text-decoration: underline;
    padding-left: 1em;
    display: inline-block;
    position: relative;
}
.map-txt a:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    text-align: center;
}
@media screen and (max-width: 896px){
    
section{
    padding-top: 28vw;
}
.map-contents{
    margin-bottom: 60px;
}

.map-contents h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.map-contents li .modal-open{
    margin: 0 auto 20px;
}
.map-txt{
   font-size: 12px;
}
.map-txt h4{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px;
}

.map-txt a{
    text-decoration: underline;
}
    
}
