@charset "utf-8";
/*
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*/

/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/
html{
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff;
}

/*---------------------------------フォントサイズなど*/
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  text-align: center;
/*  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-image : url(image/bg/bg_main.png);
  background-repeat: no-repeat;
  background-position: center top 86px;
position: relative;
}

img {
  border: none;
}

/*---------------------------------ヘッダー部分*/
header {
  text-align: left;
  font-size: 9pt;
  color: #666666;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

/*---------------------------------コンテンツ部分*/
article {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 500px 0px; /* フッターの高さ分マージンボトムを上げる */
  text-align: left;
}

/*---------------------------------フッター部分*/
footer {
  color: #ffffff;
  margin-top: 0px;
  background-image: url(image/bg/bg_footer.png);
  background-repeat: repeat-x;
  background-position: top center;

/* コンテンツ内容が少ない時にフッターを画面下に固定する */
position: absolute;
height: 440px;
width: 100%;
bottom: 0;
}

/*---------------------------------ヘッダー、フッター、コンテンツ部分 内部包括*/
.inner {
  margin: 0px auto 0px auto;
  width: 964px;
}



/*----------------------------------------------------------
  特殊処理
----------------------------------------------------------*/

/*---------------------------------ClearFix*/
.clearfix {
  overflow: hidden;
}

/*---------------------------------テキストの垂直配置*/
/* 上揃え */
.valign-top {
  position: absolute;
  top: 0;
}
/* 中央揃え（要親要素へposition: relative;） */
.valign-middle {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
/* 下揃え */
.valign-bottom {
  position: absolute;
  bottom: 0;
}


/*----------------------------------------------------------
  メニュー部分の指定
----------------------------------------------------------*/
/* -- サイト説明 -- */
header h1 {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px;
  height: 34px;
  width: 100%;
  font-size: 9pt;
  font-weight: normal;
  text-align: right;
  color: #fff;
}


/*---------------------------------サイトロゴ*/
#logo_site {
  margin: 0px 0px 0px 0px;
  padding: 18px 0px 18px 0px;
  text-align: center;
  height: 50px;
  width: 100%;
  position: relative;
}
#logo_site a {
  display: inline-block;
  overflow: hidden; 
  width: 236px;
  background-image: url(image/navi/bnr_sitelogo_on.png);
  background-repeat: no-repeat;
}
#logo_site a:hover img {
  visibility: hidden;
}

#tel {
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 0px;
  bottom: 18px;
}

/*---------------------------------ナビゲーション共通設定*/
ul.menu {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
ul.menu li {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 135px;
}

/*---------------------------------メインナビゲーション*/
nav#header-navi {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 101px;
  width: 100%;
}
nav#header-navi ul.menu {
  width: 675px;
}
nav#header-navi ul.menu li a {
  margin: 0px 1px 0px 1px;
  padding: 5px 10px 5px 10px;
  color: rgba(0,51,153,1);
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  overflow: hidden;
}

/*---------------------------------ナビゲーションのハイライト*/
nav#header-navi ul.menu li a:hover,
nav#header-navi ul.menu li a.active {
  border-top: rgba(0,51,153,1) solid 2px;
  border-right: rgba(0,51,153,1) solid 2px;
  padding: 3px 8px 3px 10px;
}


/*----------------------------------------------------------
  フッター部分の指定
----------------------------------------------------------*/
footer .inner {
  padding: 0px 0px 0px 0px;
}

/*---------------------------------フッターナビ部分*/
nav#footer-navi {
  font-size: 8pt;
}
nav#footer-navi li {
  width: 12.5%;
}
nav#footer-navi ul.menu li a {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #999;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
nav#footer-navi ul.menu li:first-child a {
  padding: 0px 0px 0px 0px;
}
nav#footer-navi ul.menu li a:hover {
  text-decoration: underline;
}

