body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
  background:none;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
  background:none;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
    color: #151514;
    margin-top: 0.5em;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #E4E4E4;
    width: 90%;
    margin-inline: auto;
}

.button-group {
  margin-top: 1em;
  text-align: center;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  line-height: 1.75em;
  padding: 5px 10px;
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
  display: flex;
}

select {
  width: auto;
  height: 2.75em;
  display: block;
  border: 1px solid #6a767d;
  border-radius: 10px;
  padding: 0 0.75em;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

.form-column input, textarea {
  width: 100%;
  border-radius: 10px;
  margin: 10px 0;
}
.form-column input {
  width: 10em;
  height: 3em;
}
.form-column input#d2660a60-815a-4d6e-8953-1a376ae34695 {
  width: 12em;
  height: 2.75em;
  display: block;
  border: 1px solid #6a767d;
  border-radius: 10px;
  padding: 0 0.75em;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

fieldset .input-group {
  display: flex;
}

.form-column-05efc8ae-f6f9-43e3-8893-9233073ac282 legend.label,
.form-column-6ff17de4-8f05-4bd0-8517-580441e87662 legend.label {
    padding: 0;
    display: none;
}

.form-column-radio label {
  margin-right: 0;
  display: flex;
  width: 6em;
  gap: 3%;
}

span.option-text {
  width: 100%;
  align-content: center;
  margin-left: 5px;
}

input[type="radio"] {
  margin-right: 5%;
  width: 2em;
}

.form-column-05efc8ae-f6f9-43e3-8893-9233073ac282 {
  text-align: center;
}

button {
  display: inline-block;
  padding: 15px 50px !important;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #6ec300 !important;
  border-radius: 25px !important;
  color: #fff !important;

}

button.button-submit {
  background-color: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

#05efc8ae-f6f9-43e3-8893-9233073ac282_1 {
  width: 5%;
}
.input-group option {
  display: flex;
}

.form-column-checkbox label {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 30px;
    margin-top: 15px;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
}
button {
  position: relative;
}
button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('http://hokyo.withinc.info/wp-content/uploads/reservation_img4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type="checkbox"] {
  width: 5%;
}
@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
  .form-column-radio label {
    width: 15%;
  }
  .form-column input#d2660a60-815a-4d6e-8953-1a376ae34695 {
    width: 22%;
  }

.label{
    font-size: 1.25em;
}
}
