/*
Theme Name: オープンデータアプリショーケース (theme122)
Theme URI: https://example.com/opendata-app-showcase/
Author: BODIK開発チーム
Author URI: https://example.com/
Description: ダークモードとカード形式のレイアウトを備えたオープンデータアプリケーションを紹介するためのモダンなWordPressテーマ。
Version: 1.2.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opendata-app-showcase
Tags: dark-mode, custom-background, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, editor-style

オープンデータアプリショーケース (theme122) WordPressテーマ
*/

/* このファイルは WordPress のテーマ識別のために必要ですが、
   実際のスタイルは assets/css 内の CSS ファイルと
   TailwindCSS を使用して定義します */

.container-wide {
	width: min(100%, 1240px);
	margin: 0 auto;
	padding: 0 32px;
}

.site-footer.footer {
	background: #033285 !important;
	padding: 52px 0 22px;
	color: rgba(255, 255, 255, 0.8);
	border-top: 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(200px, 1fr) 1fr 1.2fr 1fr;
	gap: 0 40px;
	align-items: start;
}

.footer-utility,
.footer-nav-links,
.footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-utility,
.footer-nav-links {
	display: flex;
	flex-direction: column;
}

.footer-utility li,
.footer-nav-links li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-utility li:first-child,
.footer-nav-links li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-utility a,
.footer-nav-links a,
.footer-social a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	padding: 8px 10px;
	margin: 0 -10px;
	transition: background 0.15s ease, color 0.15s ease;
}

.footer-utility a:hover,
.footer-nav-links a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.footer-sub-link a {
	padding-left: 24px;
}

.footer-isit {
	display: block;
	width: 220px;
	height: 56px;
	margin-top: 18px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.98) url("https://apps.bodik.jp/bodik/R_D/assets/bodik-isit-logo.png") center center / 88% auto no-repeat;
}

.footer-nav-title {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-social {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 18px;
}

.footer-social a.footer-youtube-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	background: #f26522;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 50px;
	transition: background 0.18s ease, opacity 0.18s ease;
}

.footer-social a.footer-youtube-btn:hover {
	background: #d9541a;
	color: #fff !important;
}

.footer-social a.footer-youtube-btn svg {
	flex-shrink: 0;
}

.footer-bottom {
	margin-top: 24px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copy {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

@media (max-width: 980px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-isit {
		width: 220px;
	}
}

@media (max-width: 760px) {
	.container-wide {
		padding: 0 20px;
	}

	.site-footer.footer {
		padding-top: 56px;
	}
}
