@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-01);
  border-radius: 3px;
}
.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/common/pt__texture__01_01.png);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: url(/img/common/pt__texture__01_02.png);
  padding: 8vw 5vw;
  outline: 1px solid #ccc;
  outline-offset: -2vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 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: 600;
  font-size: 4.2vw;
  font-family: var(--fot--Shippori-Mincho);
  color: var(--col--txt-01);
  color: var(--col--main-02);
}

#header .drawer-info .group__contact {
  display: flex;
  align-items: center;
  gap: 5vw;
  margin-bottom: 5vw;
  flex-wrap: wrap;
  justify-content: center;
}
#header .drawer-info .group__contact .com__tel {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  justify-content: center;
  gap: 4vw;
  align-items: center;
  width: 100%;
}
#header .drawer-info .group__contact .com__tel .item__num {
  color: var(--col--acc-01);
  font-size: var(--font-size-38);
  width: fit-content;
  padding-left: 4vw;
  font-size: 7.2vw;
}
#header .drawer-info .group__contact .com__tel .item__num::before {
  width: 9vw;
  height: 8vw;
  left: -8vw;
  top: 3vw;
}
#header .drawer-info .group__contact .com__tel .item__attention {
  width: 85%;
  height: fit-content;
  border: 1px solid var(--col--main-02);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1vw;
}
#header .drawer-info .group__contact .com__tel .item__attention img {
  height: 2.6vw;
}
#header .drawer-info .group__contact .btn__contact {
  border: 1px solid var(--col--main-02);
  border-radius: 3px;
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .drawer-info .group__contact .btn__contact img {
  width: 6vw;
}
#header .drawer-info .group__contact .com__facebook {
  --size: 8vw;
}
#header .drawer-info .list-policy {
  gap: 5vw;
}
#header .drawer-info .list-policy-item a {
  color: #444;
  font-size: 3.2vw;
}