@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
main {
  background-color: #000000;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 0;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  text-align: center;
  margin: clamp( 125px, 28vw, 350px) 0 150px 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 37px;
    margin-bottom: 218px;
  }
}

.contact {
  color: #2F2F2F;
  background-color: white;
  max-width: 1200px;
  width: 42.5%;
  padding: 8.3vw 10vw 8vw 10vw;
  margin: 150px auto;
}
.contact-title {
  font-size: 36px;
  border-bottom: solid 2px #ec93a9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.contact-content {
  margin-top: 30px;
  border-bottom: 2px solid #ec93a9;
  background-color: #fff;
}
.contact-info {
  margin: 4vw 0 0 0;
}
.contact-info p {
  color: #121212;
  font-size: 16px;
  line-height: 20px;
}
.contact-info .tel-no {
  color: #565656;
  font-size: 50px;
  font-weight: bold;
  line-height: 68px;
}
@media screen and (max-width: 1200px) {
  .contact {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .contact h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .contact .contact-info p {
    font-size: 14px;
  }
  .contact .contact-info .tel-no {
    font-size: 32px;
    line-height: 48px;
  }
}

span.must {
  color: #FF0000;
  font-size: 90%;
  margin-left: 5px;
}

table.contact-form {
  max-width: 800px;
  margin: auto;
  width: 100%;
  letter-spacing: 0.1em;
}
table.contact-form th {
  margin: 0;
  padding: 20px 0;
  width: 30%;
  vertical-align: middle;
  text-align: left;
}
table.contact-form td {
  vertical-align: middle;
  padding: 20px 0;
}
table.contact-form td span.wpcf7-list-item {
  display: block;
}
table.contact-form td span.wpcf7-form-control-wrap input {
  border: none;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ededed;
}
table.contact-form td span.wpcf7-form-control-wrap input[type=checkbox] {
  display: inline-block;
  height: 15px;
  width: 15px;
}
table.contact-form td span.wpcf7-form-control-wrap textarea {
  border: none;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  background-color: #ededed;
}

.soushin {
  margin: 50px auto;
}
.soushin input {
  border: none;
  width: 200px;
  margin: auto;
  display: block;
  background-color: #ec93a9;
  color: #fff;
  padding: 15px 0;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  table.contact-form th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
  }
  table.contact-form th span.must {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  table.contact-form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
  }
  table.contact-form td span.wpcf7-form-control-wrap input {
    width: 90%;
  }
}
/*# sourceMappingURL=contact.css.map */