@charset "UTF-8";
/* CSS Document */


body {
  color: #16160e;
  margin-left: 77px;
  background-color: #f7f6f5;
  line-height: 1.5em;
  font-size: 20px; 
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

section {
  margin-bottom: 50px; 
}

h1 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px; 
}

h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px; 
}

p {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px; 
}

a {
  font-weight: normal;
  text-decoration:none;
}

a:link {
  color:#72640c;
}

a:hover {
  color:#c1ab05;
}

a:visited {
  color:#72640c;

}

hr {
text-align:left;
margin-left:0px;
}

img {
max-width: 100%;
height: auto;
}

footer {
	  font-size: 14px;
}


@media screen and (max-width: 480px) {
   body {
	    margin: 25px;
    }
}
