@charset "utf-8";
/** {
  outline: 1px solid red;
}*/
body {
  margin: 0;
}
.navi {
  padding-top: 250px;
}

/*問い合わせ*/
.contact-fixed {
  position: fixed;
  top: 300px;
  right:5%;
  width: 230px;
  z-index: 10;
  transition: opacity 0.3s ease;
  background-color: #365D36;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.7);
  font-family: sans-serif;
}

.renovation-message {
  padding: 40px 0;
}

.renovation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.renovation-top-image img {
  width: 80vw;
  max-width: 1200px;
  height: auto;
  padding-top: 30px;
}

.renovation-text {
  margin: 40px 0 20px;
  font-size: 18px;
  color: #333;
}

.renovation-text p {
  margin: 0.5em 0;
}

.renovation-main-image img {
  width: 100%;
  max-width: 779px;
  height: auto;
}

.renovation-text p {
  font-size: clamp(24px,1.87vw,36px);
}

.trust-container {
  text-align: center;
}

.trust-container p {
    font-size: clamp(24px,1.87vw,36px);
}

.trust-text h1 {
  font-size: clamp(24px,3.75vw,72px);
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
}

.trust-image img {
  width: 50%;
  min-width: 300px; /* ← これ以上は小さくならない！ */
  padding-bottom: 100px;
}

.old-layout-section {
  padding: 2rem 0;
  text-align: center;
}

.old-layout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.old-layout-title {
  font-size: clamp(24px,1.87vw,36px);
  margin-bottom: 1.5rem;
}

.old-layout-images {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.old-layout-img,
.old-layout-img-wide {
  object-fit: cover;
  border-radius: 4px;
}

.old-layout-img {
  width: 145px;
  height: 200px;
}

.old-layout-img-wide {
  width: 200px;
  height: 135px;
}

@media (max-width: 600px) {
  .old-layout-images {
    flex-direction: column;
    align-items: center;
  }

  .old-layout-img,
  .old-layout-img-wide {
    width: 90%;
    height: auto;
  }
}

.renovation-issues-section {
  padding: 2rem 0;
  text-align: center;
}

.renovation-issues-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.renovation-issues-title {
  font-size: clamp(24px,1.87vw,36px);
  margin-bottom: 1.5rem;
}

.renovation-issues-images {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.renovation-img {
  width: 200px;
  height: 133px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .renovation-issues-images {
    flex-direction: column;
    align-items: center;
  }

  .renovation-img {
    width: 90%;
    height: auto;
  }
}

.water-area-section {
  padding: 2rem 0;
  text-align: center;
}

.water-area-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.water-area-title {
  font-size: clamp(24px,1.87vw,36px);
  margin-bottom: 1.5rem;
}

.water-area-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.water-img {
  object-fit: cover;
  border-radius: 4px;
}

.water-img.small {
  width: 136px;
  height: 202px;
}

.water-img.medium {
  width: 200px;
  height: 131px;
}

.water-img.large {
  width: 429px;
  height: 184px;
}

@media (max-width: 600px) {
  .water-area-images {
    flex-direction: column;
    align-items: center;
  }

  .water-img.small,
  .water-img.medium,
  .water-img.large {
    width: 90%;
    height: auto;
  }
}

/* メッセージセクション */
.renovation-message-section {
  padding: 2rem 0;
  text-align: center;
}

.renovation-message-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.renovation-message-text {
  font-size: clamp(24px,1.87vw,36px);
  margin-bottom: 1rem;
  padding-bottom: 100px;
}

.solution-images-section {
  padding: 2rem 0;
  text-align: center;
}

.solution-images-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.solution-img {
  width: 100%;
  max-width: 921px;
  height: auto;
  border-radius: 15px;
}

.company-message-section {
  padding: 2rem 0;
  text-align: center;
}

.company-message-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.company-message-title {
  font-size:clamp(30px,3.12vw, 60px);
  font-weight: 500;
  color: #333;
}

.renovation-message-img {
  width: 100%;
  max-width: 944px;
  height: auto;
  border-radius: 4px;
}

.gallery-section {
  padding: 2rem 0;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gallery-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.gallery-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .gallery-img {
    max-width: 90%;
  }
}

.price-section {
  padding: 2rem 0;
  text-align: center;
}

.price-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.price-title {
  font-size:clamp(30px,3.12vw, 60px);
  font-weight: bold;
  margin-bottom: 2rem;
}

.price-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.price-card {
  width: 300px;
  padding: 1rem;
  border-radius: 15px;
  background-color: rgb(241, 242, 234);
  box-shadow: 5px 5px 5px #b3b3b3;
}

.price-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.price-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price-value {
  font-size: 1.2rem;
  color: #d00;
  font-weight: bold;
  margin-bottom: 1rem;
}

.price-link {
  display: inline-block;
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
}

.price-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .price-cards {
    flex-direction: column;
    align-items: center;
  }

  .price-card {
    width: 90%;
  }
}

.asset-protection-section {
  padding: 2rem 0;
}

.asset-protection-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.asset-protection-title {
  font-size:clamp(30px,3.12vw, 60px);
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.asset-protection-content {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.asset-protection-image img {
  width: 100%;
  max-width: 487px;
  height: auto;
  border-radius: 4px;
}

.asset-protection-text {
  flex: 1;
  min-width: 280px;
}

.asset-protection-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: clamp(18px,1.56vw,30px);
}

.asset-protection-note {
  padding: 1.5rem;
  border-radius: 15px;
  background-color: rgb(241, 242, 234);;
  box-shadow: 5px 5px 5px #b3b3b3;
  margin:100px 0 100px 0;
}

.asset-protection-note p {
  margin: 0;
  line-height: 1.6;
  font-size: clamp(18px,1.56vw,30px);
}

@media (max-width: 600px) {
  .asset-protection-content {
    flex-direction: column;
    align-items: center;
  }

  .asset-protection-image img {
    max-width: 100%;
  }

  .asset-protection-text {
    width: 100%;
  }
}



