@charset "utf-8";

body {
  padding: 0 !important;
}

html {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
body {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
* {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  letter-spacing: 0.1rem;
}
*:focus {
  outline: none !important;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.font-noto-g {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif !important;
}

.font-noto-m {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.container-fluid {
  width: 100%;
  max-width: 100vw !important;
}
.container {
  width: 100%;
  max-width: 991px !important;
}
.drawer-hamburger {
  position: relative;
  z-index: 1100 !important;
}
.drawer-nav {
  position: relative;
  z-index: 1090 !important;
}
.drawer-overlay {
  position: relative;
  z-index: 1080 !important;
}

/*
------------------------------
トップ
------------------------------
*/
section#top-image {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-image: url("./images/top-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.top-image-wrapper {
  width: 100%;
  max-width: 991px;
  position: relative;
  height: 100%;
  max-height: 1024px;
  margin: auto;
}

section#top-image .top-image-sho {
  position: absolute;
  left: 7%;
  top: 5%;
  width: auto;
  max-width: unset;
  height: 400px;
  z-index: 11;
}
section#top-image .top-image-oshima {
  position: absolute;
  width: auto;
  max-width: unset;
  height: 620px;
  bottom: 0;
  right: -68%;
  z-index: 10;
}
@media (min-width: 576px) {
  section#top-image .top-image-sho {
    position: absolute;
    left: 10%;
    top: 7%;
    width: auto;
    max-width: unset;
    height: 400px;
  }
  section#top-image .top-image-oshima {
    width: auto;
    max-width: unset;
    height: 580px;
    bottom: -56px;
    right: -36%;
  }
}
@media (min-width: 768px) {
  section#top-image .top-image-sho {
    position: absolute;
    left: 12%;
    top: 7%;
    width: auto;
    max-width: unset;
    height: 440px;
  }
  section#top-image .top-image-oshima {
    width: 900px;
    height: auto;
    bottom: -56px;
    right: -22%;
  }
}
@media (min-width: 992px) {
  section#top-image .top-image-sho {
    position: absolute;
    left: 15%;
    top: 7%;
    width: auto;
    max-width: unset;
    height: 460px;
  }
  section#top-image .top-image-oshima {
    width: 900px;
    height: auto;
    bottom: -56px;
    right: -18%;
  }
}

/*
------------------------------
ヘッダー
------------------------------
*/
.header-icon {
  height: 60px !important;
}
.navbar {
  padding: 10px 1.0rem !important;
  height: 80px !important;
  z-index: 1070 !important;
}
@media (min-width: 992px) {
  .navbar {
    padding: 10px 1.0rem !important;
    height: 80px !important;
  }
}
a.dropdown-item:active {
  background: #212121 !important;
  color: #ffffff !important;
}

/*
------------------------------
記事部
------------------------------
*/
main {
  position: relative;
}

.main-content-wrapper {
  padding: 3.0rem 3.0rem 3.0rem 0;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    padding: 3.0rem 3.0rem;
  }
}
.top-content-article {
  line-height: 240% !important;
  margin: auto;
  font-size: 16px;
}
.article-container {
  width: 100%;
  max-width: 768px;
}
.article-container-title {
  font-size: 32px;
}
.article-wrapper {
  margin: 0 auto 3.0rem auto;
}
.card {
  border: none !important;
}
.card-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
  position: relative;
}
.card-title-date {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}
.card-img-top {
  width: 100% !important;
  margin: auto;
}
.card-text {
  font-size: 16px;
  line-height: 180%;
  margin: 1.5rem auto 1.5rem auto;
}
a.list-link {
  color: #212121;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.list-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #212121;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.list-link:hover {
  color: #212121;
  text-decoration: none;
}
a.list-link:hover::after {
  transform: scale(1, 1);
}

