@charset "utf-8";
/* CSS Document */
body{
	background:#F7F6F4;
  }
	div#wsubtitle{
		background: url(../img/subtitle.jpg) no-repeat center;
		background-size:cover;
		height: 250px;
		}
	div#subtitle{
		height:250px;
		width:1000px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	 }
	 #subtitle h2{
				margin:55px 0 0 15px;
				font-family: 'Fira Sans Condensed', sans-serif;
				font-size: 37px;
				font-family: 'Cormorant', serif;
				color: #D5AAAF;
				}
			#subtitle h3{
				margin:0 0 0 55px;
				}
	div#subtitle h2 + p{
		margin-top: 5px;
		color: #fff;
		margin-left: 15px;
		}
	div#subtitle p.tel{
		position: absolute;
		right:0;
		bottom: 0;
		overflow: hidden;
		background: rgba(0,0,0,0.7);
		font-family: 'PT Sans', sans-serif;
		width: 27%;
		color: #ccc;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-left:5px;
		text-transform:uppercase;
		}
  div#subtitle p.tel span {
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 14px;
    color: #fff;
   }
		div#middle{
			width: 1000px;
			margin:0 auto;
		}