@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


/*---------------------------------------
共通
-----------------------------------------*/
body {
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
  overflow-x: hidden;
}

html{
  -webkit-font-smoothing: antialiased;
}

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


h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-size: 50px;
  line-height: normal;
}


h2 {
position: relative;
font-size: 30px;
font-weight: bold;
text-align: center;
margin-bottom: 50px;
}

h2 img{
  display: block;
  margin: auto;
}

h4 {
  color: #797979;
  font-size: 18px;
  font-weight: normal;
}

p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.2px;
}

strong, span {
  color: #444;
  font-weight: normal;
}

a {
  color: #2173BC;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #33CEF8;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#about, #program, #access,
#contact {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#access {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}


.zoom{
  position: relative;
  display: block;
  margin-bottom:20px;
  text-align: right;
}

.zoom i{
font-size:20px;
margin-right:.5em;
}

.youtube-wrap {
  width: 650px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 50px auto;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border:1px solid #ccc;
}

/*---------------------------------------
  Pre loader section
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------------
  メニュー
-----------------------------------------*/

.navbar-icon{
    height: 30px;
    vertical-align: middle;
  }

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background: #fff;
  padding-top: 22px;
}

.logo{
  margin:0;
  display: inline-block;
}

.logo a {
  display: block;
  width: 250px;
  height: 56px;
  background: url("../img/title_logo.png") no-repeat center/contain;
  text-indent: -9999px;
}

.custom-navbar .nav li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
  position: relative;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active>a:after {
  background: #fff;
  color: #fff;
  width: 100%;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: #fff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}


.custom-navbar.top-nav-collapse .nav li a {
  color: #333;
}

.custom-navbar.top-nav-collapse .navbar-nav li a:hover,
.custom-navbar.top-nav-collapse .nav li.active>a{
  color: #4caf50;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }
  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .2);
    padding: 10px 0;
  }
}
/*---------------------------------------
  メイン画像
-----------------------------------------*/

#home {
  min-height: 90vh;
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  overflow: hidden;
}

#home .catch {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 2px 2px 3px #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 767px) {
  #home .catch {
    font-size: 16px;
  }
}

.moving-clouds {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 23.75em;
  -webkit-animation: cloudLoop 30s linear infinite;
  animation: cloudLoop 30s linear infinite;
}

@media (max-width: 767px) {
  .moving-clouds {
    height: 200px;
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.yurayura{
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}

.main-img-box{
  display: block;
  width:90%;
  max-width:900px;
  margin:auto auto 20px auto;

}

.main-img-box img{
  width:100%;
}

.section-btn {
  background: #ffcc00;
  border: none;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  margin: 20px auto;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.section-btn:focus,
.section-btn:hover {
  opacity: 0.8;
}

.outline-list-box{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;

}

.outline-list{
  width:45%;
  border-bottom:1px dotted #ddd;
}

.outline-list dt{
  font-size:2rem;
  margin-bottom:.5em;
}

.outline-list dt:before{
  content:"■";
}

.outline-list dd{
  margin-bottom:1em;
  padding-bottom:.5em;
}

@media screen and (max-width:767px) {
  .outline-list{
    width:100%;
  }
}



/*---------------------------------------
  スマホ表示
-----------------------------------------*/

@media (max-width: 980px) {

  h1 {
    font-size: 33px;
  }

  #access .work-thumb {
    margin-top: 30px;
  }
}


@media (max-width: 767px) {

  h1 {
    font-size: 30px;
    line-height: normal;
  }

  h2 {
    font-size: 28px;
  }

  .custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .2);
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .custom-navbar .nav {
    padding-bottom: 10px;
  }

  .custom-navbar .nav li a {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
  }

  .custom-navbar .nav li.active>a {
    background-color: transparent;
    color: #333;
  }
}


  @media (max-width: 580px) {

    #program .about-thumb {
      margin-top: 0px;
    }

    .about-thumb .social-icon {
      margin-bottom: 15px;
    }
  }


  @media (max-width: 357px) {

    h1 {
      font-size: 28px;
    }

    #program .col-md-4 a {
      width: 85px;
      height: 85px;
    }
  }


/*---------------------------------------
  体験・ステージ・フードコーナー
-----------------------------------------*/

