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


/*---------------------------
 ヘッダー部分
 *---------------------------*/
 .page .site-content > .ast-container {
        max-width: 100%;
	   padding:0px;
    }
.home .site-body-container.container,.page-id-44 .site-body-container.container,.page-id-46 .site-body-container.container,.page-id-48 .site-body-container.container,.page-id-50 .site-body-container.container {
        max-width: 100%;
	   padding:0px;
    }

li.contact.menu-item.menu-item-type-post_type.menu-item-object-page{
	background-color:#990000;
}
li.contact.menu-item.menu-item-type-post_type.menu-item-object-page a{
	color:#ffffff;
}


/*---------------------------
 ヘッダー部分
 *---------------------------*/



/*---------------------------
問い合わせ部分
 *---------------------------*/

input[type=submit] {
    border: 1px solid #990000;
    background-color: #990000;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border: 1px solid #990000;
    background-color: #990000;
}


/*---------------------------
問い合わせ部分
 *---------------------------*/


a { text-decoration: none; }

/*---------------------------
 font部分
 *---------------------------*/
h2:where(:not(.wp-block-post-title)) {
    padding: .5em 0;
    border-top: 0px;
    border-bottom: 0px;
}
/*---------------------------
 font部分
 *---------------------------*/

/*---------------------------
 固定ページテーブル用
 *---------------------------*/

table {
  margin: 20px auto;
}
.tbl-r02 th {
  padding: 1.1em;
  font-size:15px;
 width:25%;
}
.tbl-r02 td {
　border: solid 2px #000;
  padding: 10px;
  font-size:15px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
    font-size:15px;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size:15px;
  }
}

/*---------------------------
 固定ページテーブル用
 *---------------------------*/



/*---------------------------
 ページヘッダー
 *---------------------------*/

.page-header {
  display:none
}

.breadcrumb {
    border-top: 1px solid var(--vk-color-border-hr);
    border-bottom: 1px solid var(--vk-color-border-hr);
    display: none;
}

/*---------------------------
ページヘッダー
 *---------------------------*/

span.entry-meta-item.entry-meta-item-updated,span.entry-meta-item.entry-meta-item-author{
	display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/
.next-prev {
    display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/

/*---------------------------
 フッター部分
 *---------------------------*/

div.container.site-footer-copyright{
	color:#ffff;
	
}
.site-footer {
    background-color: #990000;
}

/*コピーライト*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*コピーライト*/
/*---------------------------
 フッター部分
 *---------------------------*/

