@charset "utf-8";

.section-wrapper {
  width: 80rem;
  margin: 0 auto 100px;
}

h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
h3::before {
  content: "◎";
}

/* ーーーー歴史ーーーー */
.content-title {
  font-size: 4rem;
  letter-spacing: 1rem;
  border-bottom: solid 0.2rem #ccc;
}

.content {
  display: flex;
}

.images {
  margin-top: 5.4rem;
}
.images img {
  width: 30rem;
}

.desc {
  width: 45rem;
  margin-right: 5rem;
}
.desc h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.desc p {
  margin-top: 0.5rem;
}

/* ーーーー成り立ちーーーー */
.container {
  display: flex;
  padding-top: 50px;
  /* box-sizing: border-box; */
}

.flex-img {
  width: 400px;
  margin-left: 20px;
}

.flex-img > img {
  max-width: 400px;
  height: auto;
}

.inner-text h3, .inner-text p {
  margin: 0;
  padding: 0;
}


.mei {
  background: #ddd;
  padding: 50px;
  margin: 100px auto;
}
.mei h4 {
  font-size: 2rem;
  text-align: center;
}


/* ーーーー建造物ーーーー */
.kenzoubutu-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kenzoubutu-content {
  width: 39rem;
  margin-bottom: 3rem;
}
.kenzoubutu-content img {
  width: 39rem;
}
.kenzoubutu-content h3 {
  margin: 0;
}
.kenzoubutu-content p {
  margin: 0;
}
