@charset "utf-8";

/*==============================================================

	Contact

==============================================================*/
.contact__container {
	padding-bottom:12rem;
}
@media screen and (max-width:767px) {
.contact__body_container {
	padding:0 5%;
}
}

/*==============================================================
	Title
==============================================================*/
.contact__title {
	background-image:url(/itp-jigyokaihatsu/assets/images/contact/bg_title-contact.jpg);
}

/*==============================================================
	Tel
==============================================================*/
.contact__tel {
	margin-top:4rem;
	margin-bottom:0;
}
.contact__tel .tel {
	padding-bottom:0;
}

/*==============================================================
	Delivery
==============================================================*/
.contact__delivery {
	text-align:center;
	padding-top:2rem;
}

/*==============================================================
	Parking
==============================================================*/
.contact__parking {
	text-align:center;
	margin-top:2rem;
}
.contact__parking h4 {
	font-size:3.4rem;
	font-weight:700;
	line-height:1.4;
	padding-top:20px;
	margin-bottom:10px;
}
.contact__parking_access {
	display:inline-block;
	text-align:left;
	margin:3rem auto;
}
.contact__parking_access li {
	text-indent:-1em;
	padding-left:1em;
}
.contact__parking_access span {
	color:#194178;
}
.contact__parking_map {
	margin-bottom:1rem;
}
.contact__parking_image {
	width:800px;
	margin:0 auto 60px;
}
@media screen and (max-width:767px) {
.contact__parking {
	padding-top:2rem;
}
.contact__parking_map iframe {
	width:100%;
}
.contact__parking_image {
	width:100%;
}
}

