@charset "utf-8";
/* keikokensetsu2016*/

/*　Base Link 
------------------------------------------------------------ */

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:active {
	color:#CCCC66;
	text-decoration:none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* Base Layout
------------------------------------------------------------ */
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	line-height:1.5em;
	font-family: "游明朝", YuMincho ,  "Yu Mincho" , "游明朝体" , serif;
	/*overflow-x: hidden;*/
	position: relative;
	min-width: 980px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
	font-size: 0.8em;
	text-align:justify;
	text-justify: inter-ideograph; /* IE用 */
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

ul{	list-style:none;}
li{float:left;}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	clear: both;
	zoom:1;
}
/* End hide from IE-mac */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,legend,textarea,p,blockquote,th,td{ 
	margin:0;padding:0;
	letter-spacing: 0.1em;
}
.mt2{margin-top: 2em;}

/*contents
-----------------------------------------*/
#container {width: 100%;}

#header {
	width:100%;
	margin: 0 auto;
	background-color: #412211;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:100;
    position:fixed;
	top:0;
}

#header .h_nav {
	margin:0.5em auto 0;
    max-width: 980px;
}

#header .h_nav .navright {
	float: left;
	width: 171px;
}
/*--------------------------------------- ドロップメニュー*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 797px;
  /*margin: 5px auto 30px;*/
  margin: 1px auto 7px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 18%;
  float: left;
  margin: 0 1%;
  padding: 0;
  text-align: center;
  
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 11px 2px;
  /*background: #412211;*/
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .4);

 /*  border: 1px solid #231008;
  border: 2px solid #fff;
  background-color: transparent;*/


}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px solid #231008;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background: #412211;
	text-align: left;
}
.dropmenu li:hover > a{
  background: #412211;
}
.dropmenu li a:hover{
  background: #412211;
  color:#F99700;
}
#nav_btn li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#nav_btn li:hover ul li{
  overflow: visible;
  height: 38px;
}
#header .nav_right{	font-size: 0.7em;}
/*----------------------------------------------------------*/
.main{
	max-width:980px;
	margin:1.5em auto;
}
.W100{width:100%;}
.W50{width:50%;}
.text_red{color: #e60012;}
.fnt15{font-size: 1.5em;}

#container .main .gry{
	font-family: "メイリオ";
	font-size: 1.3em;
	line-height: 1.5em;
	margin-left: 3em;
	float:left;
	color:#999999;
}

#footerbg { 
	background-color: #412211;
	width: 100%;
	min-width:960px; 
	padding-top: 1em;
} 
#footer {
	max-width:1100px;
	margin: 0 auto;
}
#footer .f_nav {
	width: 70%;
	float: left;
}
#footer .f_nav li {
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 1em;
	margin-bottom: 1em;
}
#footer .f_nav .last {
	border:none;
	}

#footer .address {
	float: left;
	width:50%;
	margin-left: 1em;
	margin-top: 3em;
}
#footer .rogo {
	margin-right: 5%;
	float: right;
	margin-top: 1em;
}
.f_line{
	height:2em;
	font-size:0.6em;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1em;
	padding-bottom:1em;
}
/* scrollbar
--------------------------- */
.scrl{
	position:relative;
	bottom: 30px;
	left: 50%;
	z-index: 100;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
}
a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	z-index:100;
}
a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#wrapper{ padding-top:60px;}

#topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 18px;   /* ←下端からの距離 */
      right: 20px;    /* ←右端からの距離 */

      /* ▼最初は非表示にしておく */
      display: none;
}

/*会社案内
---------------------------------------------------------------------------*/
#profile{background-color: #412211;}

/*1ページ目だけフルスクリーン*/
/*#profile #container .fullsc {
	background: url(../img/profile/bg_img.jpg) center center no-repeat ;
	background-size:cover;
}*/
#profile #container .fullsc02 {
	background: url(../img/profile/bg_img2022.jpg) center center no-repeat ;
	background-size:cover;
}
#profile .img_w100{
    width: 100%;
    padding: 2em 0 3em;
}
#profile .img_w100 img{
    width: 100%;
}
#profile .gaiyo {
	padding-top:7.4em;
}
.tbl_bg{
	width:60%;
	margin:1em 0 0 25%;
	background-color:rgba(71,33,13,0.50);
	padding:0.5em 1em;
	
/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
*/
}
#profile #container .fullsc .main table {
}
#profile #container .fullsc .main tr {
	font-size:1.2em;
	line-height:23px;
	/*line-height:1.5em;*/
	margin-top: 2em;
	margin-bottom: 2em;
}
#profile #container .fullsc .main .gaiyottl {
	width: 30%;
}
#profile #container .fullsc .main td {
	width: 70%;
}
#profile .info{
	margin: 2em 0 3em 30%;
	float:left;
}
#profile .info li{ 
	width:100%;
}
#profile .info ul{ margin-bottom:2em; 	float:left;}
#profile .info .ttl{
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.2em;
}
#profile .rinen{
	margin: -2em 10% 2em 30%;
	float:left;
	font-size:1.2em;
	line-height:1.5em;
}
#profile .rinen h1{
	margin-top:1em;
	margin-bottom:0.5em;
}

