html,h1,h2,h3,p,li,a,button {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; /* medium */
}

th,td{
    font-size:20px;
}

header{
    z-index: 10000;
}



@media screen and (min-width: 992px) {

    .navbar{
        height:110px;
    }
    .navbar-collapse{
        
    }
    
    .site-header{
        position: fixed;
        width: 100%;
        height: 110px!important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler-icon{
        background-color: #fff;;
        border-radius: 4px;
    }   
}


.site-header .bg-black{
    background-color: rgba(0, 0, 0, 0.9)!important; /* ヘッダーの背景色を半透明黒に変更 */
}
.site-header .bg-black .navbar-nav .nav-link{
    color: #fff !important; /* ヘッダーのリンク色を白に変更 */
}



.notoserif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600; /* semiBold */
}
.notosans {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600; /* semiBold */
}
.notosans500 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; /* semiBold */
}
footer{
    background: linear-gradient(to bottom, #343434, #4E4E4E);
    height: 290px;
    padding-top:60px;
}

footer, footer a{
    color: #fff;
    text-decoration: none;
}

footer .footer-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1199px) {
    footer{
        height: auto;
        padding: 40px 20px;
    }
    footer .footer-menu {
        justify-content: center;;
    }
}
@media screen and (max-width: 768px) {
    
    footer .footer-menu {
        flex-direction: column;
        align-items: center;
    }
}

footer .footer-menu li {
    margin: 0 15px;
}

footer .footer-menu li a {
    color: #fff;
    text-decoration: none;
}

#footeraddress{
    margin-top:20px;
}
