@charset "UTF-8";




#wrap {
	background: url(../img/bg_contact.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	}




h1 {
	display: block;
	padding: 100px 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	}




section {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	}
@media screen and (max-width:767px){
section {
	width: 100%;
	padding: 0 20px 50px 20px;
	}
}

section p {
	font-sie: 16px;
	font-weight: 300;
	line-height: 2em;
	margin: 0 0 2em 0;
	text-align: center;
	}

section#contactform form {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
	}

section#contactform form div {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #c2b4d7;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 50%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 50%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 50%,#ededed 100%);
	}

section#contactform form div.req:after {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	padding: 5px 10px;
	color: #fff;
	content: "必須";
	font-size: 14px;
	line-height: 1em;
	background: #c00;
	border-radius: 3px;
	}

section#contactform form div input {
	display: block;
	width: 100%;
	padding: 5px;
	border: 0;
	background: none;
	font-size: 16px;
	line-height: 1em;
	}

section#contactform form div textarea {
	display: block;
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 0;
	background: none;
	font-size: 16px;
	line-height: 1.5em;
	}

section#contactform form div.buttons_submit {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border: 0;
	border-radius: 0;
	background: none;
	}

section#contactform form div.buttons_submit input#submitbutton {
	display: block;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 1em;
	background: #b61212;
	background: -moz-linear-gradient(top,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	background: -webkit-linear-gradient(top,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	background: linear-gradient(to bottom,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	border-radius: 5px;
	transition: .3s ease;
	}

section#contactform form div.buttons_submit input#submitbutton:hover {
	opacity: .8;
	}

section#contactform form div.buttons_submit input#submitbutton:active {
	opacity: 1;
	}





/* お問い合せフォーム 確認 */

section#confirm h2 {
	text-align: center;
	font-size: 20px;
	}

section#confirm p.error {
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	}

section#confirm div.errm {
	margin: 0 auto;
	padding: 50px 0;
	font-size: 16px;
	color: #900;
	line-height: 2em;
	text-align: center;
	}

section#confirm div.button {
	margin: 0 auto;
	}

section#confirm div.button input.backbutton {
	display: block;
	width: 100%;
	padding: 30px 0;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 1em;
	background: #aaa;
	background: -moz-linear-gradient(top,  #fff 0%, #eee 50%, #ccc 100%);
	background: -webkit-linear-gradient(top,  #fff 0%, #eee 50%, #ccc 100%);
	background: linear-gradient(to bottom,  #fff 0%, #eee 50%, #ccc 100%);
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	}
section#confirm div.button input.backbutton:hover {
	opacity: .8;
	}
section#confirm div.button input.backbutton:active {
	opacity: 1;
	}



section#confirm p.desc {
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	}

section#confirm form {
	margin: 0 auto 30px auto;
	padding: 0 0 50px 0;
	font-size: 16px;
	}

section#confirm form table {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	background: #fff;
	}

section#confirm form table th {
	width: 40%;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	text-align: right;
	border-bottom: 1px solid #ccc;
	}

section#confirm form table td {
	width: 60%;
	padding: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	}

section#confirm div.buttons input.backbutton {
	display: block;
	width: 48%;
	padding: 20px 0;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 1em;
	background: #aaa;
	background: -moz-linear-gradient(top,  #fff 0%, #eee 50%, #ccc 100%);
	background: -webkit-linear-gradient(top,  #fff 0%, #eee 50%, #ccc 100%);
	background: linear-gradient(to bottom,  #fff 0%, #eee 50%, #ccc 100%);
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	float: left;
	}
section#confirm div.buttons input.backbutton:hover {
	opacity: .8;
	}
section#confirm div.buttons input.backbutton:active {
	opacity: 1;
	}

section#confirm div.buttons input.submitbutton {
	display: block;
	width: 48%;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 1em;
	background: #b61212;
	background: -moz-linear-gradient(top,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	background: -webkit-linear-gradient(top,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	background: linear-gradient(to bottom,  #c2b4d7 0%, #9578c1 50%, #654398 100%);
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	float: right;
	}
section#confirm div.buttons input.submitbutton:hover {
	opacity: .8;
	}
section#confirm div.buttons input.submitbutton:active {
	opacity: 1;
	}





/* お問い合せフォーム 完了 */

section#thanks .inner {
	padding: 200px 0;
	text-align: center;
	}

section#thanks .inner p {
	padding: 0 0 100px 0;
	font-size: 30px;
	text-align: center;
	}