<?php
/**
 * 子テーマ用 footer.php
 * 親テーマのアップデートに関係なく、ここが優先されます。
 */
?>

<footer id="footer">
  <div id="footer_inner">

    <div id="footer_menu_bottom" class="clearfix"></div>

    <p id="copyright">
      Copyright &nbsp;
      <a href="https://kamaichi-kogyo.co.jp/">Kamaichi Kogyo Co., Ltd.</a>
      &nbsp;ALL RIGHTS RESERVED.
    </p>

  </div><!-- END #footer_inner -->
</footer><!-- END #footer -->

<?php wp_footer(); ?>
</body>
</html>
