@charset "utf-8";

#room_name {
  max-width: 100px;
}

.mw-wp-form_image img {
  width: 100%;
  height: auto;
}

.mw_wp_form_confirm .files__icon,
.mw_wp_form_confirm .file-msg {
  display: none !important;
}

.room_name-label {
  display: block;
  margin-top: 30px;
}

.originalFileBtn {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.files:not(:last-child) {
  margin-bottom: 20px;
}

.originalFileBtn .mwform-file-delete {
  position: absolute;
  right: -30px;
  bottom: -2px;
}

.originalFileBtn input[type="file"] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-msg {
  font-size: 12px;
}

/*2023/10/24 追加 ↓*/
.required {
  background: #d61618;
  color: #fff;
  border-radius: 5px;
  font-size: 0.75em;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  line-height: 1;
}
.check-informationWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.required.information-box {
  width: 44px;
}
.check-informationWrap .error {
  width: 120px;
  position: absolute;
  bottom: -25px;
  right: 51%;
}
#agree {
  width: 100%;
  margin: 25px auto;
  height: 300px;
  overflow: scroll;
  padding: 20px;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1.55;
}
.privacy-policyList__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privacy-policyList__item:not(:last-child) {
  margin-bottom: 20px;
}
.num {
  font-size: 14px;
  width: 30px;
}
.privacy-text {
  font-size: 14px;
  width: calc(100% - 30px);
}
.privacy-text .mgb {
  display: block;
  margin-bottom: 10px;
}
.color-type01 {
  color: #ff0000;
}
/*スクロールしないとチェックボックス押せない*/
.disabled-color .mwform-checkbox-field-text {
  color: #b59269;
}
.block01 .bottom_text .disabled-color label::before {
  background: #fff;
  border: 1px solid #b59269;
}
/*2023/10/24 追加 ↑*/

@media (min-width: 641px) {
  /*-----------------------------------------------------------------------------------*/

  /* main_top

/*-----------------------------------------------------------------------------------*/
  .main_top {
    margin-bottom: 80px;
  }
  .top_title {
    padding-bottom: 40px;
    border-bottom: 2px solid #d5cfc6;
    margin: 0 auto 20px;
    width: 700px;
  }
  .main_top p {
    text-align: center;
  }
  .main_top p + p {
    margin: 10px 0 0;
  }
  .main_top p span.tel {
    font-size: 1.25em;
    margin-right: 30px;
    letter-spacing: 1px;
  }

  /*-----------------------------------------------------------------------------------*/

  /* block01

/*-----------------------------------------------------------------------------------*/
  .block01 {
    background: #ddd4c5;
    padding: 60px 0 80px;
  }
  .block01 .inner {
    padding: 0 10%;
  }
  .block01 table {
    color: #59401d;
    margin-bottom: 50px;
  }
  .block01 table tr {
    border-bottom: 1px solid #59411d;
  }
  .block01 table .bodernone {
    border: none;
  }
  .block01 table .bodernone th,
  .block01 table .bodernone td {
    padding-bottom: 0;
  }
  .block01 table th {
    padding: 20px 0;
    text-align: left;
    width: 30%;
    vertical-align: top;
  }
  .block01 table td {
    padding: 20px 0 20px 10px;
  }
  .block01 table td .annotation {
    font-size: 0.688em;
    line-height: 150%;
    display: inline-block;
    vertical-align: bottom;
    word-break: break-all;
  }
  .block01 .conf_text {
    display: none;
    padding-bottom: 40px;
  }
  .block01 .mw_wp_form_confirm .conf_text {
    display: block;
  }
  .block01 .mw_wp_form_confirm table td .annotation {
    display: none;
  }

  /* select,input,textarea */
  .block01 table select,
  .block01 table input[type="text"],
  .block01 table textarea {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px 0;
    color: #59401d;
    border: 1px solid #59401d;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
  }
  ::-webkit-input-placeholder {
    color: #aaa !important;
  }
  ::-moz-placeholder {
    color: #aaa !important;
    opacity: 1 !important;
  }
  :-ms-input-placeholder {
    color: #aaa !important;
  }
  .block01 table textarea {
    max-height: none;
    max-width: 495px;
    line-height: 150%;
    height: auto;
  }
  .block01 table select {
    margin-bottom: 0;
  }
  .block01 table input[type="text"] {
    padding: 8px 7px 7px;
  }

  /* 下部テキスト */
  .block01 .bottom_text {
    text-align: center;
    color: #59401d;
  }
  .block01 .bottom_text a {
    color: #00a0e8;
    font-weight: 400;
  }
  .block01 .bottom_text span {
    display: block;
  }

  /* プライバシーポリシーに同意 */
  .block01 .bottom_text input[type="checkbox"] {
    display: none !important;
  }
  .block01 .bottom_text span .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .block01 .bottom_text label {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
    vertical-align: middle;
    color: #59401d;
    margin: 20px 0 0;
  }
  .block01 .bottom_text label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    background: #fff;
    border: 1px solid #59401d;
    border-radius: 5px;
  }
  .block01 .bottom_text input[type="checkbox"]:checked + span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #59401d;
    border-radius: 3px;
  }

  /* submit */
  .block01 .btn input {
    display: block;
    min-width: 300px;
    text-align: center;
    position: relative;
    background-color: #0b4e95;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 3px 3px 0 #88898a;
    padding: 10px;
    font-size: 1.313em;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0;
    transition: all 0;
    border: none;
    cursor: pointer;
    margin: 50px auto 0;
  }
  .block01 .btn input:hover {
    top: 3px;
    box-shadow: none;
  }
  .block01 .btn input:active {
    box-shadow: none;
  }

  /* placeholder
-------------------------------------------*/
  /* Chrome */
  ::-webkit-input-placeholder {
    color: #59401d;
    padding: 8px 5px 7px;
  }
  /* Firefox */
  ::-moz-placeholder {
    color: #59401d;
    padding: 8px 5px 7px;
  }
  /* IE */
  :-ms-input-placeholder {
    color: #59401d;
    padding: 8px 5px 7px;
  }

  /*-----------------------------------------------------------------------------------*/

  /* 確認ページ

/*-----------------------------------------------------------------------------------*/
  .mw_wp_form_confirm .bottom_text {
    display: none;
  }

  /*-----------------------------------------------------------------------------------*/

  /* 完了ページ

/*-----------------------------------------------------------------------------------*/
  .block01 .textbox {
    text-align: center;
  }
  .block01 .textbox p {
    text-align: center;
  }
  .block01 .textbox p + p {
    margin: 20px 0 0;
  }
  .block01 .textbox p.text01 {
    display: inline-block;
    background: #59411d;
    color: #fff;
    line-height: 1;
    padding: 8px 10px 10px;
  }
  .block01 .textbox p.text02 {
    text-align: left;
    font-size: 0.75em;
    line-height: 180%;
    margin-top: 40px;
  }
}
