@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: #000; }

.invisible {
  display: none; }

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/background2.jpg");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover; }

div.logo {
  z-index: 2;
  width: 500px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  margin: 100px auto 0 auto; }
  div.logo img {
    width: 500px; }

div.menu {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px black;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px; }
  div.menu ul.menu {
    display: block;
    margin: 0 auto;
    list-style: none;
    width: 1000px; }
    div.menu ul.menu a:link {
      text-decoration: none; }
    div.menu ul.menu a:visited {
      text-decoration: none; }
    div.menu ul.menu a:hover {
      text-decoration: none; }
    div.menu ul.menu a {
      text-decoration: none; }
    div.menu ul.menu li {
      float: left;
      width: 200px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: middle;
      text-align: center;
      display: inline;
      color: white;
      font-size: 14px;
      font-family: Arial; }
    div.menu ul.menu li:hover {
      background: rgba(255, 255, 255, 0.2); }

div.page {
  border-radius: 20px;
  position: absolute;
  top: 90px;
  left: 100px;
  right: 100px;
  bottom: 90px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  display: none;
  color: white;
  overflow: scroll; }
  div.page a:link {
    text-decoration: underline; }
  div.page a:visited {
    text-decoration: underline; }
  div.page a:hover {
    text-decoration: none; }
  div.page a {
    color: white; }

.right {
  width: 100%;
  text-align: right; }

div#about table.layout {
  font-size: 90%;
  line-height: 30px;
  width: 100%; }
  div#about table.layout tr td {
    vertical-align: top;
    padding: 60px 60px 0 60px; }
  div#about table.layout tr.data td {
    padding: 10px 60px 60px 0;
    width: 50%; }
    div#about table.layout tr.data td table.schedule {
      border-collapse: collapse;
      padding: 0;
      margin: 0; }
      div#about table.layout tr.data td table.schedule tr td:first-child {
        font-weight: bold;
        width: 10%;
        padding: 0 0 0 10px;
        border-left: 1px solid gray; }
      div#about table.layout tr.data td table.schedule tr td {
        padding: 0; }
      div#about table.layout tr.data td table.schedule tr td:hover {
        background: rgba(255, 255, 255, 0.2); }
  div#about table.layout tr.data td:first-child {
    padding-left: 60px; }

div#artists {
  background: rgba(0, 0, 0, 0.6); }
  div#artists table.layout {
    width: 100%;
    font-size: 90%;
    border-collapse: collapse; }
    div#artists table.layout tr td {
      vertical-align: top;
      padding: 60px 60px 50px 60px; }
    div#artists table.layout tr.line td {
      padding: 80px 60px 10px 0; }
      div#artists table.layout tr.line td div.border {
        margin: -13px 0 25px 90px;
        border-bottom: solid 1px dimgray; }
    div#artists table.layout tr.line td:first-child {
      padding-left: 60px; }
    div#artists table.layout tr.data td {
      padding: 10px 60px 0px 60px; }
    div#artists table.layout tr.m1 td {
      padding: 30px 60px 40px 60px; }
    div#artists table.layout table.data {
      width: 100%;
      font-size: 80%; }
      div#artists table.layout table.data tr td {
        padding: 0 0 30px 0;
        width: 20%;
        text-align: left; }
        div#artists table.layout table.data tr td img {
          width: 180px; }

div#access {
  font-size: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px; }
  div#access h3 {
    line-height: 30px; }
  div#access div#map-container {
    height: 430px; }
  div#access #map_img {
    margin-left: 20px; }

div#event .event_flyer {
  height: 90%;
  margin: 30px auto;
  display: block; }

#twt {
  position: absolute;
  right: 90px;
  bottom: 10px; }

#fb {
  position: absolute;
  right: 10px;
  bottom: 10px; }

.close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer; }
