


.content-body {
    margin-bottom: 5em;
}

.ribbonBox {
    width: 100%;
}

.ribbonBox ul {
    width: 60%;
    display: flex;
    flex-direction: row;
    gap: 10%;
}

/* .ribbonBox li:hover {
    filter: brightness(1.3) contrast(1.6)
} */

.titleBox {
    width: 100%;
}

.eventTitleBox {
    width: 100%;
    font-size: clamp(1.25rem, 0.848rem + 1.786vw, 2.188rem); /* 20px～35px（360px～1200px）*/
    margin: 2em auto 1.5em;
    line-height: 1.4;
    text-align: center;
}

.eventWrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 5%;
}

.logoBox {
    width: 30%;
}




.tBox {
    width: 100%;
    margin-top: 3em;
}

.textArea {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem);
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
}



.textArea p {
    /* font-family: Noto Sans JP;
    font-weight: 300;
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem); */
    line-height: 1.7;
    color: #3b3b3b;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

.textArea ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #3b3b3b;
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem);
    line-height: 1.7;
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
    list-style-type: none;
}

.textArea li {
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem);
    color: #3b3b3b;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}

.textArea li.ex {
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem);
    color: #3b3b3b;
    line-height: 1.6;
    margin-bottom: 1em;
    text-indent: -1em;
    padding-left: 1em;
}

.textArea p.cautionB {
    font-size: clamp(0.75rem, 0.4464rem + 0.5714vw, 0.875rem);
    /* 12-14 / 850-1200 */
    color: #3b3b3b;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}

.textArea p.cautionC {
    font-size: clamp(0.75rem, 0.4464rem + 0.5714vw, 0.875rem);
    /* 12-14 / 850-1200 */
    color: #3b3b3b;
    line-height: 1.5;
    list-style-type: none;
    line-height: 1.47;
    padding-left: 2em;
    text-indent: -1em;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.item {
    display: block;
}

/* 初期状態で全て表示 */
.listWrap.item.hidden {
    display: none !important;
}

/* フィルタ適用時に非表示 */
button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.reset {
    border: 1px solid #4a4a4a;
    padding: 10px 15px;
    color: #4a4a4a;
}

.button {
    opacity: 1;
    transition: opacity 0.3s;
}

.button.inactive {
    opacity: 0.3;
}

.sorttext {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #4c4c4c;
    font-size: 13px;
}

.markBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
    justify-content: space-between;
}

.mark_Box {
    display: flex;
    flex-direction: column;
    width: 23%;
}

.mark__Box {
    margin-bottom: 15px;
    cursor: pointer;

}

.mark_txt {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.4;
}


/* itemList */


/* .listWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
}


.listWrap .itemBox {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2em;
    border: 1px solid #3ebfd5;
} */

.listWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    gap: 0 2%;
    width: 100%;
    margin: 0 auto;
}

.listWrap .itemBox {
    width: 100%;
    margin: 0 0 2em 0;
    border: 1px solid #3ebfd5;
}


