
body{
    -webkit-text-size-adjust: 100%;
    color: #484848;
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Helvetica Neue",
      Arial, Meiryo,
      sans-serif;
    background-color: #ECF8E7 !important;
	    background-image: radial-gradient(circle, #FFF 0.5rem, transparent 0.5rem), 
		    radial-gradient(circle, #FFF 0.5rem, transparent 0.5rem);
	    background-position: 0 0, 1.5rem 2.0rem;
      background-size: 3.0rem 4.0rem;
}

#wrapper{
    width: 750px;
    position: relative;
    overflow: hidden;
}
#top{
    width: 100%;
    /* height: 1080px; */
    height: 280px;
    position: relative;
    transition: 0.5s;
    opacity: 0;
}

@media all and (-ms-high-contrast: none) {
    #top{
        width: 100vw;
    }
  }

#top.on{
    opacity: 1;}

.kakko_top{
    /* width: 375px;
    height: 375px; */
    width: 160px;
    height: 160px;
    border-top: 20px solid #FFF;
    border-right: 20px solid #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    /* transition-delay: 0.5s; */
    transform: scale(0.8);
}


.on .kakko_top{
    transform: scale(1);
    opacity: 1;}

.kakko_bottom{
    /* width: 375px;
    height: 375px; */
    width: 160px;
    height: 160px;
    border-bottom: 20px solid #FFF;
    border-left: 20px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transform: scale(0.8);
}
.on .kakko_bottom{
    opacity: 1;
    transition: 1s;
    /* transition-delay: 0.5s; */
    transform: scale(1);
    left: 0;}


#menu_bt {
    width: 100px;
    height: 100px;
    background: rgba(0,141,211,1);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
#menu_bt.on{
    background: rgba(0,141,211,0);}
#menu_bt i{
pointer-events: none;
  position: relative;
  width: 60px;
  height: 52px;
  background: none;
  border: none;
  display: block;
  left: 20px;
  top: 24px;
}
#menu_bt,
#menu_bt span {
  transition: all .4s;
  box-sizing: border-box;
}
#menu_bt span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
}
#menu_bt span:nth-of-type(1) {
  top: 0;
}
#menu_bt span:nth-of-type(2) {
  top: 20px;
}
#menu_bt span:nth-of-type(3) {
  bottom: 0;
}

#menu_bt span:nth-of-type(1) {
    animation: menu-bar01 .75s forwards;
  }
  #menu_bt span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  #menu_bt span:nth-of-type(3) {
    animation: menu-bar02 .75s forwards;
  }
  #menu_bt.on span:nth-of-type(1) {
    animation: active-menu-bar01 .75s forwards;
  }
  #menu_bt.on span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_bt.on span:nth-of-type(3) {
    animation: active-menu-bar03 .75s forwards;
  }

#menu{
    background: rgba(0,141,211,0.9);
    width: 100%;height: 0%;
    position: fixed;
    transition: 0.3s;
    z-index: 9;
    overflow: hidden;
}
#menu.on{
    height: 100%;
}


#menu .h1 a{
    display: block;
    background: url(/cdn/pc/images/mooovi/top.svg) no-repeat;
    width: 573px;
    height: 86px;
}
#menu .h1{margin-bottom: 65px;}

.menu_box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu_box ul{
    border-top:  1px solid #FFF;;
}
.menu_box li{
    height: 135px;
    line-height: 135px;
    border-bottom: 1px solid #FFF;
    font-size: 30px;
    width: 600px;
    font-weight: bold;
    position: relative;
}
.menu_box li a{
    color: #FFF;
    text-indent: 120px;
    display: block; width: 100%; height: 100%; background: url(/cdn/pc/images/mooovi/arrow.svg) right 40px center no-repeat;}

.menu_box li:nth-child(1):before,
.menu_box li:nth-child(2):before,
.menu_box li:nth-child(3):before,
.menu_box li:nth-child(4):before{
    content: '';
    width: 120px;
    position: absolute;
    height: 100%;
    top: 0;
}
.menu_box li:nth-child(1):before{background: url(/cdn/pc/images/mooovi/i_menu1w.svg) center center no-repeat;}
.menu_box li:nth-child(2):before{background: url(/cdn/pc/images/mooovi/i_menu2w.svg) center center no-repeat;}
.menu_box li:nth-child(3):before{background: url(/cdn/pc/images/mooovi/i_menu3w.svg) center center no-repeat;}
.menu_box li:nth-child(4):before{background: url(/cdn/pc/images/mooovi/i_menu4w.svg) center center no-repeat;}

#top h1{
    width: 600px;
    height: 640px;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

#top .h1{
    width: 200px;
    height: 55px;
    left: 15px;
    background: url(/cdn/pc/images/mooovi/a_h1.svg) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}

    
#logo{
  height: 240px;
}
#logo .toko1 {
    position: absolute;
    display: block;
    width: 8rem;
    height: 12rem;
    background: url(/cdn/pc/images/mooovi/tokotan01.svg) no-repeat center center;
    background-size: 100%;
    top: 5rem;
    left: 10%;
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}

#logo .toko1.mov{
    transition: 0.7s 1.2s;
    opacity: 1;
    top: -0rem;
    left: 10%;
    transform: scale(1);
}
#logo.on h1{
  opacity: 1;
  transform: scale(1);}
#logo h1 .mo,
#logo h1 .gr
{
  width: 440px;
  height: 220px;
  background: #FFF;
  position: relative;
  margin: auto;
  transform: scale(1);
  opacity: 0;
}

#logo h1 .mo{top: 0; left: 0;     background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) center center no-repeat ; background-size: 75% auto;}
#logo h1 .gr{bottom: 0; right: 0; background: url(/cdn/pc/images/mooovi/top_h1_gr.svg) center center no-repeat ; background-size: 75% auto;
  transition-delay: 1.5s;}

#logo h1 .mo.mov{
  transform: scale(1);
  opacity: 1;
  transition: 1s all;
  transition-delay: 0s;
}

#logo h1 .gr.mov{
  transform: scale(1);
  opacity: 1;
  transition: 1s all;
  transition-delay: 1s;
}
#gruun_map {
	position:relative;
}
#gruun_map .toko9 {
    position: absolute;
    display: block;
    width: 6rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan09.svg) no-repeat center center;
    background-size: 100%;
    top: 0rem;
    right: 20rem;
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}

