@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.drawer-hamburger{
    width: 3rem;  
}
#contents {
    height: 3000px;
}
#page-top {
    position: fixed;
    right: 10px;
    bottom: 90px;
}

footer {
    height: 80px;
    background-color: #333;
}











@media screen and (max-width: 1020px) and (min-width: 768px) {}
@media screen and (max-width: 767px) {}