@charset "utf-8";

/* SIDE MENU */
#sidemenu-firewood-sauna			{ display:block;}
#sidebana1 .bana-tylo,
#sidebana1 .bana-firewood		{ display:none;}

body.firewood-sauna-index #sidemenu .firewood-index a,
body.firewood-sauna-feature #sidemenu .firewood-feature a,
body.firewood-sauna-heater #sidemenu .firewood-heater a,
body.firewood-sauna-room #sidemenu .firewood-room a,
body.firewood-sauna-accessory  #sidemenu .firewood-accessory a,
body.firewood-sauna-faq  #sidemenu .firewood-faq a { 
	color:#fff; 
	background-color: #000;
	background-image:url("/img/icon_link_white.svg");
	background-position: 0.45rem 0.6rem;
	background-repeat: no-repeat;
	-webkit-background-size: 1rem auto;
	   -moz-background-size: 1rem auto;
	     -o-background-size: 1rem auto;
	        background-size: 1rem auto;
	text-decoration:none; 
	cursor:default;
}

#featureBox	 { 
	position:relative; 
	height:470px; 
	margin:15px 0 0 0;
}
#featureBox > picture img {
	width: 723px;
	height: auto;
}


#featureBox dl { position:absolute;}
#featureBox dt { 
	font-weight: bold;
	margin-bottom: 10px;
}
#featureBox dd {
	font-size: 0.85rem;
}
#feature01					{ width:220px; left:25px; top:12px;}
#feature02					{ width:210px; left:15px; top:136px;}
#feature03					{ width:230px; left:15px; top:306px;}
#feature04					{ width:200px; left:495px; top:14px;}
#feature05					{ width:200px; left:515px; top:151px;}
#feature06					{ width:245px; left:465px; top:306px;}

#feature04 dt {
	text-align: right;
	margin-right: 8px;
}
#feature05 dt {
	text-align: right;
	margin-right: 3px;
}
#feature06 dt {
	text-align: right;
	margin-right: 4px;
}

body.firewood-sauna-heater .section .dotBox .installation ul {
	margin-bottom: 0 !important;
}

/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {
	
	body.firewood-sauna-index #sidemenu .firewood-index a,
	body.firewood-sauna-feature #sidemenu .firewood-feature a,
	body.firewood-sauna-heater #sidemenu .firewood-heater a,
	body.firewood-sauna-room #sidemenu .firewood-room a,
	body.firewood-sauna-accessory  #sidemenu .firewood-accessory a { 
		color:#fff; 
		background-color: #000;
		background-image:url("/img/icon_link_white.svg");
		background-position: 0.45rem 1.15rem;
		background-repeat: no-repeat;
		-webkit-background-size: 1rem auto;
		   -moz-background-size: 1rem auto;
		     -o-background-size: 1rem auto;
		        background-size: 1rem auto;
		text-decoration:none; 
		cursor:default;
	}

	#featureBox	 { 
		margin-bottom: 40px;
		height:auto; 
	}
	#featureBox > div {
		margin: 25px 0 0;
		text-align: center;
	}
	#featureBox > div picture img {
		width: 50%;
		height: auto;
		margin-bottom: 10px;
	}
	#featureBox dl { 
		position:static;
		margin-bottom: 1.5rem;
	}
	#featureBox dt { 
		margin-bottom: 5px;
	}
	#featureBox dd {
		font-size: 0.85rem;
	}
	#feature01, #feature02, #feature03, #feature04, #feature05, #feature06 { 
		width:100%; 
		left:0; 
		top:0;
	}
	
	#feature04 dt, #feature05 dt, #feature06 dt {
		text-align: left;
		margin-right: 0;
	}

}