@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  z-index: 910 !important;
}
.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;
  background: var(--col--txt-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;
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  z-index: 900 !important;
  font-family: var(--fot--Noto-Serif);
  background: url(/img/common/pt__texture_01.png);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
  z-index: 900;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  z-index: 900 !important;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 6vw;
  position: relative;
  padding-bottom: 6vw;
  border-bottom: 1px solid #e6dbd3;
}
#drawer-nav #sp-nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  right: 0;
  top: 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: 4.5vw;
  color: var(--col--txt-01);
}

.drawer .drawer-info {
  z-index: 900 !important;
}
.drawer .drawer-info .com__tel {
  background: #e5e1d5;
  padding: 5vw 4vw;
  width: 100%;
  border-radius: 29vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--col--txt-01);
  gap: 3vw;
}
.drawer .drawer-info .com__tel .item__num {
  font-size: 7vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.02em;
  font-weight: 800;
  padding-left: 0;
}
.drawer .drawer-info .com__tel .item__num small {
  margin-right: 1vw;
  font-size: 4vw;
}
.drawer .drawer-info .com__tel .item__attention {
  height: 3vw;
}
.drawer .drawer-info .com__instagram {
  --size: 9vw;
  margin-inline: auto;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
.drawer .drawer-info .list__links {
  margin-inline: auto;
  width: 53vw;
  display: flex;
  justify-content: space-between;
  gap: 7vw;
}
.drawer .drawer-info .list__links .item {
  width: calc((100% - 7vw) / 2);
}
.drawer .drawer-info .list__links .item img {
  width: 100%;
  height: 100%;
}
.drawer .drawer-info .list-policy {
  gap: 5vw;
  margin-top: 7vw;
}
.drawer .drawer-info .list-policy-item a {
  color: #444;
  font-size: 3.2vw;
}
.drawer hr {
  border: unset;
  border-bottom: 1px solid var(--col--base-02);
  margin-block: 6vw;
}