@charset "UTF-8";

/******************
テンプレート全体[共通]
******************/

.commonBox{
	overflow:hidden;
	padding-bottom:20px;
	width:100%;
}

.commonBox:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

* html .commonBox {
	height: 1%;
}

p{

}

img.aligncenter{
	display: block;
	margin:0 auto;
	float:none;
}

img.alignright{
	margin:0 0 0 auto;
	display:block;
	float:none;
}

img.alignleft{
	text-align: left;
	float:none;
}

/******************
テンプレートレイアウト[PC]
******************/
.templateBox{
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	width:100%;
}
/*左文章・右画像*/
.commonLeft60{
	width:60%;
	float:left;
}
.commonRight35{
	width:35%;
	float:right;
	text-align:center;
}
/*左画像・右文章*/
.commonLeft35{
	width:35%;
	float:left;
	text-align:center;
}
.commonRight60{
	width:60%;
	float:right;
}
/*画像2列*/
.commonImg2{
	width:46%;
	padding: 20px 2%;
	float:left;
	text-align:center;
}
/*画像4列*/
.commonImg4{
	width:21%;
	padding:20px 2%;
	float:left;
	text-align:center;
}

/******************
テンプレートレイアウト[SP]
******************/
@media screen and (min-width: 481px) and (max-width: 768px) {
.templateBox{
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	width:100%;
}
/*左文章・右画像*/
.commonLeft60{
	width:100%;
	float:none;
	margin:0 auto 20px;
}
.commonRight35{
	width:80%;
	float:none;
	text-align:center;
	margin:0 auto;
}
/*左画像・右文章*/
.commonLeft35{
	width:80%;
	float:none;
	text-align:center;
	margin:0 auto;
}
.commonRight60{
	width:100%;
	float:none;
	margin:20px auto 0;
}
/*画像2列*/
.commonImg2{
	width:42%;
	padding: 20px 4%;
	float:left;
	text-align:center;
	margin:0 auto;
}
/*画像4列*/
.commonImg4{
	width:42%;
	padding:20px 4%;
	float:left;
	text-align:center;
	margin:0 auto;
}
.commonImg4:nth-child(2n+1){
	clear:both;
}
}
@media screen and (max-width: 480px) {
.templateBox{
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	width:100%;
}
/*左文章・右画像*/
.commonLeft60{
	width:100%;
	float:none;
	margin:0 auto 20px;
}
.commonRight35{
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto;
}
/*左画像・右文章*/
.commonLeft35{
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto;
}
.commonRight60{
	width:100%;
	float:none;
	margin:20px auto 0;
}
/*画像2列*/
.commonImg2{
	width:46%;
	padding: 20px 2%;
	float:left;
	text-align:center;
	margin:0 auto;
}
/*画像4列*/
.commonImg4{
	width:46%;
	padding:20px 2%;
	float:left;
	text-align:center;
	margin:0 auto;
}
.commonImg4:nth-child(2n+1){
	clear:both;
}
}

/******************
中ページトップ
******************/
#wrapper #header{
	width:100%;
	margin:0 auto;
	box-shadow: 0 1px 2px #808080;
}
#headerBox{
	width:1100px;
	margin:0 auto;
}
#h-logo{
	width:200px;
	margin:15px 0;
	float:left;
}
#headerLeft{
	width:470px;
	float:left;
	margin:30px 0 0 60px;
}
#headerRight{
	float:right;
}
#h-tel{
	width:240px;
	margin:20px 0 10px;
}
#h-contact{
	width:240px;
}
@media screen and (min-width: 1141px) and (max-width: 1400px) {
#headerLeft{
	width:400px;
	margin:15px 0 0 60px;
}
#headerRight{
	margin-right:100px;
}
}
@media screen and (min-width: 961px) and (max-width: 1140px) {
#headerBox{
	width:100%;
}
#h-logo{
	margin:15px;
}
#headerLeft{
	width:320px;
	margin:15px 0 0 45px;
}
#headerRight{
	margin-right:140px;
}
}
@media screen and (max-width: 1000px) {
#headerLeft{
	display:none;
}
}
@media screen and (max-width: 960px) {
#headerBox{
	width:100%;
}
#h-logo{
	width:160px;
	margin:0px auto;
	float:none;
	padding:5px 0;
}
#headerRight{
	display:none;
}
}


/******************
中ページ共通項目[共通]
******************/

input , textarea{
	font-size: 16px;
	border: 1px solid #cccccc;
	outline: none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:5px;
}

#breadcrumbWrap{
	clear:both;
	padding:10px 0;
}

#breadcrumbWrap p{
	font-size:90%;
	width:1100px;
	position:relative;
}

#breadcrumbWrap p img{
	vertical-align:middle;
	padding-bottom:2px;
}

