@charset "UTF-8";
/* CSS Document */
h2 {
  font-family: "04かんじゅくゴシック";
  font-weight: 500;
  font-size: 2.4rem;
}
h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

p,h2,h3,h4 {
  color: #693f0d;
  font-weight: 500;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
header {
  text-align: center;
}

main {
  text-align: center;
}

section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}




@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFF;
    display: block;
    content:"";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 20px;
    padding: 20px;
  }

}

.site-map {
  display: flex;
  text-align: left;
  justify-content: left;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: 600;
}
.site-map__service-links {
  margin-left: 30px;
}
.footer__copyright {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1160px) {
  .footer {
    padding: 70px 0 45px;
  }
  .footer-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .footer .site-map {
    padding: 0;
    font-weight: 400;
  }
  .footer .site-map li {
    padding: 0;
    margin-bottom: 10px;
  }
  .footer__copyright {
    font-size: 2.0rem;
    font-weight: 400;
  }
}