article section {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  article section {
    line-height: 1.6;
  }
}
article section h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article section h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  article section p {
    margin-left: 0;
  }
}

section.catch {
  height: 0;
  padding-bottom: 50%;
  background-image: url(image/catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  section.catch {
    margin-bottom: 3rem;
    padding-bottom: 0;
    height: 400px;
  }
}
section.catch .read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.catch .read h1 {
  margin: 0;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  section.catch .read h1 {
    font-size: 2.5rem;
  }
}
section.catch .read p {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  section.catch .read p {
    font-size: 1.75rem;
  }
}

section.about {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  section.about {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.about figure {
  margin: auto;
  max-width: 330px;
}
@media print, screen and (min-width: 769px) {
  section.about figure {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  section.about .text {
    padding-right: 20px;
    width: 50%;
  }
}
section.about .text h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  section.about .text h2 {
    line-height: 1.8;
  }
}

section.outline dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
section.outline dl dt, section.outline dl dd {
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  section.outline dl dt, section.outline dl dd {
    padding: 1rem;
  }
}
section.outline dl dt {
  width: 5rem;
}
@media print, screen and (min-width: 769px) {
  section.outline dl dt {
    width: 12rem;
  }
}
section.outline dl dd {
  width: calc(100% - 5rem);
}
@media print, screen and (min-width: 769px) {
  section.outline dl dd {
    width: calc(100% - 12rem);
  }
}
section.outline .map {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 1px solid #dcdcdc;
}
section.outline .map iframe {
  height: 300px;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  section.outline .map iframe {
    height: 400px;
  }
}

section.history .textfigure_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  section.history .textfigure_wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  section.history .textfigure_wrap:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  section.history .textfigure_wrap .text {
    width: 60%;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  section.history .textfigure_wrap:nth-of-type(2n) .text {
    padding-right: 0;
    padding-left: 30px;
  }
}
section.history .textfigure_wrap figure {
  margin: auto;
  max-width: 366px;
}
@media print, screen and (min-width: 769px) {
  section.history .textfigure_wrap figure {
    width: 40%;
  }
}
section.history .textfigure_wrap figure img {
  width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */