@charset "utf-8";


/*====================================================================

　Commons

====================================================================*/

html,body{
	width: 100%;
}
body{
	color: #313131;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 85%;
	line-height: 1.8;
	background-color: #fff;
}

.clear {
	clear: both;
	font-size: 1%;
	line-height: 0;
	height: 0;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.middle { vertical-align: middle; }

.txt_indent {
	padding-left:1em;
	text-indent:-1em;
}

.icon {
	padding: 0 3px 0 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix { width: 100%; }
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

input,
button,
select,
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media (max-width: 768px) {
	.center img {
		max-width: 100%;
	}
	.none {
		display: none!important;
	}
}

/*
link
---------------------------------------------------------*/

a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #3a95c1;
	text-decoration: underline;
}

/*
navskip
---------------------------------------------------------*/

.navskip { display: none; }

/*
fonts
---------------------------------------------------------*/

h1, h2, h3 {
	clear: both;
	font-size: 80%;
}

p {
	margin: 15px 0;
	font-size: 95%;
}

/* em */
.em {
	font-weight: bold;
}

.txt_deco01 { color: #be1717; }
.txt_deco02 { color: #18448e; }
.txt_deco03 { color: #999; }
.txt_deco04 { color: #ea963d; }

/*
container
---------------------------------------------------------*/

@media (max-width: 768px) {
	html { -webkit-text-size-adjust: 100% } /* 文字サイズの自動調整をオフ */
	
	#gnav .container,
	#gnav .container, 
	#contents .container, 
	#sitemap .container, 
	#copyright .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
	}
}


/*====================================================================

　Header

====================================================================*/

header {
	position: relative;
	z-index: 5300;
	/*height: 120px;*/
	border-top: 2px solid #019974;
}

#head {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 70px;
}
@media (max-width: 768px) {
	#head {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid #eae9e2;
		z-index: 102;
	}
}

/*
logo
---------------------------------------------------------*/

#logoArea {
	margin: 18px 0 0 0;
	width: 60%;
	float: left;
}
	#logo {
		margin: 0;
	}
		#logo img {
			display: block;
			width: 170px;
			height: 30px;
		}
@media (max-width: 768px) {
	#logoArea {
		margin: 14px 0 0 0;
		width: auto;
		float: none;
	}
	#logo img {
		margin: 0 auto;
		width: auto;
		height: 25px;
	}
}

/*
sitenav
---------------------------------------------------------*/

#headerLink {
	margin: 0 auto;
	padding-top: 5px;
	width: 40%;
	float: right;
	text-align: right;
}

#sitenav {
	display: inline-block;
	padding-top: 15px;
}
	#sitenav > li {
		display: inline-block;
		padding-left: 25px;
	}
		#sitenav > li a {
			color: #313131;
			font-size: 80%;
			transition: opacity .3s;
		}
		#sitenav > li a:hover {
			opacity: 0.6;
			text-decoration: none;
		}
@media (max-width: 768px) {
	#headerLink {
		width: 100%;
		float: none;
		text-align: center;
	}
	#sitenav {
		padding: 9px 0;
	}
		#sitenav > li {
			padding-left: 10px;
		}
		#sitenav > li.home {
			display: none;
		}
		#sitenav > li.logo_company img {
			width: 80px;
		}
}


/*
gnav
---------------------------------------------------------*/

#gnav {
	margin: 0;
	height: 50px;
}
	.menu > ul {
		position: relative;
		margin: 0 auto;
		width: 1000px;
		border-right: 1px solid #ccc;
	}
		.menu > ul > li {
			width: 249px;
			float: left;
			border-left: 1px solid #ccc;
		}
			.menu > ul > li > a {
				display: block;
				padding: 0 5px;
				color: #313131;
				font-size: 16px;
				font-weight: bold;
				line-height: 50px;
				height: 50px;
				text-align: center;
				white-space: nowrap;
				transition: all .1s;
			}
			.menu > ul > li > a:hover {
				color: #fff;
				background-color: #019974;
				text-decoration: none;
			}
			.menu > ul > li > a i:before {
				content: "\f0d7";
				font-family: FontAwesome;
				color: #85c8b8;
				padding-left: 10px;
				font-weight: normal;
			}

