
/* CSS Document */

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

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
}
.top-image .photo {
	width: 100%;
	position: relative;
}
.top-image .top-title {
	width: 85%;
	position: absolute;
	top: 37%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	z-index: 1;
}

.top-image .top-title h1 {
	font-size: 1.5vw;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	margin-bottom: 14%;
}
.top-image .top-title p {
	font-size: 1.5vw;
	font-weight: 500;
	letter-spacing: .1em;
	color: #FFF;
	text-align: right;
	margin-bottom: 8%;
}

.top-image .top-tel {
	width: 24%;
	position: absolute;
	background: rgba(51, 51, 51, 0.7);
	top: 95px;
	right: 0;
	z-index: 1;
	padding: 1.5% 1%;
}
.top-image .top-tel p {
	font-size: 2vw;
	line-height: 2.8vw;
	letter-spacing: .1em;
	text-align: center;
	color: #FFF;
}

.top-feature {
	width: 100%;
}
.top-feature h1 {
	width: 100%;
	margin-bottom: 40px;
}

.top-etc-menu {
	width: 100%;
}
.top-etc-menu dl {
	width: 31%;
	position: relative;
	margin-top: 120px;
}
.top-etc-menu dd h2 {
	width: 70%;
	min-width: 200px;
	position: relative;
	font-size: 2rem;
	line-height: 200%;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	background-color: #f7f7f7;
	margin-top: -40px;
	padding: 20px 0 20%;
	z-index: 1;
}
.top-etc-menu dd h2 span {
	font-size: 3rem;
	display: block;
}

.top-contact {
	width: 100%;
	max-width: 700px;
	display: block;
	font-size: 2rem;
	color: #FFF;
	text-align: right;
	line-height: 180%;
	letter-spacing: .1em;
	text-decoration: none;
	background-image: url(../../images/photo4.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 120px auto 0;
	padding: 40px;
}
.top-contact span {
	font-size: 3rem;
	display: block;
}

/* top img */

.top-image img,.top-title img,.top-tool img,.top-feature img,.top-etc-menu dl img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 1100px) {
	.top-image .top-tel {
		top: 85px;
	}
}

@media only screen and (min-width:1px) and (max-width: 800px) {
	
	.top-feature h1 {
		width: 100%;
		margin-bottom: 5%;
	}
	.top-feature .button.rt {
		margin: 0 auto;
	}
	.top-etc-menu {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.top-etc-menu dl {
		width: 100%;
		position: relative;
		margin-top: 12%;
	}
	.top-etc-menu dl dt {
		max-height: 180px;
		overflow: hidden;
	}
	.top-etc-menu dd h2 {
		width: 100%;
		min-width: 100%;
		position: relative;
		font-size: 1.5rem;
		text-align: center;
		line-height: 200%;
		margin-top: 0;
		padding: 5% 0;
		z-index: 1;
	}
	.top-etc-menu dd h2 span {
		font-size: 2.4rem;
		display: block;
	}
	.top-etc-menu .button {
		margin: 0 auto;
	}
	
	.top-contact {
		font-size: 1.5rem;
		line-height: 200%;
		margin: 12% auto 0;
		padding: 40px;
	}
	.top-contact span {
		font-size: 2.4rem;
	}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image .top-tel {
		width: 100%;
		top: 0;
	}
	.top-image .top-tel p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.top-image .top-tel p span {
		display: inline-block;
		margin: 0 5px;
	}
	.top-image .top-tel p br {
		display: none;
	}
	.top-image {
		margin: 76px auto 0;
	}
	.top-image .top-title h1 {
		margin-bottom: 10%;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

