@charset "utf-8";


/* -------------------------
		   common
-----------------------------*/
#heating *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body #heating{
	width: 967px;
	display: block;
	margin: 0 auto;
	color: #333333 ;
	font-size: 16px;
	line-height: 1.5;
}

#heating p{
	padding-left: 10px; 
}

#heating a{
	text-decoration: none;
}

#heating img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#heating .flexbox{
	display: flex;
	justify-content: space-between;
}

#heating .visible-sp{
	display: none;
}

#heating .red{
	color: #E00003;
}
#heating .note{
	font-size: 12px;
}
#heating .subtitle{
	font-weight: bold;
}

/* ------------------------
			Reset
 -------------------------- */
.is-mian a {
	text-decoration: underline;
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}

.is-main a:hover,
.is-main a:hover img {
 text-decoration:none;
 opacity:.8;
 }

.is-main a:before,
.is-main a:after,
.is-main a img {
	-webkit-transition: all .35s cubic-bezier(.75, 0, .35, 1);
	transition: all .35s cubic-bezier(.75, 0, .35, 1);
}


h1,h2,h3,p,a,ul,ol,li{
	margin: 0;
	padding: 0;
	list-style:none;
}


 #heating a:hover,
 #heating a:hover img {
 text-decoration:none;
 opacity:1;
 }


/* -------------------------
        	  sns
-----------------------------*/

#heating .u-inner{
	width: 967px;
	margin: 0 auto;
	text-align: right;

}

#heating .is-item_fb{
	display: inline-block;
}

#heating .is-item_twitter{
	display: inline-block;
}

#heating .l-mainSns_items{
	width: 967px;
}

#heating{
	position: relative;
}
	
#heating .l-mainSns_items .is-item_fb{
	position: absolute;
	top: 0;
	right: 80px;
}

#heating .l-mainSns_items .is-item_tw{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* -------------------------
          layout
-----------------------------*/

#heating h1 img{
	margin: 20px auto;
}



/*-----------nav-----------*/
#heating nav{
	width: auto;
	margin: 20px;
	position: relative;
	
}

#heating nav ul li{
	margin-top: 20px;
}

#heating nav ul li a{
	display: block;
	width: 300px;
	padding: 15px 0;
	text-align: center;
	border: solid 2px #ffffff;
	border-radius: 10px;
	background-image: url(../img/ic_02.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	transition:all 0.3s;
	text-decoration: none;
	box-shadow: 0 0 0 3px #f58533;
} 

#heating nav ul li .nav-btn-or{
	background-color: #f58533;
} 
#heating nav ul li .nav-btn-or:hover{
	background-color: #f58533;
	box-shadow: 0 0 0 5px #f58533;
	transition:all 0.3s;
} 

#heating nav ul li .nav-btn-ye{
	background-color: #efb926;
	box-shadow: 0 0 0 3px #efb926;
} 

#heating nav ul li .nav-btn-ye:hover{
	background-color: #efb926;
	transition:all 0.3s;
	box-shadow: 0 0 0 5px #efb926;
} 


#heating nav .nv-ic{
	position: absolute;
	top: -15px;
	right: 195px;
}



/*-----------btn-----------*/

.btn-area {
	margin: 20px 90px;
	
}

#heating .btn_or{
	border: solid 2px #f58533;
	border-radius: 10px;
	transition:all 0.3s;
	box-shadow: 1px 1px 1px 1px #cccccc;
}

#heating .btn_or:hover{
	background-color: #fff5ed;
	transition:all 0.3s;
	box-shadow:none;
}

.redbox_btn{
	display: block;
	width: 60%;
	margin: 20px auto;
	padding: 10px;
	border: dashed 1px #ffffff;
	border-radius: 10px;
	background-color: #f58533;
	box-shadow: 0 0 0 4px #f58533;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	transition:all 0.3s;
}

.redbox_btn:hover{
	background-color: #ffb782;
	box-shadow: 0 0 0 4px #ffb782;
	transition:all 0.3s;
}


