.footer {
  padding: 50px 20px 20px;
  color: #fff;
  position: relative;
  z-index: 10;
  background-color: #452d15;
  background-position: center top;
}

.footer-body {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-body p.footer-logo {
  margin: 0;
}

.footer-logo > a {
  display: block;
  width: 190px;
}

.footer-link > dt {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.footer-link > dd + dt {
  margin-top: 24px;
}

.footer-link > dd {
  margin-top: 10px;
  font-size: 14px;
  padding-left: 5px;
}

.footer-link > dd > ul > li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.footer-link > dd > ul > li > a {
  color: #fff;
}

.footer-link > dd > ul > li > a::before {
  content: "・";
}

.footer-copy {
  margin-top: 50px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

/* 追従Xバナー */
/* 共通 */
#follow-nav{
  position: fixed;
  bottom: 65px;
  right: -120px;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  width: 350px;
  height: auto;
}

#follow-nav.on {
  right: 25px;
  opacity: 1;
}

#follow-nav a {
  display: inline-block;
}

#follow-nav a img {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#follow-nav:hover a img:nth-of-type(2) {
  opacity: 0;
}

/* TOPのみ */
.top-sengokueien #follow-nav{
  right: 7%;
  opacity: 1;
  width: 430px;
}

.top-sengokueien #follow-nav.on {
  right: 30px;
  /* opacity: 1; */
  width: 400px;
}

.top-sengokueien #follow-nav.remove {
  right: -120px;
  opacity: 0;
  width: 400px;
}



@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
    background-size: 26px;
  }

  .footer-body {
    display: block;
  }

  .footer-logo {
    display: none;
  }

  .footer-link > dt {
    padding: 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c1a372;
    color: #ffffff;
  }
  .footer-link > dd + dt {
    margin-top: 0;
  }

  .footer-link > dd {
    padding: 0 8px;
    margin-top: 0;
    font-size: 9px;
  }

  .footer-link > dd > ul > li:nth-of-type(n + 2) {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer-link > dd > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
  }

  .footer-copy {
    padding: 5px 0;
    margin-top: 0;
    font-size: 7px;
  }

  /* 追従Xバナー */
  #follow-nav{
    bottom: 40px;
    width: 250px;
  }

  #follow-nav.on {
    right: 20px;
  }
  /* TOPのみ */
  .top-sengokueien #follow-nav{
    right: -120px;
    opacity: 0;
    width: 250px;
  }

  .top-sengokueien #follow-nav.on {
    right: 20px;
    opacity: 1;
    width: 250px;
  }

  .top-sengokueien #follow-nav.remove {
    right: -120px;
    opacity: 0;
    width: 250px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .footer-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: auto;
    margin-bottom: 40px;
  }
}