@charset "utf-8";
/*
 * For Common
 * (C) 2012 Amuseweb Saito
 */
/*
 * Initialize Tags
 */
a{
	text-decoration:none;
	color:#4e4e4e;
}
a:hover{
	color:#333;
	text-decoration: underline;
}

/*
 * Layout
 */
#wrapper{
	min-width: 1000px;
}
#contents{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;/*add*/
}
#contents #main{
	width: 700px;
	float: left;
}
#contents #side{
	width: 278px;
	float: right;
}
#contents #main02{
	text-align: left;
	width: 1000px;
	float: left;
}
/*
 * Header
 */
header .headerUpper{
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 20px;
}
header .headerUpper h1{
	width: 600px;
	float: left;
	line-height: 0.1;
}
header .headerUpper > ul{
	width: 4O0px;
	float: right;
}
header .headerUpper > ul li{
	float: left;
	line-height: 0.1;
}
/*
 * GlobalNavigation
 */
#gnav{
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 0;
	width: 1000px;
}
#gnav ul{
	color: white;
	width:1004px;

}
#gnav ul li{
	float: left;
	width: 124px;
	border-right: 1px #b4b4b4 solid;
}
#gnav ul li:FIRST-CHILD{
	border-left: 1px #b4b4b4 solid;
}
#gnav ul li a{
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	display:block;
	width: 124px;
	text-decoration:none;
	text-align: center;
	font-size: 12.5px;
	line-height: 0.1;

	padding-top: 15px;
	height: 30px;
}
#gnav ul li a:HOVER,
#gnav ul li.current a {
	border-bottom-width: 2px;
	border-bottom-color: #E28456;
}
/*
 * Category Main
 */
h2{
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 20px;
	height: 50px;
	width: 700px;
	background-repeat: no-repeat;
	background-image: url("../images/contents/h2_bg.png");

}
/*お見積りフォーム*/
#cat04Main{
	background-image: url("../images/contents/estimation_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	margin: 0 auto 20px;
}
.header_title04{
	position: absolute;
	top: 2.3%;
	left: 1%;
	font-size: 3em;
}
/*お問い合わせ*/
#cat05Main{
	background-image: url("../images/contents/inquiry_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	margin: 0 auto 20px;
}
.header_title05{
	position: absolute;
	top: 8.7%;
	left: 1%;
	font-size: 3em;
}
/*
 * Front Navigation
 */
#frontNav{
	width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
}
#frontNav ul{

	width: 1000px;
}
#frontNav ul li{
	width: 230px;
	margin-left: 26px;
	float: left;
	line-height: 0.10;
}
#frontNav ul li:first-child{
	margin-left: 0px;
}
/*
 * To Page Top
 */
#toPageTop{
	width: 1000px;
	margin: 0 auto;
}
#toPageTop a{
	display: block;
	text-align: center;
	background-color: #333333;
	line-height: 0.1;
	padding-top: 10px;
	height: 25px;
	width: 160px;
	float: right;
}
/*
 * Footer Navigation
 */
#footerUpper{
	width:100%;
	background-color: #333333;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerUpper a{
	color: #ddd;
	text-decoration: none;
}
#footerUpper a:HOVER {
	color: #888;
}

#footerUpper > nav{
	width: 1000px;
	margin: 0 auto;
}
#footerUpper > nav > p{
	border-bottom: 1px #717171 solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#footerUpper > nav > ul{
	width: 1020px;
	margin-left: -20px;
}
#footerUpper > nav > ul > li{
	width: 125px;
	margin-left: 20px;
	float: left;
}
#footerUpper > nav > ul > li > a{
	display:block;
	border-bottom: 1px #717171 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footerUpper > nav > ul > li > ul > li a{
	color: #aaa;
}
footer address.copy{
	width:100%;
	background-color:#000;
	color:#888;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*追加*/
.header_time{
	line-height: 1.5em;
	margin-right: 5%;
}
.time_num{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
.time_exp{
	font-size: 0.9em;
}
.time_num::before{
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-weight: 900;
	font-size: 0.9em;
	padding-right: 5px;
}
.flexbox{
	display: flex;
}
.header_btn{
	background-color: #ff6600;
	color: #fff;
	padding: 1% 5% 1% 8%;
	position: relative;
	line-height: 1.3em;
	border-bottom: 5px solid #c04d00;
	transition: .1s;
}
.header_btn:hover{
	text-decoration: none;
	margin-top: 3px;
	border-bottom: 2px solid #c04d00;
	color: #fff;
}
.header_btn::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	padding-right: 5px;
	position: absolute;
	top: 50%;
    left: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header_btn span{
	display: block;
}
.header_logo{
	position: relative;
}
.header_logo span{
	font-size: 0.3em;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 15%;
}
.header_logo:hover,.link_btn a:hover,.quote:hover{
	text-decoration: none;
}
.quote span{
	display: block;
}
.quote div{
	background-color: #e5e5e5;
	height: 130px;
	padding: 3%;
}
.quote_btn{
	background-color: #ff6600;
	color: #fff;
	padding: 1% 5% 1% 9%;
	position: relative;
	border-bottom: 5px solid #c04d00;
	transition: .1s;
	text-align: center;
	width: 65%;
	margin: 2% auto;
}
.quote_btn::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	padding-right: 5px;
	position: absolute;
	top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.quote_title{
	font-size: 1.1em;
	border-bottom: 1px solid #b4b4b4;
	color: #333;
	text-align: center;
}
.quote_num{
	font-size: 2em;
	font-weight: bold;
	margin: 3% auto 0;
	text-align: center;
	color: #333;
}
.quote_num::before{
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-weight: 900;
	padding-right: 5px;
}
.link_title{
	color: #fff;
	text-align: center;
	background-color: #e89100;
	padding:5px 30px;
	position: relative;
	font-size: 1.2em;
	margin: 10px 0 !important;
}
.link_title::before{
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 1.7em;
	-webkit-text-stroke: 2px #e89100;
}
.link_btn{
	background-color: #ececec;
	text-align: center;
	font-size: 1.3em;
	position: relative;
	margin: 10px 0 !important;
}
.link_btn a{
	display: block;
	padding: 5px 30px 5px 38px;
	font-weight: bold;
}
.link_btn::before{
	background-color: #000;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 39px;
	height: 39px;
	font-size: 1.3em;
	-webkit-text-stroke: 2px #000;
}
.box{
	position: relative;
}
.box div{
	position: absolute;
	color: #fff;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.box div::before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	color: #fff;
	padding-right: 5px;
}
#gnav ul li a{
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
}