@charset "utf-8";

h1 {
    font-size: 40px;
    color: #3E3A39;
    line-height: 0.75;
    margin-top: 30px;
    margin-bottom: 10px;
}


h2 {
    font-size: 27px;
    background-color: #ffffff;
    padding: 5px 15px;
    border-bottom: 0.5px solid #3E3A39;
    border-left: 3px solid #3E3A39;
    width: 100%;
}


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

.category-area-01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* ボタン */

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

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



.category-area-02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


/* 上段 */
.category-area-02-section-a {
    width: 47%;
}

.category-area-02-section-a img {
    width: 100%;
    margin-top: 10px;
}



.category-area-02-section-b {
    width: 48%;
}

.category-area-02-section-b img {
    margin-top: 15px;
}



.houtekikisei {
    display: flex;
}


.syasen {
    width: 54%;
}

.setback {
    width: 45%;
    margin-left: 15px;
}


body {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    color: #3E3A39;
}

.category-area-02-section-a p {
    margin-top: 15px;
}



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

    /* pxからvwに一括で変換（1300px）ここから========================================================= */

    h1 {
        font-size: 3.077vw;
        color: #3E3A39;
        line-height: 0.75;
        margin-top: 2.308vw;
        margin-bottom: 0.769vw;
    }


    h2 {
        font-size: 2.077vw;
        background-color: #ffffff;
        padding: 0.385vw 1.154vw;
        border-bottom: 0.5px solid #3E3A39;
        border-left: 3px solid #3E3A39;
        width: 100%;
    }


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

    .category-area-01 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    /* ボタン */

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

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



    .category-area-02 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    /* 上段 */
    .category-area-02-section-a {
        width: 47%;
    }

    .category-area-02-section-a img {
        width: 100%;
        margin-top: 0.769vw;
    }



    .category-area-02-section-b {
        width: 48%;
    }

    .category-area-02-section-b img {
        margin-top: 1.154vw;
    }



    .houtekikisei {
        display: flex;
    }


    .syasen {
        width: 54%;
    }

    .setback {
        width: 45%;
        margin-left: 1.154vw;
    }


    body {
        font-size: 0.923vw;
        line-height: 1.4;
        margin-top: 0.769vw;
        color: #3E3A39;
    }

    .category-area-02-section-a p {
        margin-top: 1.154vw;
    }



}