@charset "utf-8";

header {
	background-image: url('../img/yoga_bg.jpg');
}

main > section {
	width: calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
}

main > section:first-child {
	margin-top: 100px;
}

main > section:last-child {
	margin-bottom: 100px;
}

main > section + section::before {
	content: '';
	display: block;
	width: 6px;
	height: 46px;
	margin: 80px auto;
	background-image: url('../img/dot.svg');
	background-position: center;
	background-szie: 6px auto;
	background-repeat: no-repeat;
}



	main > section > h2 {
		font-size: 1.5em;
		margin: 0 auto 30px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	
	main > section:first-child > h2 {
		margin: 0 auto 50px;
	}
	

	section > div.det {
		line-height: 1.75em;
	}
	
@media screen and (max-width: 1200px) {
	section > div.det {
		font-size: 0.7em;
	}
}