.display {
  display: none;
}

.h-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: -3.5%;
}

.top-h1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.top-h2 {
  grid-column: 2/4;
  grid-row: 1/2;
  align-items: center;
  justify-content: center;
}

.top-h3 {
  grid-column: 4/5;
  grid-row: 1/2;
}

.logo {
  width: 75%;
  margin-left: 6%;
}

.slogan {
  width: 90%;
  margin: 3%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h-tel {
  margin-left: auto;
  width: 70%;
  margin-left: 20%;
  margin-top: 1%;
}

@media (max-width: 700px) {
  .display {
    display: block;
  }
  .h-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
    margin-bottom: -3.5%;
    height: 50px;
  }
  .top-h1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .top-h2 {
    display: none;
  }
  .top-h3 {
    display: none;
  }
  .logo {
    width: 110px;
    padding-top: 3px;
    filter: invert(100%);
  }
  .slogan-box {
    background-color: white;
    border: solid 8px #0B8641;
    margin-bottom: 15px;
    z-index: 5;
    box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.574);
  }
  .m-tel {
    background-color: white;
    padding: 2%;
    border: solid 5px #0B8641;
    margin: 15px;
    box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.574);
  }
  .h-tel {
    margin-left: auto;
    width: 85%;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .bg-m {
    width: 50px;
    height: 50px;
    background-color: white;
    position: fixed;
    right: 0%;
    top: 0px;
    z-index: 300;
    border: solid #0B8641 3px;
  }
  #toggle {
    display: block;
    position: fixed;
    width: 28px;
    height: 43px;
    right: 0;
    margin-top: -23px;
    margin-right: 10px;
    z-index: 1000;
    transform: scale(1.2, 1.2);
  }
  .box0 > a {
    display: none;
  }
  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    z-index: 100;
    width: 100%;
    height: 3.5px;
    background-color: #0B8641;
    transition: all 0.3s;
    border-radius: 2px;
  }
  /* on activation */
  #toggle.on {
    position: fixed;
    margin-top: -20px;
  }
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 6px);
  }
  #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle.on + #menu {
    opacity: 1;
    visibility: visible;
    animation: menu-anim 0.2s ease-in forwards;
  }
  @keyframes menu-anim {
    0% {
      transform: translate(0%, -100%) scale(1);
    }
    100% {
      transform: translate(0%, 0) scale(1);
    }
  }
  /* menu appearance*/
  #menu {
    overflow: hidden;
    z-index: 11;
    position: fixed;
    background-color: #EFF1DB;
    width: 100%;
    right: 0%;
    top: 0;
    margin: auto;
    text-align: center;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.746);
    border-bottom: 5px solid #0B8641 !important;
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    font-weight: 200;
    z-index: 100;
  }
  .hd-menu::-webkit-scrollbar {
    display: none !important;
  }
  .hd-menu {
    margin-top: 0 !important;
    font-size: 10px !important;
    width: 100%;
  }
  .head-flex-s:nth-child(odd),
  .li-green {
    background-color: #0B8641 !important;
  }
  .head-flex-s:nth-child(odd) a,
  .li-green a {
    color: white !important;
  }
  .head-flex-s:nth-child(even) {
    background-color: #006237 !important;
  }
  .hm0 {
    height: 50px;
  }
  a {
    color: white !important;
  }
}/*# sourceMappingURL=menu.css.map */