@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

p{
	font-size: 13px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
ul{
	list-style: none;
	padding: 0;
}
a img{
	transition: 0.5s;
}
a img:hover{
	opacity: 0.6;
}

.only_pc{
	display: block;
}
.only_sp{
	display: none;
}
.m_b100{
	margin-bottom: 100px !important;
}
.lh_2{
	line-height: 1.5 !important;
}

@media only screen and (max-width: 668px) {
	.inner{
		width: 95%;
		margin: 0 auto;
	}
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}
	.m_b100{
		margin-bottom: 60px !important;
	}
}


/*--------------------------------------
header
--------------------------------------*/
header{
	margin: 0;
	padding: 15px 0 0 0;
}
header .inner{
	overflow: hidden;
}
header .head_left{
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
	width: 540px;
}
.head_left_p {
	float: left;
	margin-left: 10px;
	display: block;
}
.head_left_p h1{
	font-size: 11px;
	margin: 5px 0 0 0;
}
.head_left_p p{
	font-size: 11px;
	margin: 2px 0 0 0;
	line-height: 1.3;
}
header .head_left img{
	display: block;
	width: 300px;
	float: left;
}
header .head_right{
	float: right;
}
header .head_right a{
	text-decoration: none;
}
header .head_right p.head_tel{
	color: #ee731e;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 0 0;
	line-height: 1;
}