/*BeCON
---------------------------------------------------------------------------*/
#becon #container .fullsc {
	background: url(../img/becon/bg_img.jpg) center center no-repeat ;
	background-size:cover;
}
#becon #container .main p {
	font-size: 2em;
	color:#333333;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
#becon #container .main ul ,#taishin #container .main ul {
	margin-bottom: 2em;
}
#becon #container .main .message_box {
	background-image: url(../img/becon/contena_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 100%;
	margin-top: 2em;
	margin-bottom:2em;
	padding-right:20%;
}
#becon #container .main .message_box .org , #becon #container .main .contact_box .org{
	color: #E56C22;
}
#becon #container .main .message_box ul, #becon #container .main .contact_box ul {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	float:left;
	width:100%;
	clear: both;
}
#becon #container .main .message_box li , #becon #container .main .contact_box li{ margin-left:3em;}
#becon .zumen{
	width:30%;
	background-color:#000000;
	background-repeat:repeat-x;
	text-align:center;
	font-size: 1.3em;
	font-family: "メイリオ";
	color:#FFFFFF;
	margin:1.5em 3em;
	padding:0.8em;
}
#becon .kyocon_banner{
    margin: 70px auto 100px;
    width: 80%;
}

/*BeCON 施行例
---------------------------------------------------------------------------*/
#wrapper_example{ 
	max-width:980px;
	padding-top:96px;
	margin:0 auto;
}
#becon #container .main .contact_box {
	width: 60%;
	margin: 2em auto;
	display:table;
}
#becon #container #wrapper_example .main .left , #becon #container #wrapper_example .main .right{
	float: left;
	width: 46%;
	margin-top:1em;
	margin-right:1%;
	border: 1px solid #999999;
	padding: 1%;
}
#becon #container #wrapper_example .main .right02{
	float: left;
	width: 48%;
	margin-top:1em;
}
	#becon #container #wrapper_example .main .right02 .bg_gry {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	font-family:"メイリオ";
	padding-left:1em;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#becon #container #wrapper_example .main .right02 .gry {
	color: #999999;
	font-size:1.4em;
	font-weight: bold;
	margin:0 0 1em 0;
	font-family:"メイリオ";
	padding-left:1em;
}
#becon #container #wrapper_example .main .pers_box {
	width: 100%;
}
#becon #container #wrapper_example .main .pers_box .left li {
	border: 1px solid #999999;
	padding: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
#becon #container #wrapper_example .main .photobox {
	width: 100%;
	margin-top: 2em;
}
#becon #container #wrapper_example .main .photobox li {
	float: left;
	margin-right: 2.5px;
	margin-left: 2.5px;
	margin-bottom: 1em;
	font-size: 0.9em;
	color: #000000;
}

/*社寺建築
---------------------------------------------------------------------------*/
#shyaji #wrapper{ padding-top:7.4em;}
#shyaji a span {
	border: 1px solid #000000;
}
#shyaji a span::after {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#shyaji #container .fullsc {
	background: url(../img/shyaji/bg_img.jpg) center center no-repeat;
	background-size:cover;
}
#shyaji #container .right {
	float: left;
	width: 50%;
}
#shyaji #container .right .contact{
	width:505px;
	margin:30% auto 5%;
}
#shyaji #container .right .contact li {margin-right:15px; margin-bottom:1em;}
#shyaji #container .right .contact .last{margin-right:0;}
#shyaji .under { width:100%;}
#shyaji .under .W50 img{ width:100%;}
#shyaji img{
	float: left;
	padding:0;
}
#shyaji #footerbg #footer .address img {
	float: none;
}

/*耐震診断
---------------------------------------------------------------------------*/
#taishin #container .main ,#faq #container .main {padding-top:7.4em;}
#taishin #container .main p ,#skylighttube #container .main p  {
	float:left;
	font-size: 2.5em;
	color:#333333;
	line-height: 1.2em;
	margin-top:2em;
	margin-bottom: 2em;
} 
#taishin #container .main .gry{
	width:95%;
	margin-left:0;
}
/*.check_box{
	clear:both;
	}
*/
#taishin .contact ,#skylighttube .contact ,#house01 .contact ,#shop .contact ,#build .contact ,#order .contact , #estate .contact{
	width:528.4px;
	margin:40px auto;
}
.contact .left { margin-right:3em; margin-bottom:1em;}
#container .contact .last {margin-right:0;}
 
