@charset "utf-8";
/* CSS Document */

#top {
  background: url(../img/top/top.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  #top {
    background: url(../img/top/top.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 90%;
    margin-top: 60px;
  }
}

#contact {
  padding: 90px 0 120px 0;
}
#contact .text01 {
  text-align: center;
  margin-bottom: 60px;
}
#contact .formArea {
  width: 690px;
  margin: 0 auto;
}

#contact .formArea dl {
  display: flex;
  padding: 15px 0;
}
#contact .formArea dt {
  width: 200px;
}
#contact .formArea dd {
  width: 490px;
}
#contact .formArea dt span {
  display: inline-block;
  margin-left: 15px;
  padding: 0 5px;
  font-size: 10px;
  color: #fff;
  background: #e74a74;
}
.textForm {
  border: 1px solid#000;
  padding: 5px;
  width: 486px;
}
select {
  border: 1px solid#000;
  padding: 5px;
  font-size: 16px;
}
textArea{
  border: 1px solid#000;
  padding: 5px;
  width: 486px;
  height: 250px;
}
#contact .formArea .send-btn {
  margin-top: 80px;
  text-align: center;
}
#contact .formArea .send-btn input {
  cursor: pointer;
  width: 220px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.0;
  background: #e74a74;
  border: none;
  padding: 12px 0;
}
#contact .send-btn a.btnS {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.0;
  background: #e74a74;
  border: none;
  padding: 12px 0;
}

#contact .formArea .send-btn input.btnB {
  background: #848484;
  color: #000;
}
#contact .formArea .send-btn input.btnO {
  background: #848484;
  color: #000;
}
.text02 {
  position: relative;
  padding-top: 135px;
  text-align: center;
  margin-bottom: 40px;
}
.text02:before {
  position: absolute;
  content: "";
  background: url(../img/common/title_u01.png) no-repeat 0 0;
  width: 124px;
  height: 24px;
  bottom: 33px;
  left: 50%;
  margin-left: -62px;
}
.telBox {
  width: 650px;
  margin: 0 auto;
  background: rgba(231,74,116,0.2);
  padding: 10px 0;
}
.telBox p {
  border-top: 1px solid #e74a74;
  border-bottom: 1px solid #e74a74;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 2.0;
  color: #e74a74;
}
.telBox p span {
  display: block;
  font-size: 45px;
  font-weight: bold;
}
.c_text01 {
  margin-bottom: 30px;
  text-align: center;
}
.error_messe {
  text-align: center;
  color: #FF0004;
}
#contact .formArea table th {
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px dashed #000;
}
#contact .formArea table td {
  padding: 10px;
  border-bottom: 1px dashed #000;
}

@media only screen and (max-width: 767px) {
  #contact {
    padding: 40px 0 50px;
  }
  #contact .text01 {
    text-align: left;
    margin-bottom: 30px;
  }
  #contact .formArea {
    width: 100%;
    margin: 0 auto;
  }
  #contact .formArea dl {
    display: block;
    padding: 15px 0;
  }
  #contact .formArea dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact .formArea dd {
    width: 100%;
    font-size: 14px;
  }
  .textForm {
    border: 1px solid#000;
    padding: 5px;
    width: 100%;
  }
  #contact .formArea dl dd textarea {
    width: 100%;
    height: 10em;
    font-size: 14px;
    padding: 5px 5px;
  }
  select {
    font-size: 12px;
  }
  #contact .formArea .send-btn {
  margin-top: 30px;
  }
  #contact .formArea .send-btn input {
    width: 100%;
  }
  /*mail.php*/
  #contact .formArea p.c_text01 {
  text-align: left;
    font-size: 14px;
  }
  .c_text01 {
    margin-bottom: 15px;
    text-align: left;
  }
  .error_messe {
    text-align: left;
  }
  #contact .formArea .send-btn input.btnO {
    margin-bottom: 15px;
  }
  #contact .send-btn a.btnS {
    display: inline-block;
    width: 240px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0;
    background: #e74a74;
    border: none;
    border-radius: 4px;
    padding: 12px 0;
  }
  .text02 {
    padding-top: 70px;
    margin-bottom: 20px;
  }
  .text02:before {
    background: url(../img/common/title_u01.png) no-repeat 0 0;
    background-size: 90px;
    width: 90px;
    bottom: 20px;
    left: 50%;
    margin-left: -45px;
  }
  .telBox {
    width: 100%;
  }
  .telBox p {
    border-top: 1px solid #e74a74;
    border-bottom: 1px solid #e74a74;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #e74a74;
  }
  .telBox p span {
    display: block;
    font-size: 23px;
    font-weight: bold;
  }
}
