@charset "UTF-8";
:root {
  --color_white: #fff;
  --color_black: #000;
  --color_gray: #f1f1f1;
  --color_gray_2: #ccc;
  --color_gray_3: #8b8b8b;
  --color_red: #f65252;
  --color_blue: #83c2ca;
  --clinic_color_ginza: #be9330;
  --clinic_color_shinjuku: #000;
  --clinic_color_ikebukuro: #47a92c;
  --clinic_color_yokohama: #0a9ab4;
  --clinic_color_sendai: #ae99dd;
  --clinic_color_nagoya: #154280;
  --clinic_color_osaka: #d7712e;
  --clinic_color_fukuoka: #f2b1b1;
}

input.disabled,
select.disabled {
  background-color: var(--color_gray) !important;
}

@media screen and (min-width: 761px) {
  /*共通*/
  ::placeholder {
    color: var(--color_gray_2);
  }
  .form {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Yu Gothic Medium',
      'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
      Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: left;
  }
  .form .auto {
    width: 830px;
    padding: 70px 0 70px;
  }
  .form dl {
    margin-bottom: 28px;
  }
  .form dl .caution {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 6px 0 12px;
  }
  .form dl a {
    display: inline-block;
    width: auto;
    text-decoration: underline;
    color: var(--color_blue);
  }
  .form dl a:hover {
    text-decoration: none;
  }
  .form dl dt {
    /* font-size: 19px; */
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .form dl dt label {
    margin: 0;
    vertical-align: middle;
  }
  .form dl dt .form_title {
    font-size: 19px;
    /* line-height: 1.3; */
  }
  .form dl dt .multi-select {
    font-size: 14px;
    color: #ff0513;
    line-height: 1.3;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0;
  }
  .form dl dt .small {
    font-size: 14px;
    color: #ff0513;
    display: block;
    line-height: 1.5;
    text-indent: -1em;
    padding: 6px 0 2px 1em;
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    padding: 2px 5px 1px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form input[type='checkbox'].check_box {
    display: inline;
    appearance: auto;
    -webkit-appearance: auto;
  }
  .form input[type='checkbox'].check_box a {
    display: inline;
  }
  .form .txt-center {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .form .txt-center a {
    display: inline;
    text-decoration: underline;
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    width: 100%;
  }
  .form dl dd .input_field_split {
    justify-content: space-between;
  }
  .form input {
    appearance: none;
    -webkit-appearance: none;
  }
  .form input[type='radio'] + label,
  .form input[type='checkbox'] + label {
    position: relative;
    display: flex;
    width: calc(100% / 6 - 10px);
    min-height: 52px;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 4px 6px 4px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_white);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .form .form-area-treatment .input-area,
  .form .form-area-monitor .input-area {
    display: flex;
    width: calc(100% / 4 - 9px);
    margin: 0 0 10px;
    text-align: center;
  }
  .form .input_field .note {
    width: 100%;
    font-size: 13px;
  }
  .form .form-area-treatment input + label,
  .form .form-area-monitor input[type='radio'] + label {
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    letter-spacing: -0.02em;
  }
  .form input {
    box-sizing: border-box;
  }
  .form .small {
    display: block;
    font-size: 11px;
    line-height: 1.4;
  }
  .form input[type='radio'],
  .form input[type='checkbox'] {
    display: none;
  }
  .form input[type='radio']:checked + label,
  .form input[type='checkbox']:checked + label {
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='tel'] {
    font-size: 17px;
    width: 100%;
    height: 52px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    background-color: var(--color_white);
  }
  .form input[type='text'].split-name {
    width: 49%;
  }
  .form input[type='text'].form-area-calendar {
    width: 200px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    font-size: 16px;
    position: relative;
    width: 160px;
    height: 50px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-area-birth-date select {
    width: 90px;
  }
  .form .form-area-birth-date select[name='birth_year'] {
    width: 140px;
  }
  .form .list-item-title {
    align-self: center;
  }
  .form .list-item {
    position: relative;
    display: inline-block;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-area-birthdate .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 0 12px 0 4px;
  }
  .form textarea {
    box-sizing: border-box;
    font-size: 17px;
    width: 100%;
    max-width: 820px;
    min-height: 360px;
    padding: 10px 10px 10px;
    border: none;
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    color: var(--color_red);
    border: 2px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 6px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 30px;
    font-weight: bold;
    display: block;
    display: block;
    width: 504px;
    margin: 0 auto;
    margin: auto;
    padding: 0;
    padding: 15px 0;
    cursor: pointer;
    transition-duration: 0.6s;
    color: var(--color_white);
    border: none;
    border: 2px solid var(--color_red);
    background: var(--color_red);
    -webkit-appearance: none;
    appearance: none;
  }
  form .form_button:hover {
    color: var(--color_red);
    background: var(--color_white);
  }
  .calendar_title {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  /*共通*/
  ::placeholder {
    color: var(--color_gray_2);
  }
  .form {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Yu Gothic Medium',
      'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
      Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: left;
  }
  .form .auto {
    width: 830px;
    padding: 70px 0 70px;
  }
  .form dl {
    margin-bottom: 28px;
  }
  .form dl .caution {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin: 6px 0 12px;
  }
  .form dl a {
    display: inline-block;
    width: auto;
    text-decoration: underline;
    color: var(--color_blue);
  }
  .form dl a:hover {
    text-decoration: none;
  }
  .form input[type='checkbox'].check_box {
    display: inline;
    appearance: auto;
    -webkit-appearance: auto;
  }
  .form input[type='checkbox'].check_box a {
    display: inline;
  }
  .form .txt-center {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .form .txt-center a {
    display: inline;
    text-decoration: underline;
  }
  .form dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .form dl dt .form_title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 4px 0;
  }
  .form dl dt .small,
  .form dl dt .multi-select {
    font-size: 14px;
    line-height: 1.4;
    text-indent: -1em;
    padding: 3px 0 4px 1em;
    display: inline-block;
    letter-spacing: 0;
    color: var(--color_red);
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px 2px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form dl dd .input_field .note {
    width: 100%;
    font-size: 12px;
  }
  .form dl.form-area-treatment dd .input_field,
  .form dl.form-area-monitor dd .input_field {
    justify-content: space-between;
  }
  .form input {
    appearance: none;
    -webkit-appearance: none;
  }
  .form input[type='radio'] + label,
  .form input[type='checkbox'] + label {
    position: relative;
    display: flex;
    width: calc(100% / 4 - 6px);
    min-height: 50px;
    margin: 0 8px 8px 0;
    padding: 4px 2px 4px;
    cursor: pointer;
    line-height: 1.5;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .form input[type='radio'] + label:nth-of-type(4n),
  .form input[type='checkbox'] + label:nth-of-type(4n) {
    margin-right: 0;
  }
  .form .form-area-treatment .input-area,
  .form .form-area-monitor .input-area {
    display: flex;
    width: calc(100% / 2 - 4px);
    margin: 0 0 8px 0;
    text-align: center;
  }
  .form .form-area-treatment input + label,
  .form .form-area-monitor input[type='radio'] + label {
    font-size: 13px;
    width: 100%;
    height: 100%;
    margin: 0;
    letter-spacing: -0.02em;
  }
  .form input[type='radio'],
  .form input[type='checkbox'] {
    display: none;
  }
  .form input[type='radio']:checked + label,
  .form input[type='checkbox']:checked + label {
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='tel'] {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    min-height: 50px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
  }
  .form input[type='text'].split-name + input[type='text'].split-name {
    margin-top: 8px;
  }
  .form .form-area-reception_time input {
    width: 150px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: 120px;
    min-height: 50px;
    padding: 0 8px;
    color: var(--color_black);
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: var(--color_white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-area-birthdate select {
    width: 60px;
  }
  .form .form-area-birthdate select[name='birth_year'] {
    width: 90px;
  }
  .form .list-item-title {
    width: 100%;
  }
  .form .list-item {
    display: inline-block;
    position: relative;
    margin-right: 8px;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-area-birthdate .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 14px 10px 0 -6px;
  }
  .form textarea {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding: 10px 10px 10px;
    border: none;
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 3%;
    text-align: center;
    color: var(--color_red);
    border: 1px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 4px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    box-sizing: border-box;
    width: 280px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
    padding: 12px 0 10px;
    color: var(--color_white);
    border: 0;
    border: 2px solid var(--color_red);
    background: none;
    background-color: var(--color_red);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .calendar_title {
    text-align: center;
    font-size: 20px;
  }
}