#gruun_map .toko9.mov{
    transition: 0.7s 1.2s;
    opacity: 1;
	bottom: 0rem;
	right: 10rem;
    transform: scale(1);
}
#gruun_map .toko2 {
    position: absolute;
    display: block;
    width: 7rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan02.svg) no-repeat center center;
    background-size: 100%;
    bottom: 0rem;
    left: 20rem;
    opacity: 0;
    transform: scale(0.8);
}

#gruun_map .toko2.mov{
    transition: 0.7s 1.2s;
    opacity: 1;
    bottom: 0rem;
    left: 10rem;
    transform: scale(1);
}

#gruun_map img{
  text-align: center;
  width: 1030px;
  position: relative;
  margin: auto;
  opacity: 0;
  margin-bottom: 40px;
}

#gruun_map.mov img{
  opacity:1;
  transition: 1s;
  transition-delay: 1s;
}

#top_slide{width: 100%;height: 100%; position: absolute;}
#top .swiper-slide.map{
    width: 100%;height: 100%;
    position: relative;
}
#top .swiper-slide.map:before{
    content: '';
    width: calc(100% + 500px);height: 100%;
    background: url(/cdn/pc/images/mooovi/top_map.jpg) center center 500px;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}
#top .swiper-slide.map2_gruun:before{
    content: '';
    width: calc(100% + 600px);height: 100%;
    background: url(/cdn/pc/images/mooovi/top_map.jpg)center top -300px;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}
#top .swiper-slide.map3:before{
    content: '';
    width: calc(100% + 200px);height: 100%;
    background: url(/cdn/pc/images/mooovi/top_map3.jpg) center center;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}

.swiper-slide-active:before,
.swiper-slide-duplicate-active:before,
.swiper-slide-prev:before{
    animation: top_map 15s linear forwards}

#top .swiper-slide.no{background: cyan;}


#top h1 .mo,
#top h1 .gr
{
    width: 350px;
    height: 350px;
    background: #FFF;
    border-radius: 100%;
    position: absolute;
    animation:rubberBand 1s infinite;
}

#top h1 .mo{top: 0; left: 0;     background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) center center no-repeat #FFF;}
#top h1 .gr{bottom: 0; right: 0; background: url(/cdn/pc/images/mooovi/top_h1_gr.svg) center center no-repeat #FFF;}

#top #news_t{
    height: 52px; width: 620px; position: absolute; background: rgba(0,0,0,0.5);
    bottom: 45px;
    left: 65px;
    z-index: 2;
    
}
#top #news_t ul li a{
    display: flex;
    line-height: 54px;
    color: #FFF;font-size: 24px;
    padding-left: 12px;
}

#top #news_t ul li .day{
    background: url(/cdn/pc/images/mooovi/news_t.svg) center left no-repeat;
    padding-left: 50px;
    margin-right: 5px;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
}

#top .cal_bt a{
    background: #FFE20A;
    width: 176px;
    height: 176px;
    position: absolute;
    bottom: 126px;
    left: 50px;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#top .cal_bt a i{
    background: url(/cdn/pc/images/mooovi/i_cal.svg);
    width: 56px;
    height: 64px;
    display: inline-block;
    margin-bottom: 8px;
}
#top .cal_bt a p{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}

#infomation{
	width: 1120px;
    position: relative;
    padding-top: 25px;
	margin: auto;
	background-color: #FFFEF0;
}
#infomation .lead .tit:before{
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: url(/cdn/pc/images/mooovi/top_lead_yellow.svg);
    left: 94px;
    top: -54px;
    z-index: -1;
}
#infomation .lead .tit:after{
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(/cdn/pc/images/mooovi/top_lead_orange.svg);
    left: 54px;
    top: -14px;
    z-index: -1;
    animation-delay: 1s;
}

/*イメージ1*/
#infomation .img01 {position: absolute; top: 150px; height: 446px; width: 334px;}
#infomation .img01 img{
    position: absolute;
}

#infomation .img01 .img01_01{
    top: 50px;
    width: 332px;
    left: -85px;
    opacity: 0;
    transform: rotate(-15deg);
    transition: 1s;
    transform-origin: bottom right;
    transition-delay: 2s;
    animation: 5s iwa infinite linear;
}
#infomation .img01.mov .img01_01{
    opacity: 1;
    transform: rotate(0deg);}

#infomation .img01 .img01_02{
    top: 0px;
    left: -18px;
    animation: fuwafuwa 3s infinite linear;
    z-index: -1;
}
#infomation .img01 .img01_03{
    top: 324px;
    left: 130px;
    transform: translate(-34px,15px) rotate(-180deg);
    opacity: 0;
    transition: 0.3s;
    transition-delay: 3s;
}
#infomation .img01.mov .img01_03{
    opacity: 1;
    transform: translate(0px,0px) rotate(0deg);}


/*イメージ2*/
#infomation .img02{
    top:-65px;
    right: -55px;
    width: 194px;
    opacity: 0;
    transform:  rotate(-15deg);
    transition: 1s;
    transform-origin: center center;
    position: absolute;
    z-index: 2;
    transition-delay: 2s;
}
#infomation .img02.mov{
    opacity: 1;
    transform: rotate(0deg);}    


/*イメージ3*/
#infomation .img03{
    position: absolute;
    top: 1145px;
}
#infomation .img03 img{
    position: absolute;
}
.img03_01,
.img03_02,
.img03_03{display: none;}
.img03_04{width: 100px; left: -50px;
    animation: fuwafuwa 3s infinite linear;}

/*イメージ4*/
.img04{
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    bottom: 50px;
    opacity: 0;
    transition: 1s;
    transform: translate(100px,0px);
}
.img04.mov{
    opacity: 1;
    transform: translate(0px,0px);
}

.img04 img{
    position: absolute;
}

.img04 .img04_01{top: 108px; left: 140px; z-index: 1; transition: 1s; transform: rotate(45deg);}
.img04 .img04_02{top:0px; left: -12px; transition: 1s; transform: rotate(-45deg);}
.img04 .img04_03{top:230px; left: 60px;
    animation: fuwafuwa 3s infinite linear;}
.img04 .img04_04{top:-8px; left: 390px;}
.img04 .img04_05{top:22px; left: 430px; width: 385px;z-index: -1;
    animation:  buranko 2s infinite;}

.img04.mov .img04_01,.img04.mov .img04_02{
    transform: rotate(0deg);
}

#infomation .lead .tit{
    background: url(/cdn/pc/images/mooovi/top_lead.svg) top center no-repeat;
    height: 116px;
    background-size: auto 100%;
    width: 100%;
    text-indent: -9999px;
    margin-bottom: 50px;
    position: relative;
}

