@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;
  background: var(--col--main-02);
  background: #fff;
  border: 1px solid var(--col--main-01);
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 32px;
  height: 2px;
  background: var(--col--main-01);
}
.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;
}

.sp-menu-btn.active {
  border: transparent;
}
/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
}
#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;
  border: 1px solid var(--col--main-01);
  padding: 7vw 5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 8.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: 400;
  font-size: 4.2vw;
  color: var(--col--txt-01);
  font-family: var(--fot--Shippori-Mincho-B1);
  color: var(--col--main-01);
}

#header .drawer-info .com__tel {
  width: 100%;
  gap: 2vw;
  margin-bottom: 5vw;
}
#header .drawer-info .com__tel dt {
  width: 100%;
  border: 1px solid var(--col--main-01);
  border-radius: 5vw;
  color: var(--col--main-01);
  text-align: center;
  padding: 1vw 2vw;
  font-size: 3.4vw;
  margin-bottom: 2vw;
}
#header .drawer-info .com__tel dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
#header .drawer-info .com__tel .item__num {
  font-size: 7.5vw;
}
#header .drawer-info .com__tel .item__num small {
  font-size: 3.6vw;
}
#header .drawer-info .com__tel .item__attention {
  height: 3vw;
}
#header .drawer-info .com__times {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 8vw;
}
#header .drawer-info .com__times .item {
  gap: 3vw;
}
#header .drawer-info .com__times .item dt,
#header .drawer-info .com__times .item dd {
  font-size: 3.5vw;
}
#header .drawer-info .list-policy {
  gap: 5vw;
}
#header .drawer-info .list-policy-item a {
  color: #444;
  font-size: 3.2vw;
  color: var(--col--main-01);
}