@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: 50px;
  height: 50px;
  border-radius: 1.5vw;
  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(--pattern-texture--cloth-01);
  border-radius: 0;
}
#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/border__img_a_01.png) bottom center/100% 1vw no-repeat, var(--pattern-texture--cloth-02);
  padding: 8vw 5vw;
  border-radius: 1.5vw;
}
#drawer-nav #sp-nav .list-nav-item {
  margin-bottom: 10.4vw;
}
#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);
  letter-spacing: 0.1em;
}
#drawer-nav #sp-nav .list-nav-item a .ja {
  margin-right: 2vw;
}
#drawer-nav #sp-nav .list-nav-item a .en {
  color: var(--col--acc-r-01);
  font-size: 3.2vw;
}
#drawer-nav .drawer-info .list-times {
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.5vw;
  gap: 4vw;
}
#drawer-nav .drawer-info .list-times .item {
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
}
#drawer-nav .drawer-info .list-times .item dt {
  width: 90%;
  border-radius: 1.5vw 1.5vw 0 0;
}
#drawer-nav .drawer-info .list-times .item dd {
  background: #fff;
  width: 90%;
  border-radius: 0 0 1.5vw 1.5vw;
}
#drawer-nav .drawer-info .com__tel .tel-num {
  font-size: 8vw;
}
#drawer-nav .drawer-info .unit-btn {
  margin: 4vw;
  gap: 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 */