@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;
  border-radius: 1.2vw;
  background: var(--col--acc-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: url(/img/common/deco__shape__01_c2.png) right top 74vw/20vw no-repeat, url(/img/common/deco__shape__01_e.png) left top 13vw/36vw no-repeat, url(/img/sv/sv__bg_deco_02.png) right -5vw top/50vw no-repeat, var(--pattern--texture--01-w);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 8vw;
}
#drawer-nav .drawer-logo img {
  width: 37vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: var(--pattern--texture--04-w);
  padding: 7vw 5vw;
  border-radius: 2vw;
  position: relative;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__03_a.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: -5vw;
  bottom: -5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 8vw;
}
#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;
  color: var(--col--txt-01);
  color: var(--col--acc-01);
}
#drawer-nav .drawer-info .btn-contact {
  width: 90%;
  height: 11vw;
  border-radius: 2vw;
  font-size: 3.6vw;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-info .btn-othersite {
  width: 90%;
  height: 11vw;
  border-radius: 2vw;
  background: var(--col--acc-01);
  color: #fff;
  margin-bottom: 6vw;
  font-size: 3.6vw;
}
#drawer-nav .drawer-info .com__tel{
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .btn-othersite span {
  position: relative;
  padding-right: 4.7vw;
}
#drawer-nav .drawer-info .btn-othersite span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_a.png) center center/contain no-repeat;
  width: 3.7vw;
  height: 3.7vw;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#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 */