/*-----------content_01-----------*/
#heating h2{
	margin: 80px 0 20px;
	padding: 7px 25px 7px;
	border-top: none;
	border-left: solid 10px #f58533;
	border-bottom: solid 4px #f58533;
	background: #fdedde;
	font-size: 35px;
	font-weight: normal;
	color: #4c4c4c;
}

#heating h3{
	margin: 50px 0 20px;
	padding: 5px 10px;
	border-bottom: solid 2px #f58533;
	background: #fff;
	color: #333333;
	font-size: 28px;
	font-weight: normal;
}

#heating #content_01 .title,
#heating #content_02 .title{
	margin: 50px 250px 10px;
	border-bottom: solid 4px #f58533;
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

#heating .btn_heater,
#heating .btn_carpet{
	display: block;
	width: 345px;
	padding: 20px 0 40px;
	border: solid 2px #f58533;
	border-radius: 10px;
	text-align: center;
	color: #f58533;
	background-image: url(../img/ic_01.png);
	background-repeat: no-repeat;
	background-position: bottom 15px center;
	box-shadow: 1px 1px 1px 1px #cccccc;
}

#heating .btn_heater:hover,
#heating .btn_carpet:hover{
	background-position: bottom 10px center;
}

#heating .btn_heater img,
#heating .btn_carpet img{
	vertical-align: middle;
}


.flexbox .img-box{
	margin-left: 30px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#heater_care .redbox{
	position: relative;
}

#heater_care .redbox .question_01,
#carpet_care .redbox .question_01{
	position: absolute;
	bottom: -10px;
	left: -20px;
}
#heater_care .redbox .question_02,
#carpet_care .redbox .question_02{
	position: absolute;
	top: -35px;
	right: -10px;
}




#heater_care .flexbox,
#carpet_care .flexbox{
	padding: 20px 70px;
	margin: 40px 0 0;
}

#heater_care .flexbox .btn_care li a,
#carpet_care .flexbox .btn_care li a{
	display: block;
	width: 416px;
	margin: 20px 0;
	padding: 5px;
	background-image: url(../img/ic_04.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #f58533;
	font-weight: bold;
}


#heater_care .flexbox .btn_care .heater_care_03 a{
	border: solid 2px #53a745;
	background-image: url(../img/ic_06.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #53a745;
}

#heater_care .flexbox .btn_care .heater_care_03 a:hover{
	background-color: #f2fff0;
}

#heater_care .flexbox .btn_care li a img,
#carpet_care .flexbox .btn_care li a img{
	margin-right: 20px;
	vertical-align: middle;
}

#heating .redbox{
	width: 70%;
	margin: 60px auto 0;
	padding: 10px;
	border: dashed 2px #E00003;
	border-radius: 10px;
	position: relative;
}
#heating .redbox .subtitle{
	text-align: center;
	font-weight: bold;
	background: none;
	font-size: 20px;
}

#heating .redbox a{
	color: #fff;
}


/*consumables*/
#heating .consumables{
	background-image: url(../img/index_bg01.png);
	border-radius: 10px;
	margin: 60px 0;
	padding: 20px;
	border: solid 1px #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
}

#heating .consumables .subtitle{
	margin: 10px 0;	
	color: #5e60a1;
	text-align: center;
	font-size: 20px;
	background: none;
	font-weight: 
}


#heating .consumables .flexbox{
	margin: 0;
	padding: 30px;
}

#heater_care .product p{
	margin: 30px 10px 0;
	padding: 20px 0;
	border-radius: 10px;
	background: #5e60a1;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}	

#heater_care .product .balloon-arrow{
	margin: -14px auto 0 0;
	position: relative;
	bottom: 7px;
	left: 44%;
}

#heater_care .product-btn{
	margin: 5px;
}

