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

body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #e6e6e6;
	margin: 0;
	padding: 0;
}

.container	 {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	position:relative;
}

header {
	position: relative;
	top: 0;
	right: 0;
	background-color: white;
	margin 0;
	padding:  0;
	width: 100%;
	min-width: 960px;
}

header #logo {
	position: absolute;
	width: 108px;
	height: 250px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	margin: 0;
	margin-left: 70px;
	z-index: 30;
}

header a:hover #logo {
	box-shadow: 0px 0px 15px #0070A3;
}

header #headeraddr {
	background-color: white;
	text-align: right;
	padding-top: 20px;
}

header #headeraddr h2, 
header #headeraddr h3 {
	font-size: 10px;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0 3px;
	color: #32332e;
	letter-spacing: 1px;
}

header #slider_base {
	position: relative;
	width: 934px;
	height: 369px;
	box-shadow: 1px 1px 5px #333;
	background-color: white;
	margin-top:5px;
	padding:3px;
	z-index: 20;
}

#topimg {
	position: relative;
	overflow: hidden;
	height: 369px;
	width: 934px;
}

#topimg ul { 
	margin:0;
	padding:0;
	height: 369px;
	width: 934px;
}

#topimg ul li {
	list-style: none;
	float: left;
	height: 369px;
	width: 934px;
	background-repeat: no-repeat;
}

html[xmlns*=""]:root #topimg {
	width:934px;
}

#topimg .dots {
	text-align:right;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#topimg .dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: 999em;
	border: 2px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#topimg .dots li.active {
	background: #00a0e9;
	opacity: 0.7;
}

#topimg .dots li.dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}


#gnavwrap {
	height: 61px;
}

#gnav {
	position: relative;
	background-color: white;
	margin 0;
	padding:  0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	min-width: 960px;
	height: 60px;
	z-index:10;
	box-shadow:0 1px 0px #fff, 0 3px 3px #999;
	-webkit-box-shadow:0 1px 0px #fff, 0 3px 3px #999;
}

#gnav ul {
	float: right;
	margin: 0;
}

#gnav ul li	{
	list-style-type: none;
	float: left;
}

#gnav ul li a	{
	display: block;
	width: 160px;
	line-height: 60px;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	color: #32332e;
	border-right: dashed 1px #e6e6e6;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	background-color:rgba(255,255,255,0);
}

#gnav ul li:first-of-type {
	border-left: dashed 1px #e6e6e6;
}

#gnav ul li a:hover	{
	background-color: #00a0e9;
	color: white;
}

#gnav #navselector {
	background-image:url(../images/navselector.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 10px;
	position: absolute;
	top: 52px;
	left: 536px;
}

#gnav .nav_profile {
	left: 700px !important;
}

#gnav .nav_contact {
	left: 860px !important;
}

#contents {
	padding-top: 30px;
	min-height: 1000px;
}

#topmain {
	float: left;
	width: 690px;
}

#topmain #topmsg {
	margin: 0 0 30px;
	letter-spacing: 2px;
	line-height: 2em;
	font-size: 14px;
}

#topmain #fbarea {
	background-image: url(../images/title_information.png);
	background-repeat: no-repeat;
	padding: 69px 0 0;
	border: 1px solid #bec2b3;
	margin-bottom: 50px;
	background-color: white;
}

#topsub {
	float: left;
	width: 250px;
}

#topsub ul {
	margin: 0;
	padding: 0;
}

#topsub ul li {
	list-style-type: none;
	margin-bottom: 30px;
	margin-left: 30px;
}

#topsub ul li a {
	display: block;
	width: 210px;
	height: 140px;
	padding: 5px;
	background-color: white;
	box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;

}

#topsub ul li:last-of-type a {
	background-color: #3b3535;
}

#topsub ul li a:hover {
	box-shadow:0 0 10px #00a0e9;
	-webkit-box-shadow:0 0 10px #00a0e9;
}


footer {
	clear: both;
	width: 100%;
	min-width: 960px;
	height: 114px;
	background-image: url(../images/footer_back.png);
	box-shadow: 0px 0px 10px #000;
	padding: 20px 0;
	position: relative;
	z-index: 10;
}

footer #footeraddr {
	color : white;
	font-size: 0.7em;
	letter-spacing: 2px;
	margin: 0;
}

footer nav {
	text-align: right;
}

footer nav ul {
	margin: 0;
	padding: 0;
}

footer nav ul li {
	list-style-type: none;
}

footer nav ul li a {
	background-color: #3b3535;
	padding: 10px;
	font-size: 0.7em;
	color: #bec2b3;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 5px;
}

footer nav ul li a:hover {
	text-decoration: underline;
}

footer nav ul li a:visited {
	color: #eeebe5;
}

footer #copyright {
	text-align: right;
	margin-top: 5px;
}

footer small {
	color: white;
	font-size: 0.6em;
	letter-spacing: 1px;
}

