@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  background: #444;
}
.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: var(--pattern--stripe_a_01), #fff;
  border-radius: 0;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 7vw;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: #fff;
  padding: 5vw;
  position: relative;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__nature__a_01.png) center center/contain no-repeat;
  width: 28vw;
  height: 22vw;
  right: -8vw;
  bottom: -8vw;
}
#drawer-nav #sp-nav .list-nav-item {
  margin-bottom: 9vw;
  position: relative;
}
#drawer-nav #sp-nav .list-nav-item::before {
  content: "";
  position: absolute;
  width: 2vw;
  left: -5vw;
  border-bottom: 1px solid #888;
  top: 2.5vw;
}
#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;
  font-family: var(--fot--Zen-Maru-Goth);
  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__nature__a_02.png) center center/contain no-repeat;
  width: 21vw;
  height: 26vw;
  left: -13vw;
  bottom: 8vw;
}
#drawer-nav .drawer-info .unit-contact {
  margin: 0 auto;
  width: fit-content;
  gap: 8vw;
  margin-bottom: 7vw;
}
#drawer-nav .drawer-info .com__tel {
  margin: 0 auto;
}
#drawer-nav .drawer-info .com__tel .tel-num {
  display: block;
  font-size: 7vw;
  margin-bottom: 2vw;
}
#drawer-nav .drawer-info .com__tel .tel-attention {
  width: fit-content;
  margin: 0 auto;
}
#drawer-nav .drawer-info .com__line {
  --size: 8vw;
}
#drawer-nav .drawer-info .com__btn_01 {
  margin-bottom: 7vw;
}
#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 */