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

/*------------------------------*/
.spmask {
  display: block;
}
.sponly {
  display: none;
}
.sptab {
  display: block;
}
.sp700 {
  display: none;
}

/*------------------------------
  全ページ共通
------------------------------*/
#contact {
  padding-top: 90px;
}
/*------------------------------
	kv
------------------------------*/
#contact .kv{
  border-bottom: 1px solid #9f9f9f;
  text-align: center;
  padding: 120px 0 140px;
}
#contact .kv h1{
  font-size: 34px;
  line-height: 1.2;
  font-weight: normal;
}
#contact .kv h1 span{
  font-size: 14px;
}
/*------------------------------*/
#contact .message{
  text-align: center;
  padding: 50px 0;
  line-height: 2;
  border-bottom: 1px solid #9f9f9f;
}
#contact .message h2{
  font-size: 68px;
  color: #f5f5f5;
}
/*------------------------------
	contactBox
------------------------------*/
#contact .contactBox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 10px 150px;
}
#contact .contactBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#contact .contactBox dl.textarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
#contact .contactBox dl.textarea dt {
  margin-top: 12px;
}
/*------------------------------*/
#contact .contactBox dt span.mandatory,
#contact .contactBox dt span.textarea_mandatory {
  background-color: #535353;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 0.8em;
  vertical-align: top;
}
#contact .contactBox dd {
  width: 800px;
  text-align: left;
}
#contact .contactBox dd input {
  width: 100%;
  line-height: 2.5em;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  border: solid 1px #d8d8d8;
}
#contact .contactBox dd textarea {
  width: 100%;
  height: 300px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  resize: none;
  border: solid 1px #d8d8d8;
}
/*------------------------------*/
#contact .contactBox #submitBtn {
  max-width: 380px;
  margin: 0 auto;
  cursor: pointer;
}
#contact .contactBox #submitBtn button {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  padding: 24px 140px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contact .contactBox #submitBtn button:hover {
  color: #2f2f2f;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
/*------------------------------
	contents
------------------------------*/
/*--------------ボタンマウスオーバー-------------*/
#contents .btnBox {
  max-width: 250px;
  margin: 0 auto;
  border: solid 1px #000;
  cursor: pointer;
  text-align: center;
  background: -webkit-linear-gradient(180deg,#fff,#5e5e5e,#000);
  background: -webkit-linear-gradient(right,#fff,#5e5e5e,#000);
  background: linear-gradient(270deg,#fff,#fff,#000,#000);
  background-position: 1% 50%;
  background-size: 300% 300%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contents .btnBox a {
  display: block;
  width: 100%;
  padding: 25px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contents .btnBox:hover {
  background-position: 99% 50%;
  border: solid 1px #000;
}
#contents .btnBox a:hover {
  color: #000;
}
#contents .btnBox.btnBoxSite {
  margin: 0;
}
#contents .btnBox.btnBoxSite a{
  font-size: 14px;
}

/*------------------------------*/
#contact .errorText{
	padding: 20px 30px;
	background-color: #fcf6f6;
	border: solid 1px #ea3030;
	border-radius: 10px;
	margin-bottom: 40px;
}
#contact .errorText ul{
	width: 100%;
}
#contact .errorText li{
	line-height: 1.8;
	font-size: 14px;
	color: #ea3030;
	background-color: #fcf6f6;
}
/*------------------------------
  confirmのみ
------------------------------*/
#contact .contactBox.confirmBox p.confirmTxt {
  margin-bottom: 60px;
}
#contact .contactBox.confirmBox dl {
  margin-bottom: 40px;
}
#contact .contactBox.confirmBox dl.textarea {
  margin-bottom: 120px;
}
#contact .contactBox dl.textarea dt.mt0 {
  margin-top: 0px;
}
#contact .contactBox.confirmBox #submitBtn_two {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#contact .contactBox.confirmBox #submitBtn_two button {
  max-width: 400px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  padding: 24px 140px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-right: 60px;
}
#contact .contactBox.confirmBox #submitBtn_two button.resetBtn {
  background-color: #9f9f9f;
  border: solid 1px #9f9f9f;
}
#contact .contactBox.confirmBox #submitBtn_two button:last-of-type {
  margin-right: 0px;
}
#contact .contactBox.confirmBox #submitBtn_two button:hover {
  color: #2f2f2f;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
/*------------------------------
	thanksのみ
------------------------------*/
#contact .contactBox.thanks {
  position: relative;
  text-align: center;
}
#contact .contactBox p.bold {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 40px;
}
#contact .contactBox .back {
  max-width: 460px;
  margin: 100px auto 0;
  cursor: pointer;
}
#contact .contactBox .back a {
  display: block;
	width: 100%;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  padding: 24px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
#contact .contactBox .back a:hover {
  color: #2f2f2f;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
