@charset "UTF-8";


.photoLists{
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
}

.photoLists .photoListsBox{
    position:relative;
}


.photoLists .photoListsBox img,.photoLists .photoListsBox video{
    display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
}

.photoListsBox .photoInfo{
    background: rgba(0,0,0,0.5); position: absolute; bottom: 0; left: 0; width: 100%; text-align: center
}

.photoListsBox .photoInfo .photoDateBox{
    margin: 5px 5px;
}
.photoListsBox .photoInfo .photoDateBox .photoDate{
    font-size: 1.2rem; color: #FFF; display: block; text-align: left;
}
.photoListsBox .photoInfo .photoTitleBox{
    background: linear-gradient(to bottom, white 0%, #a57d18 100%); width: 100%;
}
.photoListsBox .photoInfo .photoTitleBox .photoTitle{
    font-size: 1.4rem; color: #333; padding: 5px;
}
/*
.photoContents{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


.photoContentsBox{
    width: 100%;
    overflow: auto;
    white-space: nowrap;

}
.photoList{
    display: flex;
    grid-gap: 10px;
}
.photoList li{
    width: 100%;
    padding-bottom: 20px;
}
.photoList li a{
    display: block;
    padding: 10px;
    border: 2px solid #505050;
    margin: 5px;
    border-radius: 10px;
}
.photoList li a:hover{
    opacity: 1;
}
.photoList li .thumbBox{
    position: relative;
    width: 250px;
    height: 100%;
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}
.photoList li .thumbBox .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;
    height: 3rem;
    margin: 0;
    overflow-wrap: break-word;
}
.photoList li .thumbBox .title p{
    display: block;
    padding: 5px;
    width: 100%;
    color: #333 !important;
    font-size: 14px;
}

.photoList li .thumbBox img,.photoList li .thumbBox video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.photoList li p{
    color: #FFF;
    text-align: center;
    padding: 5px;
    width: 100%;
    overflow-wrap: break-word;
}
.photoList li .time{
    color: #000 !important;
    text-align: center;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #a57d18 100%);
    background: -webkit-linear-gradient(top, white 0%, #a57d18 100%);
    background: linear-gradient(to bottom, white 0%, #a57d18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a57d18',GradientType=0 );
    padding: 5px;
    box-sizing: border-box;
}
*/
.photoAllLink{
    padding: 1em 0;
    background: linear-gradient(125deg, #f7f7f7 0%, #edd278 10%, #a57d18 20%, #a57d18 80%, #edd278 90%, #f7f7f7 100%);
    border: 1px solid #ffc68a;
    text-shadow: 1px 1px 10px #ffb544;
    margin: 20px auto;
    width: 60%;
    display: inline-block;
}
