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

.home .site-body-container.container  {
        max-width: 100%;
	  padding:0px;
    }


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



/*---------------------------
 投稿の非表示用
 *---------------------------*/

.site-header {
    background-color: rgb(255 255 255 / 0%);
}
span.entry-meta-item.entry-meta-item-updated,span.entry-meta-item.entry-meta-item-author{
	display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/

/*---------------------------
問い合わせフォーム
 *---------------------------*/
/*問い合わせフォームのデザイン変更*/
.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
 color:#000000;
}

@media screen and (max-width: 600px) {
inptt.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textarea{
		max-width: 50px;
}
}

@media screen and (max-width: 600px) {
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textarea{
		max-width: 299px;
}
input.wpcf7-form-control.wpcf7-text.textarea{
		max-width: 299px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textarea{
		max-width: 299px;
}
}

@media screen and (max-width: 600px) {
  .Form {
    margin: 1px auto;
	margin-left:10px;
  }
}


.Form-Item {
  padding-top: 5px;
  padding-bottom:5px;
 margin:1em;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .Form-Item {
    padding-left: 0x;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
	    width: auto;
    flex-wrap: wrap;
  }
}

.Form-button {
margin : 0 auto;
	text-align: center;
}

@media screen and (max-width: 600px) {
  .Form-button {
    flex-wrap: wrap;
    color:#000000;
	text-align: center;
  }
}


.Form-Item-Label {
  width: 100%;
  max-width: 230px;
  color:#000000;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .Form-Item-Label {
    max-width: inherit;
	color:#000000;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 5px;
  margin-bottom: auto;
}
@media screen and (max-width: 600px) {
  .Form-Item-Label.isMsg {
	max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff0000;
  color:#fff;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .Form-Item-Label-Required {
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 30px;
    font-size: 10px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .Form-Item-Textarea {
    margin-top: 5px;
    margin-left: 0;
	width: 80%;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

/*問い合わせフォームのデザイン変更*/

footer .copySection p:nth-child(2) {
    display:none !important;
}

.sectionBox {
    padding-bottom: 0em;
}

div.section.sectionBox.siteContent_after{
	   padding-top: 0em;
}

.gMenu>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 0px;
    transition: all .5s ease-out;
}


input[type=submit] {
    background-color: #231816;
    color: #ffffff;
	border:0px;
	border-radius: 0px;
	    font-size: 20px;
}

.wpcf7-spinner {
    margin: 0;
}


/*ボタンデザイン変更*/

/*---------------------------
問い合わせフォーム
 *---------------------------*/



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

div.container.site-footer-copyright{
	color:#000000;
	
}
.site-footer {
  background: linear-gradient(to bottom, #EEDDAF, #FFFFFF);
}

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

