@charset "utf-8";

/* ------------------------
common
------------------------ */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777;
}

/* reset */

.container {
	padding-right: 15px;
	padding-left: 15px;
}

.bg-black{
	background: #000;
}

.bg-white{
	background: #fff;
}

.bg-orange{
	background: #fd9500;
}

strong{
	color: #fd9500;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.nomal-text-gray,
.nomal-text-orange{
	font-weight: normal;
	font-size: 14px;
}

.nomal-text-gray{
	color: #777;
}

.nomal-text-orange{
	color: #fd9500;
}


/* ヘッダー */

h1.header-title{
	font-size: 10px;
	text-align: right;
	margin: 10px 0 0 0;
}

.header-logo{
	float: left;
	padding: 0 0 5px 0;
}

.header-logo a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )"
}

#header-tel{
	float: right;
	background: #fd9500;
	max-width: 250px;
	height: auto;
	text-align: center;
	padding: 8px 20px 5px 20px;
	margin: 25px 40px 0 20px;
	border-radius: 10px 10px 0 0;
}

.tel-link{
	color: #fff;
}

.tel-link a{
	color: #fff;
}

.header-tel-number{
	color: #fff;
	font-family: "open sans";
	font-weight: 700;
	font-size: 24px;
}

.header-tel-number > .icon-phone{
	font-size: 20px;
}

.header-tel-time{
	color: #fff;
	font-size: 12px;
	text-align: right;
}

/* breadcrumb */

.bread{
	background-color: #fd9500;
	color: #fff;
}

.bread a{
	color: #fff;
}

.breadcrumb {
	background-color: #fd9500;
	list-style: none;
	padding: 8px 15px;
	margin-bottom: 0;
}

.breadcrumb > li + li:before {
	font-family: "icoifont";
  content: "\e608";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: rgba(255,255,255,0.7);
	/* font-weight: bold; */
}

.breadcrumb-icon{
	width: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/* メインコンテンツ */
.index-subtitle{
	font-size: 24px;
	border-bottom: 1px #ccc solid;
}


/* side nav */

.sidebar-nav{
	width:80%;
	margin:0 auto;
}

.sidebar-nav > a{
	display: block;
	border-bottom: #ccc 1px dotted;
	padding-top: 15px;
}

.sidebar-nav > a:hover .sidebar-nav-title,
.sidebar-nav > a:hover .sidebar-nav-icon,
.sidebar-nav > a:hover .sidebar-nav-decoration {
	color: inherit;
}

.sidebar-nav-icon {
	font-size:36px;
	width: 50px;
	float: left;
}

.sidebar-nav-decoration{
	float:left;
	padding:11px 8px 0 0;
	color: #666;
}

.sidebar-nav-titles {
	float: left;
}

.sidebar-nav-icon {
	color: #666;
}

.sidebar-nav-title {
	color: #666;
}

.sidebar-nav-subtitle {
	font-weight: bold;
}

.sidebar-recruit{
	width: 80%;
	margin: 10px auto;
	font-size: 13px;
	display: block;
	padding-top:10px;
	padding-left:5%;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.sidebar-recruit-title{
	margin-bottom: 2px;
}

.sidebar-links img{
	width: 100%;
}

.sidebar-links > p{
	margin:5px 0 0 0;
	font-size:12px;
}

.sidebar-links > a{
	margin:0 0 10px 0;
	display:inline-block;
}

a.sidebar-links-ecsite,
a.sidebar-links-facebook{
	width: 80%;
	height: auto;
	display: block;
	margin: 3% auto;
}

/* footer */

.footer-group{
	color: #fff;
	margin:0 0 20px 0;
}

.footer-address-container{
	margin: 5px 0;
}

.footer-address{
	max-width: 220px;
	border: #fff solid 1px;
	margin:5px 0 5px 0;
	font-size: 12px;
}

.footer-address-icon{
	padding: 9px 4px 0 4px;
	font-size: 40px;
}

.footer-address-logo{
	width: 36px;
	height: auto;
}

.footer-address-tel > a{
	color: #fff;
}

ul.footer-nav-group{
	display: inline-block;
	list-style: none;
	padding: 30px 0 0 50px;
	text-align: center;
}

.footer-nav-group > li a{
	color: #fff;
}

.footer-nav-group > li + li:before {
  content: "|";
  padding: 0 5px;
  color: #cccccc;
}

.footer-contact{
	max-width: 160px;
	margin: 10px;
}

.footer-contact > a{
	display: block;
	border: #fff 1px solid;
	padding: 5px;
}

.footer-contact > a:hover{
	background-color: rgba(255,255,255,0.3);
}

.footer-contact-icon {
	font-size:36px;
	float: left;
}

.footer-contact-decoration{
	float:left;
	padding:11px 8px 0 0;
	color: #fff;
}

.footer-contact-titles {
	float: left;
}

.footer-contact-icon,
.footer-contact-title,
.footer-contact-subtitle {
	color: #fff;
}

.footer-contact-subtitle {
	font-weight: bold;
}

.footer-copy{
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
}

/* -- for top -- */

#back-top {
	position:fixed;
	right:2%;
	bottom:2%;
}

/* for-top icon (span tag) */
#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background:url(../images/for-top.svg) no-repeat center center;
}

