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

.top_img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url( ../img/cuisine/top_bg.jpg)repeat-x;
	height:400px;
}
.top_img img{
	height:400px;
}
.box01{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:0 10px;
	display: inline-block;
	position: relative;
}
#c_box01{
	background: url( ../img/cuisine/c_bg01.jpg)no-repeat;
	background-position: center center;
	height:260px;
	margin-top: 20px;
}
.c_title01{
	margin-top: 40px;
}
.c_text01{
	line-height: 1.7em;
	margin-top: 20px;
}
/*.c_img01{
	position: absolute;
	left:0;
	top:20px;
	animation-delay: 0.5s;
}
.c_img02{
	position: absolute;
	right:80px;
	top:40px;
	animation-delay: 0.8s;
}*/

.c_img:nth-child(1) {
	position: absolute;
	left:20px;
	top:20px;
	opacity: 0; 
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
  	animation: example 0.5s ease 0.5s 1 forwards;
}
.c_img:nth-child(2) {
	position: absolute;
	right:80px;
	top:40px;
	opacity: 0; 
	-webkit-animation: example 0.5s ease 1s 1 forwards;
  	animation: example 0.5s ease 1s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
	}
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.banner{
	margin-top:30px;
}

#c_box02{
	background: url( ../img/cuisine/kome_bg.png)no-repeat;
	background-position: center center;
	height:600px;
}
.c_title02{
	padding-top: 100px;
}
.c_text02{
	line-height: 1.7em;
	position:absolute;
	top:230px;
	left:350px;	
}


#c_box03{
	width: 100%;
	margin-top: 20px;
}
.c_bg02{
	background: url( ../img/cuisine/c_bg02.jpg)no-repeat;
	background-position: center center;
	height:1200px;
}
#dinner_box{
	padding-top: 50px;
	width: 100%;
}
.d_title{
	display: table;
	margin-top: 10px;
}
.d_text{
	line-height: 1.7em;
	text-align: left;
	margin-top: 30px;
}

/*******************
*******************/

.wrap {
	margin:20px auto;
	padding:10px;
	
}
/*.wrap p {
	height:400px;
}*/
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
.wrap li:nth-child(even){
	margin-right:0px;

}
.wrap li img {
	cursor:pointer;
	height:80px;
	width:128px;
	
}
#fade01{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	height:500px;
	display: inline-block;
}
.left_booth{
	float: left;
	width: 370px;
	margin-right: 30px;
}
.thumb li{
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 20px;
}
.thumb li img{
	height: 100%;
}
.thumb li:hover{
	opacity:0.6;
}
.right_booth{
	width: 800px;
	height: 500px;
	overflow: hidden;
	display:inline-block; 
	float: right;
}
.dining_title{
	display:table;
	
}
.use{
	display: table;
	line-height: 1.5em;
	margin-top: 55px;
	margin-bottom: 5px;
}
.dining_text{
	line-height: 1.7em;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 20px;
	word-break: break-all;
	width:370px;
}
.dining_text02{
	line-height: 1.7em;
	text-align: left;
	word-break: break-all;
	width:370px;
}
.to_cuisine{
	display:table;
	padding-bottom: 20px;
	width:370px;
}
.to_cuisine img:hover{
	opacity:0.6;
}
.to_cuisine img{
	height:100%;
}










.morning_box{
	margin-top: 30px;
	width:100%;
}
.m_left{
	display: table;
	float: left;
}
.m_right{
	float: right;
	width: 370px;
}
.m_title{
	display: table;
	margin-top: 10px;
}
.m_text{
	line-height: 1.7em;
	text-align: left;
	margin-top: 30px;
}

.t_title{

}
.c_table{
	margin-top:30px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;	
}
.c_table tr th {
    border: 1px solid #007ccd;
	background-color: #0450ae;
    padding: 15px 20px;
    letter-spacing: 2px;
    width: 250px;
	line-height: 1.5em;
	vertical-align: middle;
	color:#FFFFFF;
}
.c_table tr td {
    border: 1px solid #007ccd;
    padding:15px 20px;
	line-height: 1.5em;
	width: 500px;
	text-align: left;
}
.to_dining{
	margin-top: 20px;
}