@charset "utf-8";

div.section.mainV {
  background: url(../../img/floor/h1_bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 989px){
  div.section.mainV {
    background: url(../../img/floor/h1_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}



.waveBlock[wave_move] {
  background-color: #edf9fb;
  background-image: url(../../img/common/bg_wave_move.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 0 0;
  /*
  -webkit-animation: bg_wave_move 1s linear infinite;
          animation: bg_wave_move 1s linear infinite;
  */
}

@-webkit-keyframes bg_wave_move {
0% {
    background-position: 0    0;
}
100% {
    background-position: 0 -56px;
}
}
@keyframes bg_wave_move {
0% {
    background-position: 0    0;
}
100% {
    background-position: 0 -56px;
}
}

div.section div.midokoroBlock {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock {
    width: calc(100% - 40px);
    background: none;
  }
}

div.section .midashi {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 989px){
  div.section .midashi {
    font-size: 22px;
    margin: 20px auto 30px;
  }
}

div.section .midashi span {
  position: relative;
  padding: 10px 40px;
  box-sizing: border-box;
  border: 3px solid #13bed0;
  border-radius: 10px;
}
@media screen and (max-width: 989px){
  div.section .midashi span {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
div.section .midashi span::before {
  position: absolute;
  content: '';
  left: -30px;
  bottom: -15px;
  background: url(../../img/common/vector_midashi_left.svg) no-repeat 50% 50%;
  background-size: 39px 62px;
  width: 39px;
  height: 62px;
}
div.section .midashi span::after {
  position: absolute;
  content: '';
  right: -30px;
  bottom: -15px;
  background: url(../../img/common/vector_midashi_right.svg) no-repeat 50% 50%;
  background-size: 39px 62px;
  width: 39px;
  height: 62px;
}


div.section div.midokoroBlock .irukaBlock {
  position: relative;
  width: 550px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .irukaBlock {
    width: 100%;
    margin: 0;
  }
}
div.section div.midokoroBlock .penginBlock {
  position: relative;
  width: 560px;
  margin: -350px -50px 0 auto;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .penginBlock {
    width: 100%;
    margin: 0;
  }
}
div.section div.midokoroBlock .oosanshouoBlock {
  position: relative;
  width: 500px;
  margin: -100px auto 0 0;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .oosanshouoBlock {
    width: 100%;
    margin: 0;
  }
}
div.section div.midokoroBlock .daisuisouBlock {
  position: relative;
  width: 500px;
  margin: -550px 0 0 auto;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .daisuisouBlock {
    width: 100%;
    margin: 0;
  }
}

div.section div.midokoroBlock img {
  margin-bottom: 20px;
}
div.section div.midokoroBlock .midokoroTxtBlock {
  width: 70%;
  margin: auto
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .midokoroTxtBlock {
    width: 100%
  }
}
div.section div.midokoroBlock .midokoroTxtBlock p.midokoroTxtTtl {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .midokoroTxtBlock p.midokoroTxtTtl {
    font-size: 20px;
    line-height: 30px;
  }
}
div.section div.midokoroBlock .midokoroTxtBlock p.midokoroTxtTxt {
  font-size: 16px;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock .midokoroTxtBlock p.midokoroTxtTxt {
    font-size: 14px;
    margin-bottom: 0;
  }
}

div.section div.floorBlock {
  position: relative;
}
div.section div.floorBlock + div.floorBlock {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock + div.floorBlock {
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.section div.floorBlock .floorTtl span {
  font-size: 60px;
}
div.section div.floorBlock .floorTtl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 83px;
}
div.section div.floorBlock .floorTtl span {
  font-size: 60px;
}
div.section div.floorBlock a {
  display: block;
  text-decoration: none;
}
div.section div.floorBlock a:hover {
  -webkit-animation:buruburu 0.1s infinite linear alternate;
 animation:buruburu 0.1s infinite linear alternate;

}

@keyframes buruburu {
    0% {transform:translate(0, 0) ;}
    50% {transform:translate(4px, 0) ;}
    100% {transform:translate(0, 0);}
}



div.section div.floorBlock .floorAreaTtl {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaTtl {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    margin: 10px 0 20px;
  }
}




div.section div.floorBlock .floorImg {
  padding: 40px 0;
}
div.section div.floorBlock .floorImg img {
  width: auto;
  border-radius: 0;
}
div.section div.floorBlock img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock img {
    width: 100%;
    border-radius: 10px;
  }
}


div.section div.floorBlock .floorAreaKawa {
  position: absolute;
  right: 380px;
  top: -25px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaKawa {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaOttosei {
  position: absolute;
  right: 230px;
  top: -25px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaOttosei {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaAzarashi {
  position: absolute;
  right: 160px;
  bottom: 20px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaAzarashi {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaSea {
  position: absolute;
  right: 60px;
  top: -25px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaSea {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaSatoyama {
  position: absolute;
  right: 500px;
  bottom: 20px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaSatoyama {
    position: static;
    width: 100%;
    animation: none;
  }
}


div.section div.floorBlock .floorAreaPengin {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaPengin {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaSango {
  position: absolute;
  right: 100px;
  top: -40px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaSango {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaKurage {
  position: absolute;
  right: 100px;
  top: -40px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaKurage {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaShrimp {
  position: absolute;
  right: 230px;
  top: -25px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaShrimp {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaPraza {
  position: absolute;
  right: 500px;
  top: -25px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaPraza {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaIruka {
  position: absolute;
  right: 370px;
  top: -40px;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaIruka {
    position: static;
    width: 100%;
    animation: none;
  }
}
div.section div.floorBlock .floorAreaBeauty {
  position: absolute;
  right: 540px;
  bottom: 0;
  width: 112px;
  height: auto;
  animation-name: animalMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 989px){
  div.section div.floorBlock .floorAreaBeauty {
    position: static;
    width: 100%;
    animation: none;
  }
}



@keyframes animalMove {
    0%{transform: translate(0, 0); opacity: 1;}
    50%{transform: translate(0, 20px); opacity: 1;}
    100%{transform: translate(0, 0); opacity: 1;}
}





div.section div.floorListBlock ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 989px){
  div.section div.floorListBlock ul {
    width: 270px;
    margin: 40px auto 0;
  }
}
div.section div.floorListBlock ul li {
  width: 145px;
  margin-right: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 989px){
  div.section div.floorListBlock ul li {
    width: 100px;
    margin-right: 0;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
  }
}

div.section div.floorListBlock ul li.toilet {
  background: url(../../img/floor/mark_toilet.svg) no-repeat 0 50%;
  background-size: 22px 28px;
}
div.section div.floorListBlock ul li.elev {
  background: url(../../img/floor/mark_elev.svg) no-repeat 0 50%;
  background-size: 21px 31px;
}
div.section div.floorListBlock ul li.cafe {
  background: url(../../img/floor/mark_cafe.svg) no-repeat 0 50%;
  background-size: 16px 28px;
}
div.section div.floorListBlock ul li.tamoku {
  background: url(../../img/floor/mark_tamoku.svg) no-repeat 0 50%;
  background-size: 19px 26px;
}
div.section div.floorListBlock ul li.shop {
  background: url(../../img/floor/mark_shop.svg) no-repeat 0 50%;
  background-size: 25px 25px;
}
div.section div.floorListBlock ul li.baby {
  background: url(../../img/floor/mark_baby.svg) no-repeat 5px 50%;
  background-size: 11px 26px;
}
div.section div.floorListBlock ul li.acad {
  background: url(../../img/floor/mark_acad.svg) no-repeat 0 50%;
  background-size: 25px 19px;
}
div.section div.floorListBlock ul li.locker {
  background: url(../../img/floor/mark_locker.svg) no-repeat 0 50%;
  background-size: 23px 31px;
}
div.section div.floorListBlock ul li.smork {
  background: url(../../img/floor/mark_smork.svg) no-repeat 0 50%;
  background-size: 26px 13px;
}






@media screen and (max-width: 989px){
  .accordion_sp {
    position: relative;
    border-bottom: 1px solid #13bed0;
  }
  .accordion_sp.first {
    border-top: 1px solid #13bed0;
  }
  .accordion_sp:before, .accordion_sp:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    background: #13bed0;
    margin: auto;
  }
  .accordion_sp:before {
    width: 15px;
    height: 2px;
  }
  .accordion_sp:after {
    right: 23px;
    width: 2px;
    height: 15px;
    transition: opacity .5s;
  }
  .accordion_sp.active:after {
    opacity: 0;
  }
  div.section .accordion_sp h3 {
    margin-left: 98px;
    padding: 20px 40px 20px 125px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }
  div.section .accordion_sp.line02 h3 {
    margin-left: 98px;
    padding: 6px 40px 6px 120px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }
  .accordion_sp img {
    float: left;
    width: 107px;
  }
  div.section div.accordion_inner {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #13bed0;
  }
  div.section div.accordion_inner .subTtl {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  div.section div.accordion_inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  div.section div.accordion_inner a {
    text-decoration: underline;
  }

  .floor_spWrap img {
    width: 100%;
  }

}

@media screen and (max-width: 989px){
  .accordion_renewal {
    position: relative;
    border-bottom: 1px solid #13bed0;
  }
  div.section .accordion_renewal h3 {
    margin-left: 98px;
    padding: 20px 40px 20px 125px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }
  div.section .accordion_renewal.line02 h3 {
    margin-left: 98px;
    padding: 6px 40px 6px 120px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }
  .accordion_renewal img {
    float: left;
    width: 107px;
  }
}



@media screen and (max-width: 989px){
  div.section ul.slideTemp01 li {
    float: left;
    width: 280px;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
  }
  div.section ul.slideTemp01 li a {
    color: #1eb2c2;
    text-decoration: none;
    display: block;
    text-align: left;
    position: relative;
  }
  div.section ul.slideTemp01 li img {
    margin: 0 0 12px;
    width: 100%;
  }
  div.section ul.slideTemp01 button.slick-arrow {
    text-indent: -999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 32%;
    position: absolute;
  }
  div.section ul.slideTemp01 button.slick-prev {
    background: url(../../img/common/vector_left.svg) no-repeat center center;
    background-size: cover;
    left: -10px;
    z-index: 10;
  }
  div.section ul.slideTemp01 button.slick-next {
    background: url(../../img/common/vector_right.svg) no-repeat center center;
    background-size: cover;
    right: -10px;
    z-index: 10;
  }
  div.section ul.slideTemp01 .slick-dots {
    clear: both;
    padding: 10px 0 0;
  }
  div.section ul.slideTemp01 .slick-dots li {
    float: none;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    background: none;
    border: 1px solid #1eb2c2;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
  }
  div.section ul.slideTemp01 .slick-dots li.slick-active {
    background: #1eb2c2;
  }


}




/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px){


}


/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px){


}



















/**/

.kurage_link {
  font-weight: 700;
  margin-top: 15px;
}
.kurage_link a {
  text-decoration: underline;
}
.kurage_link a:hover {
  text-decoration: none;
}