#sitemap_wrapper{
    padding-top: 0.5rem;
    max-width: 1000px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
    box-sizing: border-box;
    font-family: sans-serif!important;
}

#sitemap_wrapper h1{
    background-color: #259;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
    padding: 10px;
    margin-bottom: 1rem;
}

#sitemap_wrapper h2{
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.18rem;
    border-bottom: 3px solid #259;
    max-width: 13rem;
    text-align: justify;
    text-align: center;
}

#sitemap_wrapper a{
    display: block;
    color:#222;
}
#sitemap_wrapper a::before{
    content: ">";
    color: #259;
    font-weight: bold;
}



#kaitori h2{
    border-bottom: 3px solid #cb0008;
}
#kaitori a::before{
    color: #cb0008;
}
#rental h2{
    border-bottom: 3px solid #148680;
}
#rental a::before{
    color: #148680;
}
#company h2{
    border-bottom: 3px solid #555;
}
#company a::before{
    color: #555;
}
#brunch h2{
    border-bottom: 3px solid #aa0;
}
#brunch a::before{
    color: #aa0;
}


#sitemap_wrapper h3{
    font-weight: bold;
}
#sitemap_wrapper h3 ~ a{
    margin-left: 1rem;
}

#sitemap_wrapper a:hover{
    opacity: 0.5;
}

#sitemap_wrapper p{
    font-size: 0.8rem;
}

#flex1,#flex2{
    display: flex;
}
#flex1 section,#flex2 section{
    flex: 1 1 0;
}
#flex1{
    margin-top: 50px;
}
#flex2{
    margin-top: 100px;
}





@media(max-width:769px){
    #flex1,#flex2{
        flex-direction: column;
    }
    
    #sitemap_wrapper h1{
        text-align: center;
    }
    
    #sitemap_wrapper h2{
        margin: auto;
    }
    
    #sitemap_wrapper section{
        margin: 50px auto;
    }
    #flex1,#flex2{
        margin-top: 0px;
    }
}