@charset "utf-8";

/*
 * Footer Fixed Menu CSS v1.0.0
 * Copyright 2017 the Saibase (http://thesaibase.com)
 */

/* STORK フッター固定メニュー
--------------------------------------------*/
@media only screen and (max-width: 767px) {
  ul.footer-fixed-menu {
    background: #007a06;
    border-top: 1px solid #ffffff;
    bottom: 0;
    display: table;
    left: 0;
    margin: 0;
    position: fixed;
    table-layout: fixed;
    width: 100%;
    z-index: 9999;
  }
  ul.footer-fixed-menu li {
    display: table-cell;
    font-size: 10px;
    line-height: 1.3;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 4px;
    vertical-align: middle;
  }
  ul.footer-fixed-menu li a {
    border: none;
    color: #ffffff;
    display: block;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
  }
  ul.footer-fixed-menu li i {
    font-size: 20px;
    margin: 0 0 3px 0;
  }
  .sns-follow {
    bottom: -10px;
    display: table;
    margin: 0;
    position: fixed;
    table-layout: fixed;
    width: 100%;
    z-index: 9998;
  }
  .sns-follow li {
    background: #000;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    line-height: 1.4;
    padding-top: 8px;
    text-align: center;
  }
  .sns-follow li i {
    font-size: 20px;
  }
  .sns-follow li.sns-follow-twt {
    background: #00aced;
  }
    .sns-follow li.sns-follow-feed {
    background: #9acd32;
  }
  .sns-follow li.sns-follow-fb {
    background: #3b579d;
  }
  .sns-follow li.sns-follow-insta {
    background: #604c41;
  }
  .sns-follow li.sns-follow-line {
    background: #00b900 url(/wp-content/themes/jstork_custom/library/images/sns/logo_line_at.png?v2) center center no-repeat;
    background-size: 42px auto;
  }
  .sns-follow li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  /* コピーライト */
  footer .copyright {
    padding-bottom: 55px;
  }

  /* モーダルポップアップタイトル */
  .remodal-title {
    color: #95979c;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-top: 1.6em;
  }
}