body{
	background: #000;
}
section#morning{
	width: 80%;
	max-width: 1240px;;
	margin: 55px auto 0;
	padding: 50px 0;
}
section#morning h2{
	display: block;
	text-indent: -9999px;
	background: url(../img/title.png) no-repeat;	
 	width:700px;
	height: 45px;
	margin: 0 auto 20px;
}
section#morning h3{
	font-family: "Sawarabi Mincho" !important;
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	color: #fff;
	margin: 50px auto 20px;
}
section#morning h3 br{
	/*display: none;*/
}
section#morning div.price{
	display: flex;
	justify-content: center;
}
section#morning table{
	color: #fff;
	font-size: 36px;
	font-family: "Sawarabi Mincho" !important;
	margin: 0 0 50px;
}
section#morning table th,
section#morning table td{
	padding: 5px 10px;
}
section#morning table th em{
	font-style: normal;
	font-size: 1.5rem;
}
section#morning h3 span{
	font-size: 32px;
	color: #ff0000;
}
section#morning p{
	font-size: 18px;
	padding: 18px;
	color:#fff;
}
.swiper-container {
	width: 100%;
    max-width: 1240px;
    height: 600px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}

section#morning div.leftbox{
	float: left;
	width: calc(500/1240 * 100%);
}
section#morning div.leftbox img{
	width: 100%;
	height: auto;
}
section#morning div.rightbox{
	float: right;
	width: calc(720/1240 * 100%);
	color: #fff;
	text-align: left;
}
section#morning div.rightbox ul{
	margin: 0 0 0 40px;
}
section#morning div.rightbox ul li{
	list-style: disc;
	font-size: 18px;
}
section#morning h4{
	margin: 0 0 5px 20px;
	border-bottom: solid 1px #fff;
}
section#morning div.btnReserve{
	margin: 0 0 50px;
}
section#morning div.btnReserve.space{
	margin: 50px 0 50px;
}
section#morning div.btnReserve a{
	display: block;
	width: 50%;
	padding: 30px 0;
	background: #FF931A;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 1.3rem;
}
section#morning div.btnReserve a:hover{
	background: #2AAC35;
}
