/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/



.siteContent_after{
    background-color: #e2fff4;
}




body, html {
    font-size: 20px;
}

.gMenu>li .gMenu_name,
.gMenu li {
    font-size: 16px;
}
.prBlock_title{
    font-size: 24px;
    font-weight: bold;
}
.prBlock_summary {
    font-size: 18px;
    text-align: left;
}


@media (max-width:640px){
    body .is-layout-flex{
        flex-direction: column;
    
    }
    body, html {
        font-size: 18px;
    }
    
    }



.header_contact {
  position: absolute; /* ←必要に応じて追加 */
  top: 0;
  right: 0;
  width: auto; /* 念のため */
  bottom: auto;
}


.call-button {
  background-color: #12c764;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  font-size: 15px;
  text-align: center;
  height: fit-content;


}

.call-button:hover {
  background-color: #e0f0f9;
    text-decoration: none;
}
.call-button span{
    display: block;
    font-size: 18px;
}
.call_button .fas{
      margin-right: 1em;

}

.header_flex{
    display: flex;
    justify-content: space-between;




}

.header_flex_right{
    display: flex;
        position: absolute;
    top 12px;
    right: 180px;
}
.header_flex_right .instagram{
  margin-right: 30px;
}



  // ボタン用CSSを動的に挿入
const style = document.createElement('style');
style.textContent = `
#textsize {
  margin-bottom: 1em;
  text-align: left;

}

#textsize a {
  display: inline-block;
  margin-right: 2px;
  padding: 6px 14px;
  border-radius: 2px;
  background-color: #d8ffec;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ccc;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
}

#textsize a:hover {
  background-color: #e0e0e0;
  color: #000;
}

#textsize a.active {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.gMenu_outer{
  text-align: center;
  width: 100%;
}
.gMenu{
  float: none;
  justify-content: center;

}



/* デフォルトでは非表示にしておく（PC用） */
.vk-mobile-nav-menu-btn {
  display: none;
}

/* 900px未満でモバイルメニューボタンを表示 */
@media (max-width: 639px) {
  .vk-mobile-nav-menu-btn {
    display: block !important;
  }

  /* 必要に応じて他のPC用メニューを非表示にする */
  .gMenu_outer { 
    display: none;
  }
}



@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
  .siteHeader_logo{
    padding: 0;
  }
  .header_contact {
    position: fixed; /* または absolute：レイアウトに応じて */
    top: auto;
    bottom: 0;
    right: 0;
    left: 0; /* 横幅100%にする場合に必要 */
    width: 100%;
    z-index: 9999; /* 必要に応じて他要素より上に */
    display: flex;
  }
  .header_contact a{
      width: 50%;
      box-sizing: border-box; /* パディングやボーダーを含めたサイズにするため推奨 */
      margin: 0;
  }
 .header_contact .call{
  background-color: #18a558;
 }

.contact_tel .vk_button_link.btn{
  padding: 20px 0 ;
}


}
@media (max-width: 991.98px) {

    .siteHeader_logo {
    padding: 0;
    }
.wp-block-media-text>.wp-block-media-text__content {
  padding: 0;
}
}

  }

.job_type{
    display: flex;
    align-items: stretch;

}
.wp-block-button{
    width: 100%;
    flex-basis: auto;
}
.session{
  background-color: #d9ffea;
  border: solid 2px#12c764;
  padding: 1em;
  font-size: 28px !important;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.center_name{
  font-size: 100%;
  font-weight: bold;
}
.table1{
  border-top: solid 1px #12c764;
}
.table1 td{
  padding-left: 0;
}


