@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
.seo-h1, .seo-h2{
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip:rect(1px,1px,1px,1px);
}
html, body {
  width: 100%;
  overflow-x: hidden;

}
html.invert-mode {
  filter: invert(1) hue-rotate(180deg);
}

html.invert-mode .service-block,
html.invert-mode .reason-item,
html.invert-mode .price-card {
  filter: invert(1) hue-rotate(180deg);
}
.invert-mode .contact-line img {
  filter: invert(1) hue-rotate(180deg);
}


body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  color: #eaeaea;
  z-index: 0;
  transition: 0.3s ease;

  background: linear-gradient(
    180deg,
    #141414 0%,
    #1a1a1a 45%,
    #161616 100%
  );
    display: flex;
  flex-direction: column;
  min-height: 100svh;
}

/* 光だけに特化（軽量版） */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background:
    radial-gradient(1000px 500px at 20% 10%, rgba(255,255,255,0.04), transparent 60%),
    radial-gradient(800px 400px at 80% 70%, rgba(255,255,255,0.03), transparent 60%),
    radial-gradient(1200px 600px at 50% 50%, rgba(255,255,255,0.015), transparent 70%);
}


#menu-btn-check {
  display: none;
}
.menu-btn {
  display: none;
}

.page-sub #headerBox {
    position: relative;
    width: 100%;
    height: 5vw; /* 元の高さ */
}

.page-top #headerBox {
    position: relative;
    width: 100%;
    height: 5vw; /* 元の高さ */
}


#headerBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vw;
        background: linear-gradient(
  180deg,
  #161616b3 0%,
  #1c1c1caa 45%,
  #181818a3 100%
  );
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.516);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#headerBackground.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
}

#logo {
    position: fixed;
    top: 1.3vw;
    left: 2vw;
    width: 17vw;
    z-index: 102;
}

.page-sub .menu-content {
    position: absolute;
    top: 2vw;
    left: 23vw;
    z-index: 101;
    font-size: 1.2vw;
}
.page-top .menu-content {
    position: absolute;
    top: 33vw;
    left: 23vw;
    z-index: 101;
    font-size: 1.2vw;
}

.menu-content.fixed {
    position: fixed;
    top: 2vw;
    left: 23vw;
    z-index: 101;
}



/* ul, li */
.menu-content ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-content li {
    width: fit-content;
    padding: 0 3vw;
    text-align: center;
    letter-spacing: .2vw;
    font-weight: 200; 
    list-style: none;
  }

.menu-content li a {
      text-decoration: none;
    color: #ffffff;
}
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonNeumorphism {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6vw;
  aspect-ratio: 1;
  color: #f0f0f0;
  background: #1e1e1e;
  border-radius: 50%;

  /* 影を整理 */
  box-shadow:
    0 .6vw 1.4vw rgba(0,0,0,0.55);

  /* 輪郭を作る */
  border: .1vw solid rgba(255,255,255,0.08);
}


