@charset "UTF-8";

.main {
  border-bottom: 1px solid #062939;
}

.wrapper {
  color: #062939;
  padding-top: 30px;
  padding-bottom: 80px;
}

.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: #062939;
  border: 1px solid #062939;
  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;
}

.w_btn01.type8 {
  color: #c4c4c4;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.w_btn01.type8:after {
  display: none;
}

.propertyform__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 100px;
}

.postList__contents {
  padding: 40px 0;
  border: 1px solid #707070;
  width: 730px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.postList__contents .title {
  font-size: 20px;
  font-weight: 500;
  color: #062939;
}

.postList__contents dl {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.postList__contents dl + dl {
  margin-top: 0px;
}

.postList__contents dl + dl dt,
.postList__contents dl + dl dd {
  padding-top: 5px;
}

.postList__contents dt {
  position: relative;
  width: 85px;
}

.postList__contents dt:before {
  content: "";
  background-color: #000;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.postList__contents dd {
  padding-left: 15px;
}

.attention {
  font-size: 14px;
  margin-top: 10px;
}

.formOriginal__title {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.formOriginal__title {
  background-color: #062939;
  color: #fff;
  padding: 4px 15px;
}

.formOriginal__title + .formColumn {
  margin-top: 40px;
}

.mw_wp_form_confirm .addressButton {
  display: none;
}
.mw_wp_form_confirm .privacyText {
  display: none;
}

.mw_wp_form_confirm .attention {
  display: none;
}

/* フォームパーツ */

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="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: #e8e8e8;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}

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

select {
  padding-right: 20px;
  background-image: url(../../img/form/ico_selecttri01.svg);
  background-size: 13px 12px;
  background-position: center right 12px;
  background-repeat: no-repeat;
}

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

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

.address {
  width: 155px;
}

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

.housing_address {
  width: 573px;
}

.land_area,
.building_scale {
  width: 357px;
}

.contentsLabel {
  width: 213px;
}

.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: 10px;
  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: #062939;
  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: #062939;
}
.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;
}

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

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

.formDescription {
  color: #062939;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.formDescription.type02 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #062939;
  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: 56px;
  position: relative;
}

.formTitle.mini {
  font-size: 14px;
}

.titleLabel {
  padding: 4px 0 3px 0;
  background-color: #a0a29e;
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 46px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 0;
}

.titleLabel.required {
  background-color: #062939;
  color: #fff;
}

/* イベントの情報 */

.eventInformation {
  padding: 20px;
  background-color: #e8e8e8;
  color: #062939;
}

.infomationTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

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

.dateTitle {
  width: 95px;
}
.dateTitle:after {
  content: "：";
}

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

.privacyText {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 200px;
}

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

.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: 60px;
  margin-top: 35px;
}

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

