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

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

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 4vw 6vw 10vw 6vw;
  background-color: #fff;
}
#drawer-nav .com-logo {
  margin-bottom: 8vw;
}
#drawer-nav .com-tel {
  text-align: center;
}
#drawer-nav .tel-caution {
  margin: 5px auto 0 auto;
}

.drawer-nav__item {
  text-align: center;
  border-bottom: solid 1px #d4e1e4;
}
.drawer-nav__link {
  display: block;
  padding: 20px 4%;
}
.drawer-nav .current {
  color: #05bde6;
}

.drawer-bx {
  width: 100%;
  background: #fff5e8;
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
}

#ctn-ent #drawer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ctn-ent #drawer-nav .com-logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#ctn-ent .drawer-bx {
  padding: 15vw 6vw;
  row-gap: 60px;
}
#ctn-top .drawer-bx, #ctn-lower .drawer-bx {
  margin-top: 6vw;
  padding: 6vw;
  row-gap: 4vw;
}/*# sourceMappingURL=drawer.css.map */