@media screen and (min-width: 600px){
@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	
	min-width:1180px; 
	width:100%;
	
	font-size:14px;
	
	-webkit-text-size-adjust: 100%;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

#slideshow {
   position: relative;
   width:  1180px; /* 画像の横幅に合わせて記述 */
   height: 377px; /* 画像の高さに合わせて記述 */
   margin-left:0px;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

#button{ display:none; }
#slide_menu{ display:none; }

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 100%;

	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */

/*	border:1px #ccc solid;*/
}

.sp{ display:none; }

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.copy-wrap {
	width:100%;
	min-height:20px;

}
	
.copyarea {
	width:1180px;
	margin:0 auto;
	
	min-height:15px;
	height:auto;
	position:relative;
	
	text-align:left;
	
	font-size:0.85em;
	
}

.header-wrap {
	width:100%;
	min-height:190px;

	background:url(images/header_bk.png) left top repeat-x;	
}
	
.header {
	width:1180px;
	margin:0 auto;
	
	min-height:190px;
	height:auto;
	position:relative;
	
}
.h-img{ position:absolute; left:274px; top:19px; }
.h-logo{ position:absolute; left:177px; top:52px; }
.h-zeh{ position:absolute; left:989px; top:99px; }

.ss-h-logo{ display:none;}


/* sub*/
.s-header-wrap {
	width:100%;
	min-height:60px;
	background-color:#8b6c4d;
}
	
.s-header {
	width:1180px;
	margin:0 auto;
	
	min-height:60px;
	height:auto;
	position:relative;
	
	text-align:center;
	
}
.s-h-logo{ margin:0 auto; margin-top:15px;}
.ss-s-h-logo{ display:none;}


/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
	width: 100%;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	
}

/* top page */
.menu2-wrap, .s-menu2-wrap{ width:100%;	 display:block; min-width:1180px; text-align:center;
	min-height:230px;
	position:relative;
	
	background-color:#e3ecdf;
	margin-top:60px;
}
.s-menu2-wrap{ margin-top:-20px; }

.menu2{ width:950px; height:205px; 	margin: 0 auto; position:relative; 
	 text-align:center; margin-top:12px; position:relative;}
.mhome{ position:absolute; top:15px; left:0; }
.mbuild{ position:absolute; top:15px; left:105px; }
.mreform{ position:absolute; top:15px; left:455px; }
/*
.mreform{ position:absolute; top:15px; left:280px; }
.mfurniture{ position:absolute; top:15px; left:455px; }
*/
.mexterior{ position:absolute; top:15px; left:630px; }
.mmail{ position:absolute; top:15px; left:805px; }
.mabout{ position:absolute; top:120px; left:0; }
.mhouse{ position:absolute; top:120px; left:178px; }
.mzeh{ position:absolute; top:120px; left:358px; }
.mnews{ position:absolute; top:120px; left:805px; }


.top-wrap{ width:100%;	 display:block; min-width:1180px; text-align:center;
	position:relative; height:329px;	 }
.toparea{ width:1180px; height:329px; 	margin: 0 auto; position:relative;}
.toparea-s{ display:none; }

/* 1column */
.main-area{ width:948px; margin:0 auto; margin-top:20px; position:relative;
	padding-bottom:80px;
	 min-height:300px; background:url(images/main_bk.png) center bottom no-repeat; }

.s-main-area{ width:948px; margin:0 auto; margin-top:20px; position:relative;
	 min-height:300px; padding-bottom:30px;  }

.main-area2{ width:780px; margin:0 auto; margin-top:0; position:relative;
	 min-height:300px;   }
	 


.square:before{
	font-family: FontAwesome;
	content: "\f0c8";
	
	color:#333;
	
	margin:-5px 5px 0 0;
	font-size: 1.0em;
}

/* 共通 */
h1.sp{ display:none; }
h2 {
	font-size:1.3em; margin:0 0 20px 0;	font-weight:normal; width:780px;
}

h2.sub {
	width:760px;
  position: relative;
  padding: 0.8em 0 0.8em 20px;
}
h2.sub::before,
h2.sub::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h2.sub::before {
  top: 0;
  border-top: 2px solid #963;
  border-bottom: 1px solid #963;
}
h2.sub::after {
  bottom: 0;
  border-top: 1px solid #963;
  border-bottom: 2px solid #963;
}

h3.sub{ margin:10px 0 20px 0; }
h3.sub:before{
	font-family: FontAwesome;
	content: "\f0c8";
	
	margin:-5px 5px 0 0;
	font-size: 1.0em;
}


.small85{ font-size:85%; }
.large11{ font-size:1.1em; }
.large12{ font-size:1.2em; }
.large14{ font-size:1.4em; }
.large16{ font-size:1.4em; }
.strong{ font-weight:bold; }

.txt, .txt30{ width:100%; margin:0 0 10px 0; line-height:1.8em; font-size:1.0em; text-align:left;  }
.txt30{margin:0 0 10px 30px; }

