@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 10px;
}
#entry00{
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../image/sp_003.jpg);
    margin: 0 auto;
}
/*#entry00 .botan{
	position: absolute;
    padding: 4% 0;
    text-align: center;
    background-color: #bf7819;
    bottom: 10%;
    left: 7%;
    right: 7%;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}*/
#entry00 .botan a{
	text-decoration: none;
	color: white;
    font-size: 1.2em;
	font-weight: bold;
	position: absolute;
    padding: 4% 0;
    text-align: center;
    background-color: #bf7819;
    bottom: 10%;
    left: 7%;
    right: 7%;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#entry00 .botan_bosyukikan p{
	text-decoration: none;
	color: white;
    font-size: 1.2em;
	font-weight: bold;
	position: absolute;
    padding: 4% 0;
    text-align: center;
    background-color: #bf7819;
    bottom: 7%;
    left: 7%;
    right: 7%;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#restAbout .maintext{
	font-size:100%;
	text-align:left;
}
#restAbout .maintext strong{
	display:block;
	text-align:left;
	font-size:121%;
	font-weight:bold;
	margin:0 0 10px;
}
#restAbout .maintext strong br{ display:none; }
#restAbout .time{ margin:0 0 25px; }
#restAbout .time dl{ text-align:center; margin:0 0 5px; }
#restAbout .time dl dt{
	background-color:#fdf9e5;
	font-weight:bold;
	padding:3px 15px;
	font-size:107%;
}
#restAbout .time dl dd{
	padding:5px 15px;
	margin:0 0 5px;
	font-size:107%;
	font-weight:bold;
}
#restAbout .time dl dd .text_s{
	font-size:93%;
	font-weight:normal;
}