@charset "utf-8";
/* CSS Document */


/*-------------------- 
  width 1000px -
--------------------*/
@media screen and (max-width:1000px) {
	
	
/*---------------
     Header
---------------*/

header{
	width:100%;
	background:#FFF;
}
header .Area{
	width:100%;
	max-width:1000px;
	height:65px;
	margin:auto;
	position:relative;
}
header h1{
	text-align:right;
		font-size:11px;
	margin-top:2px;
}
header a{
	transition:all 0.5s;
}
header a:hover{
	opacity:0.68;
}




.Logo{
	display:block;
	width:200px;
	height:55px;
	background:url(../img/logo.png) no-repeat left top;
	position:absolute;
	left:0;
	top:0;
}













/*---------------
     Topimg
---------------*/





.CTA{
	width:100%;
	max-width:1000px;
	margin:20px auto;
	overflow: hidden;
}
.CTA li{
	width:100%;
	float:none;
}
.CTA li a{
	display:block;
	width:420px;
	height:55px;
	margin:auto;
	transition:all 0.5s;
}
.CTA li a:hover{
	opacity:0.6;
}
.CTA li a.tel{
	background:url(../img/h_tel.png) no-repeat left top;
}
.CTA li a.mail{
	background:url(../img/h_mail.png) no-repeat left top;
}




.Topread_b{
	width:100%;
	padding:20px 0;
	background: url(../img/nayami_bg.jpg) no-repeat center center;
}
.Topread_b img{
	width:100%;
}



.Top_nayami{
	width:90%;
	max-width:1000px;
	margin:30px auto;
	background:none;
}
.Top_nayami li{
	font-size:18px;
	height:30px;
	line-height:30px;
	margin:10px 0;
}
.Top_nayami li img{
	width:30px;
	vertical-align:middle;
	margin-right:10px;
}



.Toparea{
	width:auto;
	padding:20px;
	background:#00a0e9;
}
.Toparea p{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}







/*---------------
     Contents
---------------*/

.Wrapper{
	width:100%;
}
.Contents{
	width:94%;
	max-width:1000px;
	margin:auto;
	padding:30px 0;
}


section.Type1{
	clear:both;
	overflow:hidden;
	margin:80px 0;
}
section.Type1 div{
	width:54%;
}
section.Type1 div.tx{
	width:42%;
}
section.Type1 div img{
	width:100%;
	max-width:480px;
	margin:auto;
	display:block;
}
section.Type1 div.l{
	float:left;
}
section.Type1 div.r{
	float:right;
}
section.Type1 h2{
		font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "Mplus 1p";
	letter-spacing:-1px;
	line-height:145%;
}
section.Type1 p{
		font-size:16px;
	line-height:170%;
}



.Contents.Low .Article{
	width:90%;
	padding:20px;
	float:none;
	background:#FFF;
	border:solid 1px #CCC;
	margin:20px auto;
}


#Side{
	width:90%;
	padding:20px;
	margin:20px auto;
	float:none;
	overflow:hidden;
}
#Side img{
	margin:auto;
	display:block;
	margin-bottom:20px;
}
.link{
	clear:both;
	margin:140px 0 10px 0;	
}
.link li{
	width:100%;
}
.link li a{
	border-left:solid 4px #2283DD;
	padding:14px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
}
.link li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link li a:hover{
	background:#CFE0E7;
}
.link li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.link_s{
	margin:10px 0;	
}
.link_s li{
	width:100%;
}
.link_s li a{
	border-left:solid 3px #AAA;
	padding:8px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
	font-size:13px;
}
.link_s li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link_s li a:hover{
	background:#DDD;
}
.link_s li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.hill{
	display:block;
	background:url(../img/side_hill.jpg) no-repeat left top;
	background-size:contain;
	padding-top:12.5%;
	width:30%;
	height:auto;
	margin:10px 10%;
	transition:all 0.5s;
	float:left;
}
.hill:hover{
	opacity:0.6;
}

.case{
	display:block;
	background:url(../img/side_case.jpg) no-repeat left top;
	background-size:contain;
	padding-top:12.5%;
	width:30%;
	height:auto;
	margin:10px 10%;
	transition:all 0.5s;
	float:left;
}
.case:hover{
	opacity:0.6;
}






