/*フォトギャラリー*/
.header.onmodal{
    z-index:1;
}
.reservation_link.onmodal{
    z-index:1;
    transition: none;
}
.photo-gallary-list{
	width:630px;
	display: flex;
	margin:0 auto 65px;
    flex-wrap: wrap;
}
.photo-gallary-modal-open{
	width:200px;
	display:block;
    margin-bottom: 15px;
	margin-right: 15px;
    border: none;
    padding: 0;
    height: 121px;
}
.photo-gallary-modal-open img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.photo-gallary-modal-open:focus{
    outline: none;
}
.photo-gallary-modal-open:hover{
    opacity:0.7;
    cursor: pointer;
}

.photo-gallary-list :nth-child(3n){
	margin-right:0;
}
.photo-gallary-title{
    margin-top: 100px;
}
.photo-gallary-modal{
    width:750px;
    height:500px;
    background-color: #fff;
    position:fixed;
    z-index:5;
    /* top:10vh; */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.photo-gallary-figure{
    width: 680px;
    margin:0 auto;
}
.chapel-bg{
    display: none;
    background-color:rgba(0,0,0,0.7);
    position: fixed;
    z-index:105;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
}
.slick-next.slick-arrow{
    margin-left:30px;
}
.photo-gallary-modal-img{
    margin: 30px auto 12px;
    width:680px;
    height:412px;
    display: block;
}
.photo-gallary-figure figcaption{
    width:680px;
    margin:0 auto;
    font-weight: bold;
    line-height: 1.4;
}
.photo-gallary-modal-area{
    position: relative;
    width:750px;
    height:525px;
    background-color: #fff;
    position:fixed;
    z-index:106;
    /* top:10vh; */
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.photo-gallary-modal-close{
    position: absolute;
    width:50px;
    height:50px;
    top: -25px;
    right:-60px;
    background: none;
    border: none;
    z-index:5;
    cursor: pointer;
}
.photo-gallary-modal-close >img{
    width: 100%;
    display: block;
}
.photo-gallary-modal-close:focus{
    outline: none;
}

.photo-gallary-figure figcaption .sp-only{
    display:none;
}