@charset "utf-8";

/**
* Children Page Specific Styles
*/

#children-id {
    #case {
        /* 初期 > 本治へ移行するパターン
    ------------------------ */
        .case__content--full {
            grid-template-columns: auto;
            -moz-column-gap: 0;
            column-gap: 0;
            .case__photos--full {
                grid-row: auto;
                grid-column: auto;
                /* padding: 2rem 0; */
                padding-top: 20px;
                &:not(:last-child) {
                    margin-bottom: 30px;
                }
                .case__photos--full--title {
                    justify-content: center;
                }
                /* .case__item {
                    padding: 0 20px;
                    @media print, screen and (width >= 1200px) {
                        justify-content: space-between;
                    }
                } */
            }
            .case__photos--full--full {
                background-color: rgb(var(--color-dark-green--rgb) / 8%);
                border-radius: 5px;
            }
            .case__details--full {
                grid-row: auto;
                grid-column: 1 / 3;
            }
        }
    }
}
/* / #children-id */
