@charset "UTF-8";
/* ----------------------------------------
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊

　area.css　　：各部門ごとの設定
　　　　　　　　　※画像の単体の伸縮設定は「style.css」で設定。

　０．個別設定（「style.css」より、トップページ固有のもの）

　１．TopPage

　２．INFORMATION

　３．WORKS

　４．PROFILE

　５．BusinessCONTENTS

　６．CONTACT

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
---------------------------------------- */

/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　０．個別設定
＊＊＊＊＊＊＊＊
---------------------------------------- */

/* ：：： style.css - １．共通部分・全体レイアウト ：：： */
#wrapper {
	width: 6176px; /* 部門数：６× 1024px （＝6144px） ＋ 余裕：32px */
}

/* ：：： ヘッダーエリア ：：： */
#headerContainer {
  height: 36px;
}

/* ：：： コンテンツエリア ：：： */
div.column {
  width: 1024px;
}


/* ：：： style.css - ３．ヘッダーエリア ：：： */
/* ヘッダーナビゲーション */
#hNavigation {
  position: absolute;
  top: 20px;
  right: 0;
  overflow: hidden;
}
#hNavigation li {
  float: left;
  margin: 0;
  text-align: center;
}
#hNavigation a {
  display: block;
  font-size: 0.667rem; /* ：：：約8.004px：：： */
  letter-spacing: 0.15em;
  padding: 0 8px;
  overflow: hidden;
  color: #677f7e;

  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hNavigation a:hover,
#hNavigation li.current a {
  color: #ffffff;
  background-color: rgba( 103, 127, 126, 1.0); /* ：：：基本色：#677f7e：：： */
}


/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　１．TopPage
＊＊＊＊＊＊＊＊
---------------------------------------- */

#TopPage {
	border-left:  solid  3px  #677f7e;
}

#TopPage #TP_img {
	position: relative;
	float: left;
	display: block;
	width: 38.5%; /* #TP_img : #TP_h = 5 : 8 */
	height: 100%;
	background-color: rgba( 124, 252, 0, 0); /* ★確認用：lawngreen */
}
#TopPage #TP_h {
	position: relative;
	float: left;
	width: 61.5%;
	height: 100%;
	background-color: rgba( 124, 252, 0, 0); /* ★確認用：lawngreen */
}

#TopPage img {
	position: relative;
	margin: 15% 15% 13%;
	padding: 0;
	border: none;
	width: 70%;
	height: auto;
}

#TopPage h1 {
	position: relative;
	margin: 56.5% 0 0; /* 文字分上へ移動：61.5% - 5.0% = 56.5% */
	padding: 0;
	font-size: 1.5rem; /* ：：：18px：：： */
	font-weight: 600;
	letter-spacing: 0.8em;
	border: none;
}
#TopPage h2 {
	position: relative;
	margin: 32px 0 0;
	padding: 0;
	font-size: 1rem; /* ：：：12px：：： */
	font-weight: 400;
	letter-spacing: 0.15em;
}
#TopPage ul {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0.833rem; /* ：：：約9.996px：：： */
}
#TopPage li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	letter-spacing: 0.1em;
}



/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　２．INFORMATION
＊＊＊＊＊＊＊＊
---------------------------------------- */

#INFORMATION #INFO_NewArrived {
	position: relative;
	float: left;
	margin: 0.78% 0.78% 1.56% 3.12%; /* 16px / 1024px = 1.56% */
	padding: 0 2.34%;
	width: 40.42%;
	height: 500px; /* ＊media.css で調整必要 */
	overflow: scroll;
	background-color: rgba( 240, 240, 240, 1.0);
	border-radius: 12px; /* CSS3草案 */  
    -webkit-border-radius: 12px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px; /* Firefox用 */  
}

#INFORMATION #INFO_blog {
	position: relative;
	float: right;
	margin: 0.78% 1.56% 1.56% 0.78%; /* 16px / 1024px = 1.56% */
	padding: 0 1.56%;
	width: 41.98%;
	height: 500px; /* ＊media.css で調整必要 */
	overflow: auto;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
	border-radius: 12px; /* CSS3草案 */  
    -webkit-border-radius: 12px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px; /* Firefox用 */ 
}

