/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@media screen and (min-width: 769px) {
  #request_page {
    width: 768px;
    margin: 0 auto;
  }
}

#request_page .content_h {
  padding-top: 10%;
}

#request_page #request_reservation > div {
  padding: 0 0 5%;
}

/******************
  request thanks
*******************/
#thanks_page {
  position: relative;
  height: 100vh;
  background: #fafafa;
}

#thanks_page #thanks_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#thanks_page .content_h {
  padding: 0;
}

#thanks_page .thanks_check {
  position: relative;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#thanks_page .thanks_check > div:nth-child(2),
#thanks_page .thanks_check > div:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#thanks_page .thanks_text {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}

#thanks_page .thanks_top {
  display: block;
  width: 55%;
  background: #ededed;
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  #thanks_page .thanks_top {
    width: 15%;
  }
  #thanks_page .thanks_text {
    padding-bottom: 2.5%;
  }
}

/******************
  form iOS
*******************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ==============================
  form > check
============================== */
.checkbox_red {
  color: #f00;
}

.check_list {
  position: relative;
  z-index: 100;
}

.check_list li {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
  display: none;
  padding: 100px 10% 50px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
  .check_list li {
    padding: 150px 20% 50px;
  }
}

.check_list li.dummy_submit {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .check_list li.dummy_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.check_list li.dummy_submit > div {
  padding: 0.5% 0;
}

.check_list li.dummy_submit > div.check_terms a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .check_list li.dummy_submit > div.check_b {
    width: 70%;
  }
  .check_list li.dummy_submit > div.check_h {
    width: 30%;
  }
  .check_list li.dummy_submit > div.wpcf7, .check_list li.dummy_submit > div.check_cg_terms {
    width: 100%;
  }
}

.check_list li.dummy_submit > div:last-child {
  width: 30px;
}

.check_list .wpcf7 form > span {
  display: none;
}

.check_list .check_ng,
.check_list .check_terms {
  display: none !important;
}

/* ==============================
  form
  ---------------------------
  form_nav
  form_content
    >form_box
============================== */
.form_group--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_group--no_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_group__item {
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form_group__item:nth-child(1) {
    width: 180px;
  }
  .form_group__item:nth-child(2) {
    width: calc(100% - 180px);
  }
}

.form_group__item input {
  width: 100%;
}

.form_group__item.input_40 input {
  width: 40%;
}

.form_flow {
  padding: 5%;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .form_flow {
    padding: 20px 40px;
  }
}

.form_flow__submit {
  margin: auto;
  padding: 5% 0;
  width: 250px;
  background: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .form_flow__submit {
    padding: 25px 0;
  }
}

.form .wapper_designated {
  padding: 5%;
  margin-bottom: 5%;
  border: #eee 10px solid;
  background: #f9f9f9;
}

.form_group--required, .form_group--no_required {
  margin-bottom: 10px;
}

div.form_group__item {
  border-bottom: 1px dotted #666;
  margin-left: 5%;
}

@media screen and (min-width: 769px) {
  div.form_group__item {
    margin-left: 0%;
  }
}

div.form_group__item-textarea {
  border-bottom: none;
}

div.form_group__item-textarea textarea {
  width: 100%;
  border: 1px dotted #666;
}

.modal_form__content {
  min-height: 65%;
  min-height: calc(100% - 120px - 56px);
}

.wpcf7_hidden {
  display: none;
}
