body{ 
	height:220vh;width:100vw;
background-image: url(../image/masu.png);
	background-repeat: repeat;
	background-size: cover;
    }
    a{text-decoration:none;}


header{
  background-color: rgb(0,100,0);
  height: 150px;
  margin:auto;
}
h1{
width: 300px;
float: left;
	transform: translateY(-20%);
	margin-top:20px;
}
.migi{
  width:600px;
  float:right;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 20px;
  transform: translateY(80%);
}
.rogo{
padding-top: 20px;
}

p span{
	border: solid 3px #fa8072;
	border-radius:15px;
}

section.main_contents{

	height:210vh;width:100vw;
font-size : 35px;
                color : black;
                text-align : center;
				background-repeat: repeat;
				
                font-family: "source-han-serif-japanese", serif;
				font-weight: 500;
				font-style: normal;}

  
section.main_contents div img{width:80%;}

aside{margin-left:50px;
	width:500px; height:500px; float:left; 
	background-color:rgba(250, 128, 114, 0.6);
    border-radius:500px;}


main{width:600px; min-height:200px; display:flex; flex-wrap: wrap;}

main div{
    width:200px; height:200px; 
    background-color: pink;}




.nmlogo{
    float:right;
    width:200px;
  }

  footer{
  background-color: rgb(0,100,0);
  height: 150px;
  }

    footer div{width:350px;margin:40px auto;}
    footer img{width:150px;height:auto;margin-top:10px;}


    a:visited{
        color:  black;/*カラーコードは任意*/
    }