#contents {
  position: relative;
  padding: 0;
}
  @media only screen and (min-width: 768px) {
    #contents {
      padding-top: 0;
    }
  }
/* =======================================
	contents-header
======================================= */
.contents-header {
  padding: 50px 0 50px;
  position: relative;
  background: #fef9f0;
}
.contents-header::after {
  content: "";
  background: url(../img/common/illust/ill_bird.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 5vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .contents-header {
    padding: 40px 0 80px;
  }
  .contents-header::after {
    width: 200px;
    height: 200px;
  }
}
.catch-copy {
  margin:auto;
  position: absolute;
  right: 50%;
  top: 30%;
  transform: translate(50%,-50%);
  z-index:1;
  transition: all .3s ease;
}
.catch-copy h2{
  font-size:2.0rem;
  color:#fff;
  line-height:100%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .catch-copy {
    right: 25%;
    top: 20%;
    transform: translate(0%,-50%);
  }
  .catch-copy h2{
    font-size:3.0vw;
  }
}
/* slider */
.top-slider{
  margin: 0 auto;
}
.slider-img {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-img img{
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.slider-img::after{
  content: "";
  background: url(../img/slider/slider_frame.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:  0;
  left: 0;
}
.contentsheader-deco{
  content: "";
  background: url(../img/common/illust/ill_branch.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 240px;
  height: 100px;
  position: absolute;
  bottom: -60px;
  right: -50px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .contentsheader-deco{
    bottom: -108px;
    width: 483px;
    height: 195px;
  }
}
/* =======================================
	TITLE
======================================= */
h3.top-ttl{
  display:inline-block;
  font-size:2.0rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
h4.sub-ttl{
  font-family: 'Hachi Maru Pop', cursive;
  font-size: 5.0rem;
  line-height: 1;
  color: #eee;
}
@media only screen and (min-width: 768px) {
  h4.sub-ttl{
    font-size: 6.8rem;
  }
}
#top-concept .bloc-header.only-sp{
  text-align: center;
  margin: 0 auto 20px;
}
#top-concept h3.only-pc{
  font-size: 2.7rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 20px;
}
#top-concept h3.only-sp{
  display: inline-block;
}
#top-concept h3 span{
  display: block;
}
#top-concept h3.only-pc span:nth-of-type(2){
  padding-top: 30px;
}
#top-news h4.sub-ttl,
.ttl-box h4.sub-ttl,
#top-profile h4.sub-ttl,
#top-about h4.sub-ttl{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #top-profile h4.sub-ttl,
  #top-about h4.sub-ttl{
    bottom: 85px;
  }
}
h3.croud-ttl{
  font-size: 2.0rem;
  position: absolute;
  z-index: 1;
}
h3.croud-ttl::before{
  content: "";
  background: url(../img/common/illust/title_croud.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 213px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: -1;
}
h3.croud-ttl span{
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  h3.croud-ttl::before{
    width: 305px;
    height: 125px;
    position: absolute;
    top: 60%;
  }
  h3.croud-ttl span{
    padding-top: 30px;
    padding-left: 70px;
  }
}
/* =======================================
	contents-body
======================================= */
.contents-body__inner{
  width:100%;
  position: relative;
  padding: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .contents-body__inner{
    padding: 0 0 100px;
  }
}
/*naminami なし*/
#top-news.contents-body__inner,
.page-profile.contents-body__inner,
.page-about.contents-body__inner,
#event.contents-body__inner{
  padding: 50px 0 50px;
}
/*naminami つき*/
#top-concept.contents-body__inner,
#outdoorarea.contents-body__inner,
#schedule.contents-body__inner{
  padding: 80px 0 80px;
}
/*片方naminami つき*/
#top-profile.contents-body__inner{
  padding: 80px 0 50px;
}
#archive-news.contents-body__inner,
#single-news.contents-body__inner,
#page-download.contents-body__inner{
  padding: 80px 0 0px;
}

