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

.top{
	padding: 250px 0 90px;
	background: url(../img/top_bg_1.png), url(../img/top_bg_2.png);
	background-position: left 120px top 320px, right 120px bottom 60px;
	background-repeat: no-repeat;

}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top .icon {
	padding: 60px 0;
}
.top .map {
	padding: 60px 0 30px;
}
.top iframe {
	width: 100%;
	height: 600px;
	border: solid 2px #D6D6D6;
}

.top .logo {
	text-align: left;
}
.top .logo p {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}
.top .before,
.top .after {
	width: 300px;
	float: left;
	text-align: left;
}
.top .before .ttl,
.top .after .ttl {

	font-weight: bold;
}

.top .before .tel a,
.top .after .tel a {

	font-size: 20px;
	font-weight: bold;
	color: #630;
}
.top .before .tel a b,
.top .after .tel a b {

	font-size: 24px;
	font-weight: bold;
	color: #630;
}


@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 240px;
		background-position: left -200px top, right 0 bottom 0;
	}
	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}
	.top .icon {
		padding: 30px 0;
	
	}
	.top h4 {
		font-size: 20px;
		margin: 0 0 30px;
	}

.top .map {
	padding: 30px 0 0;
}
.top iframe {
	width: 100%;
	height: 300px;
	border: solid 2px #D6D6D6;
}

.top .logo {
	text-align: left;
}
.top .logo img {
	display: none;
}
.top .logo p {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 0;
}
.top .before,
.top .after {
	width: 100%;
	float: none;
	text-align: center;
	padding: 15px 0 0;
	margin: 15px 0 0;
	border-top: dotted 2px #D6D6D6;

}
.top .before .ttl,
.top .after .ttl {

	font-weight: bold;
}

.top .before .tel a,
.top .after .tel a {

	font-size: 20px;
	font-weight: bold;
	color: #630;
}
.top .before .tel a b,
.top .after .tel a b {

	font-size: 24px;
	font-weight: bold;
	color: #630;
}


}