@charset"utf-8";

.footerWrap{
  background: url(../../images/top/bg.png) no-repeat;
  background-position: bottom right;
}

.footer{
  font-size: 100%;
  padding: 1em;
  background: #f5f2e9;
  border-top: 8px solid #bcb59f;
}

.footer.order {
    padding: 1em 0 0;
    border: none;
    margin: 10em 0 0;
    border-top: 8px solid #bcb59f;
}

.footer .wrap{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.footer .linkList{
  display:flex;
  justify-content: space-between;
  color: #888;
}
.footer .linkList.sp{
  display:none;
}
.footer .linkList a{
  color: #888;
  display: block;
  transition: .3s;
}
.footer .linkList a:hover{
  color: #385aac;

}
.footer .linkList ul{
  margin: 2em 0 0;
}
.footer .linkList ul li{
  padding:0 0 1em 0;
  font-size: 140%;
}
.footer .linkList ul.border{
  border-left: 1px solid #cac4b7;
  padding: 0 0 0 4em;
}
.footer .linkList.sp{
  display:none;
}
.footer .footerLogo {
  display: block;
  margin: 3em auto;
  text-align: center;
}
.footer .footerLogo img{
  width: 400px;
}
.footer .copyright{
  text-align: center;
}
.footer .copyright .txt{
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright .mark{
  font-size: 200%;
  padding: 0 .2em;
}
.footerWrap .contact {
    padding: 0 0 10em 0;
    max-width: 1000px;
    margin: 0 auto;
}

.footerWrap .contact .contactList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
    border: 1px solid #ccc;
    margin: 8em 0 0;
    padding: 3em 0 2em;
    background: #fff;
}
.footerWrap .contact .submitBtn {width: 208.75px;font-size: 100%;display: block;position: absolute;bottom: 0;}
.footerWrap .contact .contactList li {
    padding: 4em 2em 6em;
    flex: 1;
    text-align: center;
    border-right: 1px solid #ccc;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
}

.footerWrap .contact .contactList li:last-child {
    border-right: none;
}
.footerWrap .contact .contactList .tel {
    background-image: url(../../images/footer/tel.svg);
    background-size: 49px 30px;
}

.footerWrap .contact .contactList .fax {
    background-image: url(../../images/footer/fax.svg);
    background-size: 37px 30px;
    position: relative;
}

.footerWrap .contact .contactList .contact {
    background-image: url(../../images/footer/contact.svg);
    background-size: 39px 30px;
    position: relative;
}

.footerWrap .contact .contactList .delivery {
    background-image: url(../../images/footer/delivery.svg);
    background-size: 45px 30px;
}

.footerWrap .contact .contactList dt {
    font-size: 180%;
    color: #666;
    font-weight: bold;
    position: relative;
}

.footerWrap .contact .contactList dd {
    font-size: 140%;
    color: #666;
    text-align: left;
}
.footerWrap .contact .contactList .first {
    margin: .5em 0 0;
}
#pageTop {
    position: fixed;
    bottom: 5em;
    right: 5em;
    z-index: 11;
}
#pageTop a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/footer/totop.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.contactList .pc{
 display: inline-block;
}
.contactList .sp{
 display: none;
}
.contactList .uppo{
  margin: 0 0 1em;
}
.footer .linkList ul li a.outsideLink:after {
    width: 17px;
    height: 17px;
    background: url(../../images/common/outsideLink.png) no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-position: bottom right;
    background-size: 70%;
    transition: .3s
}
.footer .linkList ul li a.outsideLink:hover:after {
    width: 17px;
    height: 17px;
    background: url(../../images/common/outsideLink_o.png) no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-position: bottom right;
    background-size: 70%;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  /* ウィンドウ左右枠との間隔設定 */
  .footerWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* ボタン位置調整 */
  .footerWrap .contact .submitBtn {
    max-width: 170px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .footer .linkList {
    padding: 0 1.2em;
  }

  .footer .linkList ul.border {
    padding: 0 0 0 2.7em;
  }

  .footer .wrap .linkList ul.border {
    padding: 0 0 0 2.7em;
  }

  .footerWrap .contact .contactList li {
    padding: 4em 1.5em 6em;
  }
}

/*sp*/
@media screen and (max-width:767px) {
.footerWrap {
    background: none;
}
.footer {
    padding: 0;
    border: none;
}
.footer.order {
    padding: 1em 0 0;
    border: none;
  border-top: 8px solid #bcb59f;
}
.footer .footerLogo img{
  width:80%;
}
.footer .wrap{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer .linkList.pc {
    display: none;
}
.footer .linkList.sp {
    display: block;
    width: 100%;
}
.footer .linkList ul{
    display: flex;
    flex-wrap: wrap;
    margin: 2.5em 0 0;
}
.footer .linkList ul li {
    width: 50%;
    padding: 0;
    font-size: 120%;
}

.footer .linkList ul li a{
    padding: 0 0 .75em 1em;
}

.footer .linkList ul li.w100 {
    width: 100%;
}
.footer .copyright {
    text-align: center;
    padding: 1em 0 0;
}
.footerWrap .contact .contactList {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
    border: 1px solid #ccc;
    padding: 0;
    margin: 4em 0;
}

.footerWrap .contact .contactList li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 2em 0;
    display: block;
    background-position: bottom 5em left 5em;
    background-repeat: no-repeat;
    background-size: 40px;
}

.footerWrap .contact .contactList li:last-child {
    border-right: none;
    border-bottom: none;
}
.footerWrap .contact {
    padding: 0 1em;
}
.footerWrap .contact .contactList dl {
    display: table;
    width: 100%;
}
.footerWrap .contact .contactList dt {
    display: table-cell;
    font-size: 140%;
    width: 40%;
    vertical-align: middle;
}

.footerWrap .contact .contactList dd {
    font-size: 120%;
    padding: 0 1em;
}

#pageTop {
    position: fixed;
    bottom: 5em;
    right: 1em;
}
.footerWrap .contact .contactList .tel,.footerWrap .contact .contactList .fax,.footerWrap .contact .contactList .contact,.footerWrap .contact .contactList .delivery {
    background: none;
}
.footerWrap .contact .contactList .tel{
  padding:2.5em 0;
}

.footerWrap .contact .contactList .tel dt:before {
    width: 49px;
    height: 30px;
    background: url(../../images/footer/tel.svg) no-repeat center center;
    display: block;
    margin: 0 auto .5em;
    content: "";
    background-size: 90%;
}

.footerWrap .contact .contactList .fax dt:before {
    width: 37px;
    height: 30px;
    background: url(../../images/footer/fax.svg) no-repeat center center;
    display: block;
    margin: 0 auto .5em;
    content: "";
}

.footerWrap .contact .contactList .contact dt:before {
    width: 39px;
    height: 30px;
    background: url(../../images/footer/contact.svg) no-repeat center center;
    display: block;
    margin: 0 auto .5em;
    content: "";
}

.footerWrap .contact .contactList .delivery dt:before{
    width: 45px;
    height: 30px;
    background: url(../../images/footer/delivery.svg) no-repeat center center;
    display: block;
    margin: 0 auto .5em;
    content: "";
}


.footerWrap .contact .submitBtn {
    width: 100%;
    font-size: 100%;
    margin: 1em 0 0;
    padding: .5em;
    position: static;
}
.footer .subBtn {
    width: 80%;
    padding: .5em;
}
.contactList .pc{
 display: none;
}
.contactList .sp{
 display: inline-block;
    color: #385aac;
    text-decoration: underline;
}
}

@media screen and (max-width:320px) {
.footer .linkList ul li:nth-child(odd){
    width: 50%;
}
.footer .linkList ul li:nth-child(5){
    width: 100%;
}
.footer .linkList ul li:nth-child(7){
    width: 100%;
}
}