@charset "utf-8";
/* CSS Document */
/* ------------------------------------ */
/*       　　       共通　　              */
/* ------------------------------------ */
html {
  font-size: 100%;
}
body {
  color: #552E31;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #EFEBD9;
  
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  color: #552E31;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
h2 {
  line-height: 0;
}
p {
  line-height: 2rem;
}