@charset "UTF-8";
/*shadow*/
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 90px;
  max-width: 12%;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #a8f1ff;
  background: linear-gradient(90deg, #a8f1ff 0%, #aeea94 100%);
  cursor: pointer;
}

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

.sp-menu-btn-txt {
  font-size: 20px;
  font-size: 2.6041666667vw;
  text-align: center;
  line-height: 1;
  transform: translateY(4px);
  color: #fff;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6vw;
  background-color: #fff;
}
#drawer-nav .com-logo {
  margin-bottom: 6vw;
}

#dw-nav .nav-item {
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
}
#dw-nav .nav-link {
  display: block;
  padding: 24px 4vw;
}
#dw-nav.top .nav-link-top, #dw-nav.service .nav-link-service, #dw-nav.voice .nav-link-voice, #dw-nav.price .nav-link-price, #dw-nav.company .nav-link-company {
  color: #5d98a3;
}/*# sourceMappingURL=drawer.css.map */