.header_menu{
    list-style: none;
    display: flex;
    gap: 30px;
}

.header_menu li{
    font-family: futura-pt, sans-serif;
}

.header_item{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 60px;
}

.header_wrap{
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #eae9e6;
}

.header_wrap h1{
    margin-left: 54px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 100;
}

.header_wrap img{
    max-width: 35px;
    width: 100%;
    height: 35px;
}

a{
    text-decoration-line: none;
    color: #000;
}
