@charset "utf-8";
@import url("books_list_common.css");
/*--京books.css--*/
/* ##########PC########## */
.content_title_wrapper{
    background-image: url(../shared/content_title_bg/books.jpg);
}

.search_common > .box_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5em;
}

    .search_common > .box_header h2.hdg_je{
        margin-bottom: 1em;
    }

    .search_common > .box_header p{
        margin-bottom: 0;
    }

.search_books_box{
    margin-bottom: 5em;
}

    .search_books_box > .box_inner{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .search_books_box > .box_inner .input_submit_box{
            box-sizing: border-box;
            display: flex;
            margin-bottom: 1.5rem;
            border: 1px solid var(--base_color1);
            border-radius: 0.25rem;
            width: 50rem;
        }

            .search_books_box > .box_inner .input_box{
                flex: 1;
                padding: 0.25rem;
            }

                .search_books_box > .box_inner .input_box input[type="text"]{
                    box-sizing: border-box;
                    width: 100%;
                    height: 100%;
                    border: none;
                    font-size: 0.92em;
                    padding: 0 0.5em;
                }

            .search_books_box > .box_inner .submit_box{}

                .search_books_box > .box_inner .submit_box button{
                    width: 6rem;
                    height: 3rem;
                    background: var(--base_color1);
                    color: #fff;
                    border: none;
                    border-radius: 0 0.25rem 0.25rem 0;
                    font-size: 1em;
                }

                    .search_books_box > .box_inner .submit_box button::before{
                        content: "";
                        display: inline-block;
                        background-image: url(../shared/icon_search.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        width: 1rem;
                        aspect-ratio: 1 / 1;
                        margin-right: 0.25rem;
                    }

        .search_books_box > .box_inner .search_categories{
            margin-top: 1em;
            display: flex;
            flex-direction: column;
            gap: 1em;
        }

            .search_books_box > .box_inner .search_categories dl{
                display: flex;
            }

            .search_books_box > .box_inner .search_categories dl dt{
                font-size: 1.1em;
                font-weight: 600;
                width: 7em;
            }

            .search_books_box > .box_inner .search_categories dl dt::before{
                font-family: FontAwesome;
                font-weight: normal;
                margin-right: 0.5em;
            }

            .search_books_box > .box_inner .search_categories dl.for_categories dt::before{
                content:"\f0e8";
            }

            .search_books_box > .box_inner .search_categories dl.for_series dt::before{
                content:"\f02c";
            }

            .search_books_box > .box_inner .search_categories dl dd{
                flex: 1;
                margin-left: 1.5em;
            }

                .search_books_box > .box_inner .search_categories dl dd ul{
                    display: flex;
                    flex-wrap: wrap;
                    line-height: 1.4;
                    gap: 0.75em 1em;
                    margin: 0;
                }

                .search_books_box > .box_inner .search_categories dl dd ul li{
                    margin: 0;
                    padding: 0;
                }


                .search_books_box > .box_inner .search_categories dl dd ul li::before{
                    content: none;
                }

                .search_books_box > .box_inner .search_categories dl dd ul li a{
                    display: inline-block;
                    color: var(--base_color1);
                    text-decoration: none;
                    padding: 0.2em 0.5em 0;
                    border-bottom: 1px solid var(--base_color1);
                    transition: .3s all ease;
                }

                .search_books_box > .box_inner .search_categories dl dd ul li a:hover{
                    text-decoration: underline;
                    text-decoration: none;
                    background: var(--base_color1);
                    color: #fff;
                }


.book_categories_box{}

    .book_categories_box > .box_inner{
        width: 50rem;
        margin: 0 auto;
    }

        .book_categories_box > .box_inner ul{
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin: 0;
        }

            .book_categories_box > .box_inner ul li{
                margin: 0;
                padding: 0;
                width: calc((100% - 2rem) / 3);
            }

            .book_categories_box > .box_inner ul li::before{
                content: none;
            }

            .book_categories_box > .box_inner ul li a{
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 4rem;
                line-height: 1.3;
                border: 1px solid var(--base_color1);
                color: var(--base_color1);
                text-decoration: none;
                border-radius: 0.25rem;
                padding: 0.1em 1em 0;
            }


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {


}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .search_common > .box_header h2.hdg_je{
        flex-direction: column-reverse;
        gap: 0.5em;
    }

    .search_books_box{
        margin-bottom: 3em;
    }

    .search_books_box > .box_inner form{
        width: 100%;
    }

    .search_books_box > .box_inner .input_submit_box{
        width: 100%;
    }

    .search_books_box > .box_inner .search_categories dl{
        flex-direction: column;
        align-items: center;
    }

    .search_books_box > .box_inner .search_categories dl dt{
        width: auto;
    }

    .search_books_box > .box_inner .search_categories dl dd{
        flex: initial;
        margin-left: 0;
    }

    .search_books_box > .box_inner .search_categories dl dd ul{
        gap: 0.5em;
    }

    .search_books_box > .box_inner .search_categories dl dd ul li a{
        padding-left: 0;
        padding-right: 0;
    }
   

    .book_categories_box > .box_inner{
        width: 100%;
    }

        .book_categories_box > .box_inner ul{
            gap: 0.75em;
        }

        .book_categories_box > .box_inner ul li{
            width: calc((100% - 0.75em) / 2);
        }


}


/* ##########印刷用########## */
@media print{

}