.Pan{
	width:94%;
	max-width:1000px;
	margin:10px auto 30px auto;
}
.Pan li{
	font-size:13px;
	display:inline-block;
}
.Pan li a{
	color:#333;
	font-size:13px;
}







/*---------------
     Footer
---------------*/

footer .Area{
	width:100%;
	max-width:1000px;
	margin:auto;
}

.FootLink{
	text-align:center;
	padding:10px 0;
}
.FootLink li{
	display:inline-block;
	margin:0 15px;
}
.FootLink li a{
		font-size:12px;
}


.Flogo{
		width:96%;
		margin:15px auto;
}



address{
	font-size:11px;
	text-align:center;
	font-style:normal;
	padding:25px 0;

}






.CTA_banner{
	width:100%;
	overflow:hidden;
	margin:30px auto;
}
.CTA_banner li{
	width:50%;
	float:left;
}
.CTA_banner li a{
	display:block;
	width:90%;
	height:auto;
	margin:10px auto;
	padding-top:27.39130434%;
}
.CTA_banner li a.c{
	background:url(../img/cta_c.jpg) no-repeat left top;
	background-size:contain;
}
.CTA_banner li a.reno{
	background: url(../img/cta_reno.jpg) no-repeat left top;
	background-size:contain;
}



	
}

























































