@charset "UTF-8";
.footer {
  width: 100%;
  color: #3a2205;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer__access {
  background-color: #fffcf4;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .footer__access {
    padding: 80px 0;
  }
}
.footer__access-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__info {
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
}
.footer__logo {
  max-width: 280px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    max-width: 320px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__address {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 16px 0;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1025px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__tel-wrap {
  margin-bottom: 32px;
}
.footer__tel {
  font-size: 28px;
  font-weight: 700;
  color: #6e9617;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #b28850;
}
@media screen and (min-width: 1025px) {
  .footer__tel {
    font-size: 36px;
  }
}
.footer__tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  background: url(../images/top/contact-phone.svg) no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .footer__tel::before {
    width: 30px;
    height: 30px;
  }
}
.footer__route {
  display: inline-block;
  background-color: #ffc600;
  color: #3a2205;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 32px;
  border-radius: 999px;
  margin: 0;
}
.footer__table-map-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1025px) {
  .footer__table-map-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__table-map-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    margin-top: 16px;
  }
}
.footer__timetable-block {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer__timetable-block {
    width: calc(100% - 460px);
  }
}
.footer__table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
}
.footer__table {
  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
  font-size: 13px;
  background-color: #ecf8d3;
  color: #3a2205;
  font-weight: 500;
}
.footer__table th,
.footer__table td {
  border: 1px solid #fffcf4;
  text-align: center;
  padding: 12px 8px;
  font-weight: 500;
}
.footer__table thead th {
  background-color: #ecf8d3;
  color: #3a2205;
}
.footer__table tbody th {
  background-color: #ecf8d3;
  font-weight: 500;
}
.footer__table td {
  color: #6e9617;
  font-weight: 500;
}
.footer__table .mark-circle {
  color: #6e9617;
  font-size: 15px;
}
.footer__table .mark-triangle {
  color: #ffc600;
  font-size: 13px;
}
.footer__table .mark-square {
  color: #ff7878;
  font-size: 14px;
}
.footer__notes {
  font-size: 12px;
  line-height: 1.7;
  color: #3a2205;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.footer__notes .mark-triangle {
  color: #ffc600;
  font-weight: bold;
}
.footer__notes .mark-square {
  color: #ff8484;
  font-weight: bold;
}
.footer__map {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1025px) {
  .footer__map {
    width: 420px;
    height: 280px;
  }
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__nav {
  background-color: #3a2205;
  color: #fffcf4;
  padding: 56px 0;
}
@media screen and (min-width: 1025px) {
  .footer__nav {
    padding: 64px 0;
  }
}
.footer__nav-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .footer__nav-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 120px;
  }
}
.footer__nav-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 24px 0;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
  color: #fffcf4;
}
@media screen and (min-width: 1025px) {
  .footer__nav-title {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media screen and (min-width: 1025px) {
  .footer__nav-list {
    gap: 20px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__nav-list--treatment {
    grid-template-columns: repeat(2, 140px);
  }
}
.footer__nav-list li {
  margin: 0;
}
.footer__nav-list a {
  color: #fffcf4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
}
@media screen and (min-width: 1025px) {
  .footer__nav-list a {
    font-size: 15px;
  }
}
.footer__nav-list a::before {
  content: "▶";
  font-size: 9px;
  color: #fffcf4;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}
.footer__nav-list a:hover {
  color: #ffc600;
}
.footer__nav-list a:hover::before {
  color: #ffc600;
}