@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border-radius: 1.4vw;
  background: var(--col--main-02);
}
.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: url(/img/common/bg__shape__a_01_02.png) left top -20vw/50vw no-repeat, #f2f5e9;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 40vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: #fff;
  padding: 7vw 5vw;
  border-radius: 2vw;
}
#drawer-nav #sp-nav .list-nav-item {
  margin-bottom: 9vw;
}
#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: 500;
  font-size: 4.5vw;
  color: var(--col--txt-01);
  color: var(--col--main-01);
  font-family: var(--fot--Kiwi-Maru);
}
#drawer-nav .drawer-info .block-contact {
  gap: var(--margin-40);
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #444;
  font-size: 3.2vw;
}/*# sourceMappingURL=drawer.css.map */