@charset "UTF-8";
/*
    Template: swell
    Theme Name: schueco-partners.aikawa3f.jp
    Theme URI: https://swell-theme.com/
*/

/* --- ↓サイド固定追従バナー(PC) 2025-1212.W↓ --- */
#fixed-sidebar-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #000;
    color: #fff;
    padding: 1em .5em;
    border-radius: 0px 0 0 0px;
    writing-mode: vertical-rl;  /* 縦書きモード */
    text-align: center;
}
#fixed-sidebar-menu .swl-inline-icon {
    width: 15px;
    height: 24px;
    margin-bottom: 2px;
}
#fixed-sidebar-menu a {
    color: #fff;
}

/* 棒の原因になりがちな「線」を全消し */
#fixed-sidebar-menu a{
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background-image: none !important;
}

/* 疑似要素で引かれてる線を全消し（本命） */
#fixed-sidebar-menu a::before,
#fixed-sidebar-menu a::after{
  content: none !important;
  display: none !important;
}

.mincho3 * { font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif !important; font-weight: 700 !important; }

/* --- ↑サイド固定追従バナー(PC) 2025-1212.W↑ --- */

/* --- ↓フッター直前エリアの余白を潰す（固定要素を入れる時の空白対策）2025-1212.W ↓--- */
#before_footer_widget.w-beforeFooter{
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
#before_footer_widget.w-beforeFooter > .l-container{
  margin: 0 !important;
  padding: 0 !important;
}
/* --- ↑フッター直前エリアの余白を潰す（固定要素を入れる時の空白対策）2025-1212.W ↑--- */

/* グロナビ 明朝 */
.l-header .c-gnav .mincho2 .ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  font-weight: 500;
}