#infomation .lead .tit p{
    opacity: 0;
    transform:translate(0,50px);
    transition: 1s;
}
#infomation .lead.mov .tit p{
    opacity: 1;
    transform:translate(0,0px);}

#infomation .lead .tit p:nth-child(1){
    display: block;
    position: absolute;
    background: url(/cdn/pc/images/mooovi/top_lead1.svg) top center no-repeat;
    height: 100%;
    width: 100%;
}
#infomation .lead .tit p:nth-child(2){
    display: block;
    position: absolute;
    background: url(/cdn/pc/images/mooovi/top_lead2.svg) bottom center no-repeat;
    height: 100%;
    width: 100%;
    transition-delay: 1s;}


#infomation .lead .txt{
    font-size: 24px;
    color: #000000;
    width: 650px;
    display: block;
    margin: 0 auto 40px;
    line-height: 40px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
    letter-spacing: -0.07em;
}
#infomation .lead.mov .txt{
    opacity: 1;
}

#infomation .pict{
  border-radius: 100%;
  width: 210px;
  height: 210px;
  overflow: hidden;
}

#infomation ul.att{
    display: flex;
    width: 650px;
    margin: 0 auto;
    flex-wrap: wrap;
}

#infomation ul li{
    width: 200px;
    margin-right: 25px;
    margin-bottom: 12px;position: relative;
}
#infomation ul li:nth-child(3){margin-right: 0;}

#infomation ul li .tit{width: 0%; overflow: hidden; font-size: 24px; transition: 0.5s; white-space: nowrap; font-weight: bold;}
#infomation ul li .txt{font-size: 22px; opacity: 0; transition: 1s; transform: translate(0,50px);}
#infomation ul.mov li .txt{opacity: 1; transform: translate(0,0px);}

#infomation ul.mov li .tit{width: 100%; transition-delay: 0.5s; left: 0%;}

#infomation ul.mov li .txt{opacity: 1; transform: translate(0,0px)}

#infomation ul.mov li:nth-child(1) .txt{transition-delay: 1s;}
#infomation ul.mov li:nth-child(2) .txt{transition-delay: 1s;}
#infomation ul.mov li:nth-child(3) .txt{transition-delay: 1s;}
#infomation ul.mov li:nth-child(4) .txt{transition-delay: 1s;}
#infomation ul.mov li:nth-child(5) .txt{transition-delay: 1s;}

#infomation ul li:nth-child(1) .tit{color: #07962B;}
#infomation ul li:nth-child(2) .tit{color: #EA6000;}
#infomation ul li:nth-child(3) .tit{color: #008DD3;}

#infomation ul li:nth-child(4) .tit{color: #07962B;}
#infomation ul li:nth-child(5) .tit{color: #07962B;}


#infomation ul li:nth-child(2){top: -30px;}
#infomation ul li:nth-child(3){top: -60px;}
#infomation ul li:nth-child(5){top: -30px;}


#infomation ul li .pict{width: 200px; height: 200px;}

#infomation ul li .pict{
    opacity: 0;
    transition: 1s;
    transform: rotate(90deg);
    transform-origin: center center;
}
#infomation  ul.mov li .pict{
    opacity: 1;
    transform: rotate(0deg);}
#infomation  ul.mov li:nth-child(1) .pict{transition-delay: 0s;}
#infomation  ul.mov li:nth-child(2) .pict{transition-delay: 0.1s;}
#infomation  ul.mov li:nth-child(3) .pict{transition-delay: 0.2s;}
#infomation  ul.mov li:nth-child(4) .pict{transition-delay: 0.3s;}
#infomation  ul.mov li:nth-child(5) .pict{transition-delay: 0.4s;}

.tower{
    background: url(/cdn/pc/images/mooovi/img_tower.png);
    position: absolute;
    width: 400px;
    height: 416px;
    bottom: -12px;
    right: -60px;
}
.tower::before{
    content: '';
    background: url(/cdn/pc/images/mooovi/img_tower2.svg) no-repeat;
    width: 165px;
    height: 165px;
    position: absolute;
    top: -120px;
    left: 90px;
    z-index: -1;
    animation: kurun 5s infinite linear;
}
.tower::after{
    content: url(/cdn/pc/images/mooovi/img_tower3.svg);
    top: -180px;
    left: 205px;
    animation: fuwafuwa 3s infinite linear;
    position: absolute;
}
#news{
    background: #008DD3;position: relative;
    color: #FFF;
    padding-top: 30px;
}
.news_box{
    transform: translate(0,100px);
    transition: 1s;
    opacity: 0;
    overflow-y: scroll; /* スクロールする */
    max-height: 470px;
}
.news_box.mov{
    opacity: 1;
    transform: translate(0,0);}
#news h2{
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 30px;
}
#news h2:before{
    content: url(/cdn/pc/images/mooovi/i_toko_w.svg);
    position: relative;
    top:8px;
    margin-right: 10px;
}

#news::before{
    content: '';
    background:url(/cdn/pc/images/mooovi/nami.svg) center center no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -12px;
}
#news::after{
    content: '';
    background:url(/cdn/pc/images/mooovi/nami.svg) center center no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    transform: scale(1,-1);
}

#news ul{
    width: 650px;
    margin: 0 auto 46px auto;
    padding-bottom: 50px;
}
#news li a{
    display:flex;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
    justify-content: space-between;
}

#news li .txt{
    margin-left: 10px;
}

#news li .sub{
    width: 480px;
    height: 85px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#news li a:hover{
    opacity: 0.8;
}
#news li .img{
    width: 150px;
    height: 150px;
    background: url(/cdn/pc/images/mooovi/h1.svg) center center no-repeat #FFF;
    background-size: 80% auto;
    position: relative;
}
#news li .img img{
    width: 100% !important;
}
#news li .img.event::before,
#news li .img.info::before,
.news_l.event::before,
.news_l.info::before{
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -10px;
    left: -10px;
}
#news li .img.event::before{background: url(/cdn/pc/images/mooovi/news_event.svg);}
#news li .img.info::before{background: url(/cdn/pc/images/mooovi/news_info.svg);}

.news_l.event::before{background: url(/cdn/pc/images/mooovi/news_event.svg);
    top: 0px;
    left:0px;}

.news_l.info::before{background: url(/cdn/pc/images/mooovi/news_info.svg);
    top: 0px;
    left:0px;}

#news li .txt{width: 480px;}


