@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#1a1a1a;
	min-width: 1040px;
}
.left {
	float: left;
}

.right {
	float: right;
}

.text_c {
	text-align: center;
}

.inbox {
  width: 980px;
  margin: auto;
}

a:hover { opacity: 0.8; }

.f-yg {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cmn-txt p:not(:last-of-type) {
	margin-bottom: 1em;
}

/*footer 固定 css*/
html,body {
	height:100%;
}

#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.content_w {
	padding-bottom: 270px; /*フッターの高さと同じ*/
}

#footer {
	height: 270px;
	position:absolute;
	right: 0;
	bottom:0;
	left: 0;
}

/*PCでは表示させません*/
.pc_none {
	display: none !important;
}

/*header
-------------------------------------*/
.h-inner {
	width: 980px;
	margin: 0 auto;
}

#header h1 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}

.h-logo {
	margin-top: 5px;
}

.h-left {
	float: left;
}

#header .hf-cont {
	float: right;
}

.hf-cont ul li {
	display: inline-block;
	text-align: left;
}

.hf-tel {
	vertical-align: bottom;
	margin-right: 20px;
}

.hf-tel dt {
	margin-bottom: 5px;
}

.hf-tel dt span {
	margin-right: 5px;
}

.hf-tel dt img {
	vertical-align: middle;
}

/*navi
-----------------------------*/
#navi ul {
	display: table;
	width: 980px;
	margin: 0 auto;
}

#navi ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
}

#navi ul li a {
	color: #1a1a1a;
	padding-left:20px;
	background: url(../img/common/nav_ar.png) no-repeat left center;
    transition: .10s ease-in;
    -webkit-transition: .10s ease-in;
    -moz-transition: .10s ease-in;
    -o-transition: .10s ease-in;
    -ms-transition: .10s ease-in;
}

#navi ul li a:hover {
	color: #f08a2c;
}

/*main_visual
--------------------------------*/
#main_visual {
	width:100%;
	height: 680px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-bottom: 10px solid #f59f3b;
}

#top_slider li {
	text-align: center;
	height: 680px;
	padding-top: 177px;
	box-sizing: border-box;
}

#top_slider li:first-child {
	background: url(../img/slide_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#top_slider li:nth-child(2) {
	background: url(../img/slide_bg02.jpg) no-repeat center top;
	background-size: cover;
}
#top_slider li:nth-child(3) {
	background: url(../img/slide_bg03.jpg) no-repeat center top;
	background-size: cover;
}

/* bxslider------------- */
.bx-wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.bx-controls {
	width:980px;
	height:56px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
}

.bx-pager,.bx-default-pager {
	display: none;
}

.bx-prev{
	background: url(../img/prev.png) no-repeat top center;
	position: absolute;
	left: -20px;
	width: 33px;
	height: 56px;
}

.bx-next {
	background: url(../img/next.png) no-repeat top center;
	position: absolute;
	right: -20px;
	width: 33px;
	height: 56px;
}

/*top
-----------------------------------*/
.top-btn {
	border: 3px solid #1a1a1a;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: table;
    transition: .20s ease-in;
    -webkit-transition: .20s ease-in;
    -moz-transition: .20s ease-in;
    -o-transition: .20s ease-in;
    -ms-transition: .20s ease-in;
 }

.top-btn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #1a1a1a;

}

.top-btn a:before {
	content: url(../img/common/arrow01.png);
	margin-right: 10px;
}

.top-btn:hover {
	background-color: #ffcf4f;
}

/*section01==========*/
#section01 {
	background-image: url(../img/top/sec01_bgl.png),url(../img/top/sec01_bgr.png);
	background-repeat: no-repeat,no-repeat;
	background-position: calc(50% - 713px) top,calc(50% + 555px) top;
	padding: 60px 0 100px;
}

.sec01-in {
	width: 1060px;
	margin: 0 auto;
}

.sec01-inbox {
	width: 680px;
}

.sec01-ttl {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 2px solid #1a1a1a;
	margin-bottom: 20px;
	padding: 0 0 15px 90px;
	background: url(../img/top/sec01_icon.png) no-repeat left center;
}

.sec01-inbox  .cmn-txt {
	font-size: 16px;
	line-height: 1.5em;
}

.sec01-inbox .top-btn {
	margin: 30px auto 0;
	width: 480px;
	height: 60px;
	box-sizing: border-box;
}

/*section02==========*/
#section02 {
	background:url(../img/top/sec02_bg.png) repeat left top;
	padding: 25px 0 60px;
}