.homeIconWrap{
	width:17px;
	height:17px;
	display:inline-block;
}
#wrapper #contents{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	padding:30px 0px
}

#wrapper #main{
	width:1120px;
	margin:0 auto;
	overflow:hidden;
}

h1{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
	text-shadow: #000 1px 1px 4px, #000 -1px 1px 5px, #000 1px -1px 4px, #000 -1px -1px 4px;
	clear:both;
	font-size:250%;
	line-height:120%;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:0.1em;
    height: 0;
    padding-top: 10.41%;  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	position:relative;
	text-align: center;
	background: url(./images/common/midashi-bg.jpg) no-repeat left top;
    background-size: contain;
}
h1 span{
	position:absolute;
	top:40%;
	left:0;
	right:0;
}

h2{
	clear:both;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:20px;
	padding: 10px;
	position: relative;
	margin:0 auto 30px;
	border-bottom: solid 3px #b6272d;
	position: relative;
}
h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #1e1e1e;
	bottom: -3px;
	left:0;
	width: 20%;
}
.editPostLink{
	clear:both;
	padding-bottom:20px;
	width:1100px;
	margin:0 auto;
}

.editPostLink a{
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

h3{
	position: relative;
	padding-top:10px;
	padding-left: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom:3px;
	font-weight:400;
	margin-bottom:30px;
}

h3:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #5472cd;
}

h3:after{
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #5472cd;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #f29528;
	color:#fff;
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
h1{
	font-size:220%;
}
h1 span{
	top:28%;
}
}
@media screen and (max-width: 960px) {
h1{
	font-size:200%;
    padding-top: 22.32%;  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	background: url(./images/common/midashi-bg-sp.jpg) no-repeat left top;
	background-size: auto auto;
	background-size: cover;
}
h1 span{
	top:42%;
}
}
@media screen and (max-width: 640px) {
h1 span{
	top:36%;
}
}

/******************
中ページ共通項目[タブレット]
******************/
@media screen and (max-width: 1140px) {

#breadcrumbWrap p{
	width:96%;
}

#wrapper #main{
	width:96%;
	margin:0 auto;
}
}


/******************
中ページ共通CSS
******************/

.contArea,.area-center1,.area-center2{
	width:90%;
	margin:0 auto;	
}

/******************
中フッター[PC]
******************/
#footerLowerWrap{
	margin-top:40px;
	background-color:#1e1e1e;
	padding:20px 0;
}
#copyRight{
	color:#fff;
	font-size:90%;
	text-align:center;
}

/******************
お問い合わせ[PC]
******************/

.mw_wp_form input,
.mw_wp_form select{
	-webkit-appearance: none;
	padding: 5px 1% 5px;
	line-height:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	color: #323232;
	border:1px solid #777;
	max-width:90%;
}
select::-ms-expand {
	display: none;
}
.mw_wp_form input[type=radio]{
	width:15px;
	margin:3px 10px 0;
	display:inline-block;
	vertical-align:top;
}

.mw_wp_form textarea{
	overflow: auto;
	height:120px;
	padding: 5px 1% 5px;
	line-height:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	color: #323232;
	border:1px solid #777;
	width:85%;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.hosoku-txt,.hosoku-txt1{
	color:#575757;
	font-size:85%;
}

.hosoku-txt{
	margin-left:7px;
}

.hosoku-txt1{
	margin-top:3px;
}

#inquiryForm{
	margin:0 auto;
	width:90%;
}

#inquiryForm table{
	width:100%;
	border-spacing: 0;
}

#inquiryForm tr{
	clear:both;
}

#inquiryForm th{
	position:relative;
	width:34%;
	text-align:left;
	font-weight:500;
	padding:16px 0 12px 2%;
	vertical-align:top;
	border-bottom:1px solid #c2c3c3;
}

#inquiryForm td{
	padding:14px 0;
	border-bottom:1px solid #c2c3c3;
}
.mw_wp_form span.require{
	background-color:#d14423;
	display:inline-block;
	color:white;
	padding:2px 4px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	right:15%;
	font-size:90%;
	line-height:1.4em;
}
#inquiryForm .mwform-tel-field .telForm,
#inquiryForm .mwform-tel-field .faxForm{
	width:45px;
}

#inquiryForm .mwform-tel-field .telForm:nth-child(2),
#inquiryForm .mwform-tel-field .faxForm:nth-child(2){
	width:35px;
}

#inquiryForm #zip,
#inquiryForm .mwform-tel-field .telForm,
#inquiryForm .mwform-tel-field .faxForm,
#inquiryForm .mailaddress,#inquiryForm .mailcheck{
-ms-ime-mode: disabled;
}

#inquiryForm :-ms-input-placeholder{
	color:#979797;
}

#formBtnBox{
	width:300px;
	margin:0 auto;
}

