img {
    pointer-events: none;
    /*===== 画像抜き取り禁止指示==========*/
}

.main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}




/* エリア指定 */
.category-area-01 {
    width: 1300px;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}



/* タイトル部分指定 */
.event-title-1 h2 {
    font-size: 23px;
    line-height: 1.1;
    color: #595757;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #595757;
    border-left: 5px solid #595757;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.event-title-1 {
    position: relative;
}

.pdfbtn {
    position: absolute;
    bottom: 8px;
    right: 0;
}



/* PDFボタン */

.pdf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 27px;
    border-radius: 4px;
    background-color: #a7a5a4;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
}

.pdf-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
}

.pdf-button:hover {
    background-color: #c9caca;
    color: #fff;
}



.unit-1 {
    width: 63.5%;
}


.unit-2 {
    width: 34%;
}

.button {
    position: relative;
}

.button-01 {
    position: absolute;
    top: 12px;
    right: 214px;

}

.button-02 {
    position: absolute;
    top: 12px;
    right: 2px;

}


.button-black {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 24px;
    border-radius: 3px;
    background-color: #898989;
    color: #fff;
    font-size: 14.56px;

}

.button-white {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 24px;
    border-radius: 3px;
    background-color: #f9f8f8;
    border: 0.5px solid #9fa0a0;

    color: #9fa0a0;
    font-size: 14.56px;
}



.photo-01 {
    margin-top: 25px;
    max-width: 100%;
}




/* 1300pxで一括変換 */
@media screen and (max-width: 1300px) {
    img {
        pointer-events: none;
        /*===== 画像抜き取り禁止指示==========*/
    }

    .main {
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }




    /* エリア指定 */
    .category-area-01 {
        width: 100vw;
        max-width: 96%;
        display: flex;
        justify-content: space-between;
        margin-top: 2.308vw;
        margin-left: auto;
        margin-right: auto;
    }



    /* タイトル部分指定 */
    .event-title-1 h2 {
        font-size: 1.769vw;
        line-height: 1.1;
        color: #595757;
        background-color: #ffffff;
        padding-bottom: 0.769vw;
        border-bottom: 1px solid #595757;
        border-left: 5px solid #595757;
        margin-top: 0.769vw;
        padding-top: 0.615vw;
        padding-left: 1.154vw;
        width: 100%;
        margin-bottom: 1.154vw;
    }

    .event-title-1 {
        position: relative;
    }

    .pdfbtn {
        position: absolute;
        bottom: 0.615vw;
        right: 0;
    }



    /* PDFボタン */

    .pdf-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6.923vw;
        height: 2.077vw;
        border-radius: 0.308vw;
        background-color: #a7a5a4;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 1vw;
        position: relative;
    }

    .pdf-button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.769vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.615vw;
        height: 0.615vw;
        border-width: 0.077vw 0.077vw 0 0;
        border-style: solid;
        border-color: #fff;
    }

    .pdf-button:hover {
        background-color: #c9caca;
        color: #fff;
    }



    .unit-1 {
        width: 63.5%;
    }


    .unit-2 {
        width: 34%;
    }

    .button {
        position: relative;
    }

    .button-01 {
        position: absolute;
        top: 0.923vw;
        right: 16.462vw;

    }

    .button-02 {
        position: absolute;
        top: 0.923vw;
        right: 0.154vw;

    }


    .button-black {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15.538vw;
        height: 1.846vw;
        border-radius: 0.231vw;
        background-color: #898989;
        color: #fff;
        font-size: 1.12vw;

    }

    .button-white {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15.538vw;
        height: 1.846vw;
        border-radius: 0.231vw;
        background-color: #f9f8f8;
        border: 0.5px solid #9fa0a0;

        color: #9fa0a0;
        font-size: 1.12vw;
    }



    .photo-01 {
        margin-top: 1.923vw;
        max-width: 100%;
    }

}