.footer-container{
    background-color: #3098ee;
}
.footer{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: white;
    padding-top: 4rem;
    padding: 2rem;
    
    
}
.footer-box{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.footer-items {
    width: fit-content;
    margin-bottom: 3rem;
    

}
.footer-items a{
    font-size: 1.2rem;
    line-height: 2rem;
    color: white;
    margin: 0.5rem 0rem 0rem 2rem;
    display: block;
    text-decoration: none;
}
.footer-items a:hover{
    text-decoration: underline;
}
.takayama-logo {
    width: 200px;
    height: 100px;
    background-image: url(../image/takayama-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2rem;

}
.footer-cp-name {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 2rem;
}
.footer-end {
    width: 100%;
    height: 20px;
    background-color: #077ee0;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 2rem;
}
.footer header {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;

}
