@charset "UTF-8";
footer {
  margin: 0 auto;
  padding: 8px;
  width: 100%;
  /* max-width: 940px; */
  color: #fff;
  background: #4c4c4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

footer p {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  font-size: 0.8rn; }

html body footer p a,
html body footer p a:visited,
html body footer p a:link {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  font-size: 12px;
  color: #d9d9d9; }

html body footer p a:hover {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  font-size: 0.8rn;
  color: #fff; }

footer p.cp {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  font-size: 10px; }

#footerNav {
  display: flex;
  flex-flow: row wrap;
  /*並びの方向　折り返しのありなし*/
  /*justify-content: center space-between;並び方の配置規則*/
  -webkit-justify-content: center;
  /*並び方の配置規則*/
  justify-content: center;
  /*並び方の配置規則*/
  margin-bottom: 12px; }
  #footerNav li {
    margin-right: 8px;
    margin-bottom: 4px;
    padding-right: 8px;
    height: 16px;
    border-right: #666 solid 1px; }
    #footerNav li:last-child {
      margin: 0;
      padding: 0;
      border: 0; }
  #footerNav a, #footerNav a:link, #footerNav a:visited {
    color: #d9d9d9;
    font-size: 12px;
    line-height: 16px; }

#snsBox {
  display: flex;
  flex-flow: row wrap;
  /*並びの方向　折り返しのありなし*/
  -webkit-justify-content: center;
  /*並び方の配置規則*/
  justify-content: center;
  /*並び方の配置規則*/
  margin-bottom: 12px; }

footer #snsBox a {
  display: table;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%; }

footer #snsBox a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

footer #snsBox a i.fa-2x {
  font-size: 1rem; }

footer #snsBox a:last-child {
  margin-right: 0; }

/* LINE +++++++++++++++++++++++++++++++++++++++ */
footer #snsBox a {
  position: relative;
  z-index: 11;
  display: table;
  width: 28px;
  height: 28px;
  background: #8d8d8d;
  border-radius: 50%; }

footer #snsBox a.line {
  background-image: url("/assets/svg/line.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat; }

footer #snsBox a.instagram {
  background: #ef0072; }

footer p {
  font-size: 0.7rem; }

/* Coloring */
footer #snsBox a#fb {
  background: #1877f2; }

footer #snsBox a#tw {
  background: #1DA1F2; }

footer #snsBox a#in {
  background: #f50000;
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000); }

footer #snsBox a#li {
  background: #00b900 url("/assets/svg/line.svg") no-repeat center; }

@media only screen and (max-width: 767px) {
  html body footer p a,
  html body footer p a:visited,
  html body footer p a:link {
    margin: 0 auto;
    width: auto;
    font-size: 10px;
    line-height: 12px; }

  footer p.cp {
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%; }

  footer ul,
  footer p {
    margin: 0 auto;
    text-align: center;
    width: 100%; } }

/*# sourceMappingURL=footer.css.map */
