@charset "utf-8";
/* CSS Document */

.title h2{
	width:1440px;
	margin:0 auto;
}
.1f{
	width:100px;
	margin:0 auto;
}
.floor-content,.img-content{
	background:#fff5e7;
	display:flex;
	padding:30px;
	border-radius:10px;
	margin-bottom:30px;
}
.content{
	width:1600px;
	margin:0 auto;
}
.content h2,.each-floor-box h2{
	text-align:left;
}
.text-content{
	margin:auto 0;
	padding:0 0 0 30px;
}
.restaurant-button{
	background:#603011;
	padding:12px 24px;
	border:solid 0px;
	box-shadow:none;
	border-radius:3px;
	font-size:32px;
	margin:0 !important;
	text-align:center;
}
.restaurant-button:hover{
	background:#fff;
	
}
a .restaurant-button{
	color:#fff;
	margin:10px;
}
a .restaurant-button:hover{
color:#603011;
}
.each-floor{
	background:#fff5e7;
	margin-top:80px;
	padding:30px 0 60px;
}
.floor-content{
	background:#fff5e7;
	display:flex;
}
.each-floor-box{
	width:1600px;
	margin:0 auto;
}
.each-floor-content{
	background:#FFFFFF;
	display:flex;
	padding:15px;
}
/*スライドショー*/
.slide{
	margin-right:20px;
	
}
.slider {
  width: 500px;
  height: 300px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}

.slider > :first-child {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes scroll {
0% {
  margin-left: 0;
}

20% {
  margin-left: -100%;
}

25% {
  margin-left: -100%;
}

45% {
  margin-left: -200%;
}

50% {
  margin-left: -200%;
}

70% {
  margin-left: -300%;
}

75% {
  margin-left: -300%;
}

95% {
  margin-left: -400%;
}

100% {
  margin-left: -400%;
}
}
.img-content img{
	width:500px;
	height:300px;
	margin-right:20px;
}
	
.please,.room{
	width:1600px;
	margin:0 auto;
	padding:80px 0 60px;
}
.please h2,.room h2{
	text-align:center;
}
.please-text{
	padding:30px 0;
	border-bottom:solid 1px #603011;
	text-align:left;

}
.car{
	padding:60px;
}
.car-content h2,.car-content p{
	text-align:center;
}
.room-clean{
	text-align:left;
	width:1480px;
	margin:80px auto 60px;
	background:#fff5e7;
	padding:30px 60px 55px;
}