@charset "utf-8";

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

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

/* カテゴリータイトル */

.category-title {
    width: 1300px;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.top-title h1 {
    font-size: 27px;
    padding-left: 47px;
    padding-top: 10px;
}

.top-title {
    width: 500px;
    border-bottom: 1px solid #333;
    position: relative;
}

.no img {
    width: 39px;
    position: absolute;
    top: 0;
    left: 0;
}


/* メニューチェンジ */
.menu-change {
    width: 580px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    border-bottom: 0.5px solid #333;
}

.menu-change img {
    width: 85px;
    margin-right: 10px;
}

/* カテゴリータイトルここまで */


/* イベントエリアここから */



/* 本文指定 */
.event-area p {
    font-size: 14px;
    color: #222222;
    line-height: 1.5;
}

/* エリア指定 */
.category-area-01,
.category-area-02,
.category-area-03 {
    width: 1300px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.category-area-01 {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 30px;
    position: relative;
}

.unit-1 {
    width: 48%;
}

.photo-01 {
    margin-top: 15px;
    max-width: 100%;
    position: relative;

}

.materials-1 {
    position: absolute;
    bottom: 102px;
    left: 440px;
}



/* ボタン */

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

.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: #555555;
}

.button:hover {
    background-color: #bed6e3;
    color: #333333;
}

.pdfbtn {
    position: absolute;
    bottom: -10px;
    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;
}












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

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

    /* カテゴリータイトル */

    .category-title {
        width: 100vw;
        max-width: 96%;
        display: flex;
        justify-content: space-between;
        margin-top: 2.308vw;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-title h1 {
        font-size: 2.077vw;
        padding-left: 3.615vw;
        padding-top: 0.769vw;
    }

    .top-title {
        width: 38.462vw;
        border-bottom: 1px solid #333;
        position: relative;
    }

    .no img {
        width: 3vw;
        position: absolute;
        top: 0;
        left: 0;
    }


    /* メニューチェンジ */
    .menu-change {
        width: 44.615vw;
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        border-bottom: 0.5px solid #333;
    }

    .menu-change img {
        width: 6.538vw;
        margin-right: 0.769vw;
    }

    /* カテゴリータイトルここまで */


    /* イベントエリアここから */



    /* 本文指定 */
    .event-area p {
        font-size: 1.077vw;
        color: #222222;
        line-height: 1.5;
    }

    /* エリア指定 */
    .category-area-01,
    .category-area-02,
    .category-area-03 {
        width: 100vw;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .category-area-01 {
        display: flex;
        justify-content: space-between;
        margin-top: 0.615vw;
        margin-bottom: 2.308vw;
        position: relative;
    }

    .unit-1 {
        width: 48%;
    }

    .photo-01 {
        margin-top: 1.154vw;
        max-width: 100%;
        position: relative;

    }


    .materials-1 {
        position: absolute;
        bottom: 7.846vw;
        left: 33.846vw;
    }



    /* ボタン */

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

    .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: #555555;
    }

    .button:hover {
        background-color: #bed6e3;
        color: #333333;
    }

    .pdfbtn {
        position: absolute;
        bottom: -0.769vw;
        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;
    }

}