@charset "utf-8";
.shopcard_lists{
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
    gap: 0 4%;
    margin: -50px 0 0;
}

.shopcard_lists a{
    background-color: #fff;
    border: 1px solid var(--color-primary);
    padding: 0 0 20px;
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    row-gap: 0;
    margin: 50px 0 0;
}

.shopcard_lists a > *, .article_lists a > *{
    transition: opacity var(--hover-animation);
}

.shopcard_lists a:hover  > *, .article_lists a:hover  > *{
    opacity: var(--hover-opacity);
}

.shopcard_lists .badge_new{
    margin: 0 0 0 20px;
}

.img_shopcard{
    width: 100%;
    height: clamp(5.313rem, -0.781rem + 30.47vw, 10.625rem);
}

.img_shopcard img, .img_article img{
    object-fit: contain;
    margin: 0 auto;
}

.img_shopcard img{
    height: inherit;
}

.img_article img{
    height: inherit;
}

.img_shopcard + div{
    margin: 0 15px 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--color-primary);
}

.text_shopcard_floor{
    font-size: clamp(1.125rem, -0.375rem + 4vw, 1.5rem);
    font-weight: var(--font-medium);
    letter-spacing: .06em;
}

.text_shopcard_floor span{
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 16px;
    border-bottom: 1px solid var(--color-primary);
}

