/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


.searchform div{
    display: none;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }


    .appbtn-col{
  margin: 0% auto;
    }


    
 .site-body,.siteContent{
    padding: 0!important;
}


    /*ページヘッダー*/
.page-header{
  display: none;
}


.site-header-logo{
font-size: 3em;
font-weight: 600 ;
    margin: 40px 0 20px ;
    line-height: 1.4;
}


/*パンくずリスト*/
#breadcrumb {
display:none;
}



/************************************
  ** TOPページ
  ************************************/

.service-menu:hover{
  transition: cubic-bezier(1px);
}


/************************************
  ** ヘッダーナビ
  ************************************/

.site-header {
  background-color: transparent !important;
  position: absolute;
top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: none;
}

  .header_scrolled.admin-bar .site-header {
    background-color: #15222b !important;
}

.site-header a{
  color: #FFF!important;
}

/*モバイルサイズは非表示*/
@media (max-width: 1092px) {
.site-header a{
  display: none!important;
}
}