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


/* Fotter削除 */
.site-footer{
	display: none;
}

/* site-body */
.site-body {
	padding: 0 0 0 0 !important;

}

/*  ------------  about ----------------- */

/* .wp-block-image.size-large.add {
	box-shadow: 3px 12px 14px 0px rgb(0 0 0 / 17%);
} */
.wp-block-column.add {
	box-shadow: 3px 12px 14px 0px rgb(0 0 0 / 17%);
}

.wp-block-column.add > p {
/* 	padding: 20px;
	height: 150px; */
}
.about2 {
	padding: 0 20px 20px 20px;

}

.wp-block-image.size-large.add > img {
	width: 100%;
}

/* .wp-block-image.size-large.add > figcaption {
	padding: 20px;
	height: 150px;
} */

.wp-block-image.size-large.add > figcaption > span {
/* 	text-align: left!important; */

}

@media screen and (min-width:767px) {
	.wp-block-image.size-large.add > img {
	    height: 342px;
		object-fit: cover;
    }
}

@media screen and (min-width: 781px) {
	.wp-block-image.size-large.add > img {
	    height: 462px;
		object-fit: cover;
    }
}

@media screen and (min-width: 782px) {
	.wp-block-image.size-large.add > img {
	    height: 142px;
		object-fit: cover;
    }
}
@media screen and (min-width: 992px) {
	.wp-block-image.size-large.add > img {
	    height: 193px;
		object-fit: cover;
    }
}
@media screen and (min-width: 1200px) {
	.wp-block-image.size-large.add > img {
	    height: 234px;
		object-fit: cover;
    }
}


/*  -----------  menu ---------------- */
.wp-block-column.menu {
	background-color: #fff;
	position: relative;
/* 	flex-basis: auto!important;
	flex-grow: none; */
	
/* 	display: flex; */
/* 	flex-direction: column; */
	
}

.wp-block-group.menu {
	padding: 0 15px;
/* 	height: 290px; */
	display: flex;
	flex-direction: column;
	
}

.wp-block-buttons.menu {
/* 	position: absolute;
	bottom: 0; */
	width: 100%;
	display: block;
/* 	margin-top: auto !important; */
}





/* spの時に謎に余白が生成されるので打消し */
.wp-block-group.menu-contentCover > .wp-block-group__inner-container {
/* 	margin: 0!important;
	width: 100%!important; */
	max-width: 100%!important;
	margin-left: 0;
	margin-right: 0;
}

.wp-block-group.menu > .wp-block-group__inner-container {
	margin-left: 0;
	margin-right: 0;

}

/* .menu.has-text-color {
	height: 108px;
} */

@media screen and (max-width: 767px) {
	.menu3 {
		margin-bottom: 20px!important;

	}

}


/*  ----------- voice ----------- */
.wp-block-group.voice {
	border: 7px solid #cecece;
	padding: 20px;
}

.has-text-align-right.voice {
	border-bottom: 4px dashed #d1ead5;
	padding-bottom: 13px;
}

/*  voice  flex-glow */
.wp-block-column.test-box {
	border: 7px solid #cecece;
	padding: 20px;
}



/* 山編集 ＆土田追加*/
#pr-block .wp-block-column {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
#pr-block .menu1 {
	padding: 0 15px;
}
#pr-block .menu2 {
	flex-grow: 1;
	padding: 0 15px;
}
.menu3 {
	padding-right: 15px;
}

.menu-sub.has-vk-color-primary-color.has-text-color{
	padding: 0 15px;
	margin-bottom: 0;
}


/*  message */
.message-border {
	border-bottom: 1px dashed #C8AB1C;
	padding-bottom: 10px;

}

/*  contact */
.wp-block-columns.sns {
	flex-wrap: nowrap !important;
}

@media screen and(max-width: 480px) {

}


@media screen and (max-width: 480px) {
.wp-block-cover.alignfull.is-light.contact-image > img {
	object-fit: fill;
	height: 73%;
}
}








