@charset "utf-8";
  
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  

/*
=========================================
  gallery
=========================================
*/


.title{
	background:url(../gallery/img/title_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	text-align:center;
}
@media screen and (max-width: 1920px) {
.title{
	background:url(../gallery/img/title_bg.jpg) no-repeat top;
}
}
@media screen and (max-width: 900px) {
.title{
	padding: 100px 4% 40px 4%;
	background-attachment:unset;
	background:url(../gallery/img/title_bg_sp.jpg) no-repeat top;
	background-size:cover;
}
.title img{
	width:60%;
	min-width:330px;
}
}


/*---------------------------------------
  gallery
---------------------------------------*/

.gallery{
	overflow:hidden;
}

.gallery .kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 12rem;
	position:absolute;
	margin-top:-62px;
}
.gallery h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
	background-image:;
	background-color:
}
.gallery_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	
}
#lightgallery{
	overflow:hidden;
	padding-bottom:7rem;
}

#lightgallery p{
	width:30%;
	margin-right:3%;
	margin-top:2rem;
	float:left;
	background-color:#fff;
	background-image:url(../gallery/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#lightgallery p:nth-child(3n){
	margin-right:0;
}
#lightgallery p img{
	width:95%;
}
#lightgallery span{
	display:block;
	padding:1rem 5% 1rem 10%;
	background:url(../gallery/img/bg.jpg) left repeat-y;
}



@media screen and (max-width: 1200px) {
.gallery .kazari{
	font-size: 8rem;
	margin-top:-40px;
}

.gallery h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}


.gallery_cont{
	width:90%;
	margin:0 5%;
}
}


@media screen and (max-width: 900px) {
.gallery .kazari{
	font-size: 6rem;
	margin-top:-30px;
}

#lightgallery p{
	width:48.5%;
	margin-right:3%;
	margin-top:2rem;
}
#lightgallery p:nth-child(3n){
	margin-right:3%;
}
#lightgallery p:nth-child(2n){
	margin-right:0 !important;
}

}



@media screen and (max-width: 700px) {
.gallery h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.gallery .kazari{
	font-size: 4rem;
	margin-top:-20px;
}
.gallery_cont{
	width:90%;
	margin:0 5%;
}
#lightgallery p{
	margin-top:0;
	margin-bottom:1rem;
}
#lightgallery p img{
	width:100%;
}
#lightgallery span{
	display:block;
	padding:0.5rem 5%;
	background:none;
	font-size:12px;
}
#lightgallery{
	padding-bottom:2rem;
}



}






























