.ul_kibunejinjya{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.ul_kibunejinjya li{
    width: 33%;
    list-style-type: none;
}
.ul_kibunejinjya li p{
    text-align: right;
    margin-top: 5px;
    font-size: 1.4rem;
}
h2.momijitoro{
    border-bottom: 3px solid  #c91e00;
    padding-bottom: 1rem;
}
h3.spotname{
    border-left: solid 5px  #c91e00;
    padding-left: 1rem;
}
h3.momijitoro{
    padding-left: 10px;
    border-left: solid 5px #c91e00;
}
.store_profile dl div{
    display: flex;
    align-items: center;
}
.store_profile dl dt{
    padding: 4px 10px 3px 10px;
    background-color: #c91e00;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    margin-right: 20px;
}
.store_profile dl dd{
    margin-left: 0;
    display: block;
}
@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;
    }
    p{
      font-size: 1.4rem;
    }
    .ul_kibunejinjya{
        display: block;
    }
    .ul_kibunejinjya li{
        width: 100%;
    }
    .store_profile dl div{
        display: block;
    }
    .store_profile dl div dt{
        margin-bottom: 0.5rem;
    }
}
@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;
    }
    .momijitoro_map iframe{
        min-height: 400px;
    }
}