#contact {
  position: relative;
}
#contact img {
  position: relative;
  width: 100%;
}
#sp_contact {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact {
    display: none;
  }
  #sp_contact {
    display: block;
    width: 100%;
  }
}
.contact_wrap {
  position: relative;
}
.contact_wrap img {
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  transform: translate(-50%, -50%);
}
.contact_text {
  position: relative;
  text-align: center;
  margin: 200px 0 130px 0;
  font-size: 16px;
  line-height: 2.18;
}
.form {
  margin: 0 20px;
}
form {
  max-width: 600px;
  margin: 0 auto;
}
label {
  display: block;
  margin: 60px 0 10px 0;
  font-size: 17px;
  font-weight: 500;
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #707070;
  padding: 10px 20px;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"] {
  max-width: 600px;
  width: 100%;
  height: 50px;
}
textarea {
  max-width: 600px;
  width: 100%;
  height: 300px;
}
.form p {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.42;
}
.contact_message {
  display: block;
  text-align: center;
  margin: 80px auto 130px;
  padding: 15px 50px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 200;
  color: #333333;
  border-width: 1px;
  z-index: 2;
}
.contact_message:hover {
  cursor: pointer;
}
.btnmessage img {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_wrap img {
    top: 15px;
    left: calc(50% - 130px);
    width: 50px;
  }
  .contact_text {
    margin: 100px auto;
  }
  textarea {
    height: 150px;
  }
}

/* 送信後ページ */
.thanks_img {
  text-align: center;
  margin: 170px 0 45px 0;
}
.thanks_text {
  text-align: center;
  margin: 120px;
  font-size: 15px;
  line-height: 2;
}
#sp_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  #contact {
    display: none;
  }
  #sp_contact {
    display: block;
    position: relative;
  }
  .sp_top {
    position: absolute;
    top: 40%;
    left: 15%;
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 200;
  }
  #sp_contact img {
    position: relative;
  }
  .thanks_text {
    max-width: 315px;
    margin: 60px auto 100px;
    font-size: 14px;
  }
  .totop_wrap {
    display: none;
  }
}
