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

/*フォーム*/
#form01 {
	width: 1200px;
	margin: 0 auto;
	padding: 110px 0 120px;
}

#form01 > p.t01 {
	padding-bottom: 10px;
}

#form01 > p.t02 {
	text-align: center;
}

#form01 > p.t02 a {
	color: #252525;
}

#form01 table {
	width: 100%;
	border-top: 1px solid #9b7b3b;
	margin-bottom: 10px;
}

#form01 table td {
	padding: 20px 30px;
	line-height: 1.8em;
}

#form01 table td:first-child {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding-right: 90px;
	width: 216px;
	background-color: #9b7b3b;
	border-left: 1px solid #9b7b3b;
	border-bottom: 1px solid #fff;
	position: relative;
	background-clip: padding-box;
}

#form01 table tr:last-child td:first-child {
	border-bottom: 1px solid #9b7b3b;
}

#form01 table td:last-child {
	border-right: 1px solid #9b7b3b;
	border-bottom: 1px solid #9b7b3b;
}

#form01 table td:first-child span.hissu {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	line-height: 1em;
	padding: 5px;
	border-radius: 2px;
	background-color: #fff;
	color: #9b7b3b;
}

#form01 table td:last-child span.hissu {
	display: inline-block;
	line-height: 1em;
	padding: 5px;
	border-radius: 2px;
	background-color: #9b7b3b;
	color: #fff;
	margin-left: 5px;
}

#form01 table td:last-child span.chui {
	color: #f00;
	font-size: 18px;
}

#form01 .send {
	text-align: center;
	line-height: 1.2em;
	padding-top: 50px;
}

#form01 .send input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
	
	display: block;
	width: 300px;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 16px;
	padding: 12px 0;
	background-color: #bea16f;
	color: #fff;
	cursor: pointer;
}

#form01 .send input:hover {
	opacity: .8;
}

#form01 table td ul.cal {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#form01 table td ul.cal li {
	text-align: center;
	width: 50%;
}

#form01 table td ul.cal li img {
	width: 90%;
	height: auto;
}

/*フォームアイテム*/
#form01 table td input[type='text'],
#form01 table td input[type='number'],
#form01 table td input[type='email'],
#form01 table td input[type='tel'],
#form01 table td textarea,
#form01 table td select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

#form01 table td input[type='text'],
#form01 table td input[type='number'],
#form01 table td input[type='email'],
#form01 table td input[type='tel'],
#form01 table td textarea,
#form01 table td select {
	border: 1px solid #bcbcbc;
	padding: 5px;
    font-size: 16px;
}

#form01 table td input.w01 {
    width: calc(30% - 10px);
}

#form01 table td input.w02 {
    width: calc(80% - 10px);
}

#form01 table td input.w03 {
    width: 80px;
}

#form01 table td select {
    margin: 5px 0;
}

#form01 table td textarea {
    width: calc(100% - 10px);
}

#form01 table td img.ui-datepicker-trigger {
    margin-left: 5px;
}

#form01 table td .wpcf7-checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

#form01 table td .wpcf7-checkbox > span {
	width: calc(50% - 20px);
	padding-right: 20px;
}

#form01 table td .wpcf7-list-item {
	margin: 0;
}

#form01 table td .wpcf7-radio > span {
	margin-right: 2em;
}