@charset "UTF-8";


/* footer */
footer span {
  display: block;
}
footer {
  padding: 200px 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
footer .tel:after {
  display: block;
  content: '';
  width: 210px;
  margin: 4px auto 0;
  height: 1px;
  background-color: #181818;
}
footer .call_mention {
  margin-top: 8px;
}
footer .detail {
  margin-top: 32px;
}
footer .map_mention {
  margin-top: 8px;
}
footer .wrapper_info {
  margin-top: 56px;
  padding: 24px 0 32px;
  border-top: dashed 1px #181818;
  border-bottom: dashed 1px #181818;
}
footer .info li {
  margin-bottom: 8px;
  font-size: 13px;
}
footer .info li:last-child {
  margin-bottom: 0;
}
footer .wrapper_sns {
  margin: 40px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .icon_instagram {
  background-image: url(../img/icon_instagram.png);
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 32px;
}
footer .icon_line {
  background-image: url(../img/icon_line.svg);
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 32px;
}
footer .icon_hotpepper {
  background-image: url(../img/beauty_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: auto;
}

/*--------------------------------------------------------------*\
$600px
\*--------------------------------------------------------------*/
@media (max-width: 600px) {

  /* footer */
  footer {
    padding: 160px 0;
  }
  footer .tel {
    font-size: 26px;
  }
  footer .info li {
    font-size: 12px;
  }
  footer .tel:after {
    width: 170px;
  }
}