@charset "UTF-8";


/* ページ設定共通


/*-------------------------------------*/
/* 画像ガード
/*-------------------------------------*/

img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}


@media screen and (max-width: 480px) {

img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
}

/*--------------------------------------------------*/
#contents {
	width: 960px;
	margin: 60px auto;

}




#pagetitle {
	width: 140px;
	margin: 0 5px 28px 0;
	padding:0;
	border-top: 1px solid #666;
	float: left;
}

#note {
	width: 810px;
	margin: 0 auto;
	padding:0;
	border-top: 1px solid #666;
	float: right;
}



#title h2, #pagetitle h2 {
	width: 40px;
	margin: 0 auto;
}

#profile, #history, {
	width: 790px;
	float: right;
}

#subtitle {
	width: 790px;
}

#subtitle h3 {
	margin-bottom: 3px;
	float: right;
}

#subTitle {
	margin-bottom: 6px;
}

#companyphoto {
	width: 790px;
	padding-top: 86px;
	border-top: 1px solid #666;
}

#profile dl {
	margin-top: 50px;
}

#history dl {
	width: 790px;
	padding-top: 62px;
	border-top: 1px solid #666;
}

#profile dt, #profile dd, #history dt, #history dd {
	margin-top: 11px;
	padding-top: 13px;
	border-top: 1px dashed #E6E6E6;
}

#profile dt.profileTop, #profile dd.profiletop, #history dt.profiletop, #history dd.profiletop {
	border-top: 0;
}

#profile dt, #history dt {
	width: 150px;
	float: left;
}

#profile dd, #history dd {
	width: 640px;
	float: left;
}


#main_t {
	margin-top: 51px;
	float: left;
}

#main_t h4 {
	margin-bottom: 20px;
	font-size: 200%;
	font-weight: bold;
	line-height:120%;
}

#main_t p {
	line-height: 2.5;
}

.signature {
	margin: 50px 0 0 320px;
	letter-spacing: 0.1em;
}

.signature span {
	margin-left: 15px;
	font-size: 130.8%;
	letter-spacing: 0.2em;
}

#r_photo {
	width: 255px;
	margin: 120px 10px 0 0;
	float: right;
}


h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	
}
h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


/* ========モデルハウス======== */

#model_house{

position: relative; 
margin-left:-140px;


}







/* ========プライバシーポリシー======== */

div#privacy{		/* 範囲 */
	margin:0px 30px;
	
	}
	
div#privacy dl dt{		/* 題名 */
	margin-bottom:1em;
	}
	
div#privacy dl dd{		/* 内容 */
	margin-bottom:3em;
	margin-left:30px;
	}
	
div#privacy dl dd ul li{		/* 内容 */
	margin-bottom:1em;
	}

	
div#privacy-add{		/* 連絡先 */
margin-bottom:20px;

	}
	
	
/* ========olスタイル======== */


.ol_style {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
.ol_style > li {
 position: relative;
 margin-bottom: .5em;
 padding-left: 2.5em;
 padding-top:8px;
vertical-align:middle;
}
.ol_style > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #000;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}

.ol_style2 {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
.ol_style2 > li {
 position: relative;
 margin-bottom: .5em;
 padding-left: 2.5em;
 padding-top:8px;
}
.ol_style2 > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #82af21;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}


.ol_style3 {
 counter-reset: li;
 list-style: none;
 padding: 20px; 



}
.ol_style3 > li {
 position: relative;
 margin-bottom: .5em;
 margin-left:10px;
 padding-left: 2.5em;
 padding-top:8px;
 float:left;
  line-height: 2;


 
}
.ol_style3 > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #000;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;

}



.ol_style4 {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
.ol_style4 > li {
 position: relative;
 margin-bottom: .5em;
 padding-left: 2.5em;
 padding-top:8px;
vertical-align:middle;
}

.ol_style4 > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #000;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}


.ol_style4 > li:after {
content : url(../page_img/arrow1.png) ;
      display : block ;
      text-align : left;
      padding-left:180px;
}
.ol_style4 li:last-child:after {
      content : none ;
}
/* ================ */

.bg_gc{

background: url(../page_img/gunmachan.png) no-repeat 100% 0;

}
p.greeting{

line-height:200px;

}
/* =====aboutus==== */

table.kumiai {
   width:85%;
   border-collapse:collapse;
      text-align:center;
      margin:0 auto;
}

table.kumiai th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   vertical-align:middle;


}

table th.tit{
    width:120px;
    text-align:center;

}

table th.tit_ghc_keitai{
    width:45px;
    text-align:center;

}

table th.tit_ghc_keitai_n{
    width:15px;
    text-align:center;

}

table.kumiai td {
   padding:5px;
   font-size:12px;

   border:1px solid #ddd;
}

table.ghc_keitai td:nth-child(n+3){
font-size:150%;
text-align:center;

}


table.kumiai th[scope="col"] { background-color : #808080; color : #ffffff; }
table.kumiai th[scope="row"] { background-color : #EBEADD; }



/* =====リスト▼リストマーク（矢印　オリジナルディスク）==== */


li {
 font: normal  Meiryo,sans-serif;
 padding-left: 1em;
 position: relative;
}



ul#komoku{
	position: relative;
	width:800px;

}

ul#komoku li{

background: url(../page_img/greendot_50.gif) !important;

line-height: 50px !important;
margin: 0;


/* Overwrite */ padding: 0px !important;

text-indent: 1em;
  list-style-position: inside;


}

ul#komoku li.noline{
background : none !important;
margin: 0;

}




