/*
 * Deomobi Front Page - coded replacement of Elementor post 9.
 * Breakpoints: 1024 / 768 / 767 / 480 / 400
 * Container max-width: 1140 (matches Elementor kit 6).
 * Colors from Elementor kit 6: primary #FEDE00, secondary #54595F.
 */

:root {
	--dm-primary: #FEDE00;
	--dm-primary-deep: #d4be00;
	--dm-secondary: #54595F;
	--dm-heading: #000569;
	--dm-text: #333;
	--dm-note-bg: #fff9e3;
	--dm-overlay: #313131BA;
	--dm-container: 1140px;
}

body.dm-front-body { background: #FFFFFF; }

.dm-front {
	display: block;
	font-family: 'Noto Sans JP', 'Roboto', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: var(--dm-text);
}

.dm-front img { max-width: 100%; height: auto; display: block; }
.dm-front a { color: inherit; }

.dm-section { width: 100%; }
.dm-con {
	max-width: var(--dm-container);
	margin-inline: auto;
	padding-inline: 16px;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.dm-con { max-width: 1024px; }
}
@media (max-width: 767px) {
	.dm-con { max-width: 100%; padding: 8px; }
}

.dm-hero .dm-con { padding: 0; }
.dm-hero__img { width: 100%; height: auto; }

.dm-pair {
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: stretch;
}
.dm-pair__col {
	flex: 1 1 50%;
	max-width: 50%;
	display: block;
	transition: transform .2s ease;
}
.dm-pair__col:hover { transform: scale(1.02); }
.dm-pair__col img { width: 100%; }

@media (max-width: 767px) {
	.dm-pair { flex-wrap: wrap; }
	.dm-pair .dm-pair__col { flex: 1 1 100%; max-width: 100%; }
	.dm-pair--half-mobile { gap: 6px; }
	.dm-pair--half-mobile .dm-pair__col { flex: 0 0 49%; max-width: 49%; }
	.dm-pair--stack-md .dm-pair__col { flex: 1 1 100%; max-width: 100%; }
}

.dm-note-band { background-color: var(--dm-note-bg); padding: 28px 0; }

.dm-headline {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	line-height: 62px;
	letter-spacing: 3.5px;
	color: var(--dm-heading);
	margin: 20px 0;
}
@media (max-width: 767px) {
	.dm-headline { font-size: 1.5em; line-height: 1.5em; }
}
.dm-mb-br { display: none; }
@media (max-width: 767px) { .dm-mb-br { display: inline; } }

.dm-floating {
	position: sticky;
	bottom: 0;
	background: var(--dm-overlay);
	z-index: 10;
	display: none;
}
.dm-floating__inner {
	display: flex;
	gap: 10px;
	padding: 5px 5px 20px;
	justify-content: center;
}
.dm-floating__col {
	flex: 0 0 47%;
	max-width: 47%;
	margin: 0 5px;
}
.dm-floating__col img { width: 100%; }
@media (max-width: 1024px) { .dm-floating { display: block; } }

/* Shop finder widget */
.sf-widget {
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	background: linear-gradient(180deg, #fff8d6 0%, #fffef5 45%, #ffffff 72%);
	border: 1px solid #fef08a;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(202,138,4,0.08);
	color: #444;
}
.sf-header { display: flex; align-items: center; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(234,179,8,0.1); }
.sf-bar { width: 5px; height: 20px; background: var(--dm-primary); margin-right: 10px; border-radius: 2px; }
.sf-title { font-size: 18px; font-weight: 700; color: #422006; margin: 0; letter-spacing: 0.03em; }
.sf-body { display: flex; gap: 16px; align-items: flex-start; }
.sf-visual {
	width: 40%;
	background-image: var(--sf-image-url, none);
	background-size: cover; background-repeat: no-repeat; background-position: center;
	border-radius: 8px; height: 220px; flex-shrink: 0;
}
.sf-form-area { flex-grow: 1; display: flex; flex-direction: column; gap: 12px; width: 60%; }
.sf-input-group { position: relative; background: #fff; border-radius: 8px; border: 1px solid #e7e5e4; transition: 0.2s; }
.sf-input-group:hover { border-color: var(--dm-primary-deep); }
.sf-select { width: 100%; height: 56px; padding: 16px 40px 0 16px; font-size: 15px; font-weight: 700; color: #444; border: none; background: transparent; cursor: pointer; appearance: none; outline: none; position: relative; z-index: 2; }
.sf-label-mini { position: absolute; top: 6px; left: 16px; font-size: 10px; color: #78716c; font-weight: 500; z-index: 1; }
.sf-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--dm-primary-deep); font-size: 10px; pointer-events: none; }
.sf-btn-search { width: 100%; background: var(--dm-primary); color: #1a1a1a; border: none; border-radius: 8px; padding: 14px; font-size: 15px; font-weight: 700; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.sf-btn-search:hover { background: #ca8a04; }
.sf-result-list { display: none; flex-direction: column; gap: 10px; margin-top: 8px; width: 100%; }
.sf-shop-card { background: #fff; border: 1px solid rgba(212, 190, 0, 0.45); border-left: 4px solid var(--dm-primary); border-radius: 8px; padding: 14px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); animation: sfFade 0.3s ease; }
.sf-shop-name { font-size: 16px; font-weight: 700; color: #ca8a04; margin-bottom: 4px; }
.sf-shop-address { font-size: 12px; color: #78716c; margin-bottom: 10px; }
.sf-shop-actions { display: flex; gap: 6px; }
.sf-action-btn { flex: 1; padding: 8px 4px; font-size: 11px; font-weight: 700; text-align: center; border-radius: 4px; text-decoration: none; transition: 0.2s; }
.sf-btn-tel { background: #fefce8; color: #a16207; border: 1px solid #fcd34d; }
.sf-btn-map, .sf-btn-res { background: var(--dm-primary); color: #1a1a1a; }
.sf-btn-res { background: var(--dm-primary-deep); color: #111; }
.sf-action-btn:hover { opacity: 0.8; }
@keyframes sfFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) {
	.sf-widget { padding: 16px; }
	.sf-body { flex-direction: column; gap: 16px; }
	.sf-visual { width: 100%; height: 140px; }
	.sf-form-area { width: 100%; }
	.sf-header { margin-bottom: 16px; padding-bottom: 10px; }
	.sf-shop-actions { flex-wrap: wrap; }
	.sf-action-btn { min-width: calc(50% - 3px); }
}

/* Vehicle finder widget */
.vf-widget {
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1000px; margin: 0 auto;
	background: linear-gradient(180deg, #fff8d6 0%, #fffef5 45%, #ffffff 72%);
	border: 1px solid #fef08a; border-radius: 12px; padding: 20px;
	box-shadow: 0 4px 12px rgba(202,138,4,0.08); color: #444;
}
.vf-header { display: flex; align-items: center; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(234,179,8,0.1); }
.vf-bar { width: 5px; height: 20px; background: var(--dm-primary); margin-right: 10px; border-radius: 2px; }
.vf-title { font-size: 18px; font-weight: 700; color: #422006; margin: 0; letter-spacing: 0.03em; }
.vf-body { display: flex; gap: 16px; align-items: flex-start; }
.vf-visual { width: 40%; background-image: var(--vf-image-url); background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 8px; height: 220px; flex-shrink: 0; }
.vf-form-area { flex-grow: 1; display: flex; flex-direction: column; gap: 12px; width: 60%; }
.vf-input-group { position: relative; background: #fff; border-radius: 8px; border: 1px solid #e7e5e4; transition: 0.2s; }
.vf-input-group:hover { border-color: var(--dm-primary-deep); }
.vf-select { width: 100%; height: 56px; padding: 16px 40px 0 16px; font-size: 15px; font-weight: 700; color: #444; border: none; background: transparent; cursor: pointer; appearance: none; outline: none; position: relative; z-index: 2; }
.vf-select:disabled { cursor: not-allowed; opacity: 0.6; }
.vf-label-mini { position: absolute; top: 6px; left: 16px; font-size: 10px; color: #78716c; font-weight: 500; z-index: 1; }
.vf-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--dm-primary-deep); font-size: 10px; pointer-events: none; }
.vf-result-card { background: #fff; border: 2px solid rgba(212, 190, 0, 0.55); border-radius: 8px; padding: 16px; margin-top: 4px; display: none; animation: vfFade 0.3s ease; box-shadow: 0 4px 12px rgba(254, 222, 0, 0.18); }
.vf-res-flex { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.vf-res-label { font-size: 10px; color: #78716c; margin-bottom: 2px; }
.vf-res-model { font-size: 16px; font-weight: 700; color: #422006; line-height: 1.3; }
.vf-res-badge { background: var(--dm-primary); color: #1a1a1a; padding: 6px 16px; border-radius: 30px; font-weight: 700; font-size: 18px; text-align: center; min-width: 60px; }
.vf-reset-btn { text-align: right; font-size: 12px; color: #78716c; text-decoration: underline; cursor: pointer; margin-top: 8px; border: none; background: none; padding: 4px; width: 100%; display: none; }
@keyframes vfFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) {
	.vf-widget { padding: 16px; }
	.vf-body { flex-direction: column; gap: 16px; }
	.vf-visual { width: 100%; height: 120px; }
	.vf-form-area { width: 100%; }
	.vf-res-model { font-size: 14px; }
	.vf-res-badge { font-size: 16px; padding: 4px 12px; }
}

/* kp banner / rec / promo / news */
.kp-banner-box { width: 100%; padding: 20px 15px; border-radius: 4px; background-color: #fff; box-sizing: border-box; font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; display: flex; flex-direction: column; gap: 10px; }
.kp-green { border: 3px solid #009e4f; background-color: #f4fdf7; }
.kp-orange { border: 3px solid #f39800; background-color: #fffaf0; }
.kp-orange .kp-main-title { color: #e65c00; }
.kp-sub-title { font-size: 14px; font-weight: bold; color: #003399; margin-bottom: -5px; line-height: 1.4; }
.kp-main-title { font-size: 24px; font-weight: 900; color: #009e4f; display: flex; align-items: center; gap: 10px; line-height: 1.2; }
.kp-content-flex { display: flex; align-items: center; gap: 15px; }
.kp-image-area { width: 40%; flex-shrink: 0; }
.kp-image-area img { width: 100%; height: auto; border-radius: 4px; display: block; }
.kp-btn-area { flex-grow: 1; text-align: center; }
.kp-btn { display: block; width: 100%; padding: 10px 5px; background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%); border: 1px solid #ccc; border-radius: 5px; text-decoration: none; color: #333; font-weight: bold; font-size: 14px; transition: all 0.3s; position: relative; }
.kp-btn:hover { background: #eee; transform: translateY(1px); }
.kp-btn::after { content: "▶"; font-size: 10px; color: #003399; margin-left: 10px; }
.kp-link-text { display: block; margin-top: 8px; font-size: 12px; color: #003399; text-decoration: underline; }

.kp-rec-wrap { background: #ffffff; border: 1px solid #eee; border-radius: 4px; padding: 20px; font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; box-sizing: border-box; box-shadow: 0 2px 5px rgba(0,0,0,0.05); height: 100%; display: flex; flex-direction: column; }
.kp-rec-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #f1f0f0; padding-bottom: 10px; }
.kp-rec-title { font-size: 20px; font-weight: bold; color: #003399; position: relative; padding-left: 12px; line-height: 1; }
.kp-rec-title::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background-color: #fff100; }
.kp-rec-more { font-size: 13px; color: #333; text-decoration: none; font-weight: bold; }
.kp-rec-more::after { content: "▶"; font-size: 10px; margin-left: 5px; color: #003399; }
.kp-rec-desc { font-size: 14px; line-height: 1.6; color: #333; margin-bottom: 20px; flex-grow: 1; }
.kp-rec-highlight { color: #e65c00; font-weight: bold; }
.kp-rec-highlight-inner { padding-top: 10px; }
.kp-rec-btn { display: block; width: 100%; padding: 12px 0; background: linear-gradient(to bottom, #003399 0%, #002266 100%); color: #ffffff !important; text-decoration: none; text-align: center; border-radius: 4px; font-weight: bold; font-size: 15px; box-shadow: 0 3px 6px rgba(0,0,0,0.2); transition: all 0.3s; position: relative; }
.kp-rec-btn:hover { opacity: 0.9; transform: translateY(1px); box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.kp-rec-btn::after { content: "→"; margin-left: 8px; font-family: Arial, sans-serif; }
@media (max-width: 480px) {
	.kp-rec-wrap { padding: 15px; }
	.kp-rec-title { font-size: 18px; }
}

.kp-promo-link { text-decoration: none; display: block; color: inherit; }
.kp-promo-box { border: 1px solid #ccc; border-radius: 4px; background: #fff; padding: 15px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; box-sizing: border-box; font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
.kp-promo-box:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
.kp-promo-flex { display: flex; align-items: center; gap: 15px; }
.kp-promo-img { width: 120px; flex-shrink: 0; }
.kp-promo-img img { width: 100%; height: auto; display: block; border-radius: 2px; }
.kp-promo-text { flex-grow: 1; }
.kp-promo-title { color: #003399; font-weight: bold; font-size: 18px; margin-bottom: 8px; line-height: 1.2; }
.kp-promo-desc { font-size: 14px; line-height: 1.5; color: #333; }
@media (max-width: 480px) {
	.kp-promo-flex { flex-direction: column; text-align: center; }
	.kp-promo-img { width: 100%; max-width: 180px; }
}

.kp-news-wrap { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 20px; font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; box-sizing: border-box; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.kp-news-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
.kp-news-title { font-size: 20px; font-weight: bold; color: #003399; position: relative; padding-left: 12px; line-height: 1; }
.kp-news-title::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background-color: #fff100; }
.kp-news-more { font-size: 13px; color: #333; text-decoration: none; font-weight: bold; }
.kp-news-more::after { content: "▶"; font-size: 10px; margin-left: 5px; color: #003399; }
.kp-news-more:hover { color: #003399; text-decoration: underline; }
.kp-news-list { list-style: none; padding: 0; margin: 0; }
.kp-news-item { display: flex; gap: 15px; padding: 8px 0; border-bottom: 1px dotted #ddd; font-size: 14px; line-height: 1.5; align-items: baseline; }
.kp-news-item:last-child { border-bottom: none; }
.kp-news-date { color: #333; flex-shrink: 0; font-family: Arial, sans-serif; }
.kp-news-text { color: #003399; text-decoration: none; }
.kp-news-text:hover { text-decoration: underline; }
@media (max-width: 480px) {
	.kp-news-wrap { padding: 15px; }
	.kp-news-title { font-size: 18px; }
	.kp-news-item { gap: 10px; font-size: 13px; }
}

/* LP 4-card grid — flex column + CTA footer で高さ揃え・はみ出し防止 */
.df-lp-section { margin: 0 0 clamp(28px, 4vw, 48px); padding: 0; background: transparent; font-family: 'Noto Sans JP', sans-serif; }
.df-lp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; align-items: stretch; }
.df-lp-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s cubic-bezier(0.4,0,0.2,1); border: 1px solid #e5e7eb; display: flex; flex-direction: column; min-height: 100%; box-sizing: border-box; }
.df-lp-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.1); border-color: #d1d5db; }
.df-lp-header { padding: 18px 18px 14px; background: #fafafa; text-align: center; flex-shrink: 0; }
.df-lp-thumbnail { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 12px; margin-bottom: 10px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.df-lp-thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; }
.df-lp-card-title { font-size: 19px; font-weight: 800; color: #0f172a; margin: 0 0 6px; line-height: 1.3; }
.df-lp-card-subtitle { font-size: 13px; color: #64748b; font-weight: 500; line-height: 1.5; margin: 0; }
.df-lp-body { padding: 16px 18px 18px; background: #fff; flex: 1 1 auto; display: flex; flex-direction: column; gap: 12px; box-sizing: border-box; }
.df-lp-features { list-style: none; margin: 0; padding: 0; flex: 1 1 auto; display: flex; flex-direction: column; gap: 8px; }
.df-lp-feature-item { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; color: #334155; line-height: 1.5; }
.df-lp-feature-icon { flex-shrink: 0; width: 18px; height: 18px; border-radius: 4px; background: linear-gradient(180deg, #ffec6b 0%, #fede00 100%); display: flex; align-items: center; justify-content: center; color: #0b1f4d; font-size: 11px; font-weight: 700; margin-top: 2px; border: 1px solid rgba(212, 190, 0, 0.55); box-sizing: border-box; }
.df-lp-cta { margin-top: auto; flex-shrink: 0; width: 100%; }
.df-lp-btn { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; padding: 14px 18px; background: #2563eb !important; color: #fff !important; text-decoration: none; text-align: center; border-radius: 8px; font-weight: 700; font-size: 15px; line-height: 1.25; transition: all 0.2s ease; box-shadow: 0 2px 6px rgba(37,99,235,0.18); }
.df-lp-btn:hover { background: #1d4ed8 !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.25); }
.df-lp-btn-arrow { display: inline-block; margin-left: 6px; transition: transform 0.2s ease; }
.df-lp-btn:hover .df-lp-btn-arrow { transform: translateX(4px); }
@media (max-width: 1024px) { .df-lp-grid { grid-template-columns: repeat(2, 1fr); padding: 0 16px; } }
@media (max-width: 768px) {
	.df-lp-grid { grid-template-columns: 1fr; gap: 14px; }
	.df-lp-card { flex-direction: row; min-height: 0; }
	.df-lp-header { width: 42%; padding: 18px 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #f0f0f0; border-bottom: none; }
	.df-lp-thumbnail { margin-bottom: 12px; }
	.df-lp-card-title { font-size: 15px; }
	.df-lp-card-subtitle { font-size: 11px; }
	.df-lp-body { width: 58%; padding: 18px 16px 20px; gap: 14px; }
	.df-lp-features { gap: 8px; }
	.df-lp-feature-item { font-size: 12px; gap: 6px; }
	.df-lp-feature-icon { width: 15px; height: 15px; font-size: 9px; }
	.df-lp-btn { padding: 12px 10px; font-size: 13px; }
}
@media (max-width: 400px) {
	.df-lp-header { width: 38%; padding: 14px 12px; }
	.df-lp-body { width: 62%; padding: 14px 12px 16px; }
	.df-lp-card-title { font-size: 13px; }
}

/* Custom footer styles are defined in polish.css (.df-footer-*). */

/* Business 3-card grid */
.df-biz-section-center { margin: 0 0 clamp(18px, 3vw, 32px); padding: 0; background: transparent; font-family: 'Noto Sans JP', sans-serif; }
.df-biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; align-items: stretch; }
.df-biz-card-center { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s cubic-bezier(0.4,0,0.2,1); border: 1px solid #e5e7eb; display: flex; flex-direction: column; min-height: 100%; box-sizing: border-box; }
.df-biz-card-center:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.1); border-color: #d1d5db; }
.df-biz-header-center { padding: 18px 18px 14px; background: #fafafa; text-align: center; flex-shrink: 0; }
.df-biz-thumbnail-center { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 12px; margin-bottom: 10px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.df-biz-thumbnail-center img { width: 100%; height: 100%; object-fit: cover; display: block; }
.df-biz-title-center { font-size: 19px; font-weight: 800; color: #0f172a; margin: 0 0 6px; line-height: 1.3; }
.df-biz-subtitle-center { font-size: 13px; color: #64748b; font-weight: 500; line-height: 1.5; margin: 0; }
.df-biz-body-center { padding: 16px 18px 18px; background: #fff; flex: 1 1 auto; display: flex; flex-direction: column; gap: 12px; box-sizing: border-box; }
.df-biz-features-center { list-style: none; margin: 0; padding: 0; flex: 1 1 auto; display: flex; flex-direction: column; gap: 8px; }
.df-biz-item-center { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; color: #334155; line-height: 1.5; }
.df-biz-icon-center { flex-shrink: 0; width: 18px; height: 18px; border-radius: 4px; background: linear-gradient(180deg, #ffec6b 0%, #fede00 100%); display: flex; align-items: center; justify-content: center; color: #0b1f4d; font-size: 11px; font-weight: 700; margin-top: 2px; border: 1px solid rgba(212, 190, 0, 0.55); box-sizing: border-box; }
.df-biz-cta { margin-top: auto; flex-shrink: 0; width: 100%; }
.df-biz-btn-center { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; padding: 14px 18px; background: #001f5f !important; color: #fff !important; text-decoration: none; text-align: center; border-radius: 8px; font-weight: 700; font-size: 15px; line-height: 1.25; transition: all 0.2s ease; box-shadow: 0 2px 6px rgba(0,31,95,0.18); }
.df-biz-btn-center:hover { background: #003399 !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,31,95,0.25); }
.df-biz-arrow-center { display: inline-block; margin-left: 6px; transition: transform 0.2s ease; }
.df-biz-btn-center:hover .df-biz-arrow-center { transform: translateX(4px); }
@media (max-width: 1024px) { .df-biz-grid { grid-template-columns: repeat(2, 1fr); padding: 0 16px; } }
@media (max-width: 768px) {
	.df-biz-grid { grid-template-columns: 1fr; gap: 14px; }
	.df-biz-card-center { flex-direction: row; min-height: 0; }
	.df-biz-header-center { width: 42%; padding: 18px 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #f0f0f0; border-bottom: none; }
	.df-biz-thumbnail-center { margin-bottom: 12px; }
	.df-biz-title-center { font-size: 15px; }
	.df-biz-subtitle-center { font-size: 11px; }
	.df-biz-body-center { width: 58%; padding: 18px 16px 20px; gap: 14px; }
	.df-biz-features-center { gap: 8px; }
	.df-biz-item-center { font-size: 12px; gap: 6px; }
	.df-biz-icon-center { width: 15px; height: 15px; font-size: 9px; }
	.df-biz-btn-center { padding: 12px 10px; font-size: 13px; }
}
@media (max-width: 400px) {
	.df-biz-header-center { width: 38%; padding: 14px 12px; }
	.df-biz-body-center { width: 62%; padding: 14px 12px 16px; }
	.df-biz-title-center { font-size: 13px; }
}

/*
 * 店舗検索ウィジェット（.dm-finder-full）— レイアウト最終確定
 * カード全体を同一幅で中央配置し、ヘッダ/ボディの開始位置を完全に揃える。
 */
.dm-front .dm-finder-full {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: auto !important;
	box-sizing: border-box !important;
}
.dm-front .dm-finder-full .sf-header {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	box-sizing: border-box !important;
}
.dm-front .dm-finder-full .sf-body {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	gap: clamp(16px, 2.2vw, 28px) !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	box-sizing: border-box !important;
}
.dm-front .dm-finder-full .sf-form-area {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
}
.dm-front .dm-finder-full .sf-form-area .dm-kp-finder__lead {
	display: none !important;
}
.dm-front .dm-finder-full .sf-form-area .dm-kp-finder__nearby-hint,
.dm-front .dm-finder-full .sf-form-area .dm-kp-finder__hint {
	text-align: left !important;
}
@media (min-width: 768px) {
	.dm-front .dm-finder-full .sf-visual {
		flex: 0 0 clamp(260px, 30vw, 360px) !important;
		width: clamp(260px, 30vw, 360px) !important;
		max-width: 360px !important;
		min-height: 200px !important;
		height: auto !important;
	}
}
@media (max-width: 767px) {
	.dm-front .dm-finder-full .sf-body {
		flex-direction: column !important;
		align-items: stretch !important;
	}
	.dm-front .dm-finder-full .sf-visual {
		width: 100% !important;
		max-width: none !important;
		min-height: 140px !important;
	}
	.dm-front .dm-finder-full .sf-form-area {
		flex: 1 1 auto !important;
		max-width: 100% !important;
	}
}
