@charset "UTF-8";

/*------------------------------------------------------------------------------
	須山建設株式会社マンション事業部 - Structure CSS
	URL: http://www.suyama-group.co.jp/
	Date: 2014-03-31
	Copyright (C) SUYAMA CORPORATION All Rights Reserved.
------------------------------------------------------------------------------*/

/*  共通
----------------------------------------------------*/

ul#skip{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:0;
}

.floatL {float:left;}
.floatR {float:right;}
.clearL {clear:left;}
.clearR {clear:right;}
.clearB {clear:both;}

.alignL {text-align:left;}
.alignR {text-align:right;}
.alignC {text-align:center;}
.toTop{
    position: fixed;
    bottom: -5px;
    z-index: 9999;
    width: 100%;
}

.fixed-bottom{
    bottom:19px;
}

.toTop p{
	width: auto;
	padding: 0 35px;
	text-align: right;
}
.fixed-bottom {
	bottom: 19px;
}
.toTop {
	position: fixed;
	bottom: -5px;
	z-index: 9999;
	width: 100%;
}
/*============================================================================================================================
	スマートフォン　640px未満
============================================================================================================================*/

@media only screen and (max-width:640px){
	/*  共通
----------------------------------------------------*/
	
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}

body{
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	line-height:1.5;
}

html{
	font-size: 62.5%;
}

body{
	font-size: 1.4rem;
}
#wrapper{
	width:auto !important;
}
a{text-decoration: none;}


#siteTitle,
nav{
	display:none;	
}
	
/*  ヘッダー
----------------------------------------------------*/

header{
	width:100% !important;
	height:auto !important;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	border-top:5px solid #0055aa;
	background:#fff;
}

header p#spTitle{
	margin: 0;
	padding:3.2%;
	width:50%;
	float:left;
}

header #spMenu{
	float:right;
	width:25%;
	cursor:pointer;
	overflow:hidden;
	padding:5.2% 3.2% 0 0;
	display:block;
}

header ul#spNav{
	clear:both;
	overflow:hidden;
	border-top:1px solid #ccc;
}

header ul#spNav li{
	float:left;
	border-bottom: 1px solid #ccc;
	background:url(../img/ico_arrow_001.png) no-repeat 97% center;
	display:block;
	width:50%;
	border-collapse: collapse;
}
header ul#spNav li:nth-child(odd){
	border-right: 1px solid #ccc;
	
}
header #spNav ul {
	margin: 0;
	padding: 0;
	background: #34C6CD;
}

header #spNav li a {
	display:block;
	padding:3.2%;
	color:#000;
}

header #spNav li li a{
	padding:3.2% 6.4%;	
}

header #spMenu img,
header p#spTitle img{
	width:100%;
	height: auto;
}
header #subNav li{
	display:none;
}
header #subNav{
	display:none;
	/*float:left;
	width:53%;
	margin-top:4.2%;*/
}
header .global{
	display:none;
}
header #siteTitleSp{
	padding:3.2%;
	margin: 0;
	width: 74%;
	float: left;
}
header img{
	width:100% !important;
	height:auto;
}
header .logo{
	display:none;
	/*float:left;
	margin-top:3.2%;
	width:50%;*/
}
.toTop{
	display:none !important;
}
#wrapper{
	padding:3.2%;
}
body#home #wrapper{
	padding:0;
}
#wrapperInner{
	border-radius:20px;
	background:#fff;
	padding:3.2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}
#wrapperInner h2{
	border-bottom: 1px solid #e6e2df;
	border-top: 1px solid #e6e2df;
	width:106.4%;
	padding:3.2% 1.6%;
	margin-left:-3.2%;
	margin-bottom:3.2%;
}

#wrapperInner h2 em{
	display:block;
	padding-left:3.2%;
	font-weight:bold;
	font-size:115%;
	border-left:5px solid #0055AA;
}
#wrapper #main .p-h3,
#wrapper #main h3 {
	clear: both;
	margin-bottom: 3.2%;
	border-top: 3px solid #0055AA;
	border-bottom: 1px solid #E6E2DF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 100%;
}
#wrapperInner p img{
	width:100% !important;
	height: auto;
}
#wrapperInner p.lead{
	font-size: 170%;
	color: #0055AA;
	line-height: 1.2;
	margin-bottom:3.2%;
}
#wrapper #main ul.list001{
	margin-bottom:20px;
	margin-left:20px;
}
#wrapper #main ul.list001 li:before{
	content:"\f046";
	color:#0055AA;
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	height:inherit;
	text-indent:-14px;
}