#heater_care .product-btn a{
	display: block;
	margin: 10px auto;
	border: solid 2px #f58533;
	border-radius: 10px;
	background-color: #f58533;
	background-repeat: no-repeat;
	background-position: bottom center;
	box-shadow: 1px 1px 1px 1px #cccccc;
	transition:all 0.3s;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#heater_care .product-btn a:hover{
	box-shadow: none;
	transition:all 0.3s;
}

#heater_care .product-btn a img{
	margin: 0px 0 5px 0;
	padding: 5px 25px;
	border-radius: 10px 10px 0 0;
	background:  #fff;
}

#heater_care .product-btn a span{
	padding: 0 25px 0 0;
	background-image: url(../img/ic_05.png);
	background-repeat: no-repeat;
	background-position: right  top 2px;
}


/*-----------content_02-----------*/

#heating .mistake{
	margin: 30px auto;
	padding: 0 70px;
}

#heating .mistake .case01 a,
#heating .mistake .case02 a{
	display: block;
	width: 320px;
	padding: 20px 10px;
	border-radius: 10px;
}

#heating .mistake .case01 a img,
#heating .mistake .case02 a img{
	transition: 0.3s;
}

#heating .mistake .case01 a:hover img,
#heating .mistake .case02 a:hover img{
	opacity: 0.7;
	transition:all 0.3s;
}


#heating .mistake .case01 .mask,
#heating .mistake .case02 .mask{
	padding: 5px;
	border-radius: 0 0 3px 3px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #f58533;
}









/*　----------------モーダルウィンドウ----------------　*/

.modal-content {
	width: 45%;
	margin: 0 ;
	padding: 10px 20px ;
	border-radius: 30px;
	box-shadow: 0 0 3px 2px #000000;
	background: #ffffff ;
	position: fixed ;
	display: none ;
	z-index: 999999 ;
}
  
#modal-overlay {
	z-index: 99999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover{
	cursor: pointer ;
	color: #f40000 ;
}

.right{
	text-align: right;
}





#content_03 #modal-content-03 .subtitle{
	margin: 10px 200px 30px;
	padding: 5px;
	background: #fff;
	border-bottom: solid 4px #f58533;
	text-align: center;
	font-size: 20px;
	color: #f58533;
}

#modal-content-03 .flexbox{
	margin: 20px 0 0;
}

/*　----------------モーダルウィンドウ----------------　*/





/*-----------content_03-----------*/

#heating #content_03 h2{
	margin-top: 0;
	border-left: solid 10px #e8c712;
	border-bottom: solid 4px #e8c712;
	background: #fbf6d7;
}

#heating #content_03 .ic{
	position: relative;
	top: 30px;
	left: -20px;
}

#heating #content_03 h3{
	border-bottom: solid 2px #e8c712;
}


#heating #content_03 .heat-shock a,
#heating #content_03 .heat_bath a,
#heating #content_03 .btn a{
	display: block;
	width: 60%;
	margin: 40px auto;
	padding: 10px;
	border: dashed 1px #ffffff;
	border-radius: 10px;
	background-color: #efb926;
	box-shadow: 0 0 0 4px #efb926;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	transition:all 0.3s;
}

#heating #content_03 .btn a{
	width: 400px;
	margin: 180px 0 0;
}

#heating #content_03 .btn{
	vertical-align: bottom;
}

#heating #content_03 .heat-shock a:hover,
#heating #content_03 .heat_bath a:hover,
#heating #content_03 .btn a:hover{
	background-color: #fcd82d;
	box-shadow: 0 0 0 4px #fcd82d;
	transition:all 0.3s;
	color: #fff;
}


#heating .btn-area .btn_or img{
	margin-bottom: 10px;
}


#heating #content_03 .bath_01,
#heating #content_03 .bath_02{
	width: 450px;
}

#heating #content_03 .bath_01 img,
#heating #content_03 .bath_02 img{
	margin: 40px 15px 10px;
	text-align: center;
}


#heating #content_03 .inner_02 .flexbox{
	margin: 10px 80px 30px;
}

#heating #content_03 .inner_02 .flexbox .note{
	text-align: center;
}

