@charset "utf-8";

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


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


/* businessArea
------------------------------------------ */
.businessArea{
	background:#f1df8b;
	padding:40px 0;
}
.businessSec{
	width:980px;
	margin:auto;
}
.businessSec ul {
    margin-top: 30px;
    text-align: center;
}
.businessSec ul li {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 7px;
    padding: 5px 4px 10px;
    text-align: center;
    width: 165px;
}
.businessSec ul li img{
	display:block;
	margin:auto;
}
.businessSec ul li img+img{
	height:14px;
	width:auto;
	margin-top:10px;
}


/* energyArea
------------------------------------------ */
.energyArea{
    width: 980px;
	margin:20px auto;
    padding: 30px 0 0 0;
}
.energySec{
    float:left;
    width:460px;
}
.energyArea:nth-child(2n) .energySec{
    float:right;
}
.mainteArea{
    width: 980px;
	margin:20px auto;
    padding: 0;
}
.mainteArea:nth-child(2n) .energySec{
    float:right;
}
.detailSec{
    padding-top:20px;
    float:right;
    width:490px;
}
.detailSec2{
    float:left;
    width:480px;
}
.energyArea:nth-child(2n) .detailSec{
    float:left;
}
.detailSec p{
    font-size:15px;
    margin-top:20px;
    line-height:1.6;
}
.detailSec2 p{
    font-size:15px;
    margin-top:40px;
    line-height:1.6;
}

.detailArea h3 {
    color: #e6b422;
    font-size: 30px;
    font-weight: normal;
    margin: 40px auto 0;
    text-align: center;
}
.detailArea{
    width: 960px;
	margin:40px auto;
    border:4px solid #e6b422;
    border-radius:8px;
}
.detailArea p{
    margin:130px 40px 0 0;
	width:  400px;
	float: right;
	text-align: center;
	line-height: 3;
	font-size: 19px;
}

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

/*お問い合わせボタン*/
span.sample {
	line-height: 1.5em;
    width:380px;
    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:380px;
    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: auto;
	display: table;
	margin: 10px auto;
	padding: 0 8px 0 20px;
	text-align: center !important;
	/*border: 3px solid #f1df8b;
	border-radius: 10px;*/
	font-size: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "A-OTF Ryumin Pro R-KL";
}
.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;
}
.kanren a{
	text-decoration: underline;
}
.kanren a:hover{
	text-decoration: none;
}
.kanren img{
    margin: 0 5px 8px 0;
    vertical-align: middle;
}




/* yagiArea
------------------------------------------ */
.yagiArea{
	background:#f1df8b;
	padding:20px 0 60px;
}
.yagiArea2{
	background:#f1df8b;
	padding:20px 0;
}
.yagiSec{
	width:980px;
	margin:auto;
}
.logo_yagi {
	text-align: center;
	margin: 20px auto 40px;
}
.photoSec{
	width:980px;
	margin:auto;
}
.photo{
    float:left;
    margin:0;
}
.photo img{
	width: 400px;
	border: 13px solid #fff;
}
.photo p{
	width: 500px;
	color: #111111;
	font-weight: normal;
	font-size: 19px;
	line-height: 1.8em;
	margin-left: 30px;
	padding-top: 10px;
}
.triangle{
	width: 0px;
	border-top: 50px solid #f1df8b;
	border-right: 90px solid transparent;
	border-left: 90px solid transparent;
	margin: 0 auto;
}
.yagiSec h3{
    text-align:left;
    margin:50px 0 15px;
    color:#e6b422;
    font-size:26px;
    font-weight:normal;
	clear: both;
}
.yagiSec p{
    font-size:17px;
    line-height:2em;
	letter-spacing: 0.05em;
}
.photoSec2{
	width:890px;
	margin:auto;
}
.photo2{
    float:left;
}
.photo2:first-child img{
	margin-right: 25px;
}
.photo2 img:nth-of-type(2n){margin-left: 25px;}
.yagi_txt h4{font-size: 20px;font-weight:normal;margin-bottom: 10px;}
.yagi_txt table{width: 100%;}
.yagi_txt table th,.yagi_txt table td{border: 1px solid #000;padding: 15px 20px;font-size: 19px;}
.yagi_txt table tr:last-child th{border: none;}
.yagi_txt table th span{font-weight: bold;}
.yagi_txt table td{text-align: right;}
.yagi_txt table tr:last-child td{font-size: 20px;font-weight: bold;}

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

.menu1 li.m01 {
    border-bottom: 4px solid #f1df8b;
}

.m01 a { color: #111!important; }

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