@charset "UTF-8";

.catchsp, .catch{
  width: 100%;
}

.islandsp, .islandpc{
  width: 100%;
}

.island-p{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.island-p h2{
  color: #FF2E4B;
}

.island-p .ep{
  color: #4C4948;
}

.wrapper {
	display: grid;
}

.wrapper > * {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
}

.h2x, .sec3 .title, .sec4 .title{
  margin-top: 50px;
}

.kahikosp, .kahikopc, .naturesp, .naturepc{
  width: 100%;
}

.island{
  background-color: #2EDFBB;
}

.wid{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sec1, .sec3{
  background-image: url(../image/sand.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 0;
}

.sec2{
  background-color: #75D509;
  padding-bottom: 70px;
  margin-top: -60px;
}

.sec4{
  background-color: #2EDFBB;
  padding-bottom: 70px;
  margin-top: -60px;
}

.wave2{
  margin-top: -5px;
}

.hitomi, .kumu{
  max-width: 250px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.sec3 .wid img, .sec4 .wid img{
  max-width: 200px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.sec5{
  background-image: url(../image/beach.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100px;
}

.sec3 h3, .sec4 h3{
  text-align: center;
}

.sawa-p p, .meg-p p, .megumi-p p, .yukiko-p p,
.fumiko-p p, .ani-p p, .sakie-p p, .rie-p p, .nana-p p{
  text-align: center;
}

.turtle {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(0deg);
  }
}


@media (max-width:767px){
  .kv{
    width: 100%;
    background-image: url(../image/mv1sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: top;
    margin-top: 50px;
  }

  .kv{
    position: relative;
  }

  .turtle{
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 70px;
  }

  .catch{
    display: none;
  }

  h2, .bdy, .suby{
    padding-bottom: 10px;
  }

  .islandpc{
    display: none;
  }

  .islandsp, .islandpc{
    margin-top: 10px;
  }

  .island-p{
    margin-top: 30px;
  }

  .kahikopc{
    display: none;
  }

  .naturepc{
    display: none;
  }

  .kahikosp{
    margin-top: -30px;
  }

  .sec2 h2, .sec4 h2{
    padding-top: 30px;
  }

  .hitomi-box, .kumu-box{
    background-color: rgba(255, 250, 240, 0.8);
    padding: 130px 20px 50px 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: -100px;
    margin-bottom: 50px;
  }

  .hitomi-box{
    margin-bottom: 100px;
  }

  .hitomi-img, .kumu-img{
    text-align: center;
  }

  .hitomi-box h3, .kumu-box h3{
    text-align: center;
  }

  .sawa-p p, .meg-p p, .megumi-p p, .yukiko-p p,
  .fumiko-p p, .ani-p p, .sakie-p p, .rie-p p, .nana-p p{
    margin-top: 5px;
  }

  .sawa-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 30px 0px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .meg-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 35px 30px 25px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .megumi-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 30px 0px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .yukiko-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px 30px 10px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 80px auto;
  }

  .sawa{
    margin-top: 50px;
  }

  .meg, .yukiko{
    text-align: right;
    margin-top: 30px;
  }

  .megumi{
    margin-top: 30px;
  }

  .fumiko-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 55px 30px 5px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .ani-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 20px 30px 40px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .sakie-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px 30px 10px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .rie-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 30px 0 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 0 auto;
  }

  .nana-p{
    width: 250px;
    height: 250px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 30px 30px 30px 30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -20px auto 30px auto;
  }

  .fumiko{
    margin-top: 50px;
  }

  .ani, .rie{
    text-align: right;
    margin-top: 30px;
  }

  .sakie, .nana{
    margin-top: 30px;
  }

  .map{
    max-width: 100%;
    padding: 20px;
    margin: 50px 0 50px 0;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }

  .map p{
    color: #4C4948;
    padding-bottom: 10px;
  }

  iframe{
    max-width: 100%;
    padding-bottom: 10px;
  }
}


@media (min-width:768px){
  .kv{
    width: 100%;
    background-image: url(../image/mv1pc.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: top;
    margin-top: 50px;
  }

  .kv{
    position: relative;
  }

  .turtle{
    position: absolute;
    right: 40px;
    bottom: 55px;
    width: 70px;
  }

  .catchsp{
    display: none;
  }

  .islandsp{
    display: none;
  }

  .islandsp, .islandpc{
    margin-top: 30px;
  }

  .island-p{
    margin-top: 80px;
  }

  .kahikosp{
    display: none;
  }

  .kahikopc{
    margin-top: -33px;
  }

  .naturesp{
    display: none;
  }

  .hitomi-box, .kumu-box{
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: -100px;
    margin-bottom: 50px;
  }

  .hitomi-box{
    margin-bottom: 100px;
  }

  .hitomi-img{
    padding-left: 50px;
    margin-top: -50px;
  }

  .kumu-img{
    text-align: right;
    padding-right: 50px;
    margin-top: -50px;
  }

  .hitomi-box h3{
    padding-left: 40%;
  }

  .kumu-box h3{
    text-align: right;
    padding-right: 40%;
  }

  .sawa-p{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 50px 40px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px auto 0 130px;
  }

  .meg-p{
    width: 350px;
    height: 350px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 50px 40px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px 170px 0 auto;
  }

  .megumi-p{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 90px 50px 10px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px auto 0 180px;
  }

  .yukiko-p{
    width: 350px;
    height: 350px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 80px 50px 20px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px 120px 50px auto;
  }

  .sawa{
    margin-top: 50px;
  }

  .meg{
    text-align: right;
    margin-right: 50px;
    margin-top: -350px;
  }

  .megumi{
    margin-left: 50px;
    margin-top: -100px;
  }

  .yukiko{
    text-align: right;
    margin-top: -300px;
  }

  .fumiko-p{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 60px 50px 40px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px auto 0 130px;
  }

  .ani-p{
    width: 350px;
    height: 350px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px 170px -100px auto;
  }

  .sakie-p{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px auto 0 180px;
  }

  .rie-p{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 80px 50px 20px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px 120px 0 auto;
  }

  .nana-p{
    width: 350px;
    height: 350px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 50px 50px 50px 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -130px auto 50px 130px;
  }

  .fumiko{
    margin-top: 50px;
  }

  .ani{
    text-align: right;
    margin-right: 50px;
    margin-top: -350px;
  }

  .sakie{
    margin-top: -100px;
    margin-left: 50px;
  }

  .rie{
    text-align: right;
    margin-top: -300px;
  }

  .nana{
    margin-top: -100px;
  }

  .map{
    max-width: 100%;
    padding: 30px;
    margin: 50px 20px 50px 20px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }

  .map p{
    color: #4C4948;
    font-size: 1.5em;
    padding-bottom: 10px;
  }

  iframe{
    max-width: 100%;
    width: 1000px;
    height: 300px;
    padding-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:1199px){
  .meg{
    margin-top: -50px;
  }

  .megumi{
    margin-top: -5px;
  }

  .yukiko{
    margin-top: -50px;
  }

  .ani{
    margin-top: -50px;
  }

  .sakie{
    margin-top: 100px;
  }

  .rie{
    margin-top: -50px;
  }

  .nana{
    margin-top: -50px;
  }
}

@media (max-width:340px){
  .class{
    padding: 0 0 1px 0;
    margin: 0;
  }

  .sawa-p p, .meg-p p, .megumi-p p, .yukiko-p p,
  .fumiko-p p, .ani-p p, .sakie-p p, .rie-p p, .nana-p p{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .sawa-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 35px 20px 5px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .meg-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 20px 20px 20px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .megumi-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 40px 20px 0 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .yukiko-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 30px 20px 10px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 80px auto;
  }

  .fumiko-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 35px 20px 5px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .ani-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 5px 20px 35px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .sakie-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 35px 20px 5px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .rie-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 40px 20px 0 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 0 auto;
  }

  .nana-p{
    width: 200px;
    height: 200px;
    background-color: rgba(255, 250, 240, 0.8);
    padding: 10px 20px 30px 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: -10px auto 30px auto;
  }
}