.sec02-ttl {
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.sec02-ttl span {
	display: inline-block;
	padding: 10px 90px 6px 80px;
	background-image: url(../img/top/sec02_icon01.png),url(../img/top/sec02_icon02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right top;
}

.tp-case {
	height: 260px;
}

.tp-case li {
	float: left;
	margin-right: 20px;
	width: 230px;
	height: 260px;
	position: relative;
	background-color: #fff;
}

.tp-case li:last-child {
	margin-right: 0;
}

.tp-case .case-img {
	width: 230px;
	height: 160px;
}

.tp-case dd {
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	color: #1a1a1a;
}

#section02 .top-btn {
	width: 620px;
	height: 60px;
	margin: 30px auto 0;
}

/*施工事例共通*/
.case-img {
	position: relative;
	overflow: hidden;
}

.case-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}

/*section03==========*/
#section03 {
	background-image: url(../img/top/sec03_img.png),url(../img/top/sec03_bg.png);
	background-repeat: no-repeat,no-repeat;
	background-position: calc(50% - 490px) 20px,calc(50% + 680px) top;
	padding: 60px 0 100px;
}

.sec03-in {
	width: 620px;
	float:right;
	padding-left: 60px;
	background: url(../img/top/sec03_line.png) no-repeat left top;
}

.sec03-ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing:-0.03em;
	border-bottom: 3px solid #1a1a1a;
	margin: 10px 0 15px;
	padding: 5px 0 15px 100px;
	background: url(../img/top/sec03_icon.png) no-repeat 5px top;
}

.sec03-in .cmn-txt {
	font-size: 16px;
	line-height: 1.5em;
}

.sec03-in .top-btn {
	width: 480px;
	height: 60px;
	margin: 30px auto 0;
}

/*section04==========*/
#section04 {
	padding: 70px 0 80px;
	background: url(../img/top/sec04_bg.png) no-repeat calc(50% + 685px) top;
}

.tp-news {
	float: left;
	width: 600px;
}

.news-ttl {
	font-size: 32px;
	font-weight: bold;
	padding: 3px 0 10px 58px;
	border-bottom: 3px solid #1a1a1a;
	background: url(../img/top/sec04_icon.png) no-repeat left top;
}

.tp-news-l {
	height: 254px;
}

.tp-news-l li:not(:last-of-type) {
	border-bottom: 1px solid #1a1a1a;
}

.tp-news-l dl dt,.tp-news-l dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 18px 0;
}

.tp-news-l dl dt {
	font-size: 12px;
	padding-left: 20px;
	background: url(../img/common/arrow02_r.png) no-repeat 5px center;
	box-sizing: border-box;
	width: 120px;
}

.tp-news li a {
	color: #1a1a1a;
	transition: .10s ease-in;
    -webkit-transition: .10s ease-in;
    -moz-transition: .10s ease-in;
    -o-transition: .10s ease-in;
    -ms-transition: .10s ease-in;
}

.tp-news li a:hover {
	color: #f59f3b;
}

.tp-news .top-btn {
	width: 100%;
	height: 50px;
	margin: 13px auto 0;
}

.fb-wrap {
	float: right;
	width: 320px;
	height: 350px;
	position: relative;
}

.fb-wrap:before {
	content: url(../img/top/fb_ttl.png);
	position: absolute;
	top: -35px;
	left: -12px;
	z-index: 1;
}

.fb-wrap:after {
	content: url(../img/top/fb_icon.png);
	position: absolute;
	top: -46px;
	right: 2px;
}

#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 10%;
	right: 2%;
	z-index:999;
}

/*footer
-----------------------------------*/
#footer {
	background-color: #ffbb39;
}

.footer-in {
	height: 190px;
	padding-top: 20px;
	width: 980px;
	margin: 0 auto;
}

.f-bnr {
	margin-bottom: 30px;
}

.f-bnr li {
	float:left;
	margin-right: 20px;
}

.f-bnr li:last-child {
	margin-right: 0;
}

.f-info {
	text-align: center;
}

.f-logo,
#footer .hf-cont {
	display: inline-block;
}

.f-logo {
	margin: 18px 10px 0 0;
	vertical-align: top;
}

.f-map {
	background-color: #f59f3b;
	text-align: center;
}

.f-map ul li {
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.f-map ul li a {
	color: #fff;
}

.f-map ul li:not(:last-child):after {
	content:" |";
	color: #fff;
}

#copyright {
	color: #f59f3b;
	background-color: #fff;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#copyright a {
	color: #f59f3b;
}

/*下層共通
----------------------------------*/
#btt-content {
	padding: 60px 0 80px;
}

/*main*/
#main-area {
	border-bottom: 10px solid #f59f3b;
	background: url(../img/common/main_bg.jpg) no-repeat center top;
	background-size: cover;
}

.main-in {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

/*bread*/
#bread {
	color: #666;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background-color: #f2f2f2;
}

#bread li {
	float: left;
}

#bread li:not(:last-child):after {
	content: "＞";
	margin: 0 2px 0 3px;
}

