@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

.gallery-skin1 { font-size: 15px; }
.gallery-skin1 .list-item { border: 1px solid #eaeaea; }
.gallery-skin1 .text-wrap { padding: 2em 1em; }
.gallery-skin1 .text-wrap h2 { 
    text-align: left; margin: 0; font-size: 1.2em; 
    line-height: 1.5; height: 3em; margin-bottom: 0.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gallery-skin1 .text-wrap h2 > a:hover {color: #000;}
.gallery-skin1 .text-wrap .list-date {
    all:unset; display: block; color: #1d73df; font-size: 1.2em; 
    margin-bottom: 1.8em;
}
.gallery-skin1 .text-wrap .wr-content {
    font-size: 1em; line-height: 1.6; height: 4.8em; color: #313131;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gallery-skin1 .list-item:hover .text-wrap :is(h2,.list-date) {  
    text-decoration: underline;
}

/* Responsive */
@media all and (max-width:991px) {
	.list-wrap .list-container { 
        display: grid; grid-template-columns: repeat(2,1fr); 
        margin-right: 0 !important; gap:15px;
    }
    .list-wrap .list-row { float: none !important; width: 100% !important; }
    .list-wrap .list-item { margin: 0 !important; }
}
@media all and (max-width:580px) {
	.list-wrap .list-container { grid-template-columns: repeat(1,1fr); }
}
