@charset "utf-8";
/* CSS Document */
/* --- Contact（お問い合わせ） --- */
.footer-contact {
  margin-top: 160px;
  margin-bottom: 160px;
}
.footer-contact__sub-title {
  text-align: center;
  margin-bottom: 25px;
}
.footer-contact__sub-title img {
  width: 120px;
}
.footer-contact__title {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.footer-contact__text {
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
.footer-contact__btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
}
/* --- LINEボタン --- */
.footer-contact__line {
  background-color: #4CC764;
  padding: 65px 60px 60px;
  text-align: center;
  border-radius: 40px;
  margin-right: 40px;
  width: 100%;
}
.footer-contact__line-title {
  margin-bottom: 20px;
  line-height: 0;
}
.footer-contact__line-text {
  line-height: 2rem;
  color: #fff;
}
div.footer-contact__line-btn {
  margin-top: 30px;
}
div.footer-contact__line-btn a {
  position: relative;
  overflow: hidden;
  border-radius: 100vh;
  display: block;
   padding: 20px 0;
  background-color: #fff;
   width: 100%;
  margin: 0 auto;
}
div.footer-contact__line-btn a span {
  color: #4CC764;
  font-weight: 700;
}
div.footer-contact__line-btn a span::before {
  display: inline-block;
  content: "";
  margin-top: -5px;
  background-image: url("../images/common/LINE-logo.svg");
  width: 24px;
  height: 24px;
  margin-right: 20px;
  vertical-align: middle;
}
/* --- メールボタン --- */
.footer-contact__mail {
  background-color: #E05504;
  padding: 65px 60px 60px;
  text-align: center;
  border-radius: 40px;
  width: 100%;
}
.footer-contact__mail-title {
  margin-bottom: 20px;
  line-height: 0;
}
.footer-contact__mail-text {
  line-height: 2rem;
  color: #fff;
}
div.footer-contact__mail-btn {
  margin-top: 30px;
}
div.footer-contact__mail-btn a {
  position: relative;
  overflow: hidden;
  border-radius: 100vh;
  display: block;
   padding: 20px 0;
  background-color: #fff;
   width: 100%;
  margin: 0 auto;
}
div.footer-contact__mail-btn a span {
  color: #E05504;
  font-weight: 700;
}
div.footer-contact__mail-btn a span::before {
  display: inline-block;
  content: "";
  margin-top: -5px;
  background-image: url("../images/common/MAIL-icon.svg");
  width: 24px;
  height: 24px;
  margin-right: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) { /* SP */
  /* --- Contact（お問い合わせ） --- */
  .footer-contact {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) { /* SP */
  /* --- Contact（お問い合わせ） --- */
  .footer-contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .footer-contact__sub-title {
    margin-bottom: 15px;
  }
  .footer-contact__sub-title img {
    width: 86px;
  }
  .footer-contact__title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .footer-contact__text {
    text-align: left;
  }
  .footer-contact__btn {
   flex-direction: column;
    align-items: center;
}
  /* --- LINEボタン --- */
.footer-contact__line {
  padding-right: 45px;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: 25px;
  border-radius: 30px;
}
  .footer-contact__line-title {
  margin-bottom: 14px;
}
  div.footer-contact__line-btn a span::before {
  margin-right: 12px;
}
/* --- メールボタン --- */
.footer-contact__mail {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 30px;
}
.footer-contact__mail-title {
  margin-bottom: 14px;
}
  div.footer-contact__mail-btn a span::before {
  margin-right: 12px;
}
}
/* --- footer --- */
.footer {
  background-color: #fff;
}
.footer-content__inner {
  padding: 100px 0 100px;
}
.footer-content__set {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.footer__site-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.footer__address {
  line-height: 2rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
}
.footer-sitemap {
  font-weight: 700;
  display: flex;
}
.footer-sitemap li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 16px;
}
.footer-sitemap li:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background: #552E31;
}
.footer-sitemap__list {
  margin-right: 60px;
}
.sub {
  margin-right: 0px;
}
.footer-cr {
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px solid #A99697;
  padding: 10px 0;
}
@media screen and (max-width: 768px) { /* SP */
  .footer-content__inner {
    padding: 80px 30px;
    text-align: left;
  }
  .footer-content__set {
    display: block;
  }
  .footer__site-title {
    font-size: 1.125rem;
  }
  .footer__address {
    margin-top: 16px;
  }
  .footer-sitemap {
    display: block;
    margin-top: 50px;
  }
  .footer-sitemap .main li:first-child {
    border-top: 1px solid #EDE9EA;
    border-bottom: 1px solid #EDE9EA;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-sitemap .main li + li {
    border-bottom: 1px solid #EDE9EA;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-sitemap .sub li {
    border-bottom: 1px solid #EDE9EA;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-sitemap li:before {
    top: 30px;
  }
  .footer-sitemap__list {
    margin-right: 0px;
  }
}