.listWrap .inWrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.listWrap .inWrap .inBox {
    padding: 4% 4% 4% 4%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.listWrap .inWrap .inBox a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.listWrap .itemTxt {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.6;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 15px;
}

.listWrap .itemImage {
    margin-top: auto;
    text-align: center;
}

.itemTxt {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.6;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    text-align: left;
}

.listWrap .mark {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #effafb;
    border-top: 1px solid #3ebfd5;
    padding: 6% 4% 6% 4%;
    /* margin-bottom: 10px; */
}

.listWrap .mark img {
    width: 45%;
    margin-right: 15px;
    margin-bottom: 10px;
}

.listWrap .mark img:nth-child(2n) {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 10px;
}

.listWrap .mark img:nth-child(3n) {
    margin-bottom: 0;
}

.listWrap .mark img:nth-child(4n) {
    margin-bottom: 0;
}

.listWrap .mark .gray {
    /* opacity: 0.15; */
    opacity: 0.08;
}

.listWrap .itemTxt {
    font-size: clamp(0.875rem, 0.848rem + 0.119vw, 0.938rem);
    color: #3b3b3b;
    line-height: 1.6;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    text-align: left;
}

.ghost {
    display: flex;
    flex-direction: column;
    width: 36%;
    margin: 0 auto 2em;
    padding: 4% 4% 8% 4%;
    /* border: 1px solid black; */
}

.mark__Box.button {
    cursor: pointer;
}

@media (max-width:980px) {
    .sectionWrap {
        width: 90%;
    }
}


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

    .itemBox {
        display: flex;
        flex-direction: column;
        width: 40%;
        margin: 2em auto;
        padding: 0;
    }

    .itemTxt {
        font-size: 14px;
        color: #3b3b3b;
        line-height: 1.8;
        letter-spacing: 0.1px;
        word-wrap: break-word;
    }

    .listWrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .listWrap .itemBox {
        display: flex;
        flex-direction: column;
        /* width: 92%; */
        width: 100%;
        /* margin: 0 auto 2em; */
        /* margin: 0 auto 1em; */
        /* margin: 2em auto; */
        /* padding: 4% 4% 8% 4%; */
        /* padding: 4% 4% 0 4%; */
        padding: 0;
        /* border: 1px solid black; */
    }


    .sub-title {
        width: 85%;
        font-family: trajan-pro-3, serif;
        font-size: calc(100vw * 60 / 850);
        text-align: center;
        margin: 2em auto;
    }

    .sorttext {
        width: 100%;
        text-align: center;
        margin: 50px auto 0;
        color: #4c4c4c;
        font-size: 13px;
    }

    .markBox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: 30px auto 0;
        justify-content: space-between;
    }

    .mark_Box {
        display: flex;
        flex-direction: column;
        width: 45%;
        margin-bottom: 50px;
    }

    .mark__Box {
        margin-bottom: 10px;

    }

    .mark_txt {
        font-size: 12px;
        color: #4c4c4c;
        line-height: 1.4;
    }


    .listWrap .mark img {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .listWrap .mark img:nth-child(2n) {
        width: 40%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .listWrap .mark img:nth-child(3n) {
        margin-bottom: 0;
    }

    .listWrap .mark img:nth-child(4n) {
        margin-bottom: 0;
    }

    .listWrap .mark .gray {
        opacity: 0.05;
    }

    .listWrap .itemTxt {
        /* font-family: Noto Sans JP;
        font-weight: 300; */
        /* font-size: 16px; */
        /* font-size: 14px; */
        color: #3b3b3b;
        line-height: 1.4;
        letter-spacing: 0.1px;
        word-wrap: break-word;
    }

}





.event-Wrap {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding-top: 1em;
}

.event-Wrap .date {
    color: #3ebfd5;
    font-size: clamp(1.25rem, 1.089rem + 0.714vw, 1.625rem);
}

.event-Wrap .eventTitle {
    display: flex;
    flex-direction: column;
    font-variation-settings: "wght" 600;
    margin-top: 1em;
}

.eventTitle .title-a {
    font-size: clamp(0.813rem, 0.732rem + 0.357vw, 1rem);
}

.eventTitle .title-b {
    font-variation-settings: "wght" 600;
    font-size: clamp(1.438rem, 1.089rem + 1.548vw, 2.25rem);
    color: #5f5045;
    margin-top: 5px;
}

.event-Wrap .eventTitle span {
    font-variation-settings: "wght" 400;
    font-size: 18px;
    color: #5f5045;
}

.txtWrap {
    width: 100%;
    margin-top: 3em;
    color: #5f5045;
}

p.detail {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: "wght" 350;
    font-size: clamp(0.875rem, 0.821rem + 0.238vw, 1rem);
    /* 15-19 / 851-2300 */
    font-feature-settings: palt;
    -webkit-font-feature-settings: "palt";
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-justify: inter-ideograph;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

p.caution {
    width: 93%;
    margin: 5px 0;
    padding: 0;
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: "wght" 350;
    font-size: clamp(0.75rem, 0.696rem + 0.238vw, 0.875rem);
    color: #5f5045;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}

p.detail span {
    font-variation-settings: "wght" 500;
}

li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: "wght" 350;
    font-size: clamp(0.813rem, 0.702rem + 0.21vw, 1rem);
    /* 13-16 / 851-2300 */
    color: #5f5045;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}

.content-body a:link {
    background-color: transparent;
    color: #5f5045;
    text-decoration: underline;
}

.content-body a:visited {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

.content-body a:active {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

.content-body a:hover {
    background-color: transparent;
    color: #5f5045;
    text-decoration: none;
}

@media (max-width:850px) {

    .sectionWrap {
        width: 90%;
        margin: 0 auto;
    }

    .ribbonBox ul {
        width: 100%;
    }

    .eventTitleBox {
        margin: 2em auto;
    }

    .eventWrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logoBox {
        width: 90%;
    }

    .event-Wrap {
        width: 100%;
        padding-top: 3em;
    }

    p.detail {}

    p.caution {}

    .ribbonBox ul {
        justify-content: center;
    }

    li {
        width: 30%;
    }
}

@media (max-width:500px) {
    p.detail {
        line-height: 1.6;
    }

    p.caution {
        line-height: 1.6;
    }

    li {
        width: 45%;
    }

}