/*-------------------- 
  width 640px -
--------------------*/
@media screen and (max-width:640px) {
	
	body{
		padding-top:51px;
	}
	
/*---------------
     Header
---------------*/

header{
	width:100%;
	background:#FFF;
		position:fixed;
		top:0;
		left:0;
		z-index:1000001;
		border-bottom:solid 2px #00a0e9;
}
header .Area{
	width:100%;
	max-width:1000px;
		height:50px;
	margin:auto;
	position:relative;
}
header h1{
		display:none;
	text-align:right;
	font-size:11px;
	margin-top:2px;
}
header a{
	transition:all 0.5s;
}
header a:hover{
	opacity:0.68;
}




.Logo{
	display:block;
		width:145px;
		height:40px;
		background:url(../img/logo.png) no-repeat left top;
		background-size:145px;
	position:absolute;
	left:0;
	top:5px;
}

.Top_tel{
	display:none;
	
}

	.Spmenu{
		display:block;
		position:fixed;
		top:0;
		right:0;
		height:50px;
		width:152px;
		z-index:1000002;
}
	.Spmenu ul{
		overflow:hidden;
	}
	.Spmenu ul li{
		width:50px;
		border-left:solid 1px #CCC;
		float:left;
	}
	.Spmenu ul li:first-child{
		border-left:none;
	}
	.Spmenu ul li a{
		width:50px;
		height:50px;
		display:block;
	}
	.Spmenu ul li a.req{ background:url(../img/spreq.jpg) no-repeat left top; background-size:50px; }
	.Spmenu ul li a.res{ background:url(../img/spres.jpg) no-repeat left top; background-size:50px; }
	.Spmenu ul li a.tel{ background:url(../img/sptel.jpg) no-repeat left top; background-size:50px; }
	.Spmenu ul li a.menu{ background:url(../img/spmenu.jpg) no-repeat left top; background-size:50px; transition:all 0.5s;}
	.Spmenu ul li a.menu.close{ background:url(../img/spmenu_c.jpg) no-repeat left top; background-size:50px; }



.Gnavi{
	width:100%;
		display:none;
		border-top:none;
		border-bottom:solid 2px #00a0e9;
		position:fixed;
		top:52px;
		left:0;
		z-index:1000003;
		background:#FAFAFA;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  max-width:1000px;
  margin: auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  height:60px;
}
.dropmenu li a{
  display: block;
  margin: 0;
  line-height:60px;
  font-size: 12px;
  letter-spacing:-1px;
  text-decoration: none;
  color:#333;
}
.dropmenu li.w a{
  display: block;
  margin: 0;
  line-height:17px;
  font-size: 12px;
  letter-spacing:-1px;
  text-decoration: none;
  color:#333;
  padding-top:12px;
  background: none;
  background-size:20px;
}
.dropmenu li.w a img{
	display:inline;
}
.dropmenu li a.active{
	color:#00a0e9;
	border-bottom:none;
	line-height:60px;
}
.dropmenu li a img{
	width:20px;
	vertical-align: middle;
}
.dropmenu li ul{
	display:none;
}
.dropmenu li:hover > a{
  color:#333;
}
.dropmenu li a:hover{
	opacity:0.5;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
.spOnly{
	display:block !important;
}










.News{
	width:100%;
	max-width:1000px;
	margin:20px auto;
}
.News img{
	display:block;
	margin:auto;
}
.News li{
	margin:20px auto;
	width:94%;
	text-align: center;
}
.News li span{
	width:140px;
	padding:8px 0;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:13px;
	margin:8px auto;
}
.News li span.o{
	background:#C1651E;
}
.News li span.g{
	background:#43BC1F;
}
.News li span.b{
	background:#2986B9;
}



.CTA{
	width:100%;
	max-width:1000px;
	margin:20px auto;
	overflow: hidden;
}
.CTA li a{
	display:block;
	width:90%;
	height:auto;
	margin:auto;
	padding-top:11.78571428%;
	transition:all 0.5s;
}
.CTA li a:hover{
	opacity:0.6;
}
.CTA li a.tel{
	background:url(../img/h_tel.png) no-repeat left top;
	background-size:contain;
}
.CTA li a.mail{
	background:url(../img/h_mail.png) no-repeat left top;
	background-size:contain;
}







/*---------------
     Topimg
---------------*/



.Topread{
	width:100%;
	max-width:1000px;
	margin:auto;
	padding:20px 0;
	/*background:#00a0e9;*/
}
.Topread h2{
	font-size:28px;
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}
.Topread ul{
	width:100%;
	overflow:hidden;
}
.Topread ul li{
	width:50%;
	float:left;
}
.Topread ul li a{
	display:block;
	width:100%;
}
.Topread ul li img{
	width:98%;
	max-width:180px;
	margin:auto;
	display:block;
}



.Top_nayami{
	width:100%;
	max-width:1000px;
	margin:30px auto;
}
.Top_nayami li{
	font-size:16px;
	height:auto;
	line-height:normal;
	margin:20px 0;
	text-align:center;
}
.Top_nayami li img{
	width:50px;
	vertical-align: auto;
	display:block;
	margin:auto;
}





.CTA_tx{
	font-size:18px;
	width:90%;
	margin:20px auto;
}









/*---------------
     Contents
---------------*/

.Wrapper{
	width:100%;
}
.Contents{
	width:94%;
	max-width:1000px;
	margin:auto;
	padding:30px 0;
}


section.Type1{
	clear:both;
	overflow:hidden;
	margin:80px 0;
}
	section.Type1 div,section.Type1 div.tx,section.Type1.bt div{
		width:94%;
		text-align:center;
		margin:auto;
	}
section.Type1 div img{
	width:100%;
	max-width:480px;
	margin:auto;
	display:block;
}
	section.Type1 div.l,section.Type1 div.r{
		float:none;
	}
section.Type1 h2{
		font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "Mplus 1p";
	letter-spacing:-1px;
	line-height:145%;
}
section.Type1 p{
		font-size:16px;
	line-height:170%;
		margin-bottom:30px;
		text-align:left;
}










.Contents.Low .Article{
	width:92%;
	padding:12px;
	float:none;
	background:#FFF;
	border:solid 1px #CCC;
	margin:20px auto;
}


#Side{
	width:90%;
	padding:20px;
	margin:20px auto;
	float:none;
	overflow:hidden;
}
#Side img{
	width:100%;
	display:block;
	margin:20px auto;
}
.link{
	clear:both;
	margin:10px 0 10px 0;	
}
.link li{
	width:100%;
}
.link li a{
	border-left:solid 4px #2283DD;
	padding:14px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
}
.link li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link li a:hover{
	background:#CFE0E7;
}
.link li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.link_s{
	margin:10px 0;	
}
.link_s li{
	width:100%;
}
.link_s li a{
	border-left:solid 3px #AAA;
	padding:8px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
	font-size:13px;
}
.link_s li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link_s li a:hover{
	background:#DDD;
}
.link_s li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.hill{
	display:block;
	background:url(../img/side_hill.jpg) no-repeat left top;
	background-size:contain;
	padding-top:25%;
	width:60%;
	height:auto;
	margin:10px auto;
	transition:all 0.5s;
	float:none;
}
.hill:hover{
	opacity:0.6;
}

