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

/* ---------------------- */
/* H2 カスタム
/* ---------------------- */
h2 {
    background-image: url(../lightning-child/image/H2_Background01.png);
    background-size: 30px,30px;
}



/* ---------------------- */
/* カバー カスタム
/* ---------------------- */

.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0em;
    position: relative
}


/* ---------------------- */
/* フッタ カスタム
/* ---------------------- */
/* コピーライト消去　２行目 */
.site-footer-copyright p:nth-child(2) {
    display: none;
}


/* ---------------------- */
/* GoogleMap
/* ---------------------- */
/* レスポンシブ対応 */
iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}




