@charset "utf-8";
/*--京overview.css--*/
/* ##########PC########## */
/*学校の沿革*/
.history_table{}

.page_body .history_table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #333;
    border-top: none;
}

.page_body .history_table table tr th,
.page_body .history_table table tr td{
    padding: 1rem;
    border:none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    line-height: 1.6;
    color: #333;
}

.page_body .history_table table tr th{
    width: 6.25em;
    font-weight: 500;
    color: #1b3678;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    background: unset;
}

.page_body .history_table table tr th::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
    transform: translateY(-50%);
}

/*施設・設備*/
.facility_img_list{}

.page_body .facility_img_list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.page_body .facility_img_list ul li{
    width: calc((100% - 2rem) / 2);
    margin: 0;
    padding-left: 0;
}

.page_body .facility_img_list ul li:before{
    display: none;
}

.facility_img_list ul li figure{
    margin-bottom: 0.4rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.facility_img_list ul li figure a{}

.facility_img_list ul li p{
    margin-bottom: 0;
    font-size: 0.9rem;
    text-align: center;
}

/*高校 入試情報*/
.exam_content p{
    text-align: center;
}

.exam_content figure{
    text-align: center;
}

.exam_content figure a{
    border: 1px solid #eee;
    transition: .3s all ease;
}

.exam_content figure a:hover{
    opacity: 0.9;
    background: 1px solid #98CDB3;
}

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

.sister_school_list{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1em;
    gap: 0.5em 2em;
}

    .sister_school_list li{
        box-sizing: border-box;
        width: calc((100% - 2em) / 2);
        margin: 0;
        padding-left: 1.5em !important;
    }

    .sister_school_list li:before{
        width: 1em !important;
        height: 1em !important;
        border-radius: 0 !important;
        background: #ccc !important;
        top: 0.3em !important;
    }

    .sister_school_list li a{
        text-decoration: none;
    }

.club_activity_news_box{
}

    .club_activity_news_box > .box_inner{
        margin-bottom: 3em;
    }

        .club_activity_news_box > .box_inner ul{
            display: flex;
            flex-wrap: wrap;
            gap: 3em 1.5em;
        }

        .club_activity_news_box > .box_inner ul li{
            padding: 0;
            margin: 0;
            width: calc((100% - 3em) / 3);
        }

        .club_activity_news_box > .box_inner ul li::before{
            content: none;
        }

        .club_activity_news_box > .box_inner ul li a{
            display: flex;
            color: var(--base_color1);
            text-decoration: none;
            flex-direction: column;
            gap: 0.5em;
        }

        .club_activity_news_box > .box_inner ul li a .fig{
            overflow: hidden;
            border-radius: 0.5rem;
            width: 100%;
            aspect-ratio: 4 / 3;
        }

            .club_activity_news_box > .box_inner ul li a .fig img{
                transition: .3s all ease;
                object-fit: cover;
            }

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

        .club_activity_news_box > .box_inner ul li a .text{

        }

            .club_activity_news_box > .box_inner ul li a .text .lbl_club{
                background: var(--base_color2);
                display: inline-block;
                color: #fff;
                font-size: 0.8em;
                border-radius: 0.25rem;
                line-height: 1.4;
                padding: 0 0.5em;
            }

        

            .club_activity_news_box > .box_inner ul li a .text p{
                margin-bottom: 0;
            }

    .club_activity_news_box > .box_footer{
    }

        .more{
            margin-top: 1.5em;
            display: flex;
            justify-content: flex-end;
        }

        .more a{
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--base_color1);
            gap: 0.5em;
            transition: .3s all ease;
        }

            .more a::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;
            }

        .more a:hover{
            color: var(--base_color2);
        }

            .more a:hover::after{
               transform: translateX(0.5rem);
            }

.club_school_selector{
    margin: 5em 0;
}

    .club_school_selector ul{
        display: flex;
        gap: 2em;
        margin-left: 3em;
        margin-right: 3em;
    }

        .club_school_selector ul li{
            margin: 0;
            padding: 0;
            width: calc((100% - 2em) / 2);
        }

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

        .club_school_selector ul li a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            width: 100%;
            height: 3rem;
            font-size: 1.1em;
            border: 1px solid #ccc;
            border-radius: 100vh;
            transition: .3s all ease;
        }

        .club_school_selector ul li.for_hs a{
            border-color: var(--base_color3);
            color: var(--base_color3);
        }

        .club_school_selector ul li.for_hs a:hover{
            background: var(--base_color3);
            color: #fff;
        }

        .club_school_selector ul li.for_jhs a{
            border-color: var(--base_color4);
            color: var(--base_color4);
        }

        .club_school_selector ul li.for_jhs a:hover{
            background: var(--base_color4);
            color: #fff;
        }

