@charset "utf-8";
/* 
Theme Name:一撃取材
Version:1
*/

/* 取材用CSS */
/* 以下のulには意味があるので消さない。解析のCSSを使っているためこれをつけないとliの●がでる。 */

.breadcrumbs{
    margin: 10px;
}
    article {
        width: 575px;
        height: auto;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0 1px 1px rgba(67, 67, 67, .1);
    }
    ul.shop_schedule_list,
    ul.schedule_list{
        padding: 0 8px 8px 8px;
    }
    ul.shop_schedule_list li,
    ul.schedule_list li{
        border: solid 3px rgb(0, 149, 255);
        list-style: none;
        margin-bottom: 12px;
    }
    /* a をすべてbuttonにし、aには装飾なしにする→店舗ページの予定にはaを付与しない。 */
    ul.shop_schedule_list button{
        display: flex;
        align-items: center;
        height: 70px;/* 12vw */
        width: 100%;
        border: none;
        color: #1558d6;
    }
    ul.schedule_list a{
        height: 60px;/* 12vw */
        width: 100%;
        border: none;
        color: #1558d6;
    }
    .row_box1{
        width: 100%;
    }
    p.shop_name{
        font-size: 23px;
        /* width: 60%; */
        display: flex;
        align-items: center;
        font-weight: bold;
        margin: 0;
        padding: 10px 10px 0px;
        line-height: 36px;
    }
    p.shuzai_name{
        background-color: rgb(255, 64, 0);
        color: #fff;
        text-align: center;
        padding: 12px;
        border-radius: 25px;
        margin: 8px;
        width: 35%;
        font-size: 16px;
    }
    .row_box2{
        width: 100%;
    }
    .row_box2 table{
        width: 95%;
        margin: 0 2px 2px;
    }
    .row_box2 table td,
    .row_box2 table th{
        border: solid 8px #fff;
        text-align: left;
        padding: 4px 8px;
        color: rgb(103, 103, 103);
        background-color: rgb(244, 244, 244);
    }
    .row_box2 table td{
        background-color: rgb(255, 255, 255);
    }
    .shop_schedule_list .result p.shuzai_name::after,
    .schedule_list .result p.shuzai_name::after{
        content: "結果";
        border: solid 2px #404040;
        padding: 7.6px 16px;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
        margin-left: 283px;
        position: absolute;
        margin-top: -10px;
        font-size: 20px;
    }
    .shop_schedule_list .result p.shuzai_name::after{
        margin-left: 58px;
    }
    .result-label{
        border: solid 2px #404040;
        padding: 7.6px 16px;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
    }
    .schedule_list li button p{
        font-size: 16px;
    }
    .schedule_list li button p:first-child{
        width: 50%;
    }
    .schedule_list li button p:last-child{
        width: 30%;
    }
    .result{
        background: #b8e4ff;
    }
    .shop_schedule_list li button p:first-child{
        width: 30%;
        margin-left: 35px;
        font-size: 18px;
    }
    .shop_schedule_list li button p:last-child,
    .shop_schedule_list li a p:last-child{
        width: 40%;
    }
    .result h3{
        margin-top: 0;
    }
    .result h4{
        margin: 8px 0 8px;
    }
    .result_cont{
        background-color: #fff;
        margin: 0 8px 8px;/* 0 2vw 2vw */
        padding: 0 0 4px;/* 0 0 1vw */
    }
    .result_cont section section{
        padding: 0;
    }
    .link_right{
        width: 100%;
        border-left: none;
    }
    .kaiseki-menu li:last-child{
        border-bottom: solid 1px #d9d9d9;
    }
