@charset "utf-8";
/* 幅が 834px以下 */
@media (max-width:834px) {
  .history_top_image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .history_top_image::before {
    content: "";
    display: block;
    padding-top: 40%;
  }
  .history_top_image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .history_enshrined_deity {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .history_enshrined_deity li {
    margin: 10px;
    text-align: center;
  }
  .history_fujiwara_career {
    margin-left: 2rem;
    padding-bottom: 1rem;
  }
  .history_fujiwara_career li {
    margin: 15px 0;
    list-style-type: circle;
  }
  .history_kainan_history {
    width: 100%;
  }
  .history_kainan_history th {
    text-align: center;
    font-weight: normal;
  }
  .history_kainan_history th,
  .history_kainan_history td {
    padding: 15px 20px;
  }
}
/* 幅が 834px以上 */
@media (min-width:834px) {
  .history_top_image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .history_top_image::before {
    content: "";
    display: block;
    padding-top: 20%;
  }
  .history_top_image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .history_enshrined_deity {
    width: fit-content;
    margin: 0 auto;
  }
  .history_enshrined_deity li {
    margin: 10px;
    text-align: center;
  }
  .history_fujiwara_career {
    margin-left: 2rem;
  }
  .history_fujiwara_career li {
    margin: 15px 0;
    list-style-type: circle;
  }
  .history_kainan_history {
    width: 100%;
  }
  .history_kainan_history th {
    text-align: center;
    font-weight: normal;
  }
  .history_kainan_history th,
  .history_kainan_history td {
    padding: 15px 20px;
  }
}
