@charset "UTF-8";

#mainv {
	overflow: hidden;
}

#mainv .slides li {
	min-width: 1068px;
	height: 600px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
#mainv .slides li:nth-child(1) { background-image: url(../images/mainv_p_01.jpg); }
#mainv .slides li:nth-child(2) { background-image: url(../images/mainv_p_02.jpg); }
#mainv .slides li:nth-child(3) { background-image: url(../images/mainv_p_03.jpg); }

#mainv .slides li > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#column3 {
	border-top: solid 1px #808080;
	padding: 50px 0 0 0;
}
#column3 ul {
	display: flex;
	justify-content: space-between;
}

#insta h2 {
	text-align: center;
}
#insta #instafeed {
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#insta #instafeed::before,
#insta #instafeed::after {
	content: " ";
	width: 320px;
	display: block;
	order: 1;
}
#insta #instafeed li {
	width: 320px;
	height: 320px;
	background: #FFF;
	margin: 0 0 40px;
}
#insta #instafeed li img {
	width: 320px;
	height: 320px;
	object-fit: cover;
}


