.wp-block-my-theme-contact-info {
    margin: 1em 0;
}
/* エディター用のスタイル調整 */
.wp-block-my-theme-contact-info .contact {
    border: 2px dashed #ccc;
    background: #fafafa;
}

.wp-block-my-theme-contact-info .contact:hover {
    border-color: #269d46;
    background: #fff;
} 

.contact-title {
    font-size: 22px;
    min-height: 78px;
    background: #005dae;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0 !important;
  }
  
  .contact-title:before,
  .contact-title:after {
    content: none !important;
  }
  
  .contact-wrapper {
    background: #eee;
    padding: 20px;
    text-align: center;
  }
  
  .contact-company {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px !important;
    color: #000 !important;
    border-bottom: none !important;
    -webkit-line-clamp: none !important;
    line-clamp: none !important;
    overflow: visible !important;
    line-height: 1.3 !important;
    margin-top: 0!important;
  }
  
  .contact-company .sub {
    font-size: 20px;
    display: block;
  }
  
  .contact-text {
    font-size: 14px;
    margin-bottom: 0 !important;
    margin-top: 0!important;
  }
  
  .contact-text.mb-20 {
    margin-bottom: 20px !important;
  }
  
  .section {
    margin-bottom: 30px;
  }
  
  .contact-tel {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.2 !important;
    margin-top: 0!important;
}

.contact-tel:before {
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.contact-tel.type1:before {
    background-image: url(../../images/free-01.png);
    width: 30px;
    height: 30px;
}

.contact-tel.type2:before {
    background-image: url(../../images/free-02.png);
    width: 40px;
    height: 30px;
}

.contact-tel.type3:before {
    background-image: url(../../images/free-03.png);
    width: 40px;
    height: 30px;
}

.contact-tel.type4:before {
    background-image: url(../../images/free-04.png);
    width: 40px;
    height: 30px;
}

.contact-tel.type5:before {
    background-image: url(../../images/free-05.png);
    width: 25px;
    height: 20px;
}

.contact-tel.type5 {
    font-size: 20px;
}

.contact-line {
    margin-bottom: 30px;
}

.contact-reception-hours {
    border: 1px solid #999;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}

.contact-reception-hours p {
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    margin-top: 0!important;
}

.contact-reception-hours-title {
    background: #999;
    color: #fff;
    font-size: 17px;
    padding: 3px 30px;
  }
  
  .contact-reception-hours-text {
    font-size: 14px;
    padding: 3px 30px;
    background: #fff;
  }
  
  .contact-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
  }
  
  .contact-button-link {
    font-size: 20px;
    background: #00d084;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    min-height: 65px;
    width: fit-content;
    padding: 0 35px;
  }
  
  .contact-button-link.type2 {
    background: #00A0E9;
  }
  
  @media (max-width: 767px) {
    .contact-tel {
      font-size: 24px;
    }
    .contact-button-link {
      font-size: 18px;
    }
  }