list-type@charset "UTF-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@import url(https://fonts.googleapis.com/css?family=Abel);


/* 全てに適用するCSS */

body
{
	font-family:'小塚ゴシック Pro L','Kozuka Gothic Pro Light','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	line-height:1.8em;
	min-width: 1150px;
}

/* box-sizing */
header,footer{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ヘッダー */
header{
	width:100%;
	height: 158px;
	margin:0 auto;
	background-color:#fff;
	border-bottom:#b8b8b8 0.5px solid;
}

#header-wrap{
	width:100%;
	max-width:1150px;
	margin:0 auto;
}

nav{
	max-width:1150px;
	margin:0 auto;
	font-size:15px;
	display: table;
}

nav ul{
	padding-left: 0;
}

nav li{
	display: table-cell;
	padding: 20px;
}

nav li:after {
    content: "/";
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	padding-left:40px;
	font-size: 15px;
	color: #b8b8b8;
}	

.nav-end:after {
    content: "";
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}


 
/*お問い合わせ、アクセスボタン*/
#top-contact{
	text-align:right;
}

.tel{
	font-weight:bold;
	font-size:20px;
}
.tel a{
		color:#0078C6;
}

/* ロゴ画像 */
.logo{
	margin:0 auto;
	text-align:center;
}




/* メイン */

#wrapper
{
	position: relative;
	width:100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}



/* フッター */
footer{
	position:rerative;
	bottom:0;
	padding-top:5px;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
	padding-bottom:10px;
	border-top:#b8b8b8 0.5px solid;
}
#f_wrap{
	width:1150px;
	margin:0 auto;
}

#copyright{
	font-size:9pt;
	margin-top:20px;
	text-align: center;
	color:#666666;
}

.page-top
{
	margin: 0 ;
	padding: 0 ;
	display: none ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
    bottom: 20px;
    right: 20px;
	z-index:100;
}
 
.move-page-top
{
	    background: #666666;
        text-decoration: none;
        color: #fff;
        width:38px;
        padding: 3px;
        text-align: center;
        display: block;
	
}

.move-page-top:hover
{
	opacity: 0.85 ;
	text-decoration:none;
	border:none;
}

.hidari{
	text-align:left;
}
.migi{
	text-align:right;
}
.naka{
	text-align:center;
}
.clr{
	clear:both;
}
.bld{
	font-weight:bold;
}
.cnt{
	width:100%;
	margin:0 auto;
}



/* 矢印付きボタン */

.arrow-link{
	position: relative;
	display: inline-block;
	width:120px;
    text-decoration:none;
    text-align:center;
    padding:5px 10px 5px 20px;
    color:#1c93d0;
	margin:30px 10px;
	font-size:14px;
	border:#1c93d0 1px solid;
}

.arrow-link:before{
	position: absolute;
    display:inline-block;
	content: "";
 	width: 5px;
 	height: 5px;
 	border-top: 1px solid #0078C6;
 	border-right: 1px solid #0078C6;
 	transform: rotate(45deg);
	margin-left:-15px;
	margin-top:8px;
}

.arrow-link:hover {
	background-color: #a9d4e6;
	animation: arrow 1.2s infinite;
}




/*コンタクトエリア*/
#contact-area{
	position:relative;
	margin:0 auto;
	border-top:#b8b8b8 0.5px solid;
	overflow:hidden;
    height:100%;
}

#contact-inner{
	position:relative;
	width:1150px;
	margin:0 auto;
	overflow:hidden;
    height:100%;
}

#workaround{
	position:relative;
	float:left;
	width:50%;
	height:330px;
	border-right:#b8b8b8 0.5px solid;
}

.workaround-back{
	position:absolute;
	bottom:0;
	right:0;
	z-index:0;
}


#contact{
	position:relative;
	float:left;
	width:48%;
	height:330px;
	padding-left:220px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}

.contact-hand{
	position:absolute;
	bottom:5px;
	right:70px;
}

.contact-back{
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}


/*施工事例*/
.page-number{
	width:100%;
	margin:0 auto;
	padding:60px 0 150px;
	text-align:center;
}

.num-link{
	border: #CCC solid 1px;
	width:30px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	color:#0078C6;
	display:inline-block;
	margin-right:5px;
}
.num-link:hover{
	background-color:#eee;
	opacity:0.70;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}
.num-link a{
	display:block;
	width:30px;
	height:35px;
}


 .stay{
	background-color:#0078C6;
	font-weight:bold;
	width:30px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	margin-right:5px;
}