@charset "UTF-8";

.head_nav2.sp,
.f_contactWrap {
  display: none!important;
}


/* w_btn01
***************************************************************/
.w_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 348px;
  height: 73px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #2d5f86;
  border: 1px solid #2d5f86;
  position: relative;
  transition: 0.3s ease;
}
.w_btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
/* type6 */
.w_btn01.type6 {
  color: #4e4e4e;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.w_btn01.type6::after {
  display: none;
}
/* type8 */
.w_btn01.type8 {
  color: #fff;
  background-color: #1f2e43;
  border-color: #1f2e43;
}
.w_btn01.type8::after {
  display: none;
}

@media all and (min-width: 681px) {
  .w_btn01:hover,
  a:hover .w_btn01 {
    background-color: #586270;
  }
  .w_btn01:hover::after,
  a:hover .w_btn01::after {
    border-color: #586270;
  }
  .w_btn01.type6:hover,
  a:hover .w_btn01.type6 {
    color: #fff;
    background-color: #586270;
  }
  .w_btn01.type8:hover,
  a:hover .w_btn01.type8 {
    background-color: #586270;
  }
}
@media all and (max-width: 680px) {
  .w_btn01 {
    width: 230px;
    height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }
  .w_btn01::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}
@media all and (max-width: 370px) {
}

/* form_h1 */
.form_h1 {
  width: 442px;
  margin: 0 auto;
  padding: 70px 0;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
.form_text1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
}
.form_text1.type2 {
  font-size: 22px;
  margin-bottom: 18px;
}
.form_text2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.titleLabel2 {
  color: #2d5064;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -2px;
}
.matching_bnr1 {
  width: 650px;
  margin: 0 auto 60px;
  display: block;
}
@media all and (min-width: 681px) {
  .matching_bnr1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .form_h1 {
    width: 221px;
    padding: 35px 0;
  }
  .w800 {
    width: 100%;
    padding: 0 20px;
  }
  .form_text1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .form_text1.type2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form_text2 {
    font-size: 14px;
    margin-top: 15px;
  }
  .titleLabel2 {
    font-size: 16px;
  }
  .matching_bnr1 {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
}
@media all and (max-width: 370px) {
}


@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* フォームパーツ */

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea,
button,
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  padding: 10px 12px;
  background-color: #e3e4e6;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
  height: 50px;
}