@media only screen and (min-width: 768px) {
  /*naminami なし*/
  #top-news.contents-body__inner,
  .page-profile.contents-body__inner,
  .page-about.contents-body__inner,
  #event.contents-body__inner{
    padding: 100px 0 100px;
  }
  /*naminami つき*/
  #top-concept.contents-body__inner,
  #outdoorarea.contents-body__inner,
  #schedule.contents-body__inner {
    padding: 160px 0 160px;
  }
  /*片方naminami つき*/
  #top-profile.contents-body__inner{
    padding: 160px 0 100px;
  }
  #archive-news.contents-body__inner,
  #single-news.contents-body__inner,
  #page-download.contents-body__inner{
    padding: 160px 0 0px;
  }
}
.bloc-header,
.bloc-body{
  margin-left:5vw;
  margin-right:5vw;
  position: relative;
}
#top-concept .bloc-header,
#top-concept .bloc-body,
#top-news .bloc-body,
.top-about .bloc-body,
.top-schedule .bloc-body{
  margin:0;
  max-width: inherit;
}
#top-news .bloc-header,
.page-profile .bloc-header,
.page-about .bloc-header{
  margin-bottom: 50px;
}
@media only screen and (min-width: 1120px) {
  .bloc-header,
  .bloc-body{
    margin: 0 auto;
    max-width: 1080px;
  }
  .bloc-header{
    margin-bottom: 50px;
  }
  #top-profile .bloc-header{
    margin-bottom: 0;
  }
}
#top-news .bloc-header,
.ttl-box{
  text-align: center;
  line-height: 1;
  position: relative;
}



/* =======================================
	TOP-concept
======================================= */
#top-concept::before,
#outdoorarea::before,
#archive-news::before,
#page-download::before,
#single-news::before,
#schedule::before,
#top-profile::before{
  content: "";
  background: url(../img/background/bg_naminami.png) repeat-x;
  background-size: contain;
  background-position: left top;
  display: inline-block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
#top-concept::after,
#outdoorarea::after,
#schedule::after{
  content: "";
  background: url(../img/background/bg_naminami.png) repeat-x;
  background-size: contain;
  background-position: left top;
  transform: rotate(180deg);
  display: inline-block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top-concept .ellipse,
#archive-news .ellipse,
#page-download .ellipse{
  margin: 0 5vw;
  padding: 50px 30px;
  background: rgba(255,255,255,.65);
  height: auto;
  border-radius: 100vh;
}
#archive-news .ellipse,
#single-news .ellipse,
#page-download .ellipse{
  margin: 0 5vw;
  padding:30px;
  background: rgba(255,255,255,.65);
  height: auto;
  border-radius: 20px;
  box-sizing: border-box;
}
#archive-news .bloc-header,
#archive-news .bloc-body,
#single-news .bloc-header,
#single-news .bloc-body,
#page-download.bloc-header,
#page-download .bloc-body{
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #archive-news .bloc-header,
  #archive-news .bloc-body,
  #single-news .bloc-header,
  #single-news .bloc-body,
  #page-download.bloc-header,
  #page-download .bloc-body{
    margin: 0 auto;
  }
}
@media only screen and (min-width: 920px) {
  #top-concept .ellipse{
    margin: 0 auto;
    max-width: 900px;
  }
  #single-news .ellipse ,
  #archive-news .ellipse,
  #page-download .ellipse{
    margin: 0 auto;
    max-width: 900px;
  }
  #archive-news .ellipse,
  #page-download .ellipse{
    padding:  120px 120px;
    border-radius: 100vh;
  }
}
#top-concept .bloc-header{position: relative;}
#top-concept .bloc-body p{
  padding: 0 0 20px;
}
#top-concept .concept-img div:nth-of-type(1){
  margin-bottom: 20px;
}
#top-concept .concept-img div img{
  margin-left: auto;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  #top-concept .concept-img div:nth-of-type(1){
    margin-bottom: 0;
  }
  #top-concept .concept-img div img{
    margin-left: 0;
  }
}
/* decoration */
#top-concept,
#outdoorarea{
  background: url(../img/common/illust/ill_croud.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
#top-concept h3::before{
  content: "";
  background: url(../img/common/illust/ill_bird2.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: 0;
}
.concept-deco.sun{
  content: "";
  background: url(../img/common/illust/ill_sun.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 75px;
  height: 78px;
  position: absolute;
  top: 5%;
  left: 5vw;
}
@media only screen and (min-width: 768px) {
  .concept-deco.sun{
    width: 150px;
    height: 155px;
  }
}
/* =======================================
	TOP- NEWS
======================================= */
#top-news{
  background: #fef9f0;
}
#top-news .page-link.only-pc{
  position: absolute;
  bottom: 0;
  right: 0;
}
#top-news .page-link.only-sp {
  margin-top: 30px;
  text-align: center;
}
dl.home-news__list{
  margin: 0 10px;
}
dl.home-news__list .box-img{
  overflow: hidden;
  border-radius: 20px;
}
dl.home-news__list .box-img img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
dl.home-news__list .box-txt{
padding: 10px;
background: #fff;
border-radius: 20px;
border: 1px solid #fad066;
position: relative;
transform: translateY(-20px);
}
dl.home-news__list .box-txt dt{
  font-size: 1.2rem;
}
dl.home-news__list .box-txt dd{
  font-size: 1.4rem;
  line-height: 1;
}