#INFORMATION h2 {
	position: relative;
	margin: 16px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #677f7e;
	font-size: 1.083rem; /* ：：：約12.996px：：： */
	text-align: right;
}  
#INFORMATION h2:before,
#INFORMATION h2:after{
    content: '';
    border-right: 8px solid rgba( 240, 240, 240, 1.0);
    border-top: 8px solid #677f7e;
    bottom: -8px;
    position: absolute;
    left: 16px;
}
/* ：：： 左：ホームページ更新情報 ：：： */
section.INF_NA {
	position: relative;
	margin: 16px 8px 32px 16px;
}
.INF_NA h3 {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 1rem; /* ：：：12px：：： */
}
.INF_NA p.update {
	margin: 0;
	padding: 0 8px 0 0;
	font-size: 0.8rem; /* ：：：80%：：： */
	text-align: right;
	border-top: 1px solid #cccccc;
}
.INF_NA p {
	margin: 8px 0 0 8px;
	padding: 0;
	font-size: 0.917rem; /* ：：：約11.004px：：： */
}
.INF_NA .toLINK2 {
	margin: 8px 16px 0 0;
	padding: 0;
	font-size: 0.917rem; /* ：：：約11.004px：：： */
	text-align: right;
}

/* ：：： 右：Blog・Facebook 更新情報 ：：： */
#INFORMATION #INFO_blog h2:before,
#INFORMATION #INFO_blog h2:after{
    border-right: 8px solid #ffffff;
}

/* Blog */
#Blog {
    margin: 16px 8px 0 16px;
    padding: 0 0 40px; /*  ここで「Facebook」との間隔を調整 */
}

#INFO_blog .toLINK { /* ：：：リンク先：：： */
	margin: 8px 0 0;
}

/* Facebook */
.fb-page {
	position: relative;
	margin: 32px 0 0;
	width: 100%;
    border-top: 1px solid #cccccc;
}


/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　３．WORKS
＊＊＊＊＊＊＊＊
---------------------------------------- */

#WORKS_List {
	position: relative;
	height: 524px; /* ＊media.css で調整必要 */
}

.WL_list {
	position: relative;
	float: left;
	margin: 72px 0 0 11.72%;
	width: 17.19%;
	text-align: center;
	letter-spacing: 1em;
}

.WL_list h2 {
	margin: 8px 0 0;
	font-size: 1.083rem; /* ：：：約12.996px：：： */
	font-weight: 400;
	text-indent: 1em;
	letter-spacing: 1em;
}
#WL_house h2,
#WL_store h2 { /* ２文字 */
	text-indent: 3em;
	letter-spacing: 3em;
}



/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　４．PROFILE
＊＊＊＊＊＊＊＊
---------------------------------------- */

#PROFILE_List {
	position: relative;
	height: 524px; /* ＊media.css で調整必要 */
}

.PF_list {
	position: relative;
	float: left;
	margin: 72px 0 0 8.86%;
	width: 17.97%;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

#PF_RR {
	margin: 72px 0 0 5.08%;
	padding: 1.56%;
	width: 31.62%;
	height: 320px;
	border-radius: 12px; /* CSS3草案 */  
    -webkit-border-radius: 12px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px; /* Firefox用 */
	background-color: rgba( 103, 127, 126, 0.3); /* ：：：基本色：#677f7e：：： */
}

#PF_RR h2 {
	text-align: left;
	font-size: 1rem; /* ：：：12px：：： */
	font-weight: 600;
	letter-spacing: 0.3em;
	border-bottom: 1px dotted #677f7e;
}

#PF_RR table {
	margin: 8px 0 0;
	font-size: 0.833rem; /* ：：：約9.996px：：： */
}
#PF_RR th {
	padding: 8px 8px 8px 0;
	font-weight: 400;
}
#PF_RR .toLINK {
	margin: 40px 0 0;
	font-size: 0.833rem; /* ：：：約9.996px：：： */
	text-align: right;
}

.PF_list h2 {
	margin: 8px 0 0;
	padding: 0 0 0 1em;
	font-size: 1.083rem; /* ：：：約12.996px：：： */
	font-weight: 600;
	letter-spacing: 0.5em;
	border-bottom: 1px dotted #677f7e;
}
#PF_TAKESHI h2 {
	letter-spacing: 0.8em;
}
.PF_list .F_small {
	font-size: 0.75rem; /* ：：：9px：：： */
	font-weight: 400;
	letter-spacing: 0.05em;
}
.PF_list h3 {
	margin: 0;
	font-size: 0.917rem; /* ：：：約11.004px：：： */
	font-weight: 400;
	letter-spacing: 0.5em;
	text-align: right;
}
.PF_list table {
	margin: 8px 0 0;
	font-size: 0.833rem; /* ：：：約9.996px：：： */
}
.PF_list th {
	padding: 4px 4px 4px;
	width: 33px;
	font-weight: 400;
}



/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　５．BusinessCONTENTS
＊＊＊＊＊＊＊＊
---------------------------------------- */

#BusinessCONTENTS #BC_image {
	position: relative;
	float: left;
	margin: 0.78% 0.78% 1.56% 3.12%; /* 16px / 1024px = 1.56% */
	padding: 0;
	width: 46.10%;
	height: 500px; /* ＊media.css で調整必要 */
	overflow: auto;
	text-align: center;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