select, .day1, .date1, .day2, .date2 {
  padding-right: 20px;
  background-image: url(../img/form/ico_selecttri01.svg);
  background-size: 13px 12px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.day1::placeholder, .date1::placeholder, .day2::placeholder, .date2::placeholder {
  color: #000;
}

textarea {
  width: 100%;
  height: 215px;
}

input[type="submit"],
button {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

.day1,
.date1,
.day2,
.date2 {
  width: 192px;
}

.adult,
.children {
  width: 127px;
}

.name1,
.name2,
.name3,
.name4 {
  width: 280px;
}

.name2,
.name4 {
  margin-left: 12px;
}

.name,
.mail,
.tel {
  width: 100%;
}

.address {
  width: 238px;
}

.pref,
.attr {
  width: 442px;
}

.contentsLabel {
  width: 130px;
}

.label1,
.label4 {
  margin-right: 12px;
}

.label2 {
  margin-left: 4px;
  margin-right: 12px;
}

.label6 {
  margin-left: 20px;
  margin-right: 12px;
}

.label3,
.label5,
.label7 {
  margin-left: 4px;
}

.formColumn.participants {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  margin-top: 40px;
  margin-bottom: 40px;
}

.formAttention {
  font-size: 12px;
  letter-spacing: 0;
  width: 100%;
}

.formAttentionItem {
  padding-left: 12px;
  position: relative;
}

.formAttentionItem:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.formContents {
  position: relative;
}

.mwform-radio-field {
  /* margin: 0.5rem; */
}
.mwform-radio-field input[type="radio"],
.mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  border-radius: 0;
}

.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:before {
  background-color: #06162f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:focus
  + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #06162f;
}
.mwform-radio-field
  input[type="radio"]:disabled
  + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:disabled
  + .mwform-checkbox-field-text:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:empty:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

/* /フォームパーツ　ここまで */

.formFlow {
  background-image: url(../../img/form/flow_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.check .formFlow {
  background-image: url(../../img/form/flow_02_pc.svg);
}
.thanks .formFlow {
  background-image: url(../../img/form/flow_03_pc.svg);
}

.check .addressButton {
  display: none;
}

.check .contentsLabel {
  display: none;
}

.check .privacyText {
  display: none;
}
.check .contactText1 {
  display: none;
}

.thanks .formText {
  margin-top: 20px;
}

/* フォーム下説明文 */

.formDescription {
  color: #06162f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.formDescription.type02 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #06162f;
  text-align: center !important;
}

.thanks .formDescription {
  margin-top: 50px;
  margin-bottom: 100px;
}

.formDescriptionTitle {
  font-size: 24px;
  text-align: center;
}

.formTel {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

.formTel span {
  padding-left: 50px;
  position: relative;
}

.formTel span:before {
  content: "";
  background-image: url(../../img/common/ico_tel01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.formContact {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.formContact dl {
  display: flex;
  justify-content: center;
}

.formContact dt:after {
  content: "／";
}

/* /フォーム下説明文　ここまで */

/* form */

.formTable {
  font-weight: 500;
  margin-top: 40px;
}

.formTitle {
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  padding-right: 54px;
  position: relative;
}

.titleLabel {
  padding: 6px 0 0 0;
  color: #2d5064;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 46px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 0;
  display: flex;
  align-items: center;
}


/* イベントの情報 */

.eventInformation {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #000;
  color: #6e7175;
}

.infomationTitle {
}

.informationDate {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0;
  display: flex;
}

.dateTitle {
  width: 95px;
  padding-right: 17px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  position: relative;
}
.dateTitle:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dataText {
  width: calc(100% - 95px);
}

/* /イベントの情報　ここまで */

.privacyText {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.privacyText a {
  color: #06162f;
  text-decoration: underline;
}

.contactText1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.addressButton {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  width: 190px;
  height: 50px;
  cursor: pointer;
  margin-left: 14px;
}

.formButtonList {
  padding-bottom: 120px;
  margin-top: 35px;
}

.contactBanner + .sectionInner {
  margin-top: 40px;
}

.property_reservationBanner + .sectionInner {
  margin-top: 40px;
}

@media all and (min-width: 681px) {
  .formFlow {
    width: 800px;
    height: 50px;
  }
  .formContact {
  }
  .formContact dl {
    margin-left: 10px;
  }
  .formContact dl:first-child {
    margin-left: 0;
  }
  /* form */

  .formColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
  }

  .formColumn.participants {
  }

  .formColumn.alignCenter .titleLabel {
    top: 7px;
    margin: auto;
  }
  .formColumn:first-child {
    margin-top: 0;
  }
  .formTitle {
    display: flex;
    justify-content: flex-end;
    width: 216px;
  }
  .formContents {
    width: 572px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 12px;
  }
  .formContents.radioForm {
    display: block;
  }
  .formColumn.alignCenter .formTitle {
    padding-top: 10px;
  }
  .formColumn.alignCenter .formContents {
    align-items: center;
  }
  .formAttention {
    width: 619px;
    margin-top: 20px;
  }
  .privacyText a {
    transition: 0.3s ease;
  }
  .privacyText a:hover {
    text-decoration: none;
  }

  .formButtonList button,
  .formButtonList input {
    width: 580px;
    height: 100px;
  }

  .mw_wp_form .formTable .vertical-item {
    margin-right: 24px;
    margin-top: 10px;
  }
  .mw_wp_form .formTable .vertical-item + .vertical-item {
    margin-top: 10px;
  }
  .check .formColumn.alignCenter .formContents {
    padding-top: 10px;
  }

  .check .formColumn.address02,
  .check .formColumn.address03 {
    margin-top: 0px;
  }

  .check .formButtonList {
    margin-top: 60px;
  }

  .contactBanner {
    margin-left: auto;
    margin-right: auto;
  }
  .contactBanner a {
    transition: 0.3s ease;
  }
  .contactBanner a:hover {
    opacity: 0.8;
  }
  .contactBanner,
  .contactBanner__image,
  .contactBanner img {
    width: 833px;
  }
  .property_reservationBanner {
    margin-left: auto;
    margin-right: auto;
  }
  .property_reservationBanner a {
    transition: 0.3s ease;
  }
  .property_reservationBanner a:hover {
    opacity: 0.8;
  }
  .property_reservationBanner,
  .property_reservationBanner__image,
  .property_reservationBanner img {
    width: 800px;
  }
}

@media all and (max-width: 680px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  select,
  textarea {
    padding: 10px 5px;
  }

  .property_reservation .icatchWrap.typeD {
    margin-top: 20px;
  }

  .formFlow {
    background-image: url(../../img/form/flow_01_sp.svg);
    height: 9.6875vw;
    margin-left: 15px;
    margin-right: 15px;
  }

  .check .formFlow {
    background-image: url(../../img/form/flow_02_sp.svg);
  }
  .thanks .formFlow {
    background-image: url(../../img/form/flow_03_sp.svg);
  }

  .formDescription {
    font-size: 15px;
    margin-top: 20px;
  }
  .thanks .formDescription {
    padding: 0 5%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .formDescriptionTitle {
    font-size: 18px;
  }
  .formTel {
    font-size: 30px;
    margin-top: 10px;
  }
  .formTel span {
    padding-left: 40px;
  }
  .formTel span:before {
    width: 32px;
    height: 32px;
  }
  .formContact {
    margin-top: 10px;
  }
  .formContact dl {
    width: 100%;
  }
  .formTitle {
    padding-right: 0;
    text-align: left;
  }
  .infomationTitle {
    line-height: 1.625;
  }
  .informationDate {
    font-size: 14px;
    line-height: 1.571;
  }
  .formTable {
    margin-top: 30px;
  }
  .dateTitle {
    width: 80px;
    padding-right: 17px;
    text-align-last: justify;
    text-justify: inter-ideograph;
    position: relative;
  }
  .dataText {
    width: calc(100% - 80px);
  }
  .formTitle {
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
  }
  .formContents {
    margin-top: 12px;
  }
  .alignCenter .formContents {
  }
  .titleLabel {
    font-size: 16px;
    padding-left: 6px;
    padding-top: 0;
    position: static;
    width: 20px;
  }
  .formColumn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formContents.radioForm {
    display: flex;
    flex-wrap: wrap;
  }
  .mwform-checkbox-field,
  .mwform-radio-field {
    width: 100%;
    letter-spacing: 0;
  }
  .mw_wp_form .vertical-item + .vertical-item {
    /* margin-top: 0 !important; */
  }
  .mw_wp_form .formTable .mwform-radio-field {
    /* margin-top: 7px !important; */
  }
  .mw_wp_form .formTable .mwform-radio-field:first-child,
  .mw_wp_form .formTable .mwform-radio-field:nth-child(2) {
    /* margin-top: 0 !important; */
  }
  .column1 {
    padding-left: 0;
    padding-right: 0;
  }
  .formColumn.participants {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .column1 .formTitle {
    padding-left: 20px;
    min-height: auto;
  }
  .column1 .formContents {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formColumn:first-child {
    margin-top: 0;
  }
  .formColumn.column3 .formTitle {
    display: none;
  }
  .formAttention {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .spLabelChange .formTitle {
    padding-left: 0;
  }
  .spLabelChange .titleLabel {
  }
  .label1 {
    padding-left: 53px;
    display: block;
    margin-bottom: 7px;
  }
  .day1,
  .date1,
  .day2,
  .date2 {
    width: 100%;
  }
  .adult,
  .children {
    width: 20%;
  }
  .label1,
  .label4 {
    margin-right: 4px;
  }

  .label2 {
    margin-left: 0;
    margin-right: 4px;
  }

  .label6 {
    margin-left: 7px;
    margin-right: 4px;
  }

  .label3,
  .label5,
  .label7 {
    margin-left: 0;
  }
  .name1,
  .name2,
  .name3,
  .name4 {
    width: 47.5%;
    display: inline-block;
  }
  .name2,
  .name4 {
    margin-left: 3%;
  }
  .contentsLabel {
    letter-spacing: 0;
    line-height: 1.2;
    width: 25vw;
    display: flex;
    align-items: center;
  }
  .address {
    width: 33vw;
  }
  .pref,
  .attr {
    width: 64vw;
  }
  .addressButton {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: 0 2px 0 0px;
    width: 29.75vw;
    margin-left: 5px;
  }
  .addressButton a {
  }
  .formColumn.spNarrow {
    margin-top: 5px;
  }
  .spNarrow .formContents {
    margin-top: 0;
  }
  .spFlex {
    display: flex;
    align-items: center;
  }
  textarea {
    height: 155px;
  }
  .privacyText,
  .contactText1 {
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formButtonList {
    padding-bottom: 80px;
    margin-top: 20px;
  }
  .check .formButtonList {
    margin-top: 50px;
  }
  .formButtonList button,
  .formButtonList input {
    font-size: 18px;
    font-weight: 500;
    width: 280px;
    height: 70px;
  }
  .check .formButtonList button,
  .check .formButtonList input {
    height: 70px;
  }
  .formButtonList button:after,
  .formButtonList input:after {
    display: none;
  }
  .contactBanner {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .property_reservationBanner {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .property_reservationBanner__image img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 370px) {
  .contentsLabel {
    width: 71px;
  }
  .address {
    width: 122px;
  }
  .pref,
  .attr {
    width: 209px;
  }
  .addressButton {
    font-size: 12px;
    padding: 0 2px 0 0px;
    width: 82px;
    margin-left: 5px;
  }
}


.dataBox1 {
  padding:15px;
  border:1px solid #06162F;
  width:100%;
}
.dataBox1 .category {
  display: inline-block;
  min-width: 250px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #06162F;
  letter-spacing: 0;
  padding: 8px;
}
.dataBox1 .date {
  font-size: 18px;
  font-weight: 500;
  color: #06162F;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding: 10px 0 5px;
}
.dataBox1 .title {
  font-size: 20px;
  color: #06162F;
  letter-spacing: 0;
  padding: 5px 0 0;
}
.dataList {
  padding-top: 10px;
  color: #06162F;
}
.dataList > li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0;
}
.dataList > li:nth-of-type(1n + 2) {
  margin-top: 5px;
}
.dataList .data_tit1 {
  width: 95px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 30px;
  position: relative;
}
.dataList .data_tit1::after {
  content: " | ";
  position: absolute;
  top: 0;
  right: 11px;
}
.dataList .data_txt1 {
  width: calc(100% - 95px);
}
.dataList .data_li2 .data_txt1 {
  font-size: 20px;
  font-weight: 500;
}
.dataList .data_li2 .data_txt1 .yen {
  font-size: 16px;
}
.dataBox1 .w_btn01 {
  width: 100%;
  height: 60px;
  font-size: 16px;
}

@media all and (min-width: 681px) {
  .formColumn.column4 .formContents{
    position: relative;
    left: -56px;
  }
  .formColumn.column4 + .column2{
    margin-top: 60px;
  }
}

@media all and (max-width: 680px) {
  .formColumn.column4{
    padding-left: 0;
    padding-right: 0;
  }
  .formColumn.column4 .formTitle{
    padding-left: 20px;
  }
  .dataBox1 {
    width: 100%;
    background-color: #e3e4e6;
    padding: 20px 25px 20px 25px;
    border:0;
  }
  .dataBox1 .in1 {
    /* background-color: #fff; */
    /* padding: 15px; */
  }
  .dataBox1 .category {
    width: 100%;
    min-width: auto;
    height: 33px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dataBox1 .date {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .dataBox1 .title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 7px;
  }
  .dataList {
    padding-bottom: 0;
  }
  .dataList > li {
    flex-flow: nowrap;
    align-items: stretch;
    font-size: 14px;
  }
  .dataList > li:nth-of-type(1n + 2) {
    margin-top: 2px;
  }
  .dataList .data_tit1 {
    width: 68px;
    padding: 5px;
    margin-right: 2px;
    background-color: #F4F4F4;
  }
  .dataList .data_tit1::after {
    display: none
  }
  .dataList .data_txt1 {
    width: calc(100% - 70px);
    background-color: #F4F4F4;
    padding: 5px;
  }
  .dataList .data_li2 .data_txt1 {
    line-height: 1.1;
  }
  .dataBox1 .w_btn01 {
    width: 250px;
    height: 50px;
    font-size: 14px;
    margin-top: 15px;
  }
}

.formTelButton a{
  display: block;
}

@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
  .formTelButton{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formTelButton a{
    padding:15px 20px;
    background-color: #fff;
    color: #06162f;
    border: 1px solid #06162f;
  }
  .formTelButton .formTel span:before {
    background-image: url(../../img/common/ico_tel01.svg);
  }
}


/* lineBlock */
.lineBlock {
  width: 800px;
  height: 1px;
  background-color: #787878;
  margin: 60px auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .lineBlock {
    width: auto;
    margin: 35px 20px;
  }
}


/* birth1 */
.birth1 {
  width: 150px;
}
.birth1.type2 {
  width: 100px;
}
.birth_text {
  padding: 0 20px 0 10px;
}
.check .birth1 {
  width: auto!important;
}
.check .birth_text {
  padding: 0!important;
}
.mw-wp-form_file a {
  pointer-events: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .formContents.type2 {
    display: flex;
    align-items: center;
  }
  .birth1 {
    width: 100px;
  }
  .birth1.type2 {
    width: 50px;
  }
  .birth_text {
    padding: 0 15px 0 5px;
  }
}


/* fileInput */
.formContents.type3 {
  display: block;
}
.fileInput {
  padding: 15px 0;
}
.fileText {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.fileText2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* select */
.kara {
  padding: 0 10px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .formContents.spflex {
    display: flex;
    align-items: center;
  }
  .formContents.spflex .day1 {
    width: 38vw;
  }
}


/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
