#contact {
  text-align: center;
}

.contact-form {
  width: 80%;
  margin: 0 auto;
  border: #8F6059 solid 1px;
}

.contact-special {
  color: #8F6059;
  border-bottom: #8F6059 solid 1px;
  margin: 5%;
  padding-bottom: 5%;
}

.contact-special h3 {
  font-size: 2.4rem;
}

.contact-special h4 {
  font-size: 2rem;
  margin: 0;
}

.contact-special p {
  font-size: 1.8rem;
  color: red;
  font-weight: bold;
  margin: 0;
}

.contact-special p span {
  font-size: 1.2rem;
  color: #8F6059;
  font-weight: normal;
  text-decoration: line-through;
  text-decoration-color: red;
}

.reservation-contents {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.reservation-form h3 {
  color: #8F6059;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.reservation-form a {
  display: inline-block;
  width: 20%;
  color: #ffffff;
  margin: 1%;
  padding: 2%;
}

.reservation-tel {
  background-color: #555555;
}

.reservation-web {
  background-color: #8F6059;
}

.contact-line {
  background-color: #06C755;
}