.page-id-920 {
    background     : url("../img/marche2025/background.png") no-repeat #f8f1e7;
    background-size: cover;
}

#page_marche2025 #container {
    width: 1080px;
}

.c-mv2 {
    position: relative;
    padding : 52px 0 35px;
}

.c-mv2::before {
    position  : absolute;
    content   : "";
    background: url("../img/marche2025/icon_mv.png") repeat;
    width     : 100%;
    height    : 17px;
    top       : 0;
    left      : 0;
}

.c-mv2__content {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.category__tab {
    padding: 0 30px;
    display: flex;
    gap    : 15px;
}

.category__tab .category__tabItem {
    position      : relative;
    background    : #d2ba98;
    color         : #fff;
    width         : calc(100% / 5);
    padding       : 25px 5px 15px;
    display       : block;
    text-align    : center;
    font-size     : 18px;
    letter-spacing: -.04em;

}

.category__tab .category__tabItem::before {
    position  : absolute;
    content   : "";
    width     : 100%;
    height    : 11px;
    background: url("../img/marche2025/icon_dotted.png") repeat;
    top       : 0;
    left      : 0;
}

.title01 {
    width          : 361px;
    height         : 45px;
    background     : url("../img/marche2025/bg_tittle.png");
    background-size: cover;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin         : 100px auto 0;
}

.title01 h2 {
    font-size: 24px;
    color    : #fff;
}

.desc__box {
    max-width  : 725px;
    width      : 100%;
    margin     : 30px auto 0;
    line-height: 1.3;
}

.btn__more {
    width : fit-content;
    margin: 30px auto 0;
}

.btn__more a {
    display        : flex;
    width          : 255px;
    height         : 45px;
    align-items    : center;
    justify-content: center;
    background     : #645644;
    border-radius  : 23px;
}

.btn__more a span {
    color: #fff;
}

.img__box {
    max-width: 390px;
    width    : 100%;
    margin   : 30px auto 0;
}

.img__box img {
    width     : 100%;
    object-fit: cover;
}

.workshop__list {
    position  : relative;
    display   : flex;
    gap       : 10px;
    margin-top: 20px;
    padding   : 65px 30px 0;
}

.workshop__list::before {
    position       : absolute;
    content        : "";
    background     : url("../img/marche2025/bg_pins.png") no-repeat;
    background-size: cover;
    width          : 100%;
    height         : 101px;
    top            : 0;
    left           : 0;
    z-index        : -1;
}

.workshop__item {
    position      : relative;
    width         : calc(100% / 4);
    border-radius : 10px;
    padding       : 10px;
    background    : #fff;
    display       : flex;
    flex-direction: column;
}

.workshop__item::before {
    position : absolute;
    content  : "";
    width    : 67px;
    height   : 67px;
    top      : -34px;
    left     : 50%;
    transform: translateX(-50%);
}

.workshop__item:nth-child(odd)::before {
    background     : url("../img/marche2025/icon_stapler01.png") no-repeat;
    background-size: cover;
}

.workshop__item:nth-child(even)::before {
    background     : url("../img/marche2025/icon_stapler02.png") no-repeat;
    background-size: cover;
}

.workshop__item:nth-child(4)::before {
    transform: translateX(-50%) rotate(15deg);
}

.workshop__img img {
    aspect-ratio: 4 / 3;
    width       : 100%;
    height      : 100%;
    object-fit  : cover;
}

.workshop__name {
    margin-top : 10px;
    font-size  : 18px;
    color      : #645644;
    display    : flex;
    line-height: 1.3;
}

.workshop__name span {
    margin-right: 2px;
}

.workshop__desc {
    margin-top: 10px;
    padding   : 0 5px;
}

.info__box {
    max-width: 725px;
    width    : 100%;
    margin   : 30px auto 0;
}

.info__title {
    min-width     : 355px;
    width         : fit-content;
    padding-bottom: 7px;
    display       : flex;
    align-items   : center;
    border-bottom : 2px dotted #d2ba98;
}

.info__title+.info__title {
    margin-top: 10px;
}

.info__title h4 {
    display    : block;
    min-width  : 65px;
    font-size  : 18px;
    font-weight: bold;
}

.info__title p {
    margin-left: 20px;
}

.info__title::before {
    content     : "●";
    margin-right: 8px;
    color       : #554e46;
}

.info__box ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
    margin-top: 20px;
}

.info__box ul li {
    margin-bottom: 8px;
}

.schedule li {
    display     : inline-block;
    width       : 30%;
    margin-right: 2%;
}

.schedule li:last-child {
    margin-right: 0;
}

.sponsor-box {
    background   : #fff;
    border-radius: 30px;
    padding      : 50px 60px;
    max-width    : 725px;
    width        : 100%;
    margin       : 100px auto 0;
    box-shadow   : 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sponsor-title {
    font-weight  : bold;
    font-size    : 18px;
    display      : flex;
    align-items  : center;
    margin-bottom: 20px;
}

.sponsor-title img {
    height: 28px;
    margin: 0 8px;
}

.sponsor-section {
    margin-bottom: 20px;
}

.sponsor-section h3 {
    font-size  : 16px;
    font-weight: 400;
    margin-top : 10px;
}

.sponsor-section p {
    margin-top: 10px;
    font-size : 15px;
    color     : #333;
}


@media screen and (max-width: 900px) {
    .page-id-920 {
        background-size: contain;
    }

    #page_marche2025 #container {
        width: 100%;
    }

    .c-mv2::before {
        height: 10px;
    }

    .c-mv2__content img {
        width: 85%;
    }

    .category__tab {
        padding        : 0 10px;
        flex-wrap      : wrap;
        justify-content: center;
    }

    .category__tab .category__tabItem {
        font-size: 15px;
        width    : calc(100% / 4);
    }

    .title01 {
        width          : fit-content;
        background-size: contain;
        height         : 32px;
        padding        : 0 20px;
        margin-top     : 50px;
    }

    .title01 h2 {
        font-size: 18px;
    }

    .marche2025__content {
        padding: 0 10px;
    }

    .workshop__list {
        padding       : 0;
        margin-top    : 50px;
        flex-direction: column;
        gap           : 30px;

    }

    .workshop__list::before {
        content: none;
    }

    .workshop__item {
        width: 94%;
    }

    .workshop__item::before {
        content: none;
    }

    .info__title h4 {
        font-size: 16px;
        min-width: 50px;
    }

    .sponsor-box {
        padding   : 0;
        margin-top: 50px;
    }

    .sponsor-title {
        padding  : 20px 20px 0;
        font-size: 16px;
    }

    .sponsor-title img {
        width: 30px;
    }

    .sponsor-section {
        padding      : 10px 20px;
        margin-bottom: 0;
    }

    .info__box ul {
        display  : flex;
        flex-wrap: wrap;
    }

    .schedule li {
        width         : 46%;
        display       : flex;
        flex-direction: column;
    }

    .info__box ul li span{
        padding-left: 17px;
        margin-top: 5px;
    }
}