
.red {
	color: #fff;
	font-size: 12px;
	padding: 1px 4px;
	margin-right: .4em;
	background-color: #6c5763;
}

#main p.attention {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid;
}

img.shop {
	width: 90%;
	margin: 0 auto 10px auto;
	display: block;
	border: 5px solid #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

#main_inner p {
	padding: 5px 0;
}

#main_inner table th,
#main_inner table td {
	padding: 0 0 5px 0;
	display: block;
}

#main_inner table th {
	color: #666;
	font-weight: bold;
	padding-bottom: 0;
}

#main_inner table.shop {
	width: 100%;
	margin: 10px auto;
}

#main_inner table.shop th,
#main_inner table.shop td {
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
}

#map {
	width: 100%;
	height: 200px;
	margin: 10px auto;
	display: block;
}

#main p i {
	margin-right: .4em;
}

#main_inner table.reserve {
	width: 100%;
	margin: 10px auto;
}

#main_inner table.reserve th,
#main_inner table.reserve td {
	vertical-align: middle;
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 3px solid #fff;
}

#main_inner table.reserve td input {
	width: 100%;
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
}

#main_inner table.reserve td textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
}

#main_inner table.reserve td select {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

p.subm {
	text-align: center;
}

p.subm input {
	font-size: 15px;
	padding: 5px 30px;
}
/*line*/

.linetuika2 {
	margin: 10px 0;
	border: 1px solid #cfcfcf;
	overflow: hidden;
	box-sizing: border-box;
}
.linetuika2 div {
	border: 5px solid #ffff;
	padding: 15px;
	background-color: #e8e8e8;
	display: block;
}
.linetuika2 p,
.instagram a p {
	color: #6c5763;
	font-size: 13px;
}
@media screen and (min-width: 600px) {

	img.shop {
		width: 90%;
	}

	#main_inner table.shop {
		width: 90%;
		margin: 10px auto;
	}

	#main_inner table th,
	#main_inner table td {
		padding: 6px 0;
		display: table-cell;
	}

	#main_inner table th {
		padding: 5px 20px 5px 0;
	}

	#main_inner table.reserve {
		width: 90%;
		margin: 10px auto;
	}

	#main_inner table.reserve th,
	#main_inner table.reserve td {
		padding: 20px;
	}

	#main_inner table.reserve th {
		width: 140px;
		border-right: 3px solid #fff;
		vertical-align: top;
	}

	#main_inner table.reserve td.day input {
		width: 40%;
		margin: 5px 0;
	}

	#main_inner table.reserve td input {
		width: 70%;
	}

	#map {
		width: 90%;
		height: 400px;
		margin: 20px auto;
	}

}

@media screen and (min-width: 1000px) {

	img.shop {
		float: left;
		width: 40%;
	}

	#main_inner table.shop {
		float: right;
		width: 57%;
		margin-bottom: 20px;
	}

	#main_inner table.reserve {
		width: 100%;
	}

	#main_inner table.reserve th {
		width: 120px;
	}

	#map {
		width: 100%;
	}
}
@media screen and (min-width: 1120px) {

	.linetuika2 {
		width: 100%;
		text-align: left;
	}
	.linetuika2 img {
		width: 10%;
	}
	
	.linetuika2 h2 {
		margin: 0 0 8px 0;
	}
}

