@charset "UTF-8";

.l-content__list-item-shienname{
    display: flex;
    align-items: center;
    gap: .5em;
}

.l-content__list-item-shop-num{
    border: 2px solid #666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.l-content__sidebar-list li a{
    @media screen and (min-width:769px){
        padding: 15px 39px 15px 20px;
    }
}


.pdf_inr{
    position:relative;
}

.c-comingsoon-filter{
    position:absolute;
    z-index: 50;
    left:0;
    top:-5%;
    width:100%;
    height:110%;
    background:rgba(255,255,255,0.8);
    font-size: 50px;
    font-weight:bold;
    color:#D4281B;
    display:flex;
    align-items:center;
    justify-content:center;
    @media screen and (max-width:768px){
        font-size: 9vw;
    }

}