@charset "UTF-8";
/*==========================

	contact

============================*/
/*#wrapper {
	background: url(../img/bgContent_pc.jpg) no-repeat left top;
	background-size: cover;
}*/
body {
	background: url(../img/bgBlack.jpg) left top;
}
::placeholder {
  color: #c9c9c9;
}
.mainttl {
	background: url(../img/bgContactTitle_pc.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width:100vw;
	height:67vh;
	margin-left: 16%;
	margin-bottom: 200px;
}
.mainttl strong {
	font-size: 15vw;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	left: -12%;
}
#contact {
	max-width: 1620px;
	margin: 0 auto;
	background: url(../img/bgBody.jpg) left top;
	padding: 100px 0;
}
#contactBox {
	max-width: 1200px;
	margin: 0 auto;
}
.textNormal {margin: 0 auto 80px;}

/*---------------------
	お問い合わせフォーム
------------------------*/
#contactBox dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
#contactBox dl dt {
	align-items: center;
	display: flex;
	width: 35%;
}
#contactBox dl dt.last {
	align-items: unset;
}
#contactBox dl dt, #contactBox dl dd {
	margin: 0 0 20px 0;
	line-height: 2;
}
#contactBox dl dd {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	justify-content: space-between;
	align-items: center;
}
input[type="text"], textarea, select {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	padding: 1%;
	width: 100%;
}
input[type="text"], select {
	background: #ffffff;
	height: 60px;
}
textarea {
	height: 300px;
	line-height: 1.8;
}
#selectBox {
	position: relative;
}
#selectBox:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0;
	margin: auto;
}
.buttonBox {
	text-align: center;
}
input[type="submit"], input[type="reset"], button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	padding: 2% 0;
}
input[type="submit"].check {
	width: 18%;
}
/*---------------------
	確認ページ
------------------------*/
.confirm dt, .confirm dd {
	padding: 1% 0 1% 1%;
}
.inputBox {
	text-align: center;
}
.aLabel, .back, .send {
	display: inline-block!important;
	width: 22%!important;
}
.back {	margin: 0 0.5vw 0 0;}
.send {margin: 0 0 0 0.5vw;}
.aLabel {
    background: #3c546b;
    color: #ffffff;
    text-align: center;
}
.aLabel.back:hover {
    background: #3c546b;
    color: #ffffff;
}
.aLabel.back {
    background: #959595;
    color: #ffffff;
    text-align: center;
    display: block;
}
/*---------------------
	完了ページ
------------------------*/
.sendText, .thanksText {
	display: block;
	margin: 0 0 50px;
}
.compText {
	margin: 0 0 80px;
}
.homeLink {text-align: center;}
/*---------------------
	エラーページ
------------------------*/
.errMsg {text-align: center;}


@media screen and (max-width: 834px) {
	/*==========================

		contact

	============================*/
	.mainttl {
		background: url(../img/bgContactTitle_sp.jpg) center center no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		width: auto;
		height: 0;
		margin-left: 16%;
		padding-top: 63%;
		position: relative;
		margin-bottom: 20%;
	}
	.mainttl strong {
		font-size: 20vw;
		width: 100%;
		height: 100%;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		left: -30vw;
		top: -8vw;
		text-align: left;
		letter-spacing: 0.5px;
	}
	#contact {
		max-width: 100%;
		margin: 0 auto;
		background: url(../img/bgBody.jpg) left top;
		padding: 10% 0;
		width: 92%;
	}
	#contactBox {
		margin: 0 4% 10% 4%;
	}
	#contactBox h3 {
		font-size: 5vw;
		font-weight: normal;
		margin: 0 0 10%;
		text-decoration: underline;
		text-align: left;
	}
	.textNormal {margin: 0 auto 10%;}

	/*---------------------
		お問い合わせフォーム
	------------------------*/
	#contactBox dl {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		margin: 0 auto 10%;
		position: relative;
	}
	#contactBox dl dt {
		align-items: unset;
		display: block;
		width: 100%;
		margin: 0 0 5%;
	}
	#contactBox dl dt.last {
		align-items: unset;
	}

	#contactBox dl dt {
		margin: 0 0 3%;
		line-height: 2;
	}
	#contactBox dl dd {
		margin: 0 0 10%;
		display: block;
		flex-wrap: unset;
		width: 100%;
		justify-content: unset;
		align-items: unset;
	}
	input[type="text"], textarea, select {
		border-radius: 0!important;
		font-size: 1.6rem;
		-webkit-appearance: none;
		appearance: none;
		border: none;
		padding: 1% 2% 1% 3%;
		width: 100%;
	}
	input[type="text"], select {
		background: #ffffff;
		height: 7vh;
		color: #111111!important;
	}
	textarea {
		height: 25vh;
		line-height: 1.8;
	}
	#selectBox {
		position: relative;
	}
	#selectBox:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		display: block;
		width: 10px;
		height: 10px;
		border-bottom: solid 2px #000000;
		border-right: solid 2px #000000;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		bottom: 0;
		margin: auto;
	}
	.buttonBox {
		text-align: center;
	}
	input[type="submit"], input[type="reset"], button {
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
		padding: 1.5% 0;
		margin: 0 auto;
		width: 45%;
	}
	input[type="submit"].check {
		width: 18%;
	}
	.btn1 ,.btn2 {
		display: block;
		text-align: center;
		padding: 5% 1%;
	}
	.btn1 {font-size: 4vw;}
	.btn2 {font-size: 4vw;}
	.linkText1, .linkText2 {display: block;}
	/*---------------------
		確認ページ
	------------------------*/
	#contactBox.confirm dt {
		background: #c9c9c9;
		padding: 1% 0 1% 3%;
	}
	#contactBox.confirm dl dd {
		padding: 1% 2% 1% 2%;
	}
	.inputBox {
		text-align: center;
	}
	.back, .send {
		display: inline-block!important;
		width: 46% !important;
	}
	.aLabel {
		display: inline-block!important;
		width: 46% !important;
	}
	.back {	margin: 0 0.5vw 0 0;}
	.send {margin: 0 0 0 0.5vw;}
	.aLabel.back:hover {
	    background: #959595;
	    color: #ffffff;
	}
	.aLabel.back {
		background: #959595;
		color: #ffffff;
		text-align: center;
		display: block;
	}
	/*---------------------
		完了ページ
	------------------------*/
	#contactBox.complete {
		margin: 0 4%;
	}
	.sendText, .thanksText {
		display: block;
		margin: 0 0 10%;
	}
	.compText {
		margin: 0 0 10%;
	}
	.homeLink {text-align: center;}
	/*---------------------
		エラーページ
	------------------------*/
	.errMsg {text-align: center;}
}






