@charset "utf-8";

/*--京activities.css--*/
/* ##########PC########## */
.activities_photo_list_box {}

.activities_photo_list_box>.box_header {
    margin-bottom: 2em;
}

.activities_photo_list_box>.box_header p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activities_photo_list_box>.box_header p .lbl1 {
    font-size: 1.1em;
}

.activities_photo_list_box>.box_header p .lbl2 {
    margin-top: 0.5em;
    font-size: 0.9em;
}

.activities_photo_list_box>.box_inner {}

.activities_photo_list_box>.box_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 3rem;
}

.activities_photo_list_box>.box_inner ul li {
    box-sizing: border-box;
    width: calc((100% - 3rem) / 2);
    margin: 0;
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #888;
}

.activities_photo_list_box>.box_inner ul li::before {
    content: none;
}

.activities_photo_list_box>.box_inner ul li .fig {
    background: #f8f5ee;
    margin-bottom: 1em;
    padding: 1rem;
}

.activities_photo_list_box>.box_inner ul li p {
    margin: 0;
    line-height: 1.6;
    padding: 0 1em;
}

/* 20260323追加 */
.activities_photo_list_box > .box_inner ul li.vertical .fig {
    text-align: center;
    margin: 0 auto 1em;
}

.box_past {
    margin-top: 4em;
}

.box_past .past a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2b3f58;
    height: 3.75rem;
    border-radius: 1.875rem;
    padding: 0 4em;
    color: #2b3f58;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2em;
    transition: .4s all ease;
    width: fit-content;
    margin: 0 auto;
}

.box_past .past a:hover {
    background: #2b3f58;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.box_past .past a::after:hover {
}


@media screen and (min-width:1px) and (max-width:1400px) {}

@media screen and (min-width:1px) and (max-width:1200px) {}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .activities_photo_list_box>.box_header p .lbl1 {
        font-size: 1em;
        text-align: center;
    }

    .activities_photo_list_box>.box_inner ul {
        flex-direction: column;
        gap: 0;
    }

    .activities_photo_list_box>.box_inner ul li {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .activities_photo_list_box>.box_inner ul li .fig {
        padding: 0.5rem;
        margin-bottom: 0.75em;
    }

    .activities_photo_list_box>.box_inner ul li p {
        padding: 0 0.5em;
        line-height: 1.4;
    }

    .box_past {
    margin-top: 1em;
}
}


/* ##########印刷用########## */
@media print {}