@charset "utf-8";

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

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



.category-title {
    display: flex;
    justify-content: space-between;
}

.top-title h1 {
    font-size: 27px;
    color: #009242;
    width: 1000px;
    margin-left: 30px;
    margin-top: 35px;
    padding-bottom: 9px;
    border-bottom: 1px solid #333;
}


/* インデックスへボタン */


.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 131px;
    height: 33px;
    border-radius: 4px;
    background-color: #c9bc9c;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
    margin-top: 40px;
    margin-right: 30px;
}

.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;
}

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


.category-area-01 {
    width: 1300px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

h2 {
    background-color: #eeebe9;
    padding: 8px 0 8px 20px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.item01 {
    width: 100%;
}

.item02 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.item02-2 {
    width: 48%;
}



.item_a {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;

}

.item_a img {
    width: 285px;
}

.zumen {
    position: relative;
}

.zumenbtn {
    position: absolute;
    bottom: -30px;
    right: 0;
}

/* 図面ボタン */
.zumenbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 27px;
    border-radius: 4px;
    background-color: #f5f3f2;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    position: relative;
}

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

.zumenbutton:hover {
    background-color: #bed6e3;
}







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

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



    .category-title {
        display: flex;
        justify-content: space-between;
    }

    .top-title h1 {
        font-size: 2.077vw;
        color: #009242;
        width: 76.923vw;
        margin-left: 2.308vw;
        margin-top: 2.692vw;
        padding-bottom: 0.692vw;
        border-bottom: 1px solid #333;
    }


    /* インデックスへボタン */


    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10.077vw;
        height: 2.538vw;
        border-radius: 0.308vw;
        background-color: #c9bc9c;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 1vw;
        position: relative;
        margin-top: 3.077vw;
        margin-right: 2.308vw;
    }

    .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;
    }

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


    .category-area-01 {
        width: 100vw;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.077vw;
    }

    h2 {
        background-color: #eeebe9;
        padding: 0.615vw 0 0.615vw 1.538vw;
        font-size: 1.538vw;
        color: #333;
        font-weight: 500;
    }

    .item01 {
        width: 100%;
    }

    .item02 {
        display: flex;
        justify-content: space-between;
        margin-top: 4.615vw;
    }

    .item02-2 {
        width: 48%;
    }



    .item_a {
        margin-top: 1.308vw;
        display: flex;
        justify-content: space-between;

    }

    .item_a img {
        width: 21.923vw;
    }

    .zumen {
        position: relative;
    }

    .zumenbtn {
        position: absolute;
        bottom: -2.308vw;
        right: 0;
    }

    /* 図面ボタン */
    .zumenbutton {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.692vw;
        height: 2.077vw;
        border-radius: 0.308vw;
        background-color: #f5f3f2;
        color: #333;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 1.154vw;
        position: relative;
    }

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

    .zumenbutton:hover {
        background-color: #bed6e3;
    }

}