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

.timetable{
	width:1600px;
	margin:0 auto;
	padding:80px 0;
}
.timetable h2{
	text-align:center;
}
.timetable-content{
	display:flex;
	margin:0 auto;

}
.box{
	width:533px;
	text-align:center;
}
.box img{
	width:300px;
	padding-bottom:15px;
	
}
.box h3{
	text-align:center;
	font-size:38px;
}
.taxi{
	width:1600px;
	padding:60px 0;
	margin:0 auto;
}
.taxi p{
	text-align:center;
	padding-bottom:45px;
}
.taxi-list{
	display:flex;
	width:1200px;
	margin:0 auto;
	border-top:dotted 2px #602011;
}
.taxi-list:last-child{
	border-bottom:dotted 2px #602011;
}

.taxi-list h4{
	width:600px;
	padding:17px;
	margin:0;
	font-size:42px;
}
.back{
	text-align:center ;	
}
.sightseeing{
	background:#fff5e7;
	padding:100px 0;
}
.sightseeing-content{
	width:1600px;
	margin:0 auto 60px;
	display:flex;
}
.sightseeing-text{
	width:900px;
}
.sightseeing-text h2{
	text-align:left;
}
.sightseeing-wrap{
	display:flex;
	margin:0 auto;
	width:1600px;
}
.wrap{
	width:524px;
	padding-right:15px;
}
.wrap img{
	width:524px;
}
.wrap h4{
	text-align:center;
	margin:15px 0 35px;
}

.tabelog{
	width:1600px;
	margin:0 auto;
	padding:80px 0 100px;
}
.tabelog-content{
	display:flex;
}
.tabelog-qr{
	width:800px;
	margin:auto 0;
	text-align:center;
}
.tabelog-qr p{
	text-align:center;
}
/*スライドショー*/
.slide{
	margin-right:20px;
}
.slider {
  width: 800px;
  height: 553px;
  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%;
}
}