.large_img {
  max-width: 100%;
  object-fit: contain;
}
.large_img img {
  width: 100%;
  height: auto;
}

.torikumi_container {
  margin-bottom: 3em;
}

.about_container {
  margin-bottom: 3em;
}

.torikumi {
  display: flex;
  margin-top: 1em;
  margin-bottom: 2em;
  column-gap: 20px;
}
.torikumi .torikumi_l {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.torikumi .torikumi_l img {
  width: 100%;
  max-width: 100%;
}
.torikumi .torikumi_r {
  width: 50%;
}

.about {
  display: flex;
  margin-top: 1em;
  margin-bottom: 2em;
  column-gap: 20px;
}

.bnr_list {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.bnr_list li {
  max-width: 100px;
}
.bnr_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bnr_list .bnr {
  max-width: 200px;
}

.inacchi {
  max-width: 300px;
  margin: 1em auto 0;
}
.inacchi img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.large {
  font-size: 2em;
}

/*# sourceMappingURL=hatomugi.css.map */
