@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
*/

/* 無料体験ボタン */
.menu-cta a {
  background-color: #f15a24; /* ボタン色 */
  color: #fff; /* 文字色 */
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
}
.menu-cta a:hover {
  background-color: #d94b1f;
}

/* 電話リンク */
.menu-tel a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
}
.menu-tel a:hover {
  color: #f15a24;
}

/* SP用調整（ハンバーガーメニュー内でもボタン表示） */
@media (max-width: 768px) {
  .menu-cta a, .menu-tel a {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
}
