@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html{
	font-family: Tinos;
	font-size: 18px;
	min-width: 1100px;
	color: #010101;
}
body{
	position: relative;
}

.null {height: 0px auto; min-height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; clear: both;}

input,textarea {outline: none;}

.fdd ol, .fdd ul {margin: 0px 0px 16px 36px; padding: 0px 0px 0px 0px; line-height: 28px;}
.fdd ul li, .fdd ol li {margin: 0px 0px 4px 16px; padding: 0px 0px 0px 0px;}
.fdd p {margin: 0px 0px 24px 0px; line-height: 28px; font-size: 18px;}

a{
	color: #010101;
	text-decoration: none;
}
a:hover{
	color: #f6a7b9;
	text-decoration: underline;
}
ul{
	list-style: none;
}
ul li{
	cursor: pointer;
}
h1{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 400; text-align: center;
	line-height: 50px;
}
.workspace{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header{
	height: 90px;
}
#main{
	background: url(design/main1.jpg);
	background-size: cover;
	height: 631px;
}
#navi{
	position: absolute; right: 0;
}
#navi li{
	color: #fff;
	display: inline-block;
	line-height: 50px;
	margin-right: 45px;
}
#navi li:hover{
	text-decoration: underline;
}
#services{
	padding: 90px 0 50px 0; margin-bottom: 70px; background: #f7f4f3;
}
.service{
	width: 294px; height: 400px; 
	margin: 15px; display: inline-block; vertical-align: top;
	position: relative; background: #fff; font-size: 20px;
}
#dreeems ul li{
	text-align: center;
}
#dreeems ul li:hover{
	background: #f7f4f3;
}
#dreeems{
	margin-bottom: 50px;
}
#comments{
	background: #f1d5d4;
	padding: 80px 0;
}
.comment{
	text-align: center;
	padding-bottom: 30px;
}
#photo{
	padding-top: 80px;
}
#photos li{
	position: relative;
	padding-bottom: 40px;
}
#photos li img{
	width: 305px;
	height: 380px;
	
}
.hiddenphoto{
	position: absolute; left: 25px; top: 25px; right: 28px; bottom: 26px;
	background: #fff url(design/photosphoto.png) center 130px no-repeat;
	opacity: 0;
	transition: all 0.3s ease;
}
li:hover .hiddenphoto{
	opacity: 1;
}
.hiddenphoto a{
	color: #7d4f5e;
	font-size: 20px;
	left: 90px; top: 175px;
	position: relative;
}
#steps{
	padding-top: 90px;
}
.step{
	width: 200px; height: 200px;
	display: inline-block;
	margin-right: 50px; vertical-align: top;
}
#footer{
	background: #f7f4f3;
	height: 115px;
}
#soc{
	position: absolute; top: 30px;  right: 0px;
}
#soc img{
	display: inline-block; vertical-align: top;
	margin-left: 20px;
}
#footnavi{
	height: 135px;
	background: #000;
}
#footernavi{
	position: absolute; left: 0;
}
#footernavi li{
	color: #fff;
	display: inline-block;
	line-height: 135px;
	margin-right: 45px;
}
#footernavi li:hover{
	text-decoration: underline;
}
#form_1{
	height: 533px; width: 100%;
	background: url(design/bg44m.jpg);
	background-size: cover;
}
#form_1 ::placeholder{
	font-style: italic;
	font-size: 16px; color: #7d4f5e;
	font-family: Tinos;
}
#form_2{
	width: 448px; height: 450px;
	position: fixed;
	top: 50%; left: 50%;
	margin-left: -224px; margin-top: -225px;
	z-index: 9999;	
	background: #f3edeb;
}
#fixedbg{
	width: 100%; height: 100%;
	position: fixed; z-index: 9998;
	opacity: 0.5; background: #888;
}
#fixedform{
}















