@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.custom-header-contact {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-left: 20px;
  font-size: 14px;
}
.custom-tel a {
  color: #333;
  text-decoration: none;
}
.custom-contact-btn {
  background: #0073aa;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.sp-menu-contact-buttons {
  padding: 16px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sp-menu-contact-buttons a {
  display: block;
  background-color: #0073aa;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.sp-menu-contact-buttons .sp-menu-tel {
  background-color: #444;
}

