@charset "utf-8";
/* CSS Document */
body{
	/*! background:#F7F6F4; */
  }
	div#wsubtitle{
		background: url(../img/title.png) no-repeat right -120px #f1f1f1;
		background-size:70%;
		}
	div#subtitle{
		height:115px;
		width:1000px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	 }
	 #subtitle h2{
				margin:65px 0 0 0px;
				/*! font-family: 'Fira Sans Condensed', sans-serif; */
				font-size: 35px;
				font-family: 'Cormorant', serif;
				color: #9A6D41;
				/*! float: left; */
				line-height: 1em;
				/*! font-family: 'PT Sans', sans-serif; */
				}
			#subtitle h3{
				margin:0 0 0 55px;
				}
	div#subtitle h2 + p{
		margin: 93px 0 0 10px;
		color: #898989;
		/*! margin-left: 245px; */
		float: left;
		display: none;
		}
	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;
		}