@charset "UTF-8";
/* CSS Document */
header .btnCont {
  display: none;
}

#gnav {
  display: none;
}

main #footerContact,
main #snsCont,
main .sideCont {
  display: none;
}
main .borderBox {
  border: 5px #FFEDEC solid;
  padding: 30px;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  main .borderBox {
    padding: 15px;
  }
}
main .borderBox .border {
  border-top: 2px #ccc dotted;
  margin-top: 10px;
  padding-top: 10px;
}
.form {
  margin-top: 40px;
  border-top: 1px #ccc solid;
}
.formTbl {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .formTbl {
    border-bottom: 1px #ccc solid;
  }
}
.formTbl th, .formTbl td {
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .formTbl th, .formTbl td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.formTbl th {
  background-color: #efefef;
  text-align: left;
  position: relative;
  width: 28%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .formTbl th {
    width: 100%;
    border-bottom: none;
  }
}
.formTbl th .req {
  background-color: #ff6d0c;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 2px;
  line-height: 100%;
  position: absolute;
  right: 10px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .formTbl th .req {
    top: 10px;
  }
}
.formTbl td {
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .formTbl td {
    border-bottom: none;
  }
}
.formTbl td input[type=text],
.formTbl td input[type=email],
.formTbl td input[type=tel],
.formTbl td input[type=number],
.formTbl td input[type=date],
.formTbl td textarea {
  border: 2px #ccc solid;
  border-radius: 3px;
  padding: 10px;
}
.formTbl td input[type=text],
.formTbl td input[type=email],
.formTbl td input[type=tel] {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .formTbl td input[type=text],
  .formTbl td input[type=email],
  .formTbl td input[type=tel] {
    min-width: inherit;
    width: 100%;
  }
}
.formTbl td #reserve_date1,
.formTbl td #reserve_date2 {
  min-width: 200px;
  margin-right: 10px;
}
.formTbl td #age {
  max-width: 100px;
  min-width: auto;
}
.formTbl td #reserve_date1_check {
  display: block;
}
.formTbl td select {
  border: 2px #ccc solid;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .formTbl td select {
    margin-right: 0;
    margin-top: 5px;
    width: 120px;
  }
}
.formTbl td textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
.formTbl td p.note {
  font-size: 12px;
  padding: 10px 0 0 0;
}
.formTbl td p.note strong {
  color: #e97887;
}
.formTbl td .mb10 {
  margin-bottom: 10px;
}
.formTbl td input[type=radio] {
  margin-top: -2px;
  appearance: none;
}
.formTbl td label {
  position: relative;
  display: inline-block;

  cursor: pointer;
}
.formTbl td label + label {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .formTbl td label {
    /* margin-bottom: 10px; */
    width: 100%;
  }
}
.formTbl td input[type=radio]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px #ccc solid;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: -15px;
  top: 0;
}
.formTbl td input[type=radio]:checked:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #999;
  border-radius: 10px;
  position: absolute;
  left: -12px;
  top: 3px;
}
.wpcf7-list-item {
  position: relative;
  margin: 0 !important;
}
.wpcf7-list-item + .wpcf7-list-item {
  /* margin-left: 2em !important; */
}
.wpcf7-radio {
  margin-left: 1em;
  gap: 0.5em 2em;
  display: flex;
    flex-wrap: wrap;
}
.wpcf7-checkbox {
  gap: 0 .5em;
  display: flex;
    flex-wrap: wrap;
}
.wpcf7-not-valid-tip {
  background: #dc3232;
  color: #fff !important;
  padding: .2em 1em;
  margin-top: 0.5em;
}
.subBox {
  margin-left: 1.6em;
}

#step {
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#step:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e97887;
  position: absolute;
  top: 48%;
}
#step > div {
  display: block;
  width: 30%;
  background-color: #fff;
  border: 2px #e97887 solid;
  color: #e97887;
  text-align: center;
  padding: 15px;
  position: relative;
  font-size: 14px;
}
#step > div span {
  display: block;
  font-size: 22px;
  padding: 10px 0 0 0;
}
#step > div:last-child:before {
  display: none;
}
#step > div.active {
  background-color: #fef6d6;
  color: #e97887;
}

.miseinen, .otoiawasenomi {
  color: #ff6d0c;
  margin-top: 5px;
}

.submit {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .submit {
    padding: 25px 0;
  }
}
.submit input[type=submit] {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Bitter", sans-serif;
  min-width: 500px;
  cursor: pointer;
  background-image: url(img/btn_submit.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  border: none;
  height: 90px;
  color: #fff;
  outline: none;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .submit input[type=submit] {
    min-width: inherit;
    width: 100%;
    background-size: 100% auto;
    background-color: #fff;
    height: 68px;
    border-radius: 0;
  }
}
.submit input[type=submit]:hover {
  opacity: 0.8;
}

.underAgree {
  padding: 30px 20px;
  border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;
  text-align: center;
  position: relative;
  margin-top: 30px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .underAgree {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.underAgree:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  position: absolute;
  top: -11px;
  left: 0;
}

.underAgree:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.sslSeal {
  margin-top: 80px;
  border: 1px #d8d8d8 solid;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sslSeal {
    margin-top: 40px;
    padding: 15px;
  }
}
.sslSeal .sslL {
  float: left;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .sslSeal .sslL {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.sslSeal .sslR {
  float: left;
  width: 80%;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .sslSeal .sslR {
    float: none;
    width: 100%;
  }
}

footer {
  padding: 15px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
}
footer #footerMenu {
  display: none;
}
footer p.copyright {
  margin-top: 0;
}

.backWrap {
  text-align: center;
  margin-bottom: 30px;
}

.backBtn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border: none;
  outline: none;
  padding: 20px 0;
  min-width: 300px;
  cursor: pointer;
}

table.placeTbl td {
  padding: 5px;
  border: none;
}

table.placeTbl td.net {
  padding-top: 10px;
}

table.placeTbl td.last {
  padding-bottom: 10px;
}

table.placeTbl tr.border {
  border-top: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  table.placeTbl tr.border {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .mainCont {
    width: 100%;
  }
  span.dateLabel {
    display: block;
    margin-bottom: 5px;
  }
  .spmbnone {
    margin-bottom: 0 !important;
  }
  #gnav {
    display: block;
  }
}
#holidayBox {
  text-align: left;
  margin: 10px auto 40px auto;
  border: 1px solid #e97887;
  padding: 20px 20px;
}
#holidayBox h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #e97887;
  text-align: left;
  font-family: "Bitter", serif;
  letter-spacing: 3px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #holidayBox {
    text-align: left;
  }
}
