 @charset "utf-8";
/* PCフッター -------------------------------------------------------------------- */
footer {
  margin-top: 100px;
}
.copy {
font-size: 0.75em;
width: 100%;
display: inline-block;
margin-top: 20px;
padding: 0.8em 0;
border-top: 1px solid #CBCBCB;
text-align: center;
color: #626262;
}
.copy span {
  margin-right: 20px;
}
.footer_bg .wrapM {
  min-width: 1000px;
}
.footer_bg .flow_root .float_l {
  position: relative;
}
.footer_bg .flow_root .float_l:first-child {
  margin-right: 100px;
  width: 40%;
}
.footer_bg .flow_root .float_l:nth-child(2) {
  width: 25%;
}
.footer_bg .flow_root .float_r {
  width: 25%;
}
.footer_bg .flow_root .float_l:first-child::after {
  content: '';
  background-color: #CAA71C;
  width: 3px;
  height: 300px;
  position: absolute;
  right: -50px;
  top: 0;
}
.footer_bg .flow_root .float_l li {
  margin-bottom: 10px;
}
.footer_bg .Btn01 {
  margin-bottom: 40px;
  text-align: center;
}
.footer_bg .Tel {
  text-align: center;
  display: block;
}


/* スマホフッター-------------------------------------------------------------------- */
@media (max-width: 480px) {
  .fix_contact .Btn03 {
    margin-top: 40px;
    width: auto;
  }
  footer {
    margin-top: 30px;
  }
  .footer_bg {
    background-color: initial;
    padding-top: initial;
    padding-top: 20px;
  }
  footer .wrap {
    width: 90vw;
  }
  footer .logo {
    max-height: 25px;
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .footer_bg .wrapM {
    min-width: initial;
    width: 90vw;
  }
  .copy {
    text-align: center;
  }
  .footer_bg .flow_root .float_l:first-child::after {
    display: none;
  }
  .footer_bg .flow_root .float_r {
    margin-top: 40px;
  }
  .footer_bg .Tel {
  display: block;
}
.footer_bg .Btn01 {
  margin-bottom: 80px;
}

}