@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--main-02);
  border-radius: 1.5vw;
}
.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 inbox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
  background: var(--col--acc-y-02);
  border-radius: 0;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-logo img {
  width: 60vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: url(../img/common/illust__future__a_05.png) right bottom/24vw no-repeat, #fff;
  border-radius: 2vw;
  padding: 8vw 4vw;
}
#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-02);
}
#drawer-nav .drawer-info .com--tel {
  margin: 0 auto;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .com--tel .tel-num {
  margin-left: 5vw;
}
#drawer-nav .drawer-info .com--times {
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .com--holiday {
  font-size: 3.2vw;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .wrap-contact {
  align-items: center;
  margin: 4vw 0;
  gap: 7vw;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-info .wrap-contact .com--address {
  font-size: 3vw;
}
#drawer-nav .drawer-info .wrap-contact .list-sns {
  gap: 6vw;
}
#drawer-nav .drawer-info .wrap-contact .list-sns a {
  --size: 8vw;
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
  border: 1px solid var(--col--main-02);
  padding: 2vw 0;
  border-radius: 7vw;
}
#drawer-nav .drawer-info .list-policy-item {
  position: relative;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #fff;
  color: var(--col--main-02);
  font-size: 3.2vw;
  font-weight: 500;
}/*# sourceMappingURL=drawer.css.map */