/*
------------------------------
メニュー
------------------------------
*/
a.oshima-menu {
  color: #212121;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.oshima-menu::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #212121;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.oshima-menu:hover {
  color: #212121;
  text-decoration: none;
}
a.oshima-menu:hover::after {
  transform: scale(1, 1);
}

/*
------------------------------
年表
------------------------------
*/

.table tbody tr td,
.table tbody tr th {
  /*
  border-top: 1px solid #212121;
  border-bottom: 3px #e5e5d1 solid;
  */
  border-top: none !important;
  padding: 0 !important;
  text-align: left;
}

.table__wrapper {
  font-size: 16px;
  margin-top: 3.0rem;
  margin-bottom: 6.0rem;
}

.table__wrapper .table__title {
  font-size: 18px;
  font-weight: 700;
/*
  padding: 2.0rem;

*/  letter-spacing: 0.4rem;
}
.table__wrapper table tbody {
  /*
  border-top: 1px solid #212121;
  */
}
.table__wrapper table th,
.table__wrapper table td {
  /*
  padding: 1.0rem;
  border-bottom: 1px solid #212121;
  */
  vertical-align: middle;
  line-height: 180%;
}
@media(min-width:768px) {
  .table__wrapper table th,
  .table__wrapper table td {
    /*
     padding: 2.0rem;
     */
  }
}
@media(min-width:1199px) {
  .table__wrapper table th,
  .table__wrapper table td {
    /*
    padding: 2.0rem;
    */
  }
}
.table__wrapper table th {
  width: 8.0rem;
  border-right: 3px #e5e5d1 solid;
  white-space: nowrap;
}
@media(min-width:768px) {
  .table__wrapper table th {
    width: 8.0rem;
  }
}
@media(min-width:1199px) {
  .table__wrapper table th {
    width: 8.0rem;
  }
}
.table__wrapper table .history-th {
  width: 8.0rem;
  font-size: 16px;
  color: #212121;
  font-weight: 300;						
  border-right: 3px #e5e5d1 solid;
  white-space: nowrap;
}
@media(min-width:768px) {
  .table__wrapper table .history-th {
    width: 8.0rem;
    font-size: 16px;
  }
}
@media(min-width:1199px) {
  .table__wrapper table .history-th {
    width: 8.0rem;
    font-size: 16px;
  }
}
.table__wrapper table .history-td {
  position: relative;
  padding-left: 0;
}
.table__wrapper table .history-td .history__contents__wrapper {
  position: relative;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}
.table__wrapper table .history-td .history__contents__wrapper:before {
  display: block;
  width: 12px;
  height: 12px;
  background: #6fc173;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.table__wrapper table .history-td ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1.5rem;
}
@media(min-width:768px) {
  .table__wrapper table .history-td ul {
    padding-left: 3.0rem;
  }
}
@media(min-width:1199px) {
  .table__wrapper table .history-td ul {
    padding-left: 3.0rem;
  }
}

.table__wrapper table .history-td ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.table__wrapper table ul.desc {
  list-style-type: disc;
  margin-left: 1.5rem;
}

/*
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
}

@media ( min-width : 768px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 22px;
    border-radius: 100%;
  }
}
*/

/*
.top-content-article {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 100% !important;
  min-height: 100vh !important;
  line-height: 180%;
  margin: auto;
  font-size: 24px;
}
.top-content-title-images {
  height: 100%;
  width: auto;
}
*/

/*
.top-title-wrapper {
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: rgba(0, 42, 49, 0.75)
}
*/
.sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.scroll-wrapper {
  overflow-y: scroll;
  padding: 1.0rem;
}

/*
------------------------------
トップへ戻る
------------------------------
*/
.page-top-image {
  width: 45px;
}
#page_top {
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 0.75rem;
}
/*
#page_top a {
  background: rgba(0, 42, 49, 0.75);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem;
  transition: .6s;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
#page_top a:hover {
  background: rgba(0, 42, 49, 0.5);
  text-decoration: none;
}
*/