.case{
	display:block;
	background:url(../img/side_case.jpg) no-repeat left top;
	background-size:contain;
	padding-top:25%;
	width:60%;
	height:auto;
	margin:10px auto;
	transition:all 0.5s;
	float:none;
}
.case:hover{
	opacity:0.6;
}






.Pan{
	width:94%;
	max-width:1000px;
	margin:10px auto;
}
.Pan li{
	font-size:13px;
	display:inline-block;
}
.Pan li a{
	color:#333;
	font-size:13px;
}



ul.red{
	width:100%;
}
ul.red li{
	margin:10px 0;
	font-size:16px;
	background:url(../img/ul_red.png) no-repeat left top;
	background-size:25px;
	line-height:155%;
	height:auto;
	padding-left:15px;
	color:#9E422D;
	font-weight:bold;
	
}
ul.red li.two{
	line-height:20px;
}



.reBtn li{
	width:100%;
	float:none;
}














/*---------------
     Footer
---------------*/

footer .Area{
	width:100%;
	max-width:1000px;
	margin:auto;
}

.FootLink{
	text-align:center;
	padding:10px 0;
}
.FootLink li{
	display:inline-block;
	margin:0 15px;
}
.FootLink li a{
	display:block;
	text-decoration:none;
		font-size:12px;
}


.Flogo{
	clear:both;
	overflow:hidden;
	margin-top:20px;
	padding-bottom:30px;
	margin-bottom:20px;
		width:96%;
		margin:15px auto;
}
.Flogo .Comp{
		width:90%;
		float:none;
		margin:auto;
		text-align: center;
}
.Flogo .Comp p{
	font-size:12px;
	margin-top:8px;
}
.Flogo .Comp img{
	display:block;
	margin:auto;
}
.Flogo .Comp a{
	width:30px;
	height:30px;
	background:url(../img/facebook.png) no-repeat left top;
	display:block;
	margin:40px auto;
}
.Flogo .Sub{
		width:280px;
		float:none;
		margin-top:60px;
		margin:auto;
}
.Flogo .Sub a{
	display:block;
		float:none;
		margin:0;
}
.Flogo .Sub a.Tel{
		background:url(../img/f_tel.png) no-repeat left top;
		background-size:280px;
		width:280px;
		height:103px;
		margin:20px auto;
}


a.good{
	clear:both;
	display:block;
	margin:25px auto;
	background: url(../img/f_good.png) no-repeat left top;
	width:170px;
	height:80px;
}



address{
	font-size:11px;
	text-align:center;
	font-style:normal;
	padding:25px 0;

}

	
	
	
	
	
.CTA_banner{
	width:100%;
	overflow:hidden;
	margin:30px auto;
}
.CTA_banner li{
	width:100%;
	float:none;
}
.CTA_banner li a{
	display:block;
	width:90%;
	height:auto;
	margin:10px auto;
	padding-top:27.39130434%;
}
.CTA_banner li a.c{
	background:url(../img/cta_c.jpg) no-repeat left top;
	background-size:contain;
}
.CTA_banner li a.reno{
	background: url(../img/cta_reno.jpg) no-repeat left top;
	background-size:contain;
}

	
	
	
	
.SecCont h4.nor{
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0;
	border-bottom: none;
	margin-bottom:20px;
	overflow:hidden;
	line-height:150%;
}
.SecCont h4.nor.im{
	height:auto;
	line-height:150%;
}
.SecCont h4.nor.im img{
	float:none;
	vertical-align:top;
	width:80%;
	margin:auro;
}

	
	
	
}



