.page1_3 .k_sub_tit_box{
	position : relative;
}
.page1_3 .k_sub_tit_box::after {
    content: "FACILITY VIEW";
    position: absolute;
    top: 15%;
    left: 5%;
    font-size: 10rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: -1;
    white-space: nowrap;
/*    width: 100%;*/
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f5f5f5;
}



.j_gallery .j_gallery_con::after{
	content : "";
	display : block;
	clear : both;
}
.j_gallery .j_gallery_con figure{
	width : calc( (100% - 45px) / 4);
	margin-right : 15px;
	margin-bottom : 15px;
	float : left;
	font-size : 0;
	height : 21vw;
	max-height : 360px;
	background-color : #ccc;
	overflow : hidden;
}
.j_gallery .j_gallery_con figure:nth-child(4n){
	margin-right : 0;
}
.j_gallery .j_gallery_con figure:nth-last-child(-n + 2){
	margin-bottom : 0;
}
.j_gallery .j_gallery_con figure a{
	display : block;
	height : 100%;
	transition : transform 0.5s;
}
.j_gallery .j_gallery_con figure:hover a{
	transform : scale(1.1);
}



.pswp--open{
	z-index : 3000;
}
.pswp__zoom-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.pswp__img{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before{
	border-radius : 50%;
}



.j_gallery .j_gallery_con figure:nth-child(1) a{
	background-image : url("../img/page1/page1_3/page1_3_1.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(2) a{
	background-image : url("../img/page1/page1_3/page1_3_2.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(3) a{
	background-image : url("../img/page1/page1_3/page1_3_3.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(4) a{
	background-image : url("../img/page1/page1_3/page1_3_4.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(5) a{
	background-image : url("../img/page1/page1_3/page1_3_5.jpg");
}

.j_gallery .j_gallery_con figure:nth-child(6) a{
	background-image : url("../img/page1/page1_3/page1_3_6.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(7) a{
	background-image : url("../img/page1/page1_3/page1_3_7.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(8) a{
	background-image : url("../img/page1/page1_3/page1_3_8.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(9) a{
	background-image : url("../img/page1/page1_3/page1_3_9.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(10) a{
	background-image : url("../img/page1/page1_3/page1_3_10.jpg");
}

.j_gallery .j_gallery_con figure:nth-child(11) a{
	background-image : url("../img/page1/page1_3/page1_3_11.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(12) a{
	background-image : url("../img/page1/page1_3/page1_3_12.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(13) a{
	background-image : url("../img/page1/page1_3/page1_3_13.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(14) a{
	background-image : url("../img/page1/page1_3/page1_3_14.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(15) a{
	background-image : url("../img/page1/page1_3/page1_3_15.jpg");
}

.j_gallery .j_gallery_con figure:nth-child(16) a{
	background-image : url("../img/page1/page1_3/page1_3_16.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(17) a{
	background-image : url("../img/page1/page1_3/page1_3_17.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(18) a{
	background-image : url("../img/page1/page1_3/page1_3_18.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(19) a{
	background-image : url("../img/page1/page1_3/page1_3_19.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(20) a{
	background-image : url("../img/page1/page1_3/page1_3_20.jpg");
}

.j_gallery .j_gallery_con figure:nth-child(21) a{
	background-image : url("../img/page1/page1_3/page1_3_21.jpg");
}
.j_gallery .j_gallery_con figure:nth-child(22) a{
	background-image : url("../img/page1/page1_3/page1_3_22.jpg");
}


@media screen and (max-width: 1280px){ 
	

	.j_gallery .j_gallery_con figure{
		width : calc( (100% - 20px) / 3);
		margin-right : 10px !important;
		margin-bottom : 10px !important;
		height : 29vw;
	}
	.j_gallery .j_gallery_con figure:nth-child(3n){
		margin-right : 0 !important;
	}
	.j_gallery .j_gallery_con figure:nth-last-child(-n + 1){
		margin-bottom : 0 !important;
	}

}

@media screen and (max-width: 760px){ 
	
	.j_gallery .j_gallery_con figure{
		width : calc( (100% - 5px) / 2);
		margin-right : 5px !important;
		margin-bottom : 5px !important;
		height : 43vw;
	}
	.j_gallery .j_gallery_con figure:nth-child(3n){
		margin-right : 5px !important;
	}
	.j_gallery .j_gallery_con figure:nth-last-child(-n + 1){
		margin-bottom : 5px !important;
	}
	.j_gallery .j_gallery_con figure:nth-child(even){
		margin-right : 0 !important;
	}
	.j_gallery .j_gallery_con figure:nth-last-child(-n + 2){
		margin-bottom : 0 !important;
	}

}