@charset "utf-8";

*,
::before::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

/* .site-menu {
  text-align: center;
  /* padding-top: 10px;
  padding-bottom: 30px; */
/* } */ 



body {
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: gainsboro;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


img {
  max-width: 100%;
}


.toggle-menu-button {
  display: none;
}


.site-menu ul {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  margin: 0 auto;
}


.site-menu {
  margin: 50px auto;
}


.footer-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #41735d;
  padding-bottom: 90px;
  padding-top: 90px;
}

.footer-logo {
  display: block;
  width: 235px;
  margin-top: 25px;
}

.footer-siro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 90px;
  padding-top: 90px;
}


.footer-logo2 {
  display: block;
  width: 235px;
  margin-top: 25px;
}



.copyright {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .site-menu ul {
    display: block;
    text-align: center;
    line-height: 30px;
    max-width: 200px;
    margin: 50px auto;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .site-menu {
    margin: 0px auto;
  }
  
  .site-menu li {
    margin-top: 0;
    padding-bottom: 1px;
  }
  

  .footer-c {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .footer-siro {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .copyright {
    margin-top: 20px;
  }
}