/*スカイライトチューブ
---------------------------------------------------------------------------*/
#skylighttube #container .main .gry  ,#house #container .main .gry{
	/*color:#999999;*/
	margin-left:0;
}
#skylighttube #container .main .box01{
	width:70%;
	margin:7.4em auto 2em;
}

/*「巧」木造建築
---------------------------------------------------------------------------*/

/*#house { margin-top:10em; margin-bottom:5em;}*/
#house { margin-top:200px; margin-bottom:150px;}
#house .nav_box1 {
	margin: 1% 1% 1% 0 ;
	padding: 1%;
	float: left;
	width: 47%;
	border: 1px solid #999999;
}
#house .nav_box2 {
	margin: 1% 0;
	padding: 1%;
	float:right;
	width: 47%;
	border: 1px solid #999999;
}
#house .nav .nav_text{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color:#333333;	
}
#house .nav {
	float: left;
	width: 100%;
}
#house .nav_btn {
	float: right;
	margin-top: 0.5em;
}
#house01 .main,#shop .main ,#build .main{ text-align:center;}
#house01 #container .main p ,#shop #container .main p,#build #container .main p{
	font-size: 2em;
	color:#333333;
	line-height: 1.2em;
	margin-top:2em;
	margin-bottom: 0.5em;

}
#house01 #container,#shop #container,#build #container{ overflow:hidden;}
#house01 #container .main .gry,#shop #container .main .gry,#build #container .main .gry{ width:100%;margin-left:0;}

/*オーダーバス
---------------------------------------------------------------------------*/
#order #container .main p{
	font-size: 2em;
	color:#333333;
	line-height: 1.2em;
	text-align:center;
	margin-bottom:1.5em;
}
/*お問合せフォーム
---------------------------------------------------------------------------*/
#contact {height:100%;}
/*#contact #footerbg { bottom:0; position:fixed;}*/
#contact #container .main{
	padding-top:10em;
	color:#666666;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}
#contact #container .main #formWrap{
	width:80%;
	margin:0 auto;
	}
#contact #container .main p  {
	width:100%;
	text-align:center;
	float:left;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top:2em;
	margin-bottom: 1.5em;
} 
/*#contact #container .main .formTable{
	font-size: 1.5em;
	background-color: #EEE6E1;
	padding:1em;
	
} */


table.formTable{
	width:100%;
	table-layout:fixed;
	margin:0 auto ;
	border-collapse:collapse;
	font-size: 1.2em;
}
/**/table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	display:table-cell;
}
/**/table.formTable th{
	font-weight:normal;
	text-align:left;
	background-color:#D5C2B7;
	width:30%;
}
#faq #container .main {
	font-size: 1.2em;
	color:#333333;
	line-height: 1.2em;
	/*text-align:center;*/
	margin-bottom:1.5em;
}
#faq #container .main li{ width:100%;}
#faq #container .main ul {
	margin-left: 5em;
	margin-right:5em;
}
#faq #container .main .contents {
	font-size: 1.5em;
	font-weight: bold;
	color: #999933;
	margin-bottom: 1em;
	margin-top:1em;
}
#faq #container .main .question {
	color: #333333;
	margin-bottom: 0.5em;
	font-size: 1em;
	margin-left: 3em;
	list-style-image: url(../img/faq/q.jpg);
}
#faq #container .main .answer {
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996633;
	padding-left:2em;
	margin-bottom:1em;
	list-style-image: url(../img/faq/a.jpg);
	list-style-position:inside;
}
/*不動産情報
---------------------------------------------------------------------------*/
#estate .main{
    margin-top: 180px;
}
#estate h1{
    font-size: 3em;
    font-weight: 400;
    color: #333;
    letter-spacing: 3px;
    margin-bottom: 1em;
    text-align: center;
}
#estate .photo{
    margin: 30px auto;
    width: 90%;
}
#estate .photo img{
    width: 100%;
}
.shosai{
	margin:2em 0;
}
.shosai .inner_tbl {
    width: 100%;
}
.shosai .inner_tbl th ,.shosai .inner_tbl td{
    border: solid 0.8px #666;
    color: #040000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 600;
    font-size: 14px;
    }
.shosai .inner_tbl th{
	border-bottom:none;
	border-left:none;
	background:#cccccc;
    width: 30%;
    text-align: center;
    padding-left: 0.5em;
    letter-spacing: 0.2em;
}
.shosai .inner_tbl td{
	border-bottom:none;
	border-right:none;
    width: 70%;
    text-align: left;
    padding: 0.8em 0 0.8em 2em;
}
