@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
    font-size: 62.5%;
}
body {
  line-height: 1.6;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  color: #5b2913;
  font-weight: normal;
  position: relative;
  /* background-color: #fffeeb; */
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
  display: block;
}

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}


.din{
  font-family:"Akshar", sans-serif;
}