@charset "UTF-8";

/* nomal */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Rg.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Rg.woff2') format('woff2');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

/* bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Bd.woff2') format('woff2');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}

/* EX bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Eb.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

.c-contents-links {
    justify-content: flex-start;
    gap: 1%;
}

.c-contents-links__item{
    width: 32%;
}

.c-side-navi__item__link.is-current {
    display: block;
}


.event-list {
    font-family: 'LINESeedJP', sans-serif !important;
}

.event-list__item {
    display: block;
    width: 100%;
    margin-right: 0;
}

.event-card {
    border-bottom: 1px solid #e8e8e8;
    box-shadow: unset;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
}

.event-list .event-list__item:last-of-type .event-card{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.event-card .text_box {
    width: calc(100% - 200px);
}


.event-card .is-event_image img {
    max-width: 170px;
    border: 1px solid #e8e8e8;
}

.event-card__map-info {
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.event-card__map-info__item {
    background-color: unset;
    padding: 0;
    font-size: 1rem;
}

.event-card__map-info__item.is-day{
    width: 65px;
}

.event-card__map-info__item.is-time{
    text-indent: -.7rem;
    padding-left: 1.3rem;
    /* margin-left: 0px; */
    line-height: 1.4;
    flex: 1;
}

.en span.event-card__map-info__item.is-booth{
    width: 110px;
}


.event-card__company {
    font-size: 1rem;
    background: unset;
    padding: unset;
    text-decoration: unset;
    margin-bottom: 20px;
    /* ↓会期中↓ */
    /* pointer-events: all !important; */
}

.event-card i {
    margin-right: 5px;
}

span.event-card__map-info__item.is-booth {
    padding: 5px 10px;
    background-color: #eaeaea;
    margin-left: 10px;
    font-size: .9rem;
    width: 137px;
    margin-right: 0;
    margin-left: auto;
}

a.event-card__link{
    margin-bottom: 0;
    /* ↓会期中↓ */
    /* pointer-events: all !important; */
}

.event-list__item:nth-child(n + 3){
    margin-top: 0;
}

.c-contents-links__item:nth-child(n + 3){
    margin-top: 0;
}


@media screen and (max-width: 600px) {
    .event-card {
        display: block;
    }

    .event-card .text_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .is-event_image {
        width: 100%;
        margin: auto;
        text-align: center;
        max-width: 320px;
    }

    .event-card .is-event_image img {
        max-width: 300px;
    }

    a.event-card__link {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 480px) {

}




/* ボーダー打ち消し */
.event-card__schedule{
    border-top:none;
    margin-top: 5px;
}