#header{
    width: 95%;
    margin:0 auto;
}
#header .logo{
   position: fixed;
   width: 80%;
   max-width: 200px;
   z-index: 999;
   top: 12px;
}
#header .logo img{
    width: 100%;
}

  /* ========================================================== */
/* ==============  2023タプレット 1025px   ==================== */
/* ========================================================== */
@media screen and (max-width:1024px){
    #header .logo{
        max-width: 200px;
        top:15px
     }
    }
  
  /* ========================================================== */
  /* ==============  2023スマホ     600px   ==================== */
  /* ========================================================== */
  @media screen and (max-width:600px){
    #header .logo{
        max-width: 150px;
        top:5px
     }
     .menu{
        height: 65px!important;
      }
      /* Hamburger menu */
.hamburger {

    top: 10px!important;
    right: 15px!important;

  }
      
    }
    