/*! CSS Used from: /assets/a/assets/css/normalize.min.css?v=1766982039 */
a{background-color:transparent;margin:0;padding:0;}
figure{display:block;margin:0;padding:0;}
h2{margin:0;padding:0;}
img{border-style:none;margin:0;padding:0;vertical-align:top;}
section{display:block;margin:0;padding:0;}
span{margin:0;padding:0;}

/*! CSS Used from: /assets/a/assets/css/style.css?v=1769596388 */
.photogallery{background-color:#d4dfe0;padding-top:90px;padding-bottom:110px;}
.photogalleryRoomName{color:#666464;letter-spacing:.14em;margin-bottom:10px;}
.photogalleryRoomName{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.photogalleryRoomName_en,.photogalleryRoomName_jp{display:inline-flex;align-items:center;}
.photogalleryRoomName_en{font-size:43px;font-weight:400;}
.photogalleryRoomName_jp{font-size:24px;font-weight:400;margin-left:10px;}
.photogallery_sectWrap{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;}
.photogallery_sect{width:33.33%;padding-left:6px;padding-right:6px;box-sizing:border-box;}
.photogallery_sect:nth-child(n+4){margin-top:36px;}
.photogallery_sect>a{display:block;text-decoration:none;color:inherit;height:100%;}
.photogalleryItem{display:flex;flex-direction:column;height:100%;}
.photogalleryItem_imgWrap{overflow:hidden;position:relative;z-index:0;aspect-ratio:16/9;}
.photogalleryItem_image{transition-duration:0.6s;transition-property:transform;width:100%;height:100%;}
.photogalleryItem_image>img{display:block;max-width:100%;width:100%;height:100%;object-fit:cover;}
a{text-decoration:none;}
@media screen and (min-width:1000px){
a:hover .photogalleryItem_image{transform:scale(1.05);}
}
@media screen and (max-width: 999px){
.photogallery{padding-top:70px;}
.photogalleryRoomName_en{font-size:36px;}
.photogalleryRoomName_jp{font-size:20px;margin-left:0;}
.photogallery_sectOuter{max-width:820px;margin:0 auto;}
.photogallery_sect{width:50%;}
.photogallery_sect:nth-child(n+3){margin-top:45px;}
}
@media screen and (max-width: 767px){
.photogallery{padding-top:28px;}
.photogalleryRoomName_en{font-size:32px;}
.photogalleryRoomName_jp{font-size:17px;}
.photogallery_sectOuter{max-width:394px;}
.photogallery_sectWrap{margin:0;display:block;}
.photogallery_sect{width:auto;padding:0;}
.photogallery_sect:nth-child(n+2){margin-top:22px;}
}



.photogallery.photogallery_kai {
    background-color: #f2ebe2;
}

@media (max-width: 767px) {
    .baguetteBox-button#next-button,
    .baguetteBox-button#previous-button {
        display: block !important;
        opacity: 1 !important;
    }
}

@media screen and (min-width: 897px) {
    .photogallery[id]:target::before {
        content: "";
        display: block;
        height: 110px;
        margin-top: -110px;
        pointer-events: none;
        visibility: hidden;
    }
}