/* =======================================
	TOP-profile / about / schedule
======================================= */
#top-profile,
#top-about{
  background: #fff;
}
#top-profile .bloc-header,
#top-about .bloc-header{
  position: relative;
}
.section-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.section-img img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.section-intro {
  margin-top: 30px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #2ea6df;
  border-bottom: 1px solid #2ea6df;
  background: rgba(255,255,255,.65);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-intro {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
  }
}
.section-intro::after {
  content: "";
  background: url(../img/common/illust/txt_bird.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -7px;
}
.section-intro p{
  padding: 10px 30px;
}
#top-profile .page-link,
.top-about .page-link,
.top-schedule .page-link{
  margin-top: 30px;
  text-align: center;
}
#top-about .flex .div2{
  width: 100%;
}
.top-about{
  margin-right: 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #top-about .flex .div2{
    width: calc(50% - 15px);
  }
  .top-about{
    margin-right: 30px;
    margin-bottom: 0;
  }

}

/* =======================================
	contents-footer
======================================= */
.contents-footer__inner{
  width:100%;
  position: relative;
  padding:80px 0 80px;
}
@media only screen and (min-width: 768px) {
  .contents-footer__inner{
    padding:160px 0 50px;
  }
}
.contents-footer__inner::before{
  content: "";
  background: url(../img/background/bg_naminami.png) repeat-x;
  background-size: contain;
  background-position: left top;
  display: inline-block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .contents-footer__inner::before{
  background: url(../img/background/bg_naminami_white.png) repeat-x;
  background-size: contain;
  background-position: left top;
}
body.archive .contents-footer__inner::before,
body.single .contents-footer__inner::before,
body.page-id-89 .contents-footer__inner::before{
  display: none;
}
.contents-footer__inner .box-txt{
  padding-right: 0;
  box-sizing: border-box;
}
.ttl-box{
  margin-bottom: 50px;
}
iframe{
  margin-bottom: 30px;
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 350px;
}
@media only screen and (min-width: 768px) {
  iframe{
    margin-bottom: 0
  }
  .contents-footer__inner .box-txt{
    padding-right: 20px;
  }
}
/* =======================================
	PAGE-profile
======================================= */
#philosophy,
#overview,
#club{
  background: #fef9f0;
}
#feature,
#goal{
  background: #fff;
}
#goal{
  position: relative;
}
#goal::after{
  content: "";
  background: url(../img/background/bg_goal.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .2;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-profile .bloc-header{
  text-align: center;
  line-height: 1;
  position: relative;
}
.page-profile  h4.sub-ttl{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}
#goal .bloc-header,
#goal .bloc-body{
  z-index: 1;
}
#philosophy.page-profile .bloc-body {
  padding: 0;
  background: none;
  position: relative;
}
#feature .bloc-body > div.flex{
  margin-bottom: 50px;
}
#feature .left-box{
  margin-bottom: 30px;
  width: 100%;
}
#feature .left-box img{
  border-radius: 20px;
}
#feature .right-box{
  padding-left: 0;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #feature .left-box{
    margin-bottom: 0;
    width: 50%;
  }
  #feature .right-box{
    padding-left: 20px;
    width: 50%;
  }
}
#philosophy .bloc-body h4{
  margin-top: 30px;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
}
#philosophy .bloc-body img{
  
}
#feature .right-box h4{
  margin-bottom: 30px;
  font-size: 3.0rem;
  line-height: 1;
}
#feature .right-box p {
  text-align: justify;
}
#overview .left-box{
  padding: 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,.65);
  border-radius: 20px;
}
#overview .right-box{
  margin-bottom: 30px;
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
  order: -1;
}
@media only screen and (min-width: 768px) {
  #overview .left-box{
    width: 60%;
  }
  #overview .right-box{
    margin-bottom: 0;
    padding-left: 20px;
    width: 40%;
    order: 1;
  }
}
#overview .right-box img{
  border-radius: 20px;
}

.table1 dl {
  display: flex;
  flex-direction: column;
}
.table1 dt {
  width: 100%;
  padding: 15px 0;
  border-top: 1px #fad066 solid;
  vertical-align: top;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #fad066;
  align-self: center;
}
.table1 dd {
  padding: 15px 0 45px;
  border-top: 1px #ccc solid;
  flex: 1;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .table1 dl {
    flex-direction: inherit;
  }
  .table1 dt {
    padding: 35px 0;
    width: 88px;
    min-width: 88px;
  }
  .table1 dd {
    padding: 35px 0 35px 20px;
  }
}

