 @charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

.lpnew01_01title{
	margin:0 auto;
}

.lpnew01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}
.lpnew01_01>ul>li{
	width:49%;
	margin:0 0.5% 2em;
	background:#FFE41F;
	border-radius: 20px;
	padding:0.5em;
	box-sizing: border-box;
}

.lpnew01_00title{
	margin:-1.5em auto 0;
}
.lpnew01_01title{
	margin:-1em auto -1em;
}

.lpnew01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-1em auto 0;
	justify-content: center;
}

.lpnew01_02>ul>li{
	width:48%;
	margin:0 0.5% 1em;
}

.lpnew01_02>ul>li a{
	background:var(--sub-btn-color);
	color:#FFFFFF;
	text-decoration: none;
	padding:1em 0.5em;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 5px #D63707;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 10px;
	display: block;
}

.lpnew01_02>ul>li a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0 2px #D63707;
}

.lpnew01_03>ul>li:nth-child(odd){
	background:#DFF2F7;
	padding:2em 0 3em;
}
.lpnew01_03>ul>li:nth-child(even){
	background:#EDF7F9;
	padding:2em 0 3em;
}



.lpnew01_03naka{
	width:100%;
	margin:0 auto;
	border:#B6C7E0 6px solid;
	background:#FFFFFF;
	border-radius: 20px;
	padding:0.5em;
	box-sizing: border-box;
}

.lpnew01_03naka>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.lpnew01_03naka{
	margin:-0.5em auto 0;
	position: relative;
}

.lpnew01_03naka>ul>li:nth-child(1){
	width:50%;
}
.lpnew01_03naka>ul>li:nth-child(2){
	width:50%;
	padding:0;
	box-sizing: border-box;
}
.lpnew01_03icon>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.lpnew01_03icon>ul>li{
	width:32.3333%;
	margin:0 0.5% 1em;
}

.lpnew01_03text{
	width:90%;
	margin:1em auto;
}

.lpnew01_04{
	width:100%;
	margin:0 auto;
	border:#F2F2F2 3px solid;
	padding:1em;
	border-radius: 15px;
	box-sizing: border-box;
}

.lpnew01_04>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.lpnew01_04>dl>dt{
	width:20%;
}

.lpnew01_04>dl>dd{
	width:80%;
	padding:0 1em;
	box-sizing: border-box;
}

.lpnew01_04btn a,
.lpnew01_05btn a{
	width:90%;
	max-width: 500px;
	margin:2em auto 0;
	display: block;
	background:var(--sub-btn-color);
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 1px;
	padding:0.7em 0.5em 0.7em 1.5em;
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	box-shadow: 0 5px #D63707;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.lpnew01_05btn a{
	width:90%;
	padding:0.9em 1em;
	letter-spacing: 2px;
	max-width: 600px;
}

.lpnew01_04btn a::before{
	content: '';
	background:url("../img/cms/icon_seach.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translate(-50%,-50%);
}


.lpnew01_04btn a:hover,
.lpnew01_05btn a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0 2px #D63707;
}

.lpnew02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}
.lpnew02_01>ul>li{
	width:48%;
	margin:0 1% 1em;
}

.lpnew02_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.lpnew02_02>ul>li{
	width:90%;
	margin:0 5% 1em;
}

