
@charset "utf-8";
/* CSS Document */

/***font-family:"Zen Maru Gothic", serif;***/

body{
	overflow-x: hidden;
	line-height: 1.5;
	font-size: 16px;
	font-family: "Zen Maru Gothic", serif;
	width: 100%;
}
img{
	height: auto;
}
#page_top{
  position: fixed;
  height: 60px;
  right: 0;
  bottom: 0;
  width: 100px;
  background: #e62e8b;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  position: absolute;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  text-align: center;
  content: '\f139';
}
#page_top a::after{
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
  color: #fff;
  text-align: center;
  content: 'PAGE TOP';
}

main{
	padding: 10px;
	width: 1400px;
	margin: 0 auto;
}
h3{
	color: #ffffff;
	text-align: center;
	font-size: 2.2rem;
	font: bold;
}

li{
	list-style-type: none;
}
footer{
	background-color: #E6E6E6;
}

.sp{display: none;}
.pc{display: block;}

/*****Header*****/
.Header{
	width: 1400px;
	margin: 0 auto;
}
.Header_t {
	padding: 5px 5px 5px 20px;
}
.Header_flex{
	display: flex;
	justify-content: space-between;
}
.Header_L{
	padding-left: 20px;	
}
.Header_R{
	padding-right: 20px;
	display: flex;
}
.R_img{
	width: 320px;
}
.R_mail{
	width: 70px;
	text-align: center;
}
.R_net{
	width: 70px;
	text-align: center;
}
/*****Top*****/

.N_Top{
	display: flex;
	margin: 0 auto;
	margin-bottom: 80px;
}

.Top_text{
	margin: 80px 0 0 40px;
}
.Top_text p{
	font-size: 1.4rem;
	padding-left: 14px;
}
.Top_pop{
	justify-content: space-around;
	display: flex;
	padding-top: 90px;
}
.Top_img{
	margin-top: 60px;
	text-align: end;
}
.Top_img img{
	width: 100%;
}

/*****protect your lifeline*****/
.Protect{
	position: relative;
	/*height: 470px;*/
	margin-bottom: 120px;
}

.Protect h2{
	text-align: center;
	padding-bottom: 60px;
}
.Protect_text{
	font-size: 1.2em;
	margin: 0 auto;
	width: 600px;
}
.Protect_text span{
	text-align: end;
	display: block;
}
/*****あしたのエコキュートにできること*****/

.Service{
	margin: 40px 20px;
	padding: 60px 30px;
}
.Service_title{
	padding: 30px 0;
	text-align: center;
}
.Service_content{
	display: flex;
	padding: 0;
}
.Service li{
	padding: 20px;
	width: 280px;
	text-align: center;
	border-right: 1px dotted #898989;
}
.Service li:last-child{
	border-right: none;
}

/*****MAP*****/

.map_01{
	display: flex;
	padding: 60px;
	margin: 0 60px 80px;
}
.map_L{
	width: 460%;
	margin: 0 20px;
}
.L_01{
	font-size: 1.7rem;
	font: bold;
	color: #595757;
	padding-bottom: 20px;
}
.L_02{
	margin-bottom: 2px;
	border-radius: 5px;
	padding: 5px;
	font-size: 1.3rem;
	background-color: #595757;
	color: #fff;
}
.L_03{
	border-radius: 5px;
	padding: 5px;
	font-size: 1.3rem;
	background-color: #595757;
	color: #fff;
	margin-bottom: 30px;
}

/*****商品*****/

.Goods h2{
	font-size: 1.8rem;
	font: bold;
	margin-bottom: 30px;
}
.Goods h3{
	margin-bottom: 40px;
}
.Goods_title{
	width: 100%;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 20px 0;
	background-color: #c9caca;
}
.N_goods{
	height: 100%;
	border: 5px solid #c9caca;
	padding: 15px;
	margin-bottom: 90px;
	justify-content: space-between;
	display: flex;
}
.BGC{
	position: relative;
}
.BGC p{
	padding-bottom: 20px;
	margin: 0;
	font-size: 1.2rem;
}

.recom_a{
	position: absolute;
	top: -30px;
	right: 0;
	}
.recom_a2{
	position: absolute;
	top: -30px;
	right: 56px;
}
.eco_a{
	position: absolute;
	top: -10px;
	right: 0px;
}
.N_goods-item{
	height: 350px;
	margin-bottom: 20px;
	position: relative;
	justify-content: space-between;
	display: flex;
}
.N_goods-item ul{
	padding: 0;
}
.N_goods-item ul li{
	border-radius: 2px;
	margin: 1px 0;
	background-color: #dcdddd;
	width: 200px;
	text-align: center;
}
.item_b{
	color: #fff;
	border-radius: 2px;
	text-align: center;
	background-color: #009edd;
	width: 200px;
	margin-bottom: 3px;
}

.item_p{
	text-align: center;
	color: #fff;
	background-color: #e62e8b;
	border-radius: 5px;
}

.N_goods-price{
	justify-content: space-between;
	display: flex;
}
.N_goods-price ul{
	padding: 0;
}
.N_goods-price ul li{
	text-align: right;
}
.N_goods-price ul li span{
	font-size: 0.8rem;
}
.Price{
	color: #e62e8b;
	font: bold;
	font-size: 3.0rem;
}
.Price_2{
	font: bold;
	font-size: 2.2rem;
}
.Price_sub{
	padding: 1px;
	color: #fff;
	background-color: #595757;
}
.Price_sub li{
	font-size: 0.9rem;
	padding: 1px 2px;
}
.N_goods-block span{
	font-size: 0.8rem;
}


