@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-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: #fff;
  background: var(--col--main-01);
}
#drawer-nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/sp__deco_02.png) center center/contain no-repeat;
  width: 19vw;
  height: 21vw;
  left: -10vw;
  top: 9vw;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-logo img {
  width: 37vw;
  filter: var(--col--fil-white);
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: #fff;
  padding: 8vw 6vw;
  border-radius: 2vw;
  position: relative;
}
#drawer-nav #sp-nav::after {
  content: "";
  position: absolute;
  background: url(/img/common/sp__deco_01.png) center center/contain no-repeat;
  width: 22vw;
  height: 22vw;
  right: -5vw;
  bottom: -7vw;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border: 1px dashed var(--col--main-01);
  left: 50%;
  top: 50%;
  border-radius: 2vw;
  translate: -50% -50%;
}
#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--main-01);
  letter-spacing: 0.1em;
  font-family: var(--fot--M_PLUS);
}
#drawer-nav .drawer-info .com__tel {
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .com__tel .tel-num {
  display: block;
  font-size: 6vw;
  margin-bottom: 1vw;
}
#drawer-nav .drawer-info .com__tel .tel-attention {
  margin: 0 auto;
}
#drawer-nav .drawer-info hr {
  width: 100%;
  border-top: unset;
  border-bottom: 1px solid #fff;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-info .com__times {
  width: fit-content;
  border-radius: 1vw;
  padding: 1vw 4vw;
  color: var(--col--main-01);
  color: #fff;
  margin-bottom: 4vw;
  position: relative;
}
#drawer-nav .drawer-info .com__times dt {
  padding: 1vw 2vw;
  background: #fff;
  color: var(--col--main-01);
}
#drawer-nav .drawer-info .wrap-contact {
  gap: 6vw;
  margin-bottom: 4vw;
  background: #fff;
  padding: 5vw;
  border-radius: 2vw;
  position: relative;
}
#drawer-nav .drawer-info .wrap-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/sp__deco_03.png) center center/contain no-repeat;
  width: 16vw;
  height: 13vw;
  left: -6vw;
  top: -4vw;
}
#drawer-nav .drawer-info .wrap-contact .btn-contact {
  background: var(--col--main-01);
  background: #fff;
  border: 1px solid var(--col--main-01);
  border: 1px solid var(--col--acc-01);
  width: fit-content;
  padding: 2.5vw 5vw;
  width: 60%;
  position: relative;
  border-radius: 1vw 1vw 0 1vw;
}
#drawer-nav .drawer-info .wrap-contact .btn-contact::before {
  position: absolute;
  content: "";
  right: 1vw;
  bottom: 1vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--col--acc-01) transparent;
  border-width: 0px 0px 2vw 2vw;
}
#drawer-nav .drawer-info .wrap-contact .btn-contact span {
  font-size: 3.8vw;
  color: #fff;
  color: var(--col--acc-01);
}
#drawer-nav .drawer-info .wrap-contact .com__line {
  --size: 8vw;
}
#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 */