/*
Theme Name : 阿賀ウルトラマラソン2022ゴールタイム計測用
*/

@charset "UTF-8";
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  background: #29abe2;
  border: 0;
  color: #fff;
  padding: 20px 30px;
  display: block;
  margin-top: 60px;
}

html {
  background: #ededed;
}

body {
  font-size: 15px;
  font-family: century gothic,futura,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  min-width: 1200px;
  color: #333;
}
@media screen and (max-width: 768px) {
body {
  width: 100%;
  min-width: auto;
}
}

p {
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.25s;
}

a:hover {
  opacity: 0.8;
}

main {
  width: 60%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  main {
    width: 75%;
  }
}

h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
h1:after {
  content: 'agaultra2022';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  letter-spacing: 4px;
}
.race-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
  .race-type p {
    width: 45%;
    height: 60px;
    background: #ccc;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 26px;
  }
  .race-type p + p {
    background: #333;
    color: #fff;

  }

#showtype {
  text-align: center;
  padding: 5px;
  /* background: #333;
  color: #fff; */
  margin-bottom: 50px;
}
.race-id {
  margin-bottom: 100px;
}
  .race-id ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .race-id ul li {
      width: 45%;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* background: #ccc; */
      margin-bottom: 30px;
      font-size: 32px;
      position: relative;
    }
      .race-id ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

.result {

}
  .result h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
  }
  .result ul {
    list-style: none;
    font-size: 32px;
  }
    .result ul li {
      padding: 20px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
      .result ul li h3 {

      }
        .result ul li h3 small {
          font-size: 16px;
          display: block;
        }
      .result ul li div {
        max-width: 240px;
        font-size: 32px;
      }

.long {
  background: #333;
  color: #fff;
}
.short {
  background: #ccc;
  color: #333;
}
.show {
  display: block;
}
.hide {
  display: none!important;
}

.entry_check {

}
  .entry_check h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .entry_check p {
    font-size: 37px;
  }
  .entry_check .entry {
    padding: 10px 20px;
    margin-top: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    width: 150px;
    position: relative;
  }
    .entry_check .entry a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
