@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
*/
/* TOPページ */
/* グローバルナビゲーション */
.l-header__gnav {
  height: 60px;
  margin-bottom: 10px;
}
.c-gnav > .menu-item > a .ttl {
  display: block;
  font-weight: 600;
}
.w-header {
  display: inline;
}
/* 背景色変更 */
body {
  background-color: #fff !important;
}
/* メインビジュアル：タイトル */
.p-mainVisual__slideTitle {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0px 0px 6px #000;
}

/* メインビジュアル：サブテキスト */
.p-mainVisual__slideText {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.3em;
  text-shadow: 0px 0px 6px #000;
}
/* プロフィール枠線 */
.-frame-on-sidebar #sidebar .p-profileBox {
  background: #fff;
  border: solid 1px #999;
}

/* トップページ余白調整（特徴の上） */
.top #content {
  padding-top: 0em;
}

/* あらゆるニーズに対応します（カラム） */
.needs-column {
  border: solid 2px #1da1f2 !important;
}
/* あらゆるニーズに対応します（テキスト） */
.needs-text {
  font-size: 15px;
  padding: 15px;
}
/* 固定ページ共通 */
/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
  float: none !important;
  text-align: center;
}
/* お問い合わせページ */
/* お問い合わせフォーム */
button,
input,
select,
textarea {
  width: 100%;
}

/* 必須ラベル */
.label_must {
  background-color: #1da1f2;
  border-radius: 5px;
  color: #fff;
  padding: 3px;
  font-size: 12px;
}

/* フォームボタン */
btnarea {
  margin: 0 auto;
}
[type="button"],
[type="reset"],
[type="submit"] {
  width: 10em !important;
}


/* ------------------------------
   メディアクエリ
------------------------------ */

/* スマホ（〜760px） */
/* トップページ */
/* あらゆるニーズに対応します（テキスト） */
@media (max-width: 760px) {
.needs-text {
 padding: 10px;
 font-size: 14px;
}
}

/* PC・タブレット（600px〜） */
@media (min-width: 600px) {
/* トップページ */
/* メインビジュアル文字サイズ */
.p-mainVisual__slideTitle {
 font-size: 50px;
}
.p-mainVisual__slideText {
 font-size: 46px;
}

/* H2 */
.top-section-h2 {
 font-size: 1.65em !important;
}

/* 固定ページタイトル */
.c-pageTitle,
.c-pageTitle__inner {
 font-size: 1.8em;
}

/* 固定ページタイトルヘッダー高さ */
.l-topTitleArea {
 min-height: 200px;
}
}

/* PC（960px〜） */
@media (min-width: 960px) {
.l-header__inner {
 padding-top: 0px;
}
.l-header__logo {
 order: 1;
 padding: 16px 0;
 background-color: #fff;
}
.l-header__gnav {
 background-color: #ebf4f9;
}
.l-header.-parallel {
  display: flex;
  align-items: center;
}
.l-header__logo {
  flex: 0 0 40%; /* 固定40% */
}
.w-header {
  flex: 1; /* 残り幅を自動で配分 */
}
}