.red{ color:#F00; }
.orange{ color:#F60; }
.blue{ color:#36C; }
.green{ color:#009933; }

.navi{ width:980px; margin:0 auto; text-align:right; margin-top:10px; }

.tolist{ width:98%; text-align:right; margin-top:10px; }

.pdfarea{ width:780px; padding:15px 10px; font-size:0.9em; text-align:left; border:1px #ccc solid; 
	margin-top:20px; }


.link:after{
	font-family: FontAwesome;
	content: "\f08e";
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

.link2:after{
	font-family: FontAwesome;
	content: "\f101";
	
	color:#963;
	
	margin:-5px 0 0 5px;
	font-size: 1.4em;
}


.pdf:after{
	font-family: FontAwesome;
	content: "\f1c1";
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

dl.sub1{ list-style-type:none; width:740px; margin:0 0 40px 40px; list-style-position:inside; }
dl.sub1 dt{ margin:8px 0 8px 0; position:relative; width:22%; float:left;  line-height:1.8em; }
dl.sub1 dt.w40{ width:40%; }
dl.sub1 dt:after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #963;
	border-radius: 100%;
}
dl.sub1 dd{ margin:8px 0 8px 0; position:relative; width:75%; float:left; line-height:1.8em;  }
dl.sub1 dd.w40{ width:60%; }


/* news */
.n-title{ margin:0 0 10px 0; font-size:1.1em; text-align: center; }
.n-title:before{
	font-family: FontAwesome;
	content: "\f0c8";
	
	margin:-5px 5px 0 0;
	font-size: 1.0em;
}
.new{ vertical-align:middle; }
.next{ width:100%; text-align:center; padding:10px 0; margin:20px 0 0 0; }

h2.news{ margin:10px 0 20px 0; }
h2.news:before{
	font-family: FontAwesome;
	content: "\f0c8";
	
	margin:-5px 5px 0 0;
	font-size: 1.0em;
}


.imgarea{ width:100%; text-align:center; font-size:1.0em; margin-bottom:20px; }
.kiji{ width:500px; margin:10px 0 10px 140px; text-align:left; }

.imgarea3{ width:260px; text-align:center; padding:0; margin:10px 0 10px 0; font-size:0.9em; float:left; }
.imgarea3 img{ margin:0 0 10px 0; }

/* policy */
ul.policy{ margin:30px 0 10px 30px; list-style-position:outside; width:730px; list-style-type:none; }
ul.policy li{ margin:0 0 15px 0; line-height:1.6em;}

/* mail */
table.mail{	width:700px; margin:0 auto; margin:30px 0 30px 30px; border:none; }
table.mail th{ border:none; width:25%; text-align:center; vertical-align:top; padding:5px; font-weight:normal; 
	font-size:90%; background-color:#963; color:#fff;  }
table.mail td{ border:1px #963 solid; width:73%; padding:5px; line-height:120%; text-align:left; vertical-align:text-top; 
	 font-size:90%; }
table.mail td.confirm{ border:none; }

table.mail td.conf{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; 
	vertical-align:text-top; border:solid #cccccc 1px; }

/* zeh */
.zeh-area1{ width:100%; 
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	border:2px #0033FF solid;
	padding: 10px 0;
	
	color:#0033FF;
	font-size:1.2em;
	line-height:1.5em;
}

.zeh-area2, .zeh-area3, .zeh-area4{ width:100%; 
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	border:2px #0033FF solid;
	padding: 10px 0;
	margin-bottom:10px;
}
.zeh-area3{ width:100%; 
	border:2px #009933 solid;
}
.zeh-area4{ width:100%; 
	border:2px #F60 solid;
}

/*/////////////////////////////////////*/
.shadow01{
    /*影を入れる*/
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}


.kana{ ime-mode:active; }
.rome{ ime-mode:disabled; }


/*****************************************************/
p{ margin:10px 0 0 0; }

/******************************************************************/

/* ~~ フッター ~~ */
.fmenu-wrap{ width:100%; background-color:#f1f1f2;  display:block;
	padding:20px 0; 	min-width:1000px; text-align:center; }
.fmenu {
	width:1000px; 
	margin:0 auto;
	
	padding:0 0 0 0;
	min-height:200px;
	position:relative;
	
}
.fmenu div.fmenu1{ float:left; margin:0 80px 0 15px; text-align:left; display:block;
		min-height:200px;	height:auto; /*padding:0 20px 0 10px; */
}
.fmenu ul{ margin:-5px 0 0 40px;}
.fmenu li{ font-size:0.9em; margin:0 0 10px 0; }

.ftitle{ font-size:1.0em; margin:0 0 10px 0; }

.footer-wrap{ width:100%; background-color:#eee4da;  display:block; height:155px; text-align:center;
 }
.footer{ width:1180px; height:155px; position:relative; margin:0 auto; 	
	background:url(images/footer-bk.png) left top no-repeat;
}
.f-logo{ position:absolute; top:14px; left:119px; }
.f-addr{ position:absolute; top:31px; left:613px; }
.f-mail{ position:absolute; top:98px; left:720px; }
.f-access{ position:absolute; top:98px; left:885px; }
.f-insta{ position:absolute; top:98px; left:1070px; }

.fcopy{ width:100%; background-color:#fff; display:block; height:15px; text-align:center; padding:3px 0;
	font-size:0.8em; }
.fcopy div {
	width:1180px;
	margin:0 auto;
	
	min-height:15px;
	height:auto;
	position:relative;
	
	text-align:center;
	
	font-size:0.85em;
	
}

.s-logo, .s-addr, .s-tel, .s-mail, .s-insta{ display:none; }

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
}