#main h1 a{
	text-decoration:none;
}
#wrapper #main h1#pageTitle{
	margin-bottom:1.2%;
	border: 1px solid #e6e2df;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/bg_pageTitle.png) repeat-y;
	line-height: 1.0;
	padding: 20px 15px 20px 25px;
	font-size: 170%;
}
#wrapper #main .pan{
	margin:0 0 4.3% 3.2%;
	font-size:90%;
}
#wrapper #main .branchBox ul{
	overflow:hidden;
	border-radius:10px;
	background-color:#e8e8e8;
	border:1px solid #e6e2df;
	padding:11px;
}
#wrapper #main .branchBox ul li a{
	display:block;
	border-radius:5px;
	padding:7px;
	background:#fff url(../img/ico_arrow_003.png) no-repeat 95% center;
	border:1px solid #dcdddf;
	text-decoration:none;
}
#wrapper #main .branchArea {
	padding-top:7%;
}
#wrapper #main .branchArea .branchBtn{
	margin-bottom:12%;
}
#wrapper #main .branchArea .branchBtn h3{
	border-top:3px solid #0055AA;
	border-bottom:1px solid #E6E2DF;
	padding:10px 0;
	background:url(../img/ico_branch.gif) no-repeat left center;
	padding-left:7%;
	margin-bottom:5%;
}
#wrapper #main .branchArea .branchBtn h3 a{
	text-decoration:none;
	color:#331E1D;
	display:block;
	background:url(../img/btn_more.png) no-repeat 95% center;
	padding:4px 0;
}
#wrapper #main .branchArea .branchBtn img{
	width:100% !important;
	height:auto;
	margin-bottom:3.2%;
}






















/*  フッター
----------------------------------------------------*/

footer{
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	background:#fff;
}

footer dl dd {
	display:none;
}
footer .txtNavInner{
	background:#
}
footer #subNav li a {
	padding:3.2%;
	display: block;
	color:#000;
	border-bottom:1px solid #ccc;
	background:url(../img/sp/ico_arrow_001.png) no-repeat 97% center;
	background-clip: padding-box;
	background-origin: padding-box;	
	background-size: 9px 11px;
}

footer dl{
	padding:3.2%;
	font-size: 1.2rem;
	overflow:hidden;
}

footer dl dt{
	width:100%;
	float:none;
}
footer dl.floatR{
	float:none;
}
footer .txtNav {
	background:#154178;
}
footer .txtNav dl dt a{
	display:block;
	padding:6.4%;
	color:#fff;
}
footer .txtNav dl dt{
	width:50%;
	float:left;
	margin-bottom:0;
	border-bottom: 1px solid #0b2958;
	border-top: 1px solid #2b6092;
	background:url(../img/ico_arrow_002.png) no-repeat 97% center;
}
footer .txtNav dl:first-child{
	border-bottom: 1px solid #0b2958;	
}
footer .txtNav dl dt.support,
footer .txtNav dl dt:nth-child(5){
	font-size:95%;
}
footer .txtNav dl dt:nth-child(5),
footer .txtNav dl dt:nth-child(6),
footer .txtNav dl dt.land,
footer .txtNav dl dt.support{
	border-bottom:none;
}
footer .txtNav dl dt.solar,
footer .txtNav dl dt.support,
footer .txtNav dl dt:nth-child(even){
	border-left: 1px solid #2b6092;
}
footer .txtNav dl dt.senior{
	width:100%;
}
footer .txtNav dl dt.senior a{
	padding:3.2%;
}
footer .txtNav dl{
	padding:0;
}
footer dl dt img{
	width:100%;
	height:auto;
}


footer address dl dt{
	width:45%;	
}

footer address dl dd {
	color:#331E1D !important;
	display:block;
	float:none;
	margin-top:3.2%;
	margin-bottom:0;
}
footer .footerInner ul.floatR{
	display:none !important;
}
footer .footerInner ul.floatR li{
	display:inline;
}
footer #copyright {
	clear: both;
	color: #fff;
	text-align: center;
	background:#0055aa;
	font-size:0.8rem;
	padding: 1.6%;
}




}




/*============================================================================================================================
	PC　641px以上
============================================================================================================================*/

@media only screen and (min-width: 641px) {
	
/*  header　ヘッダー
----------------------------------------------------*/

header{
	border-top:5px solid #0055aa;
	background:#fff;
	line-height:1;
}

header .headerInner{
	width:100%;
	height:46px;
	margin:0;
}

header .headerInner p.global{
	float:left;
	margin:-5px 0 0 20px;
}

header .headerInner p.logo{
	float:left;
	margin:14px 0 0 10px;
}

header .headerInner ul#subNav{
	float:right;
	margin-right:10px;
}

