/*------------------------------------
フッター用CSS
------------------------------------*/
footer {
  overflow: hidden;
  background-color: #f5f5f5;
}
footer .footer-top {
  background-color: var(--color-main);
}
footer .footer-top .footer-inner {
  width: 80%;
  max-width: 1140px;
  margin: auto;
  padding: 50px 0 30px;
}
footer .footer-top .footer-inner .footer-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .footer-top .footer-inner .footer-logo-wrap .footer_logo {
  width: 360px;
}
footer .footer-top .footer-inner .footer-logo-wrap .footer-sns {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .footer-top .footer-inner .footer-logo-wrap .footer-sns p {
  font-size: 1.6rem;
  color: var(--color-white);
  font-family: var(--font-sub-2);
}
footer .footer-top .footer-inner .footer-logo-wrap .footer-sns .sns-icon {
  width: 30px;
  height: 30px;
}
footer .footer-top .footer-inner .footer-logo-wrap .footer-sns .sns-icon img {
  width: auto;
  height: 30px;
}
footer .footer-container {
  margin-top: 50px;
  gap: 20px;
}
footer .footer-container .left-content {
  width: 50%;
}
footer .footer-container .left-content p {
  color: var(--color-white);
}
footer .footer-container .left-content .address {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-container .left-content .address span {
  color: var(--color-white);
}
footer .footer-container .left-content .address img {
  display: inline-block;
  width: 20px;
}
footer .footer-container .left-content .access {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
footer .footer-container .left-content .access p {
  position: relative;
  padding-left: 30px;
}
footer .footer-container .left-content .access p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
  border-radius: 5px;
}
footer .footer-container .left-content .tel-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
footer .footer-container .left-content .tel-wrap .tel-box {
  background-color: var(--color-white);
  padding: 10px 35px;
  height: 82px;
}
footer .footer-container .left-content .tel-wrap .tel-box .tel-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  color: var(--color-main);
  font-family: var(--font-sub-4);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
footer .footer-container .left-content .tel-wrap .tel-box .tel-number a {
  color: var(--color-main);
  font-family: var(--font-sub-4);
  font-weight: bold;
}
footer .footer-container .left-content .tel-wrap .tel-box .day-off {
  color: var(--color-main);
  font-size: 0.8rem;
  font-family: var(--font-sub-3);
}
footer .footer-container .left-content .tel-wrap .tel-box .tel-number img {
  width: 20px;
  height: 20px;
}
footer .footer-container .left-content .tel-wrap .web-box {
  background-color: var(--color-white);
  padding: 10px 20px;
  height: 82px;
  transition: .3s;
}
footer .footer-container .left-content .tel-wrap .web-box:hover {
  background-color: var(--color-sub);
}
footer .footer-container .left-content .tel-wrap .web-box:hover .web-btn .calendar-icon {
  background-image: url(../../img/calendar-icon.svg);
}
footer .footer-container .left-content .tel-wrap .web-box:hover .web-btn p {
  color: var(--color-white);
}
footer .footer-container .left-content .tel-wrap .web-box .web-btn {
  text-align: center;
}
footer .footer-container .left-content .tel-wrap .web-box .web-btn .calendar-icon {
  width: 38px;
  height: 38px;
  background-image: url(../../img/calendar-icon-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  transition: .3s;
}
footer .footer-container .left-content .tel-wrap .web-box .web-btn p {
  color: var(--color-main);
  font-size: 0.8rem;
  font-family: var(--font-sub-3);
  margin-top: 5px;
  transition: .3s;
}

footer .footer-container .right-content {
  width: 50%;
}
footer .footer-container .right-content .table-wrap {
  padding-top: 10px;
}
footer .footer-container .right-content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
footer .footer-container .right-content .table-wrap table tr th,
footer .footer-container .right-content .table-wrap table tr td {
  padding: 15px 10px;
  border-top: 1px solid var(--color-white);
  color: var(--color-white);
  font-family: var(--font-sub-3);
}
footer .footer-container .right-content .table-wrap table tr:first-child th,
footer .footer-container .right-content .table-wrap table tr:first-child td {
  border-top: none;
}
footer .footer-container .right-content .table-wrap table tr th {
  text-align: left;
  padding: 15px 5px;
}
footer .footer-container .right-content .table-wrap table tr td {
  position: relative;
}
footer .footer-container .right-content .table-wrap table tr td .maru,
footer .footer-container .right-content .table-wrap table tr td .bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
}
footer .footer-container .right-content .table-wrap table tr td .maru {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  border-radius: 50%;
}
footer .footer-container .right-content .table-wrap table tr td .bar {
  width: 10px;
  height: 1px;
  background-color: var(--color-white);
}
footer .footer-container-2 {
  height: 20vw;
}
footer .footer-container-2 .left-content {
  width: 60%;
  height: 100%;
}
footer .footer-container-2 .left-content .map-wrap {
  height: 100%;
}
footer .footer-container-2 .left-content .map-wrap iframe {
  width: 100%;
  height: 100%;
}
footer .footer-container-2 .right-content {
  width: 40%;
  height: 100%;
}
footer .footer-container-2 .right-content .access-image-wrap {
  width: 100%;
  height: 100%;
}
footer .footer-container-2 .right-content .access-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-bottom {
  background-color: #E6E6E6;
}
footer .footer-bottom .inner {
  padding: 20px 0;
  width: 90%;
}
footer .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
footer .footer-bottom ul li {
  font-size: 0.8rem;
}
footer .footer-bottom ul li a {
  color: var(--color-black);
  transition: .3s;
  font-family: var(--font-sub-3);
}
footer .footer-bottom ul li a:hover {
  color: var(--color-sub);
}
footer .copy {
  background-color: var(--color-white);
  padding: 12px 0;
  color: #333333;
  text-align: center;
  font-size: 0.8rem;
  font-family: var(--font-sub-3);
}

@media only screen and (max-width: 1280px) {
  footer .footer-top .footer-inner {
    width: 90%;
  }
}

@media only screen and (max-width: 1080px) {
  footer .footer-top .footer-inner .footer-logo-wrap .footer_logo {
    width: 300px;
  }
  footer .footer-container {
    margin-top: 30px;
    gap: 0;
    flex-direction: column;
  }
  footer .footer-container .left-content,
  footer .footer-container .right-content  {
    width: fit-content;
  }
  footer .footer-container-2 {
    height: 25vw;
  }
  footer .footer-bottom ul {
    gap: 10px 40px;
    flex-wrap: wrap;
  }
  footer .footer-bottom ul li {
    width: calc((100% - 120px) / 4);
  }
  footer .footer-bottom ul li a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-inner .footer-logo-wrap .footer_logo {
    width: 240px;
  }
  footer .footer-top .footer-inner .footer-logo-wrap .footer-sns {
    top: unset;
    right: unset;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  footer .footer-top .footer-inner .footer-logo-wrap {
    padding-bottom: 60px;
  }
  footer .footer-container .left-content .access {
    gap: 10px;
  }
  footer .footer-container .left-content .tel-wrap {
    gap: 10px;
  }
  footer .footer-container .left-content .tel-wrap .tel-box {
    padding: 10px 15px;
    height: 82px;
  }
  footer .footer-container .left-content .tel-wrap .tel-box .tel-number {
    gap: 5px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  footer .footer-container .left-content .tel-wrap .tel-box .day-off {
    font-size: 0.7rem;
    letter-spacing: -0.05rem;
  }
  footer .footer-container .right-content .table-wrap table tr th, footer .footer-container .right-content .table-wrap table tr td {
    padding: 10px;
  }
  footer .footer-container .right-content .table-wrap table tr th {
    padding: 10px 0;
  }
  footer .footer-container .right-content .table-wrap table tr th.time {
    font-size: 0.8rem;
  }
  footer .footer-container-2 {
    height: 40vw;
  }
  footer .footer-container-2 .left-content,
  footer .footer-container-2 .right-content {
    width: 100%;
  }
  footer .footer-bottom ul {
    gap: 10px 15px;
  }
  footer .footer-bottom ul li {
    width: calc((100% - 30px) / 3);
  }
  footer .footer-bottom ul li.wide-column {
    width: calc((100% - 30px) / 3 * 2 + 15px);
  }
  footer .footer-top .footer-inner {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 374px) {
  footer .footer-container .left-content .access p {
    font-size: 0.9rem;
  }
  footer .footer-container .left-content .tel-wrap .tel-box .tel-number {
    font-size: 1.4rem;
  }
  footer .footer-container .left-content .tel-wrap .web-box {
    padding: 10px 10px;
  }
  footer .footer-container .right-content .table-wrap table tr th {
    font-size: 0.9rem;
  }
}
