@charset "UTF-8";
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}
.com-txt .ac {
  color: #bf4444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 140px 0 100px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-mail {
  display: flex;
  width: 260px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  color: #fceecf;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail::before {
  content: "";
  width: 29px;
  height: 20px;
  margin-right: 10px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b44bb3b8a4/info-mail.png) no-repeat left center/contain;
}

.com-tel {
  padding-left: 40px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b44d2d20fa/info-tel.png) no-repeat left center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.7rem;
  }
}

.com-worktime .com-worktime-item {
  display: flex;
  align-items: center;
}
.com-worktime .com-worktime-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.com-worktime dt, .com-worktime dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-worktime dt, .com-worktime dd {
    font-size: 1.5rem;
  }
}
.com-worktime dd {
  margin-left: 10px;
}