#news ul .mida,
.news_l .mida{
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
#news ul .day,
.news_l .day{
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    color: #B0DDE6;
    font-weight: bold;
}
.news_l .day{margin-left: 25px;}
#news ul .sub,
.news_l .sub{
    color: #B0DDE6;
    font-size: 18px;
}

.news_l{width: 560px;margin: 0 auto;padding: 30px 0;display: flex;justify-content: center;}
.news_l .sub{font-size: 24px;}
.news_l .mida{font-size: 30px; margin-bottom: 0.5em;}

.news_l a{
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
}

.news_l a:hover{
    text-decoration: none;
}

.news_l .img{
    width: 560px;
    height: 560px;
    background: url(/cdn/pc/images/mooovi/h1.svg) center center no-repeat #FFF;
    background-size: 80% auto;
    margin-bottom: 20px;
    position: relative;
}
.news_l .img.pc_no{
	margin: auto;
}

#fancybox-overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
}


#calendar{
    margin-bottom: 80px;
    color: #008DD3;
    transform: translate(0,100px);
    transition: 1s;
    opacity: 0;
}

#calendar.mov{
    opacity: 1;
    transform: translate(0,0);}


#calendar h2{
    text-align: center;
    margin-bottom: 15px;
    color: #008DD3;
    font-size: 30px;
}
#calendar h2:before{
    content: url(/cdn/pc/images/mooovi/i_cal_b.svg);
    position: relative;
    top:8px;
    margin-right: 15px;
}
#calendar iframe{
    width: 100%;
    height: 650px;
}

.cal{
    background:#F1F1F1;
    border-radius: 15px;
    width: 600px;
    padding-bottom: 35px;
    padding-top: 5px;
    margin: 0 auto;
    box-shadow:0px 15px 24px rgba(34,101,126,0.15);
}

thead:after {
	content: "";
	height: 15px;
	width: 100%;
	display: block;
}

.cal .ym{
    display: flex;
    font-family: 'Montserrat',sans-serif;
    justify-content: center;
    color: #008DD3;
    font-size: 30px;
    font-weight: bold;align-items: flex-end;
    padding-bottom: 20px;
}
.cal .ym .month{font-size: 38px; position: relative; top: 3px;}
.cal .ym .next a,
.cal .ym .back a{
    height: 80px;
    width: 80px;
    display: block;
}
.cal .ym .next a{background: url(/cdn/pc/images/mooovi/arrow_r.svg) center top 50px no-repeat;}
.cal .ym .back a{background: url(/cdn/pc/images/mooovi/arrow_l.svg) center top 50px no-repeat;}

.cal table{
    width: 500px;
    margin: 0 auto;}
.cal th{
    border-top: 1px solid #008DD3;
    border-bottom: 1px solid #008DD3;
    font-size: 24px;
    line-height: 50px;
}
.cal th,.cal td{
    text-align: center;
    position: relative;
}
.cal td{font-size: 26px; font-weight: bold;
    line-height: 70px;
    font-family: 'Montserrat',sans-serif;
    background: url(/cdn/pc/images/mooovi/cal_i00.svg) center center no-repeat;
}
.cal td.i01{background: url(/cdn/pc/images/mooovi/cal_i01.svg) center center no-repeat;}
.cal td.i02{background: url(/cdn/pc/images/mooovi/cal_i02.svg) center center no-repeat;}
.cal th.san{color: #FF1414;}
.cal th.sat{color: #275EEA;}
.cal td.fin{color: rgba(0,141,211,0.3);}
.cal td.fin.san{color: rgba(255,20,20,0.3);}
.cal td.fin.sat{color: rgba(39,94,234,0.3);}
.cal td{color: rgba(0,141,211,1);}
.cal td.san{color: rgba(255,20,20,1);}
.cal td.sat{color: rgba(39,94,234,1);}

.cal .setsu{
    width: 500px;
    margin: 30px auto 0 auto;
    display: flex;
    font-size: 20px;
    color: #222;
}
.cal .setsu .i01::before,
.cal .setsu .i02::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top:3px;
    margin-right: 5px;
}

.cal .setsu .i01::before{background: url(/cdn/pc/images/mooovi/cal_i01.svg);background-size: 100% 100%;}
.cal .setsu .i02::before{background: url(/cdn/pc/images/mooovi/cal_i02.svg);background-size: 100% 100%;}


/*PC*/
.cal.pc{width: 350px;}
.cal.pc .ym{font-size: 16px; }
.cal.pc .ym .month{font-size: 20px;}
.cal.pc .ym .next, .cal.pc .ym .back{height: 40px; width: 40px; cursor: pointer; transition: 0s; display: block;} 
.cal.pc .ym .next a, .cal.pc .ym .back a{height: 40px; width: 40px; cursor: pointer; transition: 0s; display: block;} 
.cal.pc .ym .next a:hover{transform: translateX(3px);}
.cal.pc .ym .back a:hover{transform: translateX(-3px);}

.cal.pc .ym .back a {
    background: url(/cdn/pc/images/mooovi/arrow_l.svg) center top 26px no-repeat;background-size: 14px 10px;}
.cal.pc .ym .next a {
    background: url(/cdn/pc/images/mooovi/arrow_r.svg) center top 26px no-repeat;background-size: 14px 10px;}
.cal .ym .back.fin,
.cal .ym .next.fin {
    pointer-events: none;
    opacity: 0.2;}
.cal.pc table{width: 290px;}
.cal.pc th{font-size: 14px;}
.cal.pc thead:after{height: 8px;}
.cal.pc th{line-height: 30px;}
.cal.pc td{line-height: 40px; font-size: 20px;}
.cal.pc td,
.cal.pc td.i01,
.cal.pc td.i02{background-size: 32px 32px;}
.cal.pc .setsu{font-size: 14px; text-align: center;margin: 15px auto 0 auto;width: 300px;}
.cal.pc .setsu .i01::before, .cal .setsu .i02::before{width: 15px; height: 15px; margin-right: 3px;}
.cal.pc{padding-bottom: 20px;}
.cal.pc td.today::before{width: 5px;height: 5px; top: 5px; right: 8px;}

.cal_b_bt{
    border:1px solid #008DD3;
    display: block;
    width: 600px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    color: #008DD3;
    font-size: 28px;
    font-weight: bold;
}
.cal_b_bt:before{
    content: url(/cdn/pc/images/mooovi/arrow_r.svg);
    margin-right: 10px;
}



#footer{
    background:url(/cdn/pc/images/mooovi/nami650.svg) top center no-repeat;
    padding-top: 40px;
}