.menu > ul > li > ul {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 99;
	display: none;
	width: 100%;
	background-color: #fff;
	border-top: 5px solid #019974;
	box-sizing: border-box;
}
	.menu > ul > li > ul > li {
		margin: 10px;
		width: 170px;
		float: left;
	}
		.menu > ul > li > ul > li > a {
			text-decoration: none;
		}
			.menu > ul > li > ul > li > a > span {
				display: block;
				margin-top: 5px;
			}
			.menu > ul > li > ul > li > a > span:before {
				content: "\f105";
				font-family: FontAwesome;
				color: #019974;
				padding-right: 5px;
				font-weight: normal;
			}


.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-mobile:after {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 180%;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon:before {
	content: "\f0fe";
	font-family: FontAwesome;
	display: none;
	cursor: pointer;
	float: right;
	padding: 0.65em 1.2em;
	font-size: 140%;
	color: #019974;
	background-color: #fff;
}
.menu-dropdown-icon:hover:before {
	color: #019974;
	background-color: #f5f5f5;
}

@media (max-width: 768px) {
	.menu-container {
		width: 100%;
	}
	.menu-mobile {
		display: block;
	}
	.menu-dropdown-icon:before {
		display: block;
	}
	.menu > ul {
		display: none;
		width: 100%;
	}
	.menu > ul > li {
		width: 100%;
		float: none;
		display: block;
	}
	.menu > ul > li a {
		padding: 0.93em 1.5em;
		width: 100%;
		display: block;
	}
	.menu > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > ul.normal-sub {
		width: 100%;
	}
	.menu > ul > li > ul > li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.menu > ul > li > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > ul > li > ul > li {
		float: none;
	}
	.menu .show-on-mobile {
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	.menu > ul > li {
		border-left: none;
		border-top: 1px solid #ccc;
	}
	.menu > ul > li > a {
		line-height: inherit;
		height: auto;
		text-align: left;
	}
	.menu > ul > li > a:hover {
		color: #fff;
		background-color: #019974;
	}
	.menu > ul > li > a i {
		display: none;
	}
	.menu > ul > li > ul {
		padding: 10px 20px;
		background-color: #f5f5f5;
		border-top: none;
	}
	.menu > ul > li > ul > li {
		margin: 0;
		width: 100%;
		float: none;
	}
	.menu > ul > li > ul > li + li {
		border-top: 1px solid #ddd;
	}
	.menu > ul > li > ul > li a {
		padding: 10px 0;
		color: #313131;
	}
	.menu > ul > li > ul > li img {
		display: none;
	}
}




/*====================================================================

　top

====================================================================*/


/*
mainimage
---------------------------------------------------------*/

#mainimage {
	position: relative;
	width: 100%;
}
#mainslider {
	overflow: hidden;
}
	#mainslider li {
		height: 500px;
		text-align: center;
	}
		#mainslider li img {
			margin: 0 auto;
			width: 1200px;
		}
		#mainslider li a {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
	
	/* slide01 */
	#mainslider li.slide01 {
		background-color: #000;
	}
	/* slide02 */
	#mainslider li.slide02 {
		background-color: #fff;
	}
	/* slide03 */
	#mainslider li.slide03 {
		background: url(../img/bg_slide03.jpg) repeat-x 0 0;
	}

@media (max-width: 768px) {
	#mainslider li {
		height: auto;
	}
		#mainslider li img {
			max-width: 100%;
		}
}

