
@media screen and (max-width: 480px) {
  .commonWidth {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    margin: auto;
  }
}
.commonPadding {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .commonPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*********************************************************

top専用CSS

/*********************************************************/
#topLogo {/* topSP時だけロゴ出す */
  border-top:8px solid #004D07;
  padding: 10px 0;
  text-align: center;
}
#topLogo img {/* topSP時だけロゴ出す */
  width: 50%;
}

/* //////////////////////////////////////////////////
メインビジュアル 
/////////////////////////////////////////////////// */
#mainvisual {
  border-bottom: 14px solid #9AE19D;
  margin-bottom: 75px;
  position: relative;
  height: 100vh;
}

#mainvisual h1 {
  padding: 65px 0px;
  background-color: #fff;
  text-align: right;
}

#mainvisual h1 .logo {
  float: right;
  margin-left: 55px;
  margin-right: 90px;
}
#mainvisual .swiper-slide {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url(../../img/main1.jpg);
  background-size: cover;
  background-position: center center;
}

#mainvisual .slide1 {
  background-image: url(../../img/main1.jpg);
}
#mainvisual .slide2 {
  background-image: url(../../img/main2.jpg);
}
#mainvisual .slide3 {
  background-image: url(../../img/main3.jpg);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@font-face {
  font-family: 'Noto Serif JP';
  src: url(https://fonts.gstatic.com/s/notoserifjp/v19/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff2) format('woff2'), url(https://fonts.gstatic.com/s/notoserifjp/v19/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff) format("woff"), url(https://fonts.gstatic.com/s/notoserifjp/v19/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.otf) format("opentype");
}
#mainvisual h2 {
  font-size: 6rem;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0px 0px 6px #fff;
  width: 1050px;
  text-align: center;
  margin-top: 1em;
  line-height: 1.2;
}
#mainvisual h2 span {
  font-size: .6em;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "kozuka Gothic Pro", "小塚ゴシック Pro L", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
#mainvisual a {
  font-size: 4rem;
}
#mainvisual .swiper-slide h2 img {
  width: 66%;
  margin-top: 20px;
}
#mainvisual .swiper-slide > div {
  background: rgba(255,255,255,.8);
  text-align: center;
  font-size: 3rem;
  padding: 20px 0 40px;
}
#mainvisual .swiper-slide > div p {
  margin-bottom: 20px;
}
#mainvisual .swiper-slide > div h2 {
  margin-top: 0;
}
#mainvisual .swiper-slide > div a {
  color: #004D07;
  background: #F1F83B;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #mainvisual {
    margin-bottom: 40px;
    border-bottom-width: 10px;
    height: 50vh;
  }

  #mainvisual h2 {
    font-size: 2.1rem;
    width: 100%;
  }
  #mainvisual > .commonWidth {
    display: block;
  }
  #mainvisual .swiper-slide h2 img {
    margin-top: 4px;
    width: 96%;
  }
  #mainvisual .swiper-slide > div {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 20px 0 30px;
    width: 96%;
  }
  #mainvisual .swiper-slide > div a {
    font-size: 2rem;
  }
}
/* ////////////////////////////////////////////////////
左カラム
/////////////////////////////////////////////////// */
#leftColumn .bn {
  margin-bottom: 80px;
}

#leftColumn .bn a {
  display: inline-block;
  margin-bottom: 20px;
}

#leftColumn .bn img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  zoom: 1;
}

@media screen and (max-width: 480px) {
  #leftColumn .bn {
    margin-bottom: 60px;
  }

  #leftColumn .bn a {
    margin-bottom: 10px;
  }
}
.info {
  position: relative;
  margin-top: 60px;
  font-weight: bold;
}


.info h1 {
  line-height: 1;
  color: #464646;
  /*letter-spacing: -2px;*/
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  top: -67px;
  left: 0;
  padding-left: 50px;
  background: url(../img/ttl_ico.svg) no-repeat;
  background-size: 4rem;
}