/*---------------------------------ページの先頭へ部分*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 30px;
}
#pagetop a {
  display: block;
  overflow: hidden; 
  width: 40px;
  height: 0px; 
  padding-top: 40px;
  background-image: url(image/navi/bnr_ptop.png); 
}
#pagetop a:hover {
  background-image: url(image/navi/bnr_ptop_on.png); 
}

/*---------------------------------注文バナー部分*/
#banner{
  margin: 42px 0px;
}

#bnr_contact {
  padding: 0px 0px 0px 0px;
  width: 100%;
}
#bnr_contact a {
  display: block; 
  overflow: hidden; 
  width: 478px;
  background-image: url(image/navi/bnr_contact_on.png); 
  background-repeat: no-repeat;
}
#bnr_contact a:hover img {
  visibility: hidden;
}

/*---------------------------------署名バナー部分*/
#signature {
  margin: 16px 0px 16px 0px;
  color: rgba(51,51,51,1);
}
#syamei {
  text-align: left;
}
address {
  font-size: 10pt;
  font-style: normal;
  color: rgba(0,51,153,1);
}

/*---------------------------------茨城大工棟梁の会バナー部分*/
#daikutoryo {
  text-align: right;
}
#bnr_daikutoryo {
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 0px;
  width: 233px;
}
#bnr_daikutoryo a {
  display: block; 
  overflow: hidden; 
  width: 233px;
  background-image: url(image/navi/bnr_daikutoryo_on.png); 
  background-repeat: no-repeat;
}
#bnr_daikutoryo a:hover img {
  visibility: hidden;
}

/*---------------------------------募集メッセージ部分*/
#bosyu {
  margin: 0px 0px 0px auto;
  padding: 0px 0px;
  width: 233px;
  font-size:14px;
  text-align: center;
  border-top: rgba(204,0,0,1) 1px solid;
  border-bottom: rgba(204,0,0,1) 1px solid;
}

/*---------------------------------コピーライト部分*/
#copyright {
  margin: 0px;
  padding: 2px 0px;
  font-size: 10pt;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-image: url(image/bg/bg_sugiline.jpg);
  background-position: center center;
}


/*----------------------------------------------------------
  コンテンツヘッダー
----------------------------------------------------------*/

/*---------------------------------コンテンツイメージ*/
#contents-header {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-width: 964px;
}
#home article #contents-header {
  background-image: url(image/bg/eyecatch_home.jpg);
}
#about article #contents-header {
  background-image: url(image/bg/eyecatch_about.jpg);
}
#concept article #contents-header {
  background-image: url(image/bg/eyecatch_concept.jpg);
}
#works article #contents-header {
  background-image: url(image/bg/eyecatch_works.jpg);
}
#event article #contents-header {
  background-image: url(image/bg/eyecatch_news.jpg);
}
#contact article #contents-header {
  background-image: url(image/bg/eyecatch_contact.jpg);
  background-position: center bottom -30px;
}


/*---------------------------------パンくずリスト部分*/
#bread_crumb {
  font-size: 9pt;
  /*color: #666666;*/
  color: #ffffff;
  padding: 0px;
}
#bread_crumb ul {
  margin: 0px;
  padding: 0px;
  border: none;
}
#bread_crumb li {
	display: inline;
	list-style-type: none;
}
#bread_crumb li:before {
	content: " ＞ ";
}
#bread_crumb li:first-child:before {
	content: "";
}
#bread_crumb a {
/*  color: #666666;*/
  color: #ffffff;
}
#bread_crumb a:hover {
	text-decoration: underline;
}

/*---------------------------------ページタイトル部分*/
article h2 {
	margin: 100px 0px 0px 0px;
	text-align: center;
}
#home article h2 {
  margin: 16px auto;
  width: 964px;
  text-align: left;
}

/*---------------------------------ページリード部分*/
#pageread {
  margin: 0px auto 40px auto;
  padding: 8px 0px;
  width: 640px;
  height: 174px;
  text-align: center;
}

#pageread ul {
  text-align: left;
}


/*----------------------------------------------------------
  コンテンツフッター
----------------------------------------------------------*/
/*#contents-footer {
  height: 80px;
}
nav#contents-footer a {
  width: 420px;
  padding: 34px 15px;
}*/


