@charset "utf-8";
/* CSS Document */

/* メインバナー */
#topImg{
	text-align:center;
}

    .slider {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}

/* / メインバナー */

h2{
	padding:12px 0 15px 50px !important;
}

/* ▼太陽光発電とセットの屋根改修キャンペーン */
.solar{
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#F4F1E8 !important;
}

.solar h2{
	text-align: center;
	background: linear-gradient(180deg, rgb(236, 196, 51), rgb(185, 157, 0));
	border-bottom:none;
	padding:5px !important;
	font-size:32px;
	line-height:120%;
	color:#fff;
}

.solar .solar-flex{
	width:100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 2%
}

.solar .solar-flex .txtArea{
	width: 66%;
}

.solar .solar-flex .txtArea strong{
	font-size: 110%;
}

.solar .solar-flex .imgArea{
	width: 32%;
}

.solar .solar-flex .imgArea img{
	width:100%;
}

.solar .tel{
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 110%;
}

/* ▲太陽光発電とセットの屋根改修キャンペーン */


#droneArea{
	margin-bottom:20px;
}

#droneArea img{
	width:100%;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

#droneArea img:hover{
	filter: none;
    transition: 0.2s ;
}


#droneArea img.lineSp{
	display: none;
}


.worksButtonArea{
    margin:0;
    width:100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

a.worksButtonAreaItem{
    width: calc(100% / 3 - 3%);
	/*width:20% !important;*/
    height:130px;
    margin-bottom:10px;
    padding:20px 10px;
    text-align: left;
    background-repeat: no-repeat;
    background-size:cover;
	background-position: bottom;
	background-color:#fff;
    color:#010101;
	text-decoration: none !important;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
	border:1px solid #333;
}

.worksButtonAreaItem:hover{
    text-decoration: none;
    filter: none;
    transition: 0.2s ;
}

.worksButtonAreaItem:not(:last-of-type){
    margin-right: 10px;
}

.worksButtonArea .yaneBg{
    background-image:url("../img/index/worksButtonBgYane.jpg");
}

.worksButtonArea .gaihekiBg{
    background-image:url("../img/index/worksButtonBgGaiheki.jpg");
}

.worksButtonArea .amadoiBg{
    background-image:url("../img/index/worksButtonBgAmadoi.jpg");
}

.worksButtonAreaItem .listTitle{
    font-size:22px;
    line-height: 120%;
    font-weight: bold;
    color: #152F86;
}



#aisatuArea{
	float:right;
	width: 80%;
	margin-bottom:40px;
}

#sidemenuArea{
	float:left;
	width:18%;
	padding-top:12px;
	margin-bottom:40px;
}
#sidemenuArea div{
	margin-bottom:10px;
}

#sidemenuArea a:hover img{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




div#oshirase{
	margin-bottom:10px;
	width:100%;
}

div#oshirase h2{
	background-image:url(../img/index/titleOshirase.png);
	background-repeat: no-repeat;
	background-color: transparent !important;
	border-bottom: none;
	color:#877000;
	font-size: 18px;
}

div#oshirase .box{
	/*width:100%;*/
	border:1px solid #012896;
}

div#oshirase .box ul{
	padding:10px;
}

div#oshirase .box li{
	font-size:16px !important;
	line-height:140%;
	list-style-type: none;
	margin-bottom:20px;
}


div#NewSales{
	overflow: hidden;
	width:100%;
}

div#new{
	float:left;
	width:55%;
}

div#new h2{
	background-image:url(../img/index/titleNew.png);
	background-repeat: no-repeat;
	background-color: transparent !important;
	border-bottom: none;
	color:#877000;
	font-size: 18px;
	padding:0 0 -10px 60px !important;
}

div#new .box{
	overflow: auto;
	width:100%;
	height:250px;
	border:1px solid #012896;
	margin-bottom:15px;
}

div#new .box td{
	font-size:14px;
}

div#new .box dd, div#new .box dt {
	padding:4px 5px;
}
div#new .box dt {
	font-weight:normal;
	width:15% !important;
	padding-left:10px;
	font-size:12px;
	float:left;
}
div#new .box dd {
	float:right;
	font-size:12px;
	line-height:140%;
	margin-left:80px;
	width:80% !important;
}


div#sales{
	float:right;
	width:38%;
	margin-bottom:15px;
	padding:20px;
	border:1px solid #BCBDC5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image:url(../img/index/salesBg.png);
}

