/* ==================================

  reservation.css

================================== */

/* ==================================

  Reservation -  ご予約

================================== */

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 128px 0 8px 0;
}

h2, h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.title-eng {
  text-align: center;
  display: block;
  font-size: 1.2rem;
}

.section-line {
  display: block;
  line-height: 5.0;
  text-align: center;
}

.contact-area {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contact-area {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .contact-area {
    width: 100%;
  }
}

form {
  width: 90%;
  margin: 64px auto;
}

.item-box {
  margin-bottom: 32px;
  text-align: left;
}

.item-privacy-box {
  margin: 64px 0;
  text-align: center;
}

.item-privacy-box a {
  font-size: 1.4rem;
  transition: all 0.5s ease-out;
  color: #221816;
  padding-bottom: 16px;
  text-decoration: underline;
}

.item-privacy-box a:hover {
  color: #6A5837;
}

.item {
  background-color: #6A5837;
  color: #FFF;
  padding: 8px 4px;
  font-size: 1.4rem;
  text-align: left;
}

input, select, textarea {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic,
              "游ゴシック Medium", "Yu Gothic Medium",
              "游ゴシック", "Yu Gothic",
              "メイリオ", sans-serif;
  width: 100%;
  background-color: #EED;
  font-size: 1.4rem;
}

input, select {
  vertical-align: middle;
  height: 45px;
  padding: 0 4px;
}

textarea {
  padding: 8px;
}

input[type='checkbox'] {
  display: none;
}

label {
  padding-right: 4px;
  cursor: pointer;
}

.questionnaire span {
  display: block;
}

input[type='checkbox'] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type='checkbox'] + label:before {
  content: "\f096";
} /* unchecked icon */

input[type='checkbox'] + label:before {
  padding-right: 8px;
} /* space between checkbox and label */

input[type='checkbox']:checked + label:before {
  content: "\f046";
} /* checked icon */

input[type='checkbox']:checked + label:before {
  padding-right: 8px;
} /* allow space for check mark */

select::-ms-expand {
  display: none;
}

/* 矢印 */
.select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.select-wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #221816;
  border-right: solid 2px #221816;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  z-index: 2;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
}

input[type='submit'] {
  border: 2px solid #534741;
  background-color: #534741;
  color: #FFF;
  font-size: 1.4rem;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
}

input[type='submit']:hover {
  border: 2px solid #534741;
  background-color: #FFF;
  color: #534741;
}

.alert {
  color: #FF0000;
  font-weight: bold;
}

/* ラジオボタン */
.radio-input {
  display: none;
}

.radio-box span {
  display: block;
  margin-bottom: 4px;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label {
  /*color: #d01137;*/
}

.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #6A5837;
  border-radius: 50%;
}




.submit-button-area {
  width: 90%;
  margin: 64px auto;
}

.submit-button-box {
  width: 49%;
  height: 50px;
  line-height: 50px;
}

.submit-button-box .btn {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #534741;
  background-color: #534741;
  color: #FFF;
  font-size: 1.4rem;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
}

.submit-button-box .btn:hover {
  background: #FFF;
  color: #534741;
  margin-left: 0px;
  margin-top: 0px;
  border: 2px solid #534741;
}

@media screen and (max-width: 640px) {
  /* スマホの場合 */
  .submit-button-box .btn:active {
    background: #FFF;
    color: #534741;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #534741;
  }
}

.button-box {
  width: 350px;
  height: 50px;
  line-height: 50px;
  margin: 8px auto 0;
}

@media screen and (max-width: 640px) {
  .button-box {
    width: 80%;
  }
}

.button-box .btn {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #534741;
  background-color: #534741;
  color: #FFF;
  font-size: 1.4rem;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
}

.button-box .btn:hover {
  background: #FFF;
  color: #534741;
  margin-left: 0px;
  margin-top: 0px;
  border: 2px solid #534741;
}

@media screen and (max-width: 640px) {
  /* スマホの場合 */
  .button-box .btn:active {
    background: #FFF;
    color: #534741;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #534741;
  }
}

.comp-text-box {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

.err-text {
    text-align: center;
    color: #F00;
    font-weight: bold;
    margin: 32px auto;
}