@charset "UTF-8";

.contents-area .box p {
	text-align: center;
}

.contents-area table {
	width: 100%;
	border: none;
	table-layout: fixed;
}

.contents-area table tbody th {
	width: 11em;
	padding: 20px 10px;
	background: #FFF;
	border-left: none;
	border-bottom: dotted 1px #4caf50;
	color: #4caf50;
	font-weight: bold;
	text-align: left;
}

.contents-area table tbody td {
	padding: 20px 10px;
	border-left: none;
	border-bottom: dotted 1px #4caf50;
}

.contents-area table td .text,
.contents-area table td .textarea,
.contents-area table td .dropdown{
	max-width: 100%;
	margin: 5px 0;
	padding: 7px;
	border: solid 2px #BBB;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.contents-area table td .textarea {
	width: 100%;
}

.contents-area table td #reserve-yubin1,
.contents-area table td #manager-yubin1{
	width: 3em;
}

.contents-area table td #reserve-yubin2,
.contents-area table td #manager-yubin2{
	width: 4em;
}

.contents-area table td #reserve-address,
.contents-area table td #manager-address{
	width: 100%;
}

.contents-area table td .use-content .wpcf7-list-item {
	display: block;
	margin: 5px 0;
}

.contents-area table td .traffic .wpcf7-list-item {
	display: block;
	margin: 5px 0;
}

.contents-area #privacy-policy {
	margin: 30px 0 20px;
	padding: 10px 15px;
	height: 15em;
	overflow-y: scroll;
	border: solid 1px #AAA;
	font-size: 14px;
	text-align: left;
}

.contents-area #privacy-policy p {
	font-size: 14px;
	text-align: left;
}

.contents-area .submit {
	display: block;
	margin: 20px auto 0;
	padding: 8px 50px;
	background: #4caf50;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 5px #BBB;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.contents-area .submit:hover {
	opacity: 0.8;
	box-shadow: 0 2px 5px #888;
}

.contents-area .submit:active {
	box-shadow: none;
}

.contents-area .submit[disabled] {
	background: #BBB;
	box-shadow: none;
	cursor: auto;
}

.contents-area .submit[disabled]:hover {
	opacity: 1;
	box-shadow: none;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: visible;
}

/* スマホ版 */
@media screen and (max-width:767px) {
	.contents-area .box p {
		text-align: left;
	}
	
	.contents-area table tbody th {
		display: block;
		width: 100%;
		padding: 15px 0 5px;
		border-bottom: none;
		box-sizing: border-box;
	}

	.contents-area table tbody td {
		display: block;
		width: 100%;
		padding: 0 0 15px;
		box-sizing: border-box;
	}
	
	#traffic-other {
		width: -webkit-calc(100% - 3em);
		width: calc(100% - 3em);
	}
	
	#kensyuushitsu-date,
	#washitsu-date,
	#taiikukan-date,
	#ground-date {
		width: -webkit-calc(100% - 7em);
		width: calc(100% - 7em);
	}

}