/*
Theme Name: OPEN-OKAYA
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-header {
	background-color: var(--vk-color-primary);
}

.site-header-logo a::after {
	content:"楽しく暮らせるまちをつくる　まちづくり会社";
	color: #fff;
	position: relative;
	font-size: 0.8rem;
    font-weight: normal;
	top: -4px;
	left: 8px;
}

.site-header-logo {
	margin-bottom: 0.2rem;
}

@media (max-width: 768px) { /* カラムの順番モバイルでは逆 */
	.col-reverse {
		flex-direction: column-reverse;
	}
}

.site-footer-copyright p:nth-child(2) {
	display: none;
}
.site-footer {
	border-top: none;
	background-color: #00a76d;
	color: #fff;
}

@media (max-width: 768px) { /* モバイルのマージン調整 */
    .wp-block-image.no-margin-mobile {
        margin-left: 0 !important;
    }
}

.txt-justify { /* テキスト均等配置 */
	text-align: justify !important;
	text-align-last: left !important;
}

.vk-mobile-nav-menu-btn { /* モバイルメニューボタン非表示 */
	display: none;
}

.breadcrumb { /* パンくずリスト非表示 */
	display: none;
}

.entry-meta-item-author { /* 投稿者名を非表示 */
	display: none;
}
.entry-meta-item-updated { /* 最終更新日を非表示 */
	display: none;
}
.vk_posts.next-prev{ /* 前後の投稿非表示 */
	display:none;
}
/* トップページお知らせ、日付とタイトル横並び */
.wp-block-latest-posts>li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.wp-block-latest-posts>li::after {
	display: inline;
	clear: none;
}
.wp-block-latest-posts>li>a {
	width: 65%;
	margin-bottom: 0;
}
.wp-block-latest-posts>li>time {
	width: 35%;
	padding-left: 5em;
}
@media screen and (max-width: 767px) {
	.wp-block-latest-posts>li>time {
		padding-left: 1em;
	}
}
@media screen and (max-width: 575px) {
	.wp-block-latest-posts>li>time {
		padding-left: 0em;
	}
}

/* トップへ戻るボタンカスタマイズ */
.page_top_btn {
	position: fixed;
	bottom: 2%;
	right: 2%;
	width: 130px;
	height: 153px;
	background-image: url("https://openokaya.jp/wp/wp-content/uploads/2025/11/go-to-top_01.png");
	background-color: transparent;
	box-shadow: none;
	white-space: nowrap;
	overflow: hidden;
}
/* トップへ戻るボタンカスタマイズここまで */