#footer {
  padding-bottom: 50px;
  background-color: #F5F6F7;
}

/* foot image */
#footer .foot-banner {
  width: 100%;
}

#footer .copyright {
  position: relative;
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 40px;
}

#footer ul {
  list-style: none;
  margin: 0 auto;

  margin-top: 37px;
  margin-bottom: 20px;

  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#footer p {
  font-size: 12px;
  font-weight: 500;
}

#footer a {
  color: #595959;
  text-decoration: none;
}

#footer ul li {
  display: inline;
  margin: 0 7px;
  /* background: url(//iniwedding.com/event/Fair14/img22/bu_bar.png) no-repeat left center; */
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
}
#footer ul li:first-child::after,
#footer ul li:last-child::after {
  display: none;
}
#footer ul li::after{
  content: "";
  margin-left: 7px;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-top: 4px;
  background-color: #a5a5a5;
}

#footer address {
  line-height: 1.6;
  margin-bottom: .5em;
  font-style: normal;
  font-size: 11px;
}

#footer address span {
  display: inline;
  width: 100%;
  font-size: 13px;
  color: #8f8f8f;
  line-height: 1.8;
}
#footer address span a {
  color: #6a0595;
}

#footer address .first {
  margin-top: 20px;
}

#footer address .address {
  margin-bottom: 20px;
}
#footer .sns-list {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .sns-list .sns-item{
  margin: 0 10px;
  cursor: pointer;
}
