@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
  background: var(--col--main-01);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
}
.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(--pt__texture__01_g);
  border-radius: 0;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
  filter: var(--col--fil-white);
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: url(/img/common/bg_deco__brush_a_04.png) right bottom/120vw no-repeat, var(--pt__texture__01_w);
  padding: 7vw 5vw;
}
#drawer-nav #sp-nav .list-nav-item {
  margin-bottom: 8.8vw;
  position: relative;
  padding-left: 6vw;
}
#drawer-nav #sp-nav .list-nav-item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__h3_a_01.png) center center/contain no-repeat;
  width: 3.6vw;
  height: 3.6vw;
  left: 0;
  top: 0;
}
#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.2vw;
  font-weight: 400;
  color: var(--col--txt-01);
}
#drawer-nav .drawer-info {
  position: relative;
}
#drawer-nav .drawer-info::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__brush_a_01.png) center center/contain no-repeat;
  width: 66vw;
  height: 64vw;
  right: -15vw;
  top: 0vw;
  opacity: 0.5;
}
#drawer-nav .drawer-info .wrap-contact .wrap-tel {
  margin: 0 auto;
  width: fit-content;
  flex-direction: column;
  gap: 6vw;
  align-items: start;
  margin-bottom: 8vw;
}
#drawer-nav .drawer-info .wrap-contact .wrap-tel .tel-num {
  color: #fff;
}
#drawer-nav .drawer-info .wrap-contact .wrap-tel .tel-num::before {
  filter: var(--col--fil-white);
}
#drawer-nav .drawer-info .wrap-contact .com__times {

  margin: 0 auto;
  width: fit-content;
  margin-bottom: 6vw;
  flex-direction: column;
  gap: 2vw;
  color: #fff;

  dt{
  width: 25vw;
  }
}
#drawer-nav .drawer-info .btn-contact,
#drawer-nav .drawer-info .btn-youtube {
  width: 95%;
  margin: 0;
}
#drawer-nav .drawer-info .btn-contact {
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .btn-youtube {
  margin-bottom: 6vw;
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #fff;
  font-size: 3.2vw;
}/*# sourceMappingURL=drawer.css.map */