@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 70px;
  }
}
footer .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  footer .map iframe {
    height: 300px;
  }
}
footer .footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
footer .footer-inner .footer-header {
  text-align: center;
  margin-bottom: 88px;
}
footer .footer-inner .footer-header .footer-logo {
  margin-top: 62px;
  margin-bottom: 38px;
}
footer .footer-inner .footer-header .footer-logo img {
  height: 53px;
  margin: 0 auto;
}
footer .footer-inner .footer-header .footer-address {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .footer-inner .footer-header .footer-tel {
  color: #681c35;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-header .footer-tel {
    font-size: 22px;
  }
}
footer .footer-inner .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  footer .footer-inner .footer-content {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-inner .footer-content {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-inner .footer-content .footer-schedule-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1025px) {
  footer .footer-inner .footer-content .footer-schedule-container {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-inner .footer-content .footer-schedule-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-content .footer-schedule-container {
    padding: 0 5%;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-content .footer-schedule-container .consultation-hours {
  font-size: 1em;
  font-family: "Zen Old Mincho", serif;
  color: #681c35;
  border-bottom: 1px solid #681c35;
  padding: 15px 0;
  margin-bottom: 36px;
}
footer .footer-inner .footer-content .footer-schedule-container .even-schedule {
  margin-bottom: 36px;
}
footer .footer-inner .footer-content .footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-inner .footer-content .footer-nav {
    padding: 0 5%;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-content .footer-nav {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
footer .footer-inner .footer-content .nav-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 0;
}
footer .footer-inner .footer-content .nav-list li {
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #681c35;
  margin-bottom: 52px;
}
footer .footer-inner .footer-content .nav-list a {
  display: block;
  padding: 15px 0;
  color: #681c35;
  text-decoration: none;
  font-size: 1em;
  position: relative;
}
footer .footer-inner .footer-content .nav-list a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 12px;
  background-image: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: right 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: right 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, right 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, right 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
footer .footer-inner .footer-content .nav-list a:hover {
  color: #c894bd;
}
footer .footer-inner .footer-content .nav-list a:hover::after {
  right: 0px;
}
footer .footer-inner .page-top {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-inner .page-top {
    padding: 0 5% 60px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .page-top {
    padding: 0 5%;
  }
}
footer .footer-inner .page-top a {
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #681c35;
  font-size: 14px;
}
footer .footer-inner .page-top a:hover {
  opacity: 0.7;
}
footer .footer-inner .page-top a .page-top__icon {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
footer .footer-inner .page-top a .page-top__icon img {
  margin-top: 2px;
  width: 100%;
  display: block;
}
footer .footer-bottom {
  font-size: 16px;
  background-color: #681c35;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    font-size: 12px;
  }
}