@charset "UTF-8";
/* CSS Document */

.message2{
		
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin: 150px auto 200px;
	line-height: 3;
	text-align: center;	
}


@media screen and (max-width:990px){

body {
	width: fit-content;
	}

#logo{
	width: 158px;
	align-items: center;
	margin:10px 40px;
}
.hero_image img {
	margin-top: 60px;}	
.header{	
	height: 80px;}
.open{
	display: block;
	margin: 18px 40px;
	width: 54px;
}	

}
@media screen and (max-width:768px){

.message2{
	font-size: 22px;
	line-height: 3;
	text-align: center;
	}
}