@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 55.56%;
  aspect-ratio: 150/100;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6%;
  background: #82d1de;
  cursor: pointer;
}

.sp-menu-btn {
  width: 33.33%;
  aspect-ratio: 50/30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.sp-menu-btn .middle {
  margin: 5px 0;
}

.sp-menu-btn-txt {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-txt {
    font-size: 11px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 25vw 0 10vw 0;
  background-color: #eefafe;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #drawer-nav {
    width: 375px;
    max-width: 375px;
  }
}

@media screen and (max-width: 430px) {
  .sp-menu-btn-wrp {
    border-radius: 5px 0 0 5px;
  }
}/*# sourceMappingURL=drawer.css.map */