@charset "UTF-8";
/*------------------------------------------*/
/* LAYOUT */
html,body,#billboard {
  height: 100%;
}
#billboard {
  position: relative;
}
#billboard #animation_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: calc((100vh - (100vw / 2)) / 2);
  padding-bottom: calc((100vh - (100vw / 2)) / 2);
}
#billboard .billboard-slider {
  background-color: #fff;
}
#billboard .billboard-slider .slick-slide {
  background-size: cover;
  background-position: 50%;
  width: 100vw;
  height: 100vh;
}
#billboard a.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-family: 'Renner*', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 50px;
  margin-left: -3em;
  width: 6em;
  text-align: center;
}
#billboard a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#billboard a.scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.greeting h1 img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: auto;
    display: block;
}
.greeting h2 + article::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.5em;
    margin: -2.5em auto 1em;
    background-color: gold;
}
.greeting h2 + article h4 {
    text-align: center;
    font-size: 93.75%;
}
.greeting h2 + article h4 .date {
    opacity: 0.8;
    margin-left: 1em;
    font-size: 93.75%;
}
.greeting h2 + article p {
    text-align: center;
    font-size: 93.75%;
}
.map iframe {width: 100%;}
.contact {
    background-color: #fafafa;
}
.contact .caution {
    font-size: 75%;
    background-color: #eee;
    border-radius: 3px;
    padding: 1.5em;
    max-width: 36em;
    margin: 2em auto;
    color: #555;
}
#footer .address p + h3 {
    margin-top: 1em;
}
#footer .address p img {
    display: block;
    height: 1.929em;
    width: auto;
}
#footer .blog .feed li + li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
}
#footer .blog .feed li a {
    display: block;
}
#footer .blog .feed li .date,
#footer .blog .feed li .desc {
    font-size: 87.5%;
}
#footer .grid-list > ul > li {
    margin: 0 10px;
}
#footer .grid-list > ul > li p {
    font-size: 87.5%;
}
#footer .grid-list + p {
    margin-top:  1em;
    font-size: 81.75%;
    color: #888;
}
/*------------------------------------------*/
/* CONTACT FORM 7 */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 93.75%;
    padding: 0.75em;
    width: 100%;
    max-width: 30em;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
.wpcf7-form input[type=submit] {
    border: none;
    background-color: gold;
    color: #333;
    border-radius: 5px;
    font-size: 93.75%;
    padding: 0.75em;
    width: 100%;
    max-width: 10em;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
@media only screen and (min-width: 800px) {
    .greeting h1 img {
        max-width: 528px;
    }
    #footer .grid-list > ul > li {
        width: 320px;
    }
}
@media only screen and (max-width: 799px) {
    #footer .grid-list > ul > li {
      margin: 0 0 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #ddd;
    }
    #billboard {
      overflow: hidden;
    }
    #billboard #animation_container{
      width: 160vw!important;
      left: -30vw;
      right: -30vw;
      padding-top: calc((100vh - (160vw / 2)) / 2);
      padding-bottom: calc((100vh - (160vw / 2)) / 2);
    }
    #billboard #animation_container canvas{
      width: 160vw!important;
      height: 80vw!important;
      transform: translateY(-5vh);
    }
}
