/*
Theme Name: ichoushika
Theme URI: http://ichoushika
Author: teru
Author URI: http://ichoushika
Version: 1.0
Text Domain: ichoushika
*/

.footer_menu {
  display: none;
}

@media screen and (max-width:480px) {
  .footer_menu {
    display: inline;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 30;
  }

  .menu_ftbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #E6B353;
  }

  .menu_ftbox .menu_item {
    width: 50%;
    padding: 15px;
    text-align: center;
  }

  .menu_ftbox .menu_item a {
    color: #fff;
    text-decoration: none;
  }

  .right_border {
    border-right: 1px solid #fff;
  }
}
