@charset "utf-8";



body{
    background-color: #F9C385;
}

.flex{
  display: flex;
}

.relative{
  position: relative;
}

img{
    /* max-width: 100%; */
    width: 100%;
}
.center,slideBox{
    width:80%;
    margin:10% auto;
}
.hokahoka{
    width: 15%;
    margin: -23% auto;
    position:absolute;
    left:34%;
}

.kumo2, .doro-n{
    position: relative;
}


.txt_anime_left{
    width:60%;
    position:absolute;
    z-index: 1;
    left:0;
}
.txt_anime_center{
    width:40%;
    position:absolute;
    z-index: 3;
    left:24%;
}
.txt_anime_right{
    width:60%;
    position:absolute;
    z-index: 2;
    right:0;
}

.element.fuwafuwa01{
    width:30%;
    position: absolute;
    top: 60%;
    right: 0;
} 
.doro-n h2{
    margin-top: 385px;
}
#doroImg{
  z-index: -1;
}
#heart{
  z-index: 99;
  margin: -280px 0;
  left: 0;
}
#nedan{
  margin-top: 10%;  
}
#oishii{
  margin-top: 10%;
}
#last{
  margin-top: 10%; 
  width: 92%;
  margin: 0 auto; 
}
#logo{
  margin-top: 0 0%;
}

.box{
    margin:0 auto;
    padding:0;
    text-align: center;
 }
 @media screen and (max-width: 768px) {
  .text1,.btn-opacity{
      font-size: 2.5vw;
  }
}
.text1{
        color: #ff6788; 
        font-family:serif;
        background:#ffffff; /*背景色の指定*/
        border:#fb60b0 2px dashed; /*境界線の指定*/
        box-shadow: 0 0 0 6px #ffffff; /*境界線の外側の指定*/
        width:70%;
        margin:30px auto;
        text-align: center;
 }
 .name{
    color: #5e6266;     /* 文字色指定 */
 }
 /* ボタンの基本スタイル */
.btn a {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #ff3a82;
  font-family:serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
}
.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* ホバー時のスタイル */
.btn-opacity a:hover {
  opacity: 0.7;
}
/* ボタンここまで */
footer{
width: 100%;
height: 100px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}

ul {
    margin: 0 10px;
    display: flex;
    justify-content: center;
  }
  li {
    list-style: none;
    margin: 0% 15px;
  }

/* ふわふわドローンここから */
/* ふわふわアニメーションここから */
/* 縦のふわふわ指定 */
.fuwafuwa01 {
    animation: fuwafuwa01 2s infinite ease-in-out;
}
/* 横のふわふわ指定
.fuwafuwa02 {
    animation: fuwafuwa02 2s infinite ease-in-out;
    ｝    */

/* 縦のふわふわの動き */
@keyframes fuwafuwa01 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
}
/* 横のふわふわの動き
@keyframes fuwafuwa02 {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
     } */

/* ふわふわアニメーションここまで */


    /* くもテスト */

    
  
  .txt_anime_left img{
    animation: animeleft 20s linear infinite;
    transform: translateX(30%);
  }
  
  @keyframes animeleft {
  100% {
    transform: translateX(-100%);
   }
  }


  .txt_anime_center img{
    animation: animecenter 20s linear infinite;
    transform: translateX(50%);
  }
  
  @keyframes animecenter {
  100% {
    transform: translateX(-100%);
   }
  }


  .txt_anime_right img{
    animation: animeright 20s linear infinite;
    transform: translateX(-30%);
  }
  
  @keyframes animeright {
  100% {
    transform: translateX(100%);
   }
  }

/* ここからスライドショー */
.slideBox {
  width: 80%;
  margin: 0 auto;
  height: 320px;
    overflow: hidden;
    position: relative;

  }
  
  /* imgのみ */
  .item1 {
    opacity: 0;
    height: 50vw;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite;
  }
  
  .item1:nth-of-type(2) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }
  
  .item1:nth-of-type(3) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
  }
  
  /* ふわっとアニメーション */
  @keyframes anime {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    35% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      z-index: 9;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes anime {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    35% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      z-index: 9;
    }
    100% {
      opacity: 0;
    }
  }
/* ここまでスライドショー44 */

/* ここからスワイパーのCSS */
/* swiper{max-width: 1000px;}スライドショー構造全体の幅を決める。 */
                /* .swiper-slide img{width: 100%;}
                .swiper-pagination-bullet{
                    background-color: ここに色指定;}*//*スライド下の●の色や大きさを変える。*/
                
                /*.swiper-button-prev,.swiper-button-next{
                     color: ここに色指定;}/*左右矢印の大きさや色、配置を変える。*/
/* ここまでスワイパーのCSS */