@charset "UTF-8";
/* =========================
   Font Stacks
   ========================= */
/* =========================
   TIcket
   ========================= */
#ticket nav {
  z-index: 1; }

:root {
  --header-h: 0px; }

section[id] {
  scroll-margin-top: calc(var(--header-h) + 16px); }

.content-split {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin: 60px auto;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
  .content-split .content-index {
    width: 25%;
    position: sticky;
    top: calc(var(--header-h) + 16px);
    align-self: start;
    max-height: calc(100vh - var(--header-h) - 32px);
    overflow: auto; }
    @media (max-width: 768px) {
      .content-split .content-index {
        display: none; } }
    .content-split .content-index ul {
      position: sticky; }
      .content-split .content-index ul li {
        border-left: 8px solid #be1919;
        padding-left: 10px;
        margin-bottom: 18px; }
        .content-split .content-index ul li a {
          font-size: 1.8em;
          text-decoration: none; }
  .content-split .content-body {
    width: 70%; }
    @media (max-width: 768px) {
      .content-split .content-body {
        width: 100%; } }
    .content-split .content-body .content-section {
      padding-left: 20px;
      border-left: 8px solid #be1919;
      margin-bottom: 40px; }
    .content-split .content-body h3 {
      font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
      font-size: 3.0em;
      line-height: 1.8em;
      margin-bottom: 10px; }
    .content-split .content-body h4 {
      font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
      font-size: 2.5em;
      line-height: 1.8em;
      margin-top: 30px;
      margin-bottom: 10px; }
    .content-split .content-body p {
      font-size: 1.6em;
      line-height: 1.8em;
      margin: 14px 0; }
      .content-split .content-body p.kome {
        font-size: 1.4em; }
  .content-split.tohoku-kanazawa .content-section {
    border-left: 8px solid #097685; }
  .content-split.tohoku-kanazawa .content-index ul li {
    border-left: 8px solid #097685; }

/*# sourceMappingURL=ticket.css.map */