#bread li a {
	color: #666;
}

/*blog*/
.blog-s {
	border-bottom: 3px solid #1a1a1a;
	padding-bottom: 10px;
}
.blog-txt {
	line-height: 1.4em;
}

.page-btn {
	font-size: 12px;
	margin-top: 10px;
}

.page-btn a {
	color: #1a1a1a;
}

.page-btn .left a:before {
	content: url(../img/common/arrow02_l.png);
	margin-right: 5px;
}

.page-btn .right a:after {
	content: url(../img/common/arrow02_r.png);
	margin-left: 5px;
}

/*title*/
.title01 {
	font-size: 26px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 5px;
	border-bottom: 5px solid #1a1a1a;
	margin-bottom: 15px;
}

.title01 span {
	background: url(../img/common/ttl_line.png) repeat-y left top;
	padding: 7px 0 7px 20px;
	display: block;
}

/*txt*/
.txt-l {
	float: left;
	width: 640px;
	line-height: 1.4em;
}

.img-r {
	float:right;
}

/*dl*/
.cmn-dl>dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #1a1a1a;
	padding: 10px 0;
}

.cmn-dl>dl>dt,.cmn-dl>dl>dd {
	display: table-cell;
	vertical-align: top;
	padding: 7px 0 8px 10px;
	line-height: 1.4em;
}

.cmn-dl>dl>dt {
	padding-left: 10px;
	box-sizing: border-box;
	width: 150px;
	border-right: 1px solid #ccc;
	font-weight: bold;

}

/*news
--------------------------------------------*/
.news-list {
	margin-top: -15px;
}

.news-list li {
	border-bottom: 3px solid #1a1a1a;
}

.news-list li dl {
	border-bottom: 1px solid #1a1a1a;
	padding: 13px 0 10px;
}

.news-list li dl dt {
	font-size: 12px;
	color: #f08a2c;
	margin-bottom: 10px;
}

.news-list li dl dd {
	font-size: 16px;
	font-weight: bold;
}

.news-txt {
	color: #666;
	margin: 10px 0 20px;
}

.news-btn {
	text-align: right;
	margin-bottom: 20px;
}

.news-btn a {
	display: inline-block;
	padding: 9px 40px 7px;
	color: #fff;
	background-color: #f59f3b;
}

.news-btn a:before {
	content: url(../img/news/news_ar.png);
	margin-right: 15px;
}

.news-day {
	color: #f08a2c;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

/*case
--------------------------------------------*/
.case-list li {
	float: left;
	margin: 30px 20px 0 0;
	padding: 25px 15px;
	box-sizing: border-box;
	width: 480px;
	height: 270px;
	background-color: #f2f2f2;
	position: relative;
}

.case-list li:nth-child(2n) {
	margin-right: 0;
}

.case-list li:nth-child(-n+2) {
	margin-top: 0;
}

.case-imgbox {
	background: url(../img/case/case_ar01.png) no-repeat center center;
	margin-bottom: 15px;
}

.case-imgbox dl {
	position: relative;
}

.case-imgbox dl:first-child {
	float:left;
}

.case-imgbox dl:last-child {
	float:right;
}

.case-imgbox dl dt {
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
}

.case-list .case-img {
	width: 210px;
	height: 160px;
}

.case-ttl {
	font-size: 15px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1a1a1a;
}

/*detail*/
.case-detail {
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
}

.case-detail dl {
	clear: both;
}

.case-detail dl dt {
	padding: 0 0 2px 3px;
	background: url(../img/case/case‌_line.png) no-repeat left bottom;
	margin-bottom: 10px;
}

.case-detail .case-img {
	width: 300px;
	height: 210px;
}

.case-detail dl dd li {
	float: left;
	margin-right: 20px;
}

.case-detail dl dd li:last-child {
	margin-right: 0;
}

.case-detail dl:first-child:after {
	content: url(../img/case/case_ar02.png);
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 20px auto 15px;
}

/*policy
--------------------------------------------*/
.policy-sec01 {
	margin-bottom: 60px;
}

.policy-sec01 .tbox01 {
	margin-bottom: 40px;
}

.policy-txt01 {
	margin-bottom: 20px;
}

.policy-pt li {
	padding: 20px 0;
	border-bottom: 1px dashed #1a1a1a;
}

.policy-pt li:first-child {
	border-top: 1px dashed #1a1a1a;
}

.pt-img {
	float: left;
}

.pt-txt {
	float: right;
	width: 660px;
}

.policy-pt h4 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

.policy-pt h4 span {
	display: block;
	border-left: 8px solid #f59f3b;
	padding: 5px 0 4px 10px;
}

.pt-txt .cmn-txt {
	line-height: 1.4em;
}

/*works
--------------------------------------------*/
.works-info {
	margin-bottom: 60px;
}

.works-ca {
	background: url(../img/works/w_bg01.png) repeat left top #f2f2f2;
	padding: 30px 40px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.works-ca li {
	background: url(../img/works/works_ar.png) no-repeat 10px center #f59f3b;
	width: 210px;
	height: 60px;
	margin: 20px 20px 0 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	display: table;
}

.works-ca li:nth-child(4n) {
	margin-right: 0;
}

.works-ca li:nth-child(-n+4) {
	margin-top: 0;
}

.works-ca li a {
	color:#fff;
	display: table-cell;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 30px;
	vertical-align: middle;
}

.works-list>section {
	margin-bottom: 60px;
}

.works-info .cmn-txt{
	line-height: 1.4em;
	margin-bottom: 15px;
}

.w-box .img-l {
	float: left;
}

.w-box .txt-r {
	float: right;
	line-height: 1.4em;
	width: 660px;
}

.w-detail dl {
	margin-bottom: 20px;
}

.w-detail dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0 3px 10px;
	border-left: 8px solid #ffcf4f;
}

.w-sub {
	border-top: 1px dashed #1a1a1a;
	padding-top: 15px;
}

/*company
--------------------------------------------*/
.co-greeting {
	margin-bottom: 60px;
}

.co-greeting .tbox01 {
	margin-bottom: 40px;
}

.co-dl {
	margin-top: -15px;
}

.co-dl>dl>dd>ul li:before {
	content: "・";
}

.co-add dt,.co-add dd {
	display: table-cell;
}

.co-add dt {
	font-weight: bold;
}

.co-add dt:after {
	content: ":";
}

/*contact
--------------------------------------------*/
.cont-about {
	margin-bottom: 40px;
}

.about-tel {
	margin-top: 15px;
}
.about-tel dt,.about-tel dd {
	display: table-cell;
	vertical-align: middle;
}

.about-tel dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	height: 70px;
	border-left: 10px solid #ffcf4f;
	padding: 0 30px 0 10px;
	background: url(../img/contact/cont_line.png) no-repeat right center;
}

