@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
.contact_box {
  padding: 4% 8%;
  margin-bottom: 80px;
  background-color: #f9f8f4;
}

.reserve_box p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 80px;
  text-align: center;
}

.soushin_box {
  background-color: #f9f8f4;
  border: solid 1px #eee;
  padding: 15px;
}

.page_contactform dl {
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 10px;
  border-radius: 2px;
  background-color: #f9f8f4;
  border: solid 1px #eee;
}
.page_contactform dl dt {
  width: 100%;
  padding: 5px 0 2px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dl dt {
    width: 40%;
    padding: 15px 0 5px 0;
    font-size: 16px;
  }
}
.page_contactform dl dt span.required {
  font-size: 12px;
  font-weight: bold;
  color: #9a0006;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dl dt span.required {
    font-size: 14px;
  }
}
.page_contactform dl dd {
  width: 100%;
  line-height: 1.1;
}
.page_contactform dl dd input[type=tel], .page_contactform dl dd input[type=email], .page_contactform dl dd input[type=text], .page_contactform dl dd textarea {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #eee;
  margin-bottom: 3px;
  border-radius: 2px;
}
.page_contactform dl dd .p-postal-code {
  width: 20%;
}
.page_contactform dl dd textarea {
  width: 100%;
  resize: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.soushinblock {
  text-align: center;
  margin: 0 auto 10px;
  padding: 40px 15px 20px;
}
@media print, screen and (min-width: 960px) {
  .soushinblock {
    padding: 40px 0px 10px;
  }
}
.soushinblock input[type=submit], .soushinblock input[type=button] {
  margin: 0 auto;
  background: #a90021;
  border-radius: 3px;
  font-size: 14px;
  padding: 15px 80px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .soushinblock input[type=submit], .soushinblock input[type=button] {
    width: 300px;
    padding: 20px 80px;
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 0.5em;
    border-radius: 4px;
  }
}
.soushinblock input[type=submit]:hover, .soushinblock input[type=button]:hover {
  background: #9a0006;
}

.sousinmb p {
  margin: 0 10px;
}

.back_btn {
  opacity: 0.7 !important;
}

/* チェックボックス */
.wpcf7-list-item {
  text-align: left;
}

.check_wrap .wpcf7-list-item {
  display: block;
}

input[type=radio], input[type=checkbox] {
  width: 26px;
  height: 26px;
  position: relative;
  top: 7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid #888;
  background: transparent;
  background: #fff;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background: #fff;
}
input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 1px;
  background: #fb1b2a;
  transform: rotate(45deg);
  transform-origin: right center;
}
input[type=radio]:checked::after, input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 9px;
  background: #fb1b2a;
  transform: rotate(-53deg);
  transform-origin: left center;
}

select {
  height: 40px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  select {
    height: 30px;
    padding: 0 15px;
    width: 20%;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7c-elm-step2 {
    text-align: center;
    color: #C40000;
    padding: 0 50px 0;
  }
}

.acceptance {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none;
}

/* プライバシーポリシー--------------------------------------------------*/
.policy_area {
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .policy_area {
    padding: 35px 50px;
  }
}
.policy_area .policy_title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 480px) {
  .policy_area .policy_title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.policy_area p {
  font-size: 12px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 480px) {
  .policy_area p {
    font-size: 15px;
  }
}/*# sourceMappingURL=form.css.map */