#header{
    position: fixed;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-10);
    background-color: rgba(255, 255, 255, 0.9);
}
.naviInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 20%;
    max-width: 200px;
}
.logo img{
   width: 100%;
}
.logoBox{
    width: 30%;
    max-width: 300px;
}

.list a{
    width: 50%;
    max-width: 300px;
}
.list .telLogo{
   width: 100%;
}
.telImgBox{
    width: 280px;
    padding-right: 30px!important;
    box-sizing: border-box;

}

.gNavi{
    width: 70%;
    max-width: 1000px;
}
.naviInner a{
    font-weight: bold;
}

.banner500{
    position: absolute;
    right: 0;
    width:clamp(300px,60%,500px);
    height: 350px;
    background: url(../images/banners/500dai.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top: 5px solid var(--color-orange);
    }

.contactBox{
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    font-weight: bold;
    width:clamp(300px,100%,350px);
}
.contactBox a{
    color:var(--color-fff);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fa-solid{
    font-size: var(--font-size-32);
}
.contactBox div:nth-of-type(1){
    background:var(--color-emerald);
    padding: var(--space-20);
    width:clamp(150px,100%,220px);
}
.contactBox div:nth-of-type(2){
    background:var(--color-blue);
    padding: var(--space-20);
    width:clamp(150px,100%,220px);
}

.openbtn1{
    display: none;
}
#g-nav{
    display: none;
}
.bk a{
    color:var(--color-000)!important;
}

   /* ========================================================== */
   /* ==============  2023スマホ     1024px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){
    .gNavi{
        display: none;
    }
    #headerSp{
        display: block;
    }
    .openbtn1{
        display: block;
    }
    .bk a{
        color: var(--color-fff)!important;
      }

    .logoBox {
        width: 40%;
        max-width: 300px;
        min-width: 200px;
    }

   .telDiv .fa-square-phone{
   
    top: 11px;
    position: relative;
    font-size: 45px;
    right: 50px;
    color: var(--color-emerald);

}
    
   }
    /* ========================================================== */
    /* ==============  2023スマホ     600px   ==================== */
    /* ========================================================== */
    @media screen and (max-width:600px){
       .pageImgContainer .headLine{
           left: 20px;
       }

       .contactBox{
        display: flex;
        justify-content: center;
        position: absolute;
        right:0;
        font-weight: bold;
        width:clamp(200px,100%,300px);
    }
       .contactBox div:nth-of-type(1){
        background:var(--color-emerald);
        padding: var(--space-10);
        width:clamp(50px,100%,220px);
    }
    .contactBox div:nth-of-type(2){
        background:var(--color-blue);
        padding: var(--space-10);
        width:clamp(50px,100%,220px);
    }

    }
    
   
