@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Arial',sans-serif;
  min-height: 100vh;
  background-color: #eee;
}

.header {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header > a {
  display: inline-block;
  margin-left: 5%;
}

.header > a img {
  height: 40px;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu li {
  margin-right: 100px;
}

.header .menu li a {
  color: #333;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu li a:hover {
  color: #963763;
}

p {
  margin-top: 150px;
  text-align: center;
}

p a {
  color: #333;
  display: inline-block;
  margin: 0 10px;
}

p a:hover {
  border-bottom: 1px solid #963763;
  color: #963763;
}

.container {
  width: 80%;
  margin: 50px auto 150px;
}

.container h2 {
  border-bottom: 2px solid #963763;
  margin-bottom: 50px;
  color: #333;
}

.container h2::after {
  content: "at.記念講堂";
  margin-left: 50px;
}

.container table {
  width: 100%;
}

.container table th, .container table td {
  text-align: center;
  padding: 30px 0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

footer img {
  display: inline-block;
  margin-right: 50px;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .header .menu li {
    margin-right: 50px;
  }
  .header .menu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {
  .header > a {
    margin-left: 2%;
  }
  .header > a img {
    height: 30px;
  }
  .header .menu li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .header > a {
    margin-left: 5%;
  }
  .header > a img {
    height: 40px;
  }
  .header .menu {
    display: none;
  }
  .container .table-wrapper table th, .container .table-wrapper table td {
    font-size: 8px;
  }
}
/*# sourceMappingURL=Entertainment.css.map */
