/* main */
#schedule *,
#schedule *:before,
#schedule *:after {
    box-sizing: border-box;
}
#schedule a {
    text-decoration: none;
}
#schedule {
    background: #eeeeef;
    padding-bottom: 90px;
}
.item_cntr {
    margin: 0 auto;
}
.text_yellow_color {
    color: #e6aa71;
}
.text_blue_color {
    color: #88ccdd;
}
.text_green_color {
    color: #88ddbb;
}
.text_pink_color {
    color: #eeaaaa;
}
.f-size-10 {
    font-size: 10px;
}
.bubble_shadow {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}
.text_shadow {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}
.eys_top_menu_pc {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.05));
    transform: translateZ(0);
    border-top: 1px solid #e4e4e4;
}
.w_500 {
    width: 500px;
}
.font_hir_sans {
    font-family: "Hiragino Sans", sans-serif;
}
.font_hir_kaku {
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.yellow_color {
    background-color: #e6aa71;
}
.blue_color {
    background-color: #88ccdd;
}
.green_color {
    background-color: #88ddbb;
}
.pink_color {
    background-color: #eeaaaa;
}

/* mainvisual */
main#schedule .mainvisual {
    position: relative;
    height: 547px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
main#schedule .mainvisual.lazyloaded::before {
    background-image: url(/pc/images/schedule/schedule_bg_1.webp);
}
main#schedule .mainvisual::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
main#schedule .mainvisual .top_image_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    transform: translate(-50%, -50%);
    margin-top: 5px;
}
main#schedule .mainvisual .top_image_container img {
    max-width: 1100px;
}
#schedule .top_container {
    width: 1000px;
}
#schedule .bth_cp_80px {
    margin: 0 -50px;
}
#schedule #campaign-detail {
    margin-top: 40px;
}
#schedule .camp-main-buttons {
    box-sizing: content-box;
}
#schedule .campaign-btn {
    margin-top: 23px;
    text-align: center;
}
#schedule .contents-box .contents-inner {
    width: 1000px;
}
/* title */
#schedule .section-title {
    text-align: center;
    font-family: termina, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.3em;
    color: #222222;
}
#schedule .lead-text {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 3px auto 11px auto;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
#schedule .sub-title span {
    position: relative;
    padding: 10px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #222222;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#schedule .contents-box.schedule {
    padding-top: 54px;
}
#schedule .contents-box .last_para {
    margin: 20px auto 23px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #222222;
    text-align: center;
}
#schedule .contents-box .contents-inner .schedule_item_container {
    display: flex;
}
#schedule .schedule_item_container .blue_box_bg_item .blue_box_bg_bubble {
    position: relative;
    width: 274px;
    margin-left: 90px;
    z-index: 2;
}
#schedule .schedule_item_container .red_box_bg_item .red_box_bg_bubble {
    position: relative;
    width: 255px;
    margin-left: 134px;
    z-index: 2;
}
#schedule
    .schedule_item_container
    .blue_box_bg_item
    .blue_box_bg_woman.lazyloaded {
    background-image: url("/pc/images/schedule/schedule_blue_bg_woman.webp");
}
#schedule .schedule_item_container .blue_box_bg_item .blue_box_bg_woman {
    margin-top: -10px;
    height: 340px;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    z-index: 1;
}
#schedule
    .schedule_item_container
    .red_box_bg_item
    .red_box_bg_woman.lazyloaded {
    background-image: url("/pc/images/schedule/schedule_bg_red_1.webp");
}
#schedule .schedule_item_container .red_box_bg_item .red_box_bg_woman {
    margin-top: -16px;
    height: 341px;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    z-index: 1;
}
#schedule .schedule_item_container .white_box {
    position: relative;
    z-index: 1;
    margin: -124px 65px 0;
    padding: 34px 20px 21px;
    background-color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}
