@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
 } /*初期値16pxの62.5%でルートが10px*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*フォント設定*/
	line-height: 1.4;
	font-weight:normal;
	background-position:top ;
	overflow: hidden;
    position: relative;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
    margin: 0px;
    padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	width:100%;
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
th,td {
	padding: 15px;
	border-bottom: 1px solid #797979;
}


p {
	line-height:1.8;
}
.align-right {
	text-align:right;
}
/*Wrapper
---------------------------------------------------------------------------*/
#wrapper { font-size: 15px; font-size: 1.5rem; } 
#wrapper {
	width: 990px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {position: relative;
margin-top: 1em;}

header h1  {
	font-size:12px;
	line-height:1.0;
	color:#000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*ロゴの設定*/
#logo {
	left: 0px;
	top: 40px;
	}
/*右側の電話。問い合わせのボックス設定*/
header p.phone {
	position: absolute;
	right: 200px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/		/*同上*/
}
header p.toiawase {
	position: absolute;
	right: 0px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/		/*同上*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	padding: 0 500%;
    margin: 0 -500%;
	background-image: url(../images/line02.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 120px;
	}
/*メニュー１個ごとの設定*/
nav#menubar ul {
	width: 100%;
}
nav#menubar ul li {
	float: left;
	margin-right: 1px;
	width: 164px;
	font-size:16px;
}
nav#menubar ul li.last {
	margin-right: 0px;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background-color: #D9D9D9;
}
nav#menubar li {
    float: left;
    text-align: center;
}

nav#menubar li a {
    display: block;
	background-color:#EFEFEF;
	color:#221814;
}
nav#menubar li a.on {background-color: #D9D9D9;
}

#content {
	padding-top:50px;
}

/*Topページ
---------------------------------------------------------------------------*/
#workmenu {
	margin-top:2em;
	width:100%;
	overflow: hidden;
	clear: both;
}
#workmenu h2 {
	border-bottom: 1px solid #666666;
	font-weight: normal;
	margin-bottom: 1em;
}
#workmenu ul li {
	float: left;
	width: 24%;
	margin-bottom: 2%;
	margin-right: 1%;
	padding:  0.90%;
	background-color: #F5F5F5;	
}
ul#workmenu li a {
	color: #000000;
	display: block;
	border: 1px solid #ddd;
}
ul#workmenu li:hover a {
	background-color: #f3f3f3;
	text-decoration: none;
}
#workmenu ul li figure {
	max-height: 130px;
	overflow: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	padding-bottom: 61%;
	position: relative;
}
#workmenu ul li figure img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: top;
	top: 0;
	-webkit-transition: 1.5s;
	   -moz-transition: 1.5s;
	    -ms-transition: 1.5s;
	     -o-transition: 1.5s;
	        transition: 1.5s;
}
#workmenu ul li:hover figure img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
#workmenu p {
	color: #FFFFFF;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#workmenu .shop {
	background-color: #F76B29;
}
#workmenu .building {
	background-color: #FFCA00;
}
#workmenu .renovation{
	background-color: #01B4BC;
}
#workmenu .public {
	background-color: #0287D3;
}
/*TOPページ　3つの理由
---------------------------------------------------------------------------*/
#reason {
	margin-right: auto;
	margin-left: auto;	
}
.salespoints {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	width: 320px;
	height: auto;
	padding: 12px;
	border: solid #FF8100;
	border-radius: 6px;
	position: relative;
	}
	.salespoints::before {
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FF8100;
	font-weight: bold;
	left: 1em;
	padding: 0 .5em;
	position: absolute;
	top: -1em;
}
	.salespoints.cost::before {
	content: "Point01";
}
	.salespoints.trust::before {
	content: "Point02";
}
	.salespoints.plan::before {
	content: "Point03";
}
.salespoints h3 {
	background-color: #FFE6CE;
	color: #FF8102;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-bottom: 15px;
}
.salespoints p {
	font-size:14px ;
}
.cost, .trust{
	margin-right:5px;
}
.cost h3 {
	background-image: url(../images/icon_cost.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.trust h3 {
	background-image: url(../images/icon_trust.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.plan h3 {
	background-image: url(../images/icon_plan.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.greeting {
	padding-left: 30%;
	border-top: 1px solid #000000;
	margin-top: 2em;
}
.greeting p{
	margin:1em;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	magin-top:30px:
	padding-bottom: 30px;
}
#main h2 img {
	vertical-align: middle;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main > p {
	background-color: #FFF;
	text-align: justify;
}

#main ul li {
	margin-bottom:1em;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#submenu {
	float: left;	/*右側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#submenu h2 {
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #766653;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#927e67), to(#766653));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#927e67, #766653);	/*同上*/
	background-image: linear-gradient(#927e67, #766653);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#submenu ul {
	margin-bottom: 1em;
}

#submenu ul li{
	margin-bottom: 5px;
	height: 60px;
	text-align: center;
	border-radius: 7px;
	font-size: 120%;
	line-height: 1.4;
}

/*メニュー１個ごとの設定*/
#submenu ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	border: 3px dotted #C1C1C1;
	border-radius: 7px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色*/
}

/*マウスオン時の設定*/
#submenu ul li a:hover {
	border: 3px dotted #FF6700;
}

#submenu li a.selected{
	border: 3px dotted #FF6700 ;
}

#submenu li a{
	width: 100%;
	height: 100%;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}



/*その他
---------------------------------------------------------------------------*/
.clearfix{
	clear:both;
}

a{
	text-decoration: none;
	 outline: none;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


div#main dl dt,div#main dl dd {
	height:70px;
}
div#main dt{
	text-align: center;
	vertical-align: middle;
	width: 180px;
	border: solid #FF8100;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 0 auto;
	float: left;
	clear: left;
	margin-bottom: 10px;
	font-size: 20px;
}
div#main dt div{
	width:100%;
	height:100%;
	vertical-align:middle;
	margin:0 auto;
}
div#main dd {
	padding-left: 30px;
	float: left;
	font-size: 18px;
}