/*----------------------------------------------------------
  コンテンツ内部
----------------------------------------------------------*/
/*---------------------------------タイトル部分*/
article h3 {
  margin: 40px 0px 20px 0px;
  padding: 0px 0px 6px 10px;
  font-size: 21pt;
  color: #274a78;	/* 和色　青藍せいらん */
  line-height: 1.5em;
}
article h4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14pt;
  color: #274a78;	/* 和色　青藍せいらん */
}
article h5 {
  font-size: 12pt;
/*  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
article p {
  margin: 0px 0px 1.8em 0px; 
  color: #666;
  line-height: 1.8em;
}
/*#contact article ul {
	padding: 20px 40px;
	border: rgba(51,51,51,1) 1px solid;
}*/
article table {
	margin: 0px 0px 1.8em 0px; 
}
article table table {
	margin: 0px 0px 0px 0px; 
}
article table th {
	padding: 5px 30px 5px 10px;
	text-align: left;
	font-weight: normal;
}
article table td {
	padding: 5px 10px;
}
article table tbody tr:nth-child(even) { /* 偶数番目の指定*/
	background-color: rgba(255,255,255,0.8);
} 

article a {
	color: #7CA476;
}
strong {
	background: linear-gradient(transparent 40%, #ffff66 40%);
	font-weight: normal;
}

.pblock {
  margin: 60px 0px 120px 0px
}


/*----------------------------------------------------------
  コンテンツ文章レイアウトパターン
----------------------------------------------------------*/

/*---------------------------------コンテンツ内のレイアウト分け*/
/* 半分分け */
.split_even_left {
  margin-right: 8px;
  width: 478px;
  float: left;
}
.split_even_right {
  width: 478px;
  float: right;
/*	text-align: right;*/
}

/* 3分の1分け */
.split_1-3_left {
  margin-right: 8px;
  width: 314px;
  float: left;
}
.split_1-3_right {
  width: 314px;
  float: right;
/*	text-align: right;*/
}
.split_2-3 { /* 3分の2分け */
  width: 638px;
  float: left;
}
.split_2-3_right {
  width: 638px;
  float: right;
}

/* 4分の1分け */
.split_1-4_left {
  margin-right: 8px;
  width: 233px;
  float: left;
  text-align: center;
}
.split_1-4_right {
  width: 233px;
  float: right;
  text-align: center;
}
.split_1-4_left p,
.split_1-4_right p {
  text-align: left;
}

/* 6分の1分け */
.split_1-6_left {
  margin-right: 8px;
  width: 152px;
  float: left;
}
.split_1-6_right {
  width: 152px;
  float: right;
/*	text-align: right;*/
}

/* 12分の5分け */
.split_5-12_left {
  margin-right: 8px;
  width: 395px;
  float: left;
}


/*----------------------------------------------------------
  HOMEページ個別指定
----------------------------------------------------------*/

/*---------------------------------バナーイメージ*/
.home_banner {
  padding: 0px;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-width: 964px;
  position:relative;
}
#bnr_about .home_banner {
  background-image: url(image/navi/bnr_about.jpg);
}
#bnr_stracture .home_banner {
  background-image: url(image/navi/bnr_stracture.jpg);
}
#bnr_material .home_banner {
  background-image: url(image/navi/bnr_material.jpg);
}

.home_banner a {
  display: block;
  margin: 0px;
  padding: 16px 0px;
  width: 100%;
  height: 100%;
}
.home_banner a:hover {
  background-color: rgba(255,255,255,0.5);
}

.bnr_detail {
  position: absolute;
  right: 10%;
  bottom: 16px;
}

/*#bnr_works h5 {
  text-align: center;
}*/


/*----------------------------------------------------------
  会社概要ページ個別指定
----------------------------------------------------------*/
#gaiyo {
  padding: 16px 16px 0px 16px;
  background-image:url(image/bg/bg_main.jpg);
}


/*----------------------------------------------------------
  こだわりページ個別指定
----------------------------------------------------------*/
.hancho {
  background-color: rgba(255,255,255,0.9);
  margin: 16px 0px;
  padding: 16px;
}

