@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	over-flow:hidden;
	position:relative;
	font-size:14px;
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	font-weight:normal;
	color: #000;
	line-height:1.5em;
	line-height: 1.6;
	letter-spacing: .4px;
	word-wrap: break-word;
	background: #fff;
        
}

a {
	text-decoration: none;
	       
}
img{
	/*max-width: 100%;*/
	height: auto;
}

/*--------index以外の全ページに適用　ヘッダー--------*/

header{
	width:1190px;
	height:90px;
	margin:0 auto;
	padding:0;
	position:relative;
}

h1{
	margin: 0;
	padding: 0;
	height: 90px;
	position:absolute;
}

nav{
	position:absolute;
	right:0;
	height:90px;
	line-height:90px;
}

nav ul{
	list-style:none;
	height: 90px;
	margin: 0;
	padding: 0;
}

nav ul li{
	float:left;
	margin: 0 20px;
}

nav ul li a{
	font-size:17px;
	font-weight:bold;
	color:#000;
}

.buy a:hover{
	color:#fca042;
}
.arrange a:hover{
	color:#093fd6;
}
.sell a:hover{
	color:#ef4633;
}
.build a:hover{
	color:#00b7c1;
}
.reform a:hover{
	color:#00963d;
}
.contact a:hover{
	color:#b6338d;
}

.nav_icon{
	position: relative;
	top: 5px;
	right: 3px;
}

/*--------↓ナビの△位置　クラス名で指定 画像の階層を注意↓--------*/

nav .arrange {
	background:url(../images/common/sankaku2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

hr {
	margin:0;
	padding:0;
	width:100%;
	border-width: 2px;
	border-style: solid;
	border-color: #191970;
}

/*--------ヘッダーここまで--------*/

/*--------メイン--------*/

/*--------○メイン問合せ○--------*/
#main_contact{
	width:100%;
	height:323px;
	background:#f7f6f5;
	margin:0 auto;
	color:#484949;
}

.maincontact_contents{
	width: 980px;
	margin: 0 auto;
	height:323px;
	display: flex;
	flex-wrap: wrap;
	font-size:25px;
}

.maincontact_contents p{
	font-weight:bold;
	margin:20px 0 0 0;
}
.telmail_waku{
	width:475px;
	height:210px;
	background:#fff;
	display:inline-block;
	margin:0 6px;
	text-align:center;
}

.telmail_waku p{
	margin:15px auto;
}

.telmail_ttl{
	color:#ee810c;
}

.telmail_tel{
	background-image:url(../images/common/icontel.png);
	background-repeat:no-repeat;
	background-position:45px 15px;
	font-size:48px;
	padding-left: 40px;
}

.telmail_mail:hover{
	opacity:0.7;
	transition: .2s;
}

.telmail_time{
	font-size:18px;
}

.telmail_mail img{
	margin: 5px 0 3px 0px;
}

.muryou{
	color:#ee810c;
	font-size:25px;
}

.homepage{
	font-size:15px;
}

/*---------○メイン問合せ○ここまで--------*/

/*---------メインここまで--------*/

/*--------フッター--------*/
footer {
	padding-bottom:70px;
	background:#fcfcfc;
	width:100%;
	height:auto;
}

.footer-nav,.footer-info   {
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.footer-nav {
	width: 100%;
	height:80px;
	background:#e4e4e4;
	float:left;
	margin:0;
	line-height:80px;
	z-index:1;
}

.footer-nav ul{
	list-style:none;
	width:990px;
	margin:0 auto;
	text-align:center;
}

.footer-nav li {
	display:inline-block;
	cursor:pointer;
	
}
.footer-nav li:first-child a{
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}
.footer-nav li a{
	font-size: 15px;
	letter-spacing: 2px;
	font-weight:bold;
	color: #606060;
	padding: 3px 14px;
	border-right: 1px solid #c6c6c6;
}
.footer-nav ul li a:hover{
	color:#489dba;
	cursor:pointer;
}
.footer-nav p{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	padding-top:20px;
	z-index:99999;
}
.footer-info  {
	margin:0;
	text-align:center;
	clear:both;
}
.footer-info p {
	padding-top:20px;
	font-size:13px;
	line-height:20px;
}
.footer-info .logo {
	text-align:center;
}
.copy {
	font-size:8px;
}
/*--------フッターここまで--------*/