@media (any-hover: hover) {
  .buttonNeumorphism {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .buttonNeumorphism:hover {
    transform: translateY(-2px);
    box-shadow:
      0 1.0vw 2.2vw rgba(0,0,0,0.65);
  }

.buttonNeumorphism:active {
  transform: translateY(0);
  box-shadow:
    inset 0 .3vw .6vw rgba(0,0,0,0.6);
}

}
.buttonNeumorphism svg,
.buttonNeumorphism i,
.buttonNeumorphism img {
  color: #f5f5f5;
  fill: #f5f5f5;
}
.contact-line {
  display: none;
}
.mail-sp {
  display: none;
}
.theme-toggle {
  position: fixed;
  right: 2vw;
  bottom: 2vw;

  width: 4vw;
  height: 4vw;

  border-radius: 50%;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.4vw;

  backdrop-filter: blur(0.8vw);
  background: rgba(255,255,255,0.08);
  color: #fff;

  box-shadow:
    0 1vw 2vw rgba(0,0,0,0.3),
    inset 0 0 0 0.1vw rgba(255,255,255,0.15);

  transition: all 0.3s ease;
  z-index: 9999;
}

.theme-toggle:hover {
  transform: translateY(-0.4vw) scale(1.05);
}

.theme-toggle:active {
  transform: scale(0.95);
}
invert-mode .theme-toggle {
  background: rgba(0,0,0,0.08);
  color: #000;

  box-shadow:
    0 1vw 2vw rgba(0,0,0,0.15),
    inset 0 0 0 0.1vw rgba(0,0,0,0.1);
}
.breadcrumb {
  width: 100vw;
  margin: 1vw 0 2vw 3vw;
  font-size: .8vw;
  color: #888;
}

.breadcrumb a {
  color: #888;
  text-decoration: none;
  font-weight: 100;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 0.5vw;
  font-weight: 100;
}
/* =========================
   FOOTER
========================= */

.site-footer {
  padding: 4vw 0 1vw;
  background: #1a1a1a;
  color: #eaeaea;
}

/* ロゴ・名前 */
.footer-identity {
  width: 90vw;
  margin: 0 auto 3vw;
  text-align: left; /* 左寄せ */
}
.footer-identity img {
  width: 20vw;
}
/* お問い合わせ */
.footer-contact {
  width: 90vw;
  margin: 0 auto 4vw;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}

.contact-card {
  position: relative;
  flex: 1 1 200px;
  padding: 2vw;
  background: #262626;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: .4vw;
  z-index: 1;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* 奥の薄い枠 */
.contact-card::before {
  content: "";
  position: absolute;
  top: 8px; 
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: .4vw;
  z-index: -1;
  background: rgba(255,255,255,0.03);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

/* ホバー演出：白 */
.contact-card:hover {
  transform: translate(-4px,-4px);
  background: #fff;
  color: #111; /* 文字を濃く */
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}

.contact-card:hover::before {
  transform: translate(4px,4px);
  border-color: rgba(255,255,255,0.4); /* 少し薄めの白枠 */
  background: rgba(255,255,255,0.1); /* ほんのり白背景で奥行き感 */
}

/* テキスト */
.contact-label {
  display: block;
  font-size: 1.2vw;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

.contact-text {
  margin: 0 auto;
  display: block;
  font-weight: 100;
  margin-top: 0.5vw;
  font-size: 1.2vw;
  letter-spacing: .2vw;
  color: rgb(240, 240, 240);
}


/* テキスト */
.contact-label {
  display: block;
    font-size: 2vw;
   font-family: 'M PLUS 1p', sans-serif;
   font-weight: 300;
   letter-spacing: 1vw;
  opacity: 0.7;
}

.footer-bottom {
  width: 90vw;
  margin: 0 auto;
  padding-top: 2vw;
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* 各段共通 */
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ←ズレ防止の核 */
  margin-bottom: 1.5vw;
}

/* 上段ナビ */
.footer-nav ul {
  display: flex;
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 下段エリア */
.footer-area ul {
  display: flex;
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-area ul li {
    color: #888;
    font-size: 1.1vw;
    font-weight: 100;
}
.footer-nav a,
.footer-area a  {
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
  opacity: 0.7;
}
/* コピーライト（右寄せ固定） */
.copyright {
  font-size: 0.9vw;
  opacity: 0.5;
  text-align: right;
  white-space: nowrap;
  margin: 0; /* ←ズレ原因潰し */
  margin-right: 2vw;
}

  @media only screen and (max-width: 600px) {

  body {
    padding: 0;
    margin: 0;
  }


  .header-box, .header-box.fixed {
    display: none;
  }





#headerBackground {
  display: none;
}

#headerBackground.fixed {
display: none;
}


#headerBox {
    height: 10vw;
  }

  #logo {
    width: 40vw;
    top: 4vw;
    left: 4vw;
  }

  /* ハンバーガー */
  .menu-btn {
    display: flex;
    position: fixed;
    top: 4vw;
    right: 4vw;
    width: 8vw;
    height: 6vw;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    position: absolute;
    width: 7vw;
    height: 0.5vw;
    background: #fff;
    transition: 0.3s;
  }

  .menu-btn span::before {
    bottom: 2vw;
  }

  .menu-btn span::after {
    top: 2vw;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background: transparent;
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    transform: rotate(45deg);
    bottom: 0;
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    transform: rotate(-45deg);
    top: 0;
  }
   .mail-pc {
    display: none;
  }


.menu-content.fixed  {
top: 0;
left: 0;
z-index: 90;
}

   .page-top .menu-content,
   .page-sub .menu-content {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
  }
  /* メニュー本体 */
  .menu-content {
    position: fixed;
    inset: 0;
    background: rgba(30,30,30,0.95);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 90;
  }

  #menu-btn-check:checked ~ .menu-content {
    transform: translateX(0);
  }

  .menu-content ul {
    display: block;
    padding: 15vw 0 0;
    text-align: center;
  }

  .menu-content li {
    width: 80vw;
    border-bottom: max(1px, .2vw) solid #fff;
    margin: 0 auto;
    padding-top: 5vw;
  }

  .menu-content li a {
    display: block;
    padding: 4vw 0;
    font-size: 3.5vw;
    font-weight: 200;
    letter-spacing: .5vw;
  }

.mail-pc {
  display: none;
}
.contact-line {
  display: block;
    display: flex;
    position: fixed;
    top: 1.5vw;
    left: 63vw;
      box-shadow:
    0 .6vw 1.4vw rgba(0,0,0,0.55);
        aspect-ratio: 1;
        border-radius: 3vw;
    z-index: 100;

}
.contact-line img {
  width: 10vw;
  height: auto;
}
/* メールボタンをハンバーガー横に固定 */

    .mail-sp {
    display: block;
    display: flex;
    position: fixed;
    top: 1.5vw;
    left: 75vw;
    width: 10vw;
    aspect-ratio: 1;
    z-index: 100;
  }
      .theme-toggle {
      width: 12vw;
      height: 12vw;
      font-size: 6vw;
    right: 3vw;
    bottom: 6vw;
  }
      .breadcrumb {
  width: 90vw;
  margin: 9vw auto 2vw;
  font-size: 1.8vw;
}

  /* ===== FOOTER ===== */
  .footer-identity img {
    width: 40vw;
  }
  .footer-contact {
    width: 90vw;
    margin: auto;
    flex-direction: column;
    gap: 8vw 0;
    margin-bottom: 10vw;
  }

  .contact-card {
    flex: 0;
    margin-right: 3vw;
    max-height: 7vh;
    padding: 7vw 5vw 6vw 6vw;
    
  }
  .contact-label {
    font-size: 4vw;
    letter-spacing: 0.4em;
  }

  .contact-text {
    font-size: 2.5vw;
    margin-top: 2vw;
    white-space: nowrap;
    font-weight: 100;
  }
.footer-bottom {
  width: 98vw;
}

/* ←これが重要：上下構造をスマホでは壊す */
.footer-row {
  flex-direction: column;
  gap: 4vw;
  text-align: center;
}

/* ナビ */
.footer-nav ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
  margin: 0;
}

/* エリアリンクも同じく中央 */
.footer-area ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw 4vw;
  margin: 0;
}
.footer-area ul li {
    color: #888;
    font-size: 2vw;
}
/* リンク共通 */
.footer-nav a,
.footer-area a {
  font-size: 2vw;
  font-weight: 100;
  letter-spacing: .4vw;
}

/* コピーライト */
.copyright {
  font-size: 2vw;
  font-weight: 100;
  text-align: center;
  white-space: normal;
  padding-top: 3vw;
}
}



