footer {
  background-color: #493F37;
  padding: 50px 0 30px 0;
}
footer .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto 30px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-logo:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
footer h2 span {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
footer .access-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px auto;
  letter-spacing: 0.08em;
}
footer .access-text.jusyo {
  margin-bottom: 15px;
}
footer .access-text.last {
  margin-bottom: 20px;
}
footer .access-text .access-text-ttl {
  display: inline-block;
  width: 100%;
  max-width: 80px;
  color: #fff;
}
footer .access-text .access-text-p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .sns-icon {
  display: block;
  width: 100%;
  max-width: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .sns-icon:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-map {
  width: 100%;
  max-width: 500px;
}
footer .footer-map iframe {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 50px auto;
}
footer .footer-nav-link {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
footer .footer-nav-link.contact {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  height: 26px;
  width: 100%;
  max-width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-nav-link.contact:hover {
  background-color: #493F37;
  border: 1px solid #493F37;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-nav-link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .nav-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 230px;
}
footer .footer-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
footer .nav-bottom-list {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .nav-bottom-list:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .copy {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 50px 20px 30px 20px;
  }
  footer .footer-flex {
    gap: 15px;
  }
  footer .footer-map {
    max-width: 450px;
  }
  footer .footer-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 20px 15px 20px;
  }
  footer .inner {
    max-width: unset;
  }
  footer .footer-logo {
    max-width: 60px;
    margin: 0 auto 20px auto;
  }
  footer h2 {
    margin-bottom: 20px;
  }
  footer .footer-flex {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  footer .access-text {
    font-size: 12px;
    margin: 0 auto 10px auto;
  }
  footer .access-text.jusyo {
    margin-bottom: 15px;
  }
  footer .access-text.last {
    margin-bottom: 20px;
  }
  footer .access-text .access-text-ttl {
    max-width: 75px;
  }
  footer .access-text .access-text-p {
    font-size: 12px;
  }
  footer .footer-map {
    max-width: 100%;
    margin-bottom: 15px;
  }
  footer .footer-map iframe {
    height: 180px;
  }
  footer .footer-nav {
    display: block;
    margin: 0 auto 20px auto;
  }
  footer .footer-nav-link {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .footer-nav-link.contact {
    font-size: 13px;
  }
  footer .nav-contact-flex {
    gap: 15px;
    margin-top: 30px;
  }
  footer .copy {
    font-size: 10px;
  }
}