.club_activity_movie_box{}

    .club_activity_movie_box > .box_inner{}

        .club_activity_movie_box > .box_inner ul{
            display: flex;
            flex-wrap: wrap;
            gap: 3em 2em;
        }

            .club_activity_movie_box > .box_inner ul li{
                margin: 0;
                padding: 0;
                width: calc((100% - 2em) / 2);
            }

            .club_activity_movie_box > .box_inner ul li::before{
                content: none;
            }

                .club_activity_movie_box > .box_inner ul li .fig{
                    width: 100%;
                    aspect-ratio: 16 / 9;
                }

                    .club_activity_movie_box > .box_inner ul li .fig iframe{
                        width: 100%;
                        height: 100%;
                    }

                .club_activity_movie_box > .box_inner ul li .text{}

                    .club_activity_movie_box > .box_inner ul li .text p{
                        margin: 0;
                        font-weight: 500;
                    }

.geijutsukan_news_box{}

    .geijutsukan_news_box > .box_header{}
/*
        .page_body .geijutsukan_news_box > .box_header .anc_nav ul{
            display: flex;
            justify-content: center;
            margin: 0;
            gap: 1em;
        }

            .page_body .geijutsukan_news_box > .box_header .anc_nav ul li{
                padding: 0;
                margin: 0;
            }

            .page_body .geijutsukan_news_box > .box_header .anc_nav ul li::before{
                content: none;
            }

                .page_body .geijutsukan_news_box > .box_header .anc_nav ul li a{
                    display: inline-block;
                    border: 1px solid var(--base_color2);
                    color: var(--base_color2);
                    text-decoration: none;
                    padding: 0.3em 1em;
                    border-radius: 1rem 0.25rem 0.25rem 0.25rem;
                    transition: .3s all ease;
                }

                .page_body .geijutsukan_news_box > .box_header .anc_nav ul li a:hover{
                    background: var(--base_color2);
                    color: #fff;
                }
*/

    .geijutsukan_news_box > .box_inner{}

        .geijutsukan_news_box > .box_inner ul{
            display: flex;
            flex-wrap: wrap;
            gap: 3em 1.5em;
        }

            .geijutsukan_news_box > .box_inner ul li{
                display: flex;
                flex-direction: column;
                margin: 0;
                padding: 0;
                width: calc((100% - 3em) / 3);                
            }

            .geijutsukan_news_box > .box_inner ul li a{
                display: flex;
                color: var(--base_color1);
                text-decoration: none;
                flex-direction: column;
                align-items: center;
                gap: 0.5em;
            }

            .geijutsukan_news_box > .box_inner ul li::before{
                content: none;
            }

            .geijutsukan_news_box > .box_inner ul li a .fig{
                overflow: hidden;
                width: 75%;
            }

            .geijutsukan_news_box > .box_inner ul li a .fig img{
                transition: .3s all ease;   
            }

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

            .geijutsukan_news_box > .box_inner ul li a p{
                margin: 0;
            }

        .geijutsukan_news_box > .box_inner hr{
            border: none;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

.page_body .anc_nav{
    display: flex;
    justify-content: center;
    gap: 2em;
    margin-top: 2em;
}

    .page_body .anc_nav li{
        padding: 0;
        margin: 0;
    }

        .page_body .anc_nav li::before{
            content: none;
        }

        .page_body .anc_nav li a{
            display: block;
            text-decoration: none;
            font-family: var(--font_family2);
            color: var(--base_color1);
            font-size: 1.1em;
            position: relative;
            font-weight: 500;
        }

        .page_body .anc_nav li a::after{
            font-family: FontAwesome;
            content:"\f0d7";
            display: inline-block;
            font-size: 0.9em;
            width: 1em;
            text-align: center;
            position: absolute;
            bottom: -1.1em;
            left: calc(50% - 0.5em);
            color: var(--base_color2);
            transition: .3s all ease;
        }

        .page_body .anc_nav li a:hover::after{
            transform: translateY(0.1em);
        }

.page_body .club_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    margin: 0 0 2em 0;
}

    .page_body .club_list li{
        box-sizing: border-box;
        width: calc((100% - 2em) / 3);
        /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
        margin: 0;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        padding-left: 1.2em;
    }

        .page_body .club_list li::before{
            top: 1em;
            font-family: FontAwesome;
            content:"\f10c";
            width: auto;
            height: auto;
            background: none;
            font-size: 0.6em;
        }

