<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #f8809a;
}
.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-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: 0;
  padding-top: 5vw;
  background: url(../img/common/pattern__texture_01.png);
}
#drawer-nav::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 79vw;
  height: 132vw;
  background: rgba(248, 128, 154, 0.07);
  left: 0;
  top: 0;
}
#drawer-nav::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 46vw;
  height: 85vw;
  background: rgba(248, 128, 154, 0.07);
  right: 0;
  bottom: 0;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 5vw;
}
#drawer-nav .drawer-logo img {
  width: 23vw;
}
#drawer-nav #sp-nav {
  overflow: hidden;
  margin-bottom: 8vw;
}
#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: #f8809a;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.6vw 0;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  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 #555;
  border-bottom: solid 1px #555;
  transform: rotate(-45deg);
  bottom: 4vw;
}
#drawer-nav #sp-nav .drawer-list-item:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-info .com--tel {
  position: relative;
  margin: 0 auto;
  margin-bottom: 4.5vw;
}
#drawer-nav .drawer-info .com--tel .tel-num {
  font-size: 7vw;
}
#drawer-nav .drawer-info .com--tel::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/ttl_deco__nature_01_a.png) center center/contain no-repeat;
  width: 65vw;
  height: 45vw;
  right: -36vw;
  top: -115vw;
  rotate: 11deg;
  opacity: 0.12;
}
#drawer-nav .drawer-info .com--contact-form {
  margin: 0 auto;
  margin-bottom: 4.5vw;
}
#drawer-nav .drawer-info .com--sns-list {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  gap: 5vw;
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .com--sns-list::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__nature_01_a.png) center center/contain no-repeat;
  width: 25vw;
  height: 13vw;
  right: -39vw;
  bottom: -6vw;
  rotate: -74deg;
}
#drawer-nav .drawer-info .com--sns-list::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__nature_01_b.png) center center/contain no-repeat;
  width: 21vw;
  height: 11vw;
  left: -41vw;
  top: -31vw;
  rotate: 83deg;
  transform: scale(-1, 1);
}
#drawer-nav .drawer-info--policy-list {
  gap: 5vw;
}
#drawer-nav .drawer-info--policy-list-item a {
  color: #555;
  font-size: 3.2vw;
}

.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 */</pre></body></html>