@charset "UTF-8";
/*
    Reset CSS
*/
@import url(https://fonts.googleapis.com/css?family=Dhurjati);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

/*
    common
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  text-align: left;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  line-height: 1;
  font-size: 0;
  vertical-align: bottom;
}

/*
    forpc
*/
@media (min-width: 751px) {
  .forpc{
    display: block !important;
    padding: 20px 0 !important;
    margin-top: 20px;
    text-align: center;
    background: #b62b2b !important;
    color: #fff !important;
  }
}

  .forpc{
    display: none;
    padding-top: 0;
  }

/*
    header
*/
#header {
  width: 100%;
  margin: 130px 0 300px 0;
  padding-left: 5px;
}

#header h1 img{
  width: 55%;
}

#header p{
  padding-top: 50px;
}

#header p img{
  width: 46%;
}

@media (min-width: 751px) {
  #header {
    width: 100%;
    margin: 130px 0 80px 0;
    padding-left: 0px;
  }

  #header h1 img{
    width: 40%;
  }

  #header p{
    padding-top: 50px;
  }

  #header p img{
    width: 20%;
  }

  #wrapper {
    overflow: hidden;
    padding:0 25px ;
    width: 780px;
    margin: 0 auto;
  }

  footer {
    background-color: #000;
    padding: 40px 0;
  }

  footer p{
    text-align: center;
    margin-bottom: 20px;
    width: 780px;
    margin: 0 auto;
  }

  footer p img{
    width: 20% !important;
  }

  footer p.sns{
    padding-top: 30px;

  }

  footer p.sns img{
    width: 10% !important;
  }

}

/*
    fadeIn_up
*/

.fadeIn_up {
  opacity: 0; /* 最初は非表示 */
    transform: translateY(30px); /* 下に30pxの位置から */
    transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.fadeIn_up.is-show {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/*
    article
*/

article{
  margin-bottom: 80px;
  display: block;
}

article h2{
  margin-bottom: 20px;
  display: block;
}

article h2 img{
  height: 15px;
}

article#information p{
  padding-left: 20px;
}

article#event p{
  margin-bottom: 20px;
  text-align: center;
}

article#about .slide{
  margin-bottom: 20px;
  margin-left: 0px;
}

article#about p{
  margin: 0 20px 20px 20px;
  line-height: 2;
}

article#about p.att{
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.5;
}

article#about p.att.last{
  font-size: 11px;
  margin-bottom: 30px;
  line-height: 1.5;
}

article#information p.eg,
article#about p.eg{
  margin:0 20px 15px 20px;
  color: #666;
}

article#menu dl,
article#sound dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 20px;
}

article#menu dt{
  width: 50%;
  margin-bottom: 10px;
}

article#menu dd{
  width: 50%;
  margin-bottom: 10px;
}

article#sound dt{
  width: 30%;
  margin-bottom: 20px;
}

article#sound dd{
  width: 70%;
  margin-bottom: 20px;
}

iframe{
  max-width: 100%;
  margin-bottom: 20px;
}

article#access p{
  font-size: 11px;
  margin-bottom: 10px;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


/*
    content
*/
#wrapper {
  overflow: hidden;
  padding:0 25px ;
}


/*
    btn
*/
.btn {
  width: 100%;
  text-align: center;
}

.btn > a {
  display: table;
  width: 100%;
  max-width: 220px;
  height: 50px;
  table-layout: fixed;
  text-decoration: none;
  margin: 0 auto;
}

.btn > a > span {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.btn > a > span > span {
  display: inline-block;
  padding: 0 12px 0 0;
  position: relative;
}

.btn > a > span > span:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}


/*
    footer
*/
footer {
  background-color: #000;
  padding: 40px 0;
}

footer p{
  text-align: center;
  margin-bottom: 20px;
}

footer p img{
  width: 40%;
}

footer p.sns{
  padding-top: 30px;

}

footer p.sns img{
  width: 20%;
}


/*# sourceMappingURL=style.css.map */