@charset "utf-8";
/*--京high_school.css--*/
/* ##########PC########## */
/*学校生活*/
.page_body .timetable table{
}

    .page_body .timetable table th,
    .page_body .timetable table td{
        border: 1px solid rgba(255,255,255,0) !important;
        border-bottom-color: rgba(0,0,0,0.1) !important;
    }

    .page_body .timetable table th{
        width: 8em !important;
        text-align: center;
    }

    .page_body .timetable table td{
        width: auto !important;
    }

.wp-block-group.photos{
    margin-top: 2em;
}

.wp-block-group.photos .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

    .wp-block-group.photos .wp-block-group__inner-container figure{
        margin-bottom: 0;
    }

    .wp-block-group.photos .wp-block-group__inner-container figure figcaption{
        margin: 0;
        font-size: 0.9em;
    }

.club_list{
    display: flex;
    gap: 1em;
}

    .club_list dl{
        width: calc((100% - 2em) / 3);
        background: rgba(0, 103, 176, 0.05);
        padding: 1em;
        border-radius: 1rem 0.25rem 0.25rem 0.25rem;
    }

        .club_list dl dt{
            text-align: center;
            font-weight: 500;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            margin-bottom: 0.75em;
            color: var(--base_color2);
        }

    .club_list ul{
        margin: 0;
        padding: 0 0.5em;
    }

.koukun{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .koukun dt{
        font-size: 1.1em;
        margin-right: 0.5em;
    }

    .koukun dd{
        font-size: 1.6em;
        font-family: var(--font_family2);
        color: var(--base_color2);
    }

.jugyojikan_week{
    width: 100%;
    text-align: center;
}

    .page_body .jugyojikan_week thead th{
        text-align: center !important;
    }

.seifuku{
    display: flex;
    justify-content: center;
    gap: 2em;
    padding: 0 1em;
    margin-bottom: 2rem;
}

    .seifuku dl{
        width: calc((100% - 2em) / 2);
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .seifuku dl dd{
        border-radius: 1rem;
        overflow: hidden;
    }

.itsutsunohashira{
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
}

.page_body .itsutsunohashira ol{
    margin: 0;
    padding: 1.5rem;
    background: rgba(0, 103, 176, 0.07);
}

.career_img{
    display: flex;
    justify-content: center;
}

.career_img a{
    display: block;
    border: 1px solid #ccc;
}

.career_img a img{
    max-width: 100%;
    height: auto;
    transition: .3s all ease;
}

.career_img a:hover img{
    filter: brightness(1.1);
}

.intro_feature{
    font-family: var(--font_family2);
    font-size: 1.2em;
}

.fig_text_detail{
    gap: 2em;
    align-items: flex-start !important;
    margin-bottom: 4em;
}

    .fig_text_detail figure{
        width: 26.5rem;
        border-radius: 1rem;
        overflow: hidden;
    }

    .fig_text_detail .wp-block-group{
        flex: 1;
    }

        .fig_text_detail .wp-block-group h3{
            margin-top: 0;
        }

figure.radius{
    margin-top: 3em;
    border-radius: 1rem;
    overflow: hidden;
}

.page_body h4.shido{
    font-family: var(--font_family1);
    padding: 0;
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

    .page_body h4.shido::before{
        content: none;
    }

.wp-block-group.shingakusaki{
    background: #ebf2fa;
    padding: 1.5em 2em;
    margin-top: 2em;
}


    .wp-block-group.shingakusaki h5{
        margin-top: 0;
        color: var(--base_color3);
    }

    .wp-block-group.shingakusaki p{
        margin-bottom: 0;
    }

.page_body table.yearly_event{
    width: 100%;
    border-bottom: 2px solid #7f7f7f;
}

    .page_body table.yearly_event th{
        width: 5em;
        text-align: center;
    }

.hashira .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_body h4.hdg_hashira{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.page_body h4.hdg_hashira::before{
    content: none;
}

.hashira .wp-block-group__inner-container ol{
    background: rgba(0, 103, 176, 0.07);
    padding: 1.5em 3em;
    font-family: var(--font_family2);
    font-size: 1.1em;
}

.course_nav{
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 2em;
}

    .course_nav ul{
        display: flex;
        flex-direction: column;
        gap: 1.5em;
    }

        .course_nav ul li{
            margin: 0;
            padding: 0;
        }

        .course_nav ul li::before{
            content: none;
        }

        .course_nav ul li a{
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            text-decoration: none;
            gap: 2em;
            color: var(--base_color1);
        }

            .course_nav ul li a .lbl{
                flex: 1;
                font-family: var(--font_family2);
                font-weight: 500;
                position: relative;
                font-size: 1.6em;
            }

            .course_nav ul li a .lbl::after{
                box-sizing: border-box;
                content: "";
                display: inline-block;
                width: 3rem;
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                background: var(--base_color2);
                background-image: url(../shared/icon_arrow_w.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 70% auto;
                transition: .3s all ease;
                position: absolute;
                right: 0.5rem;
                top: calc(50% - 1.5rem);
            }

            .course_nav ul li a:hover .lbl::after{
                transform: translateX(0.5rem);
            }

            .course_nav ul li a .fig{
                width: 20rem;
                border-radius: 1rem;
                overflow: hidden;
            }

                .course_nav ul li a .fig img{
                    transition: .3s all ease;
                }

                .course_nav ul li a:hover .fig img{
                    transform: scale(1.03);
                    filter: brightness(1.1);
                }

@media screen and (min-width:1px) and (max-width:1280px) {
    .fig_text_detail figure{
        width: 50%;
    }
}


/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {
    .course_nav ul li a{
        gap: 1.5em;
    }

    .course_nav ul li a .fig{
        width: 40%;
        border-radius: 0.5rem;
    }

    .course_nav ul li a .lbl{
        font-size: 1.5em;
    }

    .course_nav ul li a .lbl::after{
        width: 2.5rem;
        top: calc(50% - 1.25rem);
    }

    .seifuku dl dd{
        border-radius: 0.5rem;
    }

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .intro_feature{
        font-size: 1.05em;
    }

    .fig_text_detail{
        flex-direction: column;
        gap: 1em;
        margin-bottom: 2em;
    }

    .fig_text_detail figure{
        width: auto;
    }

    .fig_text_detail .wp-block-group h3{
        margin-bottom: 0.5em;
    }

    .page_body h4.shido{
        font-size: 1.05em;
    }

    .wp-block-group.shingakusaki{
        padding: 1em;
    }

    .hashira .wp-block-group__inner-container ol{
        padding: 1.5em;
    }

    .course_nav ul{
        gap: 1em;
    }

        .course_nav ul li a{
            gap: 1em;
        }

        .course_nav ul li a .lbl{
            font-size: 1.2em;
        }

        .course_nav ul li a .lbl::after{
            width: 2rem;
            top: calc(50% - 1rem);
        }

    .seifuku{
        padding: 0;
        gap: 1em;
    }

    .seifuku dl {
        width: calc((100% - 1em) / 2);
    }

}


/* ##########印刷用########## */
@media print {}