
.kotani-header-phone{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0 18px 0 12px;
  padding:9px 13px;
  border-radius:999px;
  color:#fff!important;
  text-decoration:none!important;
  white-space:nowrap;
  font-weight:800;
  line-height:1;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
  transition:background .2s,border-color .2s,transform .2s;
}
.kotani-header-phone:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.4);
  transform:translateY(-1px);
}
.kotani-header-phone-label{
  font-size:11px;
  letter-spacing:.08em;
  opacity:.78;
}
.kotani-header-phone-number{
  font-size:14px;
  letter-spacing:.03em;
}
@media(max-width:960px){
  .kotani-header-phone{
    margin:8px 10px;
    padding:10px 13px;
  }
}
@media(max-width:700px){
  .kotani-header-phone{
    position:fixed;
    left:12px;
    bottom:14px;
    z-index:9998;
    margin:0;
    padding:12px 16px;
    background:#12304f;
    border:0;
    box-shadow:0 8px 25px rgba(0,0,0,.24);
  }
  .kotani-header-phone-number{font-size:15px}
}
