/* ------------------- */
/* キャンセルフォーム */
/* ------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 入力フォーム */
#resv #formBox .cancel-form {
  width: 90%;
  max-width: 800px;
  margin: 55px auto 0;
  text-align: left;
}
#resv .cancel-form h3 {
  margin: 0 auto;
  max-width: 100%;
}
#resv #formBox .cancel-form .inBox {
  margin: 0 0 40px;
}
#resv #formBox .cancel-form .inBox h2 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
}
#resv #formBox .cancel-form .inBox p.read {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
#resv #formBox .cancel-form .inBox h3 {
  font-size: 17px;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 15px;
}
#resv #formBox .cancel-form .inBox h4 {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #fff;
}
#resv #formBox .cancel-form .inBox .red {
  color: #000;
  font-size: 13px;
  padding: 3px 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: #f8cd4b;
}
#resv #formBox .cancel-form .inBox p {
  color: #fff;
}
#resv #formBox .cancel-form .index {
  font-size: 17px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#resv #formBox .cancel-form .index label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
#resv #formBox .cancel-form .index label span {
  display: inline-block;
  color: #000;
  margin-left: 7px;
}
#resv #formBox .cancel-form .index li {
  margin-top: 25px;
  width: 50%;
}
#resv #formBox .cancel-form .index li dt {
  margin-bottom: 7px;
  font-weight: normal;
  color: #fff;
}
#resv #formBox .cancel-form .inBox .list li {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
#resv #formBox .cancel-form .inBox .list li.age {
  width: calc(100% / 3 - 10%);
  display: inline-block;
  margin: 0 2% 30px 0;
}
#resv #formBox .cancel-form .inBox .list li.age:nth-child(5) {
  margin: 0 0 30px 0;
}
#resv #formBox .cancel-form .inBox .list .s {
  width: 30%;
}
#resv #formBox .cancel-form .inBox .list .l {
  width: 100%;
}
#resv #formBox .cancel-form .inBox .ti li span.red {
  color: #f8cd4b;
}
#resv #formBox .cancel-form .methodC {
  margin-top: 15px;
}
#resv #formBox .cancel-form .methodC li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#resv #formBox .cancel-form .methodC li span {
  display: block;
  margin-left: 7px;
  color: #fff;
}
#resv #formBox .cancel-form .methodC li input {
  width: 19px;
  height: 19px;
  position: relative;
  border-radius: 50%;
  padding: 0;
  border: solid 1px #000;
  top: 0;
}
#resv #formBox .cancel-form input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 5px;
  background: #fff;
}
#resv #formBox .cancel-form input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #a55410;
  border-radius: 50%;
}
#resv #formBox .cancel-form input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  background-size: contain;
  border-radius: initial;
  background-repeat: no-repeat;
  border: 1px solid #000;
}
#resv #formBox .cancel-form input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -3px;
  display: block;
  width: 20px;
  height: 25px;
  background: url("../img/check.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
#resv #formBox .cancel-form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 37px;
  font-size: 16px;
  padding: 0 15px;
  border-color: #000;
  border-width: 1px;
  box-sizing: border-box;
}
#resv #formBox .cancel-form select {
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 37px;
  font-size: 16px;
  padding: 0 15px;
  border-color: #000;
  border-width: 1px;
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  color: #000;
  z-index: 30;
}
#resv #formBox .cancel-form .age-pref {
  margin: 0;
}
#resv #formBox .cancel-form .pref-box {
  position: relative;
  background: #fff;
  z-index: 20;
}
#resv #formBox .cancel-form .pref-box::before {
  content: '';
  position: absolute;
  display: block;
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  top: 13px;
  right: 5%;
  z-index: 55;
}
#resv #formBox .cancel-form textarea {
  width: 98%;
  border: solid 1px #000;
  font-size: 16px;
  padding: 2%;
}
#resv .cancel-form #submit input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  max-width: 200px;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  text-align: center;
  background: #f8cd4b;
  color: #000;
  font-size: 18px;
  margin: 25px auto 0;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
