/* ========================
Footer
======================== */
.footer {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #52371F;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.footer_inner {
  position: relative;
  max-width: 1000px;
  padding: 0 17px;
  margin: 0 auto;
}

.footer_about-franchise-salon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 860px;
  padding: 14px 25px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  color: #393939;
}

@media screen and (max-width: 768px) {
  .footer_about-franchise-salon {
    padding: 16px;
  }
}
.footer_about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer_about-title {
    font-size: 1.6rem;
  }
}
.footer_about-logo {
  display: inline-block;
  width: 222px;
}

@media screen and (max-width: 768px) {
  .footer_about-logo {
    width: 172px;
  }
}
.footer_about-desc {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .footer_about-desc {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
}
.footer_company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 860px;
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .footer_company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 27px;
  }
}
.footer_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .footer_info + .footer_info {
    margin-top: 27px;
    padding-left: 0;
    border: none;
  }
}
.footer_company {
  font-size: 1.4rem;
  font-weight: bold;
}

.footer_head-office {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer_address {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

.footer_contact {
  display: block;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .footer_contact {
    display: flex;
    justify-content: center;
  }
}
.footer_contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 349px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 100vh;
  color: #fff;
  font-weight: 700;
  font-size: min(13px, 1.0833333333vw);
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_contact-link {
    font-size: min(3.4666666667vw, 13px);
  }
}

.footer_copyright {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 1.2rem;
  }
}
.footer--copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #52371F;
}