/* コンテンツ */
.wrap{
	background-color:#ccc;
}

.contents{
	background-color:#fff;
}

.content-text{
	text-align:center;
}

.content-text > h2{
	font-size: 24px;
	color: #fd9500;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	margin: 20px 30px;
	padding: 0 0 10px 0;
}

.content-text-group{
	margin: 0 auto;
	max-width: 610px;
	line-height: 150%;
}

.content-text-group > h3{
	margin: 0 auto;
	font-size: 18px;
	max-width: 480px;
	line-height: 130%;
}

/* トップページ */

.top-welcome{
	border-bottom: #ccc 1px solid;
	margin: 0;
	padding: 5px;
}

.mgb30{
	margin-bottom: 30px;
}


.content-image {
	text-align:center;
}

.content-image-base{
	max-width:100%;
}

.content-image-container{
	position: relative;
	display:inline-block;
	margin:10px 0;
}

.content-image-link {
	display: inline-block;
	position: absolute;
}

.content-image-link > h5,
.content-image-link-subtitle{
	text-shadow: 1px 1px 3px #fff;
}

.content-image-link > h5{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 22px;
	color: #000;
	margin: 0;
}

.content-image-link > h6{
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin: 0;
}

.content-image-link > h5::first-letter{
	font-size: 34px;
}

.content-image-link > h6::first-letter{
	font-size: 26px;
}

.content-image-link-subtitle{
	font-size: 13px;
}

.content-image-container > a{
	text-decoration:none;
}

.content-image-container > a:hover h5{
	color: inherit;
}

.about-us-image-link-design {
	top: 12%;
	left: 16%;
}

.about-us-image-link-construct{
	top: 38%;
	left: 4%;
}

.about-us-image-link-instruct{
	top: 64%;
	left: 14%;
}

.about-us-image-link-furniture{
	top: 81%;
	left: 41%;
}

.about-us-image-link-repair{
	top: 64%;
	left: 71%;
}

.about-us-image-link-renovation{
	top: 38%;
	left: 76%;
}

.about-us-image-link-import{
	top: 12%;
	left: 69%;
}

.about-us-image-link-staff{
	top: 3%;
	left: 43%;
}





button.btn-xs{
	font-size: 11px;
    line-height: 1.2;
}














/* facebook  */

.fb{
	margin-bottom: 20px;
}

.fb-news{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #eee;
}


/* .fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }
 */

/* ニューススライドタイトル */

.news{
	margin-bottom: 10px;
}

.news-titles{
	border-bottom: #ccc 1px solid;
	margin: 0;
	padding: 5px;
}

.news-list2{
	margin: 0 0 20px 0;
	padding: 5px;
	max-height: 120px;
	overflow: auto;
	border-bottom: #ccc 1px solid;
}

.news-title{
	font-family: "open sans";
	font-weight: 700;
	color: #000;
	font-size: 20px;
	padding: 0 20px 0 0;
}

.news-subtitle{
	padding: 6px 0 0 0;
	font-size: inherit;
}


/* 下の施工事例リスト */

.news-container-xs{
	width: 100%;	
}

.news-container-xs .news-list{
	padding: 0;
}

.news-list-img{
	float: left;
	width: 33.3%;
	list-style: none;
	padding: 0 5px 0 0;
	text-align: right;
}

.news-list img{
	max-width: 100%;
}

/* 共通スタイル */

/* 改行しない.nobr{
	display:block;
} */


/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/



/* .content-image-container {
  margin-right: -15px !important;
  margin-left: -15px !important;
} */
