﻿@charset "utf-8";
/*
Theme Name: responsive_042
Theme URI: http://c-tpl.com/
Description: responsive_042
Version: 1.1
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.1
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html,body{
    /*padding:0;下部固定用に変更*/
    /*margin:0;下部固定用に変更*/
   /*height: 100vh;下部固定用に変更*/
}
body{
position: relative;/*上部固定用に変更*/
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#fff;

}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#252525;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
color:#3D97DF;color:#5FA7CC;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .topNewsTitle:after, .bg:after,.post:after,header:after,footer:after,div.col3:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.topNewsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/

input, textarea {
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

input[type="text"], input[type="tel"], input[type="email"], textarea{
max-width:90%;
vertical-align:middle;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"],.button a{
padding:5px 10px;
background: #56a8e7; background:#000;
/*background: -moz-linear-gradient(top, #56a8e7 0%, #357dbd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a8e7), color-stop(100%,#357dbd));
background: -webkit-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: -o-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: linear-gradient(to bottom, #56a8e7 0%,#357dbd 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a8e7', endColorstr='#357dbd',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button a:hover{
background: #56a8e7;background:#333;
/*background: -moz-linear-gradient(top, #357dbd 0%, #56a8e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357dbd), color-stop(100%,#56a8e7));
background: -webkit-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: -o-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: linear-gradient(to bottom, #357dbd 0%,#56a8e7 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357dbd', endColorstr='#56a8e7',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
.inner{
margin:0 auto;
width:960px;
}

#header{
position: fixed;/*上部固定用に変更*/
margin:0 auto;/*上部固定用に変更*/
width:100% !important;/*上部固定用に変更*/
/*overflow:hidden;*/
background:#fff;
z-index: 3;/*上部固定用に変更*//*重なり順 1番*/
}

#content{
    width:100%;/*上部固定用に変更*/
    position:absolute;/*上部固定用に変更*/
    top:200px;/*上部固定用に変更*/
    z-index: 2;/*上部固定用に変更*//*重なり順 2番*/
padding:0;
margin:0 0 70px;margin:0 0 0;/*上部固定用に変更*/
}

#sidebar{
}
.t-a_left{
text-align:left !important;
}
.t-a_left span{
    background: #5FA7CC; background: #ce7a7a;
    border-radius: 5px;
    color: #fff;
    padding: 2px 6px;
    font-size: 90%;
}
 h3.redh3 span{
    background: #5FA7CC; background: #ce7a7a;
    border-radius: 5px;
    color: #fff;
    padding: 2px 6px;
    font-size: 90%;
}
.t-a_left_info{
text-align:left !important;
    margin-bottom: 0;
}
.cream_bg{
    padding:15px; 
    background:#fcf9f3;background:#F0ECE8;
    min-height: 100%;
}
.white_bg{
    padding:0 0 15px 0; 
    background:#fff;
    min-height: 100%;
}
.pad_t1{
    padding-top: 1% !important;
}
.pad_t2{
    padding-top: 2% !important;
}

/* ヘッダー
*****************************************************/
#header .bg {
	margin-bottom: 20px;
	background: #ddd;background: #ccc;
}


/* サイト説明文 + 住所
----------------------------------*/
#header .bg .inner h1, #header .bg .inner p{
float:left;
padding:3px 0;
font-size:82%;
font-weight:normal;

}

#header .bg .inner p {
float: right;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:17px 0 10px 10px;padding:0px 0 10px 0px;
color: #515151;
font-size:160%;
font-weight:bold;
line-height:1;
width: 210px;
}
#header h2 img {
width:200px;width:240px;
}

/* ロゴ右スペース
----------------------------------*/
#header .headerRight {
float:right;
text-align: right;
padding:0 0 6px 0;
}
.headerPhone {
margin-top: 12px;
font-size: 120%;
line-height:1;
color: #3D97DF;color:#5FA7CC;color:#252525;
font-weight: 700;
}
.headerPhone span {
font-size: 130%;font-size: 120%;
}

/* サブナビゲーション
----------------------------------*/

#header .headerRight ul li{
display:inline;
margin-left:10px;
}

#header .headerRight ul li a{
padding-left:10px;
background:url(images/arrowSub.png) no-repeat 0 5px;
//color: #3D97DF;color:#5FA7CC;color:#252525;
}

#header .headerRight ul li a:hover{
background-position:0 -10px;
//color: #3D97DF;color:#5FA7CC;color:#252525;
//text-decoration: underline;
}


/* トップページ　メイン画像
----------------------------------*/
.mainImg,.mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
.mainImgSp{
display:none;
}
#mainImg,#mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
#mainImgSp{
display:none;
}
.easingsliderlite,.easingsliderlite div,.easingsliderlite a,.easingsliderlite img {
margin:0 auto!important;
}
.easingsliderlite-shadow, .easingsliderlite-shadow img {
margin:0 auto!important;
}

#content .post {
margin:0 auto 20px;
padding:30px 0 10px;
/*border:1px solid #dadada;
background: #fff;*/
width:940px;
}


/* タイポグラフィ
*****************************************************/
#content h2.title, #content div.title {
clear:both;
margin:30px 0 30px;
padding:10px 30px 10px 30px;
font-size:280%;font-size:250%;
/*border:1px solid #dadada;*/
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}
#content h3.works_title{
    width: 75% !important;
clear:both;
margin:0 auto 0 auto !important;
padding:10px 30px 10px 30px;
font-size:160%;
border-bottom:0;
background: none !important;
    text-align:center !important;
    font-weight: 600;
    color: #333333;
}
h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:37px;line-height:30px;
font-weight: normal;
color:#252525;
border:0;
border-bottom: 2px solid #ddd;
text-align:center;
background:none;
}
h2.title span,
.topNewsTitle h2 span {
display: block;
font-size: 50%;font-size:40%;
color: #ACACAC;color: #666;
font-weight:normal;
}
.dateLabel{
margin:10px 0 10px;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:10px; line-height:1.8;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
line-height: 1.7;line-height: 1.9;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 7px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0 15px 0;margin:10px 0 10px 0;
font-size:120%;font-size:150%;
/*padding: 8px 10px;*/
/*border-left: 4px solid #3D97DF;*/
line-height: 1.3;
font-weight:normal;font-weight: 700;
/*border-bottom: 1px solid #dadada;*/
    text-align: center;
}
.post h3.top_info{
  font-size:120% !important;
    margin: 10px 0 5px 0 !important;margin: 10px 0 10px 0 !important;
}
.post h4, .post .h4{
padding:5px 0;
font-weight: bold;
font-size:115%;font-size:120%;
color: #3D97DF;color:#5FA7CC;
}
.post h4 span, .post .h4 span{
    font-size:120% !important;
}
.post h5, .post .h5{
padding:5px 0;
font-weight: bold;
font-size:110%;
    line-height: 1.2;
}
.post h5 span, .post .h5 span{
font-size:80%;
} 
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
}
 
