@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


/* SWELL公式お知らせバー用（ヘッダーに表示） */
.c-infoBar__text {
  display: flex;
  align-items: center;
  gap: 1em;
}

.c-infoBar__btn {
  order: -1;
}

/* サブメニューの幅を広げて、文字を1行に */
.c-gnav .sub-menu {
  width: 22em !important; /* 必要に応じて調整。300pxでもOK */
  white-space: nowrap !important; /* 改行させない */
}


/*ヘッダーウィジットのキャッチフレーズ*/
.catchphrase {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #5EC107;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .catchphrase {
    font-size: 2.2rem;
    padding: 0 1rem;
  }
}

*/
