/* v1.026 */
.site-bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  object-fit: cover;
}
.site-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 246, 248, 0.1);
  z-index: -1;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: "Noto Sans JP", sans-serif; line-height: 1.7; color: #333; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
:root {
  --main: #c46a85;
  --main-dark: #a0526b;
  --light: #ffeef2;
  --border: #e8c9d2;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.section { padding: 80px 0; border-bottom: 1px solid rgba(232, 201, 210, 0.2); }
.section:nth-of-type(odd) { background: rgba(255, 255, 255, 0.4); }
.section:nth-of-type(even) { background: rgba(255, 246, 248, 0.4); }
.section-title { text-align: center; margin-bottom: 40px; }
p, h1, h2, h3, li, label { text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); }
section { scroll-margin-top: 120px; }
.btn-primary, .btn-line {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}
.btn-primary { background: var(--main); color: #fff; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--main-dark); }

/* LINEボタンの中央寄せ調整 */
.btn-line { 
  background: #00c300; 
  color: #fff; 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; /* アイコンと文字を中央に寄せる */
  gap: 8px; 
  line-height: 1; /* テキストの垂直位置を安定させる */
}
.btn-line:hover { background: #00a600; }

.hero-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
}
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-side-qr {
  width: 100px;
}
.hero-side-qr img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: #fff;
  padding: 4px;
}

header { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; }
.logo img { height: 82px; }

.header-logo-img {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05));
  opacity: 0.95;
}

.nav-pc ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-pc a { color: var(--main-dark); font-weight: 600; padding: 8px 0; text-shadow: none; }
@media (max-width: 1024px) { .nav-pc { display: none; } }
.hamburger { width: 28px; height: 22px; display: none; flex-direction: column; justify-content: space-between; cursor: pointer; }
.hamburger span { display: block; height: 3px; background: var(--main-dark); border-radius: 3px; }
@media (max-width: 1024px) { .hamburger { display: flex; } }
.nav-sp { display: none; background: rgba(255, 255, 255, 0.95); border-top: 1px solid var(--border); }
.nav-sp.open { display: block !important; }
.nav-sp ul { list-style: none; padding: 0; margin: 0; }
.nav-sp li a { display: block; padding: 16px; border-bottom: 1px solid var(--border); color: var(--main-dark); font-weight: 600; text-shadow: none; }
.hero { background: transparent; padding: 80px 0; min-height: 80vh; display: flex; align-items: center; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 32px; align-items: center; }
.hero-main { flex: 1 1 320px; }
.hero-title span { font-size: 28px; font-weight: 700; display: block; color: var(--main-dark); }
.hero-lead-area { margin-top: 16px; }
.hero-lead { font-size: 1.25rem; font-weight: bold; margin-bottom: 8px; }
.hero-sub-text { font-size: 0.95rem; color: #444; line-height: 1.6; }
.hero-sub { flex: 1 1 260px; background: rgba(255, 255, 255, 0.8); padding: 24px 20px; border-radius: 12px; box-shadow: 0 8px 18px rgba(0,0,0,.1); text-align: center; }
.sub-small { font-size: 13px; color: #555; line-height: 1.4; }
.hero-phone-number a { font-size: 24px; font-weight: 700; color: var(--main); text-shadow: none; }
.reason-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.reason-item, .problem-item, .price-card, .works-item, .area-box, .media-item { background: rgba(255, 255, 255, 0.3) !important; border-radius: 12px; border: 1px solid rgba(232, 201, 210, 0.4); box-shadow: 0 4px 12px rgba(0,0,0,0.03); overflow: hidden; backdrop-filter: blur(2px); }
.reason-item { padding: 18px; text-align: center; }
.reason-photo, .problem-icon, .service-image { width: 100%; border-radius: 10px; margin: 0 auto 12px; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.08); }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; }
.problem-item { padding: 18px 16px 20px; text-align: center; }
.problem-solution-center { text-align: center; font-weight: 700; color: var(--main-dark); font-size: 18px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.price-card { padding: 20px; text-align: center; }
.price-card h3 { margin: 0 0 8px; font-size: 20px; color: var(--main-dark); }
.price-card p { margin: 0; font-size: 18px; font-weight: 700; color: var(--main); text-shadow: none; }
.works-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.works-item { flex: 1 1 300px; max-width: 340px; }
.works-img-container { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; }
.works-item img { width: 100%; height: 100%; object-fit: cover; }
.works-caption { padding: 10px; margin: 0; font-weight: 600; font-size: 14px; text-align: center; color: var(--main-dark); }
.media-box { display: grid; gap: 28px; margin-top: 20px; }
.media-item { padding: 20px; display: flex; gap: 20px; align-items: center; }
.media-img-wrap { flex: 0 0 200px; }
.media-img-wrap img { width: 100%; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.media-text-wrap { flex: 1; }
.media-item h3 { margin-top: 0; color: var(--main-dark); font-size: 18px; margin-bottom: 10px; }
.media-item p { margin: 0; font-size: 14px; color: #444; }
.area-content { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 30px; }
.area-map-img { width: 100%; max-width: 800px; }
.area-map-img img { border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.area-text-side { text-align: center; }
.area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.area-box { padding: 18px 16px 20px; }
.area-box h3 { margin: 0 0 10px; font-size: 18px; color: var(--main-dark); }
.area-box ul { list-style: none; padding: 0; margin: 0; }
.area-box li { font-size: 14px; color: #444; line-height: 1.8; }

.contact-container { max-width: 600px; margin: 0 auto; }
.contact-form { display: flex; flex-direction: column; gap: 16px; text-align: left; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.contact-form label { font-weight: bold; color: var(--main-dark); font-size: 15px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 15px; background: rgba(255, 255, 255, 0.8); transition: border-color 0.3s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--main); background: #fff; }
.contact-form .btn-primary { margin-top: 10px; width: 100%; padding: 16px; font-size: 18px; }

.section-banners { padding: 40px 0; background: transparent !important; }
.banner-wrap { display: flex; justify-content: center; }
.cert-banner { width: 100%; max-width: 600px; }
footer { background: rgba(255, 255, 255, 0.7); border-top: 1px solid var(--border); padding: 20px 0; text-align: center; font-size: 14px; color: #555; }

@media (min-width: 1025px) { .area-content { flex-direction: row; align-items: flex-start; } .area-map-img { flex: 0 0 500px; } .area-text-side { flex: 1; text-align: left; } }
@media (max-width: 1024px) { 
  .media-item { flex-direction: column; text-align: center; } 
  .media-img-wrap { width: 100%; max-width: 300px; } 
  .hero-cta-container { flex-direction: column; align-items: center; }
  .hero-buttons .btn-primary, .hero-buttons .btn-line { max-width: 280px; width: 100%; justify-content: center; } 
  .hero-side-qr { width: 120px; }
}
@media (max-width: 768px) { .works-item { flex: 1 1 100%; max-width: 100%; } }