#footer .banner{
    background: #f1f1f1;
    display: flex;
    padding: 40px 0;
    justify-content: center;
}
#footer .banner a{
    margin:0 10px;
}

#footer .footer_b{
	background:linear-gradient(to right,#5ce673,#22AC38) !important;
}

#footer .footer_b .logo img{
	width: 0% !important;
    background:url(/cdn/pc/images/mooovi/logo_w_gr.svg) top center no-repeat !important;
	
}

#footer .footer_b .logo {
    background:url(/cdn/pc/images/mooovi/logo_w_gr.svg) top center no-repeat !important;
}

#footer .addtel{
    background:url(/cdn/pc/images/mooovi/add_tel_gruun.png) top center no-repeat !important;
    width: 100% !important;
    height: 64px !important;
    margin: 10px 0 10px 0 !important;
    background-size: 350px !important;
}
address{
    font-style: normal;
    text-align: center;
    opacity: 0.8;
    color: #FFF;
}

#insta,#insta2{width:710px;margin:30px auto 0 auto;}
#insta li,#insta2 li{
    width: 23%;
    height: 163px;
    margin: 0 0 17px;
    overflow:hidden;
}
#insta a,#insta2 a{width:100%;display:block}
#insta a img,#insta2 a img{width:172px;height:172px;  object-fit: cover;}
#insta ul,#insta2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#faq_gruun{
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    width: 1050px;
    left: 0.5%;
    margin: 0 auto 30px;
    position: relative;
    border-radius: 0 0 15px 15px;
}

#faq_gruun section{
  width: 800px;
  margin: 0 auto;
}

#faq_gruun section.mo{background: url(/cdn/pc/images/mooovi/logo_mo.png) center top no-repeat; padding-top: 110px; margin-bottom: 50px;}

#faq_gruun section .questions{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#faq_gruun section.mo .questions{color: #008DD3;}
#faq_gruun section.gr .questions{color: #22AC38;}


#faq_gruun section .box_wrap{
  border-bottom: 1px dotted #707070;
  padding: 25px 0;
  padding-left: 1.0em;
}
#faq_gruun section .questions:before{
  content: 'Q';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: #FFF;
  position: absolute;
  left: 0;
  border-radius: 100%;
  text-align: center;
  margin-right: 0.3em;
  padding: 1px 1px 1px 0px;
}
#faq_gruun section .questions{ padding-left: 1.8em;position: relative;}
#faq_gruun section.mo .questions:before{background: #008DD3;}
#faq_gruun section.gr .questions:before{background: #22AC38;}

#faq_gruun section .box_wrap .txt:before{
  content: 'A';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: #FFF;
  background: #707070;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  margin-right: 0px;
}
#faq_gruun section .box_wrap .txt{
  font-size: 16px; 
  padding-left: 1.8em;
  position: relative;
  width: 91%;
}

#faq_gruun section .box_wrap .txt .souhu{
  border: 1px solid  #707070;
  margin-top: 10px;
  padding: 15px;
}
#faq_gruun section .box_wrap .txt .souhu h1{
  background: #707070;
  font-size: 18px;
  text-align: center;
  line-height: 2em;
  margin-bottom: 10px;
  color: #FFF;}


  .gruun_info{
    text-align: center;
    height: 55px;
    padding-top: 25px;
  }
  
  .gruun_info img{
    height: 50px;
  }
  
  #faq_gruun .gruun_info{
    border-bottom: 3px dotted #22AC38;
  }
  

#information_gruun{
	width: 1120px;
	margin: auto;
	position: relative;
    background: #22AC38;
}
#information_gruun .toko8 {
    position: absolute;
    display: block;
    width: 6rem;
    height: 12rem;
    background: url(/cdn/pc/images/mooovi/tokotan08.svg) no-repeat center center;
    background-size: 100%;
    top: 5rem;
    right: 8%;
    opacity: 0;
    transform: scale(0.8);
}

#information_gruun .toko8.mov{
    transition: 0.7s 1.2s;
    opacity: 1;
    top: -7rem;
    right: 10%;
    transform: scale(1);
}

#gruun_open{
    background: #fff;
    width:1050px ;
    position: relative;
    margin: 30px auto 0;
    border-radius: 15px 15px 0 0;
    left:0.5%
}
  

.hours{
    display: block;
    text-align: center;

}

.hours img{
    text-align: center;
}

.swiper-container2 {
    width: 334px;
    height: 334px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}



.swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 7px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  border: solid 3px #fff;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev{
  --swiper-navigation-color:#fff;
}



#soto .area_about,#naka .area_about{
    width: 100%;
    margin: 20px 0;
  }
  
  #soto .area_about{
    background-size: contain;
  }
  
  #naka .area_about{
    background-size: contain;
  }
  
  #soto h1,#naka h1{
    text-align: center;
    letter-spacing: -0.03em;
    white-space: nowrap;
    transform: scaleX(0.95);
    padding-top: 20px;
  }
  
  #soto_box{
    width: 1030px;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 50px ;
    position: relative;
    justify-content: space-between;
    left: -0.5%;
  }
  
  #soto .gruun{
    width: 30%;
    margin: 30px 0 0 0;
  }
  
  .gruun p{
    position: relative;
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px 20px 20px;
    line-height: 1.3em;
  }
  #soto_box section:nth-child(2) p{padding-bottom: 41px;}
  #soto_box section:nth-child(3) p span{font-size: 14px;}
  #soto_box section:nth-child(4) p span{letter-spacing: -0.05em;}
  #soto_box section:nth-child(5) p{padding-bottom: 62px;}
  #soto_box section:nth-child(5) p span{letter-spacing: 0.05em;}
  #soto_box section:nth-child(6) p{padding-bottom: 40px;}
  #soto_box section:nth-child(5) p{letter-spacing: -0.05em;}
  #soto_box section:nth-child(6) p{letter-spacing: -0.08em;}

  .gruun h1{
    font-size: 24px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: -2;
    color: #358e42;
    width: 109%;
  }
  .gruun .gruun_img{
    width: 334px;
    height: 334px;
    background: rgba(255, 255, 255, 0);
    border: #98C229 5px solid;
    box-sizing: border-box;
    border-radius: 15px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0px 1px 5px rgb(123, 131, 119);
  }
  #naka_box{
    width: 825px;
    margin: 50px auto 50px;
    position: relative;
    display: flex;
  }
  #naka_box .area_about{
    display: none;
  }
  #naka .gruun{
    width: 38%;
    display: block;
    margin: 30px auto 0;
  }
  .gruun img{
    width: 334px;
    height: 334px;
    border-radius: 15px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  .gruun img:hover{
    opacity: 0.8;
    transform: scale(1.05);
    transition: 0.25s;
  }
  .gruun_img{
    position: relative;
  }
#grimg03 .slide02 img{object-position: 75% 0%;}
#grimg03 .slide05 img{object-position: 37% 0%;}
#grimg04 .slide01 img{object-position: 100% 0%;}
#grimg04 .slide02 img{object-position: 39% 0%;}
#grimg05 .slide01 img{object-position: 100% 0%;}
#grimg05 .slide02 img{object-position: 75% 0%;}
#grimg07 .slide01 img{object-position: 95% 0%;}

section{
      opacity: 0;
      transition: 0.5s;
      transform: translateY(20px);
    }

section.mov{
    transform: translateY(0);
    opacity: 1;
}
#soto_box .area_about{
    opacity: 0;
    animation: fade  1s forwards 2s;
}