.text_shopcard_name{
    font-size: .875rem;
    font-weight: var(--font-semibold);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.text_shopcard_category{
    font-size: .813rem;
    margin: 20px 0 16px;
    padding: 0 15px;
}

.text_shopcard_times{
    border-top: 1px solid var(--color-primary);
    font-size: 0.75rem;
    padding: 16px clamp(0rem, -1.25rem + 4vw, 0.625rem) 0;
    margin: 0 15px;
    font-weight: var(--font-semibold);
}

.text_shopcard_times p{
    display: grid;
    grid-template-columns: min-content auto;
    gap: 0 clamp(0rem, -0.625rem + 2vw, 0.313rem);
}

.text_opening::before, .text_reception::before, .text_tel::before{
    content: "";
    grid-column: 1 / 2;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(75%);
    transform-origin: top left;
}

.text_opening::before{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="20,20"><circle fill="none" stroke="%23807878" cx="10" cy="10" r="8.5"/><polyline fill="none" stroke="%23807878" points="6.1 10.9 10.7 10.9 10.7 5.7"/></svg>');
}

.text_reception::before{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="20,20"><path fill="%23807878" stroke="none" d="M12.3,7.9h6c.2,0,.3.3.1.4l-4.9,3.5c0,0-.1.1,0,.2l1.9,5.8c0,.2-.2.3-.3.2l-4.9-3.6c0,0-.2,0-.2,0l-4.9,3.6c-.2.1-.4,0-.3-.2l1.9-5.8c0,0,0-.2,0-.2l-4.9-3.5c-.2-.1,0-.4.1-.4h6c0,0,.2,0,.2-.2l1.9-5.8c0-.2.3-.2.4,0l1.9,5.8c0,0,.1.1.2.1Z"/></svg>');
}

.text_tel::before{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="20,20"><path fill="none" stroke="%23807878" d="M4.526,1.576l-2.464,1.543c-.436.273-.651.795-.528,1.302.46,1.898,1.47,5.626,4.596,8.865,3.103,3.216,7.431,4.697,9.271,5.211.526.147,1.077-.068,1.382-.528l1.554-2.342c.281-.424.187-.998-.214-1.306l-2.573-1.975c-.353-.271-.824-.322-1.225-.133l-2.457,1.16s-1.378-.471-3.403-2.654c-1.63-1.758-1.878-3.081-1.878-3.081l1.132-2.553c.163-.368.095-.8-.173-1.098l-2.045-2.27c-.251-.279-.661-.337-.977-.139Z"/></svg>');
}

.text_opening span, .text_reception span, .text_tel span{
    grid-column: 2 / 3;
    text-align: left;
}

.text_shopcard_times p:not(:last-of-type){
    margin: 0 0 6px;
}

.text_idletime span{
    grid-column: 1 / 3;
    text-align: center;
}

@media (600px <= width) {
    .shopcard_lists{
        margin: -80px 0 0;
    }

    .shopcard_lists a{
        padding: 0 0 30px;
        margin: 80px 0 0;
    }

    .img_shopcard{
        height: clamp(9.063rem, -2.435rem + 30.66vw, 17.188rem);
    }

    .img_shopcard + div{
        margin: 0 20px;
    }

    .text_shopcard_name{
        font-size: clamp(1rem, 2.67vw, 1.25rem);
        padding: 0 20px;
    }
    
    .text_shopcard_category{
        font-size: clamp(0.813rem, -0.188rem + 2.67vw, 1.063rem);
        margin: 16px 0;
        padding: 0 20px;
    }
    
    .text_shopcard_times{
        font-size: clamp(0.875rem, -0.625rem + 4vw, 1.25rem);
        margin: 0 20px;
    }
    
    .text_opening::before, .text_reception::before, .text_tel::before{
        transform: scale(100%);
        margin-top: 5px;
    }
}

@media (1024px < width) {
    .shopcard_lists{
        grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
        gap: 0 2.5%;
        margin: -30px 0 0;
    }

    .shopcard_lists a{
        padding: 0 0 22px;
        margin: 30px 0 0;
    }

    .img_shopcard{
        height: clamp(6.25rem, -1.071rem + 11.43vw, 7.5rem);
    }

    .img_shopcard + div{
        padding: 14px 0 0;
    }

    .text_shopcard_floor{
        font-size: 1.25rem;
    }

    .text_shopcard_floor span{
        margin: 0 0 14px;
    }

    .text_shopcard_name{
        font-size: .813rem;
        min-height: 58px;
    }

    .text_shopcard_category{
        font-size: .688rem;
        margin: 14px 0;
    }

    .text_shopcard_times{
        font-size: .688rem;
        padding: 14px 10px 0;
    }

    .text_shopcard_times p{
        gap: 0;
    }
    
    .text_opening::before, .text_reception::before, .text_tel::before{
        transform: scale(75%);
        margin-top: 0;
    }
}

.article_lists{
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
    gap: 0 4%;
}

.shopnews_lists{
    margin: calc(min(8vw, 60px) * -1) 0 0;
}

.eventnews_lists{
    margin: -60px 0 0;
}

.article_lists a{
    background-color: #fff;
    padding: 0 0 30px;
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
    box-shadow: 1.8px 1.8px 6px rgba(0, 0, 0, 15%);
}

.shopnews_lists a{
    grid-row: span 5;
    margin: min(8vw, 60px) 0 0;
}

.eventnews_lists a{
    position: relative;
    grid-row: span 4;
    margin: 60px 0 0;
}

.img_article{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.text_shopnews_date{
    padding: 16px 14px 16px;
}

.text_shopnews_date time{
    color: var(--color-border);
    margin: 0 1rem 0 0;
    font-size: clamp(0.875rem, 0.589rem + 1.14vw, 1.125rem);
}

.text_shopnews_place{
    padding: 0 14px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.text_shopnews_place p{
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    font-weight: var(--font-semibold);
    font-size: clamp(0.875rem, 0.446rem + 1.71vw, 1.25rem);
    line-height: 1.4;
}

.text_shopnews_name{
    word-break: break-all;
}

.text_shopnews_floor::after{
    content: "/";
    margin: 0 .5rem;
}

.text_shopnews_detail, .text_eventnews_detail{
    font-weight: var(--font-semibold);
    font-size: clamp(0.875rem, 0.446rem + 1.71vw, 1.25rem);
    line-height: 1.4;
}

.text_shopnews_detail{
    padding: 0 14px 0;
}

.text_shopnews_detail p{
    border-top: 1px solid var(--color-border);
    padding: 16px 0 0;
    word-break: break-word;
}

.text_eventnews_detail p{
    padding: 14px;
}

.text_eventnews_time{
    padding: 0 14px;
}

.text_eventnews_time div{
    border-top: 1px solid var(--color-border);
    display: grid;
    grid-template-columns: 20% 76%;
    gap: 4%;
    font-size: clamp(0.688rem, 0.295rem + 1.57vw, 1.031rem);
    font-weight: var(--font-semibold);
    padding: 14px 0 0;
    line-height: 1.6;
    word-break: break-all;
}

.text_eventnews_time time{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: inherit;
    letter-spacing: .01em;
}

@media (600px <= width) {
    .eventnews_lists{
        margin: -74px 0 0;
    }

    .eventnews_lists a{
        margin: 74px 0 0;
    }

    .text_shopnews_date{
        padding: 20px 20px 16px;
    }

    .text_shopnews_place{
        padding: 0 20px;
    }

    .text_shopnews_floor::after{
        margin: 0 16px 0 14px;
    }

    .text_shopnews_detail{
        padding: 0 20px;
    }

    .text_shopnews_detail p{
        padding: 16px 0 0;
    }

    .text_eventnews_detail p{
        padding: 16px 20px 15px;
    }

    .text_eventnews_time{
        padding: 0 20px;
    }

    .text_eventnews_time div{
        padding: 15px 0 0;
        grid-template-columns: 16% 80%;
        gap: 4%;
    }

}

@media (1024px < width) {
    .article_lists{
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 0 20px;
    }

    .shopnews_lists, .eventnews_lists{
        margin: -60px 0 0;
    }

    .article_lists a{
        padding: 0 0 20px;
    }

    .shopnews_lists a, .eventnews_lists a{
        margin: 60px 0 0;
    }
    
    .text_shopnews_date{
        padding: 16px 20px 14px;
    }

    .text_shopnews_date time{
        font-size: .875rem;
    }

    .text_shopnews_place p{
        padding: 10px 0;
        font-size: .938rem;
        line-height: 1.5;
    }

    .text_shopnews_detail p{
        padding: 10px 0 0;
    }

    .text_shopnews_detail, .text_eventnews_detail{
        font-size: .938rem;
        line-height: 1.6;
    }

    .text_eventnews_time div{
        font-size: .938rem;
    }
}