ul#komoku li::after {

display: block;
	content: '';
	position: absolute;
	top: 20px;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: 1px solid #9acd32;
	border-radius: 100%;
}


ul#komoku li.n{ 
background:none;
list-style-type: decimal;
height: 25px;
padding:0 0 0 5px;
margin-left: 100px;
text-align: left;

/* 数字あり */
}

ul#komoku li.n2{ 
background:none;
list-style-type: none;
height: 25px;
padding:0 0 0 5px;
margin-left: 100px;
text-align: left;

/* 数字なし */
}

/* =====建築システムtable==== */

table {
   width:100%;
   border-collapse:collapse;

}

table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

table.kumiai {
   width:700px;
   border-collapse:collapse;
      text-align:center;
}

table.kumiai th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;


}

table th.tit{
    width:120px;
    text-align:center;

}

table th.tit_ghc_keitai{
    width:100px;
    text-align:center;

}

table th.tit_ghc_keitai_n{
    width:15px;
    text-align:center;

}

table.kumiai td {
   padding:5px;
   font-size:12px;

   border:1px solid #ddd;
}

table.ghc_keitai td:nth-child(n+3){
font-size:150%;
text-align:center;

}


table.kumiai th[scope="col"] { background-color : #006400; color : #ffffff; }
table.kumiai th[scope="row"] { background-color : #EBEADD; }



/* =====枠スタイル==== */

.frame1 {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 50px #ddd inset;
    -moz-box-shadow: 0 0 50px #ddd inset;
    -webkit-box-shadow: 0 0 50px #ddd inset;
}






/* ====フローチャート==== */

#nagare{
width:600px;

margin:10px auto;
padding:10px 20px;
font-size:1em;
line-height:200%;
}

#nagare ol{
counter-reset:number;
list-style:none;
margin:0;
padding:0;

}

#nagare li{
position:relative;
margin:36px 1em;
position:relative;
background:#F6F6F6;
border:1px solid #CFCFCF;

}

#nagare li:before{
top:100%;
left:50%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-color:rgba(193, 202, 217, 0);
border-top-color:#CFCFCF;
border-width:36px;
margin-left:-36px;
}

#nagare li:last-child:before{
content:none;
}

#nagare ol span{
display: block;
float:left;
 line-height: 25px;
 margin-top:10px;
 margin-left: 30px;
  padding:0;
 text-align: center;
  height: 25px;
  width: 25px;
  font-weight:bold;
color:#fff;
background:#3786C8;
-moz-border-radius:50%;;
-webkit-border-radius:50%;;
border-radius:50%;
}

.com_t{

width:350px;
margin-left:90px;
padding:0;
}

.com{

width:500px;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
}

/* ====特選不動産物件==== */

#nav-f { 
position: relative;
 }
 
#nav-f a {
text-decoration:none;
 padding: 0.5em 1em;
    margin: 1em 0.2em;
    color: #A8A8A8;
    border: solid 0px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    
    display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
     }


#nav-f a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #2ecc71;
	opacity: 0;
	transition: .3s;
}
#nav-f a:hover::after {
	bottom: 0;
	opacity: 1;
}



#nav-f a:hover {
font-size:150%; 
-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
}

#nav-f .current {
font-size:150%;
color: #000;
border-bottom: solid 1px #2ecc71;


 }


    
