/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 08:51:10 */
@media (min-width: 992px) {
  /* ==============================
     固定ヘッダー全体
  ============================== */
  .site-header--layout--nav-float {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  /* ==============================
     ヘッダー内コンテナ
  ============================== */
  .site-header--layout--nav-float .site-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 180px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('https://portfolio2.oshigoto-navi.net/wp-content/uploads/2025/10/TEL.webp');
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 20% auto;
  }

  .site-header--layout--nav-float .site-header-container.scrolled {
    padding-top: 0;
    padding-right: 180px;
    padding-bottom: 10px;
    padding-left: 20px;
	background-position: right 20px top 5px;
  }


  /* ==============================
     ロゴ
  ============================== */
  .site-header--layout--nav-float .site-header-logo {
    margin-left: 0;
	padding-top: 0;
  }

  .site-header--layout--nav-float .site-header-logo a {
    display: inline-block;
  }

  .site-header--layout--nav-float .site-header-logo img {
    display: block;
    height: auto;
    max-height: 80px;
    width: auto;
  }

  /* ==============================
     グローバルナビ
  ============================== */
  .global-nav--layout--float-right {
    width: 100%;
  }

  .global-nav--layout--float-right .global-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
  }

  .global-nav-list > li .global-nav-name {
    color: #8FA9B7;
    font-size: 15px;
  }

  /* ==============================
     背景透け防止＆下コンテンツ隠れ防止
  ============================== */
  body {
    padding-top: 180px; /* header高さに合わせて調整 */
    background-color: #fff;
  }

  /* swiperとの干渉防止 */
  .lightning_swiper,
  .swiper {
    position: relative;
    z-index: 1;
  }

  /* containerクラスがrelativeを持つ場合の補正 */
  .container {
    overflow: visible !important;
  }
}
