/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーフッターーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

footer {
  background: var(--bg-color);
  padding: 100px 0 80px;
}

@media (max-width: 1100px) {
  footer {
    padding: 50px 0 100px;
  }
}
.contact-link-container {
  background: var(--sub-color);
  display: block;
  max-width: 450px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: black;
  padding: 18px;
  border-radius: 10px;
  position: relative;
  height: 60px;
}

.contact-link-ttl {
  padding-top: 5px;
  font-family: Noto Sans CJK JP;
}

.contact-link-ttl::before {
  content: "";
  background: url(../img/mail-bl.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 80px;
  top: 53%;
  transform: translateY(-50%);
}

@media (max-width: 500px) {
  .contact-link-ttl::before {
    left: 20px;
  }
}


.company-info {
  font-family: Noto Sans CJK JP;
  width: 50%;
}

@media(max-width: 992px) {
  .company-info {
    width: 100%;
  }
}

.company-info h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.company-info span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}

.company-info .tel {
  font-size: 24px;
}

.company-address {
  font-size: 14px;
  margin-top: 5px;
}

.company-info .tel span {
  color: var(--main-deep-color);
}

.small {
  text-align: center;
  color: gray;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
  font-size: 12px;
  font-family: Noto Sans CJK JP;
}

.company-info .number {
  font-size: 30px;
}

.open-time {
  font-size: 14px;
}