@charset "UTF-8";
.nenkanTable {
  border-collapse: collapse;
  border: solid 1px #666;
}

[class^=nenkanTable-th], [class^=nenkanTable-td] {
  line-height: 1.62;
  padding-left: 0.94dvw;
  padding-right: 0.94dvw;
  border: solid 1px #666 !important;
}

[class^=nenkanTable-th] {
  font-size: 1.12rem;
  color: #fff;
  line-height: 1.1;
  padding-top: 0.94dvw;
  padding-bottom: 1.35dvw;
}

[class^=nenkanTable-td] {
  padding-top: 0.6dvw;
  padding-bottom: 1.01dvw;
}

.nenkanTable-th-month {
  color: currentColor;
  background: #e5e5e5;
  width: 5.26%;
}

.nenkanTable-td-month {
  border-bottom: none !important;
}

.nenkanTable-td-monthEmpty {
  border-top: none !important;
}

.nenkanTable-th-name {
  background: #ae71a6;
  width: 21%;
}

.nenkanTable-th-term {
  background: #b2b2b2;
  width: 21%;
}

.nenkanTable-th-menu {
  background: #dc5310;
  width: 21%;
}

.nenkanTable-th-purpose {
  background: #333;
  width: 21%;
}

.nenkanTable-th-link {
  background: #bc161f;
  width: 10.52%;
}

.nenkanTable-td-month {
  text-align: center;
  white-space: nowrap;
}

.nenkanTable-link {
  line-height: 1.1;
  white-space: nowrap;
}
.nenkanTable-link:after {
  content: "";
  display: inline-block;
  width: 1.25em;
  aspect-ratio: 1;
  background: url("../../images/linkIcon-bgGray.svg") center/contain no-repeat;
  margin-left: 0.2em;
  vertical-align: text-bottom;
}

@media screen and (max-width: 991px) {
  html, body {
    overflow: visible;
  }
  .nenkanTableWrapper {
    display: grid;
    grid-template-columns: 8.33dvw 1fr;
  }
  .nenkanTable {
    display: block;
    border: none;
  }
  .nenkanTable thead, .nenkanTable .nenkanTable-td-monthEmpty {
    display: none;
  }
  .nenkanTable tbody, .nenkanTable tr, .nenkanTable th, .nenkanTable td {
    display: block;
  }
  .nenkanTable tr {
    padding-bottom: 11.11dvw;
  }
  .nenkanTable-td-month {
    text-align: center;
    font-size: 1.75rem;
    font-family: var(--mincho-old);
    line-height: 1.1;
    border: none !important;
    margin-bottom: 7.22dvw;
    letter-spacing: 0.08em;
    /*margin-top: vws(78);*/
  }
  .nenkanTable-td-month:before {
    content: "";
    display: block;
    background: #1a1a1a;
    width: 15dvw;
    height: 0.55dvw;
    margin: 0 auto 0.1em;
  }
  .nenkanTable-td-name {
    background: #b2b2b2;
    color: #fff;
    font-size: 1.5rem;
    border: none !important;
    font-family: var(--mincho-old);
  }
  .nenkanTable-td-name.active {
    background: #ae71a6;
  }
  .nenkanTable-td-term {
    color: #8f8f8f;
    font-size: 0.75rem;
    border-width: 0 0 1px !important;
    border-color: #b2b2b2 !important;
    padding-top: 0.6em;
  }
  .nenkanTable-td-menu {
    border-width: 0 0 1px !important;
    border-color: #b2b2b2 !important;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-top: 2.4vw;
    padding-bottom: 2.2vw;
  }
  .nenkanTable-td-menu:before {
    content: "<行事食>";
    color: #dc5310;
    font-size: 0.75rem;
    display: block;
    line-height: 1.1;
    margin-bottom: 0.4em;
  }
  .nenkanTable-td-purpose {
    font-size: 0.75rem;
    line-height: 1.83em;
    border-width: 0 0 1px !important;
    border-color: #b2b2b2 !important;
    padding-top: 0.4em;
    padding-bottom: 0.5em;
  }
  .nenkanTable-td-link {
    border: none !important;
    text-align: right;
  }
  .nenkanTable-td-link:empty {
    display: none !important;
  }
  .nenkanTable-link {
    font-size: 0.75rem;
  }
  .nenkanTableAnchors {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.12;
    font-family: "adelle-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #808080;
    position: sticky;
    top: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nenkanTableAnchors li {
    margin: 0;
    width: 1em;
    text-align: center;
  }
  .nenkanTableAnchors .active {
    color: #ae71a6;
  }
  .nenkanTableMonthAnchor {
    position: relative;
    top: -20dvh;
  }
}

/*# sourceMappingURL=nenkan-block.css.map */