/* slick-dots */
#mainslider .slick-dots li {
	width: 15px !important;
	float: none;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mainslider .slick-dots {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#mainslider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}
#mainslider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#mainslider .slick-dots li button:hover,
#mainslider .slick-dots li button:focus {
	outline: none;
}
#mainslider .slick-dots li button:hover:before,
#mainslider .slick-dots li button:focus:before {
	opacity: 1;
}
#mainslider .slick-dots li button:before {
	font-size: 14px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	font-family: "メイリオ", Meiryo;
	content: '●';
	text-align: center;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#mainslider .slick-dots li.slick-active button:before {
	color: #019974;
}
#mainslider .slick-dots li button:hover:before {
	color: #019974;
}

/* slick-prev, slick-next */
#mainslider .slick-prev,
#mainslider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30%;
	display: block;
	width: 55px;
	height: 55px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#mainslider .slick-prev:hover,
#mainslider .slick-next:hover {
	color: #fff;
	opacity: 0.6;
}
#mainslider .slick-prev {
	left: 30px;
	background: url(../img/top/btn_slide_prev.png) no-repeat 0 0;
}
#mainslider .slick-next {
	right: 30px;
	background: url(../img/top/btn_slide_next.png) no-repeat 0 0;
}



/*====================================================================

　Contents

====================================================================*/

#contents {
	margin: 40px 0 0 0;
}
#contents .container {
	margin: 0 auto;
	width: 1000px;
}
#contents .container p {
	font-size: 110%;
}
#contents .container p img {
	margin: 0 5px 5px 0;
}
#contents .container .mt-30 {
	margin-top: -30px;
}

/*
section（メインコンテンツ）
---------------------------------------------------------*/

/* breadcrumb */
#breadcrumb {
	margin: 0;
	padding: 10px 0;
	font-size: 80%;
	width: 100%;
	background-color: #f3f1ea;
	border-bottom: 1px solid #e2e1dc;
}
#breadcrumbInner {
	margin: 0 auto;
	width: 1000px;
}
	#breadcrumb #breadcrumbInner li {
		display: inline;
		margin-right: 10px;
	}
	#breadcrumb #breadcrumbInner li a {
		margin-right: 10px;
	}
		#breadcrumb #breadcrumbInner li a.home {
			padding-left: 22px;
			background: url(../../housing/img/ico_home.png) no-repeat 0 48%;
		}
@media (max-width: 768px) {
	#breadcrumbInner {
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
	}
}


/*
font
---------------------------------------------------------*/

#contents .topTitle {
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	color: #313131;
	font-size: 280%;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
}
#contents .topTitle:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 80px;
	margin-left: -40px;
	border-bottom: 2px solid #019974;
	vertical-align: bottom;
}
@media (max-width: 768px) {
	#contents .topTitle {
		font-size: 220%;
	}
}

/*
lineupArea
---------------------------------------------------------*/

.lineupArea a, 
.lineupArea a img {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
	.lineupArea ul {
		margin-bottom: 50px;
	}
	.lineupArea ul li {
		float: left;
		border: 1px solid #ddd;
	}
	.lineupArea ul li + li {
		margin: 0 0 4px 4px;
	}
		.lineupArea ul li h3 {
			padding: 10px 15px;
			color: #fff;
			font-size: 120%;
			background-color: #019974;
		}
		.lineupArea ul li a:hover h3, 
		.lineupArea ul li a:hover img{
			opacity: 0.7;
		}
			.lineupArea ul li h3 .small {
				display: block;
				margin-top: 3px;
				font-size: 60%;
				font-weight: normal;
				line-height: 1.2;
			}
		#contents .lineupArea ul li p {
			margin: 10px 15px;
			color: #313131;
			font-size: 95%;
			line-height: 1.5;
		}

@media (max-width: 768px) {
	.lineupArea ul {
		margin-bottom: 30px;
	}
	.lineupArea ul li, 
	.lineupArea ul li + li {
		margin: 0 1% 2% 1%;
	}
	.lineupArea ul li img {
		width: 100%;
	}
}

/* waterheater */
.waterheater li {
	width: 247px;
}

