html, body, p, h1, h2, h3, h4, h5, h6{
    font-family: 'Noto Serif JP', serif !important;
}
a, #g-nav ul li a, #footer .footer-link a, #main-nav dl a {
    color: unset;
    text-decoration: none;
}
@media screen and (max-width: 990px) {
    body.reservation-confirmation #header {
        display: none;
    }
    #g-nav ul li a {
        color: #fff !important;
    }
}