@charset "UTF-8";

body{
	font-family: sans-serif;
     background-image: url('../img/img5.jpg');
     background-repeat: no-repeat;
   background-position: center;
 background-size: cover;
min-height: 100vh;
    
}
}

img{
	vertical-align:bottom;
}

h1{
	color:#94846a;
	font-size:2.6em;
	font-weight:bold;
	text-align:center;
}

header{
	
	padding: 30px 0;
	margin-bottom: 40px;
}

main{
	width:640px;
	margin:0 auto;
	display:block;
}

figure{
	margin-bottom:20px;
}

ul{
	margin:0 auto;
}

ul li{
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
	list-style-type:none;
}

ul li a:hover{
	transition:opacity .3s;
	opacity:.5;
}

ul li:last-child{
	margin-right:0;
}


/* レスポンシブへ変更 */

@media only screen and (max-width: 768px) {
	main {
		width: 98%;
	}
}

img{
max-width:100%;
height:auto;
}



.mo6{
width: 150px;
height: 100px;
margin: 0 auto;
overflow: hidden;
}
.mo6 img{
width: 100%;
transform: scale(1.1);
cursor: pointer;
filter: blur(5px);
transition-duration: 0.5s;
}
.mo6 img:hover{
filter: blur(0);
transition-duration: 0.5s;
}