#heating #content_03 .text_box{
	width: 50%;
	margin: 80px 0 40px 60px;
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #fbf6d7;
	position: relative;
}


#heating #content_03 .balloon-arrow{
	position: absolute;
	top: 44%;
	right: -50px;
}


#content_03 .inner img{
	border: solid 1px #cccccc;
}


#heating #content_03 .flexbox img{
	margin-right: 30px;
}


#modal-content-03 .heat-shock-img h3{
		margin-bottom: 0;
	}





/* -------------------------
          under box
-----------------------------*/
#heating .under-box-desc {
	width: 976px;
	margin: 50px auto;
	padding: 20px;
	background: #ECECEC;
}
#heating .under-box-read {
	font-size:14px;
}
#heating .under-box-button {
	font-size:14px;
	text-align: right;
	display: block;
}
#heating .under-box-button .e-link {
	padding: 0 0 0 15px;
	background: url(../images/arrow-right001.png) no-repeat left .35em / 10px auto;
}


/* -------------------------
          pagetop
-----------------------------*/

#float-btn-backtotop { 
	position: fixed; 
	height: 0; 
	width: 100%;
	bottom: 20px; 
	right: 0; 
	z-index: 1005; 
	transition: 0.2s ease; 
	opacity: 0.6;
}
#float-btn-backtotop .container { 
	max-width: 1200px; 
	min-width: 967px; 
	margin: 0 auto !important; 
	padding: 0; 
	position: relative; 
}
#float-btn-backtotop > .wrapper {
	max-width: 1200px; 
	min-width: 967px; 
	margin: 0 auto; 
}
#float-btn-backtotop .bttbtn { 
	position: absolute; 
	bottom: 0; 
	right: 20px; 
}
#float-btn-backtotop .bttbtn a { 
	display: block; 
	text-align: center; 
	width: 40px; 
	height: 40px; 
	background-color: #9fa1a0; 
	transition: opacity 0.3s ease; 
}
#float-btn-backtotop .bttbtn a:hover,
#float-btn-backtotop .bttbtn a:focus { 
	opacity: 0.7; 
}
#float-btn-backtotop .bttbtn a img { 
	vertical-align: baseline; 
	width: auto !important;
}
#float-btn-backtotop a:before { 
	content: ""; 
	display: inline-block; 
	height: 100%; 
	vertical-align: middle; 
}


