﻿/* type */

/* id */
#header
{
    top: 0;
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headerImage
{
    height: 80%;
}

#top-header-temp
{
    width: 100%;
    height: 30vh;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top-header-temp > img
{
    max-width: 100%;
    max-height: 100%;
}

#footer
{
    bottom: 0;
    width: 100%;
    margin: 150px 0 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-text
{
    font-family: "Sawarabi Mincho", serif;
}

/* class */
