@charset "UTF-8";
/* CSS Document */

html, body, h1, p, ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
img {
	vertical-align: bottom;
}
h1 {
	text-align: center;
	padding: 20px 0;
}
.instagram {
	width: 980px;
	margin: 0 auto;
}
.instagram li {
	margin: 5px;
	float: left;
	width: 153px;
	height: 153px;
	overflow: hidden;
	position: relative;
}

/*
p.ins_like {
position: absolute;
width: 100%;
height: 40px;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.70);
padding: 10px 20px 10px 0;
box-sizing: border-box;
text-align: right;
}
*/
.instagram li img {
	max-width: 100%;
}
/*
.fa-heart {
margin-right: 10px;
color: #EA4E50;
}

*/



@media all and (min-width: 0) and (max-width: 767px) {
	html, body, h1, p, ul, li {
		margin: 0;
		padding: 0;
	}
	ul {
		list-style: none;
	}
	a {
		text-decoration: none;
		color: #222;
	}
	img {
		vertical-align: bottom;
	}
	h1 {
		text-align: center;
		padding: 20px 0;
	}
	.instagram {
		width: 98%;
		height: auto;
		margin-left: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.instagram li {
		margin: 9px;
		margin-bottom: 4vw;
		float: left;
		width: 41.2vw;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.instagram li:nth-child(even) {
		margin-right: 18px;
	}
	.instagram li:nth-child(n+5){
		display: none;
	}

	/*
	p.ins_like {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.70);
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	text-align: right;
}
*/
.instagram li img {
	max-width: 100%;
}

/*
.fa-heart {
margin-right: 10px;
color: #EA4E50;
}

*/
iframe {
	width: 100%;
	margin-bottom: 10px;
	height: 109vw;
}
}
