@charset "UTF-8";

* {
    font-family: cursive,serif;
}
/*----------------タイトル・背景画-------------------*/

.title-text5 p {
    font-size: 80px;
    color: white;
    position: absolute;
    text-align: center;
    top: -50px;
    z-index: 90;
}
/*--------予約・問い合わせ------------*/
.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;
}
/*---------------背景画像--------------------------------*/
.haikei6 {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #008080;
    width: 1350px;
    height: 2220px;
}

/*---------------地図--------------------------------*/
.map p {
    position: absolute;
    top: 100px;
    left: 100px;
    color: white;
    font-size: 30px;
    z-index: 80;
}
.map iframe {
    position: absolute;
    top: 250px;
    left: 100px;
    width: 900px;
    height: 500px;
    z-index: 80;
}

/*--------------案内---------------------------------*/
/*-------------------スライドショー➀------------------------*/
.annai1 p {
    position: absolute;
    top: 800px;
    left: 100px;
    color: white;
    font-size: 30px;
}
.slideBox5 {
  width: 600px;
  height: 450px;
  left: 100px;
  top: 900px;
  position: absolute;
}

/* imgのみ */
.item5 {
  opacity: 0;
  width: 600px;
  height: 450px;
  display: flex;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}

.item5:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item5: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;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.annai2 p {
    position: absolute;
    top: 1020px;
    left: 720px;
    color: white;
    font-size: 20px;
    z-index: 80;
}

.annai3 img {
    position: absolute;
    top: 1500px;
    left: 80px;
    width: 700px;
    height: 550px;
}
.annai3 p {
     position: absolute;
    top: 1500px;
    left: 700px;
    font-size: 20px;
    color: white;
}
/*----------------------------ページ下--------------------------*/
.under-box6 {
    top: 2040px;
    left: 0;
    background-color: #008080;
    height: 600px;
    width: 1350px;
    position: absolute;
}
/*TOP*/
.under-box6 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-box6 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-box6 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-box6 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-box6 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_image6 {
    top: 2280px;
    left: 600px;
    height: 150px;
    width: 150px;
    position: absolute;
}

.access-box a {
    top: 0px;
    left: 0px;
    height: 300px;
    width: 450px;
    background: transparent;
    position: absolute;
}