@charset "utf-8";



.reserve_menu dl {
    text-align: center;
}

.reserve_menu dt {
    font-size: clamp(1.25rem, 1.046rem + 1.02vw, 1.875rem);
    margin: 0 0 1rem;
}

.reserve_menu dd {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 0.7rem 0;
}

.sub_page .reserve_menu .flex_area {
    justify-content: center;
}

.phone {
    display: inline-block;
    font-size: 1.7em;
}

.hb_btn {
    margin: 2rem 0;
}

/*600px以上*/
@media (min-width: 600px) {
    .sub_page .img_area img {
        aspect-ratio: 4 / 3;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sub_page .reserve_menu .img_area {
        margin: 0 auto;
        max-width: 340px;
    }

    .sub_page .img_area img {
        aspect-ratio: 6 / 8;
    }
}

/*form_section*/
.form_section h2.title {
    font-size: clamp(1.25rem, 1.046rem + 1.02vw, 1.875rem);
    margin: 0 0 1rem;
}
.sform {
  max-width: 960px;
  margin: 0 auto;
}