@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
  background: var(--col--main-01);
}
.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: #ebf9ff;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 7vw;
}
#drawer-nav .drawer-logo img {
  width: 30vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: #fff;
  padding: 5.5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 6vw;
}
#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;
  color: var(--col--txt-01);
}
#drawer-nav #sp-nav .list-nav .item a.current {
  color: var(--col--main-01);
  font-weight: 600;
}
#drawer-nav .drawer-info .item-address {
  letter-spacing: 0.08em;
  font-size: var(--font-size-14);
  margin-bottom: 6vw;
  text-align: center;
  margin-bottom: 8vw;
}
#drawer-nav .drawer-info .group__sns {
  justify-content: center;
  gap: 8vw;
  margin: 4vw 0 6vw;
}
#drawer-nav .drawer-info .btn-introduce {
  width: fit-content;
  display: block;
  position: relative;
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
  padding-bottom: 2vw;
  padding-right: var(--margin-50);
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: var(--margin-35);
  margin-left: auto;
  padding-bottom: 3vw;
  margin-bottom: 8vw;
  width: 100%;
}
#drawer-nav .drawer-info .btn-introduce::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_03g.png) center center/contain no-repeat;
  width: 12vw;
  height: 5vw;
  right: 0;
  top: 0;
}
#drawer-nav .drawer-info .btn-contact {
  width: 100%;
  height: 13vw;
  margin-bottom: 6vw;
}
#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 */