@charset "utf-8";
/* CSS Document */
/* ▽▽keyvisual▽▽ */
.section-keyvisual__about {
  background-image: url("../img/about.jpg");
  height: 496px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
/* △△keyvisual△△ */
/* ▽▽about▽▽ */
.section-about__about {
  text-align: left;
  background-image: url("../img/about_logo.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}
.section-about__data-list td {
  display: block;
}
.section-about__data-list td:first-child {
  padding-bottom: 0;
  font-weight: 600;
}
.section-about__ikeda-sama {
  padding: 3%;
  display: inline-block;
  max-width: 696px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}
.section-about__ikeda-sama img {
  width: 100%;
}
/* △△about△△ */
/* ▽▽inmap▽▽ */
.section-inmap__img {
  width: 100%;
}
/* △△inmap△△ */
/* ▽▽t_about▽▽ */
.section-keyvisual__t-about {
  background-image: url("../img/tenmangu.jpg");
  height: 496px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-about__t-about {
  text-align: left;
  background-image: url("../img/about_logo2.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}
.section-t-about__img {
  object-position: 30% 100%;
}
/* △△t_about△△ */
@media(min-width:960px) {
  /* ▽▽about▽▽ */
  .section-about__data-list td {
    display: table-cell;
  }
  .section-about__data-list td:first-child {
    min-width: 152px;
  }
  .section-about__ikeda-sama__img {
    display: flex;
  }
  .section-about__ikeda-sama img {
    width: 50%;
  }
  /* △△about△△ */
}