#resv .cancel-form #submit input[type="submit"]:hover {
  background: #f8cd4b;
  border: none;
}
@media screen and (max-width:768px) {
  #resv #formBox .cancel-form {
    margin: 50px auto 0;
  }
}
@media screen and (max-width:599px) {
  #resv #formBox .cancel-form h3 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 24px;
  }
  #resv #formBox .cancel-form .inBox {
    margin: 0 auto 40px;
    padding: 0;
    width: 90%;
  }
  .accordion-area .box {
    padding: 4% 0 12%;
  }
  #resv #formBox .cancel-form .inBox h2 {
    font-size: 17px;
  }
  #resv #formBox .cancel-form .inBox p.read {
    margin: 0 auto 25px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }
  #resv #formBox .cancel-form .inBox h3, #resv #formBox .cancel-form .inBox h4 {
    font-size: 16px;
  }
  #resv #formBox .cancel-form .index, #resv #formBox .cancel-form input[type="text"], #resv #formBox .cancel-form select, #resv .cancel-form #submit input[type="submit"] {
    font-size: 15px;
  }
  #resv #formBox .cancel-form .index {
    margin-bottom: 25px;
  }
  #resv #formBox .cancel-form .index li {
    width: 100%;
  }
  #resv #formBox .cancel-form .index label {
    width: 100%;
  }
  #resv #formBox .cancel-form .inBox .list li.age {
    width: 50%;
    display: block;
    margin: 0 0 30px 0;
  }
  #resv #formBox .cancel-form .inBox .list .s {
    width: 100%;
  }
}
/* 確認 */
.conf {
  background: #a55410;
}
.conf #formWrap {
  width: 700px;
  margin: 40px auto;
  color: #fff;
  line-height: 120%;
  font-size: 16px;
  padding: 50px 20px 35px;
  border: 3px solid #fff;
}
.conf #formWrap h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}
.conf #formWrap p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}
.conf table.formTable {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
  font-size: 16px;
}
.conf table.formTable td, .conf table.formTable th {
  border: 7px solid #a55410;
  padding: 10px;
}
.conf table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #fff;
  text-align: left;
  color: #000;
}
.conf #formWrap h4 {
  margin-bottom: 25px;
  color: #fff;
}
.conf p.error_messe {
  margin: 5px 0;
  color: #f8cd4b;
}
.conf input[type="submit"i] {
  display: block;
  margin: 0 auto 20px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  border: none;
  background: #f8cd4b;
  font-weight: bold;
  position: relative;
  width: 200px;
  height: 45px;
  transition: 0.3s;
  font-size: 18px;
  padding: 10px 0;
}
.conf input[type="button"i] {
  display: block;
  margin: 0 auto 20px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  border: none;
  background: #f8cd4b;
  font-weight: bold;
  position: relative;
  width: 200px;
  height: 45px;
  transition: 0.3s;
  font-size: 18px;
  padding: 10px 0;
}
.conf input[type="submit"i]:hover {
  background: #f8cd4b;
  border: none;
  transition: 0.3s;
  font-size: 18px;
}
.conf input[type="button"i]:hover {
  background: #f8cd4b;
  border: none;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (max-width:599px) {
  .conf #formWrap {
    width: 85%;
    margin: 0 auto;
    padding: 45px 10px 25px;
  }
  .conf #formWrap h3 {
    font-size: 17px;
  }
  .conf #formWrap p {
    font-size: 15px;
  }
  .conf table.formTable {
    font-size: 15px;
  }
  .conf table.formTable th, .conf table.formTable td {
    width: auto;
    display: block;
  }
  .conf table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  .conf input[type="submit"], .conf input[type="reset"], .conf input[type="button"] {
    display: block;
    width: 60%;
    height: 45px;
    line-height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
  }
  .conf input[type="submit"i]:hover {
    font-size: 15px;
  }
  .conf input[type="button"i]:hover {
    font-size: 15px;
  }
  .conf #formWrap {
    margin: 30px auto;
  }
}
/* 完了画面 */
.done {
  background: #a55410; /*★*/
}
.done .formWrap {
  width: 700px;
  margin: 40px auto 0;
  padding: 50px 20px 35px;
  font-size: 16px;
  line-height: 29px;
  color: #fff; /*★*/
  text-align: center;
  border: 3px solid #fff;
}
.done a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  width: 200px;
  padding: 10px 0;
  margin: 0 auto 20px;
  border: none;
  background: #f8cd4b; /*★*/
  font-size: 15px;
  font-weight: bold;
  color: #000; /*★*/
  transition: 0.3s;
}
.done a:hover {
  background: #f8cd4b; /*★*/
}
@media screen and (max-width:599px) {
  .done .formWrap {
    width: 86%;
    margin: 30px auto 0;
    padding: 40px 10px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .done a {
    font-size: 15px;
  }
  .done a:hover {
    background: #f8cd4b; /*★*/
  }
}