@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 120px;
  max-width: 16%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.5vw;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-wrp {
    max-width: 60px;
  }
}

.sp-menu-btn {
  width: 63.64%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1vw;
}
.sp-menu-btn span {
  height: 2px;
  margin-left: auto;
  background: #766555;
  transition: 0.4s;
}
.sp-menu-btn .top {
  width: 71.43%;
  height: 2px;
}
.sp-menu-btn .btm {
  width: 42.86%;
}

.sp-menu-btn-txt {
  font-family: "Lusitana", serif !important;
  font-size: 20px;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sp-menu-btn-txt {
    font-size: 10px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  width: 750px;
  max-width: 100%;
  padding: 6vw 6vw 10vw 6vw;
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  #drawer-nav {
    max-width: 375px;
  }
}
#drawer-nav .com-logo {
  margin-bottom: 10%;
}

#dw-nav .nav-item {
  border-bottom: dotted 3px rgba(118, 101, 85, 0.3);
  text-align: center;
}
#dw-nav .nav-link {
  display: block;
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1;
  padding: 24px 4vw;
}
@media screen and (min-width: 769px) {
  #dw-nav .nav-link {
    font-size: 14px;
  }
}
#dw-nav .nav-link.current {
  background: #f9f6ed;
}/*# sourceMappingURL=drawer.css.map */