.footer {
  max-width: 128rem;
  width: 128rem;
  /* height: 82.4rem; */
  background-color: #272E2C;
}

.footer_contact_box {
  height: 33.2rem;
  text-align: center;
  padding-top: 7rem;
  background-image: url(../img/kiku.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: calc(100% - 1rem) calc(100% + 20rem);
  background-color: #D2D2D2;
}

.footer_content_box {
  max-width: 100%;
  height: 45.1rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/DSC_5486.jpg);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding-bottom: 5.4rem;
}

.footer_contact_text {
  font-size: 2.6rem;
  color: #272E2C;
  font-weight: bold;
}

.footer_contact_tel {
  font-size: 3.5rem;
  color: #272E2C;
}

.footer_contact_time {
  font-size: 1.6rem;
  color: #272E2C;
}

.footer_list {
  width: 16.8rem;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: right;
  margin-right: 10rem;
}

.footer_list_item {
  margin-bottom: 1.1rem;
}

.footer_list_item:nth-child(5) {
  margin-bottom: 1.4rem;
}

.footer_instagram {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 10rem;
}

@media screen and (max-width:699.98px) {
  .footer {
    max-width: 37.5rem;
    width: 100%;
    height: 61.4rem;
  }

  .footer_content_box {
    width: 100%;
  }

  .footer_list {
    margin-right: 3rem;
  }

  .footer_instagram {
    margin-right: 3rem;
  }

  .footer_contact_box {
    background-size: 43%;
    background-position: 100% 148%;
    padding-top: 4.5rem;
    height: 35rem;
  }

  .footer_content_box {
    height: 34.3rem;
    background-size: cover;
    background-position: center center;
  }
}