header .head_right p.head_address{
	font-size: 12px;
	text-align: right;
	margin: 0;
}
span.orange{
	color: #ee731e;
}
span.orange2{
	color: #fee9c5;
}
.m_t_5{
	margin-top: 5px !important;
}
.m_b_50{
	margin-bottom: 50px !important;
}
.m_b_20{
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 668px) {
	header .head_left{
		width: 100%;
	}
	header .head_left img{
		display: block;
		max-width: 300px;
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.head_left_p {
		display: none;
	}
	header .head_right{
		float: none;
		clear: both;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	header .head_right p.head_tel{
		color: #ee731e;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		margin: 5px 0 0 0;
		line-height: 1;
	}

	header .head_right p.head_address{
		font-size: 11px;
		text-align: left;
		margin: 0;
	}
}



/*--------------------------------------
nav
--------------------------------------*/

.nav{
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
.nav ul{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 1000px;
}
.nav ul li{
	float: left;
	box-sizing: border-box;
	padding: 20px 0 15px 0;
	text-align: center;
	width: 16.6%;
}
.nav ul a li{
	color: #000;
	font-weight: bold;
	transition: 0.2s;
}
.btn_hamburger{
	width: 25px;
	height: 30px;
	position: absolute;
	top: 80px;
	right: 15px;
}
nav.menu_btn{ 
	width:25px;
	height:30px;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
}
nav .menu1{
	width:25px;
	height:2px;
	background-color: #ee731e;
	top:0px;
	position:absolute;
} 
nav .menu2{
	width:25px;
	height:2px;
	background-color: #ee731e;
	top:8px; 
	position:absolute;
} 
nav .menu3{
	width:25px;
	height:2px;
	background-color: #ee731e;
	top:16px;
	position:absolute;
}
nav .menu1, nav .menu2, nav .menu3{
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out; /* Opera */
	-moz-transition: all 0.3s ease-out; /* Firefox */
	-webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
	-ms-transition: all 0.3s ease-out; /* IE */
}
nav .menuclick1{
	top:8px; -o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg); transform: rotate(135deg);
}
nav .menuclick2{
	background-color:rgba(255,255,255,0);
}
nav .menuclick3{
	top:8px; -o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}
.btn_hamburger{
	display: none;
}


@media only screen and (min-width: 669px) {
	.menu{
		display: block !important;
	}
	.nav ul a li:hover{
		color: #f5a750;
		border-bottom: 4px solid #f5a750;
	}
	.nav ul a li.active{
		color: #ee731e;
		border-bottom: 4px solid #ee731e;
	}

}

@media only screen and (max-width: 668px) {
	.btn_hamburger{
		display: block;
	}
	.menu{
		display: none;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		width: 100%;
		z-index: 100;
		position: absolute;
		left: 0;
		top: 138px;
	}
	.nav{
		border-top: 1px solid #c5c5c5;
		border-bottom: 1px solid #c5c5c5;
	}
	.nav ul{
		width: 100%;
	}
	.nav ul li{
		float: none;
	}
	.nav ul a{
		text-decoration: none;
	}
	.nav ul a li{
		color: #FFF;
		font-weight: 100;
		transition: 0.2s;
		background: #ee731e;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
		border-bottom: dotted 1px #FFF;
	}
}

/*--------------------------------------
main
--------------------------------------*/

.main{
	height: 400px;
}
.main img{
	height: 400px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
.main1{
	position: relative;
}
.main_p{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -500px;
}
.main_p1{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.main_p2{
	font-size: 12px;
	color: #FFF;
	line-height: 1.8;
}

@media only screen and (max-width: 668px) {
	.main{
		width: 100%;
		height: 300px;
	}
	.main img{
		width: 100%;
		height: 300px;
	}
	.main_p{
		position: absolute;
		bottom: 30px;
		top: auto;
		left: 10%;
		margin-left: 0;
	}
}



/*--------------------------------------
content
--------------------------------------*/

.flow{
	max-width: 650px;
	margin: 50px auto 0 auto;
}
.flow img{
	width: 100%;
}
.flow2{
	max-width: 900px;
	margin: 50px auto 0 auto;
}
.flow img{
	width: 100%;
}
h2{
	font-size: 34px;
	color: #ee731e;
	font-family: "Arial", Gadget, "sans-serif";
	line-height: 0.6;
	text-align: center;
}
h2 span{
	font-size: 13px;
	color: #898989;
	font-weight: 100;
}
.service{
	padding: 30px 0;
	margin-bottom: 20px;
}
.service h3{
	color: #ee731e;
	border-left: 8px solid #ee731e;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 50px;
	display: inline-block;
	margin: 50px 0 20px 0;
}
.service h3.title_soler{
	background: url(../img/h2_bg1.png) no-repeat right center;
	background-size: 35px auto;
}
.service h3.title_consul{
	background: url(../img/h2_bg2.png) no-repeat right center;
	background-size: 35px auto;
}
img.soler_img{
	width: 500px;
	margin-bottom: 40px;
	display: block;
}
.service ul{
	overflow: hidden;
}
.service ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.service ul a:nth-child(3) li, .service ul a:nth-child(6) li, .service ul a:nth-child(9) li{
	margin-right: 0;
 }

.news{
	width: 700px;
	margin: 0 auto 50px auto;
}
.news h2{
	margin-bottom: 50px;
}
.news_list{
	width: 100%;
	border-bottom: 1px solid #ababac;
	padding: 30px 0;
}
.b_none{
	border-bottom: none;
}
p.news_time{
	font-weight: bold;
	margin: 0;
}
p.news_p{
	font-size: 14px;
	margin: 5px 0 0 0;
}
a.more_news{
	display: block;
	text-align: right;
	color: #000;
}


@media only screen and (max-width: 668px) {
	.service h3{
		font-size: 18px;
		display: inline-block;
		margin: 50px 0 20px 0;
	}
	.service h3.title_soler{
		background: url(../img/h2_bg1.png) no-repeat right center;
		background-size: 30px auto;
	}
	.service h3.title_consul{
		background: url(../img/h2_bg2.png) no-repeat right center;
		background-size: 30px auto;
	}
	.service ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.service ul a:nth-child(even) li{
		margin-right: 0%;
	}
	.service ul a:nth-child(odd) li{
		margin-right: 2%;
	}
	service ul a:nth-child(3) li{
		margin-right: 2% !important;
	}
	
	.news{
		width: 80%;
		margin: 0 auto 50px auto;
	}
}


/*--------------------------------------
footer
--------------------------------------*/

footer{
	background: #fee9c5;
	padding: 20px 0 0 0;
}
footer div.copy{
	background: #ee731e;
	padding: 10px 0;
	margin-top: 20px;
}
footer div.copy p{
	color: #FFF;
	text-align: center;
	margin: 0;
}
footer .inner{
	overflow: hidden;
}
footer .footer_left{
	width: 350px;
	float: left;
}
footer .footer_left img{
	width: 250px;
	margin-bottom: 10px;
}
footer .footer_left p{
	font-size: 13px;
	margin: 0 0 3px 0;
}
.b{
	font-weight: bold;
}
footer .footer_right{
	width: 630px;
	float: right;
}
footer .footer_right ul{
	overflow: hidden;
}
footer .footer_right ul li{
	float: left;
	margin-right: 20px;
}
footer .footer_right ul a{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
footer .footer_right ul a li:hover{
	text-decoration: underline;
}


@media only screen and (max-width: 668px) {
	footer .footer_left{
		width: 100%;
		float: none;
	}
	footer .footer_left img{
		width: 250px;
		display: block;
		margin: 0 auto 10px auto;
	}
	footer .footer_left p{
		font-size: 13px;
		margin: 0 0 3px 0;
		text-align: center;
	}
	footer .footer_right{
		width: 100%;
		float: none;
		margin: 0 auto 50px auto;
	}
	footer .footer_right ul li{
		float: left;
		width: 50%;
		margin-right: 0;
		text-align: left;
		padding: 10px 0 10px 20px;
		border-bottom: 1px dotted #FFF;
		box-sizing: border-box;
	}
}

#page-top{
	color: #FFF;
	background: #ee731e;
	padding: 15px 0;
	border-radius: 10px;
	width: 80px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 30px;
}
#page-top:hover{
	cursor: pointer;
}

@media only screen and (max-width: 668px) {
	#page-top{
		color: #FFF;
		background: #ee731e;
		padding: 15px 0;
		border-radius: 10px;
		width: 80px;
		text-align: center;
		position: fixed;
		bottom: 50px;
		right: 20px;
	}
}



/*　営業縮小 */

.kinkyu{
	width: 700px;
	margin: 30px auto 0 auto;
	box-sizing: border-box;
	border: 3px solid #ee731e;
	border-radius: 20px;
	padding: 30px 30px;
}
.kinkyu p{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1.8;
}

@media only screen and (max-width: 668px) {
	.kinkyu{
		width: 90%;
		margin: 30px auto 0 auto;
	}
	.kinkyu p{
		font-size: 16px;
	}
}