.logofixed {
	position: fixed !important;
	top: -150px;
}

.navfixed {
	position: fixed !important;
	top: 0;
}

.fixlogo {
	position: fixed !important;
	top: -150px;
}


.fixgnav {
	position: fixed !important;
	top: 0;
}




ul#worksfilter {
	padding: 0;
	float: right;
	margin: 30px 0 40px;
}

ul#worksfilter li {
	list-style-type: none;
	float: left;
	margin:0 10px 0 20px;
	font-size: 13px;
}

ul#worksfilter li .cbox {
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	float: left;
	background-color: white;
	margin-right: 5px;
	box-shadow:0 0 1px #666;
	-webkit-box-shadow:0 0 1px #666;
}

.activefilter {
	background-color: #00a0e9 !important;
}

ul#Grid {
	padding: 0;
	clear: both;
}

ul#Grid li {
	list-style-type: none;
}

ul#Grid .mix{
    opacity: 0;
    display: none;
}

ul#Grid .mix a {
	display: block;
	width:290px;
	height: 350px;
	margin:0 9px 30px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	position: relative;
	vertical-align: top;
}

ul#Grid .mix a img{
	background:#fff;
	margin: 0;
	padding: 8px;
	box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
}

ul#Grid .mix a:hover img {
	box-shadow:0 0 20px #0070A3;
	-webkit-box-shadow:0 0 20px #0070A3;
}

ul#Grid .mix a h1 {
	color: #32332e;
	font-size: 28px;
	margin: 3px 8px;
	letter-spacing: 2px;
	font-weight: 200;
}

ul#Grid .mix a h1.longtitle {
	font-size:22px;
	line-height: 42px;
	letter-spacing: 0px;
}

ul#Grid .mix a p {
	color: #32332e;
	font-size: 12px;
	margin: 3px 10px;
	letter-spacing: 2px;
}

.newhouse {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	width: 70px;
	height: 30px;
	background-color: #32332e;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
.newhouse:before {
	content: "新築";
}

.reformhouse {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	width: 70px;
	height: 30px;
	background-color: #bec2b3;
	color: black;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
.reformhouse:before {
	content: "改修";
}


#backbtn {
	clear: both;
}

#backbtn a {
	display: block;
	width: 150px;
	height: 57px;
	line-height: 57px;
	text-align: left;
	color: black;
	font-size: 16px;
	letter-spacing: 2px;
	border-right: dashed 1px #c9c9c9;
	margin: 30px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	background-color:rgba(255,255,255,0);
	text-decoration: none;
}

#backbtn a:hover {
	background-color: #00a0e9;
	color: white;
}

#backbtn a:before {
	content: url(../images/btn_back.png);
	vertical-align:-23px;
	-moz-vertical-align: -22px;
}

@-moz-document url-prefix() {
	#backbtn a:before {
		vertical-align:-22px;
	}
}

#workscontent {
	padding-left: 20px;
}

#workscontent #mainsec #maininfo {
	float: right;
	width: 310px;
	padding-left: 34px;
	margin-top: 13px;
}

#workscontent #mainsec #maininfo h1 {
	color: #32332e;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 6px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
}

#workscontent #mainsec #maininfo h1.longtitle {
	font-size:22px;
	line-height: 42px;
	letter-spacing: 0px;
}


#workscontent #mainsec #maininfo h2 {
	color: #32332e;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 4px;
	margin: 0;
}

#workscontent #mainsec p {
	color: #32332e;
	float: right;
	position: absolute;
	top: 270px;
	left: 590px;
	width: 278px;
	height: 173px;
	background-image: url(../images/comment_back1.png);
	background-repeat: no-repeat;
	padding: 25px 20px 25px 50px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 25px;
}

#workscontent #mainsec img {
	position: relative;
	padding: 13px;
	background-color: white;	
	box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	z-index: 5;
	float: left;
	margin-bottom: 80px;
}

.photoonly #mainsec  #maininfo{
	float: left !important;
	width: 860px !important;
}

.housemark, .shopmark, .detailmark {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 100px;
	height: 30px;
	background-color: #00a0e9;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
.housemark:before {
	content: "住宅";
}
.shopmark:before {
	content: "商業施設";
}
.detailmark:before {
	content: "ディテール他";
}

.newhousemark, .reformmark {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 120px;
	height: 30px;
	background-color: #bec2b3;
	color: black;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
.newhousemark {
	background-color: #32332e;
	color: white;
}
.newhousemark:before {
	content: "新築";
}
.reformmark:before {
	content: "改修";
}

#workscontent .subsec {
	clear: both;
	position: relative;
}

#workscontent .subsec img {
	padding: 13px;
	background-color: white;	
	box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	z-index: 5;
	float: right;
	margin-bottom: 80px;
	position:relative;
}