/* heating */
.heating li {
	width: 197px;
}
.heating li:last-child {
	width: 196px;
}
	.lineupArea ul.heating li h3 {
		padding: 10px;
	}
		#contents .lineupArea ul.heating li p {
			font-size: 90%;
		}

/* other */
.other {
	margin: 0 auto 50px auto;
	width: 247px;
}
	.other li {
		width: 247px;
	}

@media (max-width: 768px) {
	.waterheater li, 
	.heating li, 
	.heating li:last-child, 
	.other li {
		width: 48%;
	}
	.other {
		margin: 0 auto 20px auto;
		width: 100%;
	}
}


/*
support
---------------------------------------------------------*/

#supportArea {
	padding: 40px 0 50px 0;
	width: 100%;
	background-color: #f5f5f5;
}
	#supportArea h2 {
		font-size: 180%;
		text-align: center;
	}
	#supportArea ul {
		margin: 0 auto;
		width: 1000px;
		font-size: 95%;
	}
		#supportArea ul li {
			width: 25%;
			float: left;
			border-left: 1px solid #ccc;
			text-align: center;
			box-sizing: border-box;
		}
		#supportArea ul li a {
			text-decoration: none;
			width: 100%;
			float: left;
			box-sizing: border-box;
		}
		#supportArea ul li:nth-child(4) {
			border-right: 1px solid #ccc;
		}
			#supportArea ul li img {
				margin-bottom: 15px;
				padding: 20px;
				width: 50px;
				height: 50px;
				background-color: #fff;
				border-radius: 90px;
				box-sizing: content-box;
			}
			#supportArea ul li strong {
				display: block;
				margin-bottom: 5px;
				font-size: 115%;
			}

@media (max-width: 768px) {
	#supportArea {
		padding: 40px 0 20px 0;
	}
	#supportArea h2 {
		margin-bottom: 20px;
		font-size: 140%;
	}
	#supportArea ul {
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
	}
		#supportArea ul li {
			padding: 25px 0 10px;
			width: 100%;
			float: none;
			border-left: none;
			border-top: 1px solid #ddd;
			text-align: left;
		}
		#supportArea ul li:nth-child(4) {
			border-right: none;
		}
		#supportArea ul li:after {
			content: ""; 
			display: block; 
			clear: both;
		}
			#supportArea ul li img {
				margin-right: 15px;
				width: 40px;
				height: 40px;
				float: left;
			}
	
}




/*====================================================================

　Footer

====================================================================*/

/*
copyright
---------------------------------------------------------*/

#copyright .container {
	margin: 0 auto;
	width: 1000px;
}

#copyright {
	padding: 15px 0 20px 0;
	background-color: #019974;
	text-align: center;
}
	#copyright #logo_footer {
		margin: 5px 0;
		color: #fff;
	}
		#copyright #logo_footer a img {
			transition: all .3s;
		}
		#copyright #logo_footer a:hover img {
			opacity: 0.7;
		}
	#copyright small {
		color: #fff;
		font-size: 70%;
	}


/*
pagetop
---------------------------------------------------------*/

#pagetop {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 30px;
}
	#pagetop img {
		display: block;
		width: 80px;
		height: 80px;
		transition: all .3s;
	}
	#pagetop a:hover img{
		opacity: 0.7;
	}

@media (max-width: 768px) {
	#pagetop {
		right: 0;
		bottom: 0;
	}
		#pagetop img {
			width: 40px;
			height: 40px;
		}
}




/*
width
---------------------------------------------------------*/

.w30 { width: 30px; }
.w35 { width: 35px; }
.w40 { width: 40px; }
.w45 { width: 45px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w125 { width: 125px; }
.w130 { width: 130px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w260 { width: 260px; }
.w400 { width: 400px; }


/*
margin
---------------------------------------------------------*/

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px!important; }
.mt12 { margin-top: 12px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px!important; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.mt-10 { margin-top: -10px; }
.mt-20 { margin-top: -20px; }
.mt-30 { margin-top: -30px; }






