@charset "UTF-8";

* {
    font-family: cursive,serif;
    color: white;
}
/*----------------タイトル・背景画-------------------*/
.title-image {
    position: relative;
    width: 1380px;
    height:400px;
    /*object-fit: cover;*/
    margin-bottom: 500px;
    margin-left: -40px;
    filter: blur(5px);
    top: 0px;
    overflow-y: hidden;
}
.title-text2 {
    font-size: 80px;
    color: white;
    position: absolute;
    text-align: center;
    top: 100px;
}

/*--------予約・問い合わせ------------*/
.right-box2 {
    position: fixed;
    top: 0;
    left: 1210px;
    width: 150px;
    height: 1200px;
    background-color: gray;
    z-index: 99;
    
}
.right-box2 p {
    writing-mode: vertical-rl; /* 縦書き（右→左） */
    text-orientation: upright; /* 文字の向きを正立に */
    color: white;
    font-size: 50px;
    left: -20px;
    top: 30px;
    position: absolute;
    
}
/*Instagramロゴ*/
.instagram {
    top: 500px;
    left: 1250px;
    height: 60px;
    width: 60px;
    background: transparent;
    position: fixed;
}
/*Instagramロゴ*/
.LINE {
    top: 600px;
    left: 1250px;
    height: 60px;
    width: 60px;
    background: transparent;
    position: fixed;
    color: white;
}
.LINE-box a {
  top: 80px;
  left: 900px;
  height: 60px;
  width: 150px;
  background: transparent;
  position: absolute;
}
.Instagram-box a {
  top: 80px;
    left: 1130px;
    height: 60px;
    width: 300px;
    background: transparent;
    position: absolute;
}
/*---------------背景画像--------------------------------*/
.haikei3 {
    position: absolute;
    top: 410px;
    left: 0px;
    background-color: #008080;
    width: 1350px;
    height: 1600px;
}
/*---------------説明部分--------------------------------*/
.zentai {
    top: 450px;
    left: 20px;
    width: 600px;
    height: 500px;
    position: absolute;
}
.zentai-text1 {
    top: 580px;
    left: 280px;
    font-size: 20px;
    color: aqua;
    position: absolute;
    font-weight: bold;
    z-index: 50;
}
.zentai-text2 {
    top: 790px;
    left: 200px;
    font-size: 20px;
    color: orange;
    position: absolute;
    font-weight: bold;
    z-index: 50;
}
.dogashi1 {
    width: 100px;
    height: 100px;
    left: 700px;
    top: 450px;
    position: absolute;
}

.setumei1 h2{
    left: 830px;
    top: 460px;
    position: absolute;
}
.setumei1 p {
    font-size: 20px;
    left: 850px;
    top: 510px;
    position: absolute;
}
.dogashi2 {
    width: 100px;
    height: 100px;
    left: 700px;
    top: 440px;
    position: absolute;
}

.setumei6 h2{
    left: 680px;
    top: 440px;
    position: absolute;
}
.setumei6 p {
    font-size: 20px;
    left: 670px;
    top: 600px;
    position: absolute;
}

/*-------------ドッグランスライドショー------------------------*/

.dogashi3 {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 980px;
    position: absolute;
}
.dogrun-title h2 {
    left: 110px;
    top: 1040px;
    position: absolute;
}
.slideBox3 {
  height: 500px;
  width: 400px;;
  left: 100px;
  top: 1100px;
  z-index: 80;
  position: absolute;
}

/* imgのみ */
.item3 {
  opacity: 0;
  width: 500px;
  height: 400px;
  display: flex;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;

}

.item3:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item3:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.dogrun-text {
  display: flex;
  align-items: center;
  left: 600px;
  top: 1100px;
  height: 400px;
  width: 550px;
  border: 1px solid white;
  position: absolute;
}

/*-------------アジリティスライドショー------------------------*/

.dogashi4 {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 1500px;
    position: absolute;
}
.agility-title h2 {
    left: 110px;
    top: 1540px;
    position: absolute;
}
.slideBox4 {
  height: 500px;
  width: 400px;;
  left: 100px;
  top: 1600px;
  z-index: 80;
  position: absolute;
}

/* imgのみ */
.item4 {
  opacity: 0;
  width: 500px;
  height: 400px;
  display: flex;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;

}

.item4:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item4:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.agility-text {
  display: flex;
  align-items: center;
  left: 600px;
  top: 1600px;
  height: 400px;
  width: 550px;
  border: 1px solid white;
  position: absolute;
}

/*----------------------------ページ下--------------------------*/
.under-box3 {
    top: 2010px;
    left: 0;
    background-color: #008080;
    height: 600px;
    width: 1350px;
    position: absolute;
}
/*TOP*/
.under-box3 p9 {
    position: absolute;
    top: 40px;
    left: 135px;
    color: white;
    font-size: 40px;
    padding: 30px;
}

.top-box a {
  top: 40px;
  left: 140px;
  height: 60px;
  width: 180px;
  background: transparent;
  position: absolute;
}
/*宿泊*/
.under-box3 p10 {
    position: absolute;
    top: 120px;
    left: 60px;
    color: white;
    font-size: 40px;
    padding: 30px;
}

.shukuhaku-box a {
  top: 120px;
  left: 150px;
  height: 60px;
  width: 140px;
  background: transparent;
  position: absolute;
}

/*ドッグラン*/
.under-box3 p11 {
    position: absolute;
    top: 200px;
    left: 130px;
    color: white;
    font-size: 40px;
    padding: 30px;
}

.dogrun-box a {
  top: 200px;
  left: 140px;
  height: 60px;
  width: 230px;
  background: transparent;
  position: absolute;
}

/*設備・サービス*/
.under-box3 p12 {
    position: absolute;
    top: 280px;
    left: 60px;
    color: white;
    font-size: 40px;
    padding: 30px;
}

.service-box a {
  top: 280px;
  left: 140px;
  height: 60px;
  width: 320px;
  background: transparent;
  position: absolute;
}

/*営業日*/
.under-box3 p13 {
    position: absolute;
    width: 600px;
    top: 360px;
    left: 95px;
    color: white;
    font-size: 40px;
    padding: 30px;
}

.information-box a {
  top: 360px;
  left: 140px;
  height: 60px;
  width: 160px;
  background: transparent;
  position: absolute;
}





/*住所・会社名*/
.footer p {
    top: 60px;
    left: 580px;
    font-size: 30px;
    line-height: 50px;
    color: white;
    height: 100px;
    width: 760px;
    position: absolute;
}
.footer-right {
    top: 480px;
    left: 150px;
    font-size: 40px;
    color: white;
    position: absolute;
    margin-bottom: -90px;
}


.map_image3 {
    top: 2250px;
    left: 600px;
    height: 150px;
    width: 150px;
    position: absolute;
}

.access-box a {
    top: 0px;
    left: 0px;
    height: 300px;
    width: 450px;
    background: transparent;
    position: absolute;
}