/* ------------------------------------------------------------------------------------------------------------
	media
 ------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:640px) {

	DIV#pankuzu_r {
		line-height:1.5;
		width:auto;
		margin:0 10px;
		font-size: 12px;
		position: static;
	}
	body #heating{
		width: auto;
		padding: 10px;
		font-size: 14px;
	}
	
	#heating .flexbox{
		display: block;
	}
	
	/*------sns------*/
	#heating .l-mainSns_items .is-item_fb{
		top:50px;
	}
	
	#heating .l-mainSns_items .is-item_tw{
		top: 50px;
	}
	
	/*------sp------*/
	#heating .visible-pc{
		display: none;
	}
	#heating .visible-sp{
		display: block;
	}
	
	/*------pagetop------*/
	#float-btn-backtotop{
		width:auto;
	}
	
	
	/*common*/
	#heating p{
		padding: 0 5px;
		font-size: 14px;
	}
	
	/*------layout------*/
	
	#heating nav{
		margin: 20px 20px 40px;
	}
	
	
	#heating nav ul li a{
		width: auto;
		padding: 15px 10px;
		font-size: 14px;
	}
	
	#heating h2{
		margin-top: 40px;
		font-size: 24px;
		font-weight: bold;
	}
	
	#heating h3{
		font-size: 16px;
	}
	
	#heating #content_01 .title,
	#heating #content_02 .title{
		margin: 20px;
		font-size: 18px;
	}
	
	
	#heating .btn_heater, 
	#heating .btn_carpet{
		width: auto;
		margin: 5px;
	}
	
	
	#heating .btn-area{
		display: flex;
		margin: 0;
	}
	
	#heating .btn-area .btn_or img{
		padding: 5px;
	}
	
	#heater_care .flexbox, 
	#carpet_care .flexbox{
		padding: 0;
	}
	
	#heating .btn_care{
		display: flex;
	}
	
	#heater_care .flexbox .btn_care li,
	#heating .btn_care li{
		flex: 1;
		text-align: center;
	}
	
	#heater_care .flexbox .btn_care li a,
	#carpet_care .flexbox .btn_care li a,
	#heater_care .flexbox .btn_care .heater_care_03 a{
		width: 95%;
		height: 75%;
		margin: 40px 5px 10px;
		background-image: none;
	}
	
	#heater_care .flexbox .btn_care li a img, 
	#carpet_care .flexbox .btn_care li a img{
		margin: 10px 0;
	}
	
	#heating .redbox{
		width: auto;
		margin: 40px 0 60px;
	}
	
	#heating .redbox_btn{
		width: auto;
		font-size: 16px;
	}
	
	
	#heating .consumables .flexbox{
		padding: 0;
	}
	
	
	#heater_care .product-btn a{
		background-color: #fff;
		background-image: none;
		color: #f58533;
		text-align: center;
	}
	
	
	#heater_care .product-btn a span{
		padding: 0;
	}
	
	.img-box{
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	#heating .mistake{
		padding: 0;
	}
	
	
	#heating .mistake .case01 a,
	#heating .mistake .case02 a{
		width: auto;
	}
	
	#heating .btn_or{
		margin: 10px 5px;
	}
	
	
	#heating #content_03 .heat-shock a,
	#heating #content_03 .heat_bath a,
	#heating #content_03 .btn a{
		width: auto;
		font-size: 16px;
	}
	
	
	
	#modal-content-03 .heat-shock-img{
		width: 100%;
	}
	
	
	#content_03 #modal-content-03 .subtitle{
		margin: 10px;
	}
	
	
	#modal-content-03 .flexbox .text_box{
		width: auto
	}
	
	#heating #content_03 .bath_01,
	#heating #content_03 .bath_02{
		width: auto;
		margin-bottom: 30px;
	}
	
	#heating #content_03 .bath_01 img,
	#heating #content_03 .bath_02 img{
		margin: 10px 0;
	}
	
	#heating #content_03 .inner_02 .flexbox{
		margin: 10px 0;
	}
	
	#heating #content_03 .btn a{
		margin: 10px 0;
	}
	
	.btn {
		width: auto;
		display: block;
		height: auto;
		line-height: auto;
		background: none;
		border: none;
		margin: 0;
		color: #000;
		font-size: 14px;
		font-weight:bold;
		text-align: center;
		text-decoration: none;
	}
	
	
	#h1 h1{
		margin: 30px 0;
		padding: 5px;
		font-size: 25px;
		font-weight: bold;
		border-top: solid 4px #f58533;
		border-bottom: solid 4px #f58533;
		color: #494949;
	}
	
	
	#heating #content_03 .text_box{
		width: auto;
		margin: 30px 0;
	}
	
	
	.modal-content {
		width: 100%;
	}
  
	#heating .under-box-desc {
		width: auto;
	}
}


#heater_care .product .balloon {
	display: block;
  position: static;
  width: auto;
}
#heater_care .product .balloon:before, #heater_care .product .balloon:after {
	content: none;
}
#heating .redbox .subtitle{
	margin:  20px 0 15px 0;
	padding:  7px 10px;
}

@media screen and (min-width: 641px) {
	#heater_care .product-btn a:hover img {
		-webkit-animation: flash 2s;
	  animation: flash 2s;
	}
	@-webkit-keyframes flash {
	  0% {
	    opacity: .4;
	  }
	  100% {
	    opacity: 1;
	  }
	}
	@keyframes flash {
	  0% {
	    opacity: .4;
	  }
	  100% {
	    opacity: 1;
	  }
	}
}