#header-menu {
    background: #1a4d9a;
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100vw;
    height: 8vh;
    z-index: 99;
}

.header-navi {
    width: 100vw;
    display: flex;
    justify-content: center;
    list-style: none;
}

.header-navi li {
    padding-left: 2vw;
    padding-right: 3vw;
    border-right: 1px solid #ffffff;
}

.header-navi-menu {
    font-weight: 200;
    font-size: 18px;
    color: #ffffff;
    user-select: none;
    letter-spacing: 2px;
}

.header-navi-menu:hover {
    color: #fef452;
    text-decoration: none;
}

.header-navi-entry-button {
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 15px;
    width: 9vw;
    background-color: #ff838f;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 0px #000000;
}

.header-navi-entry-button:hover {
    color: #fef452;
}

.header-navi-entry-button:focus {
    outline: none;
}

#header-infordio {
    height: 4vh;
}
