@charset "UTF-8";
/* ===== HealingSpace 施工事例ギャラリー PC版 ===== */

.img-gallerybox{
justify-content:space-between !important;
margin:30px 0;
}

.img-gallerybox .img-gallery{
width:48% !important;
margin-bottom:20px;
cursor:pointer;
overflow:hidden;
border-radius:14px;
background:#fff;
transition:transform .3s ease;
}

.img-gallerybox .img-gallery img{
display:block;
width:100%;
aspect-ratio:16/9;
object-fit:cover;
border-radius:14px;
border:4px solid #ffffff;
box-shadow:0 8px 20px rgba(0,0,0,.15);
filter:brightness(100%);
transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.img-gallerybox .img-gallery:hover{
transform:translateY(-5px);
}

.img-gallerybox .img-gallery:hover img{
transform:scale(1.03);
filter:brightness(94%);
box-shadow:0 18px 40px rgba(0,0,0,.22);
}

/* ===== Luminous（拡大画面）===== */

.lum-lightbox{
background:rgba(0,0,0,.92) !important;
}

.lum-lightbox-image-wrapper{
border-radius:16px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.lum-lightbox-caption{
background:rgba(0,0,0,.65);
color:#fff;
padding:15px 20px;
font-size:15px;
line-height:1.7;
}