﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    WORKS css
------------------------------------------------------------*/  

#detailHd{ background-image:url(../img/visual.jpg);}

.sectionHd{
	display:inline-block;
	padding:80px 0 15px;
	margin-bottom:40px;
	font-size:217%;
	border-bottom:1px solid #7B0019;
}

.sectionHd p{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Oswald', sans-serif;
	color:#890621;
	font-weight:500;
	letter-spacing:2px;
}

.sectionHd h3{
	display:inline-block;
	vertical-align:middle;
}

.subHd{
	width: 360px;
	text-align: center;
	line-height: 54px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 150%;
	background-color: #6BB6B4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: 500;
}

/*------------------------------------------------------------ 
    スライダー 
------------------------------------------------------------*/  

#slider{ margin-bottom:60px;}

.sliderWrap{
	width:780px;
	padding:0 43px;
	float:left;
	position:relative;
}

.controlWrap{
	width:290px;
	float:right;
	overflow:hidden;
}

#bx-pager{
	width:auto;
	margin:-4px -5px -5px;
	overflow:hidden;
}

#bx-pager li{
	width:140px;
	height:100px;
	float:left;
	margin:4px 5px 5px;
	overflow:hidden;
}

#bx-pager img{
	width:auto;
	height:100px;
}

#bx-pager .active{ opacity:0.7;}

.bx-wrapper .bx-controls-direction a{
	width:28px;
	height:50px;
	margin-top:-25px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:28px 50px;
}

.bx-wrapper .bx-prev{
	background-image:url(../img/icon-prev.png);
	left:-43px;
}

.bx-wrapper .bx-next{
	background-image:url(../img/icon-next.png);
	right:-43px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{ background-position:0 0;}

/*------------------------------------------------------------ 
    施工内容 
------------------------------------------------------------*/  

.worksTbl{
	width: 100%;
	font-size: 134%;
	border-top: 1px solid #B3B2B1;
	margin-bottom: 30px;
}

.worksTbl th{
	width:500px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:12px 0 12px 30px;
	border-bottom:1px solid #B3B2B1;
	line-height:1.5;
}

.worksTbl th span{
	font-weight: normal;
	font-size: 1.6rem;
}


.worksTbl td{
	vertical-align: top;
	border-bottom: 1px solid #B3B2B1;
	line-height: 1.5;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.worksTbl li{
	text-indent:-1em;
	padding-left:1em;
	line-height:1.5;
}

.worksTbl li:before{ content:"・";}


/*------------------------------------------------------------ 
    お客様の要望 
------------------------------------------------------------*/  

#request{
	padding:60px 0;
	margin:60px 0;
	background:url(../img/bg-request.png) repeat;
}

.worksTxt{
	font-size:134%;
	line-height:2;
}

/*------------------------------------------------------------ 
    プランニングのポイント 
------------------------------------------------------------*/  

.worksImg{
	width:50%;
	float:left;
}

.worksTxt2{
	width:46%;
	float:right;
	font-size:134%;
	line-height:2;
}

#faq{ padding:40px 0 60px;}

.faqHd{
	font-size:167%;
	padding-bottom:20px;
	border-bottom:1px solid #B3B2B1;
}

.faq{
	padding:20px 10px 20px 30px;
	font-size:134%;
	border-bottom:1px solid #B3B2B1;
}

.faq dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-left:30px;
	position:relative;
	line-height:1.5;
	min-height:20px;
}

.faq dd{
	padding-left:30px;
	position:relative;
	line-height:1.5;
	min-height:20px;
}

.faq dt:before,
.faq dd:before{
	width:30px;
	font-family: 'Oswald', sans-serif;
	color:#890621;
	font-size:150%;
	font-weight:500;
	line-height:20px;
	position:absolute;
	left:0;
	top:0;
}

.faq dt:before{ content:"Q.";}
.faq dd:before{ content:"A.";}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

.sectionHd{
	padding-top:60px;
	margin-bottom:30px;
	font-size:200%;
}

.subHd{
	width:320px;
	margin-bottom:25px;
	font-size:184%;
}

/* スライダー */

#slider{ margin-bottom:40px;}

.sliderWrap{
	width:100%;
	padding:0;
	float:none;
}

.controlWrap{ display:none;}

.bx-wrapper .bx-controls-direction a{
	width:50px;
	height:100%;
	margin-top:0;
	top:0;
	background-position:50% 50%;
}

.bx-wrapper .bx-prev{
	left:0;
	background-image:url(../img/icon-prev-sp.png);
}

.bx-wrapper .bx-next{
	right:0;
	background-image:url(../img/icon-next-sp.png);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{ background-position:50% 50%;}


/* 施工内容 */

.worksTbl{ font-size:125%;}

.worksTbl th{
	width:400px;
	padding:10px 0 10px 30px;
}

.worksTbl td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* お客様の要望 */

#request{
	padding:40px 0;
	margin:40px 0;
}

.worksTxt,
.worksTxt2{
	font-size:125%;
	line-height:1.6;
}

/* プランニングのポイント */

#faq{ padding:30px 0 40px;}

.faqHd{
	font-size:142%;
	padding-bottom:15px;
}

.faq{
	padding:15px 10px 15px 20px;
	font-size:125%;
}

.faq dt,
.faq dd{ padding-left:20px;}

.faq dt:before,
.faq dd:before{ font-size:134%;}

}


/* SP */
@media screen and (max-width: 560px){

.sectionHd{
	padding-top:40px;
	margin-bottom:20px;
	font-size:150%;
}

.subHd{
	width:auto;
	margin-bottom:20px;
	font-size:134%;
	line-height:46px;
}

/* スライダー */

#slider{ margin-bottom:30px;}

.bx-wrapper .bx-controls-direction a{
	width:40px;
	background-size:14px 25px;
}


/* 施工内容 */

.worksTbl{ font-size:117%;}

.worksTbl,
.worksTbl tbody,
.worksTbl tr,
.worksTbl th,
.worksTbl td{ display:block;}

.worksTbl th{
	width:auto;
	padding:10px 10px 0;
	border-bottom:none;
}

.worksTbl td{
	width:auto;
	padding:5px 10px 10px;
}


/* お客様の要望 */

#request{
	padding:30px 0;
	margin:30px 0;
}

.worksTxt,
.worksTxt2{ font-size:117%;}
.worksTxt2{ margin-top:15px;}

/* プランニングのポイント */

.worksImg,
.worksTxt2{
	width:100%;
	float:none;
}

.faqHd{
	font-size:125%;
	padding-bottom:15px;
}

.faq{
	padding:10px;
	font-size:117%;
}

}




/* イメージリスト メニュー*/
#imageListmenu01{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageListmenu01 li{
	width:25%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListmenu01 p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageListmenu01 p.txt02 {
	color:#333333;
	text-align:center;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListmenu01 li{
	width:50%;
	float:left;
	padding:0 15px;
}
}


/* イメージリスト メニュー*/
#imageListmenu02{
	max-width: 800px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#imageListmenu02 li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

#imageListmenu02 p.txt01 {
	display: block;
	width: 100%;
	padding: 1.8em;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border: 2px solid #EC407A;
	border-radius: 3px;
	transition: .4s;
	font-size: 1.8rem;
	font-weight: 600;
}
#imageListmenu02 p.txt01:hover {
	background: #EC407A;
	color: #fff;
}

#imageListmenu02 p.txt01 a:active{
	color: #fff;
}

#imageListmenu02 p.txt01 a:hover {
	color: #fff;
}


.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListmenu02 li{
	width:100%;
	float:none;
	padding:0 15px;
}
}


