/*
 Theme Name: Arkhe Child
 Template: arkhe
 Version: 1.0
*/



/* フッターセンター寄せ調整 */
footer .l-footer__widgets > .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央寄せ */
  gap: 20px; /* 各ウィジェット間のスペース */
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}


footer .w-footer {
  flex: 1 1 600px; /* 幅の最小値を確保しつつ、可変に */
  max-width: 700px;/* 幅調整 */
}

@media (max-width: 768px) {
  footer .l-footer__widgets > .l-container {
    flex-direction: column;
    align-items: center;
  }
}