header .headerInner ul#subNav li{
	float:left;
}

header .headerInner ul#subNav li.tel{
	margin:8px 20px 0 0;	
}

header .headerInner ul#subNav li.home,
header .headerInner ul#subNav li.company,
header .headerInner ul#subNav li.sitemap{
	margin:14px 10px 0 0;
	background:url(../img/ico_arrow_003.png) no-repeat left center;
	padding-left:10px;	
}

header .headerInner ul#subNav li.company a{
	background:url(../img/ico_window_001.png) no-repeat right center;
	padding-right:15px;
}
header #siteTitleSp{
	display:none !important;
}
#spMenu,
#spNav{
	display: none;
}
/*  wrapper　コンテンツ
----------------------------------------------------*/

#wrapperInner{
	margin:20px auto;
	width:980px;
	overflow:hidden;
}

#wrapper #sub{
	width:235px;
	float:left;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	line-height:1.0;
}

#wrapper #main{
	width:695px;
	float:right;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:20px;
}

#wrapper #sub #siteTitle{
	margin:35px 0 0 34px;
}

#wrapper #sub #globalNav{
	margin:40px 0 40px 10px;
	width:213px;
	border-bottom:1px solid #e6e2df;
}

#wrapper #sub #globalNav li{
	background:url(../img/ico_arrow_001.png) no-repeat left 19px;	
}

#wrapper #sub #globalNav a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #e6e2df;
}

#wrapper #sub #globalNav li.home a{background:url(../img/bg_en_home.png) no-repeat right center;}
#wrapper #sub #globalNav li.information a{background:url(../img/bg_en_infomation.png) no-repeat right center;}
#wrapper #sub #globalNav li.case a{background:url(../img/bg_en_construction.png) no-repeat right center;}
#wrapper #sub #globalNav li.land a{background:url(../img/bg_en_land.png) no-repeat right center;}
#wrapper #sub #globalNav li.support a{background:url(../img/bg_en_support.png) no-repeat right center;}
#wrapper #sub #globalNav li.renovation a{background:url(../img/bg_en_renovation.png) no-repeat right center;}
#wrapper #sub #globalNav li.solar a{background:url(../img/bg_en_photovoltaic.png) no-repeat right center;}
#wrapper #sub #globalNav li.senior a{background:url(../img/bg_en_senior.png) no-repeat right center;}
#wrapper #sub #globalNav li.blog a{background:url(../img/bg_en_blog.png) no-repeat right center;}

#wrapper #sub #globalNav li.home a:hover,
#wrapper #sub #globalNav li.information a:hover,
#wrapper #sub #globalNav li.case a:hover,
#wrapper #sub #globalNav li.land a:hover,
#wrapper #sub #globalNav li.support a:hover,
#wrapper #sub #globalNav li.renovation a:hover,
#wrapper #sub #globalNav li.solar a:hover,
#wrapper #sub #globalNav li.senior a:hover,
#wrapper #sub #globalNav li.blog a:hover{
	background:#D7EBFF url(../img/ico_arrow_001.png) no-repeat 95% center;
}

#wrapper #sub #globalNav #localNav{
	margin:0;	
}

#wrapper #sub #globalNav #localNav li{
	background:none;
}

#wrapper #sub #globalNav #localNav li a{
	padding:10px 20px;
	background:url(../img/ico_arrow_003.png) no-repeat 10px 14px;
}

#wrapper #sub #globalNav #localNav li a:hover{
	background:#D7EBFF url(../img/ico_arrow_003.png) no-repeat 10px 14px;
}

#wrapper #sub #globalNav #localNav li ul{
	border-left:1px solid #e6e2df;
	border-right:1px solid #e6e2df;
	background:#f5f5f5;
}

#wrapper #sub #globalNav #localNav li ul ul{
	border:none;
	background:#fff;
}

#wrapper #sub #globalNav #localNav li ul ul li a{
	padding:10px 20px 10px 30px;
	background:url(../img/ico_arrow_003.png) no-repeat 20px 14px;	
}

#wrapper #sub #globalNav #localNav li ul ul li a:hover{
	background:#D7EBFF url(../img/ico_arrow_003.png) no-repeat 20px 14px;	
}

#wrapper #sub #globalNav #localNav li ul ul li a span{
	font-size:90%;
	display:block;
	text-indent:-7px;
}
#wrapper #sub #globalNav #localNav li ul li{
	border:none;	
}

#wrapper .pan{
	margin-bottom:10px;	
}

#wrapper #main h1#pageTitle{
	margin-bottom:10px;
	border:1px solid #e6e2df;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: url(../img/bg_pageTitle.png) no-repeat;
	line-height:1.0;
	padding:20px 0 15px 30px;
	font-size:240%;
}

