/*---------------------------------------------------------
  footer style
  元データ：http://www.sd-house.jp/shared/css/layout.css
----------------------------------------------------------*/
footer {
  font: 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: center;
  background: #FFF;
}

/* footer
------------------------------------------------*/
footer {
  clear: both;
}

footer .pagetop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}

footer .pagetop a {
  background: #000 url(../img/common/foot_pagetop.png) no-repeat center center;
  text-indent: -9999px;
  display: block;
  height: 50px;
  width: 50px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

footer .pagetop a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

footer .snsbtn {
  position: absolute;
  left: 0px;
  top: -130px;
}

footer .footShare {
  background: #F4F4F5;
  padding: 40px;
}

footer .footShare a {
  color: #000;
  text-decoration: none;
}

footer .footShare a:hover {
  color: #333;
}

footer .footShare p {
  padding-bottom: 50px;
  color: #333;
  text-align: center;
}

footer .footShare ul {
  text-align: center;
}

footer .footShare li {
  display: inline-block;
  padding: 0px 10px;
}

footer .footShare li a {
  text-align: center;
  padding-top: 35px;
}

footer .footShare li.youtube a {
  background: url(../img/common/ic_youtube.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footShare li.instagram a {
  background: url(../img/common/ic_instagram.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footShare li.pinterest a {
  background: url(../img/common/ic_pinterest.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footShare li.fb a {
  background: url(../img/common/ic_facebook2.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footShare li.tw a {
  background: url(../img/common/ic_twitter.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footShare li.ln a {
  background: url(../img/common/ic_line.png) no-repeat center top;
  background-size: 30px 30px;
}

footer .footBtm {
  color: #FFF;
  background: #969DA0;
  text-align: left;
  padding: 40px 0px 80px 0px;
  margin: 0px auto;
  position: relative;
}

footer .footBtm a {
  color: #FFF;
  text-decoration: none;
}

footer .footBtm a:hover {
  color: #CCC;
}

footer .footBtm .inner {
  margin: 0px auto;
  width: 1200px;
  position: relative;
}

footer .footBtm .logo {
  width: 225px;
  float: left;
}

footer .footBtm .logo a {
  background: url(http://www.sd-house.jp/shared/img/common/foot_logo.png) no-repeat 0px 0px;
  text-indent: -9999px;
  display: block;
  width: 225px;
  height: 113px;
  background-size: 225px 113px;
  -webkit-background-size: 225px 113px;
  -moz-background-size: 225px 113px;
  -o-background-size: 225px 113px;
}

footer .footBtm .address {
  float: left;
  width: 335px;
  margin-left: 20px;
}

footer .footBtm .address .name {
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  margin-bottom: 10px;
}

footer .footBtm .address .add {
  font-size: 13px;
}

footer .footBtm .address .tel {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

footer .footBtm .link {
  float: left;
  width: 200px;
  margin-left: 40px;
}

footer .footBtm .link li {
  padding-bottom: 5px;
}

footer .footBtm .link li a {
  background: url(http://www.sd-house.jp/shared/img/common/parts_arrow1.png) no-repeat 0px 6px;
  padding-left: 10px;
}

footer .footBtm .contact {
  float: left;
  width: 340px;
  margin-left: 20px;
  background: url(http://www.sd-house.jp/shared/img/common/foot_contact_bg.png) no-repeat center top;
  padding-top: 35px;
}

footer .footBtm .contact a {
  background: url(http://www.sd-house.jp/shared/img/common/foot_contact.png) no-repeat 0px 0px;
  height: 122px;
  width: 340px;
  display: block;
  text-indent: -9999px;
}

footer .footBtm .contact a:hover {
  background: url(http://www.sd-house.jp/shared/img/common/foot_contact.png) no-repeat 0px -122px;
}

footer .footBtm .banner {
  width: 600px;
  position: absolute;
  left: 0px;
  top: 160px;
  display: block;
  vertical-align: top;
}

footer .footBtm .banner dl {
  width: 270px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

footer .footBtm .banner dt {
  margin-right: 10px;
}

footer .footBtm .banner dd {
  font-size: 0.8em;
}

footer .copyright {
  padding-top: 30px;
  text-align: right;
  clear: both;
}

/*---------------------------------------------------------
  width: 768px
----------------------------------------------------------*/
@media screen and (max-width: 768px) {

  /* footer
  ------------------------------------------------*/
  footer {
    clear: both;
  }

  footer .pagetop {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 80px;
    display: none;
  }

  footer .pagetop a {
    background: #000 url(../img/common/foot_pagetop.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 50px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  footer .pagetop a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  footer .snsbtn {
    position: absolute;
    left: 0px;
    top: -130px;
  }

  footer .footShare {
    background: #F4F4F5;
    padding: 40px;
  }

  footer .footShare a {
    color: #000;
    text-decoration: none;
  }

  footer .footShare a:hover {
    color: #333;
  }

  footer .footShare p {
    color: #333;
    text-align: center;
  }

  footer .footBtm {
    color: #FFF;
    text-align: left;
    padding: 60px 0px 100px;
    margin: 0px auto;
    position: relative;
  }

  footer .footBtm a {
    color: #FFF;
    text-decoration: none;
  }

  footer .footBtm a:hover {
    color: #CCC;
  }

  footer .footBtm .inner {
    margin: 0px auto;
    width: 100%;
  }

  footer .footBtm .logo {
    width: 100%;
    float: none;
  }

  footer .footBtm .logo a {
    background: url(http://www.sd-house.jp/shared/img/common/foot_logo.png) no-repeat 0px 0px;
    text-indent: -9999px;
    display: block;
    width: 180px;
    height: 90px;
    background-size: 180px 90px;
    -webkit-background-size: 180px 90px;
    -moz-background-size: 180px 90px;
    -o-background-size: 180px 90px;
    margin: 0px auto;
  }

  footer .footBtm .address {
    float: none;
    width: 300px;
    margin: 20px auto 0px;
  }

  footer .footBtm .address p {
    text-align: center;
  }

  footer .footBtm .address .name {
    padding: 10px 0px;
    margin-bottom: 10px;
  }

  footer .footBtm .address .tel {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
  }

  footer .footBtm .link {
    display: none;
  }

  footer .footBtm .contact {
    float: none;
    width: 100%;
    margin: 20px auto 0px;
    background: url(http://www.sd-house.jp/shared/img/common/foot_contact_bg.png) no-repeat center top;
    padding-top: 35px;
    background-size: 260px 23px;
    -webkit-background-size: 260px 23px;
    -moz-background-size: 260px 23px;
    -o-background-size: 260px 23px;
  }

  footer .footBtm .contact a,
  footer .footBtm .contact a:hover {
    background: url(http://www.sd-house.jp/shared/img/common/foot_contact.png) no-repeat center top;
    height: 100px;
    width: 100%;
    display: block;
    text-indent: -9999px;
    background-size: 280px 200px;
    -webkit-background-size: 280px 200px;
    -moz-background-size: 280px 200px;
    -o-background-size: 280px 200px;
  }

  footer .footBtm .banner {
    padding: 20px 10%;
    width: inherit;
    position: inherit;
    left: inherit;
    bottom: inherit;
    top: inherit;
  }

  footer .footBtm .banner dl {
    width: inherit;
    display: flex;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .footBtm .banner dt {
    width: 80px;
    height: auto;
  }

  footer .footBtm .banner dt img {
    max-width: 100%;
    height: auto;
  }

  footer .footBtm .banner dd {
    width: calc(100% - 90px);
  }

  footer .copyright {
    padding-top: 20px;
    text-align: center;
    clear: both;
    font-size: 11px;
  }
}