@font-face {
  font-family: 'Soukou';
  src: url('../img/SoukouMincho.woff') format('woff');
}
body {
/*  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  position: relative;
  width: 100%;
  height: 100%;
  color: #CCCCCC;
  background-color: #333333;
/*  background: url("../img/way_web_pic.jpg") no-repeat left top;*/
  font-family : 'Soukou';
}
.body-history{
  background-color: rgba(25,30,35,.61)；
}
.body-comment{
  background-color: rgba(25,30,35,.61)；
}
.slick-slide img
{
  display: initial;
  margin: 10px 10px 10px 10px;
}
.comment_row {
  margin: 10px 10px 10px 10px;
}
.mouse_hover:hover {
  cursor: pointer;
  cursor: hand;
}
.link_text{
  color: #42DCA3;
}
html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}
a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}
#ios_video{
  display: none;
}
#usual_video{
  display: none;
}

#mainNav {
/*  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  margin-bottom: 0;
/*  text-transform: uppercase;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #FFFFFF;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: #FFFFFF;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(#FFFFFF, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link:hover {
/*    color: #000000;*/
    outline: solid 1px #67c5ff;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: #1d9b6c;
  }
}
.top_content{
  padding-top: 3em;
}
.listrow {
  padding: .2em .2em;
  border-top: dotted 2px #cecccd;
  list-style: none;
}
@media (max-width: 992px){
  .listtitle{
    font-size: 1em !important;
  }
  .listdesc {
      display: none;
  }

}
.listidx {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
	height: 100vh;
}
.listtitle{
  color: white;
  font-size: 1.2em;
}

.listnum{
  vertical-align: middle;
  padding: .25em .4em
}

.event_name{
  font-size: 1.1em;
}
.event_date{
  color: #CCCCCC;
  font-size: 1em;
}
.event_time{
  color: #CCCCCC;
  font-size: 0.9em;
}
.event_location{
  color: #ff69b4;
  font-size: 1.2em;
}
.btn_row > .row{
  flex-wrap: initial;
}
.mx-auto{
  width: 60%;
}
.twitter-time {
  padding: 10px;
}
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}
.all_cont {
    width: 100%;

    z-index: 1900;
}
.disp_cont {
  display: block;
}
.top_img {
  display: table;
  text-align: center;
/*  position: fixed;
  z-index: 0;*/
  top: 0;
  width: 100%;
  height: 100%;
    background-color: black;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
.masthead {
  display: table;
  text-align: center;
/*  position: fixed;
  z-index: 0;*/
  top: 0;
  width: 100%;
  height: 100%;
/*  backgrounod : url("../img/2000.bg.jpg") repeat;*/
  background: url("../img/way_web_pic.jpg") no-repeat left top;
/*  background-color: black;*/
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
/*  visibility: hidden;*/
}
.masthead_gif {
  display: table;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
/*  background: url("../img/way_web_pic.jpg") no-repeat left top;*/
  background: url("../img/wayto2000_0.gif") no-repeat left top;
/*  background-color: black;*/
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}

.masthead.show_masthead{
  visibility: visible;
}
@media (max-width: 992px){
  .container-fluid > .row > .col-md-12{
    padding-right: 0;
    padding-left: 0;
  }
  .masthead {
    background-position: 0 50px;
    height: 50%;
  }
  .mx-auto{
    width: 100%;
  }
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
/*  .masthead {
    height: 100%;
    padding: 0;
  }*/
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.schedule-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.history-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.movie-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bbs-section {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
.bbs-auto{
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}
.bbs-iframe {
  width:100%;
  height:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid #c9c9c9;
}
.bbs-iframe-in {
    width:100%;
    height:100%;
}
.history-iframe {
  width:100%;
  height:500px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:0px solid #c9c9c9;
  display: inline-block;
}
.history-iframe-in {
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.comment-iframe {
  width:100%;
  height:900px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:0px solid #c9c9c9;
  display: inline-block;
}
.comment-iframe-in {
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.heigh_l {
  height: 100%;
}

@media (max-width: 768px) {
  .heigh_l {
    width: 100%;
  }
}
.footer-section {
  background-color: #212121
}

#map {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #map {
    height: 350px;
  }
}

.btn {
/*  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
/*  text-transform: uppercase;*/
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
/*  background: url("../img/wayto2000.gif") no-repeat left top;*/
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;

/*  opacity: 0;*/
  visibility: hidden;
  transition: .3s linear;
  transform: scaleY(0);
}
.overlay.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scaleY(1) !important;
}

/*.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: url("../img/wayto2000_0.gif") no-repeat left top;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;

/*  background: rgba(0, 0, 0, .7);
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
  animation: .3s linear overlay-close;
}
.overlay.is-open {
  opacity: 1;
  visibility: visible;
  animation: .3s linear overlay-open;
}
@keyframes overlay-open {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes overlay-close {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes overlay-open {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
@keyframes overlay-close {
  0% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
*/
