section#morning h2{
	font-family: "Sawarabi Mincho" !important;
	text-align: center;
	color: #fff;
	margin: 0 0 10px;
}
section#morning h3{
	font-family: "Sawarabi Mincho" !important;
	text-align: center;
	color: #fff;
	margin: 40px 0 10px;
}
section#morning div.price{
	display: flex;
	justify-content: center;
}
section#morning table{
	color: #fff;
	font-family: "Sawarabi Mincho" !important;
	margin: 0 0 10px;
}
section#morning table th,
section#morning table td{
	padding: 5px;
}
section#morning h3 span{
	color: #ff0000;
	display: block;

}
section#morning table th em{
	font-style: normal;
}
section#morning p{
	font-size: 90%;
	line-height: 150%;
}
.swiper-container {
	width: 100%;
    height: auto;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
div.leftbox img{
	width: 100%;
}
section#morning div.rightbox div.line{
	padding: 5px;
	border: solid 1px #fff;
}
section#morning div.rightbox ul{
	margin: 0 0 0 20px;
}
section#morning div.rightbox ul li{
	list-style: disc;
}

section#morning div.btnReserve{
	margin: 0 0 30px;
	text-align: center;
}
section#morning div.btnReserve.space{
	margin: 30px 0 30px;
}
section#morning div.btnReserve a{
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #FF931A;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 1.2rem;
}
section#morning div.btnReserve a span{
	display: block;
	line-height: 1.2;
	font-size: 0.9em;
}
section#morning div.btnReserve a:hover{
	background: #2AAC35;
}

