 @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: #D56984;
  width: 3px;
  height: 310px;
  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;
}
.sns .sns-title::before {
  content: '';
  display: inline-block;
  background-image: url('../img/icon/instagram.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: -15px;
  margin-right: 5px;
}
.sns {
  margin-top: 30px;
}
.sns .sns-title {
  font-weight: 600;
}
.sns-list {
  margin-top: 30px;
}
.sns-list li {
  float: left;
  width: calc(100% / 3) !important;
  position: relative;
}
.sns-list li::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url('../img/icon/instagram_w.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-bottom: -15px;
  margin-right: 5px;
  top: 5px;
  right: 0;
}
.sns-list li a {
  display: block;
  background-color: #57ABFF;
  color: #fff;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.6em;
}
.sns-list li:nth-child(2) a {
  background-color: #00A1F8;
  padding-top: 35px;
}
.sns-list li:nth-child(3) a {
  background-color: #005FF8;
  padding-top: 35px;
}

/* スマホフッター-------------------------------------------------------------------- */
@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;
}
footer .fsubmenu {
  text-align: center;
  display: block !important;
  width: 100% !important;
  font-size: 0.8em;
  margin-top: 20px;
}
.fsubmenu li {
  display: inline-block;
  margin-right: 15px;
}
.fsubmenu li:last-child {
  margin-right: 0;
}

}