

.title0 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section3 {
  display: block;
}

.top-img{
  border-radius: 16px;
  object-fit: cover;
}

.title {
  margin-top: 32px;
  width: 100%;
}

.title h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.title {
  background: rgb(224, 187, 130);
  font-weight: normal;
  border-radius: 4px;
  padding: 8px;
  font-size: 20px;
}

iframe {
  margin-top: 32px;

}

.about2 {
  display: block;
  margin-top: 32px;
  text-align: left;
  width: 100%;
}

.about2 div {
  display: flex;
padding: 16px;
border-bottom:1px dotted black;
}

.about2 div:first-child {
  border-top:1px dotted black;
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dt {
  width: 150px; /* 定義項の幅を固定 */
  font-weight: bold;
}
dd {
  margin-left: 0;
  width: calc(100% - 150px); /* dd の幅を調整 */
}

.footer-pc {
  width: 1000px;
  margin: 0 auto;
}