@charset "UTF-8";
.sp_style {
  display: none;
}
.flex {
  display: flex
}
.flex.reverse {
  flex-direction: row-reverse;
}
.bold{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700!important;
    font-style: normal;
}
div,section {
  box-sizing: border-box;
}
#easter25 main {
  padding-top: 0!important;
  text-align: center;
}
#easter25 main p{
    font-family: "Zen Maru Gothic","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", hiragino kaku gothic pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
#easter25 main .main_wrap{
        background-image: linear-gradient(180deg, #7ADADC, #9CE4E5 81%, rgba(255, 255, 255, 1));
}
#easter25 main .bottom_wrap{
    padding-top: 30px;
    padding-bottom: 250px;
    background-image:url("../img/bg_footer.png"),url("../img/bg_flower.png");
    background-repeat: no-repeat,repeat;
    background-size: 100%;
    background-position: bottom,center;
}
.content_wrap{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.top_mv{
    position: relative;
    padding-bottom: 53.5%;
    z-index: 10;
}
.top_mv h1{
    position: absolute;
    margin: 0;
    top: 0;
}
.top_mv .activ1{
    position: absolute;
    width: 5%;
    right: 25%;
    bottom: 0%;
    animation: shake 2s infinite;
}

@keyframes shake {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
.top_mv .jump{
    position: absolute;
    width: 5%;
    left: 25%;
    bottom: 0%;
      animation: bound 3s infinite;
}
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.top_button{
    margin-bottom: 20px;
}
.top_button a{
    display: block;
}
.top_button a:hover{
    opacity: .8;
}
#conceptroom{
    background-image: url("../img/bg_pink.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
#conceptroom .wrap{
    background-image: url("../img/flag_l.png"),url("../img/flag_r.png");
    background-size:23%,23%;
    background-repeat: no-repeat;
    background-position: left 6% top 4%,right 6% top 4%;
    padding: 60px 50px 110px;
    position: relative;
}
#conceptroom h2{
    width: 60%;
    margin: 30px auto 10px;
}
#conceptroom .lead{
    margin-bottom: 30px;
}
#conceptroom .tokuten .title{
   color:#e84c00;
    border: 1px solid #e84c00;
    text-align: center;
    border-radius: 40px;