.club_imgs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

    .club_imgs figure{
        box-sizing: border-box;
        width: calc((100% - 2em) / 3);
        margin: 0;
        padding: 0;
        border-radius: 0.5rem;
        overflow: hidden;
    }

.hashira_wrapper > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    counter-reset: hashira_num 0;
}

    .hashira_wrapper > .wp-block-group__inner-container .hashira{
        box-sizing: border-box;
        width: calc((100% - 1.5em) / 2);
        background: rgba(0,103,176,0.05);
        padding: 1.5em;
        border-radius: 0.5rem;
    }

        .hashira_wrapper > .wp-block-group__inner-container .hashira h4{
            margin: 0 0 0.3em 0;
            padding: 0 0 0 1.3em;
            font-size: 1.25em;
            color: var(--base_color2);
        }

        .hashira_wrapper > .wp-block-group__inner-container .hashira h4::before{
            counter-increment: hashira_num 1;
            content: counter(hashira_num) ".";  
            width: auto;
            height: auto;
            background: none;
            top: 0;
        }

        .hashira_wrapper > .wp-block-group__inner-container .hashira p{
            margin: 0;
            padding: 0;
            line-height: 1.8;
        }

.entry_detail_box{}

    .entry_detail_box > .box_header{
        margin-bottom: 1.5em;
    }

        .entry_detail_box > .box_header h3{
            margin-top: 0;
            font-size: 1.4em;
            font-weight: 600;
            line-height: 1.4;
            position: relative;
            padding: 0.7em 1em 0.4em;
            color: var(--base_color1);
            font-family: var(--font_family2);
        }

            .entry_detail_box > .box_header h3:before{
                content: "";
                display: block;
                width: 0.375rem;
                height: 100%;
                background: var(--base_color3);
                position: absolute;
                top: 0.25em;
                left: 0;
            }

        .entry_detail_box > .box_header .entry_meta{
            display: flex;
            justify-content: flex-end;
            gap: 1em;
            font-size: 0.9em;
        }

        .entry_detail_box > .box_header .entry_category{
            display: flex;
        }

        .entry_detail_box > .box_header .entry_category ul{
            display: flex;
            gap: 0.5em;
            margin: 0;
        }

            .entry_detail_box > .box_header .entry_category ul li{
                margin: 0;
                padding: 0;
            }

            .entry_detail_box > .box_header .entry_category ul li::before{
                content: none;
            }

        .entry_detail_box > .box_header .entry_date{
            line-height: 1.6;
        }

    .entry_detail_box > .box_inner{
        margin-bottom: 3em;
        padding: 0 1em;
    }

    .entry_detail_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .entry_detail_box > .box_footer a{
            display: block;
            color: #222;
            text-decoration: none;
            border-bottom: 1px solid #222;
            font-size: 0.9em;
            font-weight: 500;
            padding: 0.1em 0.5em 0;
            transition: .3s all ease;
        }

        .entry_detail_box > .box_footer a:hover{
            opacity: 0.8;
        }


/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {
    .hashira_wrapper > .wp-block-group__inner-container{
        flex-direction: column;
    }

        .hashira_wrapper > .wp-block-group__inner-container .hashira{
            width: 100%;
        }
}

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

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

    .sister_school_list{
        font-size: 1em;
        flex-direction: column;
    }

        .sister_school_list li{
            width: auto;
        }

    .club_activity_news_box > .box_inner ul li{
        width: calc((100% - 1.5em) / 2);
    }

    .page_body .club_list li{
        width: calc((100% - 1em) / 2);
    }

    .club_activity_movie_box > .box_inner ul{
        flex-direction: column;
        gap: 1.5em;
    }

        .club_activity_movie_box > .box_inner ul li{
            width: 100%;
        }

    .geijutsukan_news_box > .box_inner ul li{
        width: calc((100% - 1.5em) / 2);
    }

    .hashira_wrapper > .wp-block-group__inner-container .hashira{
        padding: 1em 1.5em;
    }

    .hashira_wrapper > .wp-block-group__inner-container .hashira h4{
        font-size: 1.2em;
    }

    .hashira_wrapper > .wp-block-group__inner-container .hashira p{
        line-height: 1.6;
    }

    .club_imgs{
        gap: 0.5em;
    }

        .club_imgs figure{
            width: calc((100% - 1em) / 3);
        }

    .more a::after{
        width: 2rem;
    }


}


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