@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グローバルメニューのリンクを調整 */
html body .l-header__menu .c-gnav li a {
  font-size: 2.4rem !important;
  font-weight: bold !important;
  color: white !important;
}

.l-header__inner {
  max-width: 1200px;        /* コンテンツ幅の上限 */
  margin: 0 auto;           /* 中央寄せ */
  padding-left: 20px;
  padding-right: 20px;
}


.c-gnav > .menu-item > a .ttl {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: white !important;
}


/* パンくずリスト全体を黒背景に */
#breadcrumb,
.p-breadcrumb,
.p-breadcrumb__list,
.p-breadcrumb__item,
.p-breadcrumb__text {
  background-color: #000 !important;
  color: #fff !important;
}

/* パンくず内のリンクも白に */
.p-breadcrumb__text a,
.p-breadcrumb__text a:visited {
  color: #fff !important;
}

/* l-container の白背景を防止 */
.p-breadcrumb__list.l-container {
  background-color: #000 !important;
  max-width: none !important;
  width: 100% !important;
  padding: 10px 20px !important;
}

/* パンくずリスト自体を完全に非表示にする */
.p-breadcrumb {
  display: none !important;
}

/* 961–1024px だけのミニパッチ */
@media all and (min-width:961px) and (max-width:1024.98px){
  /* 固定ヘッダーの内側を全幅に＋右余白でSNSぶん確保 */
  html body #fix_header.l-fixHeader .l-fixHeader__inner.l-container{
    max-width:100% !important;
    width:100% !important;
    padding-right:160px !important;
  }
 /* アイコン表示スペースを確保（右側余白） */
  #fix_header .l-fixHeader__inner{
    padding-right: 120px !important;
    overflow: visible !important;   /* はみ出し隠しを無効化 */
  }
  /* SNSを右端に固定＆横一列キープ */
  html body #fix_header .w-header.pc_{
    position:absolute !important;
    top:50% !important;
    right: 20px !important;         /* 必要なら -70〜-110px で微調整 */
    transform:translateY(-50%) !important;
  }
  html body #fix_header .w-header.pc_ .c-iconList{
    flex-wrap:nowrap !important;
    gap:8px !important;
  }
  /* 文字の折返し防止にほんの少しだけタイトに */
  html body #fix_header .c-gnav > li > a{
    font-size:.84rem !important;
    padding:0 .45em !important;
    white-space:nowrap !important;
  }

  #fix_header .w-header.pc_ .c-iconList__link{ width: 24px; height: 24px; }
  #fix_header .w-header.pc_ .c-iconList__icon{ font-size: 18px; line-height: 1; }

  /* ロゴも少しだけ縮めて“詰み”回避 */
  html body #fix_header .c-headLogo__img{
    max-width:200px !important;
  }
}

/* SNSアイコン　YouTube：赤 */
.widget_swell_sns_links .icon-youtube,
.widget_swell_sns_links .icon-youtube::before,
.widget_swell_sns_links .fa-youtube,
.widget_swell_sns_links .fa-youtube::before{
  color: #FF0000 !important;
}

/* Instagram：ピンク */
.widget_swell_sns_links .icon-instagram,
.widget_swell_sns_links .icon-instagram::before,
.widget_swell_sns_links .fa-instagram,
.widget_swell_sns_links .fa-instagram::before{
  color: #E4405F !important;
}

/* Facebook：青 */
.widget_swell_sns_links .icon-facebook,
.widget_swell_sns_links .icon-facebook::before,
.widget_swell_sns_links .fa-facebook-f,
.widget_swell_sns_links .fa-facebook-f::before,
.widget_swell_sns_links .fa-facebook,
.widget_swell_sns_links .fa-facebook::before{
  color: #1877F2 !important;
}

/* （任意）ホバー時に少しだけトーンダウン */
.widget_swell_sns_links a:hover { opacity: .85; }