.post blockquote p{padding:5px 0;}

input[type="submit"].wpcf7-submit {
width:100%;
font-size:140%;
}

.post table{
border: 1px #E8EAEA solid;
border-collapse: collapse;
border-spacing: 0;
margin:5px 0 20px;
width: 100%;
}

.post table th{
padding:7px 10px 7px 5px;
border-left: 1px #E8EAEA solid;
border-bottom: 1px #E8EAEA solid;
font-weight:bold;
background:#F7F7F7;
vertical-align:middle;
}

.post table td{
padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#fff;
vertical-align:middle;
}
.post table.t_center td{
  padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#fff;
vertical-align:middle;
    text-align: center !important;
}
.post table .price {
text-align: right;
white-space: nowrap;
}

.post table thead th{
padding:7px 5px;
border-left: 1px #E8EAEA solid;
border-bottom: 1px #E8EAEA solid;
font-weight:700;
background:#F0F0F0;
text-align:center;
}

.post table tbody th{
padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#F7F7F7;background:#e6e4e4;
font-weight:700;
text-align:center;
}
.post table tbody td{
padding:7px 5px;
border: 1px #E8EAEA solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post table.table522 tbody th {
width:50%;
}
.post table tbody th ul, .post table tbody td ul {
font-weight:normal;
text-align:left;
margin: 3px 0 0 10px;
}
.post table.table522 tbody td {
width:25%;
}
.post table.table522 tbody td {
width:25%;
}
.post dt{font-weight:bold;line-height:1.8;}
.post dd{padding-bottom:10px;line-height:1.8;}

.post table tbody td.bgYellow, .bgYellow{
background:#f9f9cc;
}

.bgGray {
background:#F7F7F7;
border: solid 1px #E8EAEA;
}

.small {font-size: 89%;}
.red {color: #f00; font-weight: bold;}

.post img {
max-width:100%;max-width:96%;
height:auto;
padding: 3px;
border: 1px solid #E8EAEA;
    background: #EBEBEB;
}

img.aligncenter {
display: block;
margin:10px auto;
}

img.alignright, img.alignleft{
display:inline;
margin: 0 10px 5px 0;
}

img.alignright{
margin: 0 0 5px 10px;
}
.alignright{float:right;}
.alignleft{float:left;}
.aligncenter{text-align:center;}

div.alignleft {width:48%;margin-right:10px;}
div.alignright {width:48%;}
.toppageService h3 a {display:block;}
.toppageService img {display:block;margin:0 auto;}


/* もっと見るボタン
*****************************************************/
#content .post .button_top{
    width:40% !important;
    margin: 0 auto !important;
}
#content .post .morebutton {
	margin-bottom: 10px;
}

#content .post .morebutton a {
	width: 100%;
	background: #2F7BC5;background: #5FA7CC;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	display: block;
	/*box-shadow: 0px 4px 0px 0px #10549E;
	-moz-box-shadow: 0px 4px 0px 0px #10549E;
	-webkit-box-shadow: 0px 4px 0px 0px #10549E;*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    font-size: 110%;
    font-weight: bold;
}

#content .post .morebutton a:hover {
	background: #3D9AE3;background: #7ab1ce;
	color: #ffffff;
	text-decoration: none;
}

#content .post .morebutton a:active {
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	top: 4px;
}

#content .post .morebutton img {
	vertical-align: middle;
}


/* サイドバー　ウィジェット
*****************************************************/
#banners {
padding-bottom:10px;
text-align: center;

}

#banners img{
width: 700px;
height: 140px;
padding-bottom: 10px;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.png) no-repeat 0 50%;
}

/* フッター
*****************************************************/

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #e2e2db;
background:#f6f6f6;
    
} 

#footer ul{
padding-bottom:10px;
}
#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:40px;
background:url(images/arrow.png) no-repeat 0 12px;
font-size:12px;
}

#footer ul li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:none;
}

#footer ul li a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:10px 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}


section.widget, .widgetInfo {
margin: 0 0 20px;
padding: 20px 30px;
background: #f6f6f6;
}

section#search-2{
text-align:right;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
background:#333;
color:#fff;
}

#address {
	background: #f6f6f6;background: #fff;
	padding: 30px 0;
}

#address p#f-logo {
	padding-left: 25px;
	font-size: 12px;
	line-height: 2.0;
	width: 250px;
	float: left;
}

#address p#f-txt {
	padding-top: 10px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 2.0;
	width: 300px;
	float: left;
}


#address .inner:after{content:""; display: table;clear: both;}

#address p img {
	margin-top: 10px;
	width: 200px;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;width: 940px;
height: 30px;
margin: 5px 0;margin: 5px auto;
}
@media only screen and (max-width: 750px) {
.pagenav{
    width:100% !important;
    margin: 5px 0 !important;
    }
}
.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* 追加
*****************************************************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.btn_none{
    display: none !important;
}
#content .post a {
color: #3D97DF;color: #5FA7CC;
}
#content .post a:hover, #content .post a:active{
color: #3D97DF;color: #5FA7CC;
text-decoration: underline;
}
#content .post .postListBox a {
color: #555;color: #000;
}
#content .post .postListBox a:hover, #content .post .postListBox a:active{
color: #3D97DF;color: #5FA7CC;
text-decoration: none;
}
.light_blue{
    color:#5FA7CC !important;
    font-weight: bold !important;
}
.clear {
clear: both;
}
.clearHr {
clear: both;
height: 20px;height: 30px;
line-height: 0;
font-size: 0em;
}
.clearHr1 {
clear: both;
height: 20px;
line-height: 0;
font-size: 0em;
}
hr {
visibility: hidden;
border: 5px;
}
.textright {
text-align: right;
}
.textcenter {
text-align: center;
}
.red {
color: #f00;
}

#breadcrumb {
	background: #f0f0f0;background: #b1b1b1;background: #fff;
}

#breadcrumb ul {
padding: 5px 5px 0 10px;
height: 25px;
}
#breadcrumb ul li {
display:inline;
font-size:80%;
}

#content {
padding: 0 0 0 0;
}