#schedule .schedule_item_container .white_box .white_box_title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: center;
}
#schedule .schedule_item_container .white_box .white_box_sub_title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: center;
}
#schedule
    .schedule_item_container
    .blue_box_bg_item
    .white_box
    .white_box_sub_title {
    color: #88ccdd;
}
#schedule
    .schedule_item_container
    .red_box_bg_item
    .white_box
    .white_box_sub_title {
    color: #eeaaaa;
}
#schedule .schedule_item_container .white_box .white_box_par {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
#schedule .schedule_item_container .white_box::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 6px;
    height: 14px;
}
#schedule .schedule_item_container .blue_box_bg_item .white_box::before {
    background-color: #88ccdd;
}
#schedule .schedule_item_container .red_box_bg_item .white_box::before {
    background-color: #eeaaaa;
}
#schedule .schedule_item_container .blue_box_bg_item::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 1784px;
    margin-top: 415px;
    z-index: 0;
    background: rgba(136, 204, 221, 0.3);
}
#schedule .schedule_item_container .red_box_bg_item::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 1784px;
    margin-top: 415px;
    z-index: 0;
    background: rgba(238, 170, 170, 0.3);
}
#schedule .schedule_item_container .mlc_inner_white_bg {
    background: #fff;
    margin: -77px 35px 0;
    position: relative;
    padding-bottom: 25px;
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .blue_bubble_2_container {
    width: 234px;
    margin-left: 30.2px;
    padding-top: 102.4px;
}
#schedule .schedule_item_container .mlc_inner_white_bg .red_bubble_2_container {
    width: 245px;
    margin-left: 181px;
    padding-top: 83px;
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .schedule_graph_container {
    width: 477px;
    margin: -90px 0 0px -56px;
}
#schedule .schedule_item_container .mlc_inner_white_bg .red_mini_container {
    display: flex;
    margin-top: -106px;
    margin-left: 54px;
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .red_mini_container
    .red_mini_row_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .red_mini_container
    .red_mini_1_cnt {
    margin-bottom: 14.5px;
    width: 123px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .red_mini_container
    .red_mini_2_cnt {
    width: 123px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
}
#schedule
    .schedule_item_container
    .mlc_inner_white_bg
    .red_mini_container
    .red_mini_3_cnt {
    margin-top: 120px;
    margin-left: -17px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    transform: translateZ(0);
}
#schedule .schedule_item_container .mini_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
    margin-bottom: 4px;
}
#schedule .schedule_item_container .mini_slash::before {
    content: "";
    height: 1px;
    width: 21px;
    background: black;
    position: absolute;
    left: 0;
    bottom: 6px;
    margin: auto;
    transform: rotate(45deg);
}
#schedule .schedule_item_container .mini_slash::after {
    content: "";
    height: 1px;
    width: 21px;
    background: black;
    position: absolute;
    right: 0;
    bottom: 6px;
    margin: auto;
    transform: rotate(-45deg);
}
#schedule .mini_slash {
    position: relative;
    width: 105.5px;
    margin: 0 auto;
}
#schedule .m_top_mini {
    margin-top: -25px;
}
#schedule .schedule_item_container .mlc_inner_white_bg .red_schedule_woman_cnt {
    width: 379px;
    margin: -245px 0 0px 86px;
}
#schedule .mlc_inner_white_bg .free_title_container {
    display: flex;
    margin: 0 30px;
}
#schedule .free_circle_cont {
    width: 50px;
    margin-right: 10px;
    margin-top: 3px;
}
#schedule .free_circle_cont.m-top-merit-circle {
    margin-top: 8px;
}
#schedule .free_title_text_container {
    width: 295px;
    margin-top: 15px;
}
#schedule .mlc_inner_white_bg .free_title_container_merit {
    display: flex;
    margin: 0 20px 0px 30px;
    border-bottom: 1px solid #eeeeee;
    height: 102px;
}
#schedule .circle_title {
    font-size: 22px;
    font-family: sans-serif;
    margin-left: 2px;
    margin-bottom: -3px;
}
#schedule .free_circle_cont .m-left-mrt {
    margin-left: -2px;
}
#schedule .circle_title_dot {
    text-align: center;
}
#schedule .dot {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
}
#schedule .free_text_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
#schedule .free_text_para {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 6px;
    border-bottom: 1px solid #eeeeee;
    height: 57px;
}
#schedule .free_title_f_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 11px 30px;
}
#schedule .free_text_para_merit {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 6px;
}
#schedule .mlc_inner_white_bg .studio_detail_cont {
    display: flex;
    width: 370px;
    justify-content: space-between;
    margin: 0 auto;
}
#schedule .mlc_inner_white_bg .studio_detail_circle_cont {
    margin: -29px 30px -3px 318px;
}
#schedule .mlc_inner_white_bg .first_m_top {
    margin-top: -117px;
}
#schedule .mlc_inner_white_bg .third_m_top {
    margin-top: 19px;
}
#schedule .mlc_inner_white_bg .four_m_top {
    margin-top: -3px;
}
#schedule .month_price_cont {
    width: 297px;
    margin: 20px 67px 0;
}
#schedule .mlc_inner_white_bg.pad_bot {
    padding-bottom: 43.5px;
}
#schedule .mlc_inner_white_bg .month_table_cont {
    display: flex;
    justify-content: space-between;
    width: 370px;
    margin: -2px 30px 0;
}
#schedule .mlc_inner_white_bg .month_table_cont .firts_t_month {
    width: 188px;
    height: 85px;
    background-color: #f9f9f9;
    padding: 13px 19px 16px;
}
#schedule .mlc_inner_white_bg .month_table_cont .second_t_month {
    width: 179px;
    height: 85px;
    background-color: #f9f9f9;
    padding: 13px 19px 16px;
}
#schedule .mlc_inner_white_bg .red_merit_m_top {
    margin-top: 21px;
}
#schedule .mlc_inner_white_bg .month_table_cont .month_title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
}
#schedule .mlc_inner_white_bg .month_table_cont .month_text {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
}
#schedule .mlc_inner_white_bg .calendar_container {
    width: 319px;
    margin: 20px auto 0;
}
#schedule .mlc_inner_white_bg .free_circle_cont.m_top_merit_second {
    margin-top: 6px;
    margin-right: 20px;
}
#schedule .mlc_inner_white_bg .free_circle_cont.m_top_merit_third {
    margin-top: 10px;
}
/* booking */
#schedule .contents-box.booking {
    padding-top: 158px;
}
#schedule .booking .green_bubble_cont {
    width: 275px;
    margin: -2px 0px -78px 58px;
}
#schedule .booking .booking_bg_container {
    display: flex;
    justify-content: space-between;
    padding: 0 23px 0 80px;
    background: #fff;
    width: 1000px;
    height: 420px;
}
#schedule .booking .booking_bg_container .mobile_1_container {
    margin-top: 90px;
}
#schedule .booking .booking_bg_container .mobile_2_container {
    margin: 42px 0 0 6px;
}
#schedule .booking .booking_bg_container .mobile_3_container {
    margin-top: 87px;
}
#schedule .booking .booking_bg_container .mobile_4_container {
    margin-top: 42px;
}
#schedule .booking .booking_bg_container .mobile_text {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    margin-top: -10px;
}
#schedule .booking .hr_text {
    width: 50px;
    margin: -54px 0 0 605.5px;
}
#schedule .booking .mobile_line {
    border: 1px solid #ddd;
}
#schedule .booking .mobile_bg_line_text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 468px;
    margin-right: 152px;
    margin-top: 10px;
}
/* follow up */
#schedule .contents-box.follow {
    padding-top: 134px;
    margin-bottom: 71px;
}
#schedule .follow .follow_item_cont {
    display: flex;
    justify-content: space-between;
    margin-top: -14px;
}
#schedule .follow .follow_item_yellow {
    width: 485px;
}
#schedule .follow .yellow_bubble_cont {
    width: 217px;
    margin: 0 151px;
}
#schedule .follow .yellow_bg {
    width: 485px;
    height: 215px;
    margin-top: -52px;
    background-color: rgba(230, 170, 119, 0.35);
    padding: 26px 0 33px;
}
#schedule .follow .follow_yellow_cont {
    width: 376px;
    margin: 0 auto;
}
#schedule .follow .follow_green_cont {
    width: 380px;
    margin: 0 auto;
}
#schedule .follow .white_box {
    position: relative;
    height: 180px;
    margin: -34px 22px 0;
    padding: 22px 17.5px 21px;
    background-color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}
#schedule .follow .white_box::before {
    background-color: #eeaa77;
}
#schedule .follow .white_box.follow_bg_green::before {
    background-color: #88ddbb;
}
#schedule .follow .green_bg {
    width: 485px;
    height: 215px;
    margin-top: -46px;
    background-color: rgba(136, 221, 187, 0.35);
    padding: 26px 0 33px;
}
#schedule .follow .white_box::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 4px;
    height: 10px;
}
#schedule .follow .white_box .white_box_title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    font-family: "Hiragino Sans", sans-serif;
}
#schedule .follow .white_box .white_box_sub_title {
    color: #eeaa77;
}
#schedule .follow .white_box .white_box_sub_title.follow_text_green_color {
    color: #88ddbb;
}
#schedule .follow .white_box .white_box_sub_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 34px;
    text-align: center;
    font-family: "Hiragino Sans", sans-serif;
}
#schedule .follow .white_box .white_box_par {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
#schedule .follow .white_box_line {
    width: 20px;
    border: 1px solid #ddd;
    margin: 8px auto 5px;
}
#schedule .follow .green_bubble_cont {
    width: 203px;
    margin: 0 134px;
}
