@charset "UTF-8";

body {
  margin: 0;
}

h2, p {
  cursor: default;
}

#wrapper {
  margin: 0;
  width: 100%;
  overflow: hidden;
}

#video-filter {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

#bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  object-fit: fill;
  z-index: 0;
}

#subwrapper * {
  z-index: 2;
}

#contents {
  width: 100%;
  padding-top: 15vh;
  text-align: center;
}

#logodiv {
  position: relative;
}

.sub {
  position: absolute;
  color: #fff;
  font-family: "游ゴシック";
  font-size: 3.5vh;
  top: 1vh;
  left: 20vw;
  font-weight: bold;
}

#logo {
  position: relative;
  height: 40vh;
  width: 100%;
  margin-top: 6vh;
}

#newsdiv {
  position: relative;
  width: 30em;
  height: 30vh;
  margin: 4vh auto 0 auto;
  text-align: left;
}
#newsdiv h2 {
  color: #fff;
  margin: 0;
}
#newsdiv p {
  color: #fff;
  margin: 2vh 0 0 3vw;
}

#newsdiv .content a {
  text-decoration: underline;
  font-weight: bold;
  color: inherit;
}

#newsdiv .content a:hover {
  color: #bbb;
}

#aboutusdiv, #schedulediv, #eventdiv {
  position: relative;
  text-align: left;
  padding: 0 10vw;
  color: #fff;
}

#aboutusdiv h3, #schedulediv h3, #eventdiv h3 {
  display: none;
}

#aboutusdiv {
  text-align: center;
  padding-top: 20px;
}
#contactdiv {
  display: block;
  padding-top: 0;
  margin-top: 50px;
  margin-bottom: 60px;
}
#aboutusdiv .contactmini{
  display: inline-block;
  text-align: center;
  width: 25vw;
}
#aboutusdiv .contactmini h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
#aboutusdiv .contactmini a {
  display: block;
  margin-bottom: 2px;
}
#aboutusdiv #sns {
  border-left: 3px #888 solid;
  border-right: 3px #888 solid;
}
.invalid {
  cursor: default;
  color: rgba(0,0,0,0);
}
.valid {
  color: #fff;
}
.valid:hover {
  color: #bbb;
}

#schedulediv ol {
  list-style-type: none!important;
  padding: 0;
}
#schedulediv ol .listdiv {
  display: inline-block;
  width: 39vw;
}
#schedulediv ol li {
  line-height: 29px;
  font-size: 15px;
  margin-bottom: 30px;
}
#schedulediv ol .month {
  background: #bbb;
  color: #333;
  font-weight:bold;
  padding: 7px;
  margin-right: 20px;
}

#eventdiv {
  margin-bottom: 20px;
}
#eventdiv p {
  margin-bottom: 5px;
}
#eventdiv span {
  font-family: "游ゴシック";
}
#eventdiv .date {
  display: block;
  font-size: 13px;
}
#eventdiv .content {
  font-size: 18px;
}
#eventdiv .content1 {
  margin-left: 30px;
}
#eventdiv .content2 {
  margin-left: 0.5em;
}
#eventdiv .content3 a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
#eventdiv .content3 a:hover {
  color: #bbb;
  text-decoration: underline;
  text-decoration-color: #aaa;
  text-decoration-style: wavy;
}
#eventdiv .arrow a {
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}
#eventdiv .arrow a:hover {
  color: #bbb;
  text-decoration: underline;
  text-decoration-color: #aaa;
  text-decoration-style: wavy;
}

#footer {
  width: 100%;
  text-align: center;
  position: relative;
}
#footer p {
  margin: 0;
  color: #bbb;
  font-size: 1.8vh;
}

@media screen and (max-width: 720px) {
  #bg {
    width: 300vw;
    left: -100vw;
  }
  #contents {
    padding-top: 11.5vh;
  }
  .sub {
    font-size: 3.5vw;
    left: 10vw;
  }
  #logo {
    width: 90%;
    height: auto;
  }
  #newsdiv {
    width: 100%;
    height: auto;
    margin: 5.5vh auto 0  auto;
  }
  #newsdiv h2 {
    text-align: center;
    font-size: 6vw;
  }
  #newsdiv p {
    font-size: 4vw;
  }
  #newsdiv .date {
    display: block;
    width: 10em;
    margin-left: 1em;
  }
  #newsdiv .content {
    margin-left: 2em;
  }
  #aboutusdiv, #schedulediv, #eventdiv {
    text-align: center;
    padding: 0 5vw;
  }
  #aboutusdiv h3, #schedulediv h3, #eventdiv h3 {
    display: block;
    font-size: 7vw;
  }
  #aboutusdiv p {
    font-size: 15px;
    text-align: left;
  }
  #aboutusdiv .contactmini {
    display: block;
    width: 90%;
    margin-left: 5%;
  }
  #aboutusdiv #sns {
    border: none;
    margin-bottom: 30px;
  }
  #schedulediv ol .listdiv {
    display: block;
    width: 90%;
    text-align: left;
  }
  #eventdiv span {
    display: block;
  }
  #eventdiv .date {
    font-size: 4vw;
  }
  #eventdiv .content {
    font-size: 4.5vw;
    margin-left: 0;
  }
  #eventdiv .arrow {
    margin-bottom: 2em;
  }
  #eventdiv .arrow a {
    font-size: 5vw;
    margin-left: 0;
  }
  #eventdiv .content3 {
    margin-bottom: 0em;
  }
  #eventdiv .content3 a {
    font-size: 5vw;
    margin-left: 0;
  }
  #footer {
    margin-top: 6vh;
  }
}