@charset "utf-8";

.sp-floating-tel {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-floating-tel {
    position: fixed;
    left: 18px;
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 9999;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #66755f;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .sp-floating-tel::before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .sp-floating-tel:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }
}
