/*---------------------------------

  共通

---------------------------------*/

.page_nav .flex li a{
    padding: 14px 24px 0 24px;
    text-align: center;
}


@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

  

---------------------------------*/

#album .contents .flex{
    gap: 20px 2%;
}
#album .contents .beige_box{
    width: 32%;
    padding: 25px;
}
#album .contents .beige_box a{
    
}
#album .contents .beige_box a:not(:first-of-type){
    display: none;
}
#album .contents .beige_box img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#album .contents .beige_box .box{
    padding: 15px;
    background: #fff;
}
#album .contents .beige_box .box .category{
    display: inline-block;
    padding: 2px 10px;
    margin: 0 10px 0 0;
    background: var(--black);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}
#album .contents .beige_box .box .ttl{
    margin: 5px 0 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
}
#album .contents .beige_box .box .txt{
    line-height: 1.8;
}

@media screen and (max-width:1023px){

    #album .contents .flex{
        gap: 20px 2%;
    }
    #album .contents .beige_box{
        width: 49%;
        padding: 25px;
    }
    
}

@media screen and (max-width:767px){

    
    #album .contents .beige_box{
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    
}

