@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;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  background: unset;
  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: 14px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 32px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--col--main-01);
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0;
  padding-top: 5vw;
  background: #f0f4ed;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-logo img {
  width: 43vw;
}
#drawer-nav #sp-nav {
  overflow: hidden;
  margin-bottom: 6vw;
  background: #fff;
  padding: 5vw 1vw;
}
#drawer-nav #sp-nav::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__flower__a_08.png) center center/contain no-repeat;
  left: -7vw;
  top: -12vw;
  width: 23vw;
  height: 26vw;
  rotate: 65deg;
}
#drawer-nav #sp-nav .drawer-list-item {
  margin-bottom: 4vw;
}
#drawer-nav #sp-nav .drawer-list-item a {
  font-weight: 500;
  font-size: 4.4vw;
  color: #000;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.6vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3vw;
  position: relative;
}
#drawer-nav #sp-nav .drawer-list-item a .ja {
  font-size: 3.2vw;
}
#drawer-nav #sp-nav .drawer-list-item a .en {
  color: var(--col--main-01);
  font-size: 4vw;
}
#drawer-nav #sp-nav .drawer-list-item:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-info .unit-tel {
  position: relative;
  width: 100%;
  padding: 3vw 5vw;
  gap: 5vw;
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .unit-tel::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__flower__a_04.png) center center/contain no-repeat;
  width: 39vw;
  height: 34vw;
  left: -17vw;
  bottom: -12vw;
}
#drawer-nav .drawer-info .unit-tel::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__flower__a_05.png) center center/contain no-repeat;
  width: 21vw;
  height: 29vw;
  right: -2vw;
  top: -8vw;
}
#drawer-nav .drawer-info .unit-tel .com--tek {
  gap: 3.5vw;
}
#drawer-nav .drawer-info .unit-contact {
  gap: 5vw;
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .unit-contact .btn-mail {
  width: 100%;
}
#drawer-nav .drawer-info .unit-contact .list-sns {
  gap: 4vw;
  width: fit-content;
}
#drawer-nav .drawer-info .unit-contact .list-sns img {
  width: 16vw;
}
#drawer-nav .drawer-info .btn-app {
  width: 100%;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info--policy-list {
  position: relative;
  gap: 5vw;
}
#drawer-nav .drawer-info--policy-list::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/deco__flower__a_10.png) center center/contain no-repeat;
  right: -22vw;
  bottom: -16vw;
  width: 36vw;
  height: 38vw;
  rotate: 14deg;
}
#drawer-nav .drawer-info--policy-list-item a {
  color: #555;
  font-size: 3.2vw;
}

.sp-menu-btn.active .top {
  background: var(--col--main-01);
}

.sp-menu-btn.active .bottom {
  background: var(--col--main-01);
}

/*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 */