@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");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==============================
  base
============================== */
/******************
  font
*******************/
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

#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 {
  position: relative;
}

.wpcf7 .wpcf7-not-valid {
  border-bottom: 1px solid #f00;
  background: #fbe3e4;
}

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

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

span.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  padding-top: 5px;
  position: absolute;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

@media screen and (min-width: 600px) {
  span.wpcf7-not-valid-tip {
    top: 25px;
  }
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #f172a8;
  border-radius: 0;
  outline: 0;
}

.wpcf7 textarea:focus {
  background-color: #fff;
  border: 1px solid #f172a8;
  border-radius: 0;
  outline: 0;
  height: 100px;
}

.form_box {
  padding: 20px;
  text-align: left;
  margin-bottom: -20px;
}

@media screen and (min-width: 600px) {
  .form_box {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.form_h {
  position: relative;
  margin-bottom: 5px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.form_header {
  background-image: url(../img/form/thnks_title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  padding-top: 60px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .form_header {
    height: 235px;
  }
}

.form_header__main {
  font-size: 5rem;
}

.form_header__sub {
  margin-top: -4%;
}

@media screen and (min-width: 600px) {
  .form_header__sub {
    margin: 0;
  }
}

.form_required {
  font-size: 11px;
  color: #a30f0f;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 600px) {
  .form_required {
    font-size: 13px;
  }
}

.form__input-area {
  border: 1px #bfbfbf solid;
  width: 100%;
  margin-bottom: 25px;
  background-color: #fff;
}

.form__input-area.input_40 {
  width: 40%;
}

.form__schedule {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form__schedule span {
  padding: 7px 0 0 2px;
}

.form__schedule div {
  height: 100%;
}

.form__wedding label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

@media screen and (min-width: 600px) {
  .box-flex {
    margin-left: 5px;
  }
}

.letter-append {
  padding: 20px 0 0 5px;
}

.form__schedule {
  width: 100%;
}

.form__schedule-input {
  border: 1px #bfbfbf solid;
  width: 40%;
  padding: 8px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.placeholder {
  color: #a6a6a6;
}

.time_group_pic {
  display: block;
  width: 100%;
}

.form__notes-box {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin: 30px 0 30px 0;
}

.form__notes-text {
  margin-bottom: 20px;
}

.form__link-privacy {
  color: #584737;
}

.form__link-privacy a {
  color: #584737;
  text-decoration: underline;
}

.dummy_select {
  display: inline-block;
}

#form_submit {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#9171c9), to(#e05d94));
  background: linear-gradient(to right, #9171c9, #e05d94);
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  #form_submit {
    font-size: 14px;
    padding: 20px 40px;
    width: 40%;
    margin: auto;
    margin-top: 40px;
  }
}

#form_submit:hover {
  cursor: pointer;
  color: #fff;
  background-color: #333;
}

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

/*dummy_select*/
.dummy_select {
  position: relative;
  display: block;
  width: 100%;
}

.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: -17px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  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;
}

.thanks_content__title {
  background-image: url(../img/form/thnks_title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
}

.thanks_content__title .congratulations {
  font-size: 50px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 60px;
  color: #593b3b;
  letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
  .thanks_content__title .congratulations {
    font-size: 70px;
    padding-top: 60px;
  }
}

.thanks_content__inner {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .thanks_content__inner {
    max-width: 800px;
    margin: 20px auto;
  }
}

.thanks_content__inner::before {
  content: '';
  background-image: url(../img/form/decoration_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40%;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 30%;
}

@media screen and (min-width: 600px) {
  .thanks_content__inner::before {
    width: 30%;
    left: 35%;
  }
}

.thanks_content__inner .text {
  font-size: 14px;
  text-align: center;
  color: #593b3b;
  line-height: 4;
}

@media screen and (min-width: 600px) {
  .thanks_content__inner .text {
    font-size: 18px;
  }
}

.thanks_content__item {
  border: 1px solid #f6efe7;
  padding: 30px;
  margin: 20px;
}

@media screen and (min-width: 600px) {
  .thanks_content__item {
    max-width: 800px;
    margin: auto;
  }
}

.thanks_content__item .text {
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .thanks_content__item .text {
    font-size: 14px;
  }
}

.thanks_content__btn {
  text-align: center;
}

.thanks_content__btn .button {
  color: #fff;
  border-radius: 30px;
  background-color: #5e160e;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .thanks_content__btn .button {
    max-width: 800px;
    margin: 30px auto;
    padding: 10px 60px;
    margin-bottom: -10px;
  }
}

.your_kana {
  border: none;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.your_name {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.your_tel {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.your_mail {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.content {
  border: none;
  outline: none;
  width: 100%;
  height: 100px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.privcy {
  text-decoration: underline;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.form__wedding label {
  margin-bottom: 20px;
  margin-left: -10%;
}

@media screen and (min-width: 600px) {
  .form__wedding label {
    margin-left: -34%;
  }
}

.form__wedding label input {
  width: 30%;
}

.form__wedding label .wpcf7-list-item-label {
  width: 350px;
  margin-top: -3px;
  margin-left: -35px;
}

@media screen and (min-width: 600px) {
  .form__wedding label .wpcf7-list-item-label {
    margin-top: -6px;
  }
}

.thanks_content {
  line-height: 2;
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .thanks_content {
    line-height: 2.4;
    margin-top: 80px;
  }
}

.thanks_content .title {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .thanks_content .title {
    font-size: 20px;
  }
}

.thanks_content .text {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .thanks_content .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.thanks_content .pdf {
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .thanks_content .pdf {
    font-size: 20px;
  }
}

.thanks_content .pdf a {
  color: #52a6fc;
  font-weight: bold;
}

.thanks_content .subtext {
  font-size: 14px;
  margin: 20px;
  white-space: pre-line;
}

@media screen and (min-width: 600px) {
  .thanks_content .subtext {
    font-size: 20px;
  }
}

.thanks_content .thanks_btn {
  width: 70%;
  margin: 0 auto;
  padding: 10px 10px;
  background: #000;
}

@media screen and (min-width: 600px) {
  .thanks_content .thanks_btn {
    width: 20%;
    padding: 10px 10px;
    margin-top: 40px;
  }
}

.thanks_content .thanks_btn a {
  color: #fff;
}
