@charset "UTF-8";

.main {
  border-bottom: 1px solid #2F4969;
}
.contactFixed {
  display: none!important;
}

body footer .footerLink {
  display: none !important;
}

@media all and (max-width: 680px) {
  .h_conversion {
    display: none;
  }
  .fBox3 {
    padding-bottom: 18px;
  }
}

/* フォームパーツ */

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: #F8F8F8;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

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;
  color: #000;
}
.day1::placeholder, .date1::placeholder, .day2::placeholder, .date2::placeholder {
  color: #000!important;
  font-size: 16px;
}

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

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

::placeholder {
  font-size: 14px;
  letter-spacing: 0;
  color: #C4C4C4;
  font-weight: 400;
}

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

form .address {
  width: 155px;
}

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

.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 .more_link {
  text-decoration: underline;
}

.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: 2px;
  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: #2F4969;
  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: #2F4969;
}
.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;
}

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

.formText02 {
  line-height: 1.8;
}
.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 {
  line-height: 1.8;
  margin-top: 20px;
}

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

.formDescription {
  color: #2F4969;
  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 #2F4969;
  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: 60px;
  position: relative;
}
.formTel a {
  color: #2F4969;
}

.formTel span:before {
  content: "";
  background-image: url(../../img/common/ico_tel02.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 49px;
  height: 32px;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
}

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

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

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

/* イベントの情報 */

.eventInformation {
  padding: 20px;
  background-color: #F8F8F8;
  color: #2F4969;
}

.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;
  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: #2F4969;
  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: 120px;
  margin-top: 35px;
}

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

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

.thanks .moreButton {
  margin-top: 40px;
}

@media all and (min-width: 681px) {
  .formFlow {
    width: 800px;
    height: 50px;
    margin-top: 40px;
  }
  .formContact {
  }
  .formContact dl {
    margin-left: 10px;
  }
  .formContact dl:first-child {
    margin-left: 0;
  }
  /* 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: 10px;
    /* 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;
  }
  .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;
    display: flex;
  }

  .check .formButtonList input.sendButton {
    order: 2;
  }

  .check .formButtonList input.returnButton {
    order: 1;
    margin-right: 30px;
  }

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

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px !important;
}
.mw_wp_form .formTable .mwform-radio-field {
  /* margin-top: 10px !important; */
}

.contactReasonType {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin-bottom: 30px;
}
.contactReasonType .mwform-radio-field {
  width: calc((100% - 5px)/2);
  border: 1px solid #222;
}
.contactReasonType .vertical-item + .vertical-item {
  margin-top: 0 !important;
}
.contactReasonType .mwform-radio-field label {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contactReasonType .mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.contactReasonType .mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
  border-radius: 0;
}
.radioForm.switch_content .mwform-radio-field .mwform-checkbox-field-text,
.radioForm.switch_content .mwform-checkbox-field .mwform-checkbox-field-text {
  display: block;
  padding-left: 30px;
  position: relative;
}
.radioForm.switch_content .mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.radioForm.switch_content .mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.check .contactReasonType {
  margin-bottom: 10px;
}
.check .switch_content {
  display: flex !important;
}

.radioForm {
  display: flex;
  flex-wrap: wrap;
}
.radioForm .vertical-item {
  width: 100%;
}
.radioForm .vertical-item:nth-last-of-type(1) {
  width: auto;
  /* margin-top: 20px !important; */
}
.contact_reason_other {
  width: 480px;
  height: 110px!important;
  margin-left: 14px;
  margin-top: 8px;
}
@media all and (max-width: 680px) {
  .contactReasonType {
    margin-bottom: 20px;
  }
  .mw_wp_form .formTable .contactReasonType .mwform-radio-field {
    margin-top: 0 !important;
  }
  .contactReasonType .vertical-item + .vertical-item {
    margin-top: 0 !important;
  }
}

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

  ::placeholder {
    font-size: 12px;
  }

  .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: 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;
  }
  .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 {
    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;
  }
  .formContents {
    margin-top: 12px;
  }
  .alignCenter .formContents {
  }
  .titleLabel {
    left: 0;
    right: auto;
  }
  .formColumn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .radioForm {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
  }
  .mwform-checkbox-field {
    width: 100%;
  }
  .mwform-radio-field {
    letter-spacing: 0;
    width: 50%;
  }
  .mw_wp_form .vertical-item + .vertical-item {
    margin-top: 14px !important;
  }
  .mw_wp_form .formTable .mwform-radio-field {
    margin-top: 7px !important;
  }
  .mw_wp_form .formTable .mwform-radio-field:first-child {
    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%;
  }
  .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;
  }
  form .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;
    flex-flow: wrap;
    align-items: center;
  }
  textarea {
    height: 155px;
  }
  .privacyText {
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formButtonList {
    padding-bottom: 70px;
    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;
  }
  .property_reservationBanner {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .property_reservationBanner__image img {
    width: 100%;
    height: auto;
  }

  .thanks .moreButton {
    margin-top: 25px;
  }

  .contact_reason_other {
      width: 72%;
      margin-top: 8px;
      height: 110px!important;
  }
}

@media all and (max-width: 370px) {
  .contentsLabel {
    width: 71px;
  }
  form .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 #2F4969;
  width:100%;
}
.dataBox1 .category {
  display: inline-block;
  min-width: 250px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2F4969;
  letter-spacing: 0;
  padding: 8px;
}
.dataBox1 .date {
  font-size: 18px;
  font-weight: 500;
  color: #2F4969;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding: 10px 0 5px;
}
.dataBox1 .title {
  font-size: 20px;
  color: #2F4969;
  letter-spacing: 0;
  padding: 5px 0 0;
}
.dataList {
  padding-top: 10px;
  color: #2F4969;
}
.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: #F8F8F8;
    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: #2F4969;
    border: 1px solid #2F4969;
  }
  .formTelButton .formTel span:before {
    background-image: url(../../img/common/ico_tel01.svg);
  }
}