/*    background-color: #e84c00;*/
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: .5em;
}
#conceptroom .tokuten .flex{
    max-width: 90%;
    margin: 0 auto;
    justify-content: center;
}
#conceptroom .room_image{
    width: 93%;
    margin: 0 auto 40px;
}
#conceptroom .tokuten .flex .left{
    text-align: left;
}
#conceptroom .tokuten .flex .right{
    width: 23%;
    margin-left: 20px;
}
#conceptroom .tokuten .note{
    font-size: 12px;
}
#conceptroom .anime{
    position: absolute;
    bottom: 4%;
    width: 7%;
    right: 8%;
}
a.button_style {
          font-family: "Zen Maru Gothic", serif;
  display: block;
  width: 300px;
  border-radius: 2px;
  padding: .4em 1em .4em .2em;
  position: absolute;
  bottom: 7.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
    font-size: 18px;
  font-weight: 500;
  font-style: normal;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: .5s;
background: linear-gradient(180deg, #FEF9B2 0%, #FFDB4B 100%);
}
a.button_style:after {
  content: "";
  background-image: url("../img/triangle.png");
  padding: .5em .6em;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: .5s;
}
a.button_style:hover {
  filter: brightness(110%);
    box-shadow:none;
}
a.button_style:hover:after {
  right: 10px;
}

.katakata {
  animation:katakata 1.5s infinite ease-in-out alternate;
}
@keyframes katakata {
  0% {transform:translate(0, 0) rotate(0deg);}
  21% {transform:translate(0, 0) rotate(0deg);}

  22% {transform:translate(0, 0) rotate(-3deg);}
  23% {transform:translate(0, -1px) rotate(0deg);}
  24% {transform:translate(0, -1px) rotate(6deg);}

  25% {transform:translate(1px, 0) rotate(-5deg);}
  26% {transform:translate(0, 1px) rotate(0deg);}
  27% {transform:translate(0, 0) rotate(10deg);}

  28% {transform:translate(0, 0) rotate(0deg);}
  100% {transform:translate(0, 0) rotate(0deg);}
}

#egghunt{
    background-image: url("../img/bg_green.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
#egghunt .wrap{
    background-image: url("../img/egg_l.png"),url("../img/egg_r.png");
    background-size:14.5%,10%;
    background-repeat: no-repeat;
    background-position: left 7% top 4%,right 8% top 4%;
    padding: 60px 50px 60px;
    position: relative;
}
#egghunt h2{
    width: 60%;
    margin: 30px auto 10px;
}
#egghunt .lead{
    margin-bottom: 30px;
}
#egghunt .event_image{
    width: 93%;
    margin: 0 auto 40px;
}
#egghunt .anime{
    position: absolute;
    bottom: 25%;
    width: 7%;
    left: 8%;
}
#egghunt .under_info .title{
    background-color: #FFD400;
    border-radius: 40px;
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
#egghunt .under_info .schedule{
    margin-bottom: 0;
}
.move_box {
  animation: pikopiko 1s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
#shoecream{
    background-image: url("../img/bg_pink2.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
#shoecream .wrap{
    background-image: url("../img/shoecream_l.png"),url("../img/shoecream_r.png");
    background-size:14.5%,15%;
    background-repeat: no-repeat;
    background-position: left 7% top 6%,right 6% top 8%;
    padding: 60px 50px 60px;
    position: relative;
}
#shoecream h2{
    width: 60%;
    margin: 20px auto 20px;
}
#shoecream .lead{
    line-height: 1.5;
}
#shoecream .lead span{
font-weight: bold;
    color: #f03954;
}
#shoecream .event_image{
    width: 90%;
    margin: 30px auto;
}
#shoecream .sledule{
    line-height: 1.5;
    display: inline-block;
    border-bottom: solid 2px #F04A75;
}
#shoecream .anime{
    position: absolute;
    bottom: 55%;
    width: 7%;
    right: 15%;
    animation: shake 2s infinite;
}

#point{
    background-image: url("../img/bg_orange.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
#point .wrap{
    background-image: url("../img/rabit_l.png"),url("../img/rabit_r.png");
    background-size:17%,13%;
    background-repeat: no-repeat;
    background-position: left 6% top 6%,right 6% top 6%;
    padding: 60px 50px 130px;
    position: relative;
}
#point h2{
    width: 60%;
    margin: 30px auto 10px;
}
#point .lead span{
    font-size: 21px;
    line-height: 1.3;
    padding-left: .5em;
    padding-right: .2em;
    color: #633C00;
        background-image: repeating-linear-gradient(-45deg,
        #FFE684 0, #FFE684 3px,
        transparent 3px, transparent 6px);
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#point h3{
    font-family: "Zen Maru Gothic", serif;
    margin-bottom: .3em;
    line-height: 1.3;
    font-size: 19px;
}
#point .flex{
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
#point .box{
    width: 46%;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
#point .box p{
    line-height: 1.3;
}
#point .box p span{
    font-size: 16px;
}
#point .anime{
    animation: rotation 3s linear alternate infinite;
    position: absolute;
    bottom: 2%;
    width: 7%;
    left:30%;
}
.circle {
   animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes rotation{
  0%, 5% {
    transform: 
      translateX(0rem)
      rotate(0deg);
  }
  95%, 100% {
    transform: 
      translateX(26rem)
      rotate(360deg);
  }
}
#easter25 #footer{
    padding-top: 60px;
}
#easter25 #footer p{
        font-family: "Noto Sans JP,sans-serif";
}
#easter25 #footer .inner{
    text-align: center;
}
#easter25 #footer .footer_logo {
    display: block;
        transition: all 0.3s;
    width: 266px;
    margin: 0 auto 2em;
    } 

