@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
body h1, body h2, body h3, body h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.header {
  height: 50px;
  width: 100%;
  background-color: #3d7bf2;
  position: sticky;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}
.header img {
  display: block;
  width: 33px;
  height: 28px;
  position: absolute;
  right: 50px;
  top: 11px;
}
.header nav {
  display: none;
}
.header a {
  text-decoration: none;
  color: #fef22a;
}
.header ul li {
  z-index: 20;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.din {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.header-tel {
  display: none;
  line-height: 1rem;
  font-size: 1.2rem;
  color: #fdfdfd;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 20;
}
.header-tel-kanji {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 1.6rem;
  margin-left: 2px;
  margin-right: 1px;
}
.header-tel a {
  color: #fdfdfd;
}
.header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  height: 3.2rem;
  position: absolute;
  top: 12px;
  left: 24px;
  margin: auto;
  z-index: 10;
}
.header-tittle-school {
  margin-right: 4px;
}
.header-tittle-zest {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
}
.header-text {
  padding: 12px 0;
}
/*navigation*/
@media(max-width: 1160px) {
  header nav {
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    display: none;
    height: 100vh;
    width: 100%;
    background: #3d7bf2;
    opacity: 0.9;
  }
  header nav ul {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header nav ul li a {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    display: block;
    padding: 32px 0 0 25px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    color: #666;
    font-size: 1.8rem;
    text-align: left;
    text-decoration: none;
  }
  #drawer_toggle {
    z-index: 200;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  #drawer_toggle span {
    position: absolute;
    top: 14px;
    left: 17px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top;
  }
  #drawer_toggle span:nth-child(2) {
    margin-top: 10px;
  }
  #drawer_toggle span:last-child {
    margin-top: 20px;
  }
  #drawer_toggle.open span {
    top: 25px;
    left: 14px;
    width: 35px;
    margin: 0;
  }
  #drawer_toggle.open span:first-child {
    transform: rotate(45deg);
  }
  #drawer_toggle.open span:nth-child(2) {
    display: none;
  }
  #drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
  }
}
@media (min-width: 1160px) {
  .header {
    height: 83px;
  }
  .header img {
    display: block;
    position: absolute;
    top: 15px;
    left: 72.5%;
    width: 28px;
    height: 25px;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header h1 {
    font-size: 3.2rem;
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    font-weight: 600;
  }
  .header-tittle-zest {
    font-size: 3.5rem;
  }
  .header nav {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header nav li a {
    display: block;
    padding: 12px 16px 0;
    color: #fdfdfd;
    font-size: 1.6rem;
  }
  .header nav ul li a:hover {
    color: #fef22a;
  }
  .header-tel {
    display: block;
    font-size: 2.0rem;
    line-height: 1.5;
    left: 75.4%;
    top: 13px;
  }
  .header-tel a {
    margin-right: 8px;
  }
  .header-tel a:hover {
    color: #fef22a;
  }
  .tel-span {
    vertical-align: 1px;
    margin: 0 2px;
  }
  .wave-span {
    margin: 0 2px 0 3px;
    vertical-align: -1px;
    font-size: 1.6rem;
  }
}
.footer {
  padding: 32px 0 16px 0;
  background-color: rgba(254, 242, 42, 0.2);
  font-size: 1.4rem;
  position: relative;
}
.footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 327px;
  margin: 0 auto 40px;
}
.footer-name {
  display: none;
}
.site-map__main-links {
  text-align: left;
  margin-bottom: 20px;
}
.site-map__main-links li {
  margin-bottom: 4px;
}
.site-map__main-links a {
  text-decoration: none;
  color: #3d7bf2;
  font-size: 1.6rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.site-map__main-links a:hover {
  color: #3d7bf2;
}
.footer-addres {
  display: inline-block;
  font-size: 1.4rem;
  text-align: left;
  margin: auto;
  list-style: none;
}
.footer-addres li {
  margin-bottom: 4px;
}
.footer-addres li:last-child {
  margin-bottom: 16px;
}
.footer-attention {
  text-align: left;
  max-width: 190px;
  display: block;
  font-size: 1.2rem;
}
.footer__copyright {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 1160px) {
  .footer {
    height: 306px;
    padding-top: 50px;
  }
  .footer-bottom {
    display: block;
    text-align: left;
    font-size: 1.6rem;
  }
  .footer-content-wrapper {
    max-width: 1160px;
    margin: 0 auto 32px;
    justify-content: center;
  }
  .footer-name {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #3d7bf2;
    margin-right: 60px;
  }
  .site-map {
    text-align: left;
    margin-right: 60px;
  }
  .footer-addres {
    text-align: left;
    font-size: 1.6rem;
  }
  .footer-attention {
    margin: 0;
    width: 370px;
    font-size: 1.4rem;
    text-align: left;
  }
  .footer__copyright {
    margin-top: 32px;
  }
}