/* footerセクション */
footer.l-footer.footer-section {
  position: relative;
}

.p-footer-sub-nav.c-sub-nav {
  background-color: #496031;
}

.footer-section .c-copyright {
  background-color: #496031;
}

.footer-section .c-navbar__item {
  font-size: 15px;
  color: #fff;
  padding: 0 1.5%;
}

footer.l-footer.footer-section > .p-footer-sub-nav > .c-fluid-container {
  padding-top: 150px;
  margin: 0;
}

.c-fluid-container {
  margin: 0 50px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 50px;
  text-align: center;
}

body:not([style*=margin-bottom]) .l-footer .c-copyright {
  padding-bottom: calc(.9rem + env(safe-area-inset-bottom));
  padding-bottom: 40px;
}

 /* フッターロゴ */
 img.footer-logo {
  width: 55px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 899px) { 
  .footer-section .c-navbar__item {
    font-size: 15px;
    padding: 0 1.5%;
    line-height: 2;
    margin: 0;
}

.footer-section .c-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

  .p-footer-sub-nav .c-navbar__item {
    flex: 0 0 33%;
}

.l-footer .menu-item {
  margin-bottom: 9px;
}

li#menu-item-221 {
  flex: 0 0 33%;
  margin-bottom: 0;
}

li#menu-item-215 {
  flex: 0 0 100%;
  margin-bottom: 0;
}
}

@media screen and (max-width: 599px) { 
 .l-container .footer-section .c-navbar__item {
    font-size: 13px;
}

.p-footer-sub-nav.c-sub-nav {
  background-color: #496031;
  margin-bottom: -52px;
}

footer.l-footer.footer-section > .p-footer-sub-nav > .c-fluid-container {
  padding-top: 130px;
  margin: 0;
}
}