#goal .container.grid{
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}
#goal .container dl.box1 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1/2;
}
#goal .container dl.box2 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2/3;
}
#goal .container dl.box3 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  grid-row: 3/4;
}
@media only screen and (min-width: 768px) {
  #goal .container.grid{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  #goal .container dl.box1 {
    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }
  #goal .container dl.box2 {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }
  #goal .container dl.box3 {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }
}
#goal .container dl{
  margin: 0 auto 30px;
  max-width: 350px;
  min-width: 350px;
  height: 350px;
  display: grid;
  align-content: center;
}
#goal .container dl:nth-of-type(1){
  background: url(../img/background/bg_circle1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#goal .container dl:nth-of-type(2){
  background: url(../img/background/bg_circle2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#goal .container dl:nth-of-type(3){
  margin-bottom: 0;
  background: url(../img/background/bg_circle3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#goal .container dl dt{
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
#feature dl.grid{
  margin-bottom: 50px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 250px auto auto;
  grid-template-rows: 250px auto auto;
}
#feature dl.grid:last-child{
  margin-bottom: 0;
}
#feature dl.grid .box1,
#feature dl.grid .box4 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  text-align: center;
}
#feature dl.grid .box2,
#feature dl.grid .box5 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2/3;
  position: relative;
}
#feature dl.grid .box3,
#feature dl.grid .box6 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  grid-row: 3/4;
}
@media only screen and (min-width: 768px) {
  #feature dl.grid{
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: 250px auto;
    grid-template-rows: 250px auto;
  }
  #feature dl.grid .box1,
  #feature dl.grid .box4 {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    text-align: left;
  }
  #feature dl.grid .box2,
  #feature dl.grid .box5 {
    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    grid-row: 2/3;
    position: relative;
  }
  #feature dl.grid .box3,
  #feature dl.grid .box6 {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }
}
#feature dl dt{
  padding: 50px 0 0;
}
#feature dl dt span{
  font-size: 3.6rem;
  color: #333;
  position: relative;
  z-index: 1;
}
#feature dl dt span::after{
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #feature dl dt span::after{
    left: -20px;
    transform: translateX(0%);
  }
}
#feature dl dt span#f1::after{
  background: url(../img/background/bg_feature1.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#feature dl dt span#f2::after{
  background: url(../img/background/bg_feature2.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#feature dl dt span#f3::after{
  background: url(../img/background/bg_feature3.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#feature dl dt span#f4::after{
  background: url(../img/background/bg_feature4.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
  top: -50px;
}
#feature dl dt span#f5::after{
  background: url(../img/background/bg_feature5.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  #feature dl dt span#f1::after,
  #feature dl dt span#f2::after,
  #feature dl dt span#f3::after,
  #feature dl dt span#f4::after,
  #feature dl dt span#f5::after{
    background-position: left top;
  }
}
#feature dl dd.box-txt{
  padding: 50px 0 0;
}
#feature dl dd.box-img{
  gap: 20px;
}
#feature dl dd.box-img .div3{
  /*width: calc(100% / 3);*/
  flex: 1;
}
#feature dl dd.box-img > div{
  border-radius: 20px;
  overflow: hidden;
}
#feature dl dd img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

#club .left-box p {
  text-align: justify;
}
#club .left-box{
  padding: 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,.65);
  border-radius: 20px;
}
#club .right-box{
  margin-bottom: 30px;
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
  order: -1;
}
#club .right-box img{
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  #club .left-box{
    width: 60%;
  }
  #club .right-box{
    margin-bottom: 0;
    padding-left: 20px;
    width: 40%;
    order: 1;
  }
}

