
/* #header{
    position: fixed;
} */
.gNavi{
    position: fixed;
    z-index: 7;
    width: 100%;
    top:-15px;
}
.logo img{
    width: 100%;
    max-width: 60px!important;
    ;position: fixed;
    top: 4px;
    left: 15px;
    z-index: 11;
}

.headerNavi{
    width: 100%;
}

.headerNavi .naviInner{
    display: flex;
    justify-content: flex-end;
    background: white;
    align-items: center;
    padding: var(--space-20);
}
.headerNavi .naviInner .list{
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.naviForm{
    background: linear-gradient(180deg, rgba(189, 195, 244, 1) 0%, rgba(35, 61, 255, 1)100%);
    border-radius: 50px;
    padding: var(--space-10) var(--space-20);
    width: 135px;
}
.naviTel{
    background:rgb(166, 166, 166);
    border-radius: 50px;
    padding: var(--space-10) var(--space-20);
    width: 140px;
}
.naviForm a,.naviTel a{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color:var(--color-fff);
    font-weight: bold;
}
.fa-envelope , .fa-mobile-screen-button{
    font-weight: bold;
    font-size: 20px;
}
.openbtn1{
    display: none;
}
#g-nav{
    display: none;
}


/* ========================================================== */
/* ==============  2023タプレット 1025px   ==================== */
/* ========================================================== */
@media screen and (max-width:1023px){
    #g-nav{
        display:block;
    }
    
    .gNavi{
        display: none;
     }
     .logoSp{
        display: block;
        width: 100%;
        max-width: 120px;
     }
     .logoSp img{
        width: 100%;
     }
     .logo img{

        top: -5px;
        left: 0;
        z-index: 11;
    }
     .openbtn1{
         display: block;
         z-index: 99999;
     }
    }

/* ========================================================== */
/* ==============  2023スマホ     600px   ==================== */
/* ========================================================== */
@media screen and (max-width:600px){
    .logo img{
        width: auto;
        max-width: 60px;
        position: fixed;
        top: -5px;
        left: 0;
        z-index: 11;
    }
    
}


    