@charset "UTF-8";

* {
    font-family: cursive,serif;
    color: white;
}
/*----------------タイトル・背景画-------------------*/
.title-image {
    position: relative;
    width: 1380px;
    height:400px;
    object-fit: cover;
    margin-bottom: 100px;
    margin-left: -40px;
    filter: blur(5px);
}
.title-text1 {
    font-size: 80px;
    color: white;
    position: absolute;
    text-align: center;
    top: 50px;
    left: 10px;
}

/*--------予約・問い合わせ------------*/
.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;
}
/*---------------背景画像--------------------------------*/
.haikei2 {
    position: absolute;
    top: 410px;
    left: 0px;
    background-color: #008080;
    width: 1350px;
    height: 910px;
}
/*---------------説明部分--------------------------------*/
.dogashi1 {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 420px;
    position: absolute;
}

.setumei1 h2{
    left: 80px;
    top: 430px;
    position: absolute;
}
.setumei1 p {
    font-size: 20px;
    left: 100px;
    top: 480px;
    position: absolute;
}
.dogashi2 {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 580px;
    position: absolute;
}

.setumei2 h2{
    left: 80px;
    top: 580px;
    position: absolute;
}
.setumei2 p {
    font-size: 20px;
    left: 100px;
    top: 640px;
    position: absolute;
}
.dogashi3 {
    width: 100px;
    height: 100px;
    left: 700px;
    top: 820px;
    position: absolute;
}

.setumei3 h2{
    left: 800px;
    top: 830px;
    position: absolute;
}
.setumei3 p {
    font-size: 20px;
    left: 830px;
    top: 880px;
    position: absolute;
}
.dogashi4 {
    width: 100px;
    height: 100px;
    left: 700px;
    top: 970px;
    position: absolute;
}

.setumei4 h2{
    left: 800px;
    top: 980px;
    position: absolute;
}
.setumei4 p {
    font-size: 20px;
    left: 830px;
    top: 1020px;
    position: absolute;
}
.dogashi5 {
    width: 100px;
    height: 100px;
    left: 700px;
    top: 1120px;
    position: absolute;
}

.setumei5 h2{
    left: 800px;
    top: 1130px;
    position: absolute;
}
.setumei5 p {
    font-size: 20px;
    left: 830px;
    top: 1180px;
    position: absolute;
}
/*-------------------スライドショー➀------------------------*/
.slideBox {
  height: 500px;
  left: 670px;
  top: 420px;
  z-index: 80;
  position: absolute;
}

/* imgのみ */
.item1 {
  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;

}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

/*-------------------スライドショー②------------------------*/
.slideBox2 {
  height: 500px;
  position: absolute;
  left: 50px;
  top: 820px;
  padding-bottom: 50px;
}

/* imgのみ */
.item2 {
  opacity: 0;
  width: 600px;
  height: 500px;
  display: flex;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;

}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item2: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;
  }
}

/*----------------------------ページ下--------------------------*/
.under-box2 {
    top: 1300px;
    left: 0;
    background-color: #008080;
    height: 600px;
    width: 1350px;
    position: absolute;
}
/*TOP*/
.under-box2 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-box2 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-box2 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-box2 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-box2 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_image2 {
    top: 1520px;
    left: 600px;
    height: 150px;
    width: 150px;
    position: absolute;
}

.access-box a {
    top: 0px;
    left: 0px;
    height: 300px;
    width: 450px;
    background: transparent;
    position: absolute;
}