/*
Theme Name: VILLAX
*/

* {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0;
}
input,textarea,select,button {
	font-family: source-han-sans-japanese, sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

/* SLIDER -------------------------------------------------------------------------*/

.slider {
	padding: 0;
}
.slider li img {
	width: 100%;
}

/* FORM -------------------------------------------------------------------------*/

table.sbox {
	width: 100%;
	border: 1px solid #ccc;
}
table.sbox th,
table.sbox td {
	font-size: 16px;
	color: #000;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
table.sbox th {
	width: 35%;
}
table.sbox th .required {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	margin-left: 15px;
	padding: 2px 20px;
	background: #ff0000;
}
table.sbox td input,
table.sbox td textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px 15px;
	background: #f6f3e6;
	border: none;
	box-sizing: border-box;
}
table.sbox td select {
	font-size: 16px;
	margin-right: 5px;
	padding: 10px 15px;
	background: #f6f3e6;
	border: none;
}
#date {
	display: inline-block;
	width: 80%;
	margin: 10px 0 0 10px;
}
#zip {
	max-width: 120px;
}
#addr {
	margin-top: 10px;
}
input[type="checkbox"] {
	display: none;
}
.mwform-checkbox-field {
	display: inline-block;
	margin-right: 15px;
}
.mwform-checkbox-field-text {
	font-size: 16px;
	padding-left: 33px;
	position:relative;
}
.mwform-checkbox-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	display: block;
	position: absolute;
	top: -6px;
	left: 5px;
	content: "";
	width: 14px;
	height: 22px;
	transform: rotate(40deg);
	border-bottom: 5px solid #092783;
	border-right: 5px solid #092783;
}
.submit {
	text-align: center;
	margin-top: 50px;
}
.submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	background: #092783;
	border-radius: 5px;
}
.submit button.back {
	background: #ccc;
}
.submit button:hover,
.submit button:active,
.submit button:visited {
	color: #fff;
}

@media screen and (max-width: 480px) {
	table.sbox {
	}
	table.sbox th,
	table.sbox td {
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 10px;
	}
	table.sbox td {
	}
	table.sbox td input,
	table.sbox td textarea {
		font-size: 15px;
		padding: 10px;
	}
	table.sbox td select {
		font-size: 15px;
		padding: 10px;
	}
	.submit {
		margin-top: 30px;
	}
	.submit button {
		font-size: 16px;
		padding: 15px;
	}
}
