/* サイトヘッダー */
header {
    width: 100%;
    margin: 0 0 0.5% 0;
    margin-bottom: 15px;
}

.header {
    width: 80%;
    margin: auto;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_order_button{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 52px;
    padding: 0 22px;
    background-color: #f4c84a;
    color: #2b2b2b;
    border: 2px solid #d4a91f;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 5;
    transition: 0.2s ease;
}

.header_company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration-line: none;
}

.header_company>p {
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
}

.header_coment{
    white-space: nowrap;
}

.title_img {
    object-fit: cover;
    height: auto;
    width: 140px;
}

.menu_bar_open,
.menu_bar_close{
    display: none;
}

.header_nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: auto;
    margin-top:20px;
    justify-content: center;
    align-items: center;
    padding:0;
    font-size: 0.87rem;
    width: 600px;
}

.header_nav_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    width: 90px;
}

.header_nav_link p{
    margin:0px;
}

.header_nav_icon {
    width: 36px;
}

