@charset "utf-8";

@media screen and (max-width: 1178px) {
  .inner-1078 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 810px) {
  /* 予約可能時間table */
  br.b-810 {
    display: block;
  }
  .reservation-time th,
  .reservation-time td {
    font-size: 0.7em !important;
  }
}

@media screen and (max-width: 768px) {
  /*=============
共通
==============*/
  .parking__note {
    display: block;
    padding: 18px 4%;
    margin-bottom: 61px;
  }
  .parking__note-heading {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .parking__note-heading p br {
    display: none;
  }
  .parking__attention-text {
    width: 100%;
    max-width: 100%;
  }

  /*=============
個人契約 解約受付フォーム
==============*/
  /* .time__contents-wrap {
    display: block;
  } */
  .reason__wrap-contents .mwform-checkbox-field {
    width: 50%;
  }
  .reason__wrap-contents--type02 .mwform-checkbox-field:nth-child(1),
  .reason__wrap-contents--type02 .mwform-checkbox-field:nth-child(2) {
    width: 50%;
  }

  .reason__other-wrap {
    display: block;
  }
  .reason_other-text {
    width: 100%;
    margin-bottom: 7px;
  }
  table.individual__table td input.reason_other {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /*=============
共通
==============*/
  .sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  .cancellation {
    padding-top: 59px;
    padding-bottom: 80px;
  }
  .cancellation__heading {
    font-size: 1.2em;
    margin-bottom: 30px;
  }

  .parking__note {
    padding: 15px 4%;
  }
  .parking__note-heading p {
    font-size: 1em;
  }
  .parking__attention-text p {
    font-size: 0.9em;
  }

  /*=============
解約受付フォーム
==============*/
  .cancellation__heading--type02 {
    margin-bottom: 80px;
  }
  .cancellation__text {
    font-size: 1em;
  }
  .cancellation__btn {
    font-size: 1em;
    padding: 5px 10px;
    max-width: 411px;
  }
  .cancellation__btn:not(:last-child) {
    margin-bottom: 10px;
  }

  /*=============
法人契約 解約受付フォーム
==============*/
  .nl-btn {
    font-size: 1.1em;
    padding: 15px 10px;
    max-width: 280px;
    margin: 0 auto 35px;
  }
  .note__contents {
    max-width: 460px;
  }
  .note__text {
    font-size: 0.9em;
  }

  /*=============
個人契約 解約受付フォーム
==============*/
  table.individual__table tr.flex {
    display: block;
  }

  .individual__note {
    padding: 15px 4% 18px;
  }
  .individual__note p {
    font-size: 0.9em;
    padding-left: 0;
  }

  table.individual__table th.individual__table-th {
    font-size: 0.9em;
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  table.individual__table th.mail__th {
    padding-left: 0;
  }
  table.individual__table th span {
    margin-left: 0;
    margin-bottom: 0;
  }
  table.individual__table td.individual__table-td {
    font-size: 0.9em;
    display: block;
    width: 100%;
    padding-top: 0;
  }
  /* table.individual__table td .date-wrap {
    max-width: 280px;
  } */

  table.individual__table td .name__td-contents {
    display: flex;
  }
  table.individual__table .name__wrap01 {
    display: flex;
    align-items: center;
  }
  table.individual__table .name__text {
    height: 37px;
    display: flex;
    align-items: center;
  }

  .time__contents-wrap {
    width: 100%;
    max-width: 363px;
  }

  .reason__wrap-contents .mwform-checkbox-field {
    width: 25%;
  }
  .reason__wrap-contents--type02 .mwform-checkbox-field:nth-child(1) {
    width: 25%;
  }
  .reason__wrap-contents--type02 .mwform-checkbox-field:nth-child(2) {
    width: 75%;
  }

  .form__table-caption {
    font-size: 0.9em;
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .confirmation__wrap .confirmation__text {
    padding: 0;
  }

  /* 予約可能時間table */
  br.b-810 {
    display: none;
  }
  .reservation-time th,
  .reservation-time td {
    font-size: 0.8em !important;
  }

  /*完了画面*/
  .individual #comp p br {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  /*=============
個人契約 解約受付フォーム
==============*/

  /* 予約可能時間table */
  br.b-810 {
    display: block;
  }
  .reservation-time td.reservation-time__text {
    min-width: 50px;
  }
  .reservation-time td.reservation-time__text02 {
    min-width: 94px;
  }
}
