/* footer
-------------------------*/
#footGallery .galleryLi, footer .logoLi {
  overflow: hidden;
  *zoom: 1;
}

#footGallery .galleryLi img, #footGallery .txt img, #spFootMenu img, footer .logoLi img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

#footGallery .galleryLi li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#footGallery {
  border-top: 3px solid #7F1B00;
  border-bottom: 3px solid #7F1B00;
  background: #ffebc7;
  padding: 38px 0;
}
#footGallery .galleryLi {
  margin-left: -14px;
  width: 845px;
  float: left;
}
#footGallery .galleryLi li {
  background: #fff;
  padding: 10px;
  float: left;
  width: 155px;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 135px;
  height: 135px;
  overflow: hidden;
}
#footGallery .txt {
  float: right;
  width: 350px;
}
#footGallery .btn {
  position: absolute;
  width: 191px;
  height: 47px;
  bottom: 0;
  right: 155px;
}

footer,#footerArea {
  background: #fff;
  padding: 20px 0;
  color: #000;
}
footer .container,
#footerArea .container {
  max-width: 930px;
}
footer .logoLi,
#footerArea .logoLi {
  margin-bottom: 20px;
  margin-top: 10px;
}
footer .logoLi li,
#footerArea .logoLi li {
  float: left;
  width: 68px;
  margin-left: 10px;
}
footer .logoLi li:first-child,
#footerArea .logoLi li:first-child {
  margin-left: 0;
}
footer .logoArea,
#footerArea .logoArea {
  float: left;
}
footer .bnrArea,
#footerArea .bnrArea {
  float: right;
}
footer .bnr,
#footerArea .bnr {
  margin-top: 10px;
}

#footbottom {
  clear: both;
}

#links {
  margin-bottom: 10px;
}
#links li {
  display: inline-block;
  margin-left: 10px;
}
#links li:first-child {
  margin-left: 0;
}

#footdial {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #footGallery {
    padding: 20px 15px 25px;
    border-bottom: 3px solid #f39800;
  }
  #footGallery .txt {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  #footGallery .galleryLi {
    margin-left: 0;
    padding: 0 5px;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  #footGallery .galleryLi li {
    position: relative;
    width: 33.3%;
    margin-left: 0;
    padding: 5px;
    margin-bottom: 5px;
    height: auto;
  }
  #footGallery .galleryLi li:nth-child(3n+1) {
    left: -5px;
  }
  #footGallery .galleryLi li:nth-child(3n) {
    left: 5px;
  }
  #footGallery .galleryLi li:last-child {
    display: none;
  }
  #footGallery .galleryLi li img {
    width: 100%;
    height: auto;
  }
  #footGallery .btn {
    position: relative;
    right: inherit;
    margin: 0 auto;
  }

  #toTop .wrap {
    padding: 20px 0;
    background: #FFF5D7;
  }
  #toTop img {
    display: block;
    width: 90px;
    margin: 0 auto;
  }

  #spFootMenuLi {
    background: #F39700;
    overflow: hidden;
  }
  #spFootMenuLi li {
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-top: 2px dotted #7F1B00;
  }
  #spFootMenuLi li:last-child .wrap {
    padding: 10px;
  }
  #spFootMenuLi li .hover {
    padding: 0 4px;
  }
  #spFootMenuLi li:first-child, #spFootMenuLi li:nth-child(2) {
    border-top: none;
  }
  #spFootMenuLi li:nth-child(odd):before {
    position: absolute;
    top: 0;
    right: -2px;
    width: 1px;
    height: 100%;
    border-left: 2px dotted #7F1B00;
    content: "";
  }
  #spFootMenuLi .clip .wrap {
    padding: 10px;
  }

  footer .logoLi,
  #footerArea .logoLi {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  footer .logoLi li,
  #footerArea .logoLi li {
    width: 33.3%;
    margin-left: 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
  }
  footer .logoLi li:first-child,
  #footerArea .logoLi li:first-child {
    float: none;
    margin: 0 auto;
    padding: 10px;
    border: none;
  }
  footer .logoLi .center,
  #footerArea .logoLi .center {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #links {
    background: #fff5d7;
  }
  #links a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #f39503;
    font-weight: bold;
  }
  #links a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 3px solid #f39503;
    border-right: 3px solid #f39503;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    content: "";
  }
  #links li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
  }

  #footdial {
    padding: 10px;
  }
  #footdial .txt {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.4;
  }
  #footdial .ib {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  #copyright {
    color: #999;
    font-size: 10px;
    text-align: center;
  }

  .footPopLi.gallery > li {
    padding: 0 0 10px 0 !important;
  }
  .footPopLi.gallery .galleryTxt {
    padding: 10px 10px 0;
    font-size: 12px;
  }
  .footPopLi.gallery .snsLi {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .footPopLi.gallery .snsLi li {
    width: 50%;
  }
  .footPopLi.gallery iframe {
    display: block;
    width: 239px !important;
    min-width: 100% !important;
    height: 100% !important;
  }
  
  
  

  footer {
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2) inset;
  padding: 5px 0 5px 0;
  margin-top: 0px;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  footer .container {
  width: 298px;
  margin: 0 auto;
  overflow:visible;
  }
  footer .logoArea {
  height:188px;
  }
  footer .logoLi {
  border:none;
  margin-bottom: 0;
  margin-top:0;
  overflow:visible;
  }
  footer .logoLi li {
  background-color: #fff;
  margin-right: 8px;
  margin-top: 10px;
  width: 94px;
  height: 55px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.4);
  float: left;
  text-align: left;
  border:none !important;
  overflow:hidden;
  }
  footer .logoLi li:first-child {
  text-align: center;
  margin:  0 0 0;
  height: 40px;
  width:80px; margin:7px auto 0;
  padding:0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0);
  -webkit-border-radius:0;
  }
  footer .logoLi li:nth-child(4) {
    margin-right:0;
  }
  footer .logoLi li:nth-child(9) {
  display:none;
  }
  footer #footbottom {
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.4);
  }
  footer #footbottom #links {
    background-color:transparent;
    margin-bottom:0;
  }
  footer #footbottom li {
    background-color: #fff;
    border-bottom: 1px solid #d9d2bf;
  }
  footer #footbottom li:first-child {
    -webkit-border-radius: 8px 8px 0 0;
  }
  footer #footbottom li:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  }
  footer #footbottom li a {
  padding: 0 10px;
  width: 268px;
  font-size: 12px;
  color: black;
  -webkit-background-size: 7px 10px;
  background: transparent url(../img/common/icon_list_arrow_gold.png) no-repeat right center;
  background-size: 7px;
  display: block;
  line-height: 36px;
  }
  footer #footbottom li a:before {
  display:none;
  }
  footer #footdial {
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #d9d2bf;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.7);
  width: 282px;
  padding: 8px;
  margin: 8px auto 4px auto;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1) inset;
  }
  footer #footdial .txt {
  padding:0; border:none;
  line-height:1.7em;
  color:#333;
  }
  footer #footdial .txt span.ib {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-bottom:0;
  }
  footer #copyright {
  text-align: center;
  font-size: 9px;
  color: #aaa;
  line-height:1.8em;
  }
  
}

/* footer
-------------------------*/
@media screen and (min-width: 768px) {

#footerArea {
  background: #FFF!important;
  padding: 20px 0px!important;
}

#footerArea a {
  color: #000!important;
  font-size: 12px!important;
}

}

@media screen and (max-width: 767px) {

#nssCommonFooter_sp{
  background:#fff;
}

}
