@charset "UTF-8";
#main {
  background: rgb(206 154 2 / 30%);
}
.form {
  border:3px solid #666;
  margin:15px 5px;
  background-color: #424141;
}
.form div.row {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 3px #666;
}
.form p.ttx {
  display: table-cell;
  width: 40%;
  padding: 10px;
  background-color: #000;
  font-weight: bold;
  vertical-align: middle;
  color:#eee;
}
.form div.answer {
  display: table-cell;
  width: 60%;
  padding: 10px;
}
.form select {
  padding: 5px;
  margin: 5px;
  font-size: 1em;
  width: 98%;
  font-weight: normal;
  background-color: #000;
  color:#eee
}
.form div.row p.ttx span.caution {
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: normal;
  color: #f33;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], form input[type="number"] {
  padding: 5px;
  margin: 5px;
  font-size: 1em;
  width: 95%;
  font-weight: normal;
  background-color: #000;
  color:#eee
}
.form textarea {
  width: 95%;
  min-height: 100px;
  padding: 5px;
  margin: 5px;
  font-size: 1.0em;
  line-height: 1.5em;
  resize: vertical;
  background-color: #000;
  color:#eee
}
.btn {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content: center;
  padding: 15px;
}
.submit {
  margin-right:20px;
}
.reset {
  margin-left:20px;
}
.btn_right {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1em;
  width: 150px;
}
.btn_left {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1em;
  width: 150px;
}
@media screen and (max-width: 770px) {
  #main {
    display: block;
  }
}
@media screen and (min-width: 641px){
  .submit input {
    background:url("../img/contact_btn_1.png");
    background-size: 100%;
    width: 200px;
    height: 50px;
    border: none;
    color: rgba(255,255,255,0);
    cursor:pointer;
  }
  .reset input {
    background:url("../img/reserve_btn_2.png");
    background-size: 100%;
    width: 200px;
    height: 50px;
    border: none;
    color: rgba(255,255,255,0);
    cursor:pointer;
  }
}
@media screen and (max-width: 640px) {
  .btn_right, .btn_left {
    margin-left: 0;
    margin-right: 0;
  }
  #main {
    overflow: hidden;
    margin-bottom:3em;
  }
}