@keyframes fade{
    to{
        opacity: 1;
    }
}

#area {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }

.tab_class {
    width: calc(100% / 3);
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    cursor: pointer;
    text-indent: -9999px;
    margin-right: -0.5px;
    width: 230px;
    height: 230px;
    transform:rotateY(90deg);
    border: solid 1px #22AC38;
    box-sizing: border-box;
    border-radius: 100%;
  }

  .tab_class.mov{
    transform: rotateY(0deg);
    transition:all 0.5s;
  }


  #tab_mov.tab_class{
    margin-left:calc(50% - 355px);
    height: 230px;
  }
  
  .tab_class.mov:hover{
    opacity: 0.8;
    transform:  translateY(5px);
    transition: all 0.2s;
    border: solid 8px #22AC38;

  }
   
  input[name="tab_name"] {
    display: none;
  }
   
  input:checked + .tab_class {
    height: 147px;
    color: aliceblue;
    opacity: 1.0;
  }
  
  #tab_mov{
    background: url(/cdn/pc/images/mooovi/mida06_pc.png)no-repeat top left 90%;
    background-size: contain;
  }
  
  #tab_gru{
    background: url(/cdn/pc/images/mooovi/mida07_pc.png)no-repeat top right 90%;
    background-size: contain;
    margin-left: 20px;
  }
  
  #tab1:checked + .tab_class {
    background: url(/cdn/pc/images/mooovi/mida06_on.png)no-repeat top left 90%;
    background-size: contain;
    height: 230px;
    width: 230px;
    pointer-events: none;

  }
  #tab2:checked + .tab_class {
    background: url(/cdn/pc/images/mooovi/mida07_on.png)no-repeat top right 90%;
    background-size: contain;
    height: 230px;
    width: 230px;
    pointer-events: none;

  }
  #tab3:checked + .tab_class {
    background: url(/cdn/pc/images/mooovi/asobi_tab03_on.png)no-repeat top center;
  }
   
  .content_class {
    visibility:hidden;
    height:0;
    overflow: hidden;
    width: 100%;
    scroll-behavior:smooth
  }
   
  input:checked + .tab_class + .content_class {
    visibility:visible;
    height:auto;
    transform: translateY(-10px);
    transition: all 0.5s;
  }
  
#yoyaku{
  display: block;
  position: absolute;
  width: 230px;
  height: 230px;
  left: calc(50% + 145px);
  transform:rotateY(90deg);
}

#yoyaku.mov{
  transform:rotateY(0deg);
  transition: all 0.5s;
}

#yoyaku a{
  display: block;
  width: 100%;
  height: 100%;
}

#yoyaku img{
  width: 100%;
  height: 100%;
}

#yoyaku:hover{
  animation: yoyaku_anim 0.1s forwards;
}
@keyframes yoyaku_anim{
  to{
    opacity: 0.5;
  }
}


@media only all and (max-width: 750px) { 
    .sp_no{
        display: none;
  }

    #top .swiper-slide.map2_gruun:before{
      content: '';
      width: calc(100% + 600px);height: 100%;
      background: url(/cdn/pc/images/mooovi/top_map.jpg) right -430px top -540px;
      position: absolute;
      transform: translate(-100px,0);
      top: 0;
      left: -50px;
      background-size: 270%;
  }

  #soto_box section:nth-child(3) p span{font-size: 20px;}
	#infomation,
	.top_main_caution_wrapper {
		width: 100%;
		background-color: #ECF8E7;
		    background-image: radial-gradient(circle, #FFF 0.5rem, transparent 0.5rem), 
			    radial-gradient(circle, #FFF 0.5rem, transparent 0.5rem);
		    background-position: 0 0, 1.5rem 2.0rem;
	      background-size: 3.0rem 4.0rem;
	}

  #logo{
    height: 280px;
  }
  #logo .toko1 {
    top: 5rem;
    left: 5%;
}

  #logo .toko1.mov{
    top: -0rem;
    left: 5%;
}

  #logo h1 .gr {
    width: 520px;
    height: 250px;
  }

  #yoyaku{
    display: block;
    position: absolute;
    width: 230px;
    height: 230px;
    left: calc(50% + 125px);
    transform:rotateY(90deg);
  }

  #gruun_map{
    width: 750px;
  }
#gruun_map .toko9 {
    top: 0rem;
	right: 10%;
}

#gruun_map .toko9.mov{
    bottom: 0rem;
	right: 5%;
}
#gruun_map .toko2 {
    bottom: 0rem;
    left: 15rem;
}

