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

.wp-block-latest-posts__list { margin: 0; padding: 0; list-style: none; }
.wp-block-latest-posts__list li { margin-bottom: 10px;  padding-bottom: 5px; display: flex; align-items: center; border-bottom: 1px solid #ddd; }
.wp-block-latest-posts__post-date { margin-right: 10px; margin-bottom: 4x; order: 1; white-space: nowrap; width: 9.5rem; }
.wp-block-latest-posts__post-title {  margin-bottom: 0x; order: 2; white-space: nowrap; flex-grow: 0; }

.entry-meta-item.entry-meta-item-author { display: none; }

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* フッターの背景色 */
.site-footer {
    background-color: #cccccc;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}

@media (max-width: 575.98px) {
	
	.smt-left {
		text-align: left;
	}
	
}