@charset "utf-8";

/*******************************
  個別設定
*******************************/

#main .wrap {
	width: 960px;
}

#block01 {
	margin: 25px 0 0;
}
#block01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#block01 li {
	width: 462px;
	margin: 35px 0 0;
}
#block01 li:nth-child(-n+2) {
	margin-top: 0;
}
#block01 li .label {
	margin: 15px 0 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	padding: 0 0 5px;
}
#block01 li p {
	margin: 15px 0 0;
	line-height: 26px;
}

#section01 {
	margin: 95px 0 0;
}
#section01 .sectionTitle {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
#section01 .inner {
	display: flex;
	margin: 55px 0 0;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#section01 .text,
#section01 .image {
	width: 462px;
}
#section01 .ttl {
	margin: -5px 0 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 5px;
}
#section01 p {
	margin: 15px 0 0;
	line-height: 26px;
}
@media only screen and (max-width:640px) {
	#main .wrap {
		width: auto;
	}

	#block01 {
		margin: calc(100vw * 30 / 640) 0 0;
	}
	#block01 ul {
		display: block;
	}
	#block01 li,
	#block01 li:nth-child(2) {
		width: auto;
		margin: calc(100vw * 40 / 640) 0 0;
	}
	#block01 li:nth-child(1) {
		margin-top: 0;
	}
	#block01 li .label {
		font-size: calc(18em / 14);
		line-height: 1.5;
	}
	#block01 li p {
		line-height: calc(26 / 14);
	}

	#section01 {
		margin: calc(100vw * 100 / 640) 0 0;
	}
	#section01 .sectionTitle {
		font-size: calc(20em / 14);
		line-height: 1.5;
		text-align: left;
	}
	#section01 .inner {
		display: block;
		margin: calc(100vw * 60 / 640) 0 0;
	}
	#section01 .text,
	#section01 .image {
		width: auto;
	}
	#section01 .ttl {
		margin: 0;
		font-size: calc(18em / 14);
		line-height: 1.5;
	}
	#section01 p {
		line-height: calc(26 / 14);
	}
	#section01 .image {
		margin: 0 0 calc(100vw * 90 / 640);
	}
}

#section02 {
	margin: 95px 0 0;
	padding: 60px 0 65px;
	position: relative;
	background: url(../../common/imgs/bg-01.png) 50% 0 / 4px repeat;
	text-align: center;
}
#section02::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../imgs/ico-instagram.png) 0 0 / 100% no-repeat;
	transform: translate(-50%, -50%);
}
#section02 .wrap {
	width: 1200px;
}
#section02 .sectionTitle {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}
#section02 p {
	margin: 10px 0 0;
}
#instafeed {
	display: flex;
	margin: 45px 0 0;
	flex-wrap: wrap;
}
#instafeed li {
	width: 216px;
	margin: 30px 30px 0 0;
}
#instafeed li:nth-child(-n + 5) {
	margin-top: 0;
}
#instafeed li:nth-child(5n + 5) {
	margin-right: 0;
}

#footer {
	margin: 0;
	background: url(../../common/imgs/bg-01.png) 50% 0 / 4px repeat;
}

@media only screen and (max-width:640px) {
	#section02 {
		margin: calc(100vw * 100 / 640) 0 0;
		padding: calc(100vw * 60 / 640) 0 calc(100vw * 70 / 640);
		background-size: calc(100vw * 8 / 640);
	}
	#section02 .wrap {
		width: auto;
	}
	#section02 .sectionTitle {
		font-size: calc(30em / 14);
	}
	#instafeed {
		margin: calc(100vw * 50 / 640) 0 0;
	}
	#instafeed li,
	#instafeed li:nth-child(-n + 5),
	#instafeed li:nth-child(5n + 5) {
		width: calc(100% / 3);
		margin: 0;
	}

	#footer {
		background-size: calc(100vw * 8 / 640);
	}
}








