/*
Theme Name: Hanazono Shaken LP
Theme URI: https://example.com/hanazono-shaken-lp
Author: Hanazono Motors
Author URI: https://example.com
Description: 花園モータース（花園車検）専用ランディングページテーマ。
Version: 1.10.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hanazono-shaken-lp
*/

:root {
  --primary-color: #d11e27;
  --secondary-color: #2b2b2b;
  --accent-color: #f7b731;
  --bg-light: #ffffff;
  --text-main: #333333;
  --text-light: #666666;
  --white: #ffffff;
  --cta-phone: #00b894;
  --cta-form: #e17055;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  color: var(--text-main);
  line-height: 1.6;
  background-color: var(--white);
  padding-bottom: 80px;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.section-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
.section-title img { max-width: 100%; width: auto; height: auto; max-height: 200px; }
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.section-padding { padding: 80px 0; }

/* MV */
.mv-section { width: 100%; position: relative; }
.mv-pc { display: block; width: 100%; }
.mv-sp { display: none; width: 100%; }

/* Local search introduction */
.seo-intro-section { padding: 55px 0 48px; background: #fff; }
.seo-intro-inner { max-width: 900px; text-align: center; }
.seo-intro-inner h1 { margin-bottom: 20px; color: var(--secondary-color); font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.35; }
.seo-intro-inner h1::after { content: ''; display: block; width: 64px; height: 4px; margin: 18px auto 0; border-radius: 2px; background: var(--accent-color); }
.seo-intro-inner p { max-width: 800px; margin: 0 auto 14px; text-align: left; }
.seo-intro-lead { font-size: 1.08rem; font-weight: 700; }
.seo-quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.seo-quick-links a { padding: 9px 16px; border: 1px solid #ddd; border-radius: 50px; background: #fff; color: var(--primary-color); font-size: .9rem; font-weight: 700; }
.seo-quick-links a:hover { border-color: var(--primary-color); background: #fff7f7; }

/* Form */
.form-section { background-color: var(--bg-light); }
.reservation-image-heading { display: flex; justify-content: center; margin: 0; }
.reservation-image-heading img { width: auto; max-width: 100%; height: auto; max-height: 200px; }
.form-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Reasons */
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.reason-card {
  text-align: center;
  background: var(--white);
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.reason-card:hover { transform: translateY(-5px); }
.reason-img-wrap { margin-bottom: 20px; overflow: hidden; border-radius: 8px; }
.reason-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--secondary-color);
}
.reason-text { font-size: 0.95rem; color: var(--text-light); text-align: left; }

/* Plan */
.plan-section { background-color: var(--bg-light); }
.plan-section:nth-of-type(even) { background-color: var(--white); }
.plan-flex { display: flex; align-items: center; gap: 40px; margin-bottom: 40px; }
.plan-flex.reverse { flex-direction: row-reverse; }
.plan-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.plan-content { flex: 1; }
.plan-desc-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--secondary-color);
}
.plan-desc-text { margin-bottom: 30px; }
.super-plan-notice { margin: 0 0 28px; padding: 20px 22px; border-left: 5px solid var(--primary-color); border-radius: 0 8px 8px 0; background: #fff4f4; }
.super-plan-notice strong { display: block; margin-bottom: 6px; color: var(--primary-color); }
.super-plan-notice p { margin: 0; line-height: 1.8; }

.plan-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}
.plan-table th, .plan-table td {
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  text-align: center;
  white-space: nowrap;
  font-size: 0.92rem;
}
.plan-table th {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: bold;
  font-size: 0.9rem;
}
.plan-table tr:nth-child(even) { background-color: #f7f7f7; }
.plan-table tr:hover { background-color: #fff3e0; }
.plan-table .total-col {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 1rem;
  background-color: #fff8f0;
}
.plan-table thead .total-col {
  color: var(--white);
  background-color: #b71c1c;
}
.table-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.table-note {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 30px;
  line-height: 1.8;
}
.pricing-table { min-width: 700px; }

/* Flow */
.flow-steps { max-width: 800px; margin: 0 auto; }
.step-item {
  display: flex;
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  overflow: hidden;
}
.step-num {
  background-color: var(--primary-color);
  color: var(--white);
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.step-content { padding: 20px; flex: 1; }
.step-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.step-text { font-size: 0.95rem; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.review-card {
  background: var(--bg-light);
  padding: 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.review-stars { color: var(--accent-color); font-size: 1.2rem; margin-bottom: 15px; }
.review-header { display: flex; align-items: center; margin-bottom: 15px; gap: 15px; }
.review-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  flex: 0 0 60px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  box-shadow: 0 0 0 3px #fff, 0 2px 8px rgba(0,0,0,.12);
}
.review-icon-1 { background-position: 0 0; }
.review-icon-2 { background-position: 100% 0; }
.review-icon-3 { background-position: 0 100%; }
.review-icon-4 { background-position: 100% 100%; }
.review-name { font-weight: bold; font-size: 1.1rem; }
.review-text { font-style: italic; color: var(--text-light); }

/* Blog */
.blog-section { background: #f7f7f7; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.07); transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,.11); }
.blog-card-link { display: block; height: 100%; }
.blog-thumb { aspect-ratio: 16 / 9; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--primary-color), #8f1319); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-thumb-placeholder { padding: 10px; color: #fff; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-align: center; }
.blog-card-body { padding: 22px; }
.blog-date { display: block; margin-bottom: 8px; color: var(--text-light); font-size: .82rem; }
.blog-title { margin-bottom: 12px; color: var(--secondary-color); font-size: 1.12rem; line-height: 1.5; }
.blog-excerpt { margin-bottom: 18px; color: var(--text-light); font-size: .9rem; line-height: 1.75; }
.blog-more { color: var(--primary-color); font-size: .88rem; font-weight: 700; }
.blog-more::after { content: ' →'; }
.blog-empty { text-align: center; color: var(--text-light); }

/* Blog archive */
.blog-archive-page { background: #f6f7f9; min-height: 70vh; }
.blog-archive-hero { padding: 76px 0 70px; color: #fff; text-align: center; background: linear-gradient(135deg, #181d28 0%, #2c3445 72%, #b51f27 160%); }
.blog-archive-kicker { margin-bottom: 12px; color: #f6c445; font-size: .78rem; font-weight: 700; letter-spacing: .2em; }
.blog-archive-hero h1 { margin-bottom: 16px; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.35; }
.blog-archive-hero p:last-child { color: rgba(255,255,255,.78); }
.blog-archive-content { padding-top: 64px; padding-bottom: 80px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.archive-card { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(20,27,40,.07); transition: transform .25s ease, box-shadow .25s ease; }
.archive-card:hover { transform: translateY(-5px); box-shadow: 0 14px 38px rgba(20,27,40,.12); }
.archive-card-image { display: flex; aspect-ratio: 16 / 9; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(135deg, #b51f27, #6f1015); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .13em; }
.archive-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.archive-card:hover .archive-card-image img { transform: scale(1.04); }
.archive-card-body { padding: 24px 24px 27px; }
.archive-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: #777; font-size: .78rem; }
.archive-card-meta span { padding: 3px 9px; border-radius: 50px; background: #fff0f1; color: var(--primary-color); font-weight: 700; }
.archive-card h2 { margin-bottom: 12px; font-size: 1.17rem; line-height: 1.6; }
.archive-card h2 a { color: #242831; }
.archive-card-body > p { margin-bottom: 18px; color: #69707c; font-size: .91rem; line-height: 1.8; }
.archive-read-more { color: var(--primary-color); font-size: .88rem; font-weight: 700; }
.archive-read-more::after { content: ' →'; }
.archive-pagination { margin-top: 52px; }
.archive-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.archive-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 12px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #333; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.archive-pagination .current { background: var(--primary-color); color: #fff; }
.archive-empty { padding: 70px 20px; text-align: center; }

/* Single article */
.single-post-page { background: #f5f6f8; }
.article-header { padding: 58px 20px 48px; background: #fff; border-bottom: 1px solid #eceef1; }
.article-header-inner { max-width: 900px; margin: 0 auto; }
.article-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #7b818b; font-size: .78rem; }
.article-breadcrumb a:hover { color: var(--primary-color); }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 18px; color: #777e88; font-size: .82rem; }
.article-category { padding: 5px 12px; border-radius: 50px; background: #fff0f1; color: var(--primary-color); font-weight: 700; }
.article-header h1 { color: #20242c; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.42; letter-spacing: .01em; }
.article-featured-image { max-width: 1080px; margin: 46px auto 0; padding: 0 20px; }
.article-featured-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 14px; box-shadow: 0 14px 40px rgba(20,27,40,.12); }
.article-layout { padding: 62px 20px 80px; }
.article-content { max-width: 780px; margin: 0 auto; color: #343941; font-size: 1.04rem; line-height: 2.05; overflow-wrap: anywhere; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.65em; }
.article-content h2 { position: relative; margin: 3.2em 0 1.25em; padding: 18px 20px 18px 27px; border-radius: 0 9px 9px 0; background: #f2f3f5; color: #20242c; font-size: 1.65rem; line-height: 1.5; }
.article-content h2::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 6px; border-radius: 5px 0 0 5px; background: var(--primary-color); }
.article-content h3 { margin: 2.5em 0 1em; padding-bottom: 10px; border-bottom: 2px solid #e4e6e9; color: #272c34; font-size: 1.32rem; line-height: 1.55; }
.article-content h3::after { content: ''; display: block; width: 52px; height: 2px; margin-bottom: -12px; background: var(--primary-color); }
.article-content h4 { margin: 2em 0 .85em; color: #292e36; font-size: 1.12rem; }
.article-content strong { color: #242831; font-weight: 700; background: linear-gradient(transparent 68%, #fff0a9 68%); }
.article-content a:not(.article-cta-web):not(.article-cta-tel) { color: #b51f27; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-content ul,
.article-content ol { margin: 1.7em 0 2em; padding: 24px 28px 24px 50px; border-radius: 9px; background: #f5f6f8; }
.article-content li { margin-bottom: .65em; padding-left: .25em; }
.article-content li:last-child { margin-bottom: 0; }
.article-content li::marker { color: var(--primary-color); font-weight: 700; }
.article-content blockquote { margin: 2.2em 0; padding: 24px 28px; border-left: 5px solid var(--accent-color); background: #fffaf0; color: #565c65; }
.article-content blockquote p:last-child { margin-bottom: 0; }
.article-content img { border-radius: 9px; }
.article-content figure { margin: 2.4em 0; }
.article-content figcaption { margin-top: 9px; color: #777e88; font-size: .8rem; text-align: center; }
.article-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-size: .92rem; }
.article-content th,
.article-content td { padding: 13px 15px; border: 1px solid #dfe2e6; }
.article-content th { background: #303641; color: #fff; }
.article-content hr { margin: 3em 0; border: 0; border-top: 1px solid #dfe2e6; }
.article-content .wp-block-button__link { border-radius: 50px; background: var(--primary-color); text-decoration: none; }
.article-cta { margin: 4.5em 0 0; padding: 38px 36px; border-radius: 14px; background: linear-gradient(135deg, #252b35, #181c24); color: #fff; text-align: center; box-shadow: 0 12px 34px rgba(20,27,40,.16); }
.article-content .article-cta h2 { margin: 8px 0 14px; padding: 0; background: transparent; color: #fff; font-size: 1.5rem; }
.article-content .article-cta h2::before { display: none; }
.article-cta p { margin-bottom: 22px; color: #d7d9dd; line-height: 1.8; }
.article-cta .article-cta-label { margin-bottom: 0; color: #f5c645; font-size: .83rem; font-weight: 700; letter-spacing: .07em; }
.article-cta-buttons { display: flex; justify-content: center; gap: 12px; }
.article-cta-web,
.article-cta-tel { display: inline-flex; min-width: 190px; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 50px; color: #fff; font-weight: 700; line-height: 1.4; }
.article-cta-web { background: var(--primary-color); }
.article-cta-tel { background: #00a77f; }
.post-navigation-wrap { border-top: 1px solid #e0e3e7; background: #fff; }
.post-navigation-inner { max-width: 980px; margin: 0 auto; padding: 40px 20px 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.post-navigation-inner a { display: flex; height: 100%; flex-direction: column; gap: 6px; padding: 20px; border: 1px solid #e3e5e8; border-radius: 9px; }
.post-navigation-inner a:hover { border-color: var(--primary-color); }
.post-navigation-inner span { color: var(--primary-color); font-size: .78rem; font-weight: 700; }
.post-navigation-inner strong { color: #343941; font-size: .93rem; line-height: 1.6; }
.post-nav-next { text-align: right; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.faq-q {
  background-color: var(--secondary-color);
  color: var(--white);
  padding: 20px;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.faq-q::before {
  content: 'Q.';
  font-size: 1.5rem;
  color: var(--accent-color);
  margin-right: 15px;
  font-weight: bold;
}
.faq-a {
  background-color: var(--white);
  padding: 20px;
  display: flex;
}
.faq-a::before {
  content: 'A.';
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-right: 15px;
  font-weight: bold;
}

/* Section title (text fallback) */
.section-title-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-text::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

/* Shop info */
.shop-info-section { background-color: var(--white); }
.shop-info-heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.shop-info-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}
.shop-info-card { max-width: 700px; margin: 0 auto; text-align: center; }
.shop-info-name { font-size: 1.4rem; font-weight: 700; color: var(--secondary-color); margin-bottom: 20px; }
.shop-info-details { margin-bottom: 30px; }
.shop-info-address { font-size: 1rem; color: var(--text-main); margin-bottom: 8px; }
.shop-info-tel { font-size: 1.3rem; font-weight: bold; margin-bottom: 8px; }
.shop-info-tel a { color: var(--primary-color); }
.shop-info-note { font-size: 0.9rem; color: var(--text-light); }
.shop-info-map { border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); }
.shop-info-map iframe { display: block; }

/* Bottom CTA */
.bottom-cta-section { background-color: var(--secondary-color); padding: 60px 0; text-align: center; }
.bottom-cta-heading { color: var(--white); font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; }
.bottom-cta-text { color: #ccc; font-size: 1rem; margin-bottom: 30px; }
.bottom-cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.bottom-cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 40px;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--white);
  transition: opacity 0.3s ease, transform 0.2s ease;
  min-width: 240px;
}
.bottom-cta-btn:hover { opacity: 0.9; transform: translateY(-2px); }
.bottom-cta-btn span { font-size: 0.85rem; font-weight: normal; margin-top: 5px; }
.bottom-cta-phone { background-color: var(--cta-phone); }
.bottom-cta-web { background-color: var(--cta-form); }

/* Footer */
.site-footer {
  background-color: #1a1a1a;
  color: #999;
  padding: 30px 0;
  text-align: center;
  font-size: 0.85rem;
}
.footer-company { color: var(--white); font-size: 1rem; font-weight: bold; margin-bottom: 5px; }
.footer-address { margin-bottom: 10px; }
.footer-copy { font-size: 0.8rem; color: #666; }

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  display: flex;
  z-index: 999;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
}
.cta-btn {
  flex: 1;
  text-align: center;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
  transition: filter 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.cta-btn:hover { filter: brightness(1.15); }
.cta-btn span { font-size: 0.85rem; font-weight: 600; margin-top: 4px; letter-spacing: 0; }
.cta-phone { background: linear-gradient(135deg, #00b894 0%, #00a381 100%); }
.cta-form { background: linear-gradient(135deg, #e17055 0%, #d63031 100%); }

/* Reservation form */
.shaken-form { max-width: 600px; margin: 0 auto; background-color: #ffffff; }
.shaken-form .form-group { margin-bottom: 24px; }
.shaken-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}
.shaken-form label span.required,
.shaken-form legend span.required,
.shaken-form label span.optional {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  color: #fff;
}
.shaken-form label span.required,
.shaken-form legend span.required { background-color: #e60012; }
.shaken-form label span.optional { background-color: #9e9e9e; }
.shaken-form input[type="text"],
.shaken-form input[type="tel"],
.shaken-form input[type="email"],
.shaken-form input[type="date"],
.shaken-form input[type="number"],
.shaken-form select,
.shaken-form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fafafa;
  transition: all 0.3s;
}
.shaken-form input:focus,
.shaken-form textarea:focus {
  border-color: #e60012;
  outline: none;
  background-color: #fff;
}
.shaken-form textarea { height: 120px; resize: vertical; }
.service-fieldset { min-width: 0; padding: 0; border: 0; }
.service-fieldset legend { margin-bottom: 10px; font-size: 15px; font-weight: 700; color: #333; }
.service-options { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.service-options label { display: inline-flex; flex: 1 1 220px; align-items: center; gap: 10px; margin: 0; padding: 14px 16px; border: 2px solid #ddd; border-radius: 7px; background: #fafafa; font-weight: 500; cursor: pointer; }
.service-options label:has(input:checked) { border-color: var(--primary-color); background: #fff4f4; }
.service-options input,
.form-consent input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--primary-color); }
.service-options label span { color: var(--text-main); font-size: 15px; }
.shaken-form .form-consent { font-size: 14px; }
.shaken-form .form-consent label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; cursor: pointer; }
.shaken-form .form-consent label span { color: var(--text-main); font-size: 14px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-setup-notice { padding: 20px; border: 2px solid var(--primary-color); border-radius: 6px; text-align: center; }

/* Thanks page */
.thanks-page { min-height: 65vh; display: flex; align-items: center; text-align: center; }
.thanks-card { max-width: 720px; margin: 0 auto; padding: 55px 40px; background: #fff; border-radius: 12px; box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.thanks-icon { width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; background: var(--primary-color); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: 700; }
.thanks-title { margin-bottom: 20px; font-size: 2rem; color: var(--secondary-color); }
.thanks-text { margin-bottom: 12px; }
.thanks-note { margin-bottom: 30px; color: var(--text-light); font-size: .95rem; }
.thanks-home { display: inline-block; padding: 14px 34px; border-radius: 50px; background: var(--primary-color); color: #fff; font-weight: 700; }
.page-template-page-thanks .bottom-cta-section,
.page-template-page-thanks .sticky-cta { display: none; }
body.page-template-page-thanks { padding-bottom: 0; }
.shaken-form .form-submit { text-align: center; margin-top: 40px; }
.shaken-form input[type="submit"],
.shaken-form button[type="submit"] {
  background-color: #e60012;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(230, 0, 18, 0.2);
}
.shaken-form input[type="submit"]:hover,
.shaken-form button[type="submit"]:hover {
  background-color: #ffd700;
  color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(255, 215, 0, 0.3);
}
.shaken-form button[type="submit"]:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 1.6em; margin-top: 18px; text-align: center; font-size: 14px; }
.form-status.is-error { color: #c51620; font-weight: 700; }
.wpcf7-not-valid-tip { margin-top: 5px; color: #c51620; font-size: 13px; }
.wpcf7 form .wpcf7-response-output { margin: 24px 0 0; padding: 12px 16px; border-radius: 6px; text-align: center; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: #c51620; color: #c51620; }
/* Responsive */
@media (max-width: 768px) {
  .mv-pc { display: none; }
  .mv-sp { display: block; }
  .reasons-grid { grid-template-columns: 1fr; }
  .plan-flex, .plan-flex.reverse { flex-direction: column; }
  .reviews-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .blog-archive-hero { padding: 55px 0 50px; }
  .blog-archive-content { padding-top: 42px; }
  .article-header { padding: 38px 20px 34px; }
  .article-breadcrumb { margin-bottom: 20px; }
  .article-header h1 { font-size: 1.75rem; }
  .article-featured-image { margin-top: 28px; padding: 0 14px; }
  .article-featured-image img { border-radius: 9px; }
  .article-layout { padding: 42px 20px 60px; }
  .article-content { font-size: 1rem; line-height: 1.95; }
  .article-content h2 { margin-top: 2.7em; padding: 15px 15px 15px 21px; font-size: 1.35rem; }
  .article-content h3 { font-size: 1.18rem; }
  .article-content ul, .article-content ol { padding: 20px 18px 20px 40px; }
  .article-cta { padding: 30px 20px; }
  .article-cta-buttons { flex-direction: column; }
  .post-navigation-inner { grid-template-columns: 1fr; gap: 12px; }
  .post-nav-next { text-align: left; }
  .section-title img { max-height: 120px; }
  .cta-btn { font-size: 1rem; padding: 10px 0; }
  .bottom-cta-btn { min-width: auto; width: 100%; padding: 15px 20px; font-size: 1rem; }
  .shop-info-heading, .bottom-cta-heading { font-size: 1.4rem; }
  .form-wrapper { padding: 20px; }
  .reservation-image-heading img { width: auto; max-width: 100%; max-height: 120px; }
  .thanks-card { padding: 40px 20px; }
  .thanks-title { font-size: 1.55rem; }
}
