// ===========================================
// contact お問い合わせ
// ===========================================
/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
  .tel {
    text-align: center;
    padding: 0.3em 1em;
    color: map-get($colors, main);
    @include font(12);
    line-height: 1.6;
    font-weight: 700;
    border: map-get($colors, main) 1px solid;
    @include mq-up(s) {
      @include font(14);
    }
  }
  .number {
    line-height: 1;
    @include font(32);
    font-weight: 500;
    color: map-get($colors, main);
    @include mq-up(s) {
      @include font(43);
    }
    a {
      color: map-get($colors, main);
    }
  }
}
