@charset "UTF-8";
/* =========================================================
   営業時間・時間外/夜間・休日の対応 /hours/  (2026-06-01 新設)
   ブランドカラー: navy #004092 / green #2EA34D #91C67F / lime #C3FA2E
                  blue-bg #EBF7FF #F4FAFF / cream #F6F3ED / line #B3C7E0
   ========================================================= */

/* FV（共通#fv構造を流用。背景画像のみ指定） */
.hours #fv .fv_top .left h2 { line-height: 1.25; }
.hours #fv .fv_top .left .fv_lead {
	margin-top: 24px;
	font-size: 16px;
	line-height: 200%;
	color: #333;
	max-width: 392px;
}
.hours #fv .fv_top .left .fv_lead strong { color: #004092; }
.hours #fv .fv_top .fv_image {
	background: url(../images/company/fv_img01.webp) no-repeat left center /100%;
}

/* セクション共通 */
.hr-section { padding: 64px 0; }
.hr-section--tint { background: #F4FAFF; }
.hr-section .inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.hr-heading {
	font-size: 28px;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
	color: #004092;
	text-align: center;
	margin-bottom: 36px;
	line-height: 1.4;
}
.hr-heading span {
	display: block;
	font-family: "Jost", system-ui;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .15em;
	color: #2EA34D;
	margin-bottom: 8px;
}
.hr-heading--light, .hr-heading--light span { color: #fff; }
.hr-heading--light span { color: #C3FA2E; }

.hr-lead { font-size: 16px; line-height: 200%; color: #333; max-width: 820px; margin: 0 auto; }
.hr-lead strong { color: #004092; }
.hr-note { font-size: 13px; color: #777; margin-top: 20px; text-align: center; }

/* 営業時間テーブル */
.hr-table-wrap { max-width: 720px; margin: 0 auto; }
.hr-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0,64,146,.06);
}
.hr-table thead th {
	background: #004092;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 20px;
	text-align: center;
}
.hr-table tbody th,
.hr-table tbody td {
	padding: 18px 24px;
	font-size: 16px;
	border-top: 1px solid #E2EAF4;
}
.hr-table tbody th {
	background: #EBF7FF;
	color: #004092;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
	text-align: left;
	width: 55%;
}
.hr-table tbody td {
	color: #333;
	text-align: center;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
}
.hr-table tbody tr.hr-closed th { color: #777; background: #F6F3ED; }
.hr-table tbody tr.hr-closed td { color: #b03030; }

/* 連絡先 */
.hr-contact {
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 28px auto 0;
}
.hr-contact-item { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; }
.hr-contact-label {
	display: inline-block;
	background: #2EA34D;
	color: #fff;
	font-family: "Jost", system-ui;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .05em;
	padding: 3px 12px;
	border-radius: 20px;
}
.hr-contact-item a { color: #004092; font-family: 'Noto-Sans-JP-Bold', sans-serif; text-decoration: none; }
.hr-contact-item a:hover { text-decoration: underline; }
.hr-contact-fax { color: #004092; font-family: 'Noto-Sans-JP-Bold', sans-serif; }

/* ポイント callout */
.hr-callout {
	margin: 28px auto 0;
	max-width: 760px;
	background: #EBF7FF;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 28px;
}
.hr-callout-title {
	display: inline-block;
	background: #004092;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 14px;
}
.hr-callout ul { list-style: none; padding: 0; margin: 0; }
.hr-callout li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}
.hr-callout li:last-child { margin-bottom: 0; }
.hr-callout li::before {
	content: '✓';
	position: absolute;
	left: 0; top: 2px;
	color: #2EA34D;
	font-weight: bold;
}
.hr-callout strong { color: #004092; }

/* 時間外・夜間・休日（feature） */
.hr-section--feature {
	background: linear-gradient(135deg, #004092 0%, #1a5bbf 100%);
}
.hr-feature-lead {
	color: #fff;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	max-width: 820px;
	margin: 0 auto 36px;
}
.hr-feature-lead strong { color: #C3FA2E; }
.hr-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 880px;
	margin: 0 auto;
}
.hr-feature-item {
	background: #fff;
	border-radius: 16px;
	padding: 28px 26px;
	position: relative;
}
.hr-feature-no {
	font-family: "Jost", system-ui;
	font-weight: 800;
	font-size: 34px;
	color: #91C67F;
	line-height: 1;
	margin-bottom: 12px;
}
.hr-feature-item h4 { font-size: 17px; color: #004092; margin-bottom: 10px; }
.hr-feature-item p { font-size: 14px; line-height: 1.8; color: #555; }
.hr-feature-item strong { color: #2EA34D; }
.hr-feature-note { color: #d7e4f5; font-size: 13px; text-align: center; margin-top: 28px; line-height: 1.7; }

/* 注意 / 休業日 */
.hr-notice-box {
	max-width: 820px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-left: 6px solid #2EA34D;
	border-radius: 10px;
	padding: 24px 28px;
}
.hr-notice-box ul { list-style: none; padding: 0; margin: 0; }
.hr-notice-box li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
.hr-notice-box li:last-child { margin-bottom: 0; }
.hr-notice-box li::before {
	content: '!';
	position: absolute;
	left: 0; top: 0;
	width: 16px; height: 16px;
	line-height: 16px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 50%;
	margin-top: 3px;
}
.hr-notice-box strong { color: #004092; }

/* FAQ */
.hr-faq { max-width: 820px; margin: 0 auto; }
.hr-faq-item {
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 16px;
}
.hr-faq-item dt {
	position: relative;
	padding-left: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #004092;
	margin-bottom: 10px;
}
.hr-faq-item dt::before {
	content: 'Q';
	position: absolute;
	left: 0; top: -2px;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #004092;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}
.hr-faq-item dd {
	padding-left: 32px;
	font-size: 14px;
	line-height: 1.9;
	color: #555;
	position: relative;
}
.hr-faq-item dd::before {
	content: 'A';
	position: absolute;
	left: 0; top: 0;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}

/* ボタン共通 */
.hr-cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hr-cta-btns--inline { margin-top: 28px; }
.hr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.hr-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.hr-btn--line { background: #06C755; color: #fff; }
.hr-btn--tel { background: #fff; color: #004092; border: 2px solid #004092; }
.hr-btn--ghost { background: transparent; color: #004092; border: 2px solid #004092; }

/* CTA */
.hr-section--cta { background: #F6F3ED; text-align: center; }
.hr-cta-title { font-size: 24px; color: #004092; margin-bottom: 14px; }
.hr-cta-lead { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 28px; }
.hr-cta-day { margin-top: 20px; font-size: 13px; color: #777; }

/* =========================================================
   レスポンシブ（SP）
   ========================================================= */
@media screen and (max-width: 767px) {
	.hr-section { padding: 44px 0; }
	.hr-heading { font-size: 22px; margin-bottom: 28px; }
	.hr-heading span { font-size: 12px; }
	.hr-lead, .hr-feature-lead { font-size: 14px; }
	.hours #fv .fv_top .left .fv_lead { font-size: 14px; max-width: 100%; }

	.hr-table thead th { padding: 12px 14px; font-size: 14px; }
	.hr-table tbody th, .hr-table tbody td { padding: 14px 16px; font-size: 15px; }
	.hr-table tbody th { width: 55%; }
	.hr-contact { gap: 18px; }
	.hr-contact-item { font-size: 16px; }

	.hr-callout { padding: 20px; }
	.hr-callout li { font-size: 14px; }

	.hr-feature-grid { grid-template-columns: 1fr; gap: 14px; }
	.hr-feature-item { padding: 22px 20px; }

	.hr-cta-title { font-size: 20px; }
	.hr-btn { min-width: 100%; font-size: 15px; }
}
