@charset "UTF-8";
body {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-none {
  display: none !important;
}

/*flex
------------------------------------ */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
  background: var(--col--main-03);
  border: 1px solid #fff;
}
.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 inbox
------------------------------------ */
#drawer-nav {
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  padding-top: 5vw;
  background: url(../img/top/contact__bg_deco_02.png) right top/55vw no-repeat, url(../img/top/contact__bg_deco_03.png) left bottom/contain no-repeat, url(../img/top/person__bg_img_01.png) center center/cover no-repeat, linear-gradient(130deg, white 0%, white 50%, rgba(255, 255, 255, 0.9) 82%, rgba(255, 255, 255, 0.2) 100%);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 8vw;
}
#drawer-nav .drawer-logo img {
  width: 43vw;
}
#drawer-nav #sp-nav {
  overflow: hidden;
  margin-bottom: 8vw;
}
#drawer-nav #sp-nav .drawer-list-item {
  margin-bottom: 2.5vw;
}
#drawer-nav #sp-nav .drawer-list-item a {
  font-family: var(--fot--M-plus);
  font-weight: 800;
  font-size: 4.4vw;
  color: var(--col--main-02);
  text-align: left;
  display: block;
  width: 100%;
  padding: 2.6vw 0;
  border-bottom: 1px solid var(--col--main-02);
  padding-bottom: 2.5vw;
  position: relative;
}
#drawer-nav #sp-nav .drawer-list-item a::after {
  position: absolute;
  content: "";
  right: 2vw;
  width: 1.6vw;
  height: 1.6vw;
  border-right: solid 1px var(--col--main-02);
  border-bottom: solid 1px var(--col--main-02);
  transform: rotate(-45deg);
  bottom: 4vw;
}
#drawer-nav #sp-nav .drawer-list-item:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-info--policy-list {
  gap: 5vw;
}
#drawer-nav .drawer-info--policy-list-item a {
  color: #555;
  font-size: 3.2vw;
}
#drawer-nav .drawer-info .com--tel {
  flex-wrap: wrap;
  margin-bottom: 3vw;
}
#drawer-nav .drawer-info .com--tel .tel-num {
  margin: 0 auto;
  width: fit-content;
  font-size: 7vw;
}
#drawer-nav .drawer-info .com--tel .tel-attention {
  display: block;
  margin: 0 auto;
  width: fit-content;
  height: 2.8vw;
  margin-top: 1vw;
}
#drawer-nav .drawer-info .com--times {
  margin: 0 auto;
  margin-bottom: 3vw;
  padding: 2vw 5vw;
  border-radius: 6vw;
}
#drawer-nav .drawer-info--sns-list {
  gap: 5.2vw;
}
#drawer-nav .drawer-info--sns-list img {
  height: 8vw;
}
#drawer-nav .drawer-info--entrance {
  font-size: 3.6vw;
  margin: 4vw auto;
  width: 85%;
  height: 11vw;
  border: 1px solid var(--col--main-03);
  border-radius: 1vw;
  color: var(--col--main-03);
  background: #fff;
}

.sp-menu-btn.active .top {
  background: #fff;
}

.sp-menu-btn.active .bottom {
  background: #fff;
}

/*original custom code
-----------------------------------------*/
/*sns
---------------------------*/
.sns-list {
  margin: 10% auto 5%;
}
.sns-list li {
  margin-right: 5%;
}
.sns-list li:last-child {
  margin-right: 0;
}

/*住所
---------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
.drawer-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
}
.drawer-tel small {
  font-size: 3.5vw;
}

/*mail
---------------------------*/
.mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}
.mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}/*# sourceMappingURL=drawer.css.map */