@charset "UTF-8";
@import url("reset.css");
@import url("fontawesomeV5free/all.min.css");

body{
	width:100%;
	height:90vh;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
	align-items:center;
	font-size:1.8rem;
	color:#222;
	background-color:#fff;
	font-family:"Noto Sans JP", "Helvetica Neue","Helvetica","Arial", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,p{
	width:100%;
	text-align:center;
	margin:0 auto 0.5em;
}
.contact{
	margin-top:1em;
}
main{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-position:top center;
	background-size:auto auto;
	background-repeat:no-repeat;
}
main img{
	max-width:100%;
	width:auto;
}

@media screen and (max-width: 767px) {
	main{
		background-size:100% auto;
		width:100%;
	}
}