div#sales ol{
	margin-top:0;
}

div#sales li{
	font-size:18px;
	line-height:120%;
	margin-bottom:10px;
	font-weight: bold;
}

div#orico{
	text-align: center;
	margin:10px 0;
	padding-top: 120px;
	margin-top:-120px;
}

div#orico p{
	font-size:12px;
	margin-top:0;
}

div#Banner{
	margin:20px 0 0 0;
}


div#Calendar{
	clear:both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:100%;
}

div#Calendar .yotei{
	/*width:680px;*/
	background-color:#2C393F;
	color:#fff;
	margin-bottom:10px;
}

div#Calendar .yotei dl {
	clear:left;
}

div#Calendar .yotei dd, div#Calendar .yotei dt {
	padding:2px 5px;
}
div#Calendar .yotei dt {
	font-weight:normal;
	width:250px;
	padding-left:10px;
	font-size:12px;	
	float:left;
}
div#Calendar .yotei dd {
	font-size:12px;
	line-height:140%;
	margin-left:300px;
}


div#Calendar .nendo{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold !important;
	border-left:8px solid #877000;
	padding-left: 10px;
}

div#Calendar .yoyaku{
	text-align:right;
	font-size:12px;
	margin-bottom:5px;
}

div#Calendar .chui{
	margin-right:0px;
}

div#Calendar .ca table{
	/*width:680px;*/
	width:100%;
	border-top:1px solid #666;
	border-left:1px solid #666;
}


div#Calendar .ca th {
	padding:3px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

div#Calendar .ca td {
	padding:3px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	vertical-align:top;
}

.youbi{
	width:82px;
	background-color:#DBE3FF;
}

.sun{
	width:82px;
	background-color:#FFCCCC;
	color:#FF3300;
}

.sat{
	width:82px;
	background-color:#66CCFF;
	color:#0066CC;
}

.month{
	width:30px;
	background-color:#CCCC00;
	font-size:22px;
}

.day{
	font-size:16px;
	background-color:#ECF9FF;
	font-weight:bold;
	padding:3px;
}

.sunday{
	color:#FF3300;
	font-size:16px;
	background-color:#FFCCCC;
	font-weight:bold;
	padding:3px;
}

.saturday{
	color:#0066CC;
	font-size:16px;
	background-color:#66CCFF;
	font-weight:bold;
	padding:3px;
}

.today{
	font-size:16px;
	background-color:#FFCC33;
	font-weight:bold;
	padding:3px;
}



.caNaiyou{
	font-size:12px;
	border-bottom:1px dotted #999;
	padding:3px;
}

table#whatsnew {
	font-size:14px;
	width:100%;
	margin:0;
	vertical-align:top;
	text-align:left;
}
table#whatsnew td {
	padding:2px 4px;
}
table#whatsnew img {
	vertical-align:middle;
	border:0 none;
	padding:0 4px 0 0;
}


div#qa{
	margin-bottom:20px;
}

div#qa h2{
	background-image:url(../img/index/titleQA.png);
	background-repeat: no-repeat;
	background-color: transparent !important;
	border-bottom: none;
	color:#877000;
	font-size: 18px;
}

div.qaWaku{
	margin-bottom:10px;
	background-color:#fff;
	height:100%;
}

div.wakuQ{
	padding:10px 10px 10px 50px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-right:1px solid #777;
	background-color:#FFFDDD;
	background-image:url(../img/index/bgQ.png);
	background-repeat:no-repeat;
	font-size:16px;
	line-height:140%;
}

div.wakuA{
	padding:10px 10px 10px 50px;
	border:1px solid #777;
	background-color:#F4F1E8;
	background-image:url(../img/index/bgA.png);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:140%;
	height:100%;
}


.alignRight {
	text-align:right;
	vertical-align: top;
}



div#osiraseGaiheki{
	margin:5px 0;
	padding:5px 10px;
	border:2px solid #003399;
	background-color:#EEFCFF;
	font-size:16px;
	line-height:130%;
}

/* facebookなど */
#infoArea .facebook{
	float:left;
	width:350px;
	margin-left:5px;
}

#infoArea .twitter{
	float:right;
	padding-right:5px;
}



@media only screen and (max-width:750px){
	#droneArea img.line{
		display: none;
	}
	
	#droneArea img.lineSp{
		display: block;
	}
}