.sideinfo article {
padding:5px 0;
border-bottom:1px dotted #DADADA;
}
.sideinfo img {
display:inline;
margin: 0 10px 0 0;
float: left;
width: 80px;
}
.sideinfo p {
padding-bottom: 0;
}
.postListBox a {
display:block;
}
.postListBox a:hover p {
//color:#999;
}
.postListBox img {
display:inline;
margin: 0 10px 0 0;
float: left;
}
.shiki{
    font-weight: bold;
    color: #6d6712;
}
.shiki span{
    background: #b9b34d;
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
    border-radius:8px;
    border: 1px solid #a09a3d;
    font-size:100%;
    }
.shiki_a{
    background: #cf6267 !important;
    padding: 0 5px !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius:8px !important;
    border: 1px solid #be4d53 !important;
    font-size:105% !important;
}
.present{
    max-width: 96%;max-width: 100%;
    padding:10px 3px;
    border: 1px solid #be4d53;border: 1px solid #A09A3D;
    background: #CF6267;background: #B9B34D;
    text-align: center;
    color: #fff;
    font-size:170%;
    font-weight:bold;
    line-height: 1.4 !important;
     display: -webkit-flex;/* 縦方向中央揃え */
     display: flex;/* 縦方向中央揃え */
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
     align-items: center; /* 縦方向中央揃え */
     -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
     justify-content: center; /* 横方向中央揃え */
    margin: 0 0 15px 0 !important;
}
.headerPhone_page {
margin-top:0 !important;
font-size: 170%;
color:#5FA7CC;
font-weight: 700;
    line-height: 1.4 !important;
}
.headerPhone_page span{
  font-size: 68%;font-size: 62%; 
    color:#252525;
}
p.bland_text{
    font-size: 90%;
    line-height: 1.5 !important;
}
/*---------------------------------
施工事例
----------------------------------*/
#formall{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    width:100% !important;
    background-color:#EEEEEE;
    padding: 2% 1% 1% 1%;
    margin:0 0 4% 0 !important;
}
#formall ul,
#formall ul#kensakuimg{
    width:100% !important;
    clear: both !important;
    margin:0 auto 0 auto;
}
#formall li{
    float: left;
    padding-right: 2%;
    background: none !important;
    padding-left:0 !important;
    line-height: 1.7 !important;
}
#formall ul#kensakuimg li{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    float: left;
    padding: 0 3px !important;
    background: none !important;
    width:14.2857% !important;
}
#formall ul#kensakuimg li img{
    width:100% !important;
}
#subm_c{
    clear: both !important;
    text-align: center;
    padding: 1% 0 1% 0 !important;
}
#subm_c input{
    font-size: 105% !important;
}
#kensaku_kall{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    width:100% !important;
    clear: both;
    margin: 0;
    padding: 0;
}
#kensaku_kall ul{
    width:100% !important;
    clear: both !important;
    margin:0 !important;
}
#kensaku_kall li{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    width:48% !important;
    float: left !important;  
    background: none !important;
    margin: 0 1% 3% 1% !important;
    padding: 3px 0 3px 3px !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#kensaku_kall li p{
    width: 100% !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
}
#kensaku_kall li p a img{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    max-width: 100% !important;
    padding: 0 3px 3px 0 !important;
    border:none !important;
    background: #FFF !important;
}
#kensaku_kall li ul.photo3{
  width:100% !important;
  display: flex;/*上下左右中央揃え*/
  justify-content: center;/*上下左右中央揃え*/
  align-items: center;/*上下左右中央揃え*/

    
}
#kensaku_kall li ul.photo3 li{
    box-sizing: border-box !important;/*paddingとborderを幅と高さに含む*/
     max-width: 33.33333% !important;
    width: 33.33333% !important;
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
     float: left !important; 
   background: none !important;
    padding: 0 !important;padding: 0 3px 0 0 !important;
    margin: 0 !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
 
}
#kensaku_kall ul li ul.photo3 li img{
    box-sizing: border-box !important;/*paddingとborderを幅と高さに含む*/
    max-width:100% !important;
    background: #FFF !important;background: none !important;
    border:none !important; 
    padding: 0 3px 0 0 !important;padding: 0 !important;
    margin: 0 !important;
}
#kensaku_kall h4{
    clear: both !important;
    width:98% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
#kensaku_kall ul li h4{
   clear: both !important;
    width:98% !important;
    margin: 1% auto 2% auto !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em !important;
}
#kensaku_kall h4 a,
#kensaku_kall h4 a:hover{
    color: #393333 !important;
    font-size:98% !important;
}
#kensaku_kall p.sekounaiyou{
    width:98% !important;
    margin: 0 1% 2% 1% !important;
    line-height:1.4 !important;
    font-size:80% !important;
}
#contentw_all{
    display :inline-block;
    width:70%;
    margin: 0 15% !important;
    border: 1px solid #B2B2B2 !important;
    padding: 1%;
}
#contentw_all .g_cont{
    display: table;
   width: 95% !important;
    margin: 0 auto !important;
}
#contentw_all .g_cont p.g_cont_l{
    display: table-cell;
    width: 30%;
    color:#777;
    padding: 4px 4px 4px 0;
    font-size:80% !important;
    border-bottom: 1px dotted #ccc;
    line-height: 1.3 !important;
    vertical-align:top !important;
}
#contentw_all .g_cont p.g_cont_r{
    display: table-cell;
    width: 70%;
    font-size:85% !important;
    padding: 4px 0;
    border-bottom: 1px dotted #ccc;
    vertical-align:top !important;
}

