.sp-br {
    display: none;
}

.new-item {
    font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
    display: flex;
    justify-content: space-between;
    color: #000;
    padding-top: 10px;

}

.new-item__left {
    width: 34%;

}

.new-item__title {
    font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
    color: #aa7350;
    font-size: 48px;
    border-bottom: 2px dotted #cccccc;
    padding-bottom: 10px;

}

.new-item__title-small {
    font-size: 32px;
}

.new-item__dates {
    border-bottom: 2px dotted #cccccc;
    padding-bottom: 15px;

}

.new-item__dates-date {
    font-size: 32px;
    color: #000;

}

.new-item__dates-time {
    font-size: 18px;

}

.new-item__texts {
    padding: 15px 0;
    border-bottom: 2px dotted #cccccc;
    font-size: 21px;

}

.new-item__texts-title {
    font-weight: bold;
}

.new-item__pamphlet {
    padding: 15px 0;

}

.new-item__pamphlet-text {
    font-size: 18px;

}

.new-item__pamphlet-link {
    font-size: 18px;
    border-bottom: 1px solid #000;

}

.new-item__pamphlet-img {
    margin-top: 10px;
    width: 270px;

}

.new-item__right {
    width: 62%;

}

.new-item__right-link {}

.new-item__right-img {}

@media only screen and (max-width: 767px) {
    .sp-br {
        display: block;
    }

    .new-item {
        flex-direction: column-reverse;
        padding: 15px 10px;
    }

    .new-item__left {
        width: 100%;

    }

    .new-item__title {
        font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
        color: #aa7350;
        font-size: 28px;
        padding: 0 10px;
        border-bottom: 2px dotted #cccccc;
        line-height: 1.5;

    }

    .new-item__title-small {
        font-size: 21px;
    }

    .new-item__dates {
        border-bottom: 2px dotted #cccccc;
        padding-bottom: 15px;

    }

    .new-item__dates-date {
        font-size: 32px;
        color: #000;

    }

    .new-item__dates-time {
        font-size: 18px;

    }

    .new-item__texts {
        padding: 15px 0;
        border-bottom: 2px dotted #cccccc;
        font-size: 21px;

    }

    .new-item__pamphlet {
        padding: 15px 0;

    }

    .new-item__pamphlet-text {
        font-size: 18px;

    }

    .new-item__pamphlet-link {
        font-size: 18px;


    }

    .new-item__pamphlet-img {
        margin-top: 10px;
        width: 100%;

    }

    .new-item__right {
        width: 100%;

    }

    .new-item__right-link {}

    .new-item__right-img {}


}

.img-hover :hover {
    opacity: .7;
}

.past-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
    gap: 20px;
}


.past-event__link {
    font-size: 22.4px;
    width: 18%;
    text-align: center;
    border-bottom: 1px solid #999;
    padding: 5px 0;
}

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

    .past-event {
        flex-direction: column;
        gap: 10px;
    }

    .past-event__link {
        width: 100%;
    }

}

/* event */
.event {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.section__head {
    margin-bottom: 30px;
    font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.event-head {
    margin-bottom: 0;
}

.section__title {
    font-size: 32px;
    font-weight: bold;

    color: #000;
    border-bottom: 1px solid #000;
}

.event__items {
    display: flex;
    flex-direction: column;
}

.event__item {}

.event-item {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #000;

}


.event-item:last-child {
    border-bottom: 1px solid #000;
}

.event-item__left {
    width: 50%;
}

.event-item__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #ab7350;
    line-height: 1;

}

.event-item__title-main {
    font-size: 32px;
    font-weight: bold;
}

.event-item__title-sub {
    font-size: 32px;
    font-weight: bold;
}

.event-item__texts {
    margin-top: 30px;
}

.event-item__date {
    font-size: 28px;
    font-weight: bold;
}

.event-item__time {
    font-size: 21px;
    font-weight: bold;
}

.event-item__right {
    width: 50%;
}

.event-item__image {
    transition: all .3s;
}

.event-item__image:hover {
    opacity: .7;
    cursor: pointer;
}

.event__image-link {}

.event-image {}

.modal__content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .9);
    opacity: 1;
    display: none;

}



.modal__image {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__close {
    margin-top: 30px;
    text-align: center;
}

.close-button {
    display: block;
    width: 150px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;

}

.pc-hidden {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-hidden {
        display: block;
    }

    .event {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .event-item {
        flex-direction: column-reverse;
    }

    .event-item__left {
        width: 100%;
    }

    .event-item__right {
        width: 100%;
    }

    .section__head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .event-item__title {
        margin-top: 10px;

    }

    .event-item__title-main {
        font-size: 21px;
    }

    .event-item__title-sub {
        font-size: 18px;
    }

    .event-item__texts {
        margin-top: 10px;
    }
}

.old-event__wrapper {
    display: flex;
}

.old-event {
    font-family: YuMincho, Yu Mincho, '游明朝', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.old-event__items {}

.old-event__item {
    border-bottom: 1px solid #333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.old-event-item {}

.old-event-item__date {
    font-size: 22px;
    font-weight: bold;
}

.old-event-item__title {
    font-size: 30px;
    color: #aa7350;
}

.old-event-item__image {
    margin-top: 20px;
    width: 70%;

}

.old-event-item-image {}

.syoka-title {
    color: #000;

}

.syoka-title__bangaihen {
    font-size: 26px;
}

.syoka-title__main {
    font-size: 57px;
    color: #ab7350;
    font-weight: bold;
}

.syoka-title__sub {
    font-size: 35px;
    color: #ab7350;
    font-weight: bold;
}

.syoka-title__end {
    font-size: 35px;
    color: rgb(150, 24, 10);
    font-weight: bold;
    margin-left: 10px;

}