body{ background-image: url(../image/masu.png);
	background-size:500px;
	margin: 0;
    }
    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;
}


section.main_contents{font-size : 35px;
                color : black;
                text-align : center;

	background-repeat: repeat;
				
				/*background-image: url(../image/masu.png);*/
                font-family : YuGothic,sans-serif;
                font-weight : bold;}

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

section.menu_three{width:80%;
					margin:0 auto;
	padding-left:40px;
	margin-bottom:40px;
					display:flex;
                    justify-content: space-between; 
	gap:0px;
	border: 5px dotted;
border-radius:15px;}


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



/*@media screen and (max-width: 767px) {



section.left, section.right {width : 100%; float: none;}
}*/


/*footer{height:180px;width:100vw;
	background-size: auto;
	text-align : center;
background-color: #006400;
background-repeat: no-repeat;

font-weight : bold;}*/

 .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:  white;/*カラーコードは任意*/
    }