@charset "utf-8";


body {
    font-size: 15px;
    color: #222222;
    background-color: #ffffff;
    line-height: 1.5;
}


/* 各タイトル部分指定 */
.title {
    font-weight: normal;
    font-size: 22px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    background-color: #f1ecdb;
    width: fit-content;
    /* 要素の幅を合わせる */
}


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

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

}

/*　スマホ */
.category-area-01-section-a {
    width: 19%;
}


.category-area-01-section-b {
    width: 80%;
}

.category-area-01-section-c {
    display: flex;
}


.title {
    margin-left: auto;
    margin-right: 20px;
}



/* 例 */
.gaishutsu,
.rimocon,
.kaketuke {
    width: 30%;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}



/*　下段 */

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

}

.category-area-01-section-d {
    width: 15%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
}


.category-area-01-section-d p {
    font-size: 14px;
    margin-top: 10px;
}

.category-area-01-section-e {
    width: 28%;
    margin-left: 10px;
}

.logo img {
    width: 200px;
    margin-left: 80px;
    margin-bottom: 20px;
}

.movie {
    max-width: 100%;
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: 50px;
}

.movie iframe {
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 40px;
}


/* 空き調整 */
h2 {
    margin-top: 0;
}




main {
    position: relative;
}

/* ボタン */

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



/* Web特設サイトのボタン指定 共通部分はcategory-common*/
.btn a {
    margin-top: 20px;
    margin-left: 40px;
}


/* 1300pxで一括変換 */

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

    /* 各タイトル部分指定 */
    .title {
        font-weight: normal;
        font-size: 1.692vw;
        margin-top: 0.769vw;
        padding: 0.769vw;
        width: 100%;
        background-color: #f1ecdb;
        width: fit-content;
        /* 要素の幅を合わせる */
    }


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

    }

    /*　スマホ */
    .category-area-01-section-a {
        width: 19%;
    }


    .category-area-01-section-b {
        width: 80%;
    }

    .category-area-01-section-c {
        display: flex;
    }


    .title {
        margin-left: auto;
        margin-right: 1.538vw;
    }



    /* 例 */
    .gaishutsu,
    .rimocon,
    .kaketuke {
        width: 30%;
        margin-top: 1.154vw;
        margin-left: 1.154vw;
        margin-right: 1.154vw;
    }



    /*　下段 */

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

    }

    .category-area-01-section-d {
        width: 15%;
        margin-top: 1.538vw;
        margin-left: 1.538vw;
        margin-right: 0.769vw;
    }


    .category-area-01-section-d p {
        font-size: 1.077vw;
        margin-top: 0.769vw;
    }

    .category-area-01-section-e {
        width: 28%;
        margin-left: 0.769vw;
    }

    .logo img {
        width: 15.385vw;
        margin-left: 6.154vw;
        margin-bottom: 1.538vw;
    }

    .movie {
        max-width: 100%;
        background-color: #f8f8f8;
        padding: 0.769vw;
        margin-top: 3.846vw;
    }

    .movie iframe {
        display: block;
        width: 100%;
        height: 46.154vw;
        margin-top: 3.077vw;
    }


    /* 空き調整 */
    h2 {
        margin-top: 0;
    }




    main {
        position: relative;
    }


    /* Web特設サイトのボタン指定 共通部分はcategory-common*/
    .btn a {
        margin-top: 1.538vw;
        margin-left: 3.077vw;
    }

    /* ボタン */

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


    body {
        font-size: 1.154vw;
        color: #222222;
        background-color: #ffffff;
        line-height: 1.5;
    }





}