.t_cont{
    width: 90% !important;
    margin: 0 auto !important;
}
.t_cont p{
     font-size:95% !important;
    line-height: 2 !important;   
}
h4.introductiontitle{
    font-size: 110% !important;   
    color: #333333 !important;    
}
/* 以下スライダー[slick]用 */
/*全体*/
#sl_all{
    background-color:#EBEBEB; 
    padding:3% 0 3% 0; 
    margin:0 0 3% 0;
}
/*↓スライダー本体*/
.post div.thumbnail { 
    width: 800px; 
    margin: 0 auto 5px; 
    padding: 0;
}
.post div.thumbnail div.thumbnail_all img,
.post div.thumbnail-nav img{ 
    box-sizing: border-box !important; /*paddingとborderを幅と高さに含める*/
    width: 100%;
    max-width: 100% !important;
    padding: 3px;
    border: 1px solid #E8EAEA;
    background: #EBEBEB;
    
}
.post div.thumbnail div.thumbnail_all{
    background:none !important;
    padding-left:0 !important;
}
.post div.thumbnail div.works_info{ /*写真の説明　背景*/
    background-color:rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute !important;
    right: 20px;
    bottom: 20px;
    width: 50%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.post div.thumbnail div.works_info h4{ /*写真の説明　タイトル*/
    color:#252525 !important;
    font-size:90% !important;
    padding:0 !important;
    font-weight: 700 !important;
}
.post div.thumbnail div.works_info p{ /*写真の説明文*/
    padding-bottom:0 !important;
    font-size:80% !important;
    line-height: 1.7 !important;
}
/*↓写真の総数・現在何枚目か表示*/
.slick-counter{
    color: #252525 !important;
    font-size: 90% !important;
    padding: 0 !important;
    font-weight: 700 !important;
    text-align: center !important;
}
/*↓スライダーサムネイル*/
.center_df {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.text_center{
  text-align: center;
}
.post div.thumbnail-thumb { 
    max-width: 800px !important;
    width: 800px !important;
    margin: 1% auto 0 auto !important;
}
.post div.thumbnail-thumb .slick-track{
    max-width: 800px !important;
    width: 800px !important;
    display:block !important;/*サムネイル横並びにする_親要素設定*/
     text-align: center;
}
.post div.thumbnail-thumb div.thum {
    box-sizing: border-box !important; /*paddingとborderを幅と高さに含める*/
    width: 70px !important;
    height: 45px !important;
    margin: 5px 5px 5px 5px;
    padding-left: 0 !important;
   display: inline-block !important;/*サムネイル横並びにする_子要素設定*/
}
.post div.thumbnail-thumb div.thum img{
    width: 100% !important;
    max-width: 100% !important;
    padding:0 !important;
    border:none !important;
    background:none !important;
}
.post div.thumbnial-thumb .slick-next {
    /*right: 20px; */
    z-index: 100;
}
.post div.thumbnail-thumb .slick-prev {
/*left: 15px; */
    z-index: 100;
}
.post div.thumbnail-thumb .slick-current {  /*選択中の画像の処理*/
    box-sizing: border-box !important; /*paddingとborderを幅と高さに含める*/
     opacity: 0.3 !important;opacity:1 !important;
   /* border: 3px solid #000 !important;*/
    padding-bottom:0 !important;
}
.post div.thumbnail-thumb div div div{ 
    cursor: pointer;
}
/* end_スライダー[slick]用 */
#content .sns-share {/*SNSシェアボタン全体*/
margin:0 auto 10px;
padding:0;
width:940px;
    text-align: right;
}
.fb_iframe_widget > span {/*facebookボタンのズレ修正*/
  vertical-align: baseline !important;
}
@media only screen and (max-width: 750px) {/*スマホ用*/
#content .sns-share {/*SNSシェアボタン全体*/
margin:0 auto 10px;
padding:0;
width:100%;
    text-align: left;
}
}
/*---------------------------------
TOPお知らせ
----------------------------------*/
.topNewsTitle h2 {
/*float:left;*/
}
.topNewsTitle p{
float:right;
padding:40px 0 0 10px;
font-size:50%;
color: #3D97DF;color: #5FA7CC;
}
.topNewsTitle p a:link,
.topNewsTitle p a:visited,
.topNewsTitle p a:active {
color: #3D97DF;color: #5FA7CC;
}
.topNewsPost dl {
padding-bottom: 20px;
}
.topNewsPost dt {
  clear: left;
  float: left;
  width: 5.3em;
  padding: 5px 1em 2px 0;
  line-height: 1.5;
font-weight: normal;
}
.topNewsPost dd {
  margin-left: 10px;
  padding: 5px 1em 2px 1em;
  line-height: 1.5;
}
/* サービス一覧 */
.list ul {
margin:0 0 10px 0;
}
#pageTop{
	background:#333;
	border-radius:5px;
	padding:10px;
	line-height:1;
	position:fixed;
	bottom:20px;
	right:20px;
	color:#fff;
}
#pageTop:hover{
	background:#999;
}
#bord{
    /*border:1px solid #D0D0D0 !important;*/
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/* Mapコントローラー
*****************************************************/
#mapcanvas label { width: auto; display: inline; }
#mapcanvas img { max-width: none; }

/* 4列_画像
*****************************************************/
div.col4 { list-style:none; margin:0; }
div.col4 div.col4photo { float:left; vertical-align:top; width:22%; margin-left:0; margin-right:3%; margin-right:5%\9; padding:0; background: none; line-height:1.3; font-size:90%;  }
div.col4 div.col4photo:first-child { margin-left:0;}
div.col4 div.col4photo:last-child { margin-right:0;}
* html div.col4 div.col4photo{display:inline; width:100%; zoom:1;}
*:first-child+html .post div.col4 div.col4photo{display:inline; zoom:1;}

.post div.col4photo {padding:0 0 2% 0 !important;}
.post div.col4photo p {padding: 0;margin-bottom:20px;}
.post div.col4photo p img {margin: 0 0 5px;}
.post div.col4photo h3 {margin: 0px 0 10px 0;}

div.col4 div.col4_2text {
    float: left;
    vertical-align: top;
    width: 63% !important;
}

div.col4 div.col4photo_r { float:left; vertical-align:top; width:22%; margin-left:0; margin-left:3%; margin-right:5%\9; padding:0; background: none; line-height:1.3; font-size:90%;  }
div.col4 div.col4photo_r:first-child { margin-left:0;}
div.col4 div.col4photo_r:last-child { margin-right:0;}
* html div.col4 div.col4photo_r{display:inline; width:100%; zoom:1;}
*:first-child+html .post div.col4 div.col4photo_r{display:inline; zoom:1;}

.post div.col4photo_r {padding:0 0 2% 0 !important;}
.post div.col4photo_r p {padding: 0;margin-bottom:20px;}
.post div.col4photo_r p img {margin: 0 0 5px;}
.post div.col4photo_r h3 {margin: 0px 0 10px 0;}

/* 3列_画像
*****************************************************/
div.col3 { list-style:none; margin:0; }
div.col3 div.col3photo { float:left; vertical-align:top; width:28%; margin-left:0; margin-right:7%; margin-right:5%\9; padding:0; background: none; line-height:1.3; font-size:90%;  }
div.col3 div.col3photo:first-child { margin-left:0;}
div.col3 div.col3photo:last-child { margin-right:0;}
* html div.col3 div.col3photo{display:inline; width:100%; zoom:1;}
*:first-child+html .post div.col3 div.col3photo{display:inline; zoom:1;}