.N_gas{
	padding: 0 2px;
	width: 100%;
	border-radius: 2px;
	margin: 1px 0;
	background-color: #dcdddd;
	text-align: center;
}
.N_goods-gas{
	display: flex;
}
.N_goods-gas ul{
	padding: 0;
}
.N_goods-gas ul li{
	text-align: right;
}
.N_goods-gas ul li span{
	font-size: 0.8rem;
}

.air{
	justify-content: space-between;
	text-align: end;
	display: flex;
	margin-bottom: 90px;
}
.table_text{
	text-align: center;
	font-size: 1.2rem;
	background-color: #595757;
	color: #fff;
}

/*****IH*****/

.N_goods-item2{
	height: 230px;
	text-align: center;
}



/*****作成中*****/

.Price_table{
	width: 100%;
	text-align: center;	
}
.P_span-1{
	font-size: 1.4rem;
	font: bold;
}
.P_span-2{
	font-size: 0.98rem;
}
.G_width{
	width: 430px;
	border-right: 1px dotted #c9caca;
}
.G_width:last-child{
	border-right: none;
}

.G_padding{
	padding: 10px;
}


/*****footer*****/

.Footer{
	margin: 0 auto;
	width: 1400px;
}
.F_map{
	display: flex;
	padding-bottom: 20px;
}
.Footer_L{
	width: 400%;
}
.Footer_tel{
	padding-left: 20px;
	display: flex;
}
.Footer_p01{
	padding: 5px 20px;
	font-size: 14.em;
}
.Footer_img{
	padding: 0 20px;
}
.L_text{
	padding: 0 20px;
}
#cp{
	text-align: center;
	padding: 0 0 20px;
}



@keyframes fadein {
    100% {
        opacity: 1;
    }
}


/* コンテンツ部分のスタイル */
body {
    margin: 0;
}


#txt_label {
    text-decoration: underline;
    cursor: pointer;
}
#txt_label:hover {
    opacity: 0.7;
}


#msg a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
#msg a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px){
	body{}
	main{
		width: 100%;
		padding: 0;
	}
	img{max-width: 100vw;}
	
	.pc{display: none;}
	.sp{display: block;}
	
	
	.Header_R{display: none}
	
	/*****margin-bottom*****/
	.mb{
		margin-bottom: 40px;
	}
	/*****Header*****/

	.Header{
		width: 100%;
		margin: 0 auto;
	}
	
	.Header_L{
		min-width: 30%;
		padding-left: 5px;
	}
	
		
	/*****Top*****/
	
	.N_Top{
		display: block;
		margin-top: 30px;
	}
	
	.Top_text{
		margin: 0;
	}
	.Top_text p{
		font-size: 1.0rem;
	}
	.Top_img{
		margin: 0;
	}
	
	/*****protect your lifeline*****/
	.Protect{
		padding: 10px;
		margin: 0 auto;
		height: 100vw;
	}

	.Protect img{
		width: 100%;	
	}
	.Protect_text{
		font-size: 1.1em;
		width: 100%;
	}
	.Protect_text span{
		text-align: end;
		display: block;
	}
	/*****あしたのエコキュートにできること*****/
	.Service{
		margin: 0 auto;
		padding: 0;
	}
	.Service h2{
		font-size: 1.1em;
	}
	.Service_title{
		padding: 0 0 20px;
	}
	.Service_content{
		margin-bottom: 60px;
		display: block;		
	}
	.Service li{
		margin: 0 auto;
		border-right: none;
	}
	
	.map_01{
		display: block;
		margin: 0 0 60px;
		padding: 0px;
	
	}
	.L_01{
		font-size: 1.2rem;
		
	}
	.L_02{
		margin-bottom: 2px;
		border-radius: 5px;
		padding: 5px;
		font-size: 1.0rem;
		background-color: #595757;
		color: #fff;
	}
	.L_03{
		border-radius: 5px;
		padding: 5px;
		font-size: 1.0rem;
		background-color: #595757;
		color: #fff;
	}
	/*****new_goods*****/
	.Goods{
		padding: 10px;
	}
	.N_goods{
		padding: 0;
		display: block;
	}
	
	.N_goods-B{
		justify-content: center;
	}
	.eco_a{
	
		right: 0px;
	}
	.map_L{
		margin: 0 auto;
		width: 100%;
	}
	.map_tel{
		display: flex;
		padding: 0;
	}
	.map_R img{
		width: 100%;
	}
	.air{
		display: block;
	}
	
	
	.G_width{
		width: 100%;
		border-right :none;
		border-bottom: 1px dotted #c9caca;
	}
	.G_width:last-child{
		border-bottom: none;
	}
	.N_goods-item{
		height: 100%;
		position: relative;
		
	}
	
	.N_goods-item ul li{
		width: 100%;
	}
	
	.item_b{
		width: 100%;
	}
	
	/*****footer*****/

	.Footer{
		
		margin: 0 auto;
		width: 100%;
	}
	.F_map{
		padding: 10px;
		display: block;
	}
	.Footer_L{
		padding-left: 5px;
		width: 100%;
	}
	.Footer_tel{
		display: flex;
		padding: 0;
	}
	.Footer_R img{
		width: 100%;
	}
	.Footer_p01{
		display: inline-block;
		padding: 5px;
		margin-bottom: 10px;
	}
	.Footer_p01 p{
		margin: 0;
	}
	.Footer_img{
		padding: 0;
	}
	.L_text{
		padding: 0;
	}
	
}
	
	

	
	
	
 