/* Contact US
=========================================================================
=========================================================================*/
#contact-us main {
	padding: 62px 0 115px;
}
/* ----- page title ----- */
#contact-us main #page_title {
	position: relative;
	width: 100%;
	height: 620px;
	margin-bottom: 40px;
	background: url('../img/contact-us/contact-us.jpg') center center no-repeat;
	background-size: cover;
}
#contact-us main #contents h2 {
	margin-bottom: .5em;
	margin-top: 2em;
	font-weight: 700;
	text-align: center;
	font-size: 4.4rem;
	line-height: 1.1em;
	color: #000;
}
#contact-us main #contents h3 {
	margin-bottom: 2.5em;
	font-weight: 500;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.6em;
	padding: 0 50px;
}
#contact-us main #page_title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#contact-us main #page_title .inner {
	display: table;
	height: 100%;
	z-index: 2;
}
#contact-us main #page_title h1 {
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	font-weight: 900;
	font-size: 5.4rem;
	line-height: 1.1em;
	color: #FFF;
}
/* ----- contents ----- */
#contact-us main #contents .inner {
	width: 843px;
}
@media screen and (max-width:863px) {
	#contact-us main #contents .inner {
		padding: 0 20px;
		width: 100%;
	}
}
#contact-us main #contents .box {
	margin-bottom: 130px;
	padding: 60px 160px;
	width: 100%;
	font-size: 1.8rem;
	background-color: #000;
	border: 1px solid #FFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}
#contact-us main #contents .box .group {
	margin-bottom: 40px;
}
#contact-us main #contents .box .group.name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact-us label {
	display: block;
	margin-bottom: .5em;
	width: 100%;
	color: #FFF;
}
#contact-us input[type="text"],
#contact-us input[type="email"],
#contact-us input[type="tel"] {
	padding: 1em 1em;
	width: 100%;
	font-size: 1.6rem;
	background-color: #FFF;
}
#contact-us main #contents .box .group.name input[type="text"] {
	width: calc(250 / 523 * 100%);
}
#contact-us button[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 50px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	background-color: #a5a3a0;
	cursor: pointer;
	transition: all .3s;
}
#contact-us button[type="submit"]:hover {
	color: #000;
	background: #FFF;
}
/* button */
#contact-us main ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  list-style-type:none;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
}
#contact-us main ul li {
	width: calc(245 / 843 * 100%);
}
#contact-us main ul li a,
#contact-us main ul li p {
	position: relative;
	display: block;
	padding-top: 105px;
	text-decoration: none;
	color: #000;
}
#contact-us main ul li a:visited { color: #000; }
#contact-us main ul li a:hover {
	color: #80807f;
	text-decoration: none;
}
#contact-us main ul li.tel a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 72px;
	height: 75px;
	background: url(../img/contact-us/icon_tel.png) center center no-repeat;
	background-size: contain;
}
#contact-us main ul li.email a::before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 62px;
	height: 42px;
	background: url(../img/contact-us/icon_email.png) center center no-repeat;
	background-size: contain;
}
#contact-us main ul li.location p::before {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 44px;
	height: 66px;
	background: url(../img/contact-us/icon_location.png) center center no-repeat;
	background-size: contain;
}

 /*  SP（767px）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	#contact-us main {
		padding: 60px 0 50px;
	}
	/* ----- page title ----- */
	#contact-us main #page_title {
		height: 160px;
		margin-bottom: 20px;
		background: url('../img/contact-us/title_bg@2x.jpg') center center no-repeat;
		background-size: cover;
	}
	#contact-us main #page_title h1 {
		font-size: 2.7rem;
	}
	/* ----- contents ----- */
	#contact-us main #contents .box {
		margin-bottom: 20px;
		padding: 25px 15px;
		font-size: 1.5rem;
	}
	#contact-us main #contents .box .group {
		margin-bottom: 25px;
	}
	#contact-us input[type="text"],
	#contact-us input[type="email"],
	#contact-us input[type="tel"] {
		padding: .7em 1em;
		font-size: 1.6rem;
	}
	#contact-us button[type="submit"] {
		max-width: 250px;
		width: calc(250 / 528 * 100%);
		height: 40px;
		font-size: 1.6rem;
		line-height: 40px;
	}
	/* button */
	#contact-us main ul {
		flex-wrap: wrap;
		font-size: 1.3rem;
	}
	#contact-us main ul li {
		margin-bottom: 25px;
		width: 50%;
	}
	#contact-us main ul li.location {
		width: 100%;
	}
	#contact-us main ul li a,
	#contact-us main ul li p {
		padding-top: 50px;
	}
	#contact-us main ul li.tel a::before {
		width: 36px;
		height: 38px;
	}
	#contact-us main ul li.email a::before {
		top: 12px;
		width: 31px;
		height: 21px;
	}
	#contact-us main ul li.location p::before {
		top: 5px;
		width: 22px;
		height: 33px;
	}
}
