/*==========================================
  イベントフォーム
===========================================*/
.entry_area {
  font-weight: 550;
}
.page_title {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/contact/bg_reserve.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.page_title .type02{
  background: url(../img/contact/bg_reserve.png) no-repeat center;
  background-size: cover;
}
.page_title .type03{
  background: url(../img/contact/bg_reserve.png) no-repeat center;
  background-size: cover;
}
.page_title .title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 54px;
  color: #ffffff;
}
.page_title .title h4 > span {
  font-size: 16px;
}

.border_b {
  border-bottom: 1px #000000 solid;
}
.first_message {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 60px;
}
.first_message > span {
  display: inline-block;
}
.gray_block {
  background-color: #F2F2F2;
  text-align: center;
  padding: 20px 0 10px;
  display: inline-block;
  margin-bottom: 70px;
}
.gray_block  span {
  display: block;
}
.tel_num {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: -15px;
}
.tel_num a{
  font-size: 35px;
}
.black_box {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 30px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.form_area {
  max-width: 910px;
  margin: 0 auto 5.8%;
  width: 100%;
}
.form_area hr {
  border: #BFBFBF solid 1px;
  margin: 0;
}
.form_block {
  display: inline-block;
  width: 100%;
}
.bg_gray {
  background-color: #F7F7F7;
}
.bg_gray input, .bg_gray textarea {
  background: #F7F7F7;
}
.form_block .title {
  padding-top: 10px;
}
.form_block .title span {
  display: inline-block;
}
.form_block .title.bg_gray {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gray_next .title {
  padding-top: 5px;
}
.form_block .required_label {
  color: #ffffff;
  background-color: #C2272E;
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 14px;
}
.form_block.bg_gray .detail {
  margin-bottom: 15px;
}
.detail_box > span.surname, .detail_box > .surname_phonetic,
.detail_box > span.first_name, .detail_box > .first_name_phonetic {
  display: block;
  max-width: 47%;
  float: left;
}
.detail_box > span.surname, .detail_box > .surname_phonetic {
  margin-right: 15px;
}
.detail_box > span.surname input, .detail_box > .surname_phonetic input,
.detail_box > span.first_name input, .detail_box > .first_name_phonetic input {
  max-width: 100%;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
  .form_block .title span {
    line-height: 20px;
    padding-top: 4px;
  }
}
.form_block .detail {
  width: 100%;
  margin: 20px 0 5px 0;
}
.detail_box {
  margin-left: 25px;
}
.detail_box > span {
  display: inline-flex;
}
.detail_box.mail_address > span.text:before {
  content: "※";
}
.detail .box {
  /* border: #F2F2F2 solid 2px; */
  /* border: #b3b3b3 solid 2px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 0 10px 5px;
  font-weight: normal; */
  border: #B3B3B3 solid 1px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0 5px 5px;
  font-weight: normal;
  margin-bottom: 10px;
}
.detail .box_add {
  margin-bottom: 0;

}
select.wpcf7-form-control.wpcf7-select{
  height: 25px;
  background-color: rgba(255,255,255, 0);
}
.detail_box.prefectures {
  display: inline-flex;
}
.detail_box.prefectures > span {
  margin-top: 12px;
}
.detail_box.area  select,
.detail_box.prefectures select {
  background: #ffffff;
}
.detail_box.scheduled_date input {
  border: none;
}
.box select {
  border: none;
}
.submit {
  text-align: center;
  /* border: 1px solid #c00; */
}
.submit_btn {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 550;
  width: 50%;
  display: block;
}
.submit_btn a {
  text-decoration: none;
  color: #ffffff;
}
.submit_btn:hover {
  background-color: #ffffff;
  border: #000000 1px solid;
  color:  #000000;
}
.detail .box.trigger {
  padding: 0;
  margin-bottom: 0;
}
.detail_box.trigger_google > span.other_text {
  margin-left: 13px;
}
.detail_box.trigger_yahoo > span.other_text {
  margin-left: 10px;
}
.detail_box.trigger_sign > span.other_text {
  margin-left: 33px;
}
.detail_box.trigger_other > span.other_text {
  margin-left: 134px;
}
label {
  margin: 0;
  font-weight: normal;
  display: block;
}
.detail_box .box.w380 {
  margin-right: 10px;
}
.showroom_box {
  border: 2px #000000 solid;
  text-align: center;
  padding: 30px;
}
.showroom_box.tsudanuma {
  margin-right: 25px;
}
.showroom_box.yachiyo {
  margin-left: 25px;
}
.showroom_box.tsudanuma input,
.showroom_box.yachiyo input {
  margin-top: 13px;
}
@-moz-document url-prefix() { /* Firefox */
  .showroom_box.tsudanuma input,
  .showroom_box.yachiyo input {
    margin-top: 0;
  }
}
/* IE11 */
@media all and (-ms-high-contrast:none){
  .showroom_box.tsudanuma input,
  .showroom_box.yachiyo input {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.check_title {
  display: inline-flex;
  float: left;
  margin-bottom: 30px;
}
img.ui-datepicker-trigger{
  cursor: pointer;
  vertical-align: middle;
  max-width: 20px; /*カレンダーアイコンの大きさに調整*/
}
.detail_box .select .box img.ui-datepicker-trigger{
  margin-bottom: 1px;
  margin-left: -35px;
  margin-right: 35px; /* Firefox対策 */
}

input[type="radio"],
input[type="checkbox"] {
  /* margin-left: 10px; */
  margin-right: 20px;
}

.detail_box.desired {
  display: inline-flex;
}
.row.row_flex {
  display: inline-flex;
  justify-content: space-between;
}
.row_flex input {
  border: none;
}
.row_flex .desired span {
  margin-top: 12px;
}
.desired_cap {
  text-align: center;
  padding: 0 2%;
}
/*.desired .box{
  background: #F7F7F7;
}*/
.participant_area{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 25px;
}
.participant_blc{
  align-items: center;
}
.participant_blc.blc02{
  padding-left: 30px;
}

/* 枠の長さ */
.w150 {
  width: 150px;
}
.w280 {
  width: 280px;
}
.w320 {
  width: 320px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w380 {
  width: 380px;
}
.w440 {
  width: 440px;
}
.w850 {
  width: 850px;
}
.red {
  color: #FF4546;
}

@media (max-width: 991px) {
  .w850 {
    width: 728px;
  }
  .row .row_flex{
    display: block;
  }
  .row .row_flex .detail_box:nth-child(2) span.pr15 {
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .showroom_box.tsudanuma {
    margin: 0 8px;
  }
  .showroom_box.yachiyo {
    margin: 8px 8px 0;
  }
  .w320,
  .w340,
  .w380,
  .w440,
  .w560,
  .w850 {
    width: 100%;
  }
  .w350 {
    width: 340px;
  }
  .detail_box {
    margin-right: 15px;
  }
  .detail_box .box.w380 {
    margin-right: 0
  }
  .detail_box.land_name {
    display: inline-block;
  }
  .form_block {
    overflow-x: hidden;
  }
  .detail_box.desired {
    display: block;
  }
  .detail_box .select .box input.wpcf7-form-control {
    font-size: 14.5px;
    width: 100%;
  }
  .detail_box .select .box img.ui-datepicker-trigger{
    margin: 0;
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 100;
  }
  .detail_box.trigger_google > span.other_text,
  .detail_box.trigger_yahoo > span.other_text,
  .detail_box.trigger_sign > span.other_text,
  .detail_box.trigger_other > span.other_text {
    margin-left: 52px;
  }
  .page_title {
    height: 150px;
  }
  .participant_blc.blc02{
  padding-left: 0px;
}
  .participant_blc .blc_ttl{
  margin-right: 1em;
}
}

@media (max-width: 320px) {
  .submit_btn {
    width: 60%;
  }
  .form_block span.wpcf7-list-item {
    margin: 0;
  }
  .detail_box.trigger_google > span.other_text,
  .detail_box.trigger_yahoo > span.other_text,
  .detail_box.trigger_sign > span.other_text,
  .detail_box.trigger_other > span.other_text {
    margin-left: 38px;
  }
}
