@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 }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}


@media all {
    .list-title { font-size: 22px; margin: 1.5em 0; }
    .gallery-skin1 {
        --padding-side:1.1em;
        display: grid; grid-template-columns: repeat(4,1fr); font-size: 15px;
        gap: 1.3333em;
    }
    .gallery-skin1 > li {
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    }

    .list-item {
        --padding-side:1.1em;
        font-size: 15px;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    }
    .list-item .imgframe { overflow: hidden; }
    .list-item .imgframe img {
        display: block; width: 100%; transition: 0.6s ease-in;
    }
    .list-item .textBox > * {
        padding: 0 var(--padding-side);
    }
    .list-item .textBox .list-tag {
        display: flex; color: var(--main-color); gap:1.5em;
        padding-top: 1.2em; padding-bottom: 0.6em;
    }
    .list-item .textBox .list-tag .text { color: #313131; }
    .list-item .textBox > h2 > a {
        font-weight: bold; font-size: 1.3333em; display: block; color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 1.4; margin-bottom: 0.2em;
    }
    .list-item .textBox > .text-address > div {
        font-size: 0.86em; display: block; color: #313131;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 1.4; margin-bottom: 0.8em;
    }
    .list-item .textBox > .text1 {
        background: #fff1f1; padding-top: 1.3em; padding-bottom: 1.3em;
    }
    .list-item .textBox > .text1 > span {
        font-size: 0.86em; display: block; color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.6;
    }
    .list-item .imgframe:hover img {
        transform: scale(1.05);
    }
}
@media (max-width:991px) {
    .gallery-skin1 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:580px) {
    .gallery-skin1 { grid-template-columns: 1fr; }
}