@charset "utf-8";
/*--京shoplist.css--*/
/* ##########PC########## */
/*----------header----------*/

/*----------contents----------*/
.contents{
    padding-bottom: 0;
}

.content_body {
    width: auto;
    padding: 0;
    background-image: url(../shared/bg_pattern1.png);
    background-size: 0.5rem auto;
    padding-top: 4em;
    padding-bottom: 4em;
}

.page_body{
    box-sizing: border-box;
    width: 940px;
    padding: 0 2em;
    margin: 0 auto;
}

.period_info{
    margin-bottom: 3em;
    display: flex;
    justify-content: center;
}

    .period_info dl{
        display: flex;
        font-size: 1.3em;
        font-weight: 700;
        color: #00469b;
    }


.shop_list_box{
}

    .shop_list_box > ul{
        display: flex;
        flex-wrap: wrap;
        gap: 1.8em 1.5em;
    }

        .shop_list_box > ul > li{
            box-sizing: border-box;
            width: calc((100% - 1.5em) / 2);
            background: #fff;
            border-radius: 1rem;
            padding: 1em 1.3em 0.9em;
            line-height: 1.6;
            position: relative;
        }

            .shop_list_box > ul > li > dl{}

                .shop_list_box > ul > li > dl > dt{
                    font-weight: 600;
                    font-size: 1.2em;
                    position: relative;
                    margin-bottom: 0.3em;
                }

                .shop_list_box > ul > li > dl > dd{
                    padding-left: 0;
                }

                .shop_list_box > ul > li .di_genre{
                    display: flex;
                    font-size: 0.84em;
                    margin-bottom: 0.3em;
                }

                .shop_list_box > ul > li .di_genre .lbl{
                    background: #00469b;
                    color: #fff;
                    line-height: 1;
                    padding: 0.3em 0.5em;
                }

                .shop_list_box > ul > li > dl > dd .di_tel_url{
                    display: flex;
                    align-items: center;
                    gap: 1.5em;
                }

                .shop_list_box > ul > li > dl > dd .di_tel{
                    display: flex;
                    font-size: 1.1em;
                    font-weight: 500;
                    gap: 0.5em;
                }

                    .shop_list_box > ul > li > dl > dd .di_tel dt{
                        color: #00469b;
                    }

                    .shop_list_box > ul > li > dl > dd .di_tel a{
                        color: #00469b;
                        text-decoration: none;
                        font-weight: 700;
                        pointer-events: none;
                    }

                .shop_list_box > ul > li > dl > dd .di_url{
                    display: flex;
                    align-items: center;
                    gap: 0.4em;
                    font-size: 0.9em;
                }

                    .shop_list_box > ul > li > dl > dd .di_url::before{
                        font-family: FontAwesome;
                        content:"\f108";
                        color: #008740;
                        margin-top: 0.3em;
                    }




@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .content_body{
        padding-top: 1.5em;
    }

    .page_body{
        width: auto;
        padding: 0 3vw;
    }

    .period_info{
        margin-bottom: 1.5em;
    }

        .period_info dl{
            font-size: 1.2em;
            flex-direction: column;
            align-items: center;
        }

    .shop_list_box > ul {
        gap: 1em;
        flex-direction: column;
    }

        .shop_list_box > ul > li{
            width: 100%;
            padding-top: 1em;
            padding-bottom: 1em;
        }


        .shop_list_box > ul > li > dl > dd .di_tel a{
            text-decoration: underline;
            pointer-events: initial;
        }



}

/* ##########印刷用########## */
@media print{

}