@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f6f8f9;
}
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.section-top__image {
  height: 200px;
  background-image: url("../images/about/about_top.webp");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  padding-top: 80px;
}
.section-top h2 {
  color: #333;
  font-size: 2.0rem;
}
@media (min-width: 960px) {
  .section-top__image {
    height: 600px;
  }
  .section-top__image-filter {
    padding-top: 210px;
  }
  .section-top h2 {
    font-size: 4.0rem;
  }
}
/*寺院紹介 タイトル*/
.temple_title h2 {
  font-size: 2.8rem;
  position: relative;
  padding: 0 65px;
  margin-top: 20px;
  text-align: center;
}
.temple_title h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.temple_title h2 span {
  position: relative;
  padding: 0 1em;
  background: #f6f8f9;
  font-size: 2.8rem;
}
.section-ceo {
  padding: 20px 24px;
}
.section-ceo__body {
  text-align: left;
}
.section-ceo__photo {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.section-ceo__position {
  color: #777;
}
.section-ceo h4 {
  margin-bottom: 20px;
}
@media(min-width: 1160px) {
  .section-ceo {
    margin-top: 20px;
  }
  .section-ceo h2 {
    text-align: center;
  }
  .section-ceo__body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-ceo__photo {
    width: 500px;
  }
  .section-ceo__body-text {
    margin-top: 30px;
    margin-left: 60px;
  }
  .section-ceo__body-text h3 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .section-ceo__position {
    font-size: 2.0rem;
  }
  .section-ceo__body-text h4 {
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
.section-representatives {
  padding: 0 24px;
  margin-bottom: 60px;
}
.section-representatives h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: #eee solid 2px;
  width: 90%;
  margin: 0 auto 40px;
  letter-spacing: 0.07em;
  text-align: center;
}
.section-representatives ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.section-representatives ul li {
  max-width: 327px;
  margin: 0 auto 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
}
.section-representatives ul img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: 0% 0%;
}
.section-representatives__position {
  color: #777;
}
@media(min-width: 1160px) {
  .section-representatives {
    margin-bottom: 80px;
  }
  .section-representatives h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.section-information {
  margin-bottom: 60px;
}
.section-information h2 {
  margin-bottom: 30px;
}
.section-information table {
  display: block;
  text-align: left;
  background-color: #FFF;
  padding: 30px 24px 26px 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section-information table th {
  width: 40%;
  font-weight: 500;
}
.section-access {
  background-color: #FFF;
  margin-bottom: 60px;
  padding-top: 30px;
}
.section-access h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: #eee solid 2px;
  width: 90%;
  margin: 0 auto 40px;
  letter-spacing: 0.07em;
  text-align: center;
}
.section-access address {
  margin-bottom: 30px;
  font-style: normal;
}
.section-access__map {
  width: 100%;
  height: 46vw;
  max-height: 470px;
  vertical-align: bottom;
  border: solid 1px #999;
}
@media(min-width: 1160px) {
  .section-access {
    margin-bottom: 80px;
  }
  .section-access h2 {
    text-align:  center;
    margin-bottom: 40px;
  }
  .section-access__address {
    background-color: #FFF;
    padding-top: 20px;
  }
  .section-access address {
    margin-bottom: 40px;
  }
}