/*
Theme Name: CleanNavi
Theme URI: https://gatun.co.jp/
Author: GATUN株式会社
Author URI: https://gatun.co.jp/
Description: 一般廃棄物収集業のための収集業務支援システム「CleanNavi」のサービスサイト用テーマ。静的HTMLサイトのデザインをそのまま再現したクラシックテーマです。
Version: 1.0.0
Requires at least: 6.0
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: cleannavi
Tags: business, landing-page, custom-menu, translation-ready
*/

/* =========================================================================
   全ページ共通
   静的サイトの各ページ <head> にあった4つの <style> のうち、
   全ページで完全に同一だった3ブロックと、共通のベース指定をまとめている。
   ページ種別ごとに異なる指定は front.css / page.css に分けている。
   ========================================================================= */

/* --- ベース ------------------------------------------------------------ */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
	color: #303731;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.85;
}

h1,
h2,
h3 {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	color: #10150F;
	margin: 0;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

a {
	color: #14713A;
	text-decoration: none;
}

a:hover {
	color: #0E5A2D;
	text-decoration: underline;
}

.cn-logo,
.cn-logo:hover {
	color: #17211C;
	text-decoration: none;
	font-family: Inter, 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	letter-spacing: -0.045em;
}

.cn-nv {
	color: #0B7A43;
}

details summary {
	list-style: none;
	cursor: pointer;
}

details summary::-webkit-details-marker {
	display: none;
}

/* --- ヘッダー（固定ヘッダー・ドロワー） -------------------------------- */
.cn-spacer {
	height: 84px;
}

@media (max-width: 1280px) {
	.cn-nav {
		gap: 18px !important;
		font-size: 14px !important;
		padding-right: 16px !important;
	}
}

@media (max-width: 1024px) {
	.cn-nav {
		display: none !important;
	}

	.cn-burger {
		display: flex !important;
		flex: none;
	}

	.cn-hdr {
		height: 64px !important;
	}

	.cn-spacer {
		height: 64px;
	}
}

@media (max-width: 768px) {
	.cn-hcta {
		display: none !important;
	}
}

/* --- CTAセクション ------------------------------------------------------ */
@media (max-width: 768px) {
	.cn-ctah {
		font-size: 26px !important;
	}

	.cn-ctabtn {
		width: 100%;
		justify-content: space-between !important;
	}
}

/* --- フッター ----------------------------------------------------------- */
@media (max-width: 1100px) {
	.cn-fgrid {
		grid-template-columns: 1fr !important;
		gap: 40px !important;
	}
}

@media (max-width: 1024px) {
	.cn-fcol {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 600px) {
	.cn-fcol {
		grid-template-columns: 1fr !important;
	}
}

/* --- アクセシビリティ（WordPress標準） ---------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #14713A;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