#easter25 #footer .footer_name{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0;
}
#easter25 #footer .footer_address{
    font-size: 1.6rem
}
#easter25 #footer .copy{
        font-size: 1.2rem;
    margin-top: 20px;
}
.reservation_btn{
    font-family: "Zen Maru Gothic","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", hiragino kaku gothic pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 170px;
    padding: 12px 16px;
    font-size: 1.6rem;
    transition: all 0.3s;
   top: 15px;
    right: 15px;
    border-radius: 10px;
    position: fixed;
    z-index: 100;
    text-align: center;
    font-weight: bold;
    color: #e37400;
    background: #fff;
    border: 2px solid #e37400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.reservation_btn span{
    font-size: .8em;
    margin-left: .3em;
}
@media (max-width: 599px) {
#easter25 main {
padding-top: 0!important;
    }
    #easter25 main p{
    font-family: "Zen Maru Gothic","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", hiragino kaku gothic pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-weight: 500;
  font-style: normal;
  font-size: 16px;
        line-height: 1.5;
}
  .sp_style {
    display: block !important;
  }
  .pc_style {
    display: none !important;
  }
.content_wrap{
    width: 94%;
    margin: 0 auto;
}
a.button_style {
  display: block;
  width: 250px;
  border-radius: 2px;
  padding: .4em 1em .4em .2em;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
    font-size: 16px;
  font-weight: 500;
  font-style: normal;
color: #333;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: .5s;
}
a.button_style:after {
  content: "";
  background-image: url("../img/triangle.png");
  padding: .5em .6em;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: .5s;
}
a.button_style:hover {
  filter: brightness(100%);
    box-shadow:none;
}
a.button_style:hover:after {
  right: 20px;
}
#easter25 main .bottom_wrap{
    padding-top: 10px;
    padding-bottom: 100px;
    background-image:url("../img/bg_footer.png"),url("../img/bg_flower.png");
    background-repeat: no-repeat,repeat;
    background-size: 150%;
    background-position: bottom,center;
}
.top_mv{
    position: relative;
    padding-bottom: 90%;
    z-index: 10;
}
.top_mv h1{
    position: absolute;
    margin: 0;
    top: 0;
}
.top_mv .activ1{
    position: absolute;
    width: 10%;
    right: 3%;
    bottom: 11%;
    animation: shake 2s infinite;
}
.top_mv .jump{
    position: absolute;
    width: 9%;
    left: 44%;
    bottom: -3.5%;
      animation: bound 3s infinite;
}
.top_button{
    margin-bottom: 10px;
    display: block;
}
.top_button a{
    display: block;
    width: 85%;
    margin: 0 auto;
}
.top_button a:hover{
    opacity: 1;
}
#conceptroom{
    background-image: url("../img/bg_pink_sp.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
#conceptroom .wrap{
    background-image: url("../img/flag_l.png"),url("../img/flag_r.png");
    background-size:23%,23%;
    background-repeat: no-repeat;
    background-position: left 6% top 1%,right 6% top 1%;
    padding: 45px 15px 120px;
    position: relative;
}
#conceptroom h2{
    width: 95%;
    margin: 5px auto 5px;
}
#conceptroom .lead{
    margin-bottom: 10px;
    line-height: 1.4;
}
#conceptroom .tokuten .title{
    line-height: 1.5;
    font-size: 18px;
    margin-top: 1em;
}
#conceptroom .tokuten .flex{
    display: block;
    max-width: 90%;
    margin: 0 auto;
    justify-content: center;
}
#conceptroom .tokuten .flex .left{
    text-align: left;
}
#conceptroom .tokuten .flex .right{
    width: 80%;
    max-width: 300px;
    margin: 10px auto 20px;
}
#conceptroom .room_image{
    width: 98%;
    margin: 0 auto 20px;
}
#conceptroom .anime{
    position: absolute;
    bottom: 12%;
    width: 12%;
    right: 8%;
}
a.button_style {
font-family: "Zen Maru Gothic", serif;
  display: block;
width: 85%;
  max-width: 250px;
  border-radius: 2px;
  padding: .4em 1em .4em .2em;
  position: absolute;
  bottom: 7.5%;
left: 0;
right: 0;
margin: 0 auto;
font-size: 16px;
font-weight: 500;
font-style: normal;
color: #333;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: .5s;
background: linear-gradient(180deg, #FEF9B2 0%, #FFDB4B 100%);
}
a.button_style:after {
  content: "";
  background-image: url("../img/triangle.png");
  padding: .5em .6em;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: .5s;
}
a.button_style:hover {
  filter: brightness(100%);
    box-shadow:none;
}
a.button_style:hover:after {
  right: 20px;
}
#egghunt{
    background-image: url("../img/bg_green_sp.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
#egghunt .wrap{
    background-image: url("../img/egg_l.png"),url("../img/egg_r.png");
    background-size:18%,12%;
    background-repeat: no-repeat;
    background-position: left 7% top 0%,right 8% top 0%;
    padding: 50px 15px 20px;
    position: relative;
}
#egghunt h2{
    width: 98%;
    margin: 5px auto 5px;
}
#egghunt .lead{
    margin-bottom: 10px;
    line-height: 1.4;
}
#egghunt .event_image{
    width: 98%;
    margin: 0 auto 15px;
}
#egghunt .anime{
    position: absolute;
    bottom: 27%;
    width: 12%;
    left: 8%;
}
#egghunt .under_info .title{
    background-color: #FFD400;
    border-radius: 40px;
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
    #shoecream{
    background-image: url("../img/bg_pink2_sp.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
#shoecream .wrap{
    background-image: url("../img/shoecream_l.png"),url("../img/shoecream_r.png");
    background-size:18%,20%;
    background-repeat: no-repeat;
    background-position: left 7% top 3%,right 6% top 3%;
    padding: 30px 15px 10px;
    position: relative;
}
#shoecream h2{
    width: 98%;
    margin: 10px auto 5px;
}
    #shoecream .lead{
        line-height: 1.5;
    }
#shoecream .lead span{
font-weight: bold;
    color: #f03954;
}
#shoecream .event_image{
    width: 95%;
    margin: 15px auto 15px;
}
#shoecream .sledule{
    line-height: 1.5;
    display: inline-block;
    border-bottom: solid 2px #F04A75;
}
#shoecream .anime{
    position: absolute;
    bottom: 34%;
    width: 12%;
    right: 8%;
    animation: shake 2s infinite;
}
    
#point{
    background-image: url("../img/bg_orange_sp.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
#point .wrap{
    background-image: url("../img/rabit_l.png"),url("../img/rabit_r.png");
    background-size:20%,15%;
    background-repeat: no-repeat;
    background-position: left 6% top 1%,right 6% top 1%;
    padding: 40px 15px 70px;
    position: relative;
}
#point h2{
    width: 98%;
    margin: 10px auto 5px;
}
#point .lead span{
    font-size: 20px;
    line-height: 1.3;
    padding-left: .5em;
    padding-right: .2em;
    margin-bottom: 1.5em;
    color: #633C00;
        background-image: repeating-linear-gradient(-45deg,
        #FFE684 0, #FFE684 3px,
        transparent 3px, transparent 6px);
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#point h3{
    font-family: "Zen Maru Gothic", serif;
    margin-bottom: .2em;
    line-height: 1.4;
    font-size: 18px;
    margin-top: 0em;
}
#point .flex{
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
#point .box{
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}
    #point .box img{
        width: 98%;
        margin: 0 auto;
    }
#point .box p{
    font-size: 16px;
    line-height: 1.3;
}
#point .box p span{
    font-size: 14px;
}
#point .anime{
    animation: rotation 3s linear alternate infinite;
    position: absolute;
    bottom: .5%;
    width: 12%;
    left:5%;
}
    .reservation_btn{
    font-family: "Zen Maru Gothic","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", hiragino kaku gothic pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 170px;
    padding: 10px 12px;
    font-size: 1.6rem;
    transition: all 0.3s;
        top:auto;
   bottom: 12px;
    right: 12px;
    border-radius: 10px;
    position: fixed;
    z-index: 100;
    text-align: center;
    font-weight: bold;
    color: #e37400;
    background: #fff;
/*
            color: #fff;
    background: #e37400;
*/
    border: 2px solid #e37400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
}