.p-footer__contents.fixed-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #000;
  z-index: 9999;
  padding: 10px 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.p-footer__contents.fixed-float .p-footer__left,
.p-footer__contents.fixed-float .p-footer__right {
  flex: 0 0 auto;
  text-align: center;
}

.p-footer__contents.fixed-float .p-meta01__tel,
.p-footer__contents.fixed-float .p-meta01__time {
  color: #fff;
}

.p-footer__contents.fixed-float .p-push-btn,
.p-footer__contents.fixed-float .p-btn-tel {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}
