
:root{
    /* --header-color: #2f9ef8; */
    --header-color: #077ee0;
}
.page-header {
    /* background: linear-gradient(359deg, var( --header-color) 0%, var( --header-color) 70%, #ff546d 100%); */
    background: linear-gradient(359deg, var( --header-color) 0%, var( --header-color) 70%, var(--header-color) 100%);
    transition: all 1s;
   width: 100%;
}
.menu {
    margin: auto;
    max-width: 1400px;
    width: 100%;
    height: 100%;
}
.home-page {
    text-decoration: none;
    z-index: 9999;
    padding: 1rem 
}
#taiyop{
    width: 6.3rem; 
    height: 6.3rem; 
    border-radius: 50%;
    background-color: red;
    margin: auto;
}
.icon {
          width: 15rem; 
          height: auto;
          overflow: visible;
          padding-bottom: 10px;
}

.logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 80px;
    background-image: url(../image/takayama-logo.png);
    background-size: contain;
    background-repeat: no-repeat;

}
.menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url(../image/Untitled-1.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 50% 25%;
}
.company-name {
    color: white;
    font-size:16px;
}
.company-name span {
    font-size: 20px;
}
.search {
    margin: auto;
    width: 60%;
}
.search form{
    display: flex;
}
#search-btn{
    padding: 0rem 2rem;
    font-size: 2rem;
    background-color: #077ee0;
    border-radius: 0.5rem;
    color: white;
    border: solid 2px white;
}
.search input {
    width: 100%;
    height: 4rem;
    padding-left: 1rem;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 18px;
}
.search input:focus {
    outline: none;
}

.nav-container {
    width: 100%; 
    padding: 1rem;
    user-select: none;
    position: relative;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.nav {
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: space-around;
   
}

.nav-items {
    display: flex;
    font-size: 2rem;
    line-height: 2;
    text-decoration: none;
    color:rgb(255, 255, 255);
    transition: 0.2s;
    margin-right: 40px;
}
.nav-items:hover  {
    color:rgb(250, 195, 195);
    opacity: 0.8;

}

