@charset "utf-8";

/* energy.css
------------------------------------------ */
.headerArea {
    height: 420px;
}
.bannerArea {
    padding-top: 8px;
    height: 420px;
}
.bannerArea .lead {
    padding: 270px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
body {
    border-top: 8px solid #f1df8b;
}
.naviArea li.energy {
    background:#f1df8b;
}
.menu1 li.m01 {/*ページのナビ*/
	border-bottom:4px solid #f1df8b;
	width: 157px;
    background:#f1df8b;
}
h2.title {
    background: #f1df8b;
    margin-top: 0;
    padding: 20px 15px 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner.jpg") no-repeat scroll center center / cover ;
    height: 420px;
}



/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:50px auto;
    max-width:90%;
}
.summaryArea p{
    font-size:16px;
    line-height:2.0;
    text-align:left;
}
.summaryArea h3 {
    color: #e6b422;
    font-size: 20px;
    font-weight: normal;
    margin: 40px auto 10px;
    text-align: left;
	line-height: 1.8em;
}
.summaryArea h3 span {
	width: 200px;
    background-color: #e6b422;
    font-size: 20px;
    font-weight: normal;
    margin: 40px auto;
    text-align: left;
	padding: 5px 10px 5px 5px;
	color: #FFFFFF;
    border-radius:6px;
}


/* businessArea
------------------------------------------ */
.businessArea{
	background:#f1df8b;
	padding:20px 0;
}
.businessSec{
	width:100%;
	margin:auto;
}
.businessSec ul {
    margin-top: 0px;
    text-align: center;
}
.businessSec ul li {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    margin: 5px 1%;
    padding: 5px 1% 10px;
    text-align: center;
    width: 45%;
}
.businessSec ul li img{
	display:block;
	margin:auto;
}
.businessSec ul li img+img{
	height:14px;
	width:auto;
	margin-top:10px;
}


/* energyArea
------------------------------------------ */
.energyArea{
    width: 100%;
	margin:20px auto;
    padding: 30px 0 0 0;
}
.energySec{
    float:none;
    width:90%;
	margin: 0 auto;
}
.energyArea:nth-child(2n) .energySec{
    float:none;
}
.mainteArea{
    width: 100%;
	margin:20px auto;
    padding: 0;
}
.mainteArea:nth-child(2n) .energySec{
    float:none;
}
.detailSec{
    padding-top:20px;
    width:90%;
	margin: 0 auto;
}
.detailSec2{
    width:90%;
	margin: 0 auto;
}
.energyArea:nth-child(2n) .detailSec{
    float:none;
}
.detailSec p{
    font-size:15px;
    margin:20px auto 0;
    line-height:1.6;
}
.detailSec2 p{
    font-size:15px;
    margin-top:40px;
    line-height:1.6;
}

.detailArea h3 {
    color: #e6b422;
    font-size: 20px;
    font-weight: normal;
    margin: 20px auto 0;
    text-align: center;
}
.detailArea{
    width: 90%;
	margin:40px auto;
    border:4px solid #e6b422;
    border-radius:8px;
}
.detailArea p{
    margin:0;
	width:  100%;
	float: right;
	text-align: center;
	line-height: 1.8em;
	font-size: 16px;
}

.mapArea{
    display: none;
}
.mapArea_sp{
    margin:auto;
	width:  100%;
	float: left;
	display: block;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/*お問い合わせボタン*/
span.sample {
	line-height: 1.5em;
    width:100%;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:8px 0 10px;
    color:#ffffff;
    border-radius:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display: inline-block;
    background-image:-moz-linear-gradient(
    top,
    #DD9300 0%,
    #DEAF3A);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#DEAF3A),
    to(#DD9300));
}
span.sample span {
    font-size:35px;
	line-height: 1.5;
	font-weight: bold;
}

span a.sample {
    width:100%;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:8px 0 10px;
    color:#ffffff;
    border-radius:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	display: inline-block;
	
    background-image:-moz-linear-gradient(
    top,
    #DD9300 0%,
    #DEAF3A);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#DEAF3A),
    to(#DD9300));
}
span a.sample:hover {
	 background-image:none;
	background-image: -webkit-linear-gradient(top, #FFC362, #ffa035);
	background-image: linear-gradient(to bottom, #FFC362, #ffa035);
}
.kanren{
	width: 90%;
	display: table;
	margin: 10px auto;
	padding: 0;
	font-size: 15px;
	text-align: center;
}
.kanren span{
	font-size: 50px;
	font-weight: bold;
    vertical-align: top;
	margin: 0 15px 0 25px;
	color: #777777;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","MS UI Gothic",Tahoma,Lucida Grande,sans-serif;
	width: 90%;
	display: block;
	text-align: center;
}
.kanren a{
	text-decoration: underline;
}
.kanren a:hover{
	text-decoration: none;
}
.kanren img{
    margin: 0 10px 0 0;
    vertical-align: middle;
}





/* yagiArea
------------------------------------------ */
.yagiArea{
	background:#f1df8b;
	padding:10px 0 30px;
}
.yagiArea2{
	background:#f1df8b;
	padding:10px 0;
}
.yagiSec{
	width:100%;
	margin:auto;
}
.logo_yagi {
	text-align: center;
	margin: 0 auto 30px;
    width: 80%;
}
.photoSec{
	width:90%;
	margin:auto;
}
.photo{
    float:none;
    margin-top: 10px;
	text-align: center;
}
.photo img{
	width: 90%;
	border: 13px solid #fff;
}
.photo p{
	width: 100%;
	color: #67675c;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.8em;
	margin-left: 0;
	padding-top: 10px;
}
.triangle{
	width: 0px;
	border-top: 35px solid #f1df8b;
	border-right: 90px solid transparent;
	border-left: 90px solid transparent;
	margin: 0 auto;
}
.yagi_txt{width: 90%;margin: 0 auto;}
.yagiSec h3{
    text-align:left;
    margin:30px 0 15px;
    color:#e6b422;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.yagiSec p{
    font-size:15px;
    line-height:1.8em;
	letter-spacing: 0.05em;
}
.photoSec2{
	width:90%;
	margin:auto;
	 text-align: center;
}
.photo2{
    float:none;
}
.photo2:first-child img{
	margin: 5px auto;
}
.photo2 img:nth-of-type(2n){margin-left: 0;}

.yagi_txt h4{font-size: 17px;font-weight:normal;margin-bottom: 10px;}
.yagi_txt table{width: 100%;}
.yagi_txt table th,.yagi_txt table td{border: 1px solid #000;padding: 5px 10px;font-size: 15px;line-height: 1.7em;}
.yagi_txt table tr:last-child th{border: none;}
.yagi_txt table th span{font-weight: bold;}
.yagi_txt table td{text-align: right;width: 36%;}
.yagi_txt table tr:last-child td{font-size: 16px;font-weight: bold;}

.yagiSec2 {
	width:90%;
	margin: 0 auto 30px;
    padding-bottom: 200px;
	background-image: url(../img/bg_yagi.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
.yagiSec2 h3 span {
    background-color: #e6b422;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
	padding: 5px 15px;
	color: #FFFFFF;
    border-radius:6px;
}
.yagiSec2 p{
    font-size:16px;
    line-height:1.8em;
	letter-spacing: 0.05em;
	margin: 15px auto 40px;;
}
.yagiSec2 p img{margin-top: 30px;}

header {
    background: url("../img/main_banner.jpg");
}