html { scroll-behavior: smooth;}
h2{
	width: 100%;
    text-align: center;
    /* margin-top: 30px; */
    position: relative;
    padding: 30px;
	top:150px;
}

h2 img{
	width: calc( 576 / 1600 * 100% );
    max-width: 576px;
}



.bg_slide img{
	filter: saturate(0%) contrast(150%);
}


#content_container{
	width: 100%!important;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 120px;
}

#gallery_content{
	    width: 100%;
    text-align: center;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}



#gallery_main_container,

#gallery_navi,
#gallery_thumbnail{
	width: 944px;
    float: left;
    margin-left: 0px;
	text-align: center;
}

#gallery_main{
	width: 694px;
    float: left;
    margin-left: 125px;
	text-align: center;
}

#photo_main{
	width: 694px;
	height: 694px;
    float: left;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 7px rgb(255 65 178);
    margin: 3px;
    /*margin-left: 125px;*/
}

#photo_main i{
	color: #FFF;
    position: absolute;
    top: 314px;
    left: 314px;
	z-index: 30;
}

#photo_main_image{
	width: 694px;
	position: relative;
	z-index: 31;
}

#main_filter_container{
	width: 694px;
    float: left;
    /*margin-left: 125px;*/
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    margin-top: 0px;
}

.main_filter_link{
	
	    /* width: 183px; */
    /* height: 58px; */
    /* text-align: center; */
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin-left: 20px;
    margin-top: -50px;
    /* padding-top: 20px; */
    position: relative;
    z-index: 100;
    color: #FFF;
    text-shadow: 0px 0px 7px rgb(255 65 178);
    background-size: contain;
    background-repeat: no-repeat;

}

#gallery_thumbnail{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.photo_thumbnail{
	width:120px;
	float: left;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 7px rgb(255 65 178);
	margin: 3px;
}

#gallery_navi{
	margin-top: -400px;
}

#gallery_navi_back,
#gallery_navi_prev{
	width:80px;
	position: relative;
	cursor: pointer;

}

#gallery_navi_back:hover,
#gallery_navi_prev:hover{
	opacity: 0.5;
}

#gallery_navi_back{
	
	margin-left: 30px;
}


#gallery_navi_prev{
	margin-left: 720px;
}

#gallery_filter_container,
#btn_all_container{
	    width: 694px;
    float: left;
    margin-left: 0px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin-top: 50px;
}

.navi_btn{
	
	    width: 183px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin-left: -10px;
    margin-top: 0px;
    padding-top: 20px;
    position: relative;
    z-index: 100;
    color: #FFF;
    text-shadow: 0px 0px 7px rgb(255 65 178);
    background-size: contain;
    background-repeat: no-repeat;

}

.navi_btn a{
	display: block;
	width: 183px;
    height: 58px;
	
  
	/*
	text-align: center;
	font-size:26px;
	font-weight: 600;
	font-style: italic;
	float:left;
	margin-left: -40px;
	margin-top: 0px;
	padding-top: 40px;
	position: relative;
	z-index: 100;
	*/
}
