@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
h1 ,h2{
font-family: "caflisch-script-pro", sans-serif; 
font-weight: 700;
font-style: normal; 
}
.header__navigation li a{
font-family: "caflisch-script-pro", sans-serif; 
font-weight: 700;
font-style: normal; 
}
.footer__site-map li a{
font-family: "caflisch-script-pro", sans-serif; 
font-weight: 700;
font-style: normal; 
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}
section h2 {
  font-size: 3.6rem;
}
.section-top__image-big {
  font-size: 7.2rem
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