.post div.col3photo {padding:0 0 2% 0 !important;}
.post div.col3photo p {padding: 0;margin-bottom:20px;}
.post div.col3photo p img {margin: 0 0 5px;}
.post div.col3photo h3 {margin: 0px 0 10px 0;}

div.col3 div.col3_2text {
    float: left;
    vertical-align: top;
    width: 63% !important;
}

div.col3 div.col3photo_r { float:left; vertical-align:top; width:28%; margin-left:0; margin-left:7%; margin-right:5%\9; padding:0; background: none; line-height:1.3; font-size:90%;  }
div.col3 div.col3photo_r:first-child { margin-left:0;}
div.col3 div.col3photo_r:last-child { margin-right:0;}
* html div.col3 div.col3photo_r{display:inline; width:100%; zoom:1;}
*:first-child+html .post div.col3 div.col3photo_r{display:inline; zoom:1;}

.post div.col3photo_r {padding:0 0 2% 0 !important;}
.post div.col3photo_r p {padding: 0;margin-bottom:20px;}
.post div.col3photo_r p img {margin: 0 0 5px;}
.post div.col3photo_r h3 {margin: 0px 0 10px 0;}
.post div.pad_b_N{
    padding: 0 !important;
}
.post div.pad_b_N ul{
    margin: 0 0 0 10px !important;
}
/*-TOPメイン画像-*/
#mainImg_all{
    max-width: 960px !important;
    margin: 20px auto 0 auto;
}
#mainImg_all ul{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
#mainImg_all li{
    float: left;
    width : 16.66666% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 6) ;
    width:calc(100% / 6) ;/*6分割*/
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}
#mainImg_all li img{
    width:100%;
    padding: 0 !important;
    margin: 0 !important;
}
#mainImg_all02{
    max-width: 960px !important;
    margin: 20px auto 0 auto;margin: 0 auto 0 auto;/*上部固定用に変更*/
    padding: 0 !important;
}
#mainImg_all02 ul{
    display:inline-block;/*paddingを効かせるため*/
    width: 100% !important;
    padding: 0 0 15px 0 !important;
    margin: 0 !important;
}
#mainImg_all02 li{
    float: left;
    width : 50% ;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
}
#mainImg_all02 li a{
    padding: 0 !important;
    margin: 0 !important;

    line-height: 0 !important;
}
#mainImg_all02 li img{
    width:100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align:bottom !important;/*img下の隙間を無くす処理*/
}
/*-end_TOPメイン画像-*/
#header .headerRight .headerAddress{
    font-size: 85% !important;font-size: 80% !important;
    color: #333;
    letter-spacing: 0.1em !important;
}
.w30_center{
    width:30%; 
    margin:0 auto;
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	div#headerNavi {
	float: left;
	}

	nav#mainNav{
	/*clear:both;
	position:relative;*/
	z-index:200;
	}

	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	/*border-right:1px solid #111111;
	border-left:1px solid #111111;*/
	}

	nav#mainNav ul li{
	float: left;
	margin-left:0px;
	position: relative;
	/*border-left:1px solid #111111;*/
	border-right:5px solid #ffffff;
	background:url(images/mainnavBg.png) repeat-x;
	}
	
	nav#mainNav ul li:first-child{
	/*border-left:1px solid #111111;*/
	}
	nav#mainNav ul li:last-child{
	/*border-right:1px solid #000000;*/
	margin-right: -1px;
	}


	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#111;
	/*height:40px;*/
	line-height:40px;
	font-size:12px;
	/*font-size:100%;*/
	padding:10px 10px 0px;padding:15px 10px 5px;padding:15px 14px 5px;padding:15px 14px 14px 14px;padding:15px 17px 14px 17px;padding:15px 11px 14px 11px;padding:15px 16px 14px 17px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:100%;
	line-height:1.4;
    font-weight: bold;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#333;color:#888;color:#999;
    font-weight:normal !important;
    text-shadow:none !important;
    letter-spacing:0.2em !important;
	}

  nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu {display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:100%;}
  
  nav#mainNav ul li ul{display: none;background:url(images/mainnavBg.png) repeat-x;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
}
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;padding:0 0 0 0;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
  padding:0 0 0 ;
  line-height:40px;
  text-align:left;text-align:center;
  font-size: 11px;font-size: 9px;
  }
	
	nav#mainNav ul li li.current-menu-item {background:url(images/mainnavBg.png) repeat-x 0 100%;font-weight:bold;}
	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
	nav#mainNav ul li:hover ul li:last-child{border:0;}
/*-TOPメイン画像-*/
#mainImg_all{
    max-width: 960px !important;
    margin: 20px auto 0 auto;
}
/*-end_TOPメイン画像-*/
    
/*-カテゴリページ内メニュー-*/
ul#c_menu{
    width:100%;
}
ul#c_menu li{
      float: left;
    list-style-type: none !important;
    padding: 0 2% 0 15px !important;
}
/*-カテゴリページ内メニュー-*/
#footNav{
    /*display: none !important;下部固定用*/
}
#footpc{
    /*display: block!important;下部固定用*/
}
#sp_foot{
      /*display: none !important;下部固定用*/  
}
#pc_foot{
     /*display: block!important;下部固定用*/
}

}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

	nav#mainNav{
	/*border: solid 2px #0F539D;*/
	clear:both;
	margin:10px 12px 30px;
	box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-webkit-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-moz-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	}
	
	nav#mainNav .inner{
		}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:34px;
	line-height:34px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #3D97DF url(images/menuOpen.png) no-repeat 12px center;background: #5FA7CC url(images/menuOpen.png) no-repeat 12px center;background: #464747 url(images/menuOpen.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #3D97DF url(images/menuClose.png) no-repeat 12px center;background: #5FA7CC url(images/menuClose.png) no-repeat 12px center;background: #464747 url(images/menuClose.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	width:100%;
	display: none;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding:8px 10px;
	text-align:left;
	border-top:1px solid #eee;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a  {
	background-color:#fff;
	}
	nav#mainNav ul li a:hover,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
	background-color:#eee;
	}
	nav#mainNav ul li a:active,
	nav#mainNav ul li li a:active,
	nav#mainNav ul li.current-menu-item li a:active {
	background-color:#aaa;
	}
	
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li.current-menu-item a:active, 
	nav#mainNav ul li li.current-menu-item a, 
	nav#mainNav ul li li.current-menu-item a:hover, 
	nav#mainNav ul li li.current-menu-item a:active {
/*color:#fff;*/
	background-color:#ddd;