@media all and (min-width: 681px) {
  .sectionInner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .postList__contents__inner {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
  .postList__contents + .formTable {
    margin-top: 80px;
  }
  .genkyo_02 .mwform-checkbox-field:nth-child(2){
    margin-right: 200px;
  }
  .genkyo_02 .mwform-checkbox-field:nth-child(3){
    /* position: relative;
    top: 10px; */
    margin-left: 0 !important;
  }
  .sectionInner + .formOriginal__title{
    margin-top: 80px;
  }
  .formOriginal {
    padding: 40px 0;
    border: 1px solid #707070;
    width: 1000px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .formOriginal__title{
    width:262px;
    margin-left: auto;
    margin-right: auto;
  }
  .formOriginal .formColumn {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .formTable {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .w_btn01:hover,
  a:hover .w_btn01 {
    color: #062939;
    background-color: #fff;
  }
  .formFlow {
    width: 960px;
    height: 70px;
  }
  .formContact {
  }
  .formContact dl {
    margin-left: 10px;
  }
  .formContact dl:first-child {
    margin-left: 0;
  }

  .formContents.days .mwform-checkbox-field:nth-child(7) {
    margin-right: 200px;
  }
  .formContents.days .mwform-checkbox-field:nth-child(8) {
    margin-left: 0;
  }
  .formContents.days .mwform-checkbox-field:nth-child(8),
  .formContents.days .mwform-checkbox-field:nth-child(9),
  .formContents.days .mwform-checkbox-field:nth-child(10) {
    position: relative;
    top: 20px;
  }
  /* form */

  .eventInformation {
    /* width:597px; */
    margin-left: -59px;
  }

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

  .formColumn.participants {
  }

  .formColumn.alignCenter .titleLabel {
    top: 13px;
    /* bottom: 0; */
    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;
  }

  .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;
    height: 288px;
  }

  .mw_wp_form_confirm .formColumn {
    align-items: flex-start;
  }
  .mw_wp_form_confirm .formColumn.alignCenter .formTitle {
    padding-top: 0;
  }
  .mw_wp_form_confirm .formColumn.alignCenter .titleLabel {
    top: 2px;
  }
}

@media all and (max-width: 680px) {
  .wrapper {
    padding-bottom: 40px;
  }
  .postList__contents + .formTable {
    margin-top: 40px;
  }
  .w_btn01 {
    width: 230px;
    height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }
  .w_btn01.type8:hover,
  a:hover .w_btn01.type8 {
    color: #fff;
    background-color: #062939;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .formContents.days {
    display: flex;
    flex-wrap: wrap;
  }
  .formContents.days .mwform-checkbox-field {
    width: 48.5%;
  }
  .formOriginal__title + .formColumn {
    margin-top: 20px;
  }
  .sectionInner + .formOriginal__title{
    margin-top: 40px;
  }
  .formOriginal__title{
    width:auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .propertyform__title {
    font-size: 18px;
    margin-top: 50px;
  }
  .postList__contents {
    padding: 20px;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .attention {
    font-size: 12px;
    margin-top: 10px;
  }
  .privacyText {
    text-align: left;
    margin-top: 50px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"],
  select,
  textarea {
    padding: 10px 5px;
  }

  .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: 50px;
    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;
    padding-left: 55px;
    text-align: left;
  }
  .formTitle.mini {
    font-size: 16px;
  }
  .infomationTitle {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .informationDate {
    font-size: 14px;
    line-height: 1.571;
  }
  .formTable {
    margin-top: 30px;
  }
  .dateTitle {
  }
  .formTitle {
    width: 100%;
    min-height: 30px;
  }
  .formContents {
    margin-top: 12px;
  }
  .alignCenter .formContents {
  }
  .titleLabel {
    left: 0;
    right: auto;
  }
  .dataText {
    width: 100%;
  }
  .formColumn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formContents.radioForm {
    display: flex;
    flex-wrap: wrap;
  }
  .mwform-checkbox-field {
    width: 100%;
  }
  .mwform-radio-field {
    letter-spacing: 0;
    width: 50%;
  }
  .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;
  }
  .formColumn:first-child {
    margin-top: 0;
  }
  .formColumn.column3 .formTitle {
    display: none;
  }
  .formAttention {
    margin-top: 10px;
  }
  .spLabelChange .formTitle {
    padding-left: 0;
  }
  .spLabelChange .titleLabel {
  }
  .label1 {
    padding-left: 53px;
    display: block;
    margin-bottom: 7px;
  }
  .day1,
  .date1,
  .day2,
  .date2 {
    width: 37%;
  }
  .adult,
  .children {
    width: 20%;
  }

  .housing_address,
  .land_area,
  .building_scale {
    width: 100%;
  }
  .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%;
  }
  .name2,
  .name4 {
    margin-left: 3%;
  }
  .contentsLabel {
    letter-spacing: 0;
    line-height: 1.2;
    width: 25vw;
  }
  .address {
    width: 33vw;
  }
  .pref,
  .attr {
    width: 64vw;
  }
  .addressButton {
    font-size: 14px;
    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 {
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formButtonList {
    padding-bottom: 50px;
    margin-top: 20px;
  }
  .check .formButtonList {
    margin-top: 50px;
  }
  .formButtonList button,
  .formButtonList input {
    font-size: 20px;
    font-weight: 500;
    width: 280px;
    height: 100px;
  }
  .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;
  }

  .formOriginal{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 20px;
  }
  .formOriginal + .sectionInner{
    margin-top: 20px;
  }
}

@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;
  }
}