.formBtn input{
	width:140px;
	height:45px;
	cursor:pointer;
	outline:none;
	background-color:#4d1013;
	color:white;
	border:none;
	font-size:120%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	letter-spacing:1px;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	padding:0;
}

.mw_wp_form .btnLeft{
	margin:50px auto;
}
.mw_wp_form .btnRight{
	margin:50px auto;
	text-align:center;
}
.mw_wp_form_confirm .btnLeft{
	float:left;
	margin:50px 0;
}
.mw_wp_form_confirm .btnRight{
	float:right;
	margin:50px 0;
}

.mw_wp_form .btnLeft input{
	background-color:#999999;
	border:none;
}

.mw_wp_form .btnLeft .formBtn input:hover{
	background-color: #aaaaaa;
}

.mw_wp_form .btnRight .formBtn input:hover{
	background-color:#b6272d;
}

.mw_wp_form_confirm .txt_center,
.mw_wp_form_confirm .resetBtn,
.mw_wp_form_confirm .hosoku-txt,
.mw_wp_form_confirm .hosoku-txt1,
.mw_wp_form_confirm span.require,
.mw_wp_form_confirm #inquiryForm .mailcheck,
.mw_wp_form_confirm span.require{
	display:none;
}

.messe-end{
	clear:both;
}

.mw_wp_form_confirm{
	clear:both;
}
.mw_wp_form .error{
	clear:both;
	font-weight:500;
}


/******************
お問い合わせ[タブレット・スマホ]
******************/

@media screen and (max-width: 920px) {

#inquiryForm{
	width:100%;
}

#inquiryForm table{
	border-top:1px solid #e4e9ec;
}

#inquiryForm table,#inquiryForm tbody,#inquiryForm tr{
	display:block;
}

#inquiryForm th{
	background-color:#f4f9fc;
	border-bottom:1px dotted #e4e9ec;
}

#inquiryForm td{
	border-bottom:1px solid #e4e9ec;
}

#inquiryForm th,#inquiryForm td{
	padding:14px 1% 14px 1%;
	width:98%;
	display:block;
	
}

.mw_wp_form span.require{
	position:static;
	display:inline-block;
	margin-left:15px;
}

.mw_wp_form_confirm  span.require{
	display:none;
}

}

/******************
お問い合わせ[スマートフォン]
******************/

@media screen and (max-width: 500px) {
.hosoku-txt,.hosoku-txt1{
	display:block;
}

#formBtnBox{
	width:290px;
	margin:0 auto;
}

}

/******************
プライバシーポリシー[PC]
******************/

.pp-txt{
	margin:0 auto;
	width:90%;
	margin-bottom:5px;
}

.pp-txt1{
	margin:0 auto;
	width:90%;
    text-indent: -10px;
    padding-left: 70px;

}

/******************
プライバシーポリシー[タブレット・スマートフォン]
******************/

@media screen and (max-width: 1130px) {

.pp-txt{
	width:100%;
	margin-bottom:4px;
}

.pp-txt1{
	width:100%;
	text-indent: -10px;
	padding-left: 5%;
}

}


/******************
サイトマップ[PC]
******************/

.sitemapWrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
}

.sitemapBox{
	width:38%;
	float:left;
	padding-left:5%;
	padding-right:5%;
}

.sitemapWrap .sitemapBox:first-child{
	margin-left:1%;
	border-right:1px dotted #cccccc; 
}

.sitemapBox li{
	position:relative;
}

.sitemapBox li a{
	position:relative;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:30px;
	border:1px solid #cccccc;
	display:block;
	padding-left:60px;
}


.sitemapBox li a:hover{
	text-decoration:none;
}

.sitemapBox li a::before {
     position: absolute;
     content: '';
     width: 16px;
     height: 16px;
     background: #697b91;
     border-radius: 50%;
     top: 50%;
     left: 30px;
     margin-top: -7px;
}
.sitemapBox li a::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 4px transparent;
     border-left: solid 6px #fff;
     top: 50%;
     left:36px;
     margin-top: -3px;
}

.sitemapBox li ul{
	padding-bottom:20px;
}

.sitemapBox li ul li a{
	padding-left:50px;
	background:url(./images/common/icon2.png) no-repeat 25px 16px;
	margin:3px 0px;
	border:none;
}


/******************
サイトマップ[スマートフォン]
******************/

@media screen and (max-width: 640px) {
.sitemapBox{
	width:90%;
	float:none;
	padding-left:5%;
	padding-right:5%;
}

.sitemapWrap .sitemapBox:first-child{
	margin-left:0;
	border-right:none; 
}

}


/******************
お知らせ[PC]
******************/

#infoBox{
	width:90%;
	margin:0 auto;
}