/*background-color:#3D97DF;*/
	}
	
	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li li.current-menu-item a {
		padding-left:40px;
		background-image: url(images/sub1.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li.current-menu-item a {
		background-image: url(images/sub1.png);
		background-position: 20px -70px;
		background-repeat: no-repeat;
		}
*/	
	nav#mainNav ul li li:last-child a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background-image: url(images/subLast.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li:last-child.current-menu-item a {
		background-image: url(images/subLast.png);
		background-position: 20px -75px;
		background-repeat: no-repeat;
		}
*/	
	nav div.panel{float:none;}
	.mainImg{margin: 0 auto 20px auto;}
	.mainImg{padding: 0 10px;}
	.mainImgSp{margin: 0 auto 10px auto;}
/*-TOPメイン画像-*/
#mainImg_all{
    max-width: 936px !important;
    margin: 20px auto 0 auto;
}
/*-end_TOPメイン画像-*/
    
/*-カテゴリページ内メニュー-*/
ul#c_menu{
    width:100%;
}
ul#c_menu li{
      float: left;
    list-style-type: none !important;
    padding: 0 2% 0 15px !important;
}
/*-カテゴリページ内メニュー-*/
#footNav{
    /*display: none !important;下部固定用*/
}
#footpc{
   /*display: block!important;下部固定用*/
}
#sp_foot{
      /*display: none !important;下部固定用*/  
}
#pc_foot{
     /*display: block!important;下部固定用*/
}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
body{
            position:static !important;/*上部固定用に変更*//*スライダーのpositionに上部固定で指定したpositionが影響してしまうので「static」で上部固定のposithionを打ち消しました（解除）*/ 
}
    
#wrapper, #header, .inner{width:100%;max-width:100%;background-color: #fff;}
#header{
          position:static !important;/*上部固定用に変更*//*スライダーのpositionに上部固定で指定したpositionが影響してしまうので「static」で上部固定のposithionを打ち消しました（解除）*/ 
        }
#header .bg .inner h1, #header .bg .inner p{padding:5px 10px;}
#header h2 {padding:12px 10px 0;} /* ロゴ */
#header .headerRight {padding:10px 15px 0;} /*右スペース */
	.headerPhone { margin-top: 0; } /* TEL */
	.headerPhoneTitle { display: none; }
#header .headerRight .headerAddress { padding-bottom: 0;}
nav#mainNav{
    /*display: none!important;下部固定用*/
}
nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}
#breadcrumb {display: none;}
nav div.panel{float:none;}
.mainImg img,.mainImgSp img {width:100%;height:auto;}
.widgetInfo { display: none; }

#content,#content .post{
	clear:both;
	width:auto;
	float:none;
	margin:0 10px;
	}
#content{
    position:static !important;/*上部固定用に変更*//*スライダーのpositionに上部固定で指定したpositionが影響してしまうので「static」で上部固定のposithionを打ち消しました（解除）*/ 
    }
#footer {
	clear:both;
	width:auto;
	float:none;
	/*margin:0 10px;*/
    /*padding-top:5px;下部固定用*/
    /*background:#fff;下部固定用*/
	}
#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 10px;}
#banners p img{width:100%;height:auto;}
	
section.widget_search{
	text-align:center;
	border-top: none;
	margin-top: -20px;
	}
/*-TOPメイン画像-*/
#mainImg_all{
    max-width: 935px !important;
    margin: 20px auto 0 auto;
}
/*-end_TOPメイン画像-*/

/* 以下スライダー[slick]用 */    
/*全体*/
#sl_all{
    background-color:#EBEBEB; 
    padding:3% 0 3% 0; 
    margin:0 0 3% 0;
}
/*↓スライダー本体*/
.post div.thumbnail { 
    width:90%; 
    margin: 0 5% 5px 5%; 
    padding: 0;
}

/*↓スライダーサムネイル*/
.post div.thumbnail-thumb { 
    max-width: 90% !important;
    width: 90% !important;
    margin: 1% 5% 0 5% !important;
}
.post div.thumbnail-thumb .slick-track{
    max-width: 90% !important;
    width: 90% !important;
    display:block !important;/*サムネイル横並びにする_親要素設定*/
     text-align: center;
}
.post div.thumbnail-thumb div.thum {
    box-sizing: border-box !important; /*paddingとborderを幅と高さに含める*/
    width: 8% !important;
    height: 30px !important;
    margin: 5px 1% 5px 1%;
    padding-left: 0 !important;
   display: inline-block !important;/*サムネイル横並びにする_子要素設定*/
}

.post div.thumbnial-thumb .slick-next { 
   /*right: 5px; */
    z-index: 100;
}
.post div.thumbnail-thumb .slick-prev {
  /*  left: 5px;*/ 
    z-index: 100;
}
/* end_スライダー[slick]用 */
#footNav{
    /*display: block !important;下部固定用*/
    
}
#footpc{
    /*display: none!important;下部固定用*/
}
#sp_foot{
    /*display: block !important;下部固定用*/ 

}
#pc_foot{
     /*display: none !important;下部固定用*/
}

#pageTop{
   /*bottom: 70px !important;下部固定用*/
}
    #wrapper{
    padding-bottom: 50px !important;
    }
#footNav_c{/*下部固定用*/
   /* width: 100%;
	position:fixed;
	bottom:0;
	left:0;
    z-index: 4;/*下部固定用に変更*//*重なり順 1番*/
   /*background-color:#fff;
    opacity: 1;*/
}
nav#footNav{/*下部固定用*/
	/*clear:both;
	margin:10px 3% ;
	box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-webkit-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
	-moz-box-shadow:rgb(230, 230, 230) 0px 0px 2px 1px;
    width:94% ;*/

	}
nav#footNav a.menu{/*下部固定用*/
	/*width:100%;
	display:block;
	height:34px;
	line-height:34px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #3D97DF url(images/menuOpen.png) no-repeat 12px center;background: #5FA7CC url(images/menuOpen.png) no-repeat 12px center;background: #464747 url(images/menuOpen.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;*/
	}
