@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 80px;
  height: 80px;
  background: var(--col--acc-02);
  border-radius: 1vw;
  border: 4px solid #fff;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50px;
  height: 3px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 25px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: -6px;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 50px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active .top {
  top: 30px;
}
.sp-menu-btn.active .bottom {
  top: 45px;
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
  background: var(--col--acc-02);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
  background: #fff;
  padding: 2vw;
  border-radius: 1.5vw;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 12vw;
  background: #fff;
  border-radius: 3vw;
  padding: 7vw 5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 9.2vw;
}
#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: 6.5vw;
  color: var(--col--txt-01);
}

#header .drawer-info .com__tel {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 10vw;
  margin-left: 3vw;
}
#header .drawer-info .com__tel .item__num {
  font-size: 9vw;
  letter-spacing: 0.05em;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#header .drawer-info .com__tel .item__num::before {
  width: 12vw;
  height: 10vw;
  top: 8vw;
  left: -6vw;
}
#header .drawer-info .com__tel .item__num small {
  width: fit-content;
  display: block;
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 2vw;
}
#header .drawer-info .com__tel .item__attention {
  margin-left: auto;
  height: 5vw;
  margin-top: 3vw;
  margin-right: 120px;
}
#header .drawer-info .list-policy {
  gap: 3vw;
}
#header .drawer-info .list-policy-item a {
  color: #444;
  font-size: 5vw;
  font-weight: 600;
}

#header  .drawer-info .btn__price{
  width: 95%;
  height: 14vw;
  background: var(--col--txt-01);

  color: #fff;

  font-size: var(--font-size-16);
  font-weight: 500;

  border-radius: 10px;

  margin-block: 5vw;

  .str-01{
    font-size: var(--font-size-24);
  }
}