.form-block {
  margin: 20px 0 0;
  font-size: 16px; }
  .form-block * {
    box-sizing: border-box; }
  .form-block .reservation-form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px; }
    .form-block .reservation-form th {
      vertical-align: middle; }
    .form-block .reservation-form td {
      vertical-align: middle; }

.required-text {
  margin-bottom: 20px; }

.required-red {
  color: #ff0000;
  margin-right: 5px; }

form .required-red {
  margin: 0 0 0 5px; }

form .form-heading {
  width: 196px;
  padding: 25px 0;
  background: #f4f4f4;
  border: 1px solid #dcdcdc; }

form .form-content__s {
  width: 245px;
  padding: 10px;
  border: 1px solid #dcdcdc; }

form .form-content__l {
  padding: 10px;
  border: 1px solid #dcdcdc; }
  form .form-content__l .summary-text {
    vertical-align: middle;
    margin: 0 10px 0 0; }

form .form-select {
  display: inline-block;
  width: 170px;
  position: relative; }
  form .form-select:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 100%;
    border-left: 1px solid #dcdcdc;
    background: url("../img/icon_triangle_bottom.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 0; }
  form .form-select select {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 12px 35px 12px 15px;
    border-radius: 5px;
    border: 1px solid #dcdcdc; }
    form .form-select select:focus {
      outline-color: #3b99fc;
      outline-offset: -1px;
      outline-style: solid;
      outline-width: 2px; }
  form .form-select select::-ms-expand {
    display: none; }

form .form-select + .form-select {
  margin-left: 10px; }

form .submit-area {
  width: 427px;
  margin: 40px auto 80px; }
  form .submit-area .submit-area__btn {
    width: 100%;
    background: #67afdf;
    border: 10px solid #f2f3f5;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }
    form .submit-area .submit-area__btn span {
      position: relative;
      padding-left: 20px; }
      form .submit-area .submit-area__btn span:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 8px;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px; }
    form .submit-area .submit-area__btn:focus {
      outline-color: #3b99fc;
      outline-offset: -1px;
      outline-style: solid;
      outline-width: 2px; }
    form .submit-area .submit-area__btn:hover {
      opacity: 0.7; }

form .submit-description {
  text-align: center; }




 form .submit-area .submit-area__btn {
    background: #b0b6b9;
}
/*送信ボタン活性時*/
form .submit-area .active{
  background: #67afdf;
}