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

#pageTitle{ color:#e2b700; }
.mainContent h3{ color:#e2b700; }
.mainContent h3:before { background-color: #e2b700; }
.mainContent h4{ color:#e2b700; }

/* ----------------------------------------------
	レストラン概要
------------------------------------------------- */
.screen-reader-text{
    clip: rect(1px 1px 1px 1px);  /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
	height:1px;
	overflow:hidden;
}


#restAbout #mainImage{
	margin:0 0 30px;
}
#entry00{
	position: relative;
	width:1120px;
	height:448px;
	background-repeat:no-repeat;
	background-size:1120px 448px;
	background-image:url("../image/pc_003.jpg");
	margin: 0 auto;
}
/*#entry00 .botan{
	position: absolute;
    padding: 30px 200px;
    background-color: #bf7819;
    bottom: 50px;
    left: 270px;
}*/
#entry00 .botan a{
	position: absolute;
    padding: 30px 200px;
    background-color: #bf7819;
    bottom: 50px;
    left: 270px;
	text-decoration: none;
	color: white;
    font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#entry00 .botan_bosyukikan p{
	position: absolute;
    padding: 30px 200px;
    background-color: #bf7819;
    bottom: 35px;
    left: 210px;
	text-decoration: none;
	color: white;
    font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


#restAbout .maintext{
	font-size:114%;
	text-align:center;
	margin:0 20px;
}
#restAbout .maintext strong{
	display:block;
	text-align:center;
	font-size:142%;
	font-weight:bold;
	margin:0 0 20px;
}
#restAbout .time{ margin:0 0 45px; }
#restAbout .time dl{ text-align:center; margin:0 0 15px; }
#restAbout .time dl dt{
	background-color:#fdf9e5;
	font-weight:bold;
	padding:5px 15px;
	display:inline-block;
	font-size:114%;
}
#restAbout .time dl dd{
	padding:5px 15px;
	display:inline-block;
	font-size:121%;
	font-weight:bold;
}
#restAbout .time dl dd .text_s{
	font-size:86%;
	font-weight:normal;
}