#wrapper #main h1#pageTitle a,
#wrapper #main h1#pageTitle a:hover,
#wrapper #sub #localNav a{
	color:#331E1D;
	text-decoration:none;
}

#wrapper #main p.toTop{
	text-align:right;	
}

#wrapper #main p{
	margin-bottom:20px;	
}
#wrapper #main .branchBox{
	margin-bottom:40px;
}
#wrapper #main .branchBox ul{
	overflow:hidden;
	border-radius:10px;
	background-color:#e8e8e8;
	border:1px solid #e6e2df;
	padding:11px;
}
#wrapper #main .branchBox ul li{
	float:left;
}

#wrapper #main .branchBox ul li a{
	display:block;
	border-radius:5px;
	padding:7px;
	background:#fff url(../img/ico_arrow_003.png) no-repeat 95% center;
	border:1px solid #dcdddf;
	text-decoration:none;
}
#wrapper #main .branchBox ul li a:hover{
	background-color:#d7ebff;
}

#wrapper #main .branchArea .branchBtn{
	width:330px;
	float:left;
}
#wrapper #main .branchArea .odd{
	margin-right:20px
}
#wrapper #main .branchArea .branchBtn h3{
	background:url(../img/ico_branch.gif) no-repeat left center;
	padding-left:20px;
}
#wrapper #main .branchArea .branchBtn h3 a{
	text-decoration:none;
	color:#331E1D;
	display:block;
	background:url(../img/btn_more.png) no-repeat 95% center;
	padding:4px 0;
}
#wrapper #main .branchArea .branchBtn h3:hover{	
	background:#D7EBFF url(../img/ico_branch.gif) no-repeat left center;
}
/*  footer　フッター
----------------------------------------------------*/

footer{
	background:#fff;
	border-top:1px solid #e6e2df;
}
footer .isoBox ul{
		display: flex;
		justify-content: space-between;
	}
	footer .isoBox li{
		width: 59px;
		margin: 0 0 3px;
	}
	footer .isoBox p{
		font-size: 60%;
	}
footer .txtNav{
	background:#154178;
	padding:40px 0 30px 0;
}

footer .txtNav .txtNavInner{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	line-height:1.8;
}

footer .txtNav .txtNavInner a{
	color:#fff;
	text-decoration:none;
}

footer .txtNav .txtNavInner dl{
	float:left;
	width:230px;
	margin-right:20px;
}

footer .txtNav .txtNavInner dl.floatR{
	margin-right:0;	
}

footer .txtNav .txtNavInner dl dt{
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #0b2958;
	padding-left:20px;
	margin-bottom:0;
}

footer .txtNav .txtNavInner dl dt.land{ background:url(../img/ico_land.png) no-repeat left center;}
footer .txtNav .txtNavInner dl dt.support{ background:url(../img/ico_support.png) no-repeat left center;line-height:1.2;}
footer .txtNav .txtNavInner dl dt.renovation{ background:url(../img/ico_renovation.png) no-repeat left center;}
footer .txtNav .txtNavInner dl dt.solar{ background:url(../img/ico_solar.png) no-repeat left center;}
footer .txtNav .txtNavInner dl dt.senior{ background:url(../img/ico_senior.png) no-repeat left center;}

footer .txtNav .txtNavInner dl.floatR dt{
	border:none;
	background:url(../img/ico_arrow_002.png) no-repeat left center;
	padding-left:10px;
	margin-bottom:5px;
}

footer .txtNav .txtNavInner dl dd{
	border-top:1px solid #2b6092;
	margin-bottom:10px;
	padding-top:5px;
}

footer .txtNav .txtNavInner dd li{
	background:url(../img/ico_arrow_002.png) no-repeat left center;
	padding-left:10px;	
}

footer .footerInner{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

footer .add{
	padding:5px 0;	
}

footer .footerInner ul.floatR li{
	float:left;
	margin-left:5px;
}

footer .footerInner address{
	line-height:1.2;
	margin-top:18px;
}

footer .footerInner dt{
	float:left;
	border-right:1px dotted #ccc;
	margin-right:10px;
	padding-right:10px;
}

footer .footerInner dd em{
	display:block;
	font-weight:bold;
	font-size:135%;
}

footer #copyright{
	text-align:center;
	background:#0055aa;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:90%;
}

}
/*
@media only screen and (min-width:1024px) and (max-width:1280px){


}


@media only screen and (min-width:641px) and (max-width:1180px){

}*/

/*--EOF-----------------------------------------------------------------------*/
