@charset "utf-8";
/* CSS Document */

body{
	font-family:"小塚明朝 Pr6N R";
	line-height:1.5;
	color:#352e2e;
}

*{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	text-decoration:none;
}

li{
	list-style-type:none;
}

#warpper{
	width:100%;
/*	height:2000px;*/
	margin:0 auto;
	background-color:#f1f1f1;
}

header{
	width:70%;
	height:180px;
	margin:0 auto;

}

.logo{
	width:200px;
	height:80px;
	box-sizing: border-box;
	float:left;
	margin-left:56px;
	margin-top:40px;
}

.nav{
	width:370px;
	height:70px;
	float:right;
	margin-top:40px;
	font-size:24px;
	font-family:"小塚明朝 Pr6N R";
	margin-right:56px
}


.nav ul{
	height:70px;
	display:flex;
	justify-content: center;
	align-items:center;
	justify-content: space-between;
}

.nav ul li a{
	color:#575d72;
/*	#8b4455
*/}

.nav ul li a:hover{
	color:#8b4455;
}
	

#visual{
	width:838px;
	margin:0 auto;
}


	

	
footer{
	width:100%;
	height:150px;
	background-color:#bfbfbf;
	clear:both;
}

#footer_contents {
	width:90%;
	margin:0 auto;
}


#copy{
	text-align:center;
	padding-top:120px;
}



