@charset "Shift_JIS";

/* **************************************************

Name: timetable.css

Description: physical_ai events timetable CSS

Create: 2026.04.21
Update: 

Copyright 2026 Hitachi, Ltd.

***************************************************** */


/* ==================== */
/* 最終調整 */
/* ==================== */
#main {
    font-family: "Hitachi Sans", "Noto Sans JP", "Yu Gothic UI", "Noto Sans", sans-serif !important;
}

/* 表のボーダー色 */
/*
#main .timetable > .timetable__row:first-child :is(.timetable__time-cell, .timetable__full-cell) {
    border-top: 1px solid var(--color-black);
}

#main .timetable .timetable__time-cell {
    border-left: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
}

#main .timetable .timetable__header-cell {
    border-bottom: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
}

#main .timetable .timetable__full-cell {
    border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 60em), print {
    #main .timetable .timetable__full-cell {
        border-right: 1px solid var(--color-black);
    }
}

.timetable[data-astro-cid-3yatxcau] .timetable__session-cell {
    border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 60em), print {
    .timetable[data-astro-cid-3yatxcau] .timetable__session-cell {
        border-right: 1px solid var(--color-black);
    }
}
*/


#main .profile-card__post {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

#main .profile-card__top {
    justify-content: center;
    height: 100%;
}

#main .profile-card__name {
    font-weight: 600;
}

@media screen and (min-width: 60em), print {
    #main .timetable-gs__sub-label {
        margin-bottom: 1.5rem;
    }

    #main .timetable-gs__sub-header .timetable-gs__sub-label {
        margin-bottom: 0;
    }
}

#main .entry {
    margin-bottom: 2rem;
}

@media screen and (max-width: 59.99em) {
    #main .timetable .timetable__tab {
        flex-wrap: wrap;
        align-content: center;
        background-color: #737373;
/*        border-right: 1px solid var(--color-black);
        border-bottom: 1px solid var(--color-black);*/
    }

    #main .timetable[data-active-track="0"] .timetable__tab[data-track="0"],
    #main .timetable[data-active-track="1"] .timetable__tab[data-track="1"],
    #main .timetable[data-active-track="2"] .timetable__tab[data-track="2"] {
        background-color: #c00;
    }

    #main .timetable .timetable__tab .timetable__tab__sub {
        display: block;
        width: 100%;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 59.99em) {
    #main .timetable__top-button {
        margin: 3rem auto 0;
    }
}

#main .modal-speaker-card__name {
    font-weight: 600;
}

#main .modal-speaker-card__post {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

#main .modal-speaker-card__header {
    justify-content: center;
    height: 100%;
}

@media screen and (min-width: 60em), print {
    #main .modal-speaker-card__info {
        justify-content: center;
        height: 100%;
        box-sizing: border-box;
    }
}

sup {
    font-size: 75%;
}

/* 参加申し込み */
.entry__buttons > .entry__button + .entry__button {
    margin-top: .5rem;
}

#main .entry__button {
    border-radius: 100vh;
}

@media screen and (max-width: 59.99em) {
    #main .entry__inner {
        align-items: normal;
    }
}

/* ==================== */
/* フローティングバナー */
/* ==================== */
.float-banner {
    position: fixed;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,filter 0.3s ease-in-out
}

@media (hover: hover) {
    .float-banner:where(:-moz-any-link,:enabled,summary):hover {
        filter:brightness(1.15)
    }

    .float-banner:where(:any-link,:enabled,summary):hover {
        filter: brightness(1.15)
    }
}

@media screen and (min-width: 60em),print {
    .float-banner {
        right:0;
        bottom: 2rem;
        width: 23.125rem;
        height: 7.1875rem;
        border-radius: 0.5rem 0 0 0.5rem
    }
}

@media screen and (max-width: 59.99em) {
    .float-banner {
        right:1rem;
        bottom: 3.125rem;
        left: 1rem
    }
}

.float-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.float-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

@media screen and (min-width: 60em),print {
    .float-banner__bg {
        border-radius:0.5rem 0 0 0.5rem
    }
}

.float-banner__inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 60em),print {
    .float-banner__inner {
        padding:1.5rem 1.5625rem 1.5rem 1.5rem
    }
}

@media screen and (max-width: 59.99em) {
    .float-banner__inner {
        padding:1.5rem
    }
}

.float-banner__text {
    flex: 1;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center
}

.float-banner__icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem
}



/* ==================== */
/* General Session */
/* ==================== */
.timetable-gs__heading-s {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
}

/* 3カラム */
@media screen and (min-width: 67.5em), print {
    .timetable-gs__profiles.column3 .profile-card {
        width: calc((100% - 1.5rem * 2) / 3);
    }

    .timetable-gs__profiles.column3 .profile-card__top {
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .timetable-gs__profiles.column3 .profile-card__top .profile-card__image {
        margin: 0 auto;
        height: auto;
    }

    .timetable-gs__profiles.column3 .profile-card__top .profile-card__info {
        width: 100%;
        flex: auto;
        padding-top: 0;
        text-align: center;
    }
}

/* 4カラム */
@media screen and (min-width: 67.5em), print {
    .timetable-gs__profiles.column4 .profile-card {
        width: calc((100% - 1.5rem * 3) / 4);
    }

    .timetable-gs__profiles.column4 .profile-card__top {
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .timetable-gs__profiles.column4 .profile-card__top .profile-card__image {
        margin: 0 auto;
        height: auto;
    }

    .timetable-gs__profiles.column4 .profile-card__top .profile-card__info {
        width: 100%;
        flex: auto;
        padding-top: 0;
    }

    .timetable-gs__profiles.column4 .profile-card__top .profile-card__info .profile-card__affiliation {
        font-size: .875rem;
    }

    #main .timetable-gs__profiles.column4 .profile-card__top .profile-card__info .profile-card__post {
        font-size: .75rem;
    }

    .timetable-gs__profiles.column4 .profile-card__top .profile-card__info .profile-card__name {
        font-size: 1.125rem;
    }
}

/* ==================== */
/* セッション */
/* ==================== */
#main .timetable-session__title {
    font-weight: 600;
}