/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/************************************
  ** ヘッダー
  ************************************/
  @media (min-width: 992px) {
    .site-header-container.container{
      max-width:fit-content;  
      }    
  
  
      /* アイコンの下にメニューの文字を配置する（スクロールしていないとき） */
      body:not(.header_scrolled) .global-nav-list>li .global-nav-name {
      display: flex;
      flex-direction: column;
      }
      
      /* アイコンのスタイル（スクロールしていないとき） */
      body:not(.header_scrolled) .global-nav-list>li .global-nav-name i {
      font-size: 1.5em;
      margin-right: 0;
      margin-bottom: 0.5em;
      color: var(--vk-color-primary);
      }
      
      /* 個々のメニュー枠のスタイル（スクロールしていないとき） */
      body:not(.header_scrolled) .vk-menu-acc li {
      width: 200px;
      margin-left: -1px;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      }
      
      /* 最後のメニュー項目だけ白抜き文字にする */
      /* .vk-menu-acc li:last-child {
       background-color: var(--vk-color-primary);
      }
      body:not(.header_scrolled) .global-nav-list>li:last-child .global-nav-name i,
      .global-nav-list>li:last-child .global-nav-name i {
      color: #fff;
      }
      .nav li:last-child a, nav li:last-child a {
      color: #fff;
      }
       */
      body:not(.header_scrolled) .global-nav--layout--float-right {
      align-items: unset;
      }
     
      .header_scrolled .global-nav--layout--float-right {
      width: 100%;
      }
      
      .header_scrolled .global-nav-list {
      display: block;
      width: unset; 
      } 
      
      /* 最後のメニュー項目だけ右端に配置（スクロール時） */
      .header_scrolled .vk-menu-acc li:last-child {
      float: right;
      }
     
      .global-nav-list li{
          font-size: 16px;
      }
  
      .global-nav-list>li>ul.sub-menu{
          left: 0;
          margin-left: 0;
          width: 120px;
      }
   
      }
  
      .page-header{
        display: none;
    }

    .breadcrumb-list{
      display:none
  }

  .site-body{
    padding-top: 0;
    padding-bottom: 0;
}


/*TOPへ戻るボタン*/
.page_top_btn {
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  /*border-radius: 50%;*/
  background-color: transparent;
  box-shadow: none;
background-image: url("https://kamome.asahi-syssol.com/wp-content/uploads/2023/06/2aa070ae830192284a8c989fcf101a0d.png");
}

/*カバーをレスポンシブ*/
/*.image-size-fix {
  padding:0 0 calc(250/1920*100% )!important;
  min-height: 93.58 !important;
}
*/

@media (max-width: 993px) {.image-size-fix {
  padding:0 0 calc(250/1920*100% )!important;
  min-height: 0 !important;
}
    }    

/************************************
  ** フッター
  ************************************/


  .site-footer-copyright p:nth-child(2) {
    display:none!important;
}

.container.site-footer-copyright{
    background-color: #cb4284;;
    max-width: none;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    
}