@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/


/*-------------------------------------------*/
/*	追加スタイル1　ハイライト
/*-------------------------------------------*/

.underyellow {
  background: linear-gradient(transparent 70%, yellow 70%);
}

/*-------------------------------------------*/
/*	追加スタイル2 h2変更
/*-------------------------------------------*/

h2 {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media(min-width:721px){
h2 {
  margin-top: 50px;
}
}

h2:before,
h2:after {
  position: absolute;
  content: '';
}

h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

h2 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h2 span {
  position: relative;
  z-index: 1;
}
.far{
line-height:1.3 !important; 
}

div#vk-mobile-nav-menu-btn {
display:none;
}

/*-------------------------------------------*/
/*	追加スタイル3 タイトル非表示
/*-------------------------------------------*/
.site-header-logo {
    display: none;
}


/*-------------------------------------------*/
/*	追加スタイル4　お問い合わせボタンの色変更
/*-------------------------------------------*/

.header-top-contact-btn .btn.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: rgba(255,255,255,0.2);
}


/*-------------------------------------------*/
/*	追加スタイル5 空間除去
/*-------------------------------------------*/

.wp-block-cover, .wp-block-cover-image {
    padding: 0em;
}