body {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.pc_only {
  display: block;
}

.mobile_only {
  display: none;
}

/* footer */
.footer_contact_title, .footer_address_title, .footer_contact_text, .footer_contact_form_title, .footer_contact_tel_title,
.footer_contact_tel_num, .footer_contact_tel_text, .footer_address_text, .bottom_link_small_text, .bottom_link_large_text,
.bottom_link_items a p, .bottom_copy_wright {
  color: #87796f;
  font-feature-settings: 'palt' 1;
  font-family: "Fredoka", sans-serif;
}

footer {
  background: #f4f3ee;
  padding: 0px 0px 0px 0px;
}

.footer_container {
  background: rgba(0, 0, 0, 0.0);
  padding: 60px 80px 60px;
}

.footer_container_top {
  display: flex;
}

.footer_contact {
  width: 66.6%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_contact_title, .footer_address_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0px 0px 20px;
}

.footer_contact_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0px 0px 40px;
  width: 100%;
}

.footer_contact_form {
  width: 50%;
}

.footer_contact_form_title, .footer_contact_tel_title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.footer_contact_form_button {
  background: #87796f;
  border-radius: 32px;
  height: 60px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.footer_contact_form_button_text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0px 0px 0px 0px;
  text-align: center;
  justify-content: center;
}

.footer_email_icon {
  color: white;
  font-size: 20px;
  margin: 0 0 0 10px;
}

.footer_contact_tel {
  width: 50%;
}

.footer_contact_tel_num {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0px 0px 10px 0px;
}

.footer_contact_tel_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.footer_address {
  width: 33.3%;
  text-align: center;
}

.footer_address_map {
  border-radius: 12px;
  height: 160px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.footer_address_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}

.footer_container_bottom {
  border-top: 1px solid #dfdbc6;
  height: 100px;
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

.bottom_container {
  text-align: center;
  width: auto;
  max-width: 100%;
}

.bottom_link_small_text, .bottom_link_large_text {
  line-height: 1;
  margin: 0;
}

.bottom_link_small_text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;

}

.bottom_link_large_text {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0.05em;
}

.bottom_link_items {
  display: flex;
  justify-content: center;
}

.bottom_link_items a {
  margin: 0px 10px;
  padding: 5px 0px;
}

.bottom_link_items a p {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.bottom_copy_wright {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 15px 0px 0px 0px;
}

@media (max-width: 840px) {

  .pc_only {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .footer_container {
    padding: 40px 60px 60px;
  }

  .footer_container_top {
    flex-direction: column;
  }

  .footer_contact, .footer_address {
    width: 100%;
  }
  
  .footer_contact {
    padding: 0px 0px 40px 0px;
  }
  
  .footer_contact_form {
    width: calc(50% - 10px);
    padding: 0px 10px 0px 0px;
  }

  .footer_contact_form_button {
    height: 50px;
  }

  .footer_contact_form_button_text {
    font-size: 14px;
    font-weight: 600;
  }

  .footer_contact_tel_num {
    font-size: 24px;
  }

  .footer_contact_tel_text {
    font-size: 13px;
  }

  .footer_address_map {
    max-width: 100%;
  }

  .bottom_copy_wright {
    font-weight: bold;
  }

}


@media (max-width: 540px) {

  .footer_contact_form{
    width: 100%;
    padding: 0px 0px 40px 0px;
  }

  .footer_contact_form_button {
    width: 300px;
  }

  .footer_contact_tel {
    width: 100%;
  }
}

@media (max-width: 380px) {

}