.about-tel dd {
	padding-left: 20px;
}

/*form*/
.form-ttl {
	padding: 15px 15px 13px 15px;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
}

.cont-dl>dl>dt {
	width: 200px;
	padding-right: 15px;
	vertical-align: middle;
}

.cont-dl .dt-t {
	vertical-align: top;
}

.cont-dl>dl>dt span {
	font-size: 12px;
	font-weight: normal;
	color: #f08a2c;
	margin-left: 5px;
}

.cont-dl>dl>dd {
	padding: 10px 0 10px 15px;
}

.cont-dl input[type="text"],
.cont-dl input[type="num"],
.cont-dl textarea {
	background-color: #f1eee8;
	border: none;
	padding:5px;
	box-sizing: border-box;
}

.cont-dl input[type="text"] {
	width: 560px;
}

.cont-dl input#pc01,
.cont-dl input#pc02 {
    width: 70px;
}
.cont-dl input#captcha {
    width: 260px !important;
}

.cont-dl textarea {
	width: 740px;
	height: 200px;
	resize: vertical;
}

.form-radio li {
	display: inline-block;
	margin-right: 20px;
}

.cont-btn {
	text-align: center;
	margin-top: 40px;
}

.cont-btn li {
	padding: 0px 10px;
	display: inline-block;
}

.cont-btn input {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 95px 25px 115px;
	border: none;
	background: url(../img/contact/cont_ar.png) no-repeat 85px center #ffbb39;
	cursor: pointer;
}

.cont-dl>dl>dd a {
	color: #1a1a1a;
}

.error-text {
	color: #F44336;
}

.mb10 {
	margin-bottom: 10px;
}

/*site_map
--------------------------------------------*/
.site_map {
	margin-top: -15px;
}

.site_map li {
	font-size: 16px;
	border-bottom: 1px solid #1a1a1a;
}

.site_map li a {
	color: #1a1a1a;
	display: block;
	padding: 16px 20px 14px 35px;
	background: url(../img/common/arrow01.png) no-repeat 10px center;
}

/*privacy
--------------------------------------------*/
.privacy-box {
	margin-bottom: 60px;
}

.privacy-text {
	line-height: 1.4em;
}

/*画像サイズ設定========*/
.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.thumb img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*ページャー=============*/
ul.pagenation {
	margin-top: 10px;
	text-align: center;
}

ul.pagenation a {
	color: #1a1a1a;
}

.pagenation li {
    padding: 5px 5px 3px;
    display: inline-block;
    border: 1px solid #f59f3b;
}

li.current {
    color: #fff;
    background-color: #f59f3b;
}

.mt15 {
	margin-top: 15px;
}