@charset "utf-8";

.title {
  height: calc(100vh - 200px);
  background-image: url(../images/06/01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 6px 12px #241c1c;
}

.title h1 {
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 18px;
  margin-top: 15px;
}

.main h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
}

.contact {
  width: 80%;
  /* 幅（任意） */
  max-width: 960px;
  /* 最大幅（任意） */
  padding: 30px;
  /* 内側の余白（任意） */
  border: 1px solid #ccc;
  /* 枠線のスタイル */
  border-radius: 12px;
  /* 角丸（任意） */
  background-color: #e9ecef;
  /* 薄いグレーの背景 */
  /* 背景色（任意） */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  /* 影（任意） */
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.contact .title {
  text-align: center;
  /* タイトルを中央寄せ（任意） */
  margin-bottom: 20px;
  /* タイトル下の余白（任意） */
}

.contact .title h1 {
  font-size: 2.0em;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
  /* 少し太めのウェイト */
}

.contact dl,
.confirm-text {
  font-weight: bold;
  line-height: 30px;
}

.submit-button {
  background-color: #b7d0ff;
  display: inline-block;
  min-width: 180px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.submit-button:hover {
  background-color: #8596b8;
}


.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}

