/* mainTop */
.mainTop {
	position: relative;
	max-width: 1400px;
	margin: 70px auto 0;
	padding: 65px 0;
	text-align: center;
}
.mainTop .info {
	position: absolute;
	top: 82px;
	width: 217px; height: 107px;
	padding-top: 14px;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.025em;
	color: #2c2c2c;
	background-color: #ebebeb;
}
.mainTop .info.add {
	left: 0;
}
.mainTop .info.tel {
	right: 0;
}
.mainTop .info .ttl {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.mainTop .info .ttl i {
	margin-right: 6px;
	font-size: 18px;
	color: #f36d2e;
}



/* main1 */
.main1 {
	padding-top: 145px;
}
.main1_wrap {
	position: relative;
	max-width: 1400px;
	margin: 80px auto 0;
	text-align: right;
}
.main1_wrap .loader {
	position: absolute;
	top: 0; right: 712px; left: 0;
	margin: auto;
	width: auto; height: auto;
	padding-top: 27.858%;
}
.main1_wrap .rightCon {
	display: inline-block;
	width: 688px;
	padding: 80px 0 0 56px;
	text-align: left;
	vertical-align: top;
}
.main1_wrap .txt {
	font-size: 18px;
	color: #444;
	line-height: 26px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.main1_wrap .txt b {
	display: block;
	margin-bottom: 18px;
	font-size: 24px;
	color: #2c2c2c;
}
.main1_wrap .frame_wrap {
	position: relative;
	width: 100%;
	margin-top: 85px;
	padding-top: 56.852%;
	overflow: hidden;
}
.main1_wrap .frame_wrap iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.main1_wrap .leftCon {
	position: absolute;
	bottom: 80px; right: 712px;
	padding-right: 50px;
}




@media ( max-width: 1420px ) {
	.mainTop {
		max-width: calc(100% - 30px);
	}
}



@media ( max-width: 1024px ) {
	.mainTop {
		display: none;
	}

	.main1 {
		padding-top: 85px;
	}
	.main1_wrap {
		max-width: calc(100% - 30px);
		margin: 28px auto 0;
	}
	.main1_wrap .loader {
		position: relative;
		top: auto; right: auto; left: auto;
		padding-top: 56.25%;
	}
	.main1_wrap .rightCon {
		display: block;
		width: 100%;
		padding: 28px 0 0 0;
		text-align: center;
	}
	.main1_wrap .txt {
		font-size: 14px;
		line-height: 19px;
	}
	.main1_wrap .txt b {
		margin-bottom: 12px;
		font-size: 15px;
	}
	.main1_wrap .frame_wrap {
		margin-top: 28px;
		padding-top: 56.52%;
	}
	.main1_wrap .leftCon {
		position: relative;
		bottom: auto; right: auto;
		padding-right: 0;
		margin-top: 28px;
		text-align: center;
	}

}