@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 57px;
  max-width: 7.6%;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-wrp {
    max-width: 28.5px;
  }
}
.sp-menu-btn-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 5.33vw;
  right: 5.33vw;
  cursor: pointer;
}

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

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 4vw 0 10vw 0;
  background: url("/img/pc/bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
}
#drawer-nav .com-logo {
  width: 271px;
  max-width: 39.8529411765%;
}
@media screen and (min-width: 769px) {
  #drawer-nav .com-logo {
    max-width: 135.5px;
  }
}
#drawer-nav .com-info .com-tel {
  text-align: center;
}
#drawer-nav .com-info .tel {
  font-size: 40px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  #drawer-nav .com-info .tel {
    font-size: 20px;
  }
}
#drawer-nav .com-info .tel span {
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  #drawer-nav .com-info .tel span {
    font-size: 15px;
  }
}
#drawer-nav .com-info .tel-caution {
  width: 430px;
  max-width: 57.3333333333%;
}
@media screen and (min-width: 769px) {
  #drawer-nav .com-info .tel-caution {
    max-width: 215px;
  }
}
#drawer-nav .com-info .tel-caution {
  margin: 10px auto 0 auto;
}
#drawer-nav .com-info .btn a {
  width: 540px;
  max-width: 79.4117647059%;
}
@media screen and (min-width: 769px) {
  #drawer-nav .com-info .btn a {
    max-width: 270px;
  }
}
#drawer-nav .com-info .btn a {
  margin: 0 auto;
}
#drawer-nav .current {
  color: #076433;
}

.drawer-nav__item {
  line-height: 1;
  text-align: center;
}
.drawer-nav__item:not(:first-child) {
  border-top: solid 1px #666;
}
.drawer-nav__link {
  display: block;
  padding: 1.5em 0;
}

#nav-link-top .nav-link-top {
  color: red;
}/*# sourceMappingURL=drawer.css.map */