@charset "utf-8";

/*
ThemeName: restaurant-and-cafe-child
Template: restaurant-and-cafe
*/

h1.entry-title {
	display: none;
}

div#content.site-content {
	padding: 0;
}

main#main.site-main {
	position: relative;
	top: -21px;
	left: 0;
}

figure.wp-block-table.table-cap {
	margin: 20px 0;
}

.table-cap table,
.table-cap tr,
.table-cap tr td {
	border: 1px solid #808080;
}

#primary .page.entry-content table td {
	text-align: center;
}

input#date.date.hasDatepicker {
	width: 130px;
	padding: 5px;
}

input#name.name {
	width: 200px;
	padding: 5px;
}

input.tel {
	width: 50px;
	padding: 5px;
}

input#email.email {
	width: 300px;
	padding: 5px;
}

textarea {
	width: 500px;
	padding: 5px;
}

button {
	width: 200px;
	background-color: #f9c85b;
	border-radius: 30px;
	box-shadow: 3px 5px 17px -7px rgba(0,0,0,0.6);
}

p.has-text-align-left.keireki {
	margin-bottom: 0;
}

span.by {
	display: none;
}

.site-footer .footer-t div.col-3 {
	display: flex;
	width: 100%;
}

div#mw_wp_form_mw-wp-form-137.mw_wp_form.mw_wp_form_input {
	width: 500px;
	margin: 0 auto;
}