/*
Theme Name: Lightning Child2026
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*  */
#search-2 {
  display: none;;
}
.site-header-logo {
  display: none;
  height: 0;
}
.gf_zip .ginput_container {
    display: flex;
}
.gf_zip .ginput_container input[type=text]{
    margin-right: 1em;
    margin-left: 0.5em;
}
.gf_zip .ginput_container::before {
    content: "〒";
    display: inline-block;
    margin-right: 5px;
}
.wp-block-group {
  margin-bottom: 2em;
}

.wp-block-table .has-fixed-layout th:nth-of-type(1){
  width: 20%;
}
.wp-block-table .has-fixed-layout th:nth-of-type(2){
  width: 25%;
}
.wp-block-table .has-fixed-layout th:nth-of-type(3){
  width: 55%;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #ccc;
    opacity: 1;
}
.gform-page-footer.gform_page_footer.top_label {
  justify-content: center;
}

.gform-linkbt p {
  margin-bottom: 0.5em;
}
#gform_confirmation_message_1 h4.wp-block-heading {
  margin-top: 3em;
  margin-bottom: .5em;
}
#gform_confirmation_message_1 pre {
  line-height: 1.25;
}
h2.gform_title, p.gform_description {
  display: none;
}

.entry-title--post-type--page, 
h2.wp-block-heading {
    border:none;
}
h2.wp-block-heading {
    border-bottom: 2px solid var(--vk-color-primary);;
}
.container.site-footer-copyright p:nth-child(2) {
    display: none;
}
.wp-block-button .wp-block-button__link {
  padding: calc(.6em + 2px) calc(2em + 2px);
}


/*準備中ページ*/
body.page.page-id-128  {
  margin: 0;
  padding: 0;
  height: 100%; /* 親要素に高さを指定 */
  font-size: 120%;
}

.page.page-id-128  {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 画面いっぱいの高さを確保 */
}

.wait {
  flex: 1; /* 残りの高さをすべて埋める */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}