@charset "utf-8";

.back-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 6px;
  display: flex;
  gap: 5px;
}
.back-top a {
  display: block;
  position: relative;
  background: #4C98AA;
  border-radius: 6px;
  border: 1px solid #fff;
  letter-spacing: 0;
}
.back-top a.tel {
  padding: 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-top a.showroom {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.back-top a:after {
  /*content: "";*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
