@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:500&display=swap&subset=japanese');


/* *****共通設定***** */
body {
	font-size: 14px;
    line-height: 2.0rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;	
    color: #000;
	transform: rotate(0.05deg);
	letter-spacing: 2px;
}
main{
    display: block;
	background: url( "../img/bg_sky.png" ) 0 0 repeat-x #8ee3d5;
	padding: 0px;
	overflow-x: hidden;
}
h2 {
	clear: both;
	text-align: center;
}

/* ヘッダー(navbar) */
header{
	position: sticky;/*固定する*/
	position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
	top: 0;/*ブラウザの上からの距離はゼロ*/
	 z-index: 30;
}
.nav-item{
	color: #FFF;
	margin: 0px 10px;
}
.navbar{
    background-color: #333;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffd700;
}
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
/*-- スマホ版表示CSS  --*/
.phone_area{
	display:none;
	text-align: center;
	margin: 20px auto 50px auto;

}

/* *****トップページ***** */
h1.logo{
	text-align: center;
}
.about {
	text-align: center;
}
.about p {
	text-align: center;
	margin: 20px 0px 50px 0px;
}

#page-top {
    display: block;
	overflow-x: hidden;
}
/* 電柱 */
.box {
  width: 240px;
  height: 100px;
}
.pole {
	position:absolute;
	background-position: right center;
}
.pole img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.introBtn{
	position:absolute;
}
.introBtn img{
	margin: 200px 0px 0px 0px;
}
/* 家 */
#main {
	background: url( "../img/bg_grass.png" ) 0 bottom repeat-x;
}
.house {
	margin: -1px auto;
	display: block;
	padding: 0px 0px 80px 0px;
}
.house img {
	max-width:100%;
	height: auto;
	vertical-align: top;
	border:none;
	display: block;
    margin: -1px auto;
	padding: 0;
}
.parts {
    position: relative;
}
.plant, .detail, .battery {
    display: flex;
    position: absolute;
}
.plant {
    bottom: 0%;
    right: 0%;
}
.detail {
    top: 40%;
    right: 0%;
}
.battery {
    top: 40%;
    left: -10%;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}

/* *****サービス***** */
.service {
	margin: 0 auto;
	padding: 15px 0px;
}


.sBox {
	background-color: #fff;
	border: 4px solid #000;
	margin: 25px 0px;
}
.sBox h3 {
	float: left;
	padding: 15px;
	margin: 0px;
}
.exp {
	position: relative;
	line-height: 1.6em;
	padding: 15px;
}

.comment.right {
	right: 0;
}
.comment.left {
	left: 0;
}



.chara {
	display: flex;
	align-items: flex-end;
	padding: 0px 0px 0px 0px;
}

.second {
	background: url( "../img/bg_grass.png" ) 0 bottom repeat-x;
}


.estimate {
	text-align: center;
	margin: 0 auto;
}

.estimate p {
	margin: 10px 0;
display: inline-block;
	background-color: #FFF;
	padding: 10px;
}


.estimate {
	padding: 10px;
	position: relative;
	margin: 40px auto;
}

.estimate::before, .estimate::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.estimate::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

.estimate::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}

.Ebtn {
	text-align: center;
	margin: 20px auto;
}

h1.hLogo {
	margin: 5px;
	text-align: center;
}


/* *****代表紹介***** */

.board h3 {
	padding: 60px 20px 10px 20px;
	clear: both;
	text-align: center;
}
.board ul {
	list-style: none;
}
.board ul li {
	padding-left: 20px;
	line-height: 2.0em;
	font-size: 1.2em;
	background: url( "../img/intro/icon_check.png" ) left 0px top 10px no-repeat;
	background-size: 15px auto;
}

/* *****フォーム***** */

.form-group {
	color: #fff;
}
#form {
    padding-top:100px;
    margin-top:-100px;
}
input[type=checkbox],
input[type=radio] {
	transform: scale(1.5);
	margin: 0px 10px 0px 20px;
}