/* footer */
.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--top-green);
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
}
.footer *,
.footer *::before,
.footer *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer a:hover {
    opacity: 0.7;
  }
  .footer a:hover img {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.footer img {
  display: block;
  max-width: 100%;
  margin: 0;
  vertical-align: baseline;
}
.footer ul,
.footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .inner {
  width: 100%;
  max-width: calc(1100px + 10%);
  margin-inline: auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .footer .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  .footer .inner {
    padding: 0 15px;
  }
}
.footer .footer_main {
  padding: 60px 0;
  background: #e9f2f2;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.footer .footer_main .footer_wrap {
  display: grid;
  gap: 160px;
  grid-template-columns: 380px 1fr;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap {
    grid-template-columns: max(300px, 300px + 80 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 140 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap {
    grid-template-columns: 1fr;
  }
}
.footer .footer_main .footer_wrap .info_wrap .logo_wrap {
  display: block;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .logo_wrap {
    width: max(140px, 140px + 40 * (100vw - 390px) / 1049);
    height: max(140px, 140px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .info_wrap .logo_wrap {
    margin: 0 auto;
  }
}
.footer .footer_main .footer_wrap .info_wrap .logo_wrap img {
  width: 100%;
  height: 100%;
}
.footer .footer_main .footer_wrap .info_wrap .address {
  margin: 10px 0 0;
  color: #565351;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .address {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .info_wrap .address {
    text-align: center;
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a {
    height: max(70px, 70px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a {
    height: max(60px, 60px + 10 * (100vw - 320px) / 69);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a span {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a strong {
  font-weight: 500;
  line-height: 1.45;
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel {
  border: 1px solid var(--top-green);
  background: #fff;
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel span img {
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel span img {
    width: max(10px, 10px + 2 * (100vw - 390px) / 1049);
    height: max(12.5px, 12.5px + 2.5 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel strong {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel strong {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.tel strong {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve {
  background: var(--top-green);
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve span img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve span img {
    width: max(12.5px, 12.5px + 2.5 * (100vw - 390px) / 1049);
    height: max(12.5px, 12.5px + 2.5 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve strong {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve strong {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve strong {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--top-green);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule .time_col {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule .time_col {
    width: 22.8%;
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule th,
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule td {
  border: 1px solid #DEDEDE;
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule thead {
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule thead {
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule thead tr th {
  background: var(--top-green);
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule thead tr th.holiday {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr {
  height: 61px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr {
    height: max(50px, 50px + 11 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr th {
  background: var(--top-green);
  color: #fff;
  letter-spacing: 0.1em;
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr th span {
  display: inline;
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr th span {
    display: block;
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr td {
  background: #fff;
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr td[rowspan] b {
  display: block;
  font-weight: 700;
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr td[rowspan] small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .schedule tbody tr td[rowspan] small {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list {
    gap: max(10px, 10px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .schedule_wrap .note_list li {
    font-size: max(12px, 14px - 2 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .footer_nav {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.footer .footer_main .footer_wrap .content_wrap .footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.footer .footer_main .footer_wrap .content_wrap .footer_nav ul li a {
  color: var(--top-green);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li:nth-child(1) {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li:nth-child(2) {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li:nth-child(3) {
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li:nth-child(4) {
    width: 64px;
  }
}
.footer .footer_main .footer_wrap .content_wrap .visit_banner {
  display: block;
  width: 380px;
  max-width: 100%;
  margin-top: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .footer_wrap .content_wrap .visit_banner {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .footer_wrap .content_wrap .visit_banner {
    width: 100%;
  }
}
.footer .footer_main .footer_wrap .content_wrap .visit_banner img {
  width: 100%;
  aspect-ratio: 25/6;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer_main .footer_wrap .info_wrap .contact_wrap a.reserve:hover {
    opacity: 0.8;
  }
  .footer .footer_main .footer_wrap .content_wrap .footer_nav ul li a:hover {
    text-decoration: none;
  }
  .footer .footer_main .footer_wrap .content_wrap .visit_banner:hover {
    opacity: 0.8;
  }
}
.footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  background: var(--top-green);
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .footer .copyright {
    height: max(37px, 50px - 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  .footer .copyright {
    padding: 0 15px;
  }
}
.footer .copyright p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright p {
    width: 350px;
    line-height: 1.2;
    text-align: left;
  }
}

/* /footer */