.info h1 span {
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #004D07;
  font-weight: bold;
}

.info dl {
  overflow: auto;
  font-size: 2rem;
}

.info dt {
  float: left;
  letter-spacing: 0px;
  padding: 0.6rem 0;
  color: #9a9a9a;
}

.info dd {
  padding: 0.6rem 0 0.6rem 16rem;
  border-bottom: 1px dashed #9AE19D;
  font-weight: normal;
}

.info dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.info dd a:hover {
  border-bottom-color: #999;
}

.info {
  margin-top: 100px;
}

.info iframe {
  width: 100%;
  height: 355px;
  display: block;
}

.info button {
  margin-top: 40px;
  background-color: #004D07;
  color: #fff;
  font-size: 2rem;
  padding: 20px;
}
.info.about {
  font-size: 2.6rem;
  font-weight: normal;
}
.info.banner {
  border: 6px solid #004D07;
  margin-top: 50px;
}

.waku.news {
  padding: 10px 20px;
}
.waku.news p a {
  font-size: 2rem;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .info.about {
    margin-top: 100px;
    font-size: 1.8rem;
  }
  .info h1 {
    font-size: 26px;
    background-size: 3rem;
    line-height: 1.2;
  }

  .info dl {
    font-size: 14px;
    height: 300px;
    padding: 20px 15px 0px;
  }

  .info dt {
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
  }

  .info dd {
    padding-left: 0px;
    border-bottom-width: 2px;
    padding-bottom: 12px;
    margin-bottom: 17px;
    font-size: 1.6rem;
  }

  /*.info:nth-of-type(n+2) {
    margin-top: 75px;
  }*/

  .info iframe {
    height: 50vw;
  }

  .info.movie {
    background: #fff;
    padding-top: 30px;
  }

  .info h1 span {
    margin-left: 0px;
    margin-top: 4px;
    font-size: 18px;
  }
  .info button {
    margin-top: 20px;
    font-size: 1.6rem;
    padding: 20px 10px;
  }
  .waku.news {
    padding: 0 !important;
  }
  .info.banner {
    margin-top: 30px;
  }
  .news p.txt-right {
    margin: 0 10px 10px 0;
  }
}

/* 開催情報（TOPだけ表示変える） */
/* 開催情報 */
#kentei_box {
  width: auto;
  border: 6px solid #004D07;
  border-radius: 12px;
  text-align: center;
  background: #effbf0;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}
#kentei_box h5 {
  margin: 0;
  color: #fff;
  background: url(../img/border20.png) rgba(0,77,7,1);
  font-size: 4rem;
  padding: 5px;
  text-align: center;
}
#kentei_box dl {
  width: 90%;
  /*text-align: center;*/
  font-size: 3rem;
  margin: 30px auto 20px;
  line-height: 1.6;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#kentei_box dl dt {
  margin-right: 20px;
}
#kentei_box dl dt span {
  background: #F1F83B;
  padding: 2px 10px;
}
#kentei_box dl dd {
  font-size: 3rem;
  padding: 0 10px;
}
#kentei_box button {
  background: #004D07;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 80%;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: bold;
  font-size: 3rem;
}
#kentei_box button:first-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #cont-top {
    padding: 0 20px;
  }
  #kentei_box h5 {
    font-size: 2.6rem;
  }
  #kentei_box dl {
    font-size: 1.8rem;
    margin: 14px auto;
    display: block;
  }
  #kentei_box dl dt {
    margin-right: 0;
    text-align: left;
  }
  #kentei_box dl dd {
    font-size: 1.8rem;
    text-align: left;
  }
  #kentei_box button {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
/* TOPページSPはフロートボタン消す */
@media screen and (max-width: 480px) {
  #footinfo {
    display: none;
  }
  footer.global {
    padding-bottom: 10px;
  }
}

/* CM表示用 */
.movie-open {
	display: none;
}
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}