#pointfukkatsu01 {
  background-image: url(image/consept/point01_img.jpg);
  background-repeat: no-repeat;
}
#pointfukkatsu02 {
  background-image: url(image/consept/point02_img.jpg);
  background-repeat: no-repeat;
}
#pointfukkatsu03 {
  background-image: url(image/consept/point03_img.jpg);
  background-repeat: no-repeat;
}
#pointfukkatsu04 {
  background-image: url(image/consept/point04_img.jpg);
  background-repeat: no-repeat;
}

#read_material {
  background-image: url(image/consept/wood_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}


/*----------------------------------------------------------
  建築実例ページ個別指定
----------------------------------------------------------*/
.voice {
  margin: 16px auto;
  padding: 16px 16px;
  width: 780px;
  border-radius: 10px;
  background-image:url(image/bg/bg_main.jpg);
}
/*.voice p {
  padding-right: 200px;
}*/


/*----------------------------------------------------------
  イベントページ個別指定
----------------------------------------------------------*/
.icon_midashi{
  margin: 0px 10px 6px 0px;
  position: relative;
  top: 9px;
}
.kozo table,
.kansei table {
  border: rgba(102,102,102,1) 1px solid;	
}

/*----------------------------------------------------------
  家づくりご相談ページ個別指定
----------------------------------------------------------*/

/*---------------------------------お問合せ後の流れ*/
.flow {
	margin: 0px;
	padding: 0px;
}
.flow li {
	list-style: none;
}
.flow li span {
	display: block;
	float: left;
	height: 65px;
	background: #3498db;
	text-align: center;
	padding: 15px 30px 0px 45px;
	position: relative;
	margin: 0 40px 0 0; 
	color: #fff;
}
.flow li span:before {
	content: "";  
	border-top: 40px solid #3498db;
	border-bottom: 40px solid #3498db;
	border-left: 30px solid transparent;
	position: absolute; left: -30px; top: 0;
}
.flow li span:after {
	content: "";  
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 30px solid #3498db;
	position: absolute; right: -30px; top: 0;
}

.flow li:first-child span {
	border-top-left-radius: 10px; border-bottom-left-radius: 10px;
	background-color: #274a78;	/* 和色　青藍せいらん */
}
.flow li:first-child span:before {
	display: none; 
}
.flow li:first-child span:after {
	border-left-color: #274a78;	/* 和色　青藍せいらん */
}

.flow li:last-child span {
	padding-right: 40px;
	border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}
.flow li:last-child span:after {
	display: none; 
}

/*---------------------------------必須ラベル*/
table#customer_info th label {
  display: inline;		/* メールフォームプロの仕様を打ち消す */
}
.required {
  margin: 5px;
  padding: 3px 5px;
  background-color: #C1272D;
  color: #FFF;
  font-weight: normal;
  font-size: 9pt;
}

/*---------------------------------お客様情報入力フィールド*/
table#customer_info {
	line-height: 2.5em;
	width: 100%;
	background-image:url(image/bg/bg_main.jpg);
}
table#customer_info th {
	text-align: right;
	padding: 5px;
	vertical-align: top;
	width: 314px;
}

table#customer_info input,
table#customer_info select,
#block_submit input {
	margin: 0px 5px;
}
table#customer_info .input_full {
	width: 314px;
}
table#customer_info .input_1_2 {
	width: 150px;
}
table#customer_info .input_1_3 {
	width: 98px;
}
table#customer_info .input_2_3 {
	width: 212px;
}
table#customer_info .textgroup {
	width: 115px;
	float: left;
}
table#customer_info .radiogroup {
	width: 120px;
	float: left;
}
table#customer_info textarea {
	width: 430px;
	height: 140px;
}

/*---------------------------------住所入力フィールド*/
table.address {
	margin-left: 5px;
	border-left: #666 1px dotted;
}
table#customer_info table.address th {
	width: auto;
}

/*---------------------------------サブミットボタン*/
#block_submit {
	text-align: center;
}
#block_submit input {
	height: 50px;
}