#workscontent .subsec p {
	color: #32332e;
	background-image: url(../images/comment_back2.png);
	background-repeat: no-repeat;
	width: 307px;
	height: 51px;
	padding: 20px 30px 20px 20px;
	position:  absolute;
	top: 20px;
	left: 10px;
}

.photoonly .subsec {
	margin-top: 20px;
	float: left;
	clear: none !important;
}

.photoonly .subsec img {
	float: left;
	width: 410px;
	margin-right: 20px;
	height: auto;
	margin-bottom: 20px !important;
}

#profilemsg h1 {
	color: #32332e;
	margin-top: 60px;
	margin-left: 20px;
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 3px;
}

#profilemsg p {
	float: left;
	width: 450px;
	padding: 0 30px 0 70px;
	color: #32332e;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 32px;
}
#profilemsg p small {
	display: block;
	float: right;
	margin-top: 30px;
}

#profileinfo {
	width: 880px;
	height: 450px;
	background-image: url(../images/profileinfoback.png);
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	padding: 30px;
}

#profileinfo h1 {
	color: #32332e;
	font-size: 18px;
	text-decoration: underline;
	margin: 2px 0;
}

#profileinfo #profilemap {
	float: left;
	width: 450px;
}

#profileinfo #profilemap p {
	font-size: 12px;
	color: #32332e;
	margin: 20px 0 10px;
	padding: 0;
	line-height: 20px;
}

#profileinfo #profilemap iframe {
	border: 1px solid #32332e;
}

#profileinfo #gyoumu, #profileinfo #keireki {
	float: left;
	margin-left: 20px;
	width: 410px;
}

#profileinfo #gyoumu h2, #profileinfo #keireki h2 {
	font-size: 18px;
	color: #32332e;
	font-weight: 200;
}

#profileinfo #gyoumu ul li {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#profileinfo #gyoumu ul {
	list-style-type: square;
}

#profileinfo #keireki table {
	margin-left: 20px;
}

#profileinfo #keireki table tr td{
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	vertical-align: top;
}

#privacy h1 {
	color: #32332e;
	margin-top: 60px;
	margin-left: 20px;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 3px;
}

#privacy h2 {
	color: #82746c;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
}

#privacy p {
	color: #82746c;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
}

#contact p#desc {
	color: #32332e;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 40px 0 20px;
	line-height: 32px;
}

.red {
	color: red;
}

#contact #mailform {
	width: 890px;
	padding: 20px 20px;
	border: 5px solid  #33232e;
	background-color: white;
	overflow: hidden;
	margin-bottom: 60px;
}

#contact #mailform form {
	margin: 0 20px 5px;
	padding: 0 40px 20px;
	border-bottom: 1px dashed #c6c6c6;
}

#contact #mailform form .formtitle{
	width: 240px;
	display: block;
	float: left;
	position: relative;
	top: 7px;
}

#contact #mailform form input,
#contact #mailform form textarea {
	width: 505px !important;
	padding: 5px;
}

#contact #mailform form p#button {
	text-align: right;
}

#contact #mailform form p#button button {
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	background-color: #32332e;
	color: white;
	margin-right: 12px;
	position: relative;
	border: none;
	font-weight: 300;
	letter-spacing: 1px;
}

#contact #mailform #contact_tel {
	float: left;
	width: 404px;
	border-right: 1px dashed #c6c6c6;
	padding: 20px 20px 0;
}

#contact #mailform #contact_tel i {
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

#contact #mailform #contact_tel h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
}

#contact #mailform #contact_fb {
	float: left;
	width: 384px;
	padding: 20px 0 0;
	padding-left: 40px;
}

#contact #mailform #contact_fb a{
	text-decoration: none;
	color: #3b5998;
}

#contact #mailform #contact_fb i {
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 10px;
	color: #3b5998;
}

#contact #mailform #contact_fb h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
}

#contact #mailform #contact_tel p,
#contact #mailform #contact_fb p {
	margin: 0;
	padding: 10px 10px 0;
	text-align: right;
	font-size: 20px;
	letter-spacing: 3px;
}

#contact #access {
	clear: both;
	width: 340px;
	float:left;
}

#contact #access h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 200;
	color: #32332e;
}

#contact #access p {
	color: #32332e;
	font-size: 14px;
	padding-left: 30px;
	letter-spacing: 2px;
	line-height: 28px;
}

#contact #access_map {
	width: 600px;
	text-align: right;
	float: left;
	margin-bottom: 30px;
}

#contact #access_map iframe {
	border: 1px solid #32332e;
}

div.mfp_buttons button#mfp_button_send {
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	background-color: #32332e;
	color: white;
	margin-right: 12px;
	position: relative;
	border: none;
	font-weight: 300;
	letter-spacing: 1px;
}

div.mfp_buttons button#mfp_button_cancel {
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	background-color: #e6e6e6;
	color: black;
	margin-right: 12px;
	position: relative;
	border: none;
	font-weight: 300;
	letter-spacing: 1px;
}

div#mfp_overlay_background {
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 1400px;
}
