@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
*/

/* =========================
   コンテンツ上の余白削除
========================= */
.l-content.l-container {
  padding-top: 0 !important;
}

/* =========================
   ヘッダー全体（通常＋追従）
========================= */
.l-header,
.l-fixHeader {
  background: #000000;
  border-bottom: 1px solid #e9e9e9;
}

/* ヘッダー内部を完全中央揃え */
.l-header__inner,
.l-fixHeader__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
}

/* =========================
   ロゴ
========================= */
.c-headLogo,
.l-fixHeader .c-headLogo {
  display: flex;
  align-items: center;
}

/* =========================
   ナビ全体
========================= */
.c-gnav,
.l-fixHeader .c-gnav {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px !important;
  margin: 0 !important;
}

/* liも中央揃え */
.c-gnav > li,
.l-fixHeader .c-gnav > li {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

/* =========================
   ヘッダー内テキスト（白）
========================= */
.l-header .c-headLogo__title,
.l-header .p-globalNav__link,
.l-header .c-gnav a,
.l-fixHeader .c-headLogo__title,
.l-fixHeader .p-globalNav__link,
.l-fixHeader .c-gnav a {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* =========================
   PC：ボタン
========================= */
.l-header .c-gnav > li:last-child,
.l-fixHeader .c-gnav > li:last-child {
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.l-header .c-gnav > li:last-child > a,
.l-fixHeader .c-gnav > li:last-child > a {
  background: #d5a93a !important;
  color: #ffffff !important;
  padding: 0 22px !important;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
}

/* =========================
   下層メニュー（ドロップダウン）
========================= */

/* 背景を白 */
.c-gnav .sub-menu,
.l-fixHeader .sub-menu {
  background: #ffffff;
}

/* 文字を黒 */
.c-gnav .sub-menu a,
.l-fixHeader .sub-menu a {
  color: #000000 !important;
  padding: 10px 15px;
  display: block;
}

/* ホバー */
.c-gnav .sub-menu a:hover,
.l-fixHeader .sub-menu a:hover {
  color: #000000 !important;
  background: #f5f5f5;
}

/* =========================
   スマホメニュー
========================= */
.p-spHeadMenu > li:last-child {
  margin-left: 8px;
}

.p-spHeadMenu > li:last-child > a {
  background: #d5a93a !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 18px !important;
  border-radius: 3px;
  line-height: 1.2;
  text-decoration: none;
}

/* =========================
   ホバー（ボタン）
========================= */
.l-header .c-gnav > li:last-child > a:hover,
.l-fixHeader .c-gnav > li:last-child > a:hover,
.p-spHeadMenu > li:last-child > a:hover {
  opacity: 0.9;
}

/* =========================
   追従ヘッダー影（任意）
========================= */
.l-fixHeader {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* =========================
   追従ヘッダー：下層メニュー位置調整
========================= */
.l-fixHeader .c-gnav > li {
  position: relative;
}

/* =========================
   カバーブロック margin-bottom 削除
========================= */
.wp-block-cover.alignfull {
  margin-bottom: 0 !important;
}