@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
  background: #000;
}
.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: 2px;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 30px;
}
.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: url(/img/top/top__feature__img_01.png) center center/cover no-repeat, var(--col--acc-01);
  background-blend-mode: darken;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 30vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: url(/img/common/common__judge__bg_img_01.png) center center/100% 100% no-repeat, #444;
  background-blend-mode: soft-light;
}
#drawer-nav #sp-nav .list-nav {
  padding: 8vw 5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 7.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: 300;
  font-size: 4.5vw;
  color: var(--col--txt-01);
  font-family: var(--fot--Zen-Old-Micho);
  color: #fff;
}

.drawer-info {
  color: #fff;
  line-height: 1.8;
}
.drawer-info .item__address {
  text-align: center;
}
.drawer-info .wrap__tel {
  align-items: center;
  width: 100%;
  margin-block: 5vw;
  gap: 3vw;
}
.drawer-info .wrap__tel .com__tel dd {
  margin-left: 0;
  padding-left: 0;
}
.drawer-info .wrap__tel .com__tel dd .item__num {
  padding-left: 0;
}
.drawer-info .wrap__tel .item__attention {
  height: 3vw !important;
}
.drawer-info .group__sns > a {
  margin-inline: auto;
  margin-block: 6vw;
  --size: 8vw;
}
.drawer-info .list-policy {
  gap: 7vw;
}
.drawer-info .list-policy-item a {
  color: #eee;
  font-size: 3.2vw;
  padding-bottom: 0.7vw;
  border-bottom: 1px solid #eee;
}f;
  position: relative;
}