@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 90px;
  max-width: 12%;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #f09424;
  padding-top: 1%;
  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;
  transform: translateY(4px);
  color: #fff;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10vw 10vw 20vw 10vw;
  background-color: #faf6f2;
}
#drawer-nav .side-reserve {
  width: 30vw;
  max-width: 130px;
}
#drawer-nav .side-line {
  width: 32vw;
  max-width: 140px;
}
#drawer-nav .side-reserve:not(:first-child), #drawer-nav .side-line:not(:first-child) {
  margin-left: 4vw;
}

.logo-dw {
  margin-bottom: 8vw;
}

#dw-nav .nav-item {
  width: calc(50% - 1.5vw);
  background: #fff;
  border-radius: 7vw;
}
#dw-nav .nav-item:not(:first-child) {
  margin-left: inherit;
}
#dw-nav .nav-item:nth-child(even) {
  margin-left: 3vw;
}
#dw-nav .nav-item:nth-child(n+3) {
  margin-top: 3vw;
}
#dw-nav .nav-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4vw;
}

#nav-link-top .nav-link-top {
  color: #f09424;
}
#nav-link-about .nav-link-about {
  color: #ed6e2b;
}
#nav-link-price .nav-link-price {
  color: #55b358;
}
#nav-link-voice .nav-link-voice {
  color: #3ba5b3;
}
#nav-link-class .nav-link-class {
  color: #f2ca00;
}