@charset "utf-8";
/*=============================================================
green_power_park
=============================================================*/
/* main
-------------------------------------------------------------*/
.naturalEnergy .green_power_park p.leadTxt{
	margin: 0 0 10px;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto{
	position:relative;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto .boxBtn{
	position:absolute;
	z-index:2;
	display: inline-block;
	cursor: pointer;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto #btnWin01{
	top: 70px;
	left: 113px;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto #btnWin02{
	top: 335px;
	left: 425px;
}

/* model
-------------------------------------------------------------*/
.naturalEnergy .green_power_park #boxFacility .model{
	width: 100%;
	max-width: 462px;
	margin: 20px auto 0;
}
.naturalEnergy .green_power_park #boxFacility .model img{
	width: 100%;
	height: auto;
}
/* winOuter
-------------------------------------------------------------*/
#winBox{
	display: none;
}
#winOuter{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	background-color: rgba(0,0,0,0.7);
	transition-property:opacity;
	transition-duration:1.3s;
	opacity: 0;
}
#winBox.open #winOuter{
	opacity: 1;
}

#winOuter .win{
	width: 660px;
	display: none;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
}
#winOuter.btnWin01 #win01,
#winOuter.btnWin02 #win02,
#winOuter.btnWin03 #win03,
#winOuter.btnWin04 #win04{
	display: flex;
}
#winOuter .win .boxTxt{
	width: 350px;
}
#winOuter .win .boxTxt h3{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin: 0 0 10px;
}
#winOuter .win .boxTxt h3 span.num{
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0176c3;
	line-height: 18px;
	color: #fff;
	border-radius: 100px;
}
#winOuter .win .boxTxt h3 span.txt{
	width: calc(100% - 46px);
	padding: 8px 0;
	color: #0176c3;
}
#winOuter .win .boxPhoto{
	width: 230px;
}
#winOuter .win .boxPhoto img{
	width: 100%;
	height: auto;
}
#winOuter .win .btnClose{
	width: 50px;
	height: 50px;
	background: url("../images/btn_close.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: -25px;
	right: -25px;
	cursor: pointer;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:959px) {
/* main
-------------------------------------------------------------*/
.naturalEnergy .green_power_park p.leadTxt{
	display: none;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto .boxBtn{
	display: none;
}
.naturalEnergy .green_power_park #boxFacility #boxFacilityPhoto:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/green_power_park_sp.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/* winOuter
-------------------------------------------------------------*/
#winBox{
	display: block !important;
	padding: 0 0 30px;
}
#winOuter{
	position: static;
	height: auto;
	display: block ;
	z-index: 999999;
	background-color: rgba(255,255,255,1.0);
	opacity: 1;
}
#winOuter .win{
	width: 100%;
	display: block !important;
	padding: 30px 0 0;
	border-radius: 0;
}
#winOuter .win .boxTxt{
	width: 100%;
}
#winOuter .win .boxPhoto{
	width: 100%;
	padding: 20px 0 0;
}
#winOuter .win .btnClose{
	display: none;
}
}
