/* 共通セクション */
.contact-section {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 20px;
  text-align: center;
}

.contact-section h3 {
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
}

.contact-section h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin: 16px auto 0;
}

/* 問い合わせ文 */
.contact-text {
  margin-bottom: 32px;
  font-size: 16px;
}

/* ボタン */
.contact-button {
  display: inline-block;
  padding: 16px 40px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.contact-button:hover {
  background: #000;
  color: #fff;
}

/* 連絡先 */
.contact-info {
  margin-bottom: 40px;
  line-height: 1.8;
}

/* マップ */
.map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
