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

/* =================================
   ■ レストランのCSS
================================== */

/*-------------------------
	general
--------------------------*/
.main .section p.shoplogo {
	float: left;
	width: 81px;
}

.main .section p.crown {
	float: left;
	font-size: 14px;
	color: #797979;
	margin-left: 18px;
	margin-bottom: 0;
}

.main .section p.shopname {
	float: left;
	font-size: 29px;
	margin-left: 18px;
	margin-bottom: 0;
}

.main .section p.shopimage {
	clear: both;
	margin-top: 20px;
}

.main .section p.shoptext {
	padding: 0 20px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 1.7;
}

.main .eat{
	display: table;
	width: 89%;
	padding: 0.5em 1em;
    margin: 30px 20px;
    border: solid 5px #f5f4f0;
}
.main .eat dl p{
	display: table-cell;
}
.main .eat dl dt {
    margin-bottom: 10px;
	
}
.main .eat dl {
	font-size: 15px;
	padding-bottom: 30px;
	text-align: center;
}

.main .eat dt.pr {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.7;
}

.main .eat p.eatimage {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	
}
.main .eat p.eattext {
	font-size: 15px;
}

.main .eat p.eatimage img{
	width: 60%;
	
}

.main .section table {
	border: 2px solid #dcd5c9;
	margin: 30px 20px;
	width: 94%;
}

.main .section table th {
	background-color: #f5f0e9;
	border-bottom: 1px solid #fff;
	padding: 20px;
}

.main .section table td {
	border-bottom: 1px solid #dcd5c9;
	padding: 20px;
}

.main .section p.btn {
	margin: 30px 0 50px;
	text-align: center;
}

@media only screen and
(max-width : 640px) {

.main .shopheader{
}

.main .section p.shoplogo {
	width: 20%;
}

.main .section p.crown {
	width: 74%;
	font-size: 82%;
	margin-left: 2%;
}

.main .section p.shopname {
	font-size: 140%;
	margin-left: 2%;
	margin-bottom: 0;
}

.main .section p.shoptext {
	margin-top: 4%;
	padding: 0 1%;
	font-size: 100%;
}

	
.main .eat{
	width: 90%;
	margin: 6% 0;
    border: solid 5px #f5f4f0;
}
.main .eat dl p{
	
}
.main .eat dl dt {
    margin-bottom: 10px;
	
}
.main .eat dl {
	font-size: 10px;
	padding-bottom: 25px;
}

.main .eat dt.pr {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.4;
}

	
.main .eat p.eatimage{
		padding-right: 20px;
	}
.main .eat p.eatimage img{
	width: 100%
    
}
.main .eat p.eattext {
	font-size: 15px;
}

.main .eat p.eatimage img{
	
	
}
	
	
	
.main .section table {
	border: 2px solid #dcd5c9;
	margin: 4% 0;
	width: 100%;
}

.main .section table th {
	display:block;
	background-color: #f5f0e9;
	border-bottom: 1px solid #fff;
	padding: 2%;
}

.main .section table td {
	display:block;
	border-bottom: 1px solid #dcd5c9;
	padding: 2%;
}


	
	
}