nav#footNav a#menu span{/*padding-left:35px;*/}/*下部固定用*/
nav#footNav a.menuOpen{/*下部固定用*/
	/*border-bottom:0;
	background: #3D97DF url(images/menuClose.png) no-repeat 12px center;background: #5FA7CC url(images/menuClose.png) no-repeat 12px center;background: #464747 url(images/menuClose.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;*/
}
nav#footNav a#menu:hover{/*cursor:pointer;*/}/*下部固定用*/
nav#footNav ul{/*margin:0;padding:0;*/}/*下部固定用*/
nav#footNav ul li a span{/*display:none;*/}/*下部固定用*/
nav#footNav ul li{/*下部固定用*/
	/*float: none;
	clear:both;
	width:100% !important;
	height:auto;
	line-height:1.2;
    border-bottom:none !important;
    padding: 0 !important;
    margin-right:0 !important;
    background:none !important;*/
}
nav#footNav ul li a,
nav#footNav ul li.current-menu-item li a {/*下部固定用*/
	/*display: block;
	padding:8px 10px;
	text-align:left;
	border-top:1px solid #eee;*/
}
nav#footNav ul li a,
nav#footNav ul li li a,
nav#footNav ul li.current-menu-item li a  {/*下部固定用*/
	/*background-color:#fff;*/
}
nav#footNav ul li a:hover,
nav#footNav ul li li a:hover,
nav#footNav ul li.current-menu-item li a:hover {/*下部固定用*/
	/*background-color:#eee;*/
}
nav#footNav ul li a:active,
nav#footNav ul li li a:active,
nav#footNav ul li.current-menu-item li a:active {/*下部固定用*/
	/*background-color:#aaa;*/
}
nav#footNav ul li.current-menu-item a,
nav#footNav ul li.current-menu-item a:hover,
nav#footNav ul li.current-menu-item a:active, 
nav#footNav ul li li.current-menu-item a, 
nav#footNav ul li li.current-menu-item a:hover, 
nav#footNav ul li li.current-menu-item a:active {/*下部固定用*/
	/*background-color:#ddd;*/
}
nav#footNav ul li li{/*下部固定用*/
	/*float:left;
	border:0;*/
}
nav#footNav ul li li a,
nav#footNav ul li.current-menu-item li a,
nav#footNav ul li li.current-menu-item a {/*下部固定用*/
		/*padding-left:40px;
		background-image: url(images/sub1.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;*/
}
nav#footNav ul li li:last-child a,
nav#footNav ul li li:last-child a:hover,
nav#footNav ul li.current-menu-item li:last-child a:hover {/*下部固定用*/
		/*background-image: url(images/subLast.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;*/
}
/*#address {
	background: #f6f6f6;
	padding: 5px 0 !important;
}
#address p#f-logo {
    padding-left: 25px;
    font-size: 12px;
    line-height: 2.0;
    width: 100px !important;
    float: left;
}  
#address p img {
	margin-top: 10px;
	width: 100px !important;
}
#address p#f-txt {
    padding-top: 10px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 1.3;
    width: 300px;
    float: left;
}*/

}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}
.present{
    max-width: 96%;
    padding:10px 3px;
    border: 1px solid #be4d53;border: 1px solid #A09A3D;
    background: #CF6267;background: #B9B34D;
    text-align: center;
    color: #fff;
    font-size:135%;
    font-weight:bold;
    line-height: 1.4 !important;
     display: -webkit-flex;/* 縦方向中央揃え */
     display: flex;/* 縦方向中央揃え */
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
     align-items: center; /* 縦方向中央揃え */
     -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
     justify-content: center; /* 横方向中央揃え */
    margin: 10px 0 10px 0 !important;
}
.headerPhone_page span{
  font-size: 75%; 
    color:#252525;
}
    
/*-TOPメイン画像-*/
#mainImg_all{
    width: 100% !important;
    margin: 20px auto 0 auto;
}
/*-end_TOPメイン画像-*/
#content .post .button_top{
    width:100% !important;
    margin: 0 auto !important;
}
    
/*-カテゴリページ内メニュー-*/
ul#c_menu li{
    width: 100%;
    clear: both;
    list-style-type: none !important;
    padding: 0 0 0 15px !important;
    line-height: normal !important;
}
/*-end_カテゴリページ内メニュー-*/
/*-施工事例-*/
#formall li{
    float: left;
    padding-right: 2%;
    background: none !important;
    padding-left:0 !important;
    line-height: 1.7 !important;
    padding-bottom: 3%;
}
#kensaku_kall{
    margin: 2% auto 0 auto!important;
}
#kensaku_kall li{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    width:100% !important;
    float: left !important;  
    background: none !important;
    margin: 0 0 5% 0 !important;
    padding: 3px 0 3px 3px !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
} 
#kensaku_kall ul li h4{
   clear: both !important;
    width:98% !important;
    margin: 1% auto 1% auto !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em !important;
}
#kensaku_kall p.sekounaiyou{
    width:98% !important;
    margin: 0 1% 2% 1% !important;
    line-height:1.5 !important;
    font-size:85% !important;
}
/* 以下スライダー[slick]用 */
/*全体*/
#sl_all{
    background-color:#EBEBEB; 
    padding:3% 0 3% 0; 
    margin:2% 0 3% 0;
}
/*↓スライダー本体*/
.post div.thumbnail { 
    width:84%; 
    margin: 0% 8% 5px 8%; 
    padding: 0;
}
.post div.thumbnail div.works_info{ /*写真の説明　背景*/
    clear: both;
    background-color:transparent !important;
    position: static !important;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
/*↓スライダーサムネイル*/
.post div.thumbnail-thumb { 
    max-width: 84% !important;
    width: 84% !important;
    margin: 1% 8% 0 8% !important;
}
.post div.thumbnail-thumb .slick-track{
    max-width: 84% !important;
    width: 84% !important;
    display:block !important;/*サムネイル横並びにする_親要素設定*/
     text-align: center;
}
.post div.thumbnail-thumb div.thum {
    box-sizing: border-box !important; /*paddingとborderを幅と高さに含める*/
    width: 8% !important;
     height: 30px !important;
    margin: 5px 1% 5px 1%;
    padding-left: 0 !important;
   display: inline-block !important;/*サムネイル横並びにする_子要素設定*/
}

.post div.thumbnial-thumb .slick-next { 
    right: 5px; 
    z-index: 100;
}
.post div.thumbnail-thumb .slick-prev {
    left: 5px; 
    z-index: 100;
}
/* end_スライダー[slick]用 */
/*-end_施工事例-*/

.w30_center{
    width:70%; 
    margin:0 auto;
}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) and (orientation:portrait){

    #header .bg{
        margin-bottom: 10px;
    }
	#header {
        background: none;background:#fff;/*上部固定用に変更*/
    }
	#header .headerRight {/*右スペース */
        display: none !important;/*スマホ非表示 */
        width:100%; 
        margin-bottom: 10px; 
        padding:3px 0 0 0;
        text-align:center;
    }
	#header .headerRight .headerPhone {margin: 5px 0;}
	#header .headerRight .headerAddress {
        display: none;
  
    }
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}

	#footer ul{text-align:left;padding:15px; }
	#footer ul ul{padding:0;}
	#header h2 {
        box-sizing: border-box;
        padding:13px 0 0; padding:0 13px 7px 0; 
        width: 100%; 
        text-align:center;
    }
	#header h2 img {
        width:250px;width:180px;
    }
	#banners p {display:block;}
	/*footer section {float: none;width: 100%;}*/
	#address {padding:0px!important;}
	#address p#f-logo {text-align:center;padding:0;float:none;width: 100%;}
