@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  background: var(--col--txt-01);
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 32px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 33px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
  background: var(--col--txt-01);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 25vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  padding: 9vw 5vw;
  border: 1px solid var(--col--main-02);
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 7vw;
}
#drawer-nav #sp-nav .list-nav .item:last-child {
  margin-bottom: 0;
}
#drawer-nav #sp-nav .list-nav .item a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 3.6vw;
  color: var(--col--txt-01);
  color: var(--col--main-02);
  letter-spacing: 0.1em;
}
#drawer-nav .drawer-info {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
#drawer-nav .drawer-info .btn-contact {
  width: 100%;
  margin-bottom: 6vw;
  span{
    white-space: nowrap;
    padding-left: 5vw;
  }
}
#drawer-nav .drawer-info .list-policy {
  padding-block: 3vw;
  border-block: 1px solid var(--col--main-01);
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #444;
  color: var(--col--main-01);
  font-size: 3.2vw;
}/*# sourceMappingURL=drawer.css.map */er-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
}
.drawer-tel small {
  font-size: 3.5vw;
}

/*mail
---------------------------*/
.mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}
.mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}/*# sourceMappingURL=drawer.css.map */