/* =======================================
	PAGE-about
======================================= */
.container-inpage__link{
  background: #fef9f0;
}
.inpage-link{
  flex-direction: column;
}
.inpage-link li{
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .inpage-link{
    flex-direction: inherit;
  }
  .inpage-link li{
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.inpage-link li a{
  padding: 3px 20px;
  background: #fad066;
  border: 2px dashed #fad066;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.inpage-link li a:hover{
  background: #fff;
  color: #fad066;
  transition: all .5s ease;
}

.page-about .bloc-header{
  text-align: center;
  line-height: 1;
  position: relative;
}
.page-about  h4.sub-ttl{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}

/*タイトルフレーム*/
.page-about dl dt{
  padding: 20px 0 0;
  position: relative;
}
.page-about dl dt span.tittle{
  padding-left: 20px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  z-index: 1;
}
.page-about dl dt span.tittle::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: -1;
  display: inline-block;
  width: 230px;
  height: 65px;
}
@media only screen and (min-width: 1100px) {
  .page-about dl dt span.tittle::after{
    left: 0;
    transform: translate(0% ,-50%);
  }
}
.page-about dl dt span.a1::after{
  background: url(../img/background/bg_about1.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
.page-about dl dt span.a2::after{
  background: url(../img/background/bg_about2.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
.page-about dl dt span.a3::after{
  background: url(../img/background/bg_about3.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
.page-about dl dt span.a4::after{
  background: url(../img/background/bg_about4.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
.page-about dl dt span.a5::after{
  background: url(../img/background/bg_about5.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
.page-about dl dt span.a6::after{
  background: url(../img/background/bg_about6.png) no-repeat;
  background-size: contain;
  background-position: center top;
}
@media only screen and (min-width: 1100px) {
  .page-about dl dt span.a1::after,
  .page-about dl dt span.a2::after,
  .page-about dl dt span.a3::after,
  .page-about dl dt span.a4::after,
  .page-about dl dt span.a5::after{
    background-position: left top;
  }
}
/* タイトルフレーム　ここまで*/

#indoorarea1,
#indoorarea2{
  background: #fef9f0;
}
.page-about dl.grid{
  margin-bottom: 50px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 80px auto auto;
  grid-template-rows: 80px auto auto;
}
/*
.page-about dl.grid:last-child{
  margin-bottom: 0;
}
*/
.page-about  dl.grid .box1 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  text-align: center;
}
.page-about dl.grid .box2 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2/3;
  position: relative;
}
.page-about dl.grid .box3 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  grid-row: 3/4;
}
@media only screen and (min-width: 1100px) {
  .page-about dl.grid{
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    -ms-grid-rows: 80px auto;
    grid-template-rows: 80px auto;
  }
  .page-about dl.grid .box1{
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    text-align: left;
  }
  .page-about dl.grid .box2{
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2/3;
    position: relative;
  }
  .page-about dl.grid .box3{
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }
}

.page-about dl dd.box-txt{
  padding: 30px 0 0;
}
.page-about dl dd.box-img > div{
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 250px;
}
@media only screen and (min-width: 1100px) {
  .page-about dl dd.box-txt{
    padding: 0;
  }
  .page-about dl dd.box-img > div{
    margin-left: 0;
  }
}
.page-about dl dd img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.map-area .left-box{
  margin-bottom: 50px;
}
.map-area .left-box,
.page-about dl.box-item:nth-of-type(2n+1){
  padding-right: 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.map-area .right-box,
.page-about dl.box-item{
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .map-area .left-box{
    margin-bottom: 0;
  }
  .map-area .left-box,
  .page-about dl.box-item:nth-of-type(2n+1){
    padding-right: 20px;
    width: 50%;
  }
  .map-area .right-box,
  .page-about dl.box-item{
    width: 50%;
  }

}

.floor-map img{
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .floor-map img{
    width: 400px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .floor-map img{
    width: 430px;
  }
}
.page-about dl dt span.flag {
  margin-top: 20px;
  position: absolute;
  text-align: center;
  content: "";
  width: 37px;
  height: 42px;
  position: absolute;
  top: -40px;
  left: 220px;
}
.flag.point1{
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point2{
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point3{
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point4{
  background: url(../img/common/illust/ill_point4.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point5{
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point6{
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point7{
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point8{
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point9{
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point10{
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point11{
  background: url(../img/common/illust/ill_point4.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point12{
  background: url(../img/common/illust/ill_point5.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flag.point13{
  background: url(../img/common/illust/ill_point6.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.about-deco{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
/*屋外flag 4*/
.about-deco.point1{
  content: "";
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 220px;
  left: 400px;
  z-index: 1;
}
.about-deco.point2{
  content: "";
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 450px;
  z-index: 1;
}
.about-deco.point3{
  content: "";
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 350px;
  left: 300px;
  z-index: 1;
}
.about-deco.point4{
  content: "";
  background: url(../img/common/illust/ill_point4.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 150px;
  left: 300px;
  z-index: 1;
}
/*1Fflag 3*/
.about-deco.point5{
  content: "";
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 220px;
  left: 100px;
  z-index: 1;
}
.about-deco.point6{
  content: "";
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 230px;
  z-index: 1;
}
.about-deco.point7{
  content: "";
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 340px;
  z-index: 1;
}
/*2Fflag 6*/
.about-deco.point8{
  content: "";
  background: url(../img/common/illust/ill_point1.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 180px;
  left: 120px;
  z-index: 1;
}
.about-deco.point9{
  content: "";
  background: url(../img/common/illust/ill_point2.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 250px;
  left: 120px;
  z-index: 1;
}
.about-deco.point10{
  content: "";
  background: url(../img/common/illust/ill_point3.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 340px;
  z-index: 1;
}
.about-deco.point11{
  content: "";
  background: url(../img/common/illust/ill_point4.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 230px;
  z-index: 1;
}
.about-deco.point12{
  content: "";
  background: url(../img/common/illust/ill_point5.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 430px;
  left: 120px;
  z-index: 1;
}
.about-deco.point13{
  content: "";
  background: url(../img/common/illust/ill_point6.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 480px;
  left: 50px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .about-deco.point5{
    top: 20%;
    left: 20%;
  }
  .about-deco.point8{
    top: 13%;
    left: 20%;
  }
  .about-deco.point9{
    top: 20%;
    left: 20%;
  }
  .about-deco.point12{
    top: 35%;
    left: 20%;
  }
  .about-deco.point6,
  .about-deco.point11{
    left: 50%;
  }
  .about-deco.point7,
  .about-deco.point10{
    left: 70%;
  }
  .about-deco.point13{
    top: 38%;
    left: 5%;
  }

}
@media only screen and (min-width: 1100px) {
  .about-deco.point5{
    top: 30%;
  }
  .about-deco.point8{
    top: 28%;
  }
  .about-deco.point9{
    top: 40%;
  }
  .about-deco.point12{
    top: 65%;
  }
  .about-deco.point13{
    top: 75%;
  }
}

/* =======================================
	PAGE-schedule
======================================= */
#schedule .time{
  font-family: 'Hachi Maru Pop', cursive;
}
.time-schedule .left-box{
  margin-bottom: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.time-schedule .left-box img{
  max-width: 50px;
}
.time-schedule .left-box::after{
  display: none;
}
.time-schedule .right-box{
  padding-top: 25px;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .time-schedule .left-box{
    margin-bottom: 50px;
    width: 20%;
  }
  .time-schedule .left-box img{
    max-width: 80px;
  }
  .time-schedule .left-box::after{
    content: "";
    background-image: linear-gradient(to bottom, #fad066, #fad066 4px, transparent 4px, transparent 15px);
    background-size: 4px 15px;
    background-repeat: repeat-y;
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 6px;
  }
  .time-schedule .right-box{
    padding-top: 25px;
    margin-bottom: 50px;
    width: 80%;
  }
}
.time-schedule .left-box.last,
.time-schedule .right-box.last{
  margin-bottom: 0;
}
.time-schedule .box-img{
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .time-schedule .box-img{
    flex-direction: inherit;
  }
}
.time-schedule .box-img > div{
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}
@media only screen and (min-width: 768px) {
.time-schedule .box-img > div.one-img,
#event dl dd.box-img .div3.one-img{
	flex:inherit;
	width:calc(100% / 3 - 15px);
}
}
.time-schedule .box-img img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.schedule-txt {
  margin-bottom: 30px;
  padding: 10px 30px;
  position: relative;
  border-top: 1px solid #2ea6df;
  border-bottom: 1px solid #2ea6df;
  background: rgba(255,255,255,.65);
}
.schedule-txt::after {
  content: "";
  background: url(../img/common/illust/txt_bird.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -7px;
}

#event.contents-body__inner{
  background: #fef9f0;
  position: relative;
}
#event dl.grid{
  margin-bottom: 50px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 250px auto auto;
  grid-template-rows: 250px auto auto;
}
#event dl.grid:last-child{
  margin-bottom: 0;
}
#event dl.grid .box1{
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  text-align: center;
}
#event dl.grid .box2 {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2/3;
  position: relative;
}
#event dl.grid .box3{
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  grid-row: 3/4;
}
@media only screen and (min-width: 768px) {
  #event dl.grid{
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: 250px auto;
    grid-template-rows: 250px auto;
  }
  #event dl.grid .box1{
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    text-align: left;
  }
  #event dl.grid .box2{
    -ms-grid-column: 1;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    grid-row: 2/3;
    position: relative;
  }
  #event dl.grid .box3{
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1/2;
    align-self: center;
  }
}
#event dl dt{
  padding: 50px 0 0;
}
#event dl dt span{
  font-size: 3.6rem;
  color: #333;
  position: relative;
  z-index: 1;
}
#event dl dt span::after{
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #event dl dt span::after{
    left: -20px;
    transform: translateX(0%);
  }
}
#event dl dt span#e1::after{
  background: url(../img/background/bg_event1.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#event dl dt span#e2::after{
  background: url(../img/background/bg_event2.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#event dl dt span#e3::after{
  background: url(../img/background/bg_event3.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
}
#event dl dt span#e4::after{
  background: url(../img/background/bg_event4.png) no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
  width: 300px;
  height: 200px;
  top: -50px;
}
@media only screen and (min-width: 768px) {
  #event dl dt span#e1::after,
  #event dl dt span#e2::after,
  #event dl dt span#e3::after,
  #event dl dt span#e4::after{
    background-position: left top;
  }
}
#event dl dd.box-img{
  margin-bottom: 20px;
  gap: 20px;
}
#event dl dd.box-img .div3{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #event dl dd.box-img{
    margin-bottom: 0;
  }
  #event dl dd.box-img .div3{
    flex: 1;
  }
}
#event dl dd.box-img > div{
  border-radius: 20px;
  overflow: hidden;
}
#event dl dd img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
#event li{
  list-style: disc;
  list-style-position: inside;
}

/* =======================================
	archive-news / single-news
======================================= */
@media only screen and (min-width: 920px) {
  .news-listt,
  #single-news .bloc-header,
  #single-news .bloc-body{
    max-width: 900px;
    margin: 0 auto;
  }
}
.archive-news__list dl {
  flex-direction: column;
}
.archive-news__list dt {
  width: 100%;
  padding: 15px 0;
  border-top: 1px #fad066 solid;
  vertical-align: top;
  line-height: 20px;
  font-weight: 700;
  align-self: center;
}
.archive-news__list dd {
  padding: 15px 0 45px;
  border-top: 1px #ccc solid;
  flex: 1;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .archive-news__list dl {
    flex-direction: inherit;
  }
  .archive-news__list dt {
    padding: 35px 0;
    width: 95px;
    min-width: 95px;
  }
  .archive-news__list dd {
    padding: 35px 0 35px 20px;
  }
}
#single-news h4{
  display: inline-block;
  padding: 3px 10px;
  background: #fad066;
  border-radius: 20px;
  border: 2px dashed #fad066;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#single-news img{
  margin: 0 auto;
  border-radius: 20px;
  max-width: 300px;
}
#single-news .box-img{
  margin-bottom: 20px;
}
.news-detail-body p{
  padding-bottom: 20px;
}
#single-news .page-link{
  margin-top: 50px;
  text-align: center;
}
#single-news .bloc-body {
  margin-top: 30px;
  border-top: 1px solid #2ea6df;
  border-bottom: 1px solid #2ea6df;
  background: rgba(255, 255, 255,.65);
  position: relative;
}
#single-news .bloc-body::after {
  content: "";
  background: url(../img/common/illust/txt_bird.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -7px;
}
#single-news .bloc-body{
  padding: 30px 30px 10px;
}
/*ダウンロード*/
.dl-list li {
  padding: 15px 0 45px;
  border-top: 1px #ccc solid;
  line-height: 20px;
}
@media only screen and (min-width: 768px){
  .dl-list li {
    padding: 35px 0 35px 20px;
  }
}
/* =======================================
	animation list
======================================= */
.fadein {
  -webkit-animation-name: fadeinAnime;
          animation-name: fadeinAnime;
  -webkit-animation-fill-mode:backwards;
          animation-fill-mode:backwards;
  -webkit-animation-duration:3s;
          animation-duration:3s;
  /*animation-iteration-count:infinite;*/
  -webkit-animation-timing-function:ease;
          animation-timing-function:ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction:normal;
          animation-direction:normal;
  }
  @-webkit-keyframes fadeinAnime{
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeinAnime{
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}
  
@-webkit-keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
  
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.bound {
  -webkit-animation: key .7s ease infinite alternate;
          animation: key .7s ease infinite alternate;
}
@-webkit-keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
.yureru{
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
          animation: horizontal2 1s ease-in-out infinite alternate;
}
@-webkit-keyframes horizontal2 {
  0% { -webkit-transform:translateX(  12px); }
  100% { -webkit-transform:translateX(  0px); }
}
@keyframes horizontal2 {
  0% { -webkit-transform:translateX(  12px); }
  100% { -webkit-transform:translateX(  0px); }
}
.fwari{
  animation:fwari ease-in-out 2s infinite alternate;
  -webkit-animation:fwari ease-in-out 2s infinite alternate;
  -moz-animation:fwari ease-in-out 2s infinite alternate;
}
@keyframes fwari{
  0%   { transform:translate(0%, 0%); }
  100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes fwari{
  0%   { -webkit-transform:translate(0%, 0%); }
  100% { -webkit-transform:translate(0%, -30px); }
}
.slowwalk{
  animation:slowwalk ease-in-out 4s infinite alternate;
  -webkit-animation:slowwalk ease-in-out 4s infinite alternate;
  -moz-animation:slowwalk ease-in-out 4s infinite alternate;
}
@keyframes slowwalk{
  0%   { transform:translate(0%, 0%);}
  100% { transform:translate(-30px, 0%);}
}
@-webkit-keyframes slowwalk{
  0%   { -webkit-transform:translate(0%, 0%);}
  100% { -webkit-transform:translate(-30px, 0%);}
}

 /****--------- 雲 ---------****/
.cloud{
  animation:cloud ease-in-out 4s infinite alternate;
  -webkit-animation:cloud ease-in-out 4s infinite alternate;
  -moz-animation:cloud ease-in-out 4s infinite alternate;
}
@keyframes cloud{
  0%   { transform:translate(0%, 0%);  opacity:1;}
  100% { transform:translate(-30px, 0%); opacity:0;}
}
@-webkit-keyframes cloud{
  0%   { -webkit-transform:translate(0%, 0%);  opacity:1;}
  100% { -webkit-transform:translate(-30px, 0%); opacity:0;}
}

/****--------- 回転 ---------****/
.spin{
  animation: spin 20s linear infinite;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
}
@keyframes spin{
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin{
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


/****--------- ジャンプ ---------****/
.jump{
  animation:jump 5s infinite;
  -webkit-animation:jump 5s infinite;
  -moz-animation:jump 5s infinite;
}
@keyframes jump{
  0%{transform:translate(0,0px);}
  3%{transform:translate(0,-20px);}
  5%{transform:translate(0,0px);}
  6%{transform:translate(0,-5px);}
  7%{transform:translate(0,0px);}
  100%{transform:translate(0,0px);}
}
@-webkit-keyframes jump{
  0%{-webkit-transform:translate(0,0px);}
  3%{-webkit-transform:translate(0,-20px);}
  5%{-webkit-transform:translate(0,0px);}
  6%{-webkit-transform:translate(0,-5px);}
  7%{-webkit-transform:translate(0,0px);}
  100%{-webkit-transform:translate(0,0px);}
}

.jump2{
  animation:jum2p 3s infinite;
  -webkit-animation:jump2 3s infinite;
  -moz-animation:jump2 3s infinite;
}
@-webkit-keyframes jump2{
  0%{transform:translate(0,0px);}
  3%{transform:translate(0,-20px);}
  5%{transform:translate(0,0px);}
  6%{transform:translate(0,-5px);}
  7%{transform:translate(0,0px);}
  100%{transform:translate(0,0px);}
}
@keyframes jump2{
  0%{transform:translate(0,0px);}
  3%{transform:translate(0,-20px);}
  5%{transform:translate(0,0px);}
  6%{transform:translate(0,-5px);}
  7%{transform:translate(0,0px);}
  100%{transform:translate(0,0px);}
}
/****--------- ふりこ ---------****/
.pendulum{
  transform-origin:top;
  -webkit-transform-origin:top;
  -moz-transform-origin:top;
  animation:pendulum ease-in-out 3s infinite alternate;
  -webkit-animation:pendulum ease-in-out 3s infinite alternate;
  -moz-animation:pendulum ease-in-out 3s infinite alternate;
 }
@keyframes pendulum{
  0%{transform: rotate(10deg);}
  100%{transform: rotate(-10deg);}
}
@-webkit-keyframes pendulum{
  0%{-webkit-transform: rotate(10deg);}
  100%{-webkit-transform: rotate(-10deg);}
}
.fuwayura {
	-webkit-animation: fuwayura_x 0.8s ease-in-out infinite alternate,
  fuwayura_y 1.1s ease-in-out infinite alternate;
	        animation: fuwayura_x 0.8s ease-in-out infinite alternate,
  fuwayura_y 1.1s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwayura_x {
	0% {
		margin-left: 8px;
	}
	100% {
		margin-left: 0px;
	}
}
@keyframes fuwayura_x {
	0% {
		margin-left: 8px;
	}
	100% {
		margin-left: 0px;
	}
}
@-webkit-keyframes fuwayura_y {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 8px;
	}
}
@keyframes fuwayura_y {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 8px;
	}
}