#BusinessCONTENTS #BC_outline {
	position: relative;
	float: right;
	margin: 0.78% 8.58% 1.56% 0; /* 16px / 1024px = 1.56% */
	padding: 0;
	width: 39.86%;
	height: 500px; /* ＊media.css で調整必要 */
	overflow: auto;
	background-color: rgba( 240, 240, 240, 1.0);
	border-radius: 12px; /* CSS3草案 */  
    -webkit-border-radius: 12px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px; /* Firefox用 */
}

/* ：：： 左 ：：： */
#BC_image img {
	margin: 32px 0 0;
	width: 50%;
}
#BC_image p {
	margin: 16px 0 0;
	font-size: 0.917rem; /* ：：：約11.004px：：： */
	line-height: 2.4;
}

/* ：：： 右 ：：： */
#BC_outline h2 {
	margin: 64px 0 0 64px;
}
#BC_outline ul {
	margin: 32px 0 0 88px;
}
#BC_outline li {
	margin: 32px 0 0 0;
}
#BC_outline .toLINK {
	right: 32px;
	margin: 54px 0 0 0;
}
	


/* ---------------------------------------- 
＊＊＊＊＊＊＊＊
　　　　　　　　　６．CONTACT
＊＊＊＊＊＊＊＊
---------------------------------------- */

#CONTACT #officeMAP {
	position: relative;
	float: left;
	margin: 0.78% 0.78% 1.56% 3.12%; /* 16px / 1024px = 1.56% */
	padding: 0;
	width: 46.10%;
	height: 500px; /* ＊media.css で調整必要 */
	overflow: auto;
	text-align: center;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

#CONTACT form {
	position: relative;
	float: right;
	margin: 0 0.78% 0.78% 0; /* 16px / 1024px = 1.56% */
	padding: 0.78%;
	width: 46.10%;
	height: 500px; /* ＊media.css で調整必要 */
	text-align: left;
	overflow: auto;
	border-radius: 12px; /* CSS3草案 */  
    -webkit-border-radius: 12px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 12px; /* Firefox用 */  
	background-color: rgba( 103, 127, 126, 0.3); /* ：：：基本色：#677f7e：：： */
}

/* ：：： 左：マップ＋住所 ：：： */
#CONTACT #officeMAP img {
	margin: 10% 10% 0;
	width: 80%;
}
#CONTACT #officeMAP #OM_address {
	margin: 0 10%;
	padding: 0;
	width: 80%;
	text-align: left;	
}
#OM_address h2 {
	margin: 8px 0 0;
	padding: 0;
	font-size: 1.083rem; /* ：：：約12.996px：：： */
	letter-spacing: 0.3em;
}

#OM_address h3 {
	font-size: 0.917rem; /* ：：：約11.004px：：： */
	letter-spacing: 0.15em;
	border-bottom: dotted 1px #677f7e;
}
#OM_address address {
	font-size: 0.833rem; /* ：：：約9.996px：：： */
	line-height: 1.2;
}
#OM_address address ul {
	margin: 4px;
}
#OM_address address li {
	padding: 4px;
}

#OFFICEyonago {
	float: left;
	margin: 8px 8px 16px 16px;
	background-color: rgba( 124, 252, 0, 0); /* ★確認用：lawngreen */
}
#OFFICEyasugi {
	float: right;
	margin: 8px 24px 16px 16px;
	background-color: rgba( 124, 252, 0, 0); /* ★確認用：lawngreen */
}

/* ：：： 右：お問合せ ：：： */
#CONTACT table {
}
#CONTACT table th {
	padding: 4px 8px 0 32px;
}
#CONTACT table td {
	padding: 4px 0 0 16px;
}
#CONTACT table th#form_know {
	padding: 16px 8px 0 32px;
}
#CONTACT table td#FK_td {
	padding: 8px 0 0 48px;
}
#CONTACT table th#FK_th {
	padding: 8px 0 0 56px;
	font-size: 0.917rem; /* ：：：約11.004px：：： */
	font-weight: 400;
	text-indent: -1em;
}
#CONTACT table td#FKo_td {
	padding: 8px 0 0 56px;
}
#CONTACT table th#form_contents {
	padding: 16px 8px 0 32px;
}
#CONTACT table td#FC_td {
	padding: 8px 0 0 56px;
}

#CONTACT form p {
	margin: 8px 0 0 0;
}

.F_Required {
	color: red;
	font-size: 0.8rem; /* ：：：80%：：： */
}

#CONTACT form ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#CONTACT form li {
	float: left;
	margin: 0 24px 0 0;
	padding: 0;
}