#drawer {
  display: none;
}

#drawer-area {
  display: none;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#gmenu-icon.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#gmenu-icon.active span:nth-of-type(2) {
  right: 0%;
  opacity: 0;
  animation: active-gmenu-icon-bar02 0.8s forwards;
}

#gmenu-icon.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query Smart Phone *------------------------------
-----------------------------------------------------------------------------------------------------*/
/* @media screen and (max-width: 834px) { */
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  right: 0;
}

/* drawer icon ---------------------------------------------------------------------------------------------------*/
#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 25px;
  right: 8px;
  margin: 6px;
  width: 68px;
  height: 20px;
  background: #3FA037;
  background: none;
  transition: right 0.1s linear;
}
@media screen and (max-width: 768px) {
  #gmenu-icon {
    top: 22px;
    right: 6px;
  }
}
#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  right: 0;
  width: 80%;
  height: 3px;
  background-color: #fff;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 9px;
}
#gmenu-icon span:nth-of-type(3) {
  top: 18px;
}

/* } */
@media screen and (max-width: 1024px) {
  /* drawer torigger btn */
  #drawer-area {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9010;
    width: 85px;
    height: 85px;
    background: #3FA037;
    transition: right 0.1s linear;
  }
  #drawer-area.toggle {
    left: 55%;
  }
  #drawer-area.move {
    animation: borderMove 0.1s ease-in forwards;
  }
  /* drawer body */
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #drawer-area {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 1024px) {
  #drawer {
    display: block;
    position: fixed;
    top: 0;
    padding: 100px 0 40px 0;
    right: -100%;
    z-index: 8001;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    background-image: url(../images/dw-bg.png);
    background-size: cover;
    transition: all 0.2s ease;
  }
  #drawer.toggle {
    right: 0;
  }
  #drawer .drawer-logo {
    width: 380px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #drawer .drawer-logo {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #drawer .drawer-logo img {
    width: 100%;
    margin: 0 auto 32px auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 375px) {
  #drawer .drawer-logo img {
    width: 80%;
    margin: 0 auto 24px auto;
  }
}
@media screen and (max-width: 1024px) {
  #drawer ul.d-main {
    width: 70%;
    margin: 0 auto;
  }
  #drawer ul.d-main li.menu {
    padding: 16px 0 12px 4px;
    font-weight: bold;
    border-bottom: solid 1px #C1C6C0;
  }
  #drawer ul.d-main li.menu a {
    color: #1F6507;
    font-size: 1.5em;
    width: 100%;
    display: inline-block;
    text-align: left;
    transition: all 0.5s ease;
  }
  #drawer ul.d-main li.menu a:hover {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #drawer ul.d-main li.menu a {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  #drawer .tel-list {
    width: 100%;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #drawer .tel-list {
    display: grid;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #drawer .tel-list li {
    padding: 0 16px;
    position: relative;
  }
  #drawer .tel-list li:last-child::after {
    display: none;
  }
  #drawer .tel-list li::after {
    content: "";
    background: #707070;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #drawer .tel-list li::after {
    width: 60px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -12px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  #drawer .tel-list li p {
    text-align: center;
    color: #184808;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  #drawer .tel-list li a {
    display: block;
    color: #184808;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #drawer {
    right: -100%;
    width: 100%;
  }
}
#drawer ul.d-main li.d-main-item.slidedown {
  padding-bottom: 0;
}
#drawer ul.d-main li.d-main-item.slidedown ul li {
  padding: 5px 0;
}/*# sourceMappingURL=drawer.css.map */