@charset "UTF-8";


main {
	position: relative;
  text-align: left;
	background-color: #FFFFFF;
}

.sec01,.sec03 {
  background: #000;
  color: #FFF;
}

#mainImg {
  height: 500px;
  background: url(../img/hotel/imgMain02.png) no-repeat center center;
  background-size: cover;
}

dl dt {
  margin-top: 10px;
  margin-bottom: 10px;
}

#top.catch{
	padding:0;
}
#top.mv{
	height:56.25vw;
	overflow:hidden;
	display: flex;
  justify-content: center;
  align-items: center;
	position:relative;
}
/*.catch h2{
	position:relative;
	z-index:2;
}*/
#pc-video{
	background:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	width:100%;
	height:100vh;
}
#pc-video:before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100vh;
}
#video{
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden !important;
}
#video iframe{
position: fixed;
z-index:0;
top:50%;
left: 50%;
   transform: translate(-50%, -50%);
   width: 177.77777778vh;
   height: 56.25vw;
   min-height: 100%;
   min-width: 100%;
}
#sp-slider{display:none;}

@media screen and (max-width:768px) {
#pc-video{display:none;}
#sp-slider{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80vh;
}
#sp-slider li{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-animation: autoplay 40s infinite;
	animation: autoplay 40s infinite;
	overflow:hidden;
	width:100%;
	height:80vh;
}
#sp-slider li:first-child{animation-delay:0;}
#sp-slider li:nth-child(2){animation-delay:5s;}
#sp-slider li:nth-child(3){animation-delay:10s;}
#sp-slider li:nth-child(4){animation-delay:15s;}
#sp-slider li:nth-child(5){animation-delay:20s;}
#sp-slider li:nth-child(6){animation-delay:25s;}
#sp-slider li:nth-child(7){animation-delay:30s;}
#sp-slider li:nth-child(8){animation-delay:35s;}
#sp-slider li img{
	position:absolute;
	right:0;
	width:auto;
	height:100%;
}
#sp-slider li:nth-child(5) img{
	right:inherit;
	left:0;
}
}