#gruun_map .toko2.mov{
    opacity: 0;
    bottom: 0rem;
    left: 5rem;
}

  #gruun_map img{
    width: 100%;
  }
    #naka_box{
      width: 100%;
      height: 650px;
    }

    #soto{
      width: 100%;
      height: 1980px;
      position: relative;
      left: 2px;
    }

    #soto_box{
      width: 92%;
      left: 2px;
    }

    #soto .gruun,#naka .gruun{
      width: 334px;
    }

    #naka_box{
      width: 95%;
      left: 2px;
    }

    .gruun p{
      width: 95%;
      font-size: 22px;
      position: relative;
      left: -2%;
    }
    .gruun h1{
      width: 103%;
      font-size: 32px;
      position: relative;
      left: -1.5%;
    }

    .gruun img{
      width: 334px;
      height: 334px;
    }
    .gruun .gruun_img{
      width: 334px;
      height: 334px;
    }

    .swiper-container2{
      width: 334px;
      height: 334px;
    }

    .swiper-pagination-bullet-active {
      background: #fff;
    }
    
    #soto_box section:nth-child(2) p{padding-top: 12px;}
    #soto_box section:nth-child(3) h1{transform: scaleX(0.9);letter-spacing: -0.1em;font-size: 30px; height: 32px;}
    #soto_box section:nth-child(7) h1{transform: scaleX(0.95);letter-spacing: -0.1em;font-size: 30px; height: 32px;}


    .info{
		background: #008DD3;
		width: 600px!important;
		max-height: 1200px !important;
		/* overflow-y: scroll; */ /* スクロールする */
	}
    .info img{width: 100%;}
	.news_l .day,
	.news_l .mida,
	.news_l .sub{
		margin: 20px;
	}
	
	.news_l .day{
		margin: 20px 20px 0;
	}

	.news_l .mida{
		margin: 10px 20px;
	}

    
#instagram{margin-bottom: 40px;}

    .tab_class{width: 230px;}
    #tab_mov.tab_class{
      margin-left:calc(50% - 350px);
      height: 230px;
    }
    #tab_gru{
      margin-left: 9px;
    }
    .tab_class.mov:active{
      opacity: 1;
      transform:  translateY(0px);
    }    
    .tab_class.mov:hover{
      opacity: 1;
      transform: translateY(0px);
    }    
    .tab_class:active{opacity: 1.0;transform: translateY(0px);}
    #information_gruun{
      width: 750px;
    }
    #gruun_open{
      width: 700px;
      left: 0;
      padding-top: 20px;
    }
    #faq_gruun{
      width: 700px;
      left: 0;
      padding-top: 0;
      padding-bottom: 40px;
    }

    #faq_gruun section{
      width: 650px;
    }

    #faq_gruun section .questions{
      font-size: 24px;
    }

    #faq_gruun section .box_wrap .txt{
      font-size: 24px;
    }
    .gruun_info img{
      height: 75px;
    }
    .gruun_info{
      padding-bottom: 25px;
    }

    #insta{
      width: 700px;
    }

    #footer{
      margin-top: 30px;
      padding-top: 10px;
    }

    #fancybox-content{
      width:600px !important;
      height: auto !important;
    }

	#footer .footer_b .logo img{
		height: 80px;
	}
}


@media only all and (min-width: 751px) { 
    .pc_no{
        display: none;
    }
    #menu_bt{
        display: none;
    }
    #wrapper{
        width: 100%;
        overflow: hidden;
    }

    .kakko_top{width: 120px; height: 80px;
        top: 55px;
        border-top: 10px solid #FFF;
        border-right: 10px solid #FFF;}
    .kakko_bottom{width: 120px; height: 80px;
        border-bottom: 10px solid #FFF;
        border-left: 10px solid #FFF;}
    #top{
        height: 240px;
    }
    #top h1{
        width:285px;
        height: 285px;
        transform: scale(0.8);
        transition: .5s;
        transition-delay: 1s;
        opacity: 0;
    }
    
    #top.on h1{
        opacity: 1;
        transform: scale(1);}
    #top h1 .mo,
    #top h1 .gr
    {
        width: 285px;
        height: 285px;
        background: #FFF;
        border-radius: 100%;
        position: absolute;
    }
    
    #top h1 .mo{top: 0; left: 0;     background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) center center no-repeat #FFF; background-size: 75% auto;}
    #top h1 .gr{bottom: 0; right: 0; background: url(/cdn/pc/images/mooovi/top_h1_gr.svg) center center no-repeat #FFF; background-size: 75% auto;
        transition-delay: 1.5s;}

    #top #news_t{height: 40px; width: 750px; left: calc(50% - 375px); bottom: 28px;}
    #top #news_t ul li a{line-height: 40px; font-size: 16px;}
    #top #news_t ul li .day{background-size: 25px 25px; padding-left: 30px;}
    #top .cal_bt a{width: 100px;height: 100px;top: 60px;left: 50%;margin-left: -380px;bottom:40px;} 

    #top .cal_bt a i{width:30px; height: 34px; background-size: 100% 100%; margin-bottom: 3px;}
    #top .cal_bt a p{font-size: 14px;}

    #gruun_map img.sp_no{
      display: block;
    }

    #infomation .lead {margin-bottom: 45px;}
    #infomation .lead .tit{height: 82px; background-size: auto 100%; margin-bottom: 20px;}
    #infomation .lead .txt{font-size: 16px; line-height: 26px; margin:0 auto; text-align: center; width: 100%;}

    #infomation .lead .tit:before{left: 50%; margin-left: -218px; top: -40px; width: 78px; height: 78px; background-size: 100% 100%;}
    #infomation .lead .tit:after{left: 50%; margin-left: -252px;top: -3px; width: 60px; height: 60px; background-size: 100% 100%;}


    #infomation .lead .tit p:nth-child(1){
        display: block;
        position: absolute;
        background: url(/cdn/pc/images/mooovi/top_lead1.svg) top center no-repeat; background-size: 312px auto;
        height: 100%;
        width: 100%;}
    #infomation .lead .tit p:nth-child(2){
        display: block;
        position: absolute;
        background: url(/cdn/pc/images/mooovi/top_lead2.svg) bottom center no-repeat; background-size: 312px auto;
        height: 100%;
        width: 100%;}

    #infomation ul{justify-content: center;}
    #infomation ul li:nth-child(2),
    #infomation ul li:nth-child(3),
    #infomation ul li:nth-child(5){top: 0;}
    #infomation ul li .pict{width: 220px;height: 220px;}
    #infomation ul li{width: 220px; margin-bottom: 20px;}
    #infomation ul li .tit{font-size: 22px;}
    #infomation ul li .pict{
        margin-bottom: 20px;
    }
    #infomation ul.att{width: 750px;}
    #infomation ul li .tit{
        text-align: center;
    }
    #infomation ul li .txt{font-size: 16px;}

    #news{display: flex;
    justify-content: center;
		width: 1120px;
		margin: auto;
    }
    #news h2{text-align: left;}
    .news_box{width: 700px;margin-right: 40px;max-height: 380px;}

    #news li .img{width: 115px; height: 115px;}
    #news li .img img{ width: 115px; height:115px;}
    #news li .day{font-size: 16px;}
    #news li .mida{font-size: 16px;}
    #news ul{width: 620px;}
    #news li .sub{font-size: 16px;
        width: 480px;
        height: 72px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #calendar{width: 350px;}
    #calendar h2{font-size: 20px; color: #FFF; text-align: center; padding-top: 20px;}
    #calendar iframe{height: 410px;}
    #news #calendar h2:before{content: url(/cdn/pc/images/mooovi/i_cal_w.svg);
        display: inline-block;
        top: 3px;
        margin-right: 7px;}

    .img04 .img04_05{display: none;}
    .tower{right: calc(50% - 620px);}

    header{
        background:rgba(255,255,255,0.8);
        width: 100%;
        height: 55px;
        position: absolute;
        z-index: 2;
    }
    header ul{
        display: flex;
        justify-content: end;
        margin-right: 2%;
    }
    header ul li{position:relative; margin: 0 20px;}
    header ul li a{
        line-height: 55px;
        display: block;
        color: #222;
        font-size: 18px;
        font-weight: bold;
        text-indent: 30px;
    }

    header ul li:nth-child(1):before,
    header ul li:nth-child(2):before,
    header ul li:nth-child(3):before,
    header ul li:nth-child(4):before{
        content: '';
        width: 30px;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }
    header ul li:nth-child(1):before{background: url(/cdn/pc/images/mooovi/i_menu1.svg) center center no-repeat;}
    header ul li:nth-child(2):before{background: url(/cdn/pc/images/mooovi/i_menu2.svg) center center no-repeat;}
    header ul li:nth-child(3):before{background: url(/cdn/pc/images/mooovi/i_menu3.svg) center center no-repeat;}
    header ul li:nth-child(4):before{background: url(/cdn/pc/images/mooovi/i_menu4.svg) center center no-repeat;}

    #news::after{display: none;}
    #footer{margin-top: 80px;}