/*上部固定用に変更*/
    #content{
    top:250px;
    }
/* end_上部固定用に変更 */
#content h2.title, #content div.title {
clear:both;
margin:20px 0 15px;
padding:10px 30px 10px 30px;
font-size:320%;
/*border:1px solid #dadada;*/
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}
#content h3.works_title{
   clear:both;
    margin:20px 0 15px;
    padding:10px 30px 10px 30px;
    font-size:120%;
    line-height: 1.2 !important;
    border-bottom:0 !important;   
    background:none !important;   
}
h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:24px;
font-weight: normal;
color:#252525;
border:0;
border-bottom: 2px solid #ddd;
text-align:center;
background:none;
}
#content h3.works_title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:24px;
font-weight: normal;
color:#252525;
border:0;
border-bottom: 2px solid #ddd;
text-align:center;
background:none;
}
h2.title span,
.topNewsTitle h2 span {
display: block;
font-size: 50%;font-size: 40%;
color: #ACACAC;color: #666;
font-weight:normal;
}
h2#singleTitle {
	line-height :1.2;
}
.topNewsTitle p{
float:right;
padding: 24px 0 0 10px;
font-size: 50%;
color: #3D97DF;color: #5FA7CC;
}
.mainImg {
display:none;
}
.mainImgSp {
display:block;
padding: 0 10px;
}
#content .post {
	padding: 15px 0;
	overflow: hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.post p { padding-bottom:10px;}

section.widget,
.widgetInfo {
	padding: 10px 15px 0;
	margin:0 0 10px;
}
#content h2.title, #content div.title {
padding:5px 15px 10px 15px;
font-size: 180%;
}
.post h3 {
margin: 15px 0 0 0;
font-size: 110%;font-size: 120%;
    line-height: 1.2 !important;
    text-align: left !important;
}
.wpcf7 .alignleft {
width:100%;
}
div.alignleft, div.alignright {width:100%;}
input[type="text"], input[type="tel"], input[type="email"], textarea{
max-width:90%;
}
.postListBox img {
width: 80px;
}

section#search-2 {
    text-align: center;
}

#footer ul li {
	border-bottom: 1px solid #ccc;
	margin-right: 0;
	padding: 8px 0 8px 8px;
	width: 95%;
}

#footer ul li ul li {
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	padding-top: 8px;
	margin-top: 8px;
	background: url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active { text-decoration:none;color:#222222; }

#address {
    background: #f6f6f6;
    padding: 20px 0;
}
/*4列ブロック*/
div.col4 div.col4photo { display:inline-block; vertical-align:top; width:100%; margin-left:1%; margin-right:1%; padding:0; background: none; line-height:1.3; font-size:90%;}
div.col4 div.col4photo h3,
div.col4 div.col4photo h3.t-a_left{
      font-size:130% !important;
}
div.col4 div.col4_2text {
    display: block;
    float: lef;
    width: 100% !important;
}
div.col4 div.col4photo_r { display:inline-block; vertical-align:top; width:100%; margin-left:1%; margin-right:1%; padding:0; background: none; line-height:1.3; font-size:90%;}
div.col4 div.col4photo_r h3,
div.col4 div.col4photo_r h3.t-a_left{
        font-size:130% !important;
}
/*3列ブロック*/
div.col3 div.col3photo { display:inline-block; vertical-align:top; width:100%; margin-left:1%; margin-right:1%; padding:0; background: none; line-height:1.3; font-size:90%;}
div.col3 div.col3photo h3,
div.col3 div.col3photo h3.t-a_left{
      font-size:130% !important;
}
div.col3 div.col3_2text {
    display: block;
    float: lef;
    width: 100% !important;
}
div.col3 div.col3photo_r { display:inline-block; vertical-align:top; width:100%; margin-left:1%; margin-right:1%; padding:0; background: none; line-height:1.3; font-size:90%;}
div.col3 div.col3photo_r h3,
div.col3 div.col3photo_r h3.t-a_left{
        font-size:130% !important;
}
.present{
    max-width: 96%;
    padding:10px 3px;
    border: 1px solid #be4d53;border: 1px solid #A09A3D;
    background: #CF6267;background: #B9B34D;
    text-align: center;
    color: #fff;
    font-size:125%;
    font-weight:bold;
    line-height: 1.4 !important;
     display: -webkit-flex;/* 縦方向中央揃え */
     display: flex;/* 縦方向中央揃え */
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
     align-items: center; /* 縦方向中央揃え */
     -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
     justify-content: center; /* 横方向中央揃え */
    margin: 10px 0 10px 0 !important;
}
/*-TOPメイン画像-*/
#mainImg_all{
    width: 100% !important;
    margin: 20px auto 0 auto;
}
/*-end_TOPメイン画像-*/
/*-施工事例-*/
#formall li{
    float: left;
    padding-right: 2%;
    background: none !important;
    padding-left:0 !important;
    line-height: 1.7 !important;
    padding-bottom: 3%;
}
#kensaku_kall{
    width:99% !important;
    margin: 2% auto 0 auto!important;
}
#kensaku_kall li{
    box-sizing: border-box;/*paddingとborderを幅と高さに含む*/
    width:100% !important;
    float: left !important;  
    background: none !important;
    margin: 0 0 5% 0 !important;
    padding: 3px 0 3px 3px !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
} 
#kensaku_kall ul li h4{
   clear: both !important;
    width:98% !important;
    margin: 1% auto 1% auto !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    letter-spacing: 0em !important;
}
#kensaku_kall p.sekounaiyou{
    width:98% !important;
    margin: 0 1% 2% 1% !important;
    line-height:1.5 !important;
    font-size:85% !important;
}
.post div.thumbnail div.works_info{ /*写真の説明　背景*/
    clear: both;
    background-color:transparent !important;
    position: static !important;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
/*-end_施工事例-*/
    
.w30_center{
    width:100%; 
    margin:0 auto;
}
    
}
@media only screen and (max-width: 600px) and (orientation:portrait){
/*上部固定用に変更*/
    #content{
    top:250px;
    }
/* end_上部固定用に変更 */
}