@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: #05adff;
}
.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: scroll;
  width: 100%;
  border-radius: 0;
  padding-top: 5vw;
  background: #fff;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 4vw;
}
#drawer-nav .drawer-logo img {
  width: 34vw;
}
#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-weight: 500;
  font-size: 4.2vw;
  color: #05adff;
  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: 2.5vw;
  position: relative;
  font-family: var(--fot--Noto-Serif);
}
#drawer-nav #sp-nav .drawer-list-item a::after {
  position: absolute;
  content: "";
  right: 2vw;
  width: 1.6vw;
  height: 1.6vw;
  border-right: solid 1px #05adff;
  border-bottom: solid 1px #05adff;
  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-bottom: 4vw;
}
#drawer-nav .drawer-info .com--tel::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__tel__a_01.png) center center/contain no-repeat;
  width: 9vw;
  height: 7vw;
  left: -9vw;
  top: 2vw;
}
#drawer-nav .drawer-info .com--times {
  margin-bottom: 1vw;
  font-size: 3.15vw;
  color: #fff;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 4vw;
  background: rgba(5, 173, 255, 0.7);
}
#drawer-nav .drawer-info .com--times-item {
  gap: 4vw;
}
#drawer-nav .drawer-info .com--sns-list {
  margin-bottom: 3vw;
}
#drawer-nav .drawer-info .com--sns-list img {
  width: 8vw;
}
#drawer-nav .drawer-info .com--btn-01 {
  position: relative;
}
#drawer-nav .drawer-info .com--btn-01::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shape__b_01.png) center center/contain no-repeat;
  width: 12vw;
  height: 14vw;
  left: -7vw;
  top: 1vw;
}
#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 */