body {
  background-image: url("../img/white_bg1.png");
}

/* Chrome / Edge */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 999999s ease-in-out 0s;
}

.sp_display {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.flex_center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex_left {
  align-items: flex-start;
  display: flex;
}

.flex_right {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.flex_col {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.flex_between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sub_title {
  background-color: #b9a245;
  color: #fff;
}

.text_gold {
  color: #b9a245;
}

/* .sub_title_inner {
    border: 1px solid #fff;
} */

.title_h3 {
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin-bottom: 0 !important;
}

.border_gold {
  border: 1px solid #b9a245;
}

.sub_title_inner {
  border: 1px solid #fff;
}

.border_black {
  border: 1px solid #000;
}

.text_bold {
  font-weight: bold;
}

.gray_bg {
  background-color: #efefef;
}

.main_wrapper {
  margin-top: 0;
}

.main_bg {
  background: #fff;
  border: 1px solid #b9a245;
}

.gold_bg_1 {
  background-color: #b9a245;
}

.merit_title,
.demerit_title,
.cost_title {
  border-bottom: 1px solid #b9a245;
  color: #b9a245;
  font-weight: bold;
  text-align: center;
}

.merit_left {
  color: #fff;
}

.flow_left {
  border-right: 1px solid #b9a245;
  color: #b9a245;
}

.cta_area {
  margin: 0 auto 60px;
  max-width: 900px;
}

.expense_title {
  border-bottom: 1px solid #acb8c6;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* .expense_title:last-of-type {
    margin-top: 60px;
  } */

.plan_dl {
  text-align: left;
}

.plan_detail {
  margin-top: 30px;
}

.plan_detail h3 {
  margin-bottom: 10px !important;
}

.icl_loan {
  margin-bottom: 10px !important;
}

.plan_box {
  border: 1px solid #b9a245;
}

.plan_box p {
  margin-bottom: 0 !important;
}

.plan_box ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.plan_box ul li:first-child {
  margin-bottom: 10px;
}

.plan_box dl {
  text-align: left;
  border-bottom: 1px solid #b9a245;
  padding-bottom: 5px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.address_border_right {
  border-right: 1px solid #b9a245;
}

.address_border_right a {
  color: #0f2a4b;
}

.bottom {
  background-color: #fff;
}

.toast {
  background-color: #fff;
  font-size: 14px;
  padding: 20px 30px 16px 15px;
  position: fixed;
  right: -320px;
  top: 30px;
  transition: 0.25s;
  z-index: 20000;
  border-bottom: 4px solid rgb(23, 223, 86);
}
.toast.toast--error {
  background: #b00020;
}

.h2_background_wrap {
  background-color: #fff;
}

.flow_right_text {
  margin-bottom: 0 !important;
}

.red_border {
  border: 5px solid #c2252d !important;
  margin-bottom: 0 !important;
}

.risk_p {
  margin-bottom: 0;
}

.risk_ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

/* .appointment_btn {
  background-color: #b9a245 !important;
  color: #fff !important;
} */


.btn-secondary:hover:not(:disabled):not(.disabled) {
  background: #0F2A4B !important;
  color: white !important;
}

.btn-today:hover:not(:disabled) {
  background: white !important;
  color: #0F2A4B !important;
  border: 1px solid #0F2A4B !important;
}

.btn-secondary:disabled,
.btn-today:disabled,
.btn-secondary.disabled,
.btn.disabled {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
  border: 1px solid #ccc !important;
}

.btn.disabled:hover {
  background: #ccc !important;
  transform: none !important;
}

/* エラー時の枠線を赤くするスタイル */
.input-error,
select.input-error,
input.input-error {
  border: 2px solid #ff0000 !important;
}

/* エラー時にフォーカスしても枠線を赤く維持する */
.input-error:focus,
select.input-error:focus,
input.input-error:focus {
  border: 2px solid #ff0000 !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

@media (min-width: 1261px) {
  .mainImageBtnFlexWrap {
    position: absolute;
    width: 100%;
    top: 57%!important;
    display: flex;
    justify-content: center;
    right: 0 !important;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .mainImageBtnFlexWrap {
    position: absolute;
    width: 100%;
    top: 61%;
    display: flex;
    justify-content: center;
    right: 0 !important;
    gap: 20px;
  }

  .kitte1_point {
    top: 60% !important;
  }

  .mainImageBtnFlexWrap a {
    max-width: 22%;
    width: 100%;
    height: auto;
    display: contents;
  }

  .mv_point {
    max-width: 22%;
    height: auto;
    margin: 0;
    object-fit: contain;
  }

  .mv_point.big_point {
    max-width: 24%;
  }

  .mainImageBtn {
    position: relative;
  }

  .sub_title {
    padding: 10px;
    margin-bottom: 40px;
  }

  .sub_title_inner {
    padding: 15px 0 18px;
  }

  .main_bg.flow_main_bg {
    border: none;
  }

  .content {
    padding: 65px 90px;
  }

  .lp_section .main_inner {
    padding-bottom: 135px;
  }

  .kitte_inner {
    margin: 0 auto;
  }

  .lp_section_info .kitte_inner,
  .lp_section_recommend .kitte_inner,
  .lp_section_merit .kitte_inner,
  .lp_section_comparison .kitte_inner,
  .lp_section_cost .kitte_inner,
  .lp_section_flow .kitte_inner,
  .lp_section_reason .kitte_inner,
  .lp_section_medical .kitte_inner,
  .lp_section_reserve_form .kitte_inner,
  .lp_section_faq .kitte_inner {
    padding: 65px 10px 0;
    max-width: 1080px;
  }

  .visual {
    margin-top: 65px;
  }

  .visual_image {
    aspect-ratio: 1440/505;
    height: auto;
    width: 100%;
  }

  .merit_title_inner,
  .demerit_title_inner,
  .cost_title_inner {
    margin-bottom: 25px;
  }

  .merit_title,
  .demerit_title,
  .cost_title {
    border-bottom: 1px solid #b9a245;
    color: #b9a245;
    font-weight: bold;
    text-align: center;
  }

  .merit_right_text,
  .demerit_right_text,
  .comparison_text {
    margin-bottom: 0 !important;
  }

  /********************/

  /* lpMV */
  .lp_main_visual_area {
    background-color: #fff;
    margin-top: 143px;
    /* margin-top: 92px; */
  }

  .lp_main_visual {
    aspect-ratio: 1440 / 600;
    min-width: 1080px;
    /* padding-bottom: min(27.5%, 600px); */
    background-image: var(--lp-visual-pc);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
  }

  /* 予約ボタン */
  .lp_section_reserve {
    background-color: #fff;
  }
  .lp_section_reserve:not(:first-child) {
    margin-top: 65px;
    padding-top: 25px;
  }

  .reserve_inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 25px 0;
  }

  .reserve_consult {
    color: #b9a245;
    font-size: 25px;
    text-align: center;
  }

  .reserve_btn_other {
    margin: 10px;
    text-align: center;
  }

  .reserve_btn {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .reserve_btn_image {
    aspect-ratio: 600/80;
    height: auto;
    width: 100%;
  }

  .reserve_consider_area {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 20px;
  }

  .reserve_consider_image {
  }

  .visual_kitazawa {
    aspect-ratio: 1080/1105;
    height: auto;
    width: 125px;
  }

  .reserve_consider {
    color: var(--text-navy);
    font-size: 26px;
    margin: 10px 0 0  0;
    text-align: left;
  }

  .reserve_consider strong {
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .doctor_banner {
    background-color: #fff;
    padding-bottom: 35px;
    text-align: center;
  }

  .doctor_campaign_banner_first,
  .doctor_campaign_banner {
    aspect-ratio: 1060/290;
    height: auto;
    max-width: 1060px;
    width: 100%;
  }

  .doctor_campaign_banner {
    aspect-ratio: 1060/290;
    height: auto;
    max-width: 1060px;
    width: 100%;
  }

  .campaign_banner {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0 65px;
    text-align: center;
  }

  /* ICLって何バナー */
  .what_icl {
    width: 100%;
  }

  .what_icl_image {
    aspect-ratio: 1440/200;
    height: auto;
    width: 100%;
  }

  .banner {
    /* margin-top: 65px; */
    width: 100%;
  }

  .banner_image {
    aspect-ratio: 1439 / 257;
    height: auto;
    width: 100%;
  }

  /* ICL手術 */
  .icl_section_info,
  .icl_recommend_section {
    margin-bottom: 20px;
  }

  .icl_area {
    padding: 50px 80px;
  }

  .icl_info {
    align-items: flex-start;
    margin: 40px 0 45px;
  }

  .icl_info:first-child {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .icl_info:nth-child(2) {
    margin-bottom: 45px;
  }

  .icl_info_text {
    font-size: 20px;
    line-height: 1.75;
    width: calc(100% - 325px);
  }

  .icl_info_image_area {
    width: 300px;
  }
  .icl_info_image_area3 {
    text-align: center;
  }

  .icl_info_image1 {
    aspect-ratio: 300/194;
    height: 100%;
    max-width: 300px;
    width: 100%;
  }

  .icl_info_image2 {
    aspect-ratio: 300/266;
    height: 100%;
    max-width: 300px;
    width: 100%;
  }

  .icl_info_image3 {
    aspect-ratio: 650/370;
    height: 100%;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
  }

  /* おすすめ */
  .icl_recommend {
    gap: 10px;
    margin-top: 30px;
    text-align: center !important;
  }

  .icl_recommend_box {
    background-color: #fff;
    flex: 1;
    padding: 30px 0 35px;
  }

  .check_icon_image {
    margin: 0 auto;
    width: 68px;
  }

  .icl_recommend_text {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 22px;
    text-align: center;
    margin-bottom: 0 !important;
  }

  /* メリットデメリット */
  .demerit {
    margin-top: 45px;
  }

  .merit_item,
  .demerit_item {
    align-items: center;
    height: 100px;
    margin-bottom: 10px;
  }

  .merit_item:last-child,
  .demerit_item:last-child {
    margin-bottom: 0;
  }

  .merit_left {
    height: 100%;
    width: 250px;
  }

  .demerit_left {
    border-right: 1px solid #000;
    height: 100%;
    width: 250px;
  }

  .merit_right,
  .demerit_right {
    padding-left: 30px;
  }

  .demerit_right {
    width: calc(100% - 250px);
  }

  /* 比較 */
  .comparison_image_area {
    margin: 40px auto;
  }

  .comparison_image {
    aspect-ratio: 900/808;
    height: auto;
    width: 100%;
  }

  .comparison_text {
    line-height: 1.75;
    margin-top: 25px;
  }

  .comparison_text:first-child {
    margin-top: 0;
  }

  /* 費用 */
  .cost_first_m_area {
    margin: 30px 0;
  }

  .cost_first_message {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.75;
  }

  .cost_banner {
    margin-top: 50px;
  }

  .cost_banner_area {
    margin: 35px 0 0;
  }

  .cost_price {
    aspect-ratio: 900/180;
    height: 100%;
    width: 100%;
  }

  .cost_money {
    font-size: 40px;
  }

  .cost_banner {
    margin-bottom: 60px;
  }

  .cost_campaign_banner {
    aspect-ratio: 900/162.5;
  }

  .guarantee {
    margin-top: 45px;
  }

  .cost_section_guarantee {
    margin-top: 60px;
  }

  .guarantee_text_area {
    margin: 35px 0;
  }

  .guarantee_icl {
    padding: 40px 0;
  }

  .guarantee_period {
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
  }

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

  .guarantee_period_m {
    font-size: 20px;
    font-weight: bold;
    margin-top: 45px;
    text-align: center;
  }

  /* 手術の流れ */
  .flow {
  }

  .flow_items {
  }

  .flow_item {
    height: 85px;
    width: 100%;
  }

  .flow_left {
    height: 100%;
    justify-content: flex-start;
    min-width: 320px;
    padding: 0 0 0 15px;
  }

  .flow_number_icon {
    aspect-ratio: 55/55;
    width: 55px;
    margin: 0;
  }

  .flow_left_text {
    display: inline-block;
    font-size: 25px;
    margin-left: 18px;
  }

  .flow_right {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 0 0 25px;
  }

  .flow_arrow {
    margin: 10px auto;
  }

  .flow_arrow_icon {
    aspect-ratio: 36/30;
    height: 100%;
    width: 40px;
  }

  /* 選択理由 */
  .reason_item {
    background-color: #fff;
    /* border: 1px solid var(--border-main); */
    margin-top: 15px;
    padding: 25px 90px 35px;
  }

  .reason_head {
    color: #b9a245;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .reason_deco {
    margin: 10px 0 25px;
    width: 100%;
  }

  .reason_deco_image {
    aspect-ratio: 250/20;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 250;
  }

  /* access */
  .access_section_map {
    margin-bottom: 55px;
  }

  .access_map {
    background-color: var(--bg-rgba-white);
    margin-top: 55px;
  }

  .access_map:first {
    margin-top: 0;
  }

  .access_map_area {
    width: 100%;
  }

  .google_map {
    height: 450px;
    width: 100%;
  }

  .access_map_address {
    line-height: 1.75;
    margin-top: 40px;
    margin-bottom: 0 !important;
  }

  .copy_icon {
    margin-left: 8px;
    margin-top: 2px;
    cursor: pointer;
    width: 20px;
  }

  .traffic_below_div {
    margin-top: 15px;
    text-align: left;
  }

  .train {
    margin-top: 40px!important;
  }

  .train.h3_background_wrap {
    padding: 30px 0;
  }

  .train_icon {
    margin-bottom: 10px;
  }

  .icon_image {
    border: 3px solid #4a79b3;
    border-radius: 50%;
    width: 60px;
    height: auto !important;
  }

  .train_dt {
    font-size: 20px;
    font-weight: bold;
  }

  /* 診療時間 */
  .medical_section .kitte_inner {
    padding-bottom: 65px;
  }

  .access_section_medical {
    margin-bottom: 55px;
  }

  .medical_area {
    padding: 40px 0 0;
  }

  .medical_hours {
    font-size: 25px;
    line-height: 2.25;
    margin-bottom: 25px;
    text-align: center;
  }

  .medical_text {
    font-size: 20px;
    text-align: left;
  }

  .expense_h3 {
    margin-bottom: 15px !important;
  }

  .plan-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #b9a245;
    margin-bottom: 20px;
  }

  .plan-table th,
  .plan-table td {
    border: 2px solid #b9a245;
  }

  .plan-title {
    background-color: #b9a245;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 5px 20px;
    font-weight: bold;
  }

  .plan-title span {
    font-weight: normal;
    font-size: 18px;
  }

  .plan-item {
    width: 50%;
    padding: 10px;
  }

  .plan-item.no-astigmatism {
    background-color: #fff;
  }

  .plan-item.with-astigmatism {
    background-color: #e8f3f7;
  }

  .champaign_table {
    border: 2px solid #c2252d;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
  }

  .champaign_table .plan-title,
  .champaign_table .plan-item {
    background-color: #fff;
    color: #c2252d;
    text-align: center;
  }

  .champaign_table th,
  .champaign_table td {
    border: none;
  }

  .champaign_table th {
    border-bottom: none;
  }

  .plan-footer {
    background-color: #c2252d;
    color: #fff;
  }

  .red_allow {
    width: 40px !important;
    margin-bottom: 20px;
  }

  .plan-label,
  .plan-price {
    text-align: center;
    margin-bottom: 0;
  }

  .plan-label {
    font-weight: normal;
  }

  .plan-price span {
    font-size: 35px;
    font-weight: bold;
  }

  .plan-options {
    text-align: left;
    padding: 10px 20px;
    line-height: 1.6;
    background: #fff;
  }

  .plan-options p {
    margin-bottom: 0;
  }

  .plan_dl dt {
    font-size: 25px;
  }

  .icl_loan {
    padding: 0 90px;
  }

  .plan_box {
    padding: 15px 20px;
  }

  .plan_box dt {
    font-size: 20px;
  }

  #address {
    text-align: left;
  }

  .text_left {
    text-align: left;
  }

  .medical_hours .first_text,
  .text_center {
    text-align: center;
  }

  .address {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .mv_link {
    position: absolute;
    width: 45%;
    top: 275px;
    left: 100px;
  }
  .mv_link_img {
    width: 100%;
    height: auto;
  }


  .birthday_year .birth_date_age {
    min-height: 53px;
    padding: 0 12px;
    width: 80px!important;
  }

  .birthday_year .birth_date_sai {
    margin: 0 0 0 8px;
  }
}

@media (max-width: 767px) {
  .sp_display {
    display: block;
  }

  .mv_link {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
  }
  .mv_link_img {
    width: 100%;
    height: auto;
  }
  .pt-65 {
    padding-top: 65%;
  }
  .pt-75 {
    padding-top: 75%;
  }
  .top_section_index {
    padding-top: 58%;
  }
  .top_section_index2 {
    padding-top: 68%;
  }
  .spMenu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .spMenu li {
    width: calc(100% / 2);
    padding-top: 10px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
  }
  .spMenu li:last-child {
    background-color: #b9a245;
  }
  .mainImageBtnFlexWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 80%;
    right: 0 !important;
  }

  .kitte1_point {
    top: 70% !important;
  }

  .point_flex a {
    width: 50%;
    height: auto;
    display: contents;
  }

  .point_flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .mv_point {
    width: 49%;
    object-fit: contain;
    height: auto;
  }

  .mv_point.big_point {
    width: 51%;
  }

  .mainImageBtn {
    color: #0f2a4b;
    padding: 0%;
    position: relative;
    display: block;
  }
  /* テーブルの各ブロックを縦方向に並べる */
  .plan-table {
    margin-bottom: 15px;
  }

  .plan-table,
  .plan-table thead,
  .plan-table tbody,
  .plan-table tr,
  .plan-table tfoot {
    display: block;
  }

  /* 枠線は左右だけ固定、上下は区切りとして使う */
  .plan-table th,
  .plan-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #0f2a4b;
    border-right: 1px solid #0f2a4b;
    border-top: 1px solid #0f2a4b;
    border-bottom: none;
  }

  /* タイトル行の上下線 */
  .plan-title {
    background-color: #0f2a4b;
    color: #fff;
    border-top: 1px solid #0f2a4b;
    border-bottom: 1px solid #0f2a4b;
    padding: 12px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }

  .plan-title span {
    font-size: 16px;
  }

  /* 2つの料金セルを縦に積む。間に仕切り線 */
  .plan-item {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .plan-item p {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .plan-item.with-astigmatism {
    background-color: #e8f3f7;
  }
  .plan-item + .plan-item {
    border-top: 1px solid #0f2a4b;
    border-bottom: 1px solid #0f2a4b;
  }

  .champaign_table {
    background-color: #fff;
    color: #c2252d;
    width: 100%;
    border-collapse: separate;
  }

  .champaign_table th,
  .champaign_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #c2252d;
    border-right: 1px solid #c2252d;
    border-top: 1px solid #c2252d;
    border-bottom: none;
  }

  .champaign_table .plan-title {
    background-color: #fff;
    color: #c2252d;
  }

  .champaign_table .with-astigmatism {
    background-color: #fff !important;
  }

  .plan-footer {
    width: 100%;
    display: table-cell;
    background-color: #c2252d;
    color: #fff;
  }

  .red_allow {
    width: 40px !important;
    margin-bottom: 10px;
  }

  .champaign_table tbody td:last-child {
    border-top: none;
  }

  .red_border tbody td {
    border-right: none;
    border-left: none;
  }
  .red_border .plan-item:last-child {
    border-bottom: none;
  }

  /* 追加オプションの上にも仕切り線 */
  .plan-options {
    border-top: 1px solid #0f2a4b;
    border-bottom: 1px solid #0f2a4b !important;
    padding: 15px;
    background: #fff;
  }

  .plan-options p {
    margin-bottom: 0 !important;
  }

  /* 文字サイズ少し調整（お好みで） */
  .plan-price span {
    font-size: 35px;
  }

  .plan_box {
    padding: 15px;
  }

  #address {
    text-align: left;
  }

  .sp_bb_none {
    border-bottom: none !important;
  }

  .bottom .address {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
  .sp_bb_none {
    border-bottom: none;
  }
  .address_border_right {
    border-right: none;
  }
  .content {
    padding: 30px 15px;
  }

  .merit_right_text,
  .demerit_right_text,
  .comparison_text {
    margin-bottom: 0 !important;
  }
  /* サブ項目 */
  .sub_title {
    padding: 10px;
    margin-bottom: 20px;
  }

  .sub_title_inner {
    padding: 12px 0 15px;
  }

  .main_bg.flow_main_bg {
    background: none;
    border: none;
  }
  .content.flow_main_bg {
    padding: 0;
  }

  .lp_section .main_inner {
    padding-bottom: 100px;
  }

  .lp_section_info .kitte_inner,
  .lp_section_recommend .kitte_inner,
  .lp_section_merit .kitte_inner,
  .lp_section_comparison .kitte_inner,
  .lp_section_cost .kitte_inner,
  .lp_section_flow .kitte_inner,
  .lp_section_reason .kitte_inner,
  .lp_section_medical .kitte_inner,
  .lp_section_reserve_form .kitte_inner,
  .lp_section_faq .kitte_inner {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 0 0;
  }

  .merit_title_inner,
  .demerit_title_inner,
  .cost_title_inner {
    margin-bottom: 25px;
  }

  .merit_title,
  .demerit_title,
  .cost_title {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .visual {
    margin-top: 30px;
  }

  .visual_image {
    aspect-ratio: 390/100;
    height: auto;
    width: 100%;
  }

  .title_h3 {
    line-height: 1.5;
    margin-bottom: 0 !important;
    font-size: 25px;
  }

  /*********************/

  /* lpMV */
  .lp_main_visual_area {
    background-color: #fff;
  }

  .lp_main_visual {
    aspect-ratio: 320 / 341;
    /* padding-bottom: min(27.5%, 600px); */
    background-image: var(--lp-visual-sp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
  }

  /* 予約ボタン */
  .lp_section_reserve {
    background-color: #fff;
  }
  .lp_section_reserve:not(:first-child) {
    margin-top: 40px;
    padding-top: 0;
  }

  .reserve_inner {
    margin: 0 auto;
    padding: 15px 0;
  }

  .reserve_consult {
    color: #b9a245;
    font-size: 16px;
    text-align: center;
  }

  .reserve_btn_other {
    margin: 10px;
    text-align: center;
  }

  .reserve_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .reserve_btn_image {
    /* aspect-ratio: 350/70; */
    aspect-ratio: 300/43;
    height: auto;
    width: 100%;
  }

  .reserve_consider_area {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    max-width: 540px;
  }

  .reserve_consider_image {
    margin-right: 10px;
    width: 30%;
  }

  .visual_kitazawa {
    aspect-ratio: 1080/1105;
    height: auto;
    width: calc(100% - 10px);
  }

  .reserve_consider {
    color: var(--text-navy);
    font-size: 16px;
    margin-bottom: 0!important;
    text-align: left;
  }

  .doctor_banner {
    background-color: #fff;
    padding: 0 10px 20px;
    text-align: center;
  }

  .doctor_campaign_banner {
    aspect-ratio: 750/605;
    height: auto;
    width: 100%;
  }

  .campaign_banner {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px 18px;
    text-align: center;
  }

  /* ICLって何バナー */
  .what_icl {
    width: 100%;
  }

  .what_icl_image {
    aspect-ratio: 390/104;
    height: auto;
    width: 100%;
  }

  .banner {
    /* margin-top: 25px; */
    width: 100%;
  }

  .banner_image {
    aspect-ratio: 1500 / 450;
    height: auto;
    width: 100%;
  }

  /* ICL手術 */
  /* .icl_section_info {
        margin-bottom: 30px;
        padding: 27px 20px 40px;
    } */

  .icl_area {
    padding: 30px 20px;
  }

  .icl_info {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .icl_info:first-child {
    margin-bottom: 25px;
  }

  .icl_info:nth-child(2) {
    margin-bottom: 25px;
  }

  .icl_info_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0 !important;
  }

  .lp_section_recommend,
  .lp_section_cost,
  .lp_section_comparison,
  .lp_section_flow,
  .lp_section_reason,
  .lp_section_medical,
  .lp_section_reserve_form,
  .lp_section_faq {
    padding-top: 0;
  }

  .icl_info_image_area {
    margin-bottom: 25px;
    width: 100%;
  }

  .icl_info_image1 {
    aspect-ratio: 320/207;
    height: 100%;
    width: 100%;
  }

  .icl_info_image2 {
    aspect-ratio: 320/284;
    height: 100%;
    width: 100%;
  }

  .icl_info_image3 {
    aspect-ratio: 320/182;
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }

  /* おすすめ */
  .icl_recommend {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    text-align: center;
  }

  .icl_recommend_box {
    background-color: #fff;
    padding: 25px 0 30px;
    width: 100%;
  }

  .check_icon_image {
    align-self: 50/50;
    height: auto;
    margin: 0 auto;
    width: 60px;
  }

  .icl_recommend_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 22px;
    text-align: center;
    margin-bottom: 0 !important;
  }

  /* メリットデメリット */
  .merit_title_inner {
    margin-bottom: 25px;
  }

  .merit_title {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .demerit {
    margin-top: 25px;
  }

  .merit_item,
  .demerit_item {
    align-items: center;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
  }

  .flow_right_text,
  .reason_head,
  .reason_text {
    margin-bottom: 0 !important;
  }

  .merit_item:last-child,
  .demerit_item:last-child {
    margin-bottom: 0;
  }

  .merit_left,
  .demerit_left {
    height: 50px;
    width: 100%;
  }

  .demerit_left {
    border-bottom: 1px solid var(--border-black);
  }

  .merit_right,
  .demerit_right {
    padding: 10px 15px;
  }

  /* 比較 */
  .comparison_image_area {
    margin: 0 auto;
  }

  .comparison_image {
    aspect-ratio: 330/637;
    height: 100%;
    width: 100%;
  }

  .comparison_text_area {
    margin-top: 20px;
  }

  .comparison_text {
    line-height: 1.5;
    margin-top: 25px;
  }

  .comparison_text:first-child {
    margin-top: 0;
  }

  /* 費用 */
  /* .cost_first_m {
        margin-top: 35px;
    } */

  .cost_first_m_area {
    margin: 20px 0;
  }

  .cost_first_message {
    font-weight: bold;
    line-height: 1.5;
  }

  .cost_banner {
    margin-top: 25px;
  }

  .cost_banner_area {
    margin: 20px 0 0;
  }

  .cost_price {
    aspect-ratio: 330/180;
    height: 100%;
    width: 100%;
  }

  .cost_money {
    font-size: 40px;
  }

  .cost_banner {
    margin-bottom: 20px;
  }

  .cost_campaign_banner {
    aspect-ratio: 375/292;
    height: 100%;
    width: 100%;
  }

  .guarantee {
    margin-top: 20px;
  }

  .guarantee_area {
    margin-bottom: 30px;
  }

  .guarantee_icl {
    margin-top: 20px;
    padding: 27px 20px;
  }

  .guarantee_period {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .guarantee_text_period.first_text {
    margin-bottom: 10px;
    text-align: center;
  }
  .guarantee_text_period {
    margin-bottom: 10px;
    text-align: center;
  }

  .guarantee_text {
    font-size: 16px;
    text-align: left;
  }

  .guarantee_text.first_text {
    margin-bottom: 12px;
  }

  .guarantee_period_m {
    margin-top: 30px;
    text-align: center;
  }

  /* 手術の流れ */
  .flow {
  }

  .flow_items {
  }

  .flow_item {
    background: #fff;
    display: block;
    width: 100%;
  }

  .flow_left {
    border-bottom: 1px solid #b9a245;
    height: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .flow_number_icon {
    aspect-ratio: 40/40;
    height: 100%;
    width: 40px;
    margin-right: 0;
    margin-left: 20px;
  }

  .flow_left_text {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
  }

  .flow_right {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 15px 20px;
  }

  .flow_arrow {
    margin: 10px auto;
  }

  .flow_arrow_icon {
    aspect-ratio: 36/30;
    height: 100%;
    width: 30px;
  }

  /* 選択理由 */
  .reason_item {
    background-color: #fff;
    /* border: 1px solid var(--border-main); */
    margin-top: 15px;
    padding: 15px;
  }

  .reason_head {
    color: #b9a245;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .reason_deco {
    margin: 3px 0 12px;
    width: 100%;
  }

  .reason_deco_image {
    aspect-ratio: 164/12.5;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 60%;
  }

  /* access */
  .access_section_map {
    padding-bottom: 40px;
  }

  .access_map {
    background-color: var(--bg-rgba-white);
    margin-top: 10px;
    padding: 15px 0 0;
  }

  .access_map:first {
    margin-top: 0;
  }

  .access_map_area {
    width: 100%;
  }

  .google_map {
    height: 250px;
    width: 100%;
  }

  .access_map_address {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0 !important;
  }

  .medical_text {
    margin-bottom: 0 !important;
  }

  #address {
    line-height: 1.25;
  }

  .copy_icon {
    margin-left: 6px;
    margin-top: 2px;
    cursor: pointer;
    width: 16px;
  }

  .traffic_below_div {
    margin-top: 10px;
    text-align: left;
  }

  .train {
    margin-top: 20px!important;
  }

  .train.h3_background_wrap {
    padding: 30px 0;
  }

  .train_icon {
    margin-bottom: 10px;
  }

  .icon_image {
    border: 3px solid #4a79b3;
    border-radius: 50%;
    width: 60px;
    height: auto !important;
  }

  .train_dt {
    font-size: 16px;
    font-weight: bold;
  }

  /* 診療時間 */
  .access_section_medical {
    margin-bottom: 40px;
  }

  /* .medical_area {
        padding: 20px;
    } */

  .medical_hours {
    font-size: 20px;
    margin-bottom: 22px;
    text-align: center;
  }

  .medical_hours .first_text {
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: center;
  }

  .medical_text {
    font-size: 16px;
    text-align: left;
  }

  .text_center {
    text-align: center;
  }
  .toast {
    font-size: 12px;
    padding: 13px 20px 10px 8px;
    position: fixed;
    right: -320px;
    top: 50px;
    transition: 0.25s;
    z-index: 200;
  }
}

@media (max-width: 550px) {
  .reserve_consider_area {
    max-width: 400px;
  }
  .reserve_consider {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .reserve_consider_area {
    max-width: 360px;
    width: 95%;
  }
  .reserve_consider {
    font-size: 13px;
  }
}

@media (max-width: 376px) {
  .reserve_consider_area {
    justify-content: center;
    width: 95%;
  }
  .reserve_consider_image {
    margin-right: 0;
    width: 25%;
  }
  .reserve_consider {
    font-size: 12px;
  }
}

@media (max-width: 321px) {
  .title_h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .guarantee_text_period {
    font-size: 15px;
    margin-bottom: 8px;
    text-align: center;
  }

  .reserve_consider {
    font-size: 10px;
  }
}

@keyframes popOnce {
  0% { transform: scale(1); }
  60% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* 既定は表示＋停止（display切替しない） */
.pop-onload {
  display: block;
  animation: none;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  /* 発火安定化・描画促進（任意） */
  transform: translateZ(0);
}

/* 発火は is-ready でのみ */
.pop-onload.is-ready {
  animation: popOnce 800ms cubic-bezier(0.17, 0.67, 0.31, 1.29) 300ms both;
}

/* ======================================
   予約フォーム用スタイル
====================================== */

/* フォームコンテナ */
.content.main_bg {
  padding: 40px 90px;
}

/* カレンダーエリア */
.calendar_area {
  margin-bottom: 30px;
}

.calendar-section {
  border: 1px solid #0F2A4B;
  border-radius: 18px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.calendar-title {
  background: #0F2A4B;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: white;
  padding: 10px 20px;
}

.calendar-title h3 {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.calendar-section > div {
  padding: 17px;
}

/* カレンダーナビゲーション */
.calendar-navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.calendar-navigation-buttons .btn-secondary {
  background: white;
  border-radius: 3px;
  border: 1px solid #0F2A4B;
  color: #0F2A4B;
  padding: 6px 24px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calendar-navigation-buttons .btn-today {
  background: #0F2A4B;
  color: white;
  font-weight: bold;
  border: 1px solid #0F2A4B;
  padding: 6px 24px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#calendarDisplay {
  background: white;
}

#calendarDisplay p {
  text-align: center;
  color: #666;
}

/* 患者情報入力エリア */
.white_inner.input_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
}

/* フォーム行 */
.field_row {
  align-items: center;
  display: flex;
  padding: 20px 0;
}

.field_row.border-none {
  border-top: none;
  padding-top: 0;
}

.field_row:not(.border-none) {
  border-top: 1px solid #acb8c6;
}

.field_row:last-of-type {
  border-bottom: 1px solid #acb8c6;
}

.last_field_row {
  border-bottom: 1px solid #acb8c6;
  margin-bottom: 20px;
}

/* フィールドセル */
.field_cell.field_left {
  flex: 0 0 25%;
  max-width: 25%;
}

.field_cell.field_right {
  flex: 0 0 75%;
  max-width: 75%;
}

/* ラベル */
.field_cell label .head {
  color: #0f2a4b;
  font-weight: bold;
}

.field_cell label .required {
  color: red;
}

/* 表示テキスト */
.default_datetime_message {
  margin: 0;
  font-weight: bold;
}

.place_name {
  margin: 0;
}

.desired-surgery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.desired-surgery .gender-label {
    display: flex;
    align-items: center;
}

.surgery_type_row {
  margin: 0 calc(2% + 30px);
  border-bottom: 1px solid #acb8c6;
}

.datetime_label_row {
  margin: 0 calc(2% + 30px);
  padding-top: 20px!important;
}

.surgery_type_label,
.datetime_label {
  text-align: left;
}

.surgical-label {
  margin: 0;
}

/* 名前入力 */
.name-inputs {
  display: flex;
  gap: 10px;
}

.name-inputs input {
  flex: 1;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  min-width: 80px;
  min-height: 53px;
}
.mail-inputs input {
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  min-width: 80px;
  min-height: 53px;
}

/* 一般的な入力フィールド */
.field_cell input[type="email"],
.field_cell input[type="tel"],
.field_cell input[type="number"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  min-width: 80px;
  min-height: 53px;
}

/* 生年月日 */
.birth_date_wrap {
  display: flex;
  align-items: center;
}

.birthday_year,
.birthday_month,
.birthday_day {
  display: flex;
  align-items: center;
  margin: 0;
}

.birth_input {
  padding: 0 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  min-width: 80px;
  min-height: 53px;
}

.separator {
  margin: 0 5px;
  font-weight: bold;
}

/* 年齢入力 */
.field_cell input[type="number"]#age {
  width: 100px;
}

.field_cell input[type="number"]#age + span {
  margin-left: 10px;
  color: #666;
}

/* 性別 */
.float_wrap.m_float {
  display: flex;
  gap: 20px;
}

.gender-label {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}

.gender-label input[type="radio"] {
  margin-right: 8px;
  width: auto;
}

.gender-label:not(:first-child) input[type="radio"] {
  margin-left: 40px;
}

/* 送信ボタン */
.form-actions {
  text-align: center;
  margin-top: 30px;
}

/* .btn-custom {
  background: #B9A245;
  color: #fff;
  border: none;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  opacity: 0.8;
} */

/* .inner .button_area {
    padding: 0 0 0;
} */

.inner .button_area .complete_button_block {
    margin: 32px auto 22px;
    width: 372px;
}

.inner .button_area .complete_button_block .complete_button {
    font-size: 22px;
    padding: 19px 0;
    background-color: white;
    color: white;
}

.complete_button:disabled {
    cursor: not-allowed;
    background-image: url(../img/gray_button.png) !important;
}

.inner .button_area .complete_button_block .complete_button {
    border: none;
    background-image: url(../img/orange_button.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    /* height: 100%; */
    width: 100%;
    background-color: white;
}

/* エラーメッセージ */
.error-message {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  color: #ff0000;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}

.error-message.show {
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}

/* 全体バリデーションエラーメッセージ */
.all-error {
  color: #ff0000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.error-label {
  color: #ff0000 !important;
}

.all-errors {
  color: red;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: left;
  width: 50%;
}

#error-items-list {
  padding-left: 25px;
}

#error-items-list li {
  list-style: disc;
}

/* GoogleMap iframe */
.google_map {
  border: 0;
}

/* ======================================
   カレンダー動的生成用スタイル（Livewireと同じスタイル）
====================================== */

.calendar-header {
  display: table;
  width: 100%;
  color: black;
  table-layout: fixed;
}

.time-header,
.date-header {
  border: 1px solid #E0E0E0;
  display: table-cell;
  font-size: 12px;
  padding: 7px 5px;
  text-align: center;
  font-weight: bold;
}

.time-header {
  vertical-align: middle;
  border-right: none;
  width: 64px;
}

.date-header {
  border-right: none;
}

.date-header:last-child {
  border-right: 1px solid #E0E0E0;
}

.day-of-week {
  font-size: 10px;
}

.day {
  letter-spacing: 2.5px;
}

.calendar-body {
  background: #E0E0E0;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 水曜日の列を覆うためのスタイル */
.calendar-body {
  position: relative;
}

.calendar-cell.wednesday-placeholder {
  background: transparent !important;
  border: none !important;
  cursor: default !important;
  pointer-events: none;
}

.calendar-cell.wednesday-placeholder .unavailable-mark {
  visibility: hidden;
}

.wednesday-full-column {
  position: absolute;
  top: 0;
  height: 100%;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: calc((100% - 63px) / 7);
}

.wednesday-full-column.day-0 { left: calc((100% - 63px) / 7 * 0 + 63px); }
.wednesday-full-column.day-1 { left: calc((100% - 63px) / 7 * 1 + 63px); }
.wednesday-full-column.day-2 { left: calc((100% - 63px) / 7 * 2 + 63px); }
.wednesday-full-column.day-3 { left: calc((100% - 63px) / 7 * 3 + 63px); }
.wednesday-full-column.day-4 { left: calc((100% - 63px) / 7 * 4 + 63px); }
.wednesday-full-column.day-5 { left: calc((100% - 63px) / 7 * 5 + 63px); }
.wednesday-full-column.day-6 { left: calc((100% - 63px) / 7 * 6 + 63px); }
.wednesday-closed {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.calendar-body::-webkit-scrollbar {
  display: none;
}

.time-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.time-slot {
  border-left: 1px solid #E0E0E0;
  font-size: 11px;
  padding: 0 5px;
  text-align: center;
  background: #f8f9fa;
  font-weight: bold;
  border-right: 1px solid #e0e0e0;
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-cell {
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid #e0e0e0;
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.calendar-cell.available {
  background: #DFF5E0;
}

.calendar-cell.unavailable {
  background: white;
  cursor: not-allowed;
}

.calendar-cell.selected {
  background: #4CAF50;
  color: white;
}

.calendar-cell.past {
  background: white;
  cursor: not-allowed;
}

.calendar-cell span {
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

.available-mark {
  color: #4CAF50;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.selected-mark {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.unavailable-mark {
  color: black;
  font-size: 26px !important;
  font-weight: normal !important;
}

/* ======================================
   レスポンシブ対応（タブレット）
====================================== */
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
  /* フォームコンテナ */
  .content.main_bg {
    padding: 30px 40px;
  }

  /* カレンダータイトル */
  .calendar-title h3 {
    font-size: 16px;
  }

  /* カレンダーナビゲーション */
  .calendar-navigation-buttons {
    gap: 10px;
    align-items: stretch;
  }

  .calendar-navigation-buttons .btn-secondary,
  .calendar-navigation-buttons .btn-today {
    padding: 6px 16px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wednesday-full-column {
      left: calc( (100% / 7) * 3 );
      width: calc(100% / 7 - 6px);
  }
  .wednesday-full-column.day-0 { left: calc((100% - 44px) / 7 * 0 + 44px); }
  .wednesday-full-column.day-1 { left: calc((100% - 44px) / 7 * 1 + 44px); }
  .wednesday-full-column.day-2 { left: calc((100% - 44px) / 7 * 2 + 44px); }
  .wednesday-full-column.day-3 { left: calc((100% - 44px) / 7 * 3 + 44px); }
  .wednesday-full-column.day-4 { left: calc((100% - 44px) / 7 * 4 + 44px); }
  .wednesday-full-column.day-5 { left: calc((100% - 44px) / 7 * 5 + 44px); }
  .wednesday-full-column.day-6 { left: calc((100% - 44px) / 7 * 6 + 44px); }
  .wednesday-closed {
    font-size: 18px;
  }

  /* 患者情報入力エリア */
  .white_inner.input_content {
    padding: 25px 0;
  }

  .time-header,
  .date-header {
    font-size: 10px;
    padding: 7px 2px;
  }

  .time-header {
    width: 45px;
  }

  .time-slot {
    font-size: 10px;
    flex: 0 0 45px;
  }

  /* フォーム行 */
  .field_row {
    flex-direction: column;
    align-items: flex-start;
    /* margin-bottom: 25px; */
  }

  .field_cell.field_left,
  .field_cell.field_right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .field_cell.field_left {
    margin-bottom: 8px;
  }

  .default_datetime_message,
  .place_name {
    margin-bottom: 0!important;
  }

  /* 生年月日 */
  .birth_date_wrap {
    flex-wrap: wrap;
  }

  .birth_input {
    min-width: 80px;
    min-height: 48px;
    font-size: 14px;
  }

  .birthday_year .birth_date_age {
    min-height: 48px;
    padding: 0 12px;
    width: 80px!important;
  }

  .birthday_year .birth_date_sai {
    margin: 0 0 0 8px;
  }

  /* 性別 */
  .gender-label:not(:first-child) input[type="radio"] {
    margin-left: 8px;
  }

  /* 送信ボタン */
  .btn-custom {
    padding: 12px 40px;
    font-size: 16px;
  }

  .inner .button_area {
    padding: 10px 0 24px;
  }

  .inner .button_area .complete_button_block {
    margin: 16px auto 11px;
    width: 240px;
  }

  .inner .button_area .complete_button_block .complete_button.complete_button {
      border-radius: 20px;
      background-color: white;
  }

  .inner .button_area .complete_button_block .complete_button {
    font-size: 18px;
    padding: 4px 0;
    background-color: white;
  }

  .all-error {
    margin-bottom: 30px;
    font-size: 14px;
  }

  #error-items-list {
    padding-left: 20px;
  }

  .all-errors {
      font-size: 14px;
      margin-top: 15px;
      width: 100%;
  }
}

/* ======================================
   レスポンシブ対応（スマートフォン）
====================================== */
@media screen and (max-width: 480px) {
  /* フォームコンテナ */
  .content.main_bg {
    padding: 20px 15px;
  }

  /* カレンダーセクション */
  .calendar-section {
    border-radius: 12px;
  }

  .calendar-title {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 8px 15px;
  }

  .calendar-title h3 {
    font-size: 14px;
  }

  .calendar-section > div {
    padding: 12px;
  }

  /* カレンダーナビゲーション */
  .calendar-navigation-buttons {
    gap: 5px;
  }

  .calendar-navigation-buttons .btn-secondary,
  .calendar-navigation-buttons .btn-today {
    padding: 5px 12px;
    font-size: 10px;
  }

  /* 患者情報入力エリア */
  .white_inner.input_content {
    padding: 20px 0;
    border-radius: 6px;
  }

  /* フォーム行 */
  .field_row {
    padding: 12px 0;
  }

  .surgery_type_row {
    margin: 0;
  }

  .datetime_label_row {
    margin: 0;
    padding-top: 20px!important;
  }

  /* 名前入力 */
  .name-inputs {
    /* flex-direction: column; */
    gap: 8px;
  }

  .name-inputs input {
    padding: 10px;
    font-size: 14px;
    width: 50%;
  }

  .field_row_name {
    border-top: none!important;
    padding-top: 0;
  }

  /* 一般的な入力フィールド */
  .field_cell input[type="email"],
  .field_cell input[type="tel"],
  .field_cell input[type="number"] {
    padding: 10px;
    font-size: 14px;
  }

  /* 生年月日 */
  .birth_input {
    min-width: 60px;
    min-height: 44px;
    font-size: 13px;
    padding: 0 8px;
  }

  .birthday_year .birth_date_age {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
    width: 70px!important;
  }

  .birthday_year .birth_date_sai {
    margin: 0 0 0 8px;
    font-size: 13px;
  }

  .separator {
    margin: 0 3px;
    font-size: 14px;
  }

  /* 年齢 */
  .field_cell input[type="number"]#age {
    width: 80px;
    padding: 10px;
    font-size: 14px;
  }

  .field_cell input[type="number"]#age + span {
    margin-left: 6px;
    font-size: 14px;
  }

  /* 性別 */
  .float_wrap.m_float {
    flex-direction: column;
    gap: 12px;
  }

  .gender-label {
    font-size: 14px;
  }

  .gender-label:not(:first-child) input[type="radio"] {
    margin-left: 0;
  }

  /* 送信ボタン */
  .btn-custom {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }

  /* エラーメッセージ */
  .error-message {
    padding: 12px;
    font-size: 14px;
  }
}

/* よくある質問セクション */
/* .lp_section_faq {
  margin-top: 65px;
  padding-bottom: 65px;
} */

.faq_main_bg {
  background-color: #f7f3e8;
  padding: 40px 60px!important;
}

.lp_section_faq .index_faqs_article {
  margin-bottom: 60px;
  padding: 30px 100px;
  background-color: #e8f3f7;
}

.lp_section_faq .faqs_li {
  background-color: #ffffff;
  border-radius: 8px;
  list-style-type: none;
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}

.lp_section_faq .faqs_link {
  display: block;
  padding: 16px 50px 16px 80px;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.lp_section_faq .faqs_link::before {
  content: "Q";
  margin-right: 20px;
  /* margin-left: -40px; */
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: bold;
}

.lp_section_faq .faqs_link::after {
  content: url(../../../wp-content/themes/eye/images/faqs/right-arrow2.png);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.lp_section_faq .faqs_link.question {
  padding: 16px 50px 16px 80px;
}

.lp_section_faq .rank1::before,
.lp_section_faq .rank2::before,
.lp_section_faq .rank3::before,
.lp_section_faq .rank4::before,
.lp_section_faq .rank5::before {
  font-weight: bold;
  font-size: 20px;
  left: 20px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.lp_section_faq .rank1::before {
  content: "1";
}

.lp_section_faq .rank2::before {
  content: "2";
}

.lp_section_faq .rank3::before {
  content: "3";
}

.lp_section_faq .rank4::before {
  content: "4";
}

.lp_section_faq .rank5::before {
  content: "5";
}

@media (max-width: 767px) {
  .faq_main_bg {
    padding: 20px 10px!important;
  }

  .lp_section_faq .index_faqs_article {
    padding: 20px 15px;
  }

  .lp_section_faq .faqs_link {
    padding: 16px 50px 16px 20%;
    font-size: 14px;
  }

  .lp_section_faq .faqs_link.question {
    padding: 16px 50px 16px 20%;
  }

  .lp_section_faq .rank1::before,
  .lp_section_faq .rank2::before,
  .lp_section_faq .rank3::before,
  .lp_section_faq .rank4::before,
  .lp_section_faq .rank5::before {
    font-size: 16px;
    left: 18px;
  }

  .lp_section_faq .faqs_link::before {
    left: 12%;
    font-size: 14px;
    top: 24px;
  }

  .lp_section_faq .faqs_link::after {
    right: 7px;
  }
}

.maintenance {
  padding: 20px;
  border: #b9a245 1px solid;
  color: #b70000;
  margin: 30px auto;
  width: 900px;
}

.maintenance>p {
  margin: 0;
}

.maintenance_p {
  text-align: center;
  margin: 0;
}

/* ICL費用改定ニュース HOME*/
.maintenance_home {
  margin: 30px auto;
  max-width: 900px;
  width: 900px;
  background-color: #0f2a4b;
}

.maintenance_home:hover {
  max-width: 900px;
}

.maintenance_home>a {
  border: #b9a245 2px solid;
  margin: 0;
  padding: 20px;
  color: #b9a245;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 900px;
}

.maintenance_expense>a:hover {
  color: #fff;
}

/* ICL費用改定ニュース 費用ページ*/
.maintenance_expense {
  max-width: 1200px;
  margin: 40px auto;
  background-color: #0f2a4b;
}

.maintenance_expense:hover {
  max-width: 1200px;
}

.maintenance_expense>a {
  border: #b9a245 2px solid;
  margin: 0;
  padding: 20px;
  color: #b9a245;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1200px;
}

.maintenance_expense>a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .maintenance {
    text-align: left;
    width: 90%;
  }

  .maintenance_p {
    text-align: left;
  }

  .maintenance_home {
    width: auto;
    margin: 30px 20px;
  }

  .maintenance_expense {
    width: auto;
    margin: 20px;
  }

  .maintenance p {
    margin: 0;
  }
}