@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
/*==============================================
ここから下がドロワー設定項目
==============================================*/
.sp-menu-btn-wrp {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 50px;
}
.sp-menu-btn-wrp:hover {
  opacity: 0.8;
}

.sp-menu-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 100%;
  height: 3px;
  background: #325419;
  transition: 0.4s;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  background: url("/img/common/footer-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 40px 40px;
}

@media screen and (max-width: 768px) {
  .sp-menu-btn-wrp {
    top: 6vw;
    right: 4vw;
    aspect-ratio: 9/7;
    width: 10vw;
    max-width: 70px;
  }
  #drawer-nav {
    padding: 24vw 6vw 10vw 6vw;
  }
  #drawer-nav .com-logo {
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 1;
  }
  #drawer-nav .drawer-info {
    align-items: center;
  }
}/*# sourceMappingURL=drawer.css.map */