@charset "UTF-8";
/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
#request_page {
  background: #fafafa;
}

#request_page #request_reservation {
  padding: 10%;
  background: #fafafa;
}

#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: 600px) {
  #thanks_page .thanks_top {
    width: 15%;
  }
  #thanks_page .thanks_text {
    padding-bottom: 2.5%;
  }
}

/******************
  form only
*******************/
.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

.wpcf7 .wpcf7-not-valid a {
  background: #fff;
}

.wpcf7 .wpcf7-not-valid p {
  color: #000;
}

.form_box {
  background: #fff;
  padding: 5%;
  margin: 0 5% 5%;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .form_box {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.form_box .form_required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5%;
}

.form_box .form_required > .form_h,
.form_box .form_required > .form_b {
  padding: 3% 0 1%;
}

.form_box .form_required > .form_h {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .form_box .form_required > .form_h {
    width: 20%;
  }
}

.form_box .form_required > .form_h.f_n_required::after {
  display: inline;
  margin-left: 10px;
  font-size: 1.2rem;
  content: '任意';
  color: #75a3ff;
}

.form_box .form_required > .form_h.f_required::after {
  display: inline;
  margin-left: 10px;
  font-size: 1.2rem;
  content: '必須';
  color: #ff7575;
}

.form_box .form_required > .form_b {
  width: 100%;
  border-bottom: 1px #ccc solid;
}

@media screen and (min-width: 600px) {
  .form_box .form_required > .form_b {
    width: 80%;
  }
}

.form_box .form_required > .no_flex {
  width: 100%;
}

.form_box .form_required > .no_flex_textarea {
  width: 100%;
  border: 1px #ccc solid;
}

.form_box .form_no_required {
  background: #f5f5f5;
  margin: 0 0 5%;
  padding: 0 5%;
}

.form_box .form_no_required > .no_required_h {
  padding: 2.5% 0;
}

.form_box .form_no_required > .no_required_h::after {
  content: '';
}

.form_box .form_no_required > .no_required_b {
  display: none;
  padding: 0 0 5%;
}

.dummy_select {
  display: inline-block;
}

.form_required_dl::before,
.form_no_required_dl::before {
  margin: 0 0 20px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
}

#form_submit {
  display: block;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ff8808;
  color: #fff;
  font-weight: bold;
}

/* 初期化 */
div#calendar_pic_root {
  display: inherit;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
.dummy_select {
  min-width: 85px;
  outline: none;
  border: none;
}

.input_100 input[type=text], .input_100
input[type=email], .input_100
input[type=tel], .input_100
textarea, .input_100
.dummy_select {
  width: 100%;
}

.input_40 input[type=text], .input_40
input[type=email], .input_40
input[type=tel], .input_40
textarea, .input_40
.dummy_select {
  width: 40%;
}

textarea {
  padding: 0 10px;
}

/*dummy_select*/
.dummy_select {
  position: relative;
  display: inline-block;
  padding: 3px 30px 3px 10px;
  min-width: 85px;
  outline: none;
  border: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dummy_select select {
  width: 100%;
  position: relative;
  z-index: 0;
  border: none;
  -webkit-appearance: none;
  opacity: 0;
}

.dummy_select .dummy_option {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dummy_select::before {
  position: absolute;
  top: 40%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #6599ff;
  border-right: 2px solid #6599ff;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
  opacity: 1;
  content: "";
}

/******************
  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;
}

.picker--opened .picker__holder {
  z-index: 2000;
}
