@charset "UTF-8";

section {
  margin-bottom: 80px;
}
.contact {
  max-width: 580px;
  padding: 0 20px;
  margin: 60px auto 80px;
  text-align: center;
}
.page-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
}
.section-title {
  border-top: solid 1px #703018;
  border-bottom: solid 1px #703018;
  color: #703018;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 40px;
}
.head-text {
  color: #703018;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}
.title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.tel .t1 {
  font-size: 20px;
  margin-right: 5px;
}
.tel .t2 {
  font-size: 15px;
}
.tel a {
  font-size: 24px;
}
.reception {
  font-size: 15px;
}

/*--------------------------------------
SP
--------------------------------------*/
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 60px;
  }
  .contact {
    margin: 40px auto 60px;
  }
  .head-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .page-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .title {
    font-size: 17px;
  }
  .tel .t1 {
    font-size: 16px;
  }
  .tel a {
    font-size: 18px;
  }
  .reception {
    font-size: 12px;
  }
}