.lpnew02_02>ul>li a{
	display: block;
	background:var(--sub-btn-color);
	padding:1.5em 1em;
	box-sizing: border-box;
	border-radius: 15px;
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.lpnew02_02>ul>li a::after{
	content: '';
	background: url("../img/cms/icon_case_etc_arrow.svg") no-repeat;
	background-size: contain;
	width:25px;
	height:25px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}

.lpnew02_02>ul>li a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.lp_etc_toil,
.lp_etc_water,
.lp_etc_wash,
.lp_etc_gasr,
.lp_etc_rang,
.lp_etc_bath,
.lp_etc_kitc{
	position: relative;
}

.lp_etc_toil::before,
.lp_etc_water::before,
.lp_etc_wash::before,
.lp_etc_gasr::before,
.lp_etc_rang::before,
.lp_etc_bath::before,
.lp_etc_kitc::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 3em;
	transform: translate(-50%,-50%);
	z-index: 3;
	pointer-events: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.lp_etc_toil:hover::before,
.lp_etc_water:hover::before,
.lp_etc_wash:hover::before,
.lp_etc_gasr:hover::before,
.lp_etc_rang:hover::before,
.lp_etc_bath:hover::before,
.lp_etc_kitc:hover::before{
	top: 53%;
	
}

.lp_etc_toil::before{
	background: url("../img/cms/new_case_etc_07.svg");
	background-size: contain;
	width: 52px;
	height:54px;
}
.lp_etc_water::before{
	background: url("../img/cms/new_case_etc_01.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}
.lp_etc_wash::before{
	background: url("../img/cms/new_case_etc_02.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}
.lp_etc_gasr::before{
	background: url("../img/cms/new_case_etc_03.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}
.lp_etc_rang::before{
	background: url("../img/cms/new_case_etc_04.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}
.lp_etc_bath::before{
	background: url("../img/cms/new_case_etc_05.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}
.lp_etc_kitc::before{
	background: url("../img/cms/new_case_etc_06.svg");
	background-size: contain;
	width: 68px;
	height:68px;
}

.lpnew03_01_bg{
	background:#EDF7F9;
}

.lpnew03_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.lpnew03_01>ul>li{
	width:100%;
	margin:0 auto 1em;
}

.lp03_01 ul li{
	width:99%;
	margin:0 0.5% 1em;
}


.lp01_bg .mainasu_01{
	margin:-3em 0 0 0;
}

.lp01_bg .mainasu_02{
	margin:-5em auto 0;
}

.lp01_01{
	background:#FFFFFF;
	border:#3194CB 4px solid;
	border-radius: 20px;
	padding:1em;
	box-sizing: border-box;
}

.lp01_01title{
	width:100%;
	margin:-4em 0 1em;
}

.lp01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-3.5em 0 0 0;
	justify-content: center;
}

.lp03_01time{
	background:#E6E6E6;
	border-radius: 50px;
	color:#002F7B;
	font-weight: bold;
	padding:0.5em 2em;
	line-height: 1.2;
	margin:0 0 0.5em 1em;
}


.lp03_01 ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.lp03_01 ul li{
	width:99%;
	margin:0 0.1% 1em;
	border:#E6E6E6 4px solid;
	border-radius: 15px;
	padding:2em 1em;
	box-sizing: border-box;
}

.lp03_01list>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0 0 0.3em 0;
}

.lp03_01listlast>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0 0 0.3em 0;
	align-items: flex-end;
}

.lp03_01list>dl>dt,
.lp03_01listlast>dl>dt{
	width:24%;
	color:#002F7B;
	font-weight: bold;
}
.lp03_01listlast>dl>dt{
	padding:0 0 0.7em 0;
}
.lp03_01list>dl>dd,
.lp03_01listlast>dl>dd{
	width:76%;
	padding:0 1em;
	box-sizing: border-box;
	font-weight: bold;
}

.lp04_01title{
	margin:-5em auto 0;
}
.lp04_01mainasu{
	margin:-2em auto 0;
}
.lp04_01mainasu02{
	margin:-3em auto 0;
}

.lp05_01title{
	margin:-5em 0 0 0;
	position: relative;
	z-index: 1;
}

.lp06_01>ul {
	width: 100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.lp06_01>ul>li:nth-child(1),
.lp06_01>ul>li:nth-child(2) {
	width: 90%;
	margin:0 auto 1.5em;
}
.lp07_01 {
	width:94%;
	margin:1em auto 5em;
	border:#E6E6E6 6px solid;
	box-sizing: border-box;
	background:#FFFFFF;
	border-radius: 25px;
	padding: 1.5em 8%;
}
.lp07_01 span {
	font-weight: bold;
	background:-moz-linear-gradient(transparent 50%, #ffff99 0);
	background:-webkit-linear-gradient(transparent 50%, #ffff99 0);
	background:-ms-linear-gradient(transparent 50%, #ffff99 0);
	background:-o-linear-gradient(transparent 50%, #ffff99 0);
	background:linear-gradient(transparent 50%, #ffff99 0);
}

/*=============================
	施工事例・お客様の声
=============================*/

.case01_01 .top03_03>ul>li>a{
	color:var(--sub-btn-color);
	background:#FFFFFF;
	border:var(--sub-btn-color) 2px solid;
}
.case01_01 .top03_03>ul>li>a:hover{
	border:#FFC871 2px solid;
}
.case01_01 .top03_03_koji::before,
.case01_01 .top03_03_map::before{
	content: '';
	background: url("../img/common/icon_cms_koji.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	
}
.case01_01 .top03_03_map::before{
	content: '';
	background: url("../img/common/icon_cms_map.svg") no-repeat;
	background-size: contain;
}


.case01_01 .top03_03>ul>li>a{
	cursor: pointer;
	display: inline-block;
	width:auto;
	margin:0 1em 0 0;
	padding:0.8em 2em;
	max-width: initial;
}

.case01_01 .top03_03>ul>li{
	width:100%;
	margin:0 0 1em 0;
}

.case01_01 .top03_01>ul>li a{
	border:#E6E6E6 1px solid;
	
}


/*=========================
	施工事例お客様の声
	詳細
========================*/
.case02_01title{
	border:#E6E6E6 1px solid;
	border-radius:20px;
	padding:2em 1em;
	box-sizing: border-box;
}

.case02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.case02_01>ul>li:nth-child(1){
	width:100%;
}

.case02_01>ul>li:nth-child(2){
	width:100%;
	padding:0;
	box-sizing: border-box;
}

.case02_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0.5em 0;
}
.case02_01>ul>li>dl>dt{
	width:25%;
	color:#F15A24;
	font-weight: bold;
	line-height: 1.4;
}
.case02_01>ul>li>dl>dd{
	width:75%;
	font-weight: bold;
	padding:0 1em;
	box-sizing: border-box;
	line-height: 1.4;
}

.case02_01fee{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: baseline;
}
.case02_01fee p:nth-child(1){
	width:25%;
}
.case02_01fee p:nth-child(2){
	width:75%;
	padding:0 1em;
	box-sizing: border-box;
}


.case02_02{
	width:100%;
	margin:0 auto;
}

.case02_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}

.case02_02>ul>li{
	width:47.959183%;
	box-sizing: border-box;
}


.zoom_icon{
	position: relative;
}
.zoom_icon::after{
	content: '';
	background: url("../img/cms/icon_zoom.svg") no-repeat;
	background-size: contain;
	position: absolute;
	bottom:15px;
	right:15px;
	width:16px;
	height:16px;
}



.case02_04>ul>li{
	padding: 0.8em 0;
}
.case02_04>ul>li a{
	display: block;
	border:1px solid #E6E6E6;
	padding: 0.8em;
	border-radius: 20px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.case02_04>ul>li a:hover{
	border:var(--sub-btn-color) 1px solid;
}

.case02_04>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.case02_04>ul>li>a>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.case02_04>ul>li>a>dl>dt{
	width:21%;
}
.case02_04>ul>li>a>dl>dd{
	width:76%;
	margin:0 0 0 2%;
}


/*=============================
	イベント・おしらせ
=============================*/

.even01_01{
	width:100%;
	margin:0 auto;
}
.even01_01cate>ul>li{
	display: inline-block;
	padding:0 0.1em 0.1em;
}
.even01_01cate>ul>li a{
	display: inline-block;
	background:#FFFFFF;
	color:#808080;
	border:#E6E6E6 1px solid;
	padding:0.4em 1.2em;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.even01_01cate>ul>li a:hover{
	background:#808080;
	border:#666666 1px solid;
	color:#E6E6E6;
}
.even01_01>ul>li{
	padding:2em 0;
	border-bottom:#E6E6E6 1px solid;
}

.even01_01>ul>li>dl,
.even01_02>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.even01_02>dl{
	align-items: center;
}
.even01_01>ul>li>dl>dt{
	width:100%;
}
.even01_01>ul>li>dl>dd{
	width:100%;
	padding:0.5em 0 0 0;
	box-sizing: border-box;
}
.even01_02>dl>dt{
	width:25%;
}
.even01_02>dl>dd{
	width:75%;
	padding:0 1.5em;
	box-sizing: border-box;
}

/*=============================
	商品
=============================*/
.refo01_01 .top01_04>ul{
	justify-content: flex-start;
}
.refo01_01 .top01_04>ul>li{
	width:49%;
	margin:0 0.5% 1em;
	border:#E6E6E6 1px solid;
	background:#FFFFFF;
	border-radius: 20px;
}

.refo01_01 .top01_04text{
	margin: -1em 0 0 0;
}


.refo01_01img{
	position: relative;
}

.refo01_01img img{
	border-radius: 0;
}


.refo01_01img .top01_02smn img{
	object-fit: contain;
	margin:0.5em auto 0;
	width:96%;
}

.refo01_01meka span{
	border:#000000 1px solid;
	display: inline-block;
	padding:0.2em 0.6em;
	word-break: break-all;
}

.refo01_01icon>ul,
.refo01_02icon>ul,
.refo01_03icon>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.refo01_01icon>ul>li,
.refo01_02icon>ul>li,
.refo01_03icon>ul>li {
	width: 24%;
	padding: 0 0.5% 0.3em 0.5%;
	margin: 0 !important;
}
.refo01_02icon>ul>li {
	width: 16.5%;
}

.refo01_03icon>ul>li {
	width: 32%;
	padding: 0 0.5% 0.3em 0.5%;
	margin: 0 !important;
}


.refo01_01icon>ul>li img,
.refo01_02icon>ul>li img,
.refo01_03icon>ul>li img {
	width: 100%;
}

.refo01_01pick{
	width:35%;
	position: absolute;
	top:0;
	right:0;
}

.refo01_01 .top01_04block>dl>dt{/*414 155*/
	width:47.5%;
}
.refo01_01 .top01_04block>dl>dd{
	width:100%;
	/* margin:0 0 0 2%; */
}

.line_height10px{
	line-height: 10px;
}
.line_height15px_s{
	line-height: 1;
}

.refo02_01title>h3,
.refo02_01title>p{
	display: inline;
	padding:0 1em 0 0;
	line-height: 1.6;
	vertical-align:middle;
}


/*=========================
	商品詳細
==========================*/

.refo02_01>ul{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/
}
.refo02_01>ul>li:nth-child(1){
	width:100%;
}
.refo02_01>ul>li:nth-child(2){
	width:100%;
	padding:0;
	box-sizing: border-box;
}

.refo02_01imgbig{
	width:99%;
	margin:0 0.5%;
}

.refo02_01img>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.refo02_01img>ul>li{
	width:49%;
	margin:0 0.5% 1em;
}

.refo02_01time p{
	display: inline-block;
	background:#E6E6E6;
	border-radius: 50px;
	color:#002F7B;
	padding:0.2em 1.3em;
	font-weight: bold;
}


.prod02_01>ul>li{
	padding:0.5em 0;
	border-bottom:#E6E6E6 1px solid;
}
.prod02_01syohin{
	display: inline-block;
	background:#F15A24;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.5em 1.3em;
	border-radius: 50px;
}
.prod02_01kojihi{
	display: inline-block;
	background:#008BBC;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.5em 1.3em;
	border-radius: 50px;
}

.prod02_01teika{
	display: inline-block;
	border:1px solid #000000;
	padding:0.5em 1.3em;
	border-radius: 10px;
}

.refo02_02{
	background:#EAF3F4;
	border-radius: 15px;
	padding:1em 2em;
	margin:2em 0 0 0;
	box-sizing: border-box;
}

.refo02_02tag>ul>li{
	display: inline-block;
	padding:0.2em 1em;
	font-weight: bold;
	margin:0.2em;
	background:#002F7B;
	color:#FFFFFF;
}


/*=========================
	ショールーム一覧
==========================*/
.shop01_00 {
	width: 96%;
	margin: 0 auto;
}
.shop01_00>li {
	width: 100%;
	box-sizing: border-box;
	padding: 1em 0 3em;
	margin-bottom: 2.5em;
	border-bottom:1px solid #E6E6E6;
}
.shop01_00>li:last-child {
	padding: 1em 0 4.5em;
	margin-bottom: 0;
	border-bottom:none;
}
.shop01_01>ul {
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/
}
.shop01_01>ul>li:nth-child(1),
.shop01_01>ul>li:nth-child(2) {
	width: 100%;
	margin: 0 0 1.5em 0;
}
.shop01_01smn,
.shop01_02smn {
	position:relative;
	padding-bottom: 54.3011%; /*100/横*縦 アスペクト比*/
	height: 0;
	overflow: hidden;
}
.shop01_02smn {
	padding-bottom: 69.1%; /*100/横*縦 アスペクト比*/
}
.shop01_01smn span,
.shop01_01smn a,
.shop01_02smn span,
.shop01_02smn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shop01_01smn img,
.shop01_02smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 20px;
}
.shop01_02smn img{
	border-radius: 10px;
} 

.shop01_02>ol {
	width: 100%;
}
.shop01_02>ol>li {
	width: 89%;
	padding-left: 11%;
	margin-bottom: 0.3em;
	position: relative;
}
.shop01_02>ol>li::before {
	content: '';
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-50%,-50%);
}
.shop01_02>ol>li:nth-child(1)::before {
	background: url("../img/icon/icon_shop_map.svg") no-repeat;
	width:15px;
	height:21px;
}
.shop01_02>ol>li:nth-child(2)::before {
	background: url("../img/icon/icon_shop_tel.svg") no-repeat;
	width:17px;
	height:18px;
}
.shop01_02>ol>li:nth-child(3)::before {
	background: url("../img/icon/icon_shop_time.svg") no-repeat;
	width:19px;
	height:19px;
}
.shop01_02>ol>li:nth-child(4)::before {
	background: url("../img/icon/icon_shop_days.svg") no-repeat;
	width:17px;
	height:17px;
}

.shop01_03 dt {
	display: inline-block;
	background:#206B3F;
	color:#FFFFFF;
	padding:0.2em 2em;
	border-radius: 50px;
}
.shop01_03 dd {
	color:#000000;
}
.shop01_04btn a{
	max-width: 520px;
	width:90%;
	margin:0 auto;
	display: block;
	background: var(--main-btn-color);
	border: var(--main-btn-color) solid 1px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding:1em 2em 1em 1em;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.shop01_04btn a::after{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate(-50%,-50%);
}
.shop01_04btn a:hover{
	color: var(--main-btn-color);
	background:#FFFFFF;
}
.shop01_04btn a:hover::after{
	content: '';
	background: url("../img/common/icon_more_206B3F.svg") no-repeat;
}

.shop_map {
	position:relative;
	padding-bottom: 54.3011%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.shop_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop_mainus01 {
	margin-top: -4em;
	z-index: 10;
}

.shop01_05 {
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em 3%;
	border:1px solid #E6E6E6;
	border-radius: 20px;
}
.shop01_05 h3 {
	width: 85%;
	margin: 0 1% 0 5%;
	padding-left: 9%;
	position: relative;
}
.shop01_05 h3::before {
	content: '';
	background: url("../img/icon/icon_shop.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width:35px;
	height:30px;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}
.shop01_05_under {
	padding-bottom: 5em
}
.shop01_06>ul {
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	align-items :center;
	width:90%;/*親要素は100％*/
	margin: 0 auto;
}
.shop01_06>ul>li:nth-child(1),
.shop01_06>ul>li:nth-child(2) {	
	width: 100%;
	margin: 0;
}
.shop01_07 {
	margin-top: 0;
	z-index: 0;
}
.shop01_07>ul,
.shop01_08>ul,
.shop01_08>ul>li>ul {
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	align-self :stretch;
	width:100%;/*親要素は100％*/
	margin: 0 auto;
}
.shop01_07>ul,
.shop01_08>ul{
	justify-content: center;
}
.shop01_07>ul>li {
	width: 48%;
	box-sizing: border-box;
	padding: 2em 0;
	border:1px solid #E6E6E6;
	border-radius: 20px;
	background: #FFFFFF;
	text-align: center;
	margin: 0 0 1em 0;
}
.shop01_07>ul>li:nth-child(odd) {	
	margin: 0 2% 1em 0;
}
.shop01_07>ul>li:nth-child(even) {	
	margin: 0 0 1em 2%;
}
.shop01_07>ul>li dd{
	padding-left: 0.65em;
}
.shop_bnr { 
	width:90%;
	margin:0 auto;
}
.shop_bnr img { 
	border-radius: 20px;
}

.shop01_08>ul>li {
	width: 100%;
	box-sizing: border-box;
	padding: 3.5%;
	background: #FDFAEB;
	border-radius: 20px;
	box-shadow: 5px 5px 0px 0 rgba(225, 225, 225,15);
	margin: 0 0 1.5em 0;
}
.shop01_08>ul>li:nth-child(3n) {	
	margin: 0 0 1.5em 0;
}
.shop01_08>ul>li>ul {
	align-items: center;
	margin: 0 auto 0.3em;
}

.shop01_08>ul>li>ul>li:nth-child(1) {
	width: 45%;
	margin: 0 3% 0.5em 0;
}
.shop01_08>ul>li>ul>li:nth-child(2) {	
	width: 52%;
	margin: 0 0 0.5em 0;
}
.shop01_09>ul {
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	justify-content: center;
	width:100%;/*親要素は100％*/
	margin: 0 auto;
}
.shop01_09>ul>li {	
	width: 48%;
	margin: 0 1%;
}

/*=========================
	ショールーム詳細
==========================*/

/*=====================
	前へ次へ
	スマホ時落ちるパターン
======================*/
.prenex a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.prenex a:hover{
	color:var(--sub-btn-color);
}

.prenex{
	display: table;
	width:100%;
	table-layout: fixed;

}

.prev02_01{
	width:96%;
	margin:0.5em auto;
}

.next02_01{
	width:96%;
	margin:0.5em auto;
}

.prev02_01block{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/
	
	/*並び方の設定
	justify-content: space-around;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	/*align-content: center;複数行の場合中央に配置*/
	align-items: center;/**/
}
.next02_01block{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/
	
	/*並び方の設定*/
	justify-content: flex-end;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	/*align-content: center;複数行の場合中央に配置*/
	align-items: center;/**/
}

.prev02_01img{
	width:30%;
	margin:0;
	
}

.prev02_01text{
	width:65%;
	margin:0 0 0 5%;
}

.next02_01img{
	width:30%;
	margin:0;
	
}
.next02_01text{
	width:65%;
	margin:0 5% 0 0;
}

.next02_01img{
	order: 2; 
}
.next02_01text{
	order: 1; 
}

.prev02_01text_arrow{
	position: relative;
	padding:0 0 0 2em;
}
.prev02_01text_arrow::before{
	content: '';
	background: url(../img/icon/cms_prev.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translate(-50%,-50%);
	width: 20px;
	height:20px;
	
}
.next02_01text_arrow{
	position: relative;
	padding:0 2.5em 0 0;
}

.next02_01text_arrow::before{
	content: '';
	background: url(../img/icon/cms_next.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	width: 20px;
	height:20px;
	
}

/*=====================
	/前へ次へ
	/スマホ時落ちるパターン
======================*/

.youtube {
	position:relative;
	padding-bottom: 60%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reco01_01smn {
	width: 25%;
	padding: 0;
	margin: 0 5% 0 0;
	float: left;
	box-sizing: border-box;
}
.reco01_01text {
	width: 68%;
	padding-right: 2%;
	float: left;
}


/***  CMSのフリー領域処理  ***/
.cms_free p img { display: block; width:auto; float:none; padding:1em 0; margin:0;}
.cms_free p img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free p img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free p img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free p img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { display: block; width:auto; float:none; padding:1em 0; margin:0;}
.cms_free img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { width: auto; max-width: 100%; margin:0; }/* 配置位置 左 */

.cms_free p { padding:0.3em 0; }

.cms_free table { border: #CCCCCC solid 1px; width:100%; border-collapse: collapse; border-spacing: 0; }

.cms_free table td {
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
}

.cms_free table th {
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    font-weight: normal;
}

/***  ページナビゲーション  ***/
.wp-pagenavi {
	
	font-family: -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777777;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
    /*
	padding: 8px 15px;
	margin: 0 2px;
    */
    padding: 0.7em 2.5%;
	margin: 0 0.5%;
    white-space: nowrap;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #777777;
	background-color: #FDF9D7;
	border-color: #DDDDDD;
    }
.wp-pagenavi span.current{
	color: #777777;
	background-color: #FDF9D7;
	border-color: #DDDDDD;
	font-weight: normal;
    }

.wp-pagenavi span.pages{
    display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #FFFFFF;
    font-weight: bold;
	background-color: #F07400;
	border-color: #F07400;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
	color: #FFFFFF;
    font-weight: bold;
	background-color: #F07400;
	border-color: #F07400;
}


/***  カレンダー  ***/
.wp-calendar{
	margin:1.5em 0;
}

.wp-calendar table{
	width:100%;
    padding-top:0.5em;
	color:#000000;
}

.wp-calendar table th,
.wp-calendar table td{
	width:14.2857%;
	background-color:none;
    text-align:center;
}

.wp-calendar table tfoot a {
	text-decoration:underline;
}

.wp-calendar table tfoot a:hover {
	text-decoration:none;
}

.wp-calendar table tbody a {
	display:block;
	color:#000000 !important;
	background-color:#E7E7E7;
	text-decoration:none;
}

.wp-calendar table tbody a:hover {
	color:#000000 !important;
	background-color:#CCCCCC;
}
.top01_01smn,
.top01_02smn,
.top01_01smn_maru,
.top01_02smn_maru,
.top01_03smn_maru,
.top01_04smn,
.top01_04smn_maru{
	position:relative;
	padding-bottom: 43.425%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}

.top01_01smn{
	padding-bottom: 69.017094017%; /* 100/横*縦*/
	background:#E6E6E6;
	border-radius: 20px;
}
.top01_02smn{
	padding-bottom: 69.017094017%; /* 100/横*縦*/
}
.top01_03smn_maru{
	padding-bottom: 69.017094017%; /* 100/横*縦*/
}

.top01_01smn_maru{
	padding-bottom: 100%; /* 100/横*縦*/
}
.top01_02smn_maru{
	padding-bottom: 69.0298507462%; /* 100/横*縦*/
}

.top01_04smn{
	padding-bottom: 123.3552%; /* 100/横*縦*/
	background:#E6E6E6;
}
.top01_04smn_maru{
	padding-bottom: 123.3552%; /* 100/横*縦*/
	background:#E6E6E6;
	border-radius: 15px;
}


.top01_01smn span,
.top01_01smn a,
.top01_02smn span,
.top01_02smn a,
.top01_01smn_maru span,
.top01_01smn_maru a,
.top01_02smn_maru span,
.top01_02smn_maru a,
.top01_03smn_maru span,
.top01_03smn_maru a,
.top01_04smn span,
.top01_04smn a,
.top01_04smn_maru span,
.top01_04smn_maru a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_01smn img,
.top01_02smn img,
.top01_01smn_maru img,
.top01_02smn_maru img,
.top01_03smn_maru img,
.top01_04smn_maru img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.top01_01smn img,
.top01_04smn img{
	object-fit: contain;
}
.top01_04smn img{
	object-position: 50% 50%;
	margin:0 auto;
}
.top01_01smn_maru img{
	border-radius: 10px;
}
.top01_02smn_maru img{
	border-radius: 15px;
}
.top01_03smn_maru img{
	border-radius: 15px;
}

.top01_04smn_maru img{
	border-radius: 15px;
}

.refo02_01img .top01_02smn_maru img{
	border-radius: 13px;
}



.cmsfaq01_01btn a{
	max-width: 520px;
	width:90%;
	margin:0 auto;
	display: block;
	background:var(--main-btn-color);
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding:1em 2em 1em 1em;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.cmsfaq01_01btn a::after{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate(-50%,-50%);
}
.cmsfaq01_01btn a:hover{
	color:var(--sub-btn-color);
	background:#FFFFFF;
}
.cmsfaq01_01btn a:hover::after{
	content: '';
	background: url("../img/common/icon_more_002F7B.svg") no-repeat;
}
/*=============================
	石油ボイラー
=============================*/
.cms_mv{
	position: relative;
	width: 90%;
	margin: 0 auto;
	z-index: 10;
}
.boil01_01 h3{
	z-index: 1;
}
.boil01_01>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -5em auto 0;
	z-index: 2;
}
.boil01_01>ul>li{
	width: 48%;
	max-width: 320px;
	margin: 0 auto 1em;
	z-index: 2;
}
.boil02_01{
	margin: -2em auto 2em;
}
.back_dot,
.back_dot_case{
	position: relative;
	width: 90%;
	max-width: 1340px;
	margin: 0 auto;
}
.back_dot::before,
.back_dot_case::before{
	position: absolute;
	content: '';
	background: url("../img/common/back_dot_F2F2F2.svg");
	width: 100%;
	height: calc(82%);
	top: 18%;
	left: 0;
	z-index: 0;
}
.back_dot_case{
	width: 100%;
}


.boil_case{
	position: relative;
	z-index: 5;
}

.boil_case01_01block{
	width:96%;
	height:100%;
	margin:0 auto;
	background:#FFFFFF;
	border-radius: 20px;
	border:#EBF1F5 6px solid;
	padding: 1em;
	box-sizing: border-box;
	
}


.boil_case01_01>ul>li>dl{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	padding:0 0 0.5em;
}

.boil_case01_01>ul>li>dl>dt{
	width:25%;
	background:#006837;
	border-radius: 50px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.boil_case01_01>ul>li:nth-child(3) dl dt{
	padding:0.2em 0 0 0;
}
.boil_case01_01>ul>li>dl>dd{
	width:72%;
	margin:0 0 0 3%;
	font-weight: bold;
}

.boil_flow_block .flow02_01{
	
}

.boil_flow_block .flow02_01>ul>li::after{
	content: '';
	position: absolute;
	width: 4px;
	height: calc( 100% + 8px );
	background-image: radial-gradient(circle farthest-side, #006837 35%, transparent 25%, transparent 100%);
	background-size: 4px 13px;
	background-position: 0 0;
	top: 0;
	left: 12.5%;
	z-index: -1;
}

.boil_flow_block .flow02_01>ul>li:last-child::after{
	content: '';
	background:none;
	
}

.boil_flow_block .flow02_01text{
	background:#F6F7EB;
}

.boil_poin_block .top02_01>ul>li{
	width:90%;
	margin:2em 5% 0;
	border:#FCBD4C 6px solid;
	box-sizing: border-box;
	background:#FFFFFF;
	border-radius: 25px;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	
.lpnew01_01>ul>li{
	width:24%;
	margin:0 0.5% 1em;
	padding:1em;
}

.lpnew01_01title{
	margin:-2em auto -1em;
}
	
.lpnew01_02>ul>li{
	width:24%;
	margin:0 0.5% 1em;
}
	
.lpnew01_03>ul>li:nth-child(odd){
	padding:4em 0 5em;
}
.lpnew01_03>ul>li:nth-child(even){
	padding:4em 0 5em;
}
	
.lpnew01_03naka>ul>li:nth-child(1){
	width:50%;
	padding:0.5em 0;
	box-sizing: border-box;
}
.lpnew01_03naka>ul>li:nth-child(2){
	width:50%;
	padding:0.5em 0;
	box-sizing: border-box;
}
	
.lpnew01_03text{
	width:75%;
	margin:1em auto;
}
	
.lpnew01_04{
	width:94%;
	padding:1.5em;
}

.lpnew01_04>dl>dt{
	width:12%;
}
.lpnew01_04>dl>dd{
	width:88%;
	padding:0 2em;
}

.lpnew01_04btn a::before{
	content: '';
	background:url("../img/cms/icon_seach.svg") no-repeat;
	background-size: contain;
	width:25px;
	height:25px;
	top: 50%;
	left: 4em;
}

	
.lpnew02_01>ul>li{
	width:39.7%;
	margin:0 1% 1em;
}
	
.lpnew03_01>ul>li{
	width:47%;
	margin:0 auto;
}


.lp01_bg .mainasu_01{
	margin:-5em auto 0;
}
.lp01_bg .mainasu_02{
	margin:-5em auto 0;
}
	
.lp04_01mainasu02{
	margin:-4em auto 0;
}
	
.lp01_01{
	padding:3em;
}
.lp01_01title{
	width:75%;
	margin:-6em 0 1em;
}

.lp01_02>ul{
	width:93.5%;
	margin:-5.5em 0 0 6.5%;
}
.lp03_01>ul>li{
	width:47.75%;
	margin:0 1.1% 1em;
	border-radius: 30px;
	padding:1.5em;
}
	
.lp05_01title{
	margin:-16em 0 0 0;
}

.lp06_01>ul {
	justify-content: space-around;
}
.lp06_01>ul>li:nth-child(1) {
	width: 40%;
	margin:0 5% 0 0 ;
}
.lp06_01>ul>li:nth-child(2) {
	width: 50%;
	margin:0;
}
.lp07_01 {
	padding: 2em 4%;
}

/*=============================
	施工事例・お客様の声
=============================*/

.case02_02{
	width:81.66666%;
	margin:0 auto;
}
	
.case02_01title{
	padding:2em;
}
.case02_01>ul>li:nth-child(1){
	width:25%;
}
.case02_01>ul>li:nth-child(2){
	width:75%;
	padding:0 1em;
	box-sizing: border-box;
}
	
.case02_01fee{
	display: inline-block;
}
.case02_01fee p:nth-child(1){
	width:auto;
}
.case02_01fee p:nth-child(2){
	width:auto;
	padding:0 0.5em;
}
/*=============================
	商品
=============================*/
.refo01_01 .top01_04>ul>li{
	width:49%;
	margin:0 0.5% 1em;
}
	
.refo01_01 .top01_04block>dl>dt{/*414 155*/
	width:40.5%;
}
.refo01_01 .top01_04block>dl>dd{
	width:55.5%;
	margin:0 0 0 4%;
}
.refo01_01 .top01_04text{
	margin:0;
}
.refo01_01 .top01_04text_large{
	font-size: 450%;
}
	
.refo02_01>ul>li:nth-child(1){
	width:50%;
}
.refo02_01>ul>li:nth-child(2){
	width:50%;
	padding:0 2em;
	box-sizing: border-box;
}

.refo02_01img>ul>li{
	width:32.3333333%;
	margin:0 0.5% 1em;
}
	
.even01_01>ul>li>dl>dt{
	width:15%;
}
.even01_01>ul>li>dl>dd{
	width:85%;
	padding:0 1em;
}
	
.even01_02>dl>dt{
	width:18%;
}
.even01_02>dl>dd{
	width:82%;
}	
	
/*=========================
	ショールーム一覧
==========================*/
.shop01_00 {
	width: 100%;
}
.shop01_00>li {
	padding: 2em 0 3.5em;
	margin-bottom: 3em;
}
.shop01_00>li:last-child {
	padding: 2em 0 5.5em;

}

.shop01_01>ul>li:nth-child(1) {
	width: 48%;
	margin-right: 2%
}
.shop01_01>ul>li:nth-child(2) {
	width: 48%;
	margin-left: 2%
}
.shop01_02>ol>li {
	width: 92.5%;
	padding-left: 7.5%;
}
.shop01_02>ol>li::before {
	left: 2.5%;
}
.shop01_04btn a{
	padding:1.1em 2em 1.1em 1em;
}
.shop01_05 {
	padding: 2.7em 1%;
}
.shop01_05 h3 {
	width: 85%;
	margin: 0 5%;
	padding-left: 5%;
}
.shop01_05 h3::before {
	width:60px;
	height:53px;
}
.shop01_05_under {
	padding-bottom: 8em
}
.shop01_06>ul {
	width:90%;/*親要素は100％*/
}
.shop01_06>ul>li:nth-child(1) {	
	width: 15%;
	margin: 0;
}
.shop01_06>ul>li:nth-child(2) {	
	width: 82%;
	margin: 0 0 0 3%;
}
.shop01_07 {
	margin-top: -2em;
	z-index: 20;
}
.shop01_07>ul>li {
	padding: 2.5em 0;
	width: 19%;
	margin: 0 1.25% 0.5em 0;
}
.shop01_07>ul>li:nth-child(odd),
.shop01_07>ul>li:nth-child(even) {	
	margin: 0 1.25% 0.5em 0;
}
.shop01_07>ul>li:nth-child(5n) {	
	margin: 0 0 0.5em 0;
}
.shop01_07>ul>li dd{
	padding-left: 1em;
}
.shop01_08>ul>li {
	width: 32%;
	padding: 2%;
	margin: 0 1.25% 1.5em 0;
	box-shadow: 7px 7px 0px 0 rgba(225, 225, 225,15);
}
.shop01_08>ul>li:nth-child(odd),
.shop01_08>ul>li:nth-child(even) {	
	margin: 0 2% 1.5em 0;
}
.shop01_08>ul>li:nth-child(3n) {	
	margin: 0 0 1.5em 0;
}
.shop01_08>ul>li>ul>li:nth-child(1),
.shop01_08>ul>li>ul>li:nth-child(2) {	
	width: 100%;
	margin: 0 0 0.5em 0;
}
.shop01_09>ul {
	width:78%;/*親要素は100％*/
}
.shop01_09>ul>li {	
	width: 48%;
	margin: 0 1%;
}

/*=====================
	前へ次へ
	スマホ時落ちるパターン
======================*/
.prev02_01,
.next02_01{
	display: table-cell;
	width:48%;
	padding:0 2% 0 0;
	border: none;
}
.next02_01{
	display: table-cell;
	width:48%;
	padding:0 0 0 2%;
	border: none;
}
.prev02_01text{
	width:65%;
	margin:0 2%;
}
.next02_01text{
	width:65%;
	margin:0 2%;
}
/*=============================
	石油ボイラー
=============================*/
.boil01_01>ul{
	margin: -10em auto 0;
}
.boil01_01>ul>li{
	width: 24%;
	max-width: auto;
	margin: 0 auto 1em;
}
.boil02_01{
	margin: -4em auto 2em;
}
	
	
.back_dot_case{
	width: 90%;
}
	
	
.boil_flow_block .flow02_01>ul>li::after{
	content: '';
	width: 6px;
	background-image: radial-gradient(circle farthest-side, #006837 55%, transparent 56%, transparent 100%);
	background-size: 6px 12px;
	top: 0;
	left: 7.5%;
}
.boil_poin_block .top02_01>ul>li{
	width:31.66666%;
	margin:2em 0.8% ;
}

.refo01_01img .top01_02smn img{
	/*margin:auto ;
	width:auto;*/
	
}
	
}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {

.lpnew02_02>ul>li{
	width:31%;
	margin:0 1% 1em;
}
	
	
	
.lp03_01>ul>li{
	padding:3em;
}
	
.lp03_01list>dl>dt,
.lp03_01listlast>dl>dt{
	width:20%;
}
.lp03_01list>dl>dd,
.lp03_01listlast>dl>dd{
	width:80%;
}
	
.refo01_01 .top01_04>ul>li{
	width:32.08333333%;
	margin:0 0.625% 1em;
}
	
.even01_01{
	width:83.33333%;
	margin:0 auto;
}
	
/***  ページナビゲーション  ***/
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 15px;
	margin: 0 5px;
}
/*=============================
	石油ボイラー
=============================*/
.boil01_01>ul{
	margin: -11em auto 0;
}
.boil02_01{
	margin: -8em auto 2em;
}
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {
/**** メインコンテンツ　****/ 

.lp01_bg .mainasu_01{
	margin:-16em auto 0;
}
	
.lp01_bg .mainasu_02{
	margin:-20em auto 0;
}
	
.lp01_01title{
	width:75%;
	margin:-9em 0 1em;
}

.lp01_02>ul{
	margin:-8.5em 0 0 6.5%;
} 

}