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

/* ========== ↓ 基本共通設定 ↓ ========== */
/* 文字サイズ修正 */
body {
	font-size: 16px;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.localNavi a {
	font-size: 16px;
}
.breadcrumb {
	font-size: 16px;
}
table {
	font-size: 16px;
}
.footer-nav a {
	font-size: 14px;
}
.site-footer-content {
	font-size: 14px;
}
.site-footer-content .widget_nav_menu a {
	font-size: 14px;
}
/* コピーライト非表示 */
.site-footer-copyright p:nth-child(2) {
	display: none;
}
/* 投稿者名 非表示 */
.entry-meta-item-author {
	display: none;
}
/* ファイルダウンロードボタンの修正 */
.wp-block-file a {
	font-size: 16px;
}
/* FireFox対策 */
.wp-block-table :is(table,thead,tbody,tfoot,th,td) {
	border-color: rgba(0,0,0,0.06);
}
/* 通常ボタンスタイルの変更（統一） */
/*  「ファイル」ブロック、更新情報「続きを読む」 */
/* 　背景なし→ありの場合
.vk_post_btn {
	color: var(--wp--preset--color--vk-color-primary-dark);
	background-color: unset;
	border: 1px solid var(--wp--preset--color--vk-color-primary-dark);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.vk_post_btn:hover {
	color: #fff!important;
	background-color: var(--wp--preset--color--vk-color-primary-dark)!important;
}
.wp-block-file__button {
	color: var(--wp--preset--color--vk-color-primary-dark)!important;
	background-color: unset!important;
	border: 1px solid var(--wp--preset--color--vk-color-primary-dark)!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.wp-block-file__button:hover {
	color: #fff!important;
	background-color: var(--wp--preset--color--vk-color-primary-dark)!important;
}
*/
/* ========== ↑ 基本共通設定 ↑ ========== */

/* ========== ↓ 個別設定 ↓ ========== */
/* ページトップのカバー背景色ありの場合 */
/*
body.home .site-body {
	padding-top: 0;
}
*/
/* ページトップボタンの修正 */
/*
.page_top_btn {
	
}
*/
/* お問い合わせ */
/* 
input,
textarea {
	font-family: inherit;
	font-size: inherit;
}
*/
/* Contact Form 7 導入時ボタン
.wpcf7-submit {
	color: var(--wp--preset--color--vk-color-primary-dark)!important;
	background-color: unset!important;
	border: 1px solid var(--wp--preset--color--vk-color-primary-dark)!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.wpcf7-submit:hover {
	color: #fff!important;
	background-color: var(--wp--preset--color--vk-color-primary-dark)!important;
}
*/
/* ========== ↑ 個別設定 ↑ ========== */

/* ============= テーブル設定 ============= */
.wp-block-table th {
	width: 20%;
	text-align: left;
	background-color: #f3f3f3;
}
/* ============= テーブル設定 end ============= */

/* 不動産情報 */
.fudosan-main {
	border: 1px solid var(--vk-color-primary-dark);
	border-radius: 10px;
	/*margin-left: 10px!important;
	margin-right: 10px!important;*/
	padding: 5px;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	width: 100%;
	background: #ecfeff;
	/*color: var(--vk-color-primary-dark);*/
	gap: 0;
}
.fudosan-main p {
	margin-bottom: 0!important;
}
.fudosan-main p:first-child {
	margin-right: 5px;
}
.fudosan-table tr td {
	/*border: 1px solid var(--vk-color-primary-dark);*/
}
.fudosan-table.vk-table--th--bg-bright tr td:first-child,
.fudosan-table.vk-table--th--bg-bright tr td:nth-child(3) {
	background-color: var(--wp--preset--color--vk-color-primary);
	color: #fff;
}
@media (min-width:600px) {
	.fudosan-table.vk-table--th--bg-bright tr td:first-child,
	.fudosan-table.vk-table--th--bg-bright tr td:nth-child(3) {
		background-color: var(--wp--preset--color--vk-color-primary);
		color: #fff;
		width: 15%;
	}
	.fudosan-table.vk-table--th--bg-bright tr td:last-child,
	.fudosan-table.vk-table--th--bg-bright tr td:nth-child(2) {
		width: 35%;
	}
}
@media (max-width:599px) {
	.fudosan-table.vk-table--th--bg-bright tr td {
		width: 100%;
		display: block!important;
		border: none;
	}
}