.program-title,
.stage-title,
.food-title {
  position: relative;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.program-title:after,
.stage-title:after,
.food-title:after {
  position: absolute;
  top: -30px;
  right: 0;
  content: "";
  display: block;
  width: 120px;
  height: 120px;
}

.program-title {
  background: #29639A;
}

.stage-title {
  background: #C83E67;
}

.food-title {
  background: #CD8944;
}

.program-list {
  padding: 30px 20px 50px 20px;
  margin-bottom: 20px;
  counter-reset: number 0;
  background: url(../img/bg_program.png) #DCF0F5 no-repeat bottom right/ 160px;
}
.program-list li {
  display: flex;
}
.program-list li:before {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  counter-increment: number 1;
  content: counter(number);
  background: #29639A;
}
.program-list li dt,
.program-list li dd {
  line-height: 1.4;
}
.program-list li dt {
  color: #29639A;
  font-size: 1.5rem;
}
.program-list li dd {
  font-size: 1.4rem;
}

.stage-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 90px 20px;
  margin-bottom: 35px;
  background: url(../img/bg_stage.png) #F8EEF5 no-repeat bottom right/ 120px;
}

@media screen and (max-width: 450px) {
  .stage-list{
    padding: 30px 20px 100px 20px;
  } 
}

.stage-list dt,
.stage-list dd {
  margin-bottom:.5em;
}
.stage-list dt {
  width: 70px;
}
.stage-list dd {
  width: calc(100% - 70px);
  font-size: 1.5rem;
  font-weight: bold;
  color: #C83E67;
}

.food-list {
  padding: 30px 20px 100px 20px;
  margin-bottom: 20px;
  counter-reset: alphabet-count;
  background: url(../img/bg_food.png) #FFFCE6 no-repeat bottom right/ 120px;
}

.food-list li {
  display: flex;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #CD8944;
  line-height: 1.6;
  counter-increment: alphabet-count;
}
.food-list li:before {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  counter-increment: number 1;
  content: counter(alphabet-count, upper-alpha);
  background: #CD8944;
}

.food-list li.skip{
  counter-increment: alphabet-count 2;
}

.food-list li:nth-child(10){
  padding-bottom:10px;
  border-bottom:2px dotted #CD8944;
}

.food-list li:nth-child(n+11):before{
  content:"キ";
}

/*---------------------------------------
  アクセス
-----------------------------------------*/

#access .google-map {
  width: 100%;
  height: 500px;
  margin: auto;
}

@media (max-width: 767px) {
  #access .google-map {
    height: 300px;
  }
}


/*---------------------------------------
  お問い合わせ
-----------------------------------------*/

#contact .tel{
  padding-left: 60px;
  min-height: 50px;
  background: url(../img/icon-tel.png) no-repeat left top/50px;
}

#contact .tel-num{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.1;
}

@media (max-width: 600px) {
  #contact .tel-num{
    font-size: 18px;
  }
}

#contact .tel .dept{
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
}

#contact .mail{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding:20px 0 20px 60px ;
  background: url(../img/icon-contact.png) no-repeat left center/50px;
}

/*---------------------------------------
フッター
-----------------------------------------*/

footer {
  background: #0075C7;
  position: relative;
}

footer .footer-top {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-img-right{
  top: -130px;
  right: 30px;
  position: absolute;
  width: 180px;
}


.footer-bottom {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #015996;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #fff;
}

.sponsor-box {
  margin-bottom: 20px;
  text-align: left;
}
.sponsor-box dt {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
.sponsor-box dt:before {
  display: inline-block;
  content: "";
  border-top: 6px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.sponsor-list li {
  margin-right: 1.5em;
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}
.sponsor-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.social-icons{
  display: flex;
  justify-content: center;
}

.social-icons a{
  display: block;
  margin: 0 10px;
}

.social-icons a:hover{
  opacity: .6;
}

.social-icons img{
  width: 50px;
}

.unagi-anime {
  position:absolute;
  top:-100px;
  right:0;
  width: auto;
  height: auto;
  animation: swim 10s infinite; 
}

@keyframes swim {
0% {
    transform: scaleX(1); /* 初期位置：右向き */
    riht:0;
  }
  40% {
    transform:  scaleX(1); /* 左へ200px到着 */
    right:400px;
  }

  /* --- 反転 --- */
  50% {
    transform:  scaleX(-1); /* その場で左向きに反転 */
    right:400px;
  }

  /* --- 復路：元の位置へ --- */
  90% {
    transform: scaleX(-1); /* 0px地点へ戻る */
    right:0;
  }

  /* --- 再反転してループ準備 --- */
  100% {
    transform: scaleX(1); /* 最初と同じ右向きに戻る */
    right:0;
  }

}

