@charset "UTF-8";
@media screen and (max-width: 979px) {
  .site-footer {
    height: 40px;
    padding: 0;
    background-color: #6F5436; /* 画像の茶色に近い色 */
    color: #ffffff;
    position: relative;
  }
  .site-footer .footer-content {
    max-width: 1200px;
    text-align: center;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-footer .footer-content .footer-site-title {
    display: none;
  }
  .site-footer .footer-navigation {
    display: none;
  }
  .site-footer .site-info {
    font-size: 14px;
    margin-top: 0px;
    font-weight: 400;
  }
}
@media screen and (min-width: 980px) {
  .site-footer {
    background-color: #6F5436; /* 画像の茶色に近い色 */
    color: #ffffff;
    padding: 20px 0;
    height: 359px;
  }
  .site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-content {
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
    height: 209px;
  }
  .site-footer .footer-content .footer-site-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28.96px;
    text-align: center;
    color: #ffffff;
    margin: 100px 0 0 0;
    padding: 0;
    height: 29px;
  }
  .site-footer .footer-content .footer-navigation {
    margin-top: 50px;
  }
  .site-footer .footer-content .footer-navigation .current_page_item ::after {
    content: "　";
    position: absolute;
    width: 93px;
    border-bottom: 3px solid #ffffff !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4px);
  }
  .site-footer .footer-content .footer-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
  }
  .site-footer .footer-content .footer-navigation .menu ul {
    text-decoration: none;
    list-style: none;
    display: flex;
  }
  .site-footer .footer-content .footer-navigation .menu li {
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: relative;
  }
  .site-footer .footer-content .footer-navigation .menu .current_page_item ::after {
    content: "　";
    position: absolute;
    width: 93px;
    border-bottom: 3px solid white !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4px);
  }
  .site-footer .footer-content .footer-navigation .menu li:not(:last-child) {
    border-right: 1px solid white;
  }
  .site-footer .footer-content .footer-navigation .menu li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
  }
  .site-footer .footer-content .site-info {
    font-size: 14px;
    margin-top: 100px;
    font-weight: 400;
  }
}/*# sourceMappingURL=footer.css.map */