@charset "utf-8";
#wrap {
	min-width: 1000px;
}
#kv {
	width: 100%;
	position: relative;
}
#kv img {
	width: 100%;
	display: block;
}
#kv p {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 40px;
	width: 150px;
	font-size: 40px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0.1em;
}
#middlebar {
	position: relative;
	height: 80px;
	background-color: #fff;
	z-index: 1001;
}
#middlebar .menu_icon {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}
#middlebar .logo {
	width: 65px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#middlebar .tel_info {
	width: 370px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	right: 20px;
	bottom: 0px;
	height: 30px;
}
#middlebar .tel_info img {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}
#middlebar .tel_info p:nth-child(2) {
	font-size: 34px;
	margin-right: 15px;
	color: #464342;
}
#middlebar .tel_info p:nth-child(3) {
	font-size: 12px;
	line-height: 1.3em;
	color: #464342;
}
#main {
	padding-top: 165px;
}
#main h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	color: #464342;
}
#main .contents table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 125px;
}
#main .contents table tr {
	border-top: 1px solid #CCCCCC;
}
#main .contents table tr th {
	color: #000;
	line-height: 1em;
	font-size: 15px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: 0.15em;
	width: 25%;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 25px;
}
#main .contents table tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	vertical-align: middle;
}
#main .contents table tr td input {
	width: 100%;
	height: 25px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
#main .contents table tr td textarea {
	resize: none;
	width: 99%;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}
#main .contents table tr td .send {
	width: 100%;
	font-size: 18px;
	background-color: #ef7d0e;
	color: #fff;
	line-height: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 150px;
	margin-top: 15px;
	transition: 0.2s;
}
#main .contents table tr td .send:hover {
	transition: 0.2s;
	opacity: 0.8;
}


#error {
	margin-bottom: 30px;
}
#error p {
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
.complatemessages {
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
}
.toplink {
	text-transform: none;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}
@media (max-width: 500px) {

#wrap {
	min-width: 0px;
}
#kv {
	width: 100%;
	position: relative;
}
#kv img {
	width: 100%;
	display: block;
}
#kv p {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 24px;
	width: 150px;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}
#middlebar {
	position: relative;
	height: 50px;
	background-color: #fff;
}
#middlebar .menu_icon {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}
#middlebar .logo {
	width: 40px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#middlebar .tel_info {
	width: 370px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	right: 20px;
	bottom: 0px;
	height: 30px;
	display: none;
}
#main {
	padding-top: 40px;
}
#main h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	color: #464342;
}
#main .contents table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#main .contents table tr {
	border-top: 1px solid #CCCCCC;
}
#main .contents table tr th {
	color: #000;
	line-height: 1em;
	font-size: 12px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	font-weight: bold;
	letter-spacing: 0.15em;
	width: 35%;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 25px;
}
#main .contents table tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	vertical-align: middle;
}
#main .contents table tr td input {
	width: 100%;
	height: 25px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
#main .contents table tr td textarea {
	resize: none;
	width: 99%;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
#main .contents table tr td .send {
	width: 100%;
	font-size: 12px;
	background-color: #e7636a;
	color: #fff;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 150px;
	margin-top: 15px;
	transition: 0.2s;
}
#main .contents table tr td .send:hover {
	transition: 0.2s;
	opacity: 0.8;
}


#error {
	margin-bottom: 30px;
}
#error p {
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}	
.complatemessages {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.toplink {
	text-transform: none;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 35px;
	font-size: 12px;
}
	
}
