h2.ume{
    border-bottom: 3px solid #ffa4bc;
    padding-bottom: 1rem;
}
h3.spotname{
    border-left: solid 5px #ffa4bc;
    padding-left: 1rem;
}
dl.ume_spot_info div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
dl.ume_spot_info div dt{
    margin: 0;
    padding: 5px 10px 3px 10px;
    background-color: #737164;
    color: #ffffff;
    text-align: center;
    min-width: 100px;
    margin-right: 20px;
}
.push_spot_wrap h4 span{
    font-size: 1.4rem;
    margin-left: 20px;
}
.ume_map iframe{
    min-height: 800px;
}
@media screen and (max-width: 600px) {
    #content .section {
    margin: 2rem auto 4rem;
    padding: 0;
    }
    h1{
        font-size: 2.4rem!important;
    }
    #content .singleContent .cont_header{
        margin: 2rem auto 3rem;
    }
    h2{
        font-size: 1.8rem;
        margin: 2.5rem 0 1.5rem;
    }
    h3{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h5.kd_push_name{
        font-size: 1.6rem
    }
    h5.kd_push_name span a{
        font-size: 1.2rem
    }
    #content p {
    font-size: 1.4rem!important;
    }
    div.column h3 {
    margin-bottom: 0!important;
    }
    dl.ume_spot_info div{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
    dl.ume_spot_info div dt{
        margin: 0;
        padding: 5px 10px 3px 10px;
        background-color: #737164;
        color: #ffffff;
        text-align: center;
        min-width: 100px;
        margin-right: 20px;
        font-size: 14px;
    }
    .ume_map iframe{
        min-height: 600px;
    }
}
@media screen and (max-width: 400px){    
    .kdpush_wrap > div{
        display: block;
    }
    .kdpush_wrap > div img{
        margin-left: 0!important;
    }
    h5.kd_push_name span{
        display: block;
        margin-left: 0!important;
        margin-top: 10px;
    }    
    h5.kd_push_name span a{
        margin-left: 0!important;
    }
    .hatsumode_map iframe{
        min-height: 400px;
    }
    .ume_map iframe{
        min-height: 400px;
    }
}