/*イメージ1*/
#infomation .img01{
    position: absolute;
    width: 395px;
    height: 524px;
    top: 30px;
    right: calc(50% + 250px);
    left: auto;}
#infomation .img01 img{
    position: absolute;
}
#infomation .img01 .img01_01{
    width: 393px
}
#infomation .img01 .img01_02{
    width: 116px;
}
#infomation .img01 .img01_03{
    width:90px;
}


/*イメージ2*/
#infomation .img02{
    width: 324px;
    left: calc(50% + 280px);
}
#infomation .img02.mov{
    opacity: 1;
    transform: rotate(0deg);}    


/*イメージ3*/
#infomation .img03{
    position: absolute;
    top: 1770px;
    width: 570px;
    /* height: 550px; */
    transform: translate(0,100px);
    transition: 1s;
    opacity: 0;
    right: calc(50% + 240px);
    z-index: -1;
}

#infomation .img03.mov{
    opacity: 1;
    transform: translate(0px,0);}
#infomation .img03 img{
    position: absolute;
}
.img03_01,
.img03_02,
.img03_03{display: block;}
.img03_01{top:100px;}
.img03_02{top:108px;z-index: -1; left: 45px;}

.img03_03{ left: 129px; top: 450px;
    animation: fuwafuwa 3s infinite linear;}
.img03_04{width: 196px; left: 114px;}
.img03_02{
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}
.mov .img03_02{
    opacity: 1;
    animation:  buranko 2s infinite;
}


/*イメージ4*/
.img04{
    position: absolute;
    z-index: 1;
    width: 402px;
    height: 270px;
    left: calc(50% + 390px);
    bottom: 600px;}
.img04 img{
    position: absolute;
}

.img04 .img04_01{ z-index: 1; width: 198px; left: 100px; top: 72px;}
.img04 .img04_02{top:0px; left: 0px; width: 147px;}
.img04 .img04_03{top:158px; right:48px; width: 68px;}
.img04 .img04_04{top:50px; right:0; left: auto; width: 252px;}

.tower::before{width: 140px; height: 140px; background-size: 100% 100%;
    top: -108px;
    left: 110px;}
    .tower::after{top: -168px;}


.inline_info
    {width: 1000px!important; height:670px !important; background: #008DD3;}
    .news_l {display: flex;flex-direction: column;}
    .news_l .day{margin-left: 0;order: 1;}
    .news_l .mida{order: 3;}
    .news_l .img{order: 2;}
    .news_l .sub{order: 4;}
    .news_l{width: 900px; clear: both;}
    .news_l .img{float: right;width: 400px;margin-left: 50px; align-content: center;}
	.news_l .img img{width: 100%; height: auto;}
    .news_l .sub{font-size: 16px; }
    
#top .cal_bt a{transition: .2s;}
#top .cal_bt a:hover{
    transform: translate(0px,3px);
    background: #FFF;
}

.cal_b_bt{
    border:1px solid #FFF;
    width:350px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0 auto;
    color: #FFF;
    font-size: 16px;
}
.cal_b_bt:before{
    width: 14px;
    height: 10px;
    display: inline-block;
    content: '';
    background: url(/cdn/pc/images/mooovi/arrow_r_w.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.cal_b_bt:hover:before{
    background: url(/cdn/pc/images/mooovi/arrow_r.svg);
    background-size: 100% 100%;}
.cal_b_bt:hover{background:#FFF;color: #008DD3;}

/* インスタ */
#insta,#insta2{width:800px;margin:40px auto 40px auto;}
#insta li,#insta2 li{
    width: 16%;
    height: 128px;
    margin: 0 0 8px;
    overflow:hidden;
}
#insta a,#insta2 a{width:100%;display:block}
#insta a img,#insta2 a img{width:135px;height:135px;  object-fit: cover;}
#insta ul,#insta2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* #information_gruun{
  width: 1050px;
}
#gruun_open{
  width: 1050px;
}
#information_gruun{
  width: 1050px;
} */

}



@keyframes top_map{
    from{
        transform: translate(-100px,0);
    }
    to{
        transform: translate(100px,0);
    }
  }

@keyframes kaiten {
    0%{
        transform: rotate(0deg);
    }
    20%{
      transform: rotate(90deg);
    }
    100%{
      transform: rotate(90deg);
    }
  }
@keyframes fuwafuwa {
    0%{
        transform:translate(0,0);
    }
    50%{
        transform:translate(0,10px);
    }
    100%{
        transform:translate(0,0);
    }
  }
    
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes buranko {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,6px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes iwa {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(10px,15px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes kurun {
  0% {
    transform: scale(1,1);
  }
  10% {
    transform: scale(0,1);
  }
  20% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(1,1);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  10% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes rotate-y{
  to{
    transform: rotateY(0deg);
  }
}