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

/*フォーム*/
#form01 {
	padding: 80px 20px 60px;
}

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

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

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

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

#form01 table td:first-child {
	width: calc(100% - 120px);
	padding-right: 90px;
	font-weight: 500;
	color: #fff;
	background-color: #9b7b3b;
	position: relative;
	background-clip: padding-box;
}

#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: 80%;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 4vw;
	padding: 10px 0;
	background-color: #bea16f;
	color: #fff;
}

#form01 table td ul.cal li {
	text-align: center;
	padding-bottom: 40px;
}

#form01 table td ul.cal li:last-child {
	padding-bottom: 0;
}


/*フォームアイテム*/
#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: 10px;
    font-size: 16px;
}

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

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

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

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

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

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

#form01 table td .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 10px;
}

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

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