@charset "utf-8";

:root{
}

body {
  background: 
  url(grp/rose.jpg) no-repeat left center / auto 100vh fixed;
}

.menu_list{
  h3{
    margin-top:50px;
  }
}

#aisatu{
  width:min(700px,100%);
	margin:0 auto;
  h3{
    text-align: left;
    color:#2f75ae;
  }
  p{
    text-align: left;
  }
}