@charset "utf-8";

:root {
	--main_color: #2b665e;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}

/*============================
#main_img
============================*/
#main_img {
	background: url("../img/gallery/main.jpg") no-repeat;
	background-size: cover;
	background-position: 100% center;
	margin-bottom:80px;
	height: 36.8636vw;
	position: relative;
}
#main_img p.notion {
	content: '';
	position: absolute;
	bottom: 0.45vw;
	right: 2.4vw;
	color: #FFF;
}

@media only screen and (max-width: 768px){
#main_img {
	margin-bottom: 40px;
	height: 69.6vw;
}
#main_img::before {
	width: 310px;
	height: 90px;
}
}

.ttl_area {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	background: #145A2F;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 32px;
	margin-top: 100px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px){
	.ttl_area {
		padding: 10px 0;
		font-size: 20px;
	}
	}
.gallery h3 {
	font-size: 32px;
	color: var(--main_color);
	letter-spacing: 0.075em;
	margin-bottom: 80px;
	text-align: center;
}
@media only screen and (max-width: 768px){
.gallery h3 {
	font-size: 20px;
	margin-bottom: 40px;
}
}
.gallery .title{margin-bottom:50px;text-align: center;}

.gallery ul{
max-width: 1200px;
margin: 0 auto;
}
.gallery ul li{
	position: relative;
display: inline-block;
margin-bottom: 20px;
}
.gallery ul li .img_cap{
	position: absolute;
	right: 15px;
	bottom: 12px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.gallery #main_img h2{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translate(-50%, -50%);
}
.gallery #main_img h2 span{
	font-size: 42px;
}

@media screen and (max-width: 1400px) {
	.gallery #main_img h2{
		font-size: calc((48/1400) * 100vw);
	}
	.gallery #main_img h2 span{
		font-size: calc((42/1400) * 100vw);
	}
}

@media only screen and (max-width: 768px){
	.gallery ul li .img_cap{
		font-size: 10px;
		right: 5px;
		bottom: 10px;
	}

	.gallery #main_img h2{
		top: 50%;
	}

.gallery .title img{
padding: 0 20px;
	}

.gallery .main{
margin-bottom:50px;
	}
.gallery .main2 img{width: 100%;}

.gallery #main_img h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 0.5;
}
.gallery #main_img h2 span{
	display: block;
	font-size: 12px;
	line-height: 2;
}
}






.gallery .model_inner {
	max-width:1000px;
	margin:50px auto 0px;
}
@media only screen and (max-width: 768px){
.gallery .model_inner {
	max-width:1000px;
	margin:20px auto 0px;
}
}
