@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 80px;
  max-width: 10.6666666667%;
  min-width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #0794e5;
  padding-top: 1%;
  border-radius: 0 0 0 1vw;
  cursor: pointer;
}

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3/1;
  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;
  margin-top: 5%;
  color: #fff;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}
@media screen and (max-width: 540px) {
  .sp-menu-btn-txt {
    font-size: 10px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 8%;
  background-color: #fff;
}
#drawer-nav .tel-caution {
  width: 80%;
  max-width: 300px;
}
#drawer-nav .btn-sns {
  width: 40px;
  max-width: 100%;
  margin: 0 auto;
}

.logo-dw {
  width: 40%;
  max-width: 200px;
  margin-bottom: 5%;
}

#dw-nav .nav-item {
  border-bottom: solid 1px #95e2ff;
}
#dw-nav .nav-link {
  display: block;
  font-size: 30px;
  font-size: 3.90625vw;
  font-weight: 600;
  line-height: 1;
  padding: 4vw;
}
@media screen and (min-width: 539px) {
  #dw-nav .nav-link {
    font-size: 17.6470588235px;
  }
}
@media screen and (max-width: 540px) {
  #dw-nav .nav-link {
    font-size: 15px;
  }
}

#nav-link-top .nav-link-top,
#nav-link-point .nav-link-point,
#nav-link-works .nav-link-works,
#nav-link-faq .nav-link-faq,
#nav-link-company .nav-link-company {
  color: #0794e5;
}/*# sourceMappingURL=drawer.css.map */