#header {
  background-image: url('../images/2604/pc/header.png');
}

#globalNav > ul {
  display: flex;
  position: absolute;
  right: 0;
  top: 60px;
  gap: 18px;
}

#globalNav .g_nav01,
#globalNav .g_nav02,
#globalNav .g_nav03 {
  position: static;

  > a {
    background: none;
    height: 96px;
    width: 260px;
    padding: 0 !important;

    &:hover {
      height: 140px;
    }
  }

  nav {
    left: -164px !important;
  }
}

.toppage #topNav {
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: #be272d;
  padding: 55px 0;

}

.toppage #topNav ul {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.toppage #topNav li a {
  display: block;
}

.toppage #topNav li a:hover {
  opacity: 0.8
}


.topInfo {
  display: grid;
  grid-template-columns: 1fr 1fr 290px;
  grid-template-rows: 1fr auto;
  /* gap: 45px 0px; */
  grid-template-areas:
    "topInfo__Shizuoka topInfo__Shizuoka topInfo__X"
    "topInfo__Fujinomiya topInfo__Gotomba topInfo__Subashiri";
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding-bottom: 60px;


  a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;

    &:hover {
      opacity: 0.7;
    }
  }

  dt,
  dd {
    font-size: 14px;
  }

  dd {
    font-weight: bold;
  }
}


.topInfo__Shizuoka {
  grid-area: topInfo__Shizuoka;
  width: 645px;
}

.topInfo__X {
  grid-area: topInfo__X;
}

.topInfo__Fujinomiya {
  justify-self: start;
  grid-area: topInfo__Fujinomiya;
}

.topInfo__Subashiri {
  grid-area: topInfo__Subashiri;
}

.topInfo__Gotomba {
  grid-area: topInfo__Gotomba;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  padding: 0 30px 0 30px;
  margin-right: 30px;
}

.topInfo__Shizuoka__Header {
  display: flex;
  margin-bottom: 20px;

  h2 {
    margin-right: auto;
  }

  a {
    margin-left: 1em;
    font-size: 14px;
    display: inline-flex;
    align-items: center;

    img {
      margin-right: 3px;
    }
  }

  a.more img {
    width: 14px;
    height: 14px;
  }

  a.rss img {
    width: 13px;
    height: 13px;
  }
}

.topInfo__Shizuoka__Body {
  a {
    border-left: 4px solid #033570;
    padding: 5px 0 5px 17px;

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  dt span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .25em 1em;
    color: #fff;
    border-radius: 10px;
    line-height: 1;

    &.shizuoka {
      background-color: #033570;
    }

    &.event {
      background-color: #A67FB8;
    }

    &.news {
      background-color: #feb856;
    }

    &.anzen {
      background-color: #ff8eb5;
    }
  }
}

.topInfo__Fujinomiya,
.topInfo__Gotomba,
.topInfo__Subashiri {
  margin-top: 45px;
  width: 290px;
}

.topInfo__Fujinomiya__Header,
.topInfo__Gotomba__Header,
.topInfo__Subashiri__Header {
  position: relative;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;

  img {
    width: 28px;
    height: auto;
    margin-right: 10px;
  }

  &::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0px 0px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(90deg);
  }
}

.topInfo__Fujinomiya__Header {
  background-color: #0083D2;
}

.topInfo__Gotomba__Header {
  background-color: #009542;
}

.topInfo__Subashiri__Header {
  background-color: #FF0000;
}

.toppage #main {
  padding-top: 50px !important;
}

.toppage #scrollBlock {
  margin-bottom: 60px;
  padding-bottom: 0;
  margin-left: 30px;
  border: none;
}

.topBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  border-top: 1px solid #000;
  padding-top: 60px;
}

.topBanners {
  height: 176px;
  width: 880px;
  margin-top: 60px;
  padding: 0 60px;
  position: relative;

  &::before,
  &::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 176px;
    background-color: #d1d1d1;
    position: absolute;
    top: 0;
    content: url('/assets/images/2604/pc/ico_arrow.png');
  }

  &::before {
    left: 0;
  }

  &::after {
    right: 0;
    transform: rotate(180deg);
  }
}

.topBanners__Content {
  overflow-x: scroll;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 176px;
}

.reason #side h2 a,
.guide #side h2 a,
.rule #side h2 a,
.more #side h2 a {
  background-size: contain;
  background-position: 0 0;
}
.reason #side h2 a {
  background-image: url('/assets/images/2604/pc/ttl_reason.png');
}

.guide #side h2 a,
.rule #side h2 a {
  background-image: url('/assets/images/2604/pc/ttl_guide.png');
}

.more #side h2 a {
  background-image: url('/assets/images/2604/pc/ttl_more.png');
}


.information #side li {
  position: relative;

  &::before {
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    top: .5em;
    margin-right: .2em;
    content: '\e600';
    color: #bc272d;
  }

  a {
    padding-left: 1.5em;
    &::before {
      content: '';
      display: none;
    }
  }
}


.information .infoList {
  display: flex;
  flex-direction: column;

  a {
    padding: 5px 0 5px;
    color: #333;

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  dt {
    float: none !important;
    line-height: initial !important;
    width: auto !important;

    span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: .25em 1em;
      color: #fff;
      border-radius: 10px;
      line-height: 1;

      &.shizuoka {
        background-color: #033570;
      }

      &.fujinomiya {
        background-color: #0083D2;
      }

      &.gotemba {
        background-color: #009542;
      }

      &.subashiri {
        background-color: #FF0000;
      }

      &.event {
        background-color: #A67FB8;
      }

      &.news {
        background-color: #feb856;
      }

      &.anzen {
        background-color: #ff8eb5;
      }
    }
  }

  dd {
    line-height: initial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 0 !important;
    border-bottom: 1px dotted #333;
  }
}

.information .metaBlock {
  display: flex;

  dt {
    line-height: initial !important;
    float: none !important;
    width: auto !important;
  }

  dd {
    line-height: initial !important;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 0 !important;
    border-bottom: 1px dotted #333;

    span {
      margin-left: 1em;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: .25em 1em;
      color: #fff;
      border-radius: 10px;
      line-height: 1;

      &.shizuoka {
        background-color: #033570;
      }

      &.fujinomiya {
        background-color: #0083D2;
      }

      &.gotemba {
        background-color: #009542;
      }

      &.subashiri {
        background-color: #FF0000;
      }

      &.event {
        background-color: #A67FB8;
      }

      &.news {
        background-color: #feb856;
      }

      &.anzen {
        background-color: #ff8eb5;
      }
    }
  }
}