.link_box{
    position:relative;
    width:100%;
	height:100%;
    padding:5%;
    margin:0px auto 20px;
}
 
.link_box a{
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
}

#main h3 {
	margin-top:30px;
}
#menu01{
  list-style: none;
  width: 300px;
  padding: 0;
  margin: 0 auto;
}
#menu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #879c18;
}
#menu01 li:last-child{
  border-bottom: 0px;
}
#menu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #a1b91d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#menu01 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
#menu01 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #a1b91d;
}
/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){


/*Wrapper（HPを囲むブロック）
---------------------------------------------------------------------------*/
#wrapper {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

/*右側の電話。問い合わせのボックス設定*/
header p.phone {
	position: absolute;
	right: 200px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/		/*同上*/
}
header p.toiawase {
	position: absolute;
	right: 0px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/		/*同上*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin-right: 0;
	margin-bottom: 5px;
	width: 49%;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-right:1%;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child a {
	margin-bottom: 10px;
}
.salespoints {
	width:100%;
	margin-bottom:1em;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#wrapper {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #submenu {
	float: none;
	width: auto;
	clear: both;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){


/*Wrapper（HPを囲むブロック）
---------------------------------------------------------------------------*/
#wrapper {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
	position: static;
	text-align: center;
}
/*ロゴの設定*/
header #logo {
	padding-top: 1em;
	text-align: center;
	position: static;
}
/*電話番号のボックス設定*/
header p.phone {
	position: static;
	text-align: center;
}
header p.toiawase {
	position: static;
	text-align: center;	
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul {
	width: 100%;
	margin-top:auto;
}
nav#menubar ul li {
	margin-right: 0;
	margin-bottom: 5px;
	width: 49%;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-right:1%;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child a {
	margin-bottom: 5px;
}
.salespoints {
	width:100%;
	margin-bottom:1em;
}
.greeting { padding-left:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#workmenu ul li {
	float: left;
	width: 50%;
	margin-bottom: 2%;
	padding: 0 0.90%;
}

#main img {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
#reason h2 {
	size:auto;
}

/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/

#main, #submenu {
	float: none;
	width: auto;
	clear: both;
}



/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.tb01 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.tb01 th{
	width: 100px;
	padding: 2px;
}
.tb01 th {
	border-bottom:solid;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

}