#infoBox ul{
	clear:both;
	overflow:hidden;
}

#infoBox li{
    padding: 2% 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    font-size: 120%;
}

/*施工実績 一覧*/
.workCatListBox{
	clear:both;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.workListBox{
	width:23%;
	float:left;
	margin:0 1% 20px;
}
.workListImg{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width:250px;
	height:188px;
	display:block;
}
.workListImg img{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	text-align:center;
	max-width: 100%;
	max-height: 188px;
	width: auto;
	height: auto;
}
.workListTitle{
	padding:10px 3px 3px 3px;
	margin:0 auto;
}
.toWorkCatList, .workDetailToList{
	clear:both;
	padding:40px 0;
	text-align:right;
}
.toWorkCatList a, .workDetailToList a{
	display:inline-block;
	padding:2px 25px 4px 10px;
	background-color: #4d1013;
	color:#fff;
	position:relative;
	border-radius:4px;
}
.toWorkCatList a::after, .workDetailToList a::after {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 6px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 6px solid #fff;
}
.toWorkCatList a:hover, .workDetailToList a:hover{
	color:#fff;
	background-color: #b6272d;
}
.toWorkCatList a:hover::after, .workDetailToList a:hover::after {
	border-left: 6px solid #fff;
}
@media screen and (min-width: 961px) and (max-width: 1140px) {
#workListWrap{
	width:760px;
	margin:0 auto;
}
.workListBox{
	width:320px;
	margin:0 30px 40px;
}
.workListImg{
	width:320px;
	height:240px;
}
.workListImg img{
	max-height:240px;
}
}
@media screen and (max-width: 960px) {
.workListBox{
	width:46%;
	margin:0 2% 20px;
}
.workListBox:nth-child(2n+1){
	clear:both;
}
.workListImg{
	width:auto;
	height:auto;
}
.workListImg img{
	position:relative;
	max-height: 100%;
}
}
/*施工実績 詳細*/
#workBox{
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}
#thumbnailsBox .slick-track{
	width:100%!important;
}
#thumbnailsBox{
	width:480px;
	text-align:center;
	position:relative;
	margin:0 auto;
	float:right;
}
#thumbnailsBox li{
	float:left;
	width:140px!important;
	height:105px;
	overflow:hidden;
	margin:0px 0px 18px 18px;
	position:relative;
	border:1px solid #ccc;
}
#thumbnailsBox li:hover{
	cursor:pointer;
}
#thumbnailsBox li img{
	cursor:pointer;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align:center;
	max-width: 100%;
	max-height: 105px;
	width: auto;
	height: auto;
}
#thumbnailsBox .thumbnail-item::after {
    opacity: 0;
}
#thumbnailsBox .thumbnail-item.thumbnail-current::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
#workMain{
	clear:both;
}
@media print,screen and (min-width: 1141px){
#mainImgBox{
	width:600px;
	height:450px;
	text-align:center;
	position:relative;
	margin:0 auto;
	float:left;
	border:1px solid #ccc;
}
#mainImgBox .slick-slide{
	width:600px;
	height:450px;
	position:relative;
}
.slide-item{
	height:450px !important;
}
.slide-item img{
	width:auto;
	max-width:600px;
	max-height:450px !important;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
}
#thumbnailsBox{
	width:500px;
}
#thumbnailsBox li{
	margin:0 12px 10px;
}
}
@media screen and (min-width: 961px) and (max-width: 1140px) {
#mainImgBox{
	width:600px;
	height:450px;
	text-align:center;
	position:relative;
	margin:0 auto;
	float:left;
	border:1px solid #ccc;
}
#mainImgBox .slick-slide{
	width:600px;
	height:450px;
	position:relative;
}
.slide-item{
	height:450px !important;
}
.slide-item img{
	width:auto;
	max-width:600px;
	max-height:450px !important;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
}
#thumbnailsBox{
	width:300px;
}
#thumbnailsBox li{
	margin:0 4px 10px;
}
}
@media screen and (min-width: 481px) and (max-width: 960px) {
#mainImgBox{
	width:98%;
	float:none;
	margin:0 auto 30px;
	border:1px solid #ccc;
}
.slide-item{
	position:relative;
}
.slide-item img{
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#thumbnailsBox{
	width:460px;
	float:none;
}
#thumbnailsBox li{
	margin:0 5px 10px;
}
}
@media screen and (max-width: 480px) {
#mainImgBox{
	width:98%;
	float:none;
	margin:0 auto 30px;
	border:1px solid #ccc;
}
.slide-item{
	position:relative;
}
.slide-item img{
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#handling li a{
	font-size: 90%;
}
#thumbnailsBox{
	width:300px;
	float:none;
	margin:20px auto 0;
}
#thumbnailsBox li{
	margin:0 4px 8px;
}
}