@charset "UTF-8";
/* CSS Document */
/***トップイメージ*******************************************************/
@keyframes topimg {
  0%{ opacity: 0; }
  50%{ opacity: 1; }
  100%{ opacity: 1; }
}
.catchcopy{
  width: 1250px;
  height: 800px;
  margin: 50px auto auto auto;
  animation-name:  topimg;
  animation-duration: 3s;
  animation-timing-function:ease-in;
  background-image: url("../img/top/top.jpg");
  background-repeat: no-repeat;
}
.catch_wrapper{  margin-left: 460px; }
.catch_wrapper h2{font-size: 5rem;font-family: 'Pinyon Script', cursive;line-height: 2;}
/***お得な予約方法*******************************************************/
.booking{ background-color: #edfafd;}
.booking-wrapper{
  width: 960px;
  margin-left: auto; margin-right: auto;
  padding: 60px 0;  
}
.booking h2{
  font-weight: normal;
  font-size:2.6rem;
  margin-bottom: 30px;
}
/*文章の領域*/
.booking .bg{
  margin: 20px;
  width:  458px;
  height:  272px;
}
.booking p{
  margin-bottom: 30px;
}
.booking a{
  width: 180px;
  margin-left: 240px;
}
@keyframes bg-slider{
  0%{ background-position: 0 0;opacity:0;}
  10%{ background-position: 0 0;opacity:1;}
  23%{ background-position: 0 0;opacity:1;}
  33%{ background-position: 0 0;opacity:0;}  
  34%{ background-position: 400px 0;opacity:0;}
  44%{ background-position: 400px 0;opacity:1;}  
  56%{ background-position: 400px 0;opacity:1;}
  66%{ background-position: 400px 0;opacity:0;} 
  67%{ background-position: 800px 0;opacity:0;}
  77%{ background-position: 800px 0;opacity:1;}
  90%{ background-position: 800px 0;opacity:1;}
  100%{ background-position: 800px 0;opacity:0;}
}
@keyframes bg-slider-sp{
  0%{ background-position: 0 0;opacity:0;}
  10%{ background-position: 0 0;opacity:1;}
  23%{ background-position: 0 0;opacity:1;}
  33%{ background-position: 0 0;opacity:0;}  
  34%{ background-position: 300px 0;opacity:0;}
  44%{ background-position: 300px 0;opacity:1;}  
  56%{ background-position: 300px 0;opacity:1;}
  66%{ background-position: 300px 0;opacity:0;} 
  67%{ background-position: 600px 0;opacity:0;}
  77%{ background-position: 600px 0;opacity:1;}
  90%{ background-position: 600px 0;opacity:1;}
  100%{ background-position: 600px 0;opacity:0;}
}
.booking-img-wrap{ margin: auto;}
.booking-img{
  animation: bg-slider 15s  ease-in-out infinite;
  width: 400px;height: 300px;
  background-image: url("../img/top/top2.jpg");
}
/***中央ナビ*******************************************************/
.center_nav{ justify-content: space-around; margin-top: 100px;}
.center_nav li{  width: 320px;  height: 320%; list-style: none;}
.center_nav a{  opacity: 1; transition-duration: 0.3s; }
.center_nav a:hover{	opacity:0.6; transition-duration: 0.3s; }
.center_nav_img{
  position: relative;
  display:block;
  width:320px;
  height:320px;
  background:url("../img/top/pc_btn.jpg") no-repeat;
  white-space:nowrap;
  overflow:hidden;
}
.img1{background-position: 0px;}
.img2{background-position: -320px;}
.img3{background-position: -640px;}
.img4{background-position: -960px;}
.square{
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%; left:50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.8);
}
.cntitle{
  position: absolute;
  top: 50%; left:50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  text-align: center;
  color: #000;
}
.diamond{
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #fff 1px;
  width: 80px;
  height: 80px;
}
/***新着情報*******************************************************/
.news{
  margin-top: 150px;
  background: no-repeat url("../img/com/smallwave.png") left top;
}
.news-inner{  margin-left: 200px;}
.news h2{padding: 30px 0 15px 0;}
/*
.news{ margin-top: 150px; display: flex; justify-content: center;}
.news p:first-of-type{ padding-top: 30px; padding-bottom: 20px;}
*/
.youtube{padding-top: 100px; text-align: center;}
/***************************
**モバイル対応****************
***************************/
@media screen and (max-width:480px){
  .catchcopy{
    width: 100vw; height: 160vw;
    margin: 0;
    background-image: url("../img/top/top-sp.jpg");
    -webkit-background-size: cover;
    background-size: contain;
  }
  .catch_wrapper{
    box-sizing: border-box;
    width: 100%; height: 100%;
    padding: 45% 20px 0 20px;
    margin-left: 0;
  }
  .catch_wrapper h2{font-size: 3rem;line-height: 2;}
  .catch_wrapper p{font-size: 1.4rem;line-height: 1.5;}
  /******booking***************************/
  .booking{ margin-top: 60px; width: 100vw;}
  .booking-wrapper{
    width: 100%;
    margin-left: 0; margin-right: 0;
    padding: 20px 0;
  }
  .booking h2{
    font-weight: normal;
    font-size:1.8rem;
    margin-bottom: 30px;
  }
  .booking .bg{
    margin: 10px;
    width:  auto;
    height:  auto;
  }
  .booking p{ margin-bottom: 30px; }
  .booking a{ margin-left: auto; margin-right: 20px; }
  .booking-img{
    animation-name: bg-slider-sp;
    margin-top: 20px;
    width:300px; height: 225px;
    -webkit-background-size: 900px 225px;
    background-size: 900px 225px;
  }
  /*中央ナビ */
  .center_nav{ justify-content: center; align-items: center; margin-top: 60px;}
  .center_nav_img{
    width: 300px;
    height: 145px;
    background:url("../img/top/sp_btn.jpg") no-repeat;
    white-space:nowrap;
    overflow:hidden;
    -webkit-background-size: 1200px 145px;
    background-size: 1200px 145px;
    margin: 20px auto;
  }
  .img1{background-position: 0px;}
  .img2{background-position: -300px;}
  .img3{background-position: -600px;}
  .img4{background-position: -900px;}  
  /*news*/
  .news{background-size: 20%;margin-top: 70px;}
  .news-inner{ margin-left: 0;}
  .news h2{padding-left: 60px; padding-top: 20px;padding-right: 5px;font-size: 15px;}
  .newsbody{padding: 10px 20px;}
  /*
  .news { display: block; margin-top: 92px;}
  .news span:first-of-type{ display: flex;}
  .news img{ width: 87px; height: 87px; }
  .newsbody{ padding-left: 20px;}
  */ 
  .youtube iframe{width:320px!important;height: 180px!important;}
}