/*
Theme Name: 井出工務店
Description: 井出工務店のテーマ
Theme URI: http://www.***.com/
Author: Rockstream
Author URI: http://www.rockstream-jp.com/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";

/*---------------------
base
---------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {  margin: 0; padding: 0;}

p{
}

li {
    list-style:none;
}
a {
    text-decoration: none;
    color: #000;
}
input{
    padding:5px;
}

a:hover,
a:hover img,
input:hover {
    filter: alpha(opacity=80);
    -ms-filter :"alpha(opacity=80)";
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
    opacity:0.8;
    transition: all 1s;
}


/* Reset
------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {  margin: 0; padding: 0;}
body {
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

table{
    border-collapse: collapse;
}


/* Common
------------------------------------------------------------ */

html {
    font-size: 100%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
}

body {
    font-size: 14px;
    color:#333;
    background: #fff;
    font-family: "Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3", 'メイリオ',Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

a {
    color: #444;
    outline: medium none;
    overflow: hidden;
    text-decoration: none;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
    overflow: hidden;
}

a:active, a:hover {
     outline: medium none;
}

a:hover {
}

/*---------------------
見出し
---------------------*/
h1{
  font-size: 0.5em;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

address {
     font-style: italic;
     margin: 0 0 24px;
}

abbr[title] {
     border-bottom: 1px dotted;
}

b, strong {
     font-weight: bold;
}

dfn {
     font-style: italic;
}

mark {
     background: none repeat scroll 0 0 #FFFF00;
     color: #000000;
}

p {
     line-height: 1.7em;
}

code, kbd, pre, samp {
     -moz-hyphens: none;
     font-family: monospace,serif;
     font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
    margin: 0 0 5px;
}

dd {
    margin: 0 0 5px;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    width: 100%;
    height:auto;
    border: 0 none;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.small{ font-size:smaller; }

/* Micro Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.attention {
    color: #d23511;
}

*{ box-sizing: border-box; }

.mincho{
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*---------------------
フォーム・テーブル設定
---------------------*/
table{
    border-spacing: 1px;
    text-align: left;
    /*margin: 0 auto;*/
}
thead td{
    color:#fff;
    font-size: 18px;
}

th,td{
    background-color: #fff;
}
th{
    color: #333;
}

/*---------------------
カラム設定
---------------------*/
.rowWrap { overflow: hidden;}

.col1of2 {
    width: 49%;
    margin-right: 1%;
}
.col1of3 { width: 33.33%; }
.col1of3 nth-child(3n){
    margin-right: 0;
}
.col1of2, .col1of3{
    float: left;
}
.col1of2 img,
.col1of2_r img{
    width: 100%;
    height:auto;
}
.col1of3{
}
.col1of4{
    float:left;
    width:24%;
    max-width:236px;
    margin-right: 1%;
}
.col1of4.last,
.col1of4:last-child {
    margin-right: 0;
}

/*---------------------
Wrapper
---------------------*/
.contentInner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Color
------------------------------------------------------------ */
.red{
    color:#ff0000;
}
.bgWhite{
    background-color: #fff;
}
.bgGray{
    background-color: #f5f5f5;
}

/*============================================================
Margin Padding
=========================================================== */

/* Margin
----------------------------------------------- */
.ma00{ margin:0  !important; }

/*** Margin - Top ***/
.mt00 { margin-top:0px   !important; }
.mt05 { margin-top:5px   !important; }
.mt10 { margin-top:10px  !important; }
.mt15 { margin-top:15px  !important; }
.mt20 { margin-top:20px  !important; }
.mt25 { margin-top:25px  !important; }
.mt30 { margin-top:30px  !important; }
.mt35 { margin-top:35px  !important; }
.mt40 { margin-top:40px  !important; }
.mt45 { margin-top:45px  !important; }
.mt50 { margin-top:50px  !important; }
.mt60 { margin-top:60px  !important; }
.mt100{ margin-top:100px !important; }
.mt200{ margin-top:200px !important; }
.mt300{ margin-top:300px !important; }

/*** Margin - Bottom ***/
.mb00 { margin-bottom:0px   !important; }
.mb05 { margin-bottom:5px   !important; }
.mb10 { margin-bottom:10px  !important; }
.mb15 { margin-bottom:15px  !important; }
.mb20 { margin-bottom:20px  !important; }
.mb25 { margin-bottom:25px  !important; }
.mb30 { margin-bottom:30px  !important; }
.mb35 { margin-bottom:35px  !important; }
.mb40 { margin-bottom:40px  !important; }
.mb45 { margin-bottom:45px  !important; }
.mb50 { margin-bottom:50px  !important; }
.mb60 { margin-bottom:60px  !important; }
.mb100{ margin-bottom:100px !important; }
.mb200{ margin-bottom:200px !important; }
.mb300{ margin-bottom:300px !important; }

/*** Margin - Left ***/
.ml00{ margin-left:0px  !important; }
.ml05{ margin-left:5px  !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml35{ margin-left:35px !important; }
.ml40{ margin-left:40px !important; }
.ml45{ margin-left:45px !important; }
.ml50{ margin-left:50px !important; }

/*** Margin - Right ***/
.mr00{ margin-right:0px  !important; }
.mr05{ margin-right:5px  !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr35{ margin-right:35px !important; }
.mr40{ margin-right:40px !important; }
.mr45{ margin-right:45px !important; }
.mr50{ margin-right:50px !important; }

/* Padding
----------------------------------------------- */
.pa00{ margin:0  !important; }

/*** Padding - Top ***/
.pt00{ padding-top:0px  !important; }
.pt05{ padding-top:5px  !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }

/*** Padding - Bottom ***/
.pb00{ padding-bottom:0px  !important; }
.pb05{ padding-bottom:5px  !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }

/*** Padding - Left ***/
.pl00{ padding-left:0px  !important; }
.pl05{ padding-left:5px  !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }

/*** Padding - Right ***/
.pr00{ padding-right:0px  !important; }
.pr05{ padding-right:5px  !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }

.bold{ font-weight:bold; }

.fs12{ font-size: 75%; }
.fs14{ font-size: 87.5%; }
.fs16{ font-size: 100%; }
.fs18{ font-size: 112.5%; }
.fs20{ font-size: 142% !important; }
.fs22{ font-size: 137.5%; }
.fs24{ font-size: 150%; }
.fs30{ font-size: 187.5%; }

.strong{ font-weight: bold;}
.textUnder{ text-decoration: underline;}

.overF { overflow: hidden;}
.floatL { float: left; }
.floatR { float: right; }
.clear-b { clear: both; }

.textC { text-align: center;}
.textL { text-align: left;}
.textR { text-align: right; margin-right:5px;}

.w-30 { width: 30%;}
.w-40 { width: 40%;}
.w-50 { width: 50%;}
.w-60 { width: 60%;}
.w-80 { width: 80%;}
.w-100 { width: 100px;}
.w-120 { width: 120px;}
.w-300 { width: 300px;}

.w_auto img{
    width:auto;
}

.pcNone{
    display:none;
}
.smp,
.smp640{
    display: none;
}
.dispnone{
    display: none !important;
}

.bdNone{
    border:none !important;
}

.title{
    text-align: center;
}

/*============================
header
============================*/
header{
    height:73px;
    position:relative;
}
#header{
    width:100%;
    margin:0 auto;
    background: url(images/header/bgHeader.png) repeat-x bottom;
}
.headerInner{
    position:relative;
    max-width:1000px;
    margin:auto;
}
.headerInner img{
    width:auto;
}
#headerLogo{
    position: absolute;
    top:19px;
    left:0;
    max-width:271px;
}
#headerLogo img{
    max-width:271px;
    width:100%;
    height:auto;
}

/*---------------------
ナビボタン
---------------------*/
.navi_button{
    display: none;
}
button {
  padding: 0;
  border: none;
  background: transparent;
}
button img {
  display: block;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/*---------------------
nav
---------------------*/
.g_naviWrap {
    clear: both;
    position: absolute;
    top:28px;
    right:0;
}
.g_navi {
    margin: 0 auto;
    width:100%;
}
.g_navi > ul > li {
    float: left;
    height:20px;
    text-align: center;
}
.g_navi li a {
    display: block;
    width:100%;
	padding: 0 15px;
    text-align: center;
}
.g_navi li:first-child{
    padding-left:0;
}
.g_navi li:last-child a{
    padding-right:0;
}
.g_navi li a:hover{
    text-decoration: underline;
}

/*---------------------
boxslider topimage
---------------------*/
#topImage {
    position: relative;
    top:-4px;
    width: 100%;
    height:auto;
    margin-bottom:20px;
}
#topImageS{
    display: none;
}
#topImage .bx-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#topImage .bx-wrapper .bx-viewport {
	margin: 0 auto;
}

#topImage .bx-wrapper .bx-viewport li{
    margin:0;
}
#topImage .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topImage .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
#topImage .bx-wrapper .bx-controls-direction a {
    height: 56px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 56px;
    z-index: 9999;
}
#topImage .bx-wrapper .bx-prev {
    left: 5%;
    background: url("images/main/top/btnNext.png") no-repeat 0 0;
}
#topImage .bx-wrapper .bx-next {
    right: 5%;
    background: url("images/main/top/btnPrev.png") no-repeat 0 0;
}

#btnFbArea{
    position: absolute;
    top:0;
    left:0;
    right:0;
    max-width:1000px;
    margin:auto;
}
.btnFb{
    position: absolute;
    top:20px;
    right:0;
}
.btnFb img{
    max-width:50px;
}

/*---------------------
main
---------------------*/
#main{
}

/*---------------------
main_image
---------------------*/
#mainImage {
}

#mainImage img{
    height:auto;
    width:100%;
}

/*---------------------
Bread Navi
---------------------*/
.breadcrumbs{
    padding:20px 0;
}
.breadcrumbs:before,
.breadcrumbs:after {
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li{
    float:left;
}
.breadcrumbs li a{
}

/*---------------------
pagetop
---------------------*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index:100;
    cursor: pointer;
}
#pagetop a {
    width: 78px;
    height:auto;
    display: block;
    padding: 5px;
}
#pagetop a:hover {
    text-decoration: none;
}
#pagetop img{
    max-width:78px;
}

/*---------------------
ftContact
---------------------*/
#ftContact{
    width:100%;
    padding:30px 0 20px;
    background-color: #7e511c;
    color:#fff;
}
.ftTitle{
    width:23%;
    padding-top:8px;
    float:left;
}
.ftTitle p span.mincho{
    font-size:36px;
    font-weight: bold;
    line-height: 0.9;
}
.ftTitle span.text{
    font-size:14px;
    font-weight: normal;
}
.ftTel{
    width:34%;
    float:left;
}
.ftTel .open{
    font-weight: bold;
    margin-bottom:1px;
}
.ftTel .open span{
    margin-right:10px;
    font-size: 12px;
    font-weight: normal;
}
.ftTel .tel{
    line-height: 1.2;
}
.ftTel .tel span{
    font-size:36px;
    font-weight: bold;
    display:inline-block;
    vertical-align: middle;
    letter-spacing: 0.06em;
}
.ftTel .tel span a{
    color:#fff;
}
.ftTel .tel img{
    width:auto;
    margin-right: 8px;
}
.ftTel .fax{
    margin-top:-4px;
    text-align: right;
}
.ftBtnContact{
    width:40.1%;
    float: right;
}
.ftBtnContact img{
    width:100%;
    max-width:401px;
}

/*---------------------
footer
---------------------*/
footer{
    width:100%;
    height: 540px;
    padding-top:55px;
    background: url(images/footer/bgFooter.jpg) no-repeat center bottom;
    background-size: cover;
    color:#333;
}
#sitemap{
    margin-bottom:25px;
}
#sitemap .mincho{
    margin-bottom:10px;
    font-size: 24px;
    font-weight: bold;
}
#sitemap ul.sitemapList{
    float:left;
    vertical-align: top;
}
#sitemap ul > li{
    margin-bottom:10px;
    font-size:16px;
}
#sitemap ul > li > ul > li{
    margin:0 0 0 10px;
    padding:5px 0 1px;
    font-size:14px;
}
#sitemap li a:hover{
    text-decoration: underline;
}
#sitemap li{
    margin-left:20px;
    list-style-type: disc;
}
#sitemap ul.sitemapList:nth-child(1){
    width:18%
}
#sitemap ul.sitemapList:nth-child(2){
    width:20%
}
#sitemap ul.sitemapList:nth-child(3){
    width:12%
}
#sitemap ul.sitemapList:nth-child(4){
    width:19%
}
#sitemap ul.sitemapList:nth-child(5){
    width:19%
}
#sitemap ul.sitemapList:nth-child(6){
    width:12%
}
#ftCompany{
    margin-bottom:15px;
    font-size:16px;
}
#ftCompany .address{
    text-decoration: underline;
}
#copyright{
    font-size:16px;
}
/*---------------------
Layout
---------------------*/
/* Container */
#container {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*---------------------
Contents Area Page共通
---------------------*/
#contents{
    margin-top:40px;
}

/* Title */
#contents h2 {
    text-align:center;
}

.page h2.title{
    font-size:30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    line-height: 1.6;
}
.page h2.title br.brNone{
        display: none;
    }
.page .catch{
    text-align: center;
    font-size:18px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    line-height: 1.5;
}
.page h3.h3tit{
    text-align: center;
    font-size:18px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
}
h4.contTit{
    margin-bottom:20px;
    font-size:18px;
    color:#7e511c;
}
.page .floatL,
.page .floatR{
    width:49%;
    max-width:490px;
}

/*---------------------
トップページ
---------------------*/
#toppage{
    width:100%;
    margin:auto;
}
#toppage01{
    width:100%;
    margin:0 auto 85px;
}
#toppage01 .catch{
    margin-bottom:35px;
    text-align: center;
    font-size:18px;
}
#toppage01 h2{
    margin-bottom:55px;
}
#toppage01 .floatR{
    padding:0 15px;
    text-align: left;
}
#toppage01 .floatR h4{
    margin-bottom:5px;
}
#toppage01 .floatR p{
    margin-bottom:15px;
}
#toppage02{
    width:100%;
    margin-bottom:70px;
    padding:100px 0 90px;
    background: url(/wp-content/uploads/2019/06/fac73c8cf529a10fa34b5b0f3ac0f567_m.jpg) no-repeat center;
    background-size:cover;
}
#toppage02 h2.subTitle{
    margin-bottom:30px;
    text-align: center;
    font-size:24px;
}
#toppage02 p{
    margin-bottom:55px;
}
#toppage02 .btn img{
    max-width:131px;
}

/*---------------------
アクセスマップ
---------------------*/
#accessMap{
    margin-top:70px;
}
#accessMap h2.title{
    margin-bottom:30px;
}
#accessMap .catch{
    margin-bottom:35px;
}
#accessMap .map{
    margin-bottom:20px;
}

/*---------------------
トップSNS
---------------------*/
#snsArea{
    margin:50px auto 100px;
}
#snsArea .floatL,
#snsArea .floatR{
    max-width:490px;
    width:49%;
    padding:50px 3%;
    background-color: #efefef;
}

/*---------------------
井出工務店の強み
---------------------*/
#about{
    margin-bottom:140px;
}
#about .catch{
    margin-bottom:40px;
}
#about h2{
    margin-bottom:90px;
}
.aboutbox{
    margin-bottom:60px;
}

/*-------------------------------
ご挨拶 - 井出工務店の思い（about）
-------------------------------*/
#about.message {
  font-feature-setting: "palt";
  letter-spacing: 0.06em;
}

#about.message .lead {
  text-align: center;
}

#about.message .lead:after {
  width: 5%;
  content: "";
  border-bottom: 1px solid #999;
  margin: 5rem auto 2rem;
  display: block;
}

#about.message h3 {
  margin-bottom: 1rem;
}

#about.message p {
  margin-bottom: 2rem;
}

#about.message p.txt-last {
  margin-bottom: 5rem;
}

#about.message img {
  margin: 3rem 0;
}

@media screen and (max-width: 479px) {
  #about.message .lead {
    margin: 0;
     text-align: left;
  }
  #about.message .lead .sp {
    display: none;
  }
  #about.message .lead:after {
    width: 10%;
    content: "";
    border-bottom: 1px solid #999;
    margin: 3rem auto 0;
    display: block;
  }
  #about.message img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  #about.message p.txt-last {
  margin-bottom: 2rem;
  }
}


/*---------------------
Company
---------------------*/
#company{
    margin-bottom:70px;
}
#company h2{
    margin-bottom:20px;
}
#company h3{
    margin-bottom:45px;
}
#company01{
    margin-bottom:60px;
}
.companyInfo{
    width:100%;
    font-size:16px;
}
.companyInfo th,
.companyInfo td{
    padding:15px 0;
    vertical-align: top;
    border-bottom:1px solid #8e8e8e;
}
.companyInfo th{
    width:40%;
}
.companyInfo td{
    width:60px;
}
.companyInfo th.first,
.companyInfo td.first{
    padding-top:0;
}
.companyInfo th.last,
.companyInfo td.last{
    border-bottom:none;
}
#company02{
    margin-bottom:90px;
}

#company03{
    margin-bottom:55px;
}
#company03 li{
    float:left;
    max-width:310px;
    width:31%;
    margin-right:3.5%;
    margin-bottom:45px;
}
#company03 li:nth-child(3n){
    margin-right: 0;
}
#company03 .staffImg{
    margin-bottom:15px;
}
#company03 p{
    line-height: 1.7;
}
#company03 li img{
    max-width:310px;
}
#company04{
    margin-bottom:130px;
}
#company04 .enkaku{
    width:100%;
    font-size:16px;
}
#company04 .enkaku th,
#company04 .enkaku td{
    padding:15px 0;
    vertical-align: top;
    border-bottom:1px solid #8e8e8e;
}
#company04 .enkaku th{
    width:30%;
}
#company04 .enkaku td{
    width:70%;
}
#company04 .enkaku th.first,
#company04 .enkaku td.first{
    padding-top:0;
}

/*---------------------
問い合わせ
---------------------*/
#contact{
    margin-bottom:80px;
}
#contact h2{
    margin-bottom:50px;
}
#contact p.textC{
    font-size:16px;
    margin-bottom: 35px;
}
#contact p.textC br.brNone,
#inquiryArea .privacy p br.brNone{
    display: block;
}
#contactBox{
    max-width:760px;
    margin:0 auto 50px;
    padding:10px 12px;
    color:#fff;
    background-color: #7e511c;
}
#contactBox .telIcon,
#contactBox p,
#contactBox .telArea{
    display: inline-block;
    vertical-align: middle;
}
#contactBox .telIcon{
    margin-right:4.5%;
}
#contactBox .telIcon img{
    max-width:83px;
}
#contactBox p{
    margin-right:5.5%;
    font-size: 18px;
}
#contactBox .telArea .tel{
    font-size:30px;
}
#contactBox .telArea .tel a{
    color:#fff;
}
#contactBox .telArea .open{
    font-size:16px;
}

#inquiryArea{
}
#inquiryForm{
    width:100%;
    margin-bottom:30px;
    font-size:16px;
    border-top:1px solid #d2d2d2;
}
#inquiryForm th,
#inquiryForm td{
    border-bottom:1px solid #d2d2d2;
}
#inquiryForm th{
    width:30%;
    padding:25px 5px;
    vertical-align: top;
}
#inquiryForm th span{
    margin-left:3%;
    font-size:14px;
    color:#d7191a;
}
#inquiryForm td{
    width:70%;
    padding:10px 0;
}
#inquiryForm th br.brNone{
    display: none;
}
#inquiryForm input.w_80,
#inquiryForm textarea{
    width:80%;
    font-size:16px;
    padding:5px;
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    border-radius:3px;
}
#inquiryArea input[name="title"]{
    border:none;
    font-size:16px;
    font-weight: bold;
}
#inquiryArea select{
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    border-radius:3px;
}
#inquiryArea option{
    font-size:16px;
    padding:5px;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"]{
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    border-radius:3px;
}

span.mwform-tel-field input[name="tel[data][0]"],
span.mwform-tel-field input[name="fax[data][0]"]{
    width:15%;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    border-radius:3px;
}

span.mwform-tel-field input[name="tel[data][1]"],
span.mwform-tel-field input[name="fax[data][1]"]{
    width:20%;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    border-radius:3px;
}

span.mwform-tel-field input[name="tel[data][2]"],
span.mwform-tel-field input[name="fax[data][2]"]{
    width:20%;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    border-radius:3px;
}
.btnForm{
    margin-bottom:10px;
}
input.btnConfirm{
    max-width:342px;
    width:80%;
    margin:auto;
    padding:15px 0;
    color:#fff;
    background:#7e511c url(images/contact/btnArrow.png) no-repeat 90% 20px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
    box-shadow: 0;
    border:0;
}
#inquiryArea .privacy{
    margin-bottom:30px;
    text-align: center;
}
#inquiryArea .privacy h5{
    margin-bottom:10px;
    font-size:14px;
    font-weight: bold;
}
#inquiryArea .checkPolicy{
    margin-bottom: 20px;
    text-align: center;
}
#inquiryArea .checkPolicy span{
}
#inquiryArea .checkPolicy span.border{
    font-size:14px;
    color:#da382b;
    border-bottom:1px solid #da382b;
}
#inquiryArea .checkPolicy p{
    margin-top:20px;
    font-size: 16px;
}

input.btn_contact_return{
    margin:0 10px;
}
.checkPolicy label .mwform-checkbox-field-text{
    display:none;
}
.mwform-checkbox-field input, .mwform-radio-field input{
    display: inline-block;
}
.checkPolicy .mwform-checkbox-field{
    display: inline-block;
}
.mw_wp_form .error{
    display: inline-block;
}
.checkPolicy .textLink{
    display: inline-block;
}
.mw_wp_form_confirm .checkPolicy .check,
.mw_wp_form_confirm .checkPolicy p{
    display: none;
}

/*---------------------
サービス
---------------------*/
#topService{
    margin-bottom:120px;
}
#topService h2{
    margin-bottom:30px;
}
#topService .catch{
    margin-bottom:55px;
}

#serviceList{}
#serviceList li{
    float:left;
    width:32%;
    max-width:320px;
    margin-right:1.3%;
    margin-bottom:50px;
}
#serviceList li:nth-child(3n){
    margin-right:0;
}
#serviceList .serviceListImg{
    margin-bottom:10px;
}
#serviceList .serviceListImg img{
    max-width:320px;
}
#serviceList h4{
    margin-bottom:10px;
    font-size:18px;
    color:#333;
}
#service{
    margin-bottom:50px;
}
#service h2,
#serviceDetail h2{
    margin-bottom:30px;
}
#service h3.h3tit{
    margin-bottom:55px;
}
#service .freespace{
    margin-bottom:50px;
}
.serviceCate{
    margin-bottom:10px;
}
.serviceCate span{
    display: inline-block;
    padding:4px 20px 3px;
    color:#7e511c;
    background-color: #fff;
    border:1px solid #7e511c;
    border-radius:3px;
}

#serviceDetail{
    margin-bottom:90px;
}
#serviceDetail h3.h3tit{
    margin-bottom:25px;
}
#serviceDetail .serviceCate{
    margin-bottom:40px;
}
#serviceDetail .freespace{
    margin-bottom:40px;
}
.serviceSubArea{
    margin-bottom:55px;
}
#serviceDetail .floatN{
    width:100%;
}

.cateMenu{
    margin-bottom:55px;
}
.cateMenu li{
    position: relative;
    float:left;
    max-width:230px;
    width:23%;
    padding:20px 17px;
    margin-right:2%;
    font-size:16px;
    color:#7e511c;
    background: url(images/menu/btnArrow.png) no-repeat 95% 23px;
    border:1px solid #7e511c;
    border-radius:5px;
}
.cateMenu li.current,
.cateMenu li:hover{
    color:#fff;
    background: #7e511c url(images/menu/btnArrowW.png) no-repeat 95% 23px;
}
.cateMenu li a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.btnMore,
.btnReturn{
    max-width:324px;
    width:80%;
    margin:auto;
}
.btnMore img,
.btnReturn img{
    max-width:324px;
}

/*---------------------
新着情報
---------------------*/
#topNews{
    margin-bottom:50px;
    padding-bottom:40px;
}
#newsListArea{
    margin-bottom:50px;
}
#topNews h2,
#newsListArea h2{
    margin-bottom:30px;
}
#topNews .catch,
#newsListArea .catch{
    margin-bottom:55px;
}
#newsListArea .freespace{
    margin-bottom:50px;
}
#newsList{
    margin-bottom:30px;
}
#newsList li{
    float:left;
    width:49%;
    max-width:490px;
    padding: 10px 0;
    margin-bottom:15px;
}
#newsList li .newsListImg{
    float:left;
    width:35%;
    margin-right: 2%;
}
#newsList li .newsListImg img{
    max-width:164px;
}
#newsList li .newsListL{
    float:left;
    width:60%;
}
.newsCate{
    margin-bottom:10px;
}
.newsCate span{
    display: inline-block;
    padding:3px 20px 2px;
    background-color: #fff;
    border:1px solid #7e511c;
    border-radius:3px;
}
.newsCate span a{
    color:#7e511c;
}
.newsTitle{
    margin-bottom:10px;
    font-size:16px;
}
.newsTitle a{
    font-size:16px;
    color:#222;
}
.newsTitle a:hover{
    text-decoration: underline;
}
.newsListL p{
    line-height: 1.4;
    margin-bottom:10px;
}
.newsDate{
    text-align: right;
}
#newsDetail{
    float:left;
    width:73.5%;
    max-width:735px;
}
#newsDetail h2{
    margin-bottom:30px;
    text-align: left;
    font-size: 24px;
}
#newsDetail .newsCate{
    float:left;
}
#newsDetail .newsDate{
    float:right;
    padding-top:15px;
}
#newsDetail .detailImg{
    margin-bottom:25px;
}
#newsDetail .detailImg img{
    max-width: 735px;
}
#newsDetail p.postContents{
    margin-bottom: 25px;
    font-size:16px;
}
#newsDetail .detailSns{
    width:44.5%;
    margin-bottom: 35px;
}
#newsDetail .btnReturn{
    margin-bottom:50px;
}
#newsDetail .nextPost{
    margin-bottom:80px;
}
#newsDetail .nextPost .floatR{
    text-align: right
}
#newsDetail .nextPost .floatL a,
#newsDetail .nextPost .floatR a{
    text-decoration: underline;
}

/*---------------------
Sidebar
---------------------*/
#sidebar{
    float:right;
    width:23%;
    max-width:230px;
}
.sideList{
    margin-bottom:30px;
}
.sideList h3{
    margin-bottom:30px;
    font-size:18px;
    color:#7e511c;
    border-bottom:1px solid #7e511c;
}
.sideList li{
    margin-bottom:15px;
}
.sideList li h4{
    margin-bottom:8px;
}
.sideList .newsListImg{
    float:left;
    max-width:120px;
    width:50%;
    padding-right:10px;
}
.sideList .newsListImg{
    max-width:120px;
}
.sideList .postContents{
    float:left;
    width:50%;
    font-size:12px;
}
#sideContents{
    margin-bottom:50px;
    font-size:16px;
}
#sideContents .contentLink{
    margin-bottom:10px;
}
#sideContents .contentLink span{
    display: inline-block;
    vertical-align: middle;
}
#sideContents .contentLink span img{
    max-width:16px;
}
#sideContents .contentLink span.text{
    padding-top:2px;
    padding-left:5px;
}
#sideContents .contentLink ul{
    margin-top:10px;
}
#sideContents .contentLink ul li{
    margin-bottom:5px;
    font-size:14px;
}
.moreLink{
    text-align: right;
}
.moreLink a{
    color:#7e511c;
    text-decoration: underline;
}

/*---------------------
Pager
---------------------*/
.pager::before, .pager::after {
    content: " ";
    display: table;
}
.pager::after {
    clear: both;
}
.pager::before, .pager::after {
    content: " ";
    display: table;
}
.pager {
    clear: both;
    margin: 25px 0 0;
    padding-bottom:30px;
    position: relative;
    box-sizing: border-box;
}
.pager .page_count {
    left: 0;
    position: absolute;
    top: 0;
}
.pager span.pager_num {
    /*display:inline-block;*/
    display: none;
}
.pager div.pager_num {
    display:inline-block;
    width:80%;
    text-align:center;
    margin:0 auto;
}
.pager .pager_num span.current {
    color:#fff;
    background:#7e511c;
}
.pager .pager_num span.page-numbers:last-child{
    border:none;
}
.pager .pager_right {
    position: absolute;
    right: 0;
    top: 0;
}
.pager .pager_orderby {
    font-size: 120%;
    margin-bottom: 10px;
}
.pager .pager_orderby .page_num {
    margin-right: 10px;
}
#contents .pager .pager_orderby .num {
    font-size: 120%;
    font-weight: bold;
}
.pager .pager_num span,
.pager .pager_num a {
    padding: 8px 11px;
    background:#fff;
    border:1px solid #7e511c;
}

/*---------------------
レスポンシブ対応
---------------------*/
@media screen and (max-width: 999px) {
    /* 1000px以下用（タブレット用）の記述 */
    .pager{
        padding:0 8px;
    }

    .headerInner,
    .contentInner{
        max-width: inherit;
        width: 98%;
        margin:auto;
    }
    
    .g_navi li a{
        font-size:13px;
    }
    
    .btnFb {
        right: 2%;
    }
    
    .ftTel .tel span{
        font-size:30px;
    }
    footer{
        height: 520px;
        padding-top:30px;
    }
    #sitemap ul.sitemapList:nth-child(1){
        width:18%
    }
    #sitemap ul.sitemapList:nth-child(2){
        width:20%
    }
    #sitemap ul.sitemapList:nth-child(3){
        width:12%
    }
    #sitemap ul.sitemapList:nth-child(4){
        width:18%
    }
    #sitemap ul.sitemapList:nth-child(5){
        width:18%
    }
    #sitemap ul.sitemapList:nth-child(6){
        width:14%
    }
    
    /*page*/
    #toppage01{
        margin-bottom:70px;
    }
    #toppage02{
        padding: 90px 0 80px;
    }
    #about {
        margin-bottom: 100px;
    }
    #about h2 {
        margin-bottom: 80px;
    }
    #company01,
    #company03{
        margin-bottom: 50px;
    }
    #company02 {
        margin-bottom: 80px;
    }
    #company04 {
        margin-bottom: 100px;
    }
    #company h3 {
        margin-bottom: 40px;
    }
    #accessMap {
        margin-top: 60px;
    }
    #contact {
        margin-bottom: 70px;
    }
    
    /* service news */
    #topService,
    #newsListArea{
        margin-bottom: 100px;
    }
    #service{
        margin-bottom:40px;
    }
    .cateMenu{
        margin-bottom:50px;
    }
    .cateMenu li{
        padding: 15px 10px;
        font-size:13px;
        background: url(images/menu/btnArrow.png) no-repeat 98% 15px;
    }
    .cateMenu li.current,
    .cateMenu li:hover{
        background: #7e511c url(images/menu/btnArrowW.png) no-repeat 98% 15px;
    }
    #service h2, #serviceDetail h2,
    #topNews h2, #newsListArea h2{
        margin-bottom: 25px;
    }
    #service h3.h3tit,
    #topNews .catch, #newsListArea .catch{
        margin-bottom: 50px;
    }
    #newsListArea .freespace {
        margin-bottom: 45px;
    }
    .pager{
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 960px) {
    .ftTel .tel span{
        font-size:28px;
    }
}

@media screen and (max-width: 900px) {
    header{
        height:90px;
    }
    #headerLogo{
        top:14px;
    }
    .g_naviWrap{
        top:55px;
        left:0;
        right:inherit;
    }
    .g_navi li a{
        font-size:14px;
    }
    
    #sitemap ul.sitemapList:nth-child(1),
    #sitemap ul.sitemapList:nth-child(2),
    #sitemap ul.sitemapList:nth-child(3),
    #sitemap ul.sitemapList:nth-child(4),
    #sitemap ul.sitemapList:nth-child(5),
    #sitemap ul.sitemapList:nth-child(6){
        width:25%
    }
    #ftCompany{
        display: inline-block;
        padding:10px;
        background: #fff;
        opacity: 0.5;
    }
}

@media screen and (max-width: 840px) {
    .ftTel .tel span{
        font-size:26px;
    }
    #sitemap ul > li{
        margin-bottom:5px;
        font-size:14px;
    }
    #sitemap ul > li > ul > li{
        font-size:12px;
    }
}

@media screen and (max-width: 769px) {
    body{
    }
    .contentInner{
        width: 96%;
    }
    header {
    }
    #headerLogo {
        top: 10px;
        left: 0;
    }
    footer{
        height:480px;
    }
    #sitemap ul.sitemapList:nth-child(1),
    #sitemap ul.sitemapList:nth-child(2),
    #sitemap ul.sitemapList:nth-child(3),
    #sitemap ul.sitemapList:nth-child(4),
    #sitemap ul.sitemapList:nth-child(5),
    #sitemap ul.sitemapList:nth-child(6){
        width:33.3%
    }
    #sitemap ul.sitemapList:nth-child(6){
        float:left;
    }
    
    #contents{
        margin-top:30px;
    }
    
    /*page*/
    .page h2.title{
        font-size:28px;
    }
    .page h3.h3tit{
        font-size:17px;
        line-height: 1.4;
    }
    h4.contTitt{
        font-size:17px;
    }
    #toppage01{
        margin-bottom:60px;
    }
    #toppage01 .catch {
        margin-bottom: 25px;
        font-size: 17px;
    }
    #toppage02{
        padding: 70px 0 60px;
    }
    #contact h2,
    #accessMap h2.title{
        margin-bottom: 25px;
    }
    #inquiryForm,
    #inquiryArea option,
    #inquiryForm input.w_80, 
    #inquiryForm textarea,
    #company04 .enkaku,
    .companyInfo{
        font-size: 15px;
    }
    #about {
        margin-bottom: 80px;
    }
    #about .catch {
        margin-bottom: 30px;
    }
    #about h2 {
        margin-bottom: 70px;
    }
    #company01,
    #company03{
        margin-bottom: 40px;
    }
    #company02 {
        margin-bottom: 60px;
    }
    #company04 {
        margin-bottom: 80px;
    }
    #company h3 {
        margin-bottom: 35px;
    }
    .companyInfo th {
        width: 35%;
    }
    .companyInfo td {
        width: 65%;
    }
    #accessMap {
        margin-top: 50px;
    }
    #contact {
        margin-bottom: 60px;
    }
    #contact p.textC {
        font-size: 15px;
        margin-bottom: 30px;
    }
    #contactBox .telIcon {
        margin-right: 3.5%;
    }
    #contactBox p {
        margin-right: 4.5%;
        font-size: 16px;
    }
    #contactBox .telArea .tel {
        font-size: 28px;
    }
    #contactBox .telArea .open {
        font-size: 15px;
    }
    #inquiryArea .checkPolicy p{
        font-size:15px;
    }
    #inquiryForm th br.brNone{
        display: block;
    }
    
    /* ftContact */
    #ftContact{
        padding:15px 0;
    }
    .ftTitle{
        float:none;
        display: block;
        width:80%;
        margin:0 auto 10px;
        text-align: center;
    }
    .ftTel,
    .ftBtnContact{
        margin:0 3%;
    }
    .ftBtnContact{
        margin-top:10px;
    }
    .ftTel{
        width:40%;
    }
    
    /* service news */
    #topService {
        margin-bottom: 70px;
    }
    #service,
    #newsListArea{
        margin-bottom:30px;
    }
    .cateMenu li{
        font-size:12px;
    }
    #newsList{
        margin-bottom:15px;
    }
    .cateMenu{
        margin-bottom:40px;
    }
    #service h2, #serviceDetail h2,
    #topNews h2, #newsListArea h2{
        margin-bottom: 20px;
    }
    #service h3.h3tit,
    #topNews .catch, #newsListArea .catch{
        margin-bottom: 45px;
    }
    #newsListArea .freespace {
        margin-bottom: 40px;
    }
    #serviceDetail .serviceCate {
        margin-bottom: 35px;
    }
    .pager{
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 668px) {
    .g_navi li a{
        font-size:13px;
    }
    .cateMenu li{
        width:48%;
        max-width:inherit;
        margin:0 1% 10px;
        font-size:13px;
    }
    #newsDetail,
    #sidebar{
        float:none;
        width:96%;
        margin:auto;
    }
    #sidebar{
        max-width:inherit;
    }
    #sideContents{
        font-size: 14px;
    }
    #sideContents .contentLink{
        float:left;
        width:32%;
        margin-right:1%;
    }
    .sideList .postContents{
        width:70%;
    }
    
    #inquiryForm th{
        width:40%;
    }
    #inquiryForm td{
        width:60%;
    }
}

@media screen and (max-width: 641px) {
    body{
        font-size:13px;
    }
    header{
        
    }
    #headerLogo {
    }
    
    .g_naviWrap{
        width:100%;
    }
    .g_navi > ul{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .g_navi > ul > li {
        float:none;
    }
    .g_navi li a{
        padding:0 10px;
        font-size:12px;
    }

    #topImage {
        display: none;
    }
    #topImageS{
        position: relative;
        top:-4px;
        display: block;
        margin-bottom:25px;
    }
    #topImageS .bx-wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #topImageS .bx-wrapper .bx-viewport {
	    margin: 0 auto;
    }

    #topImageS .bx-wrapper .bx-viewport li{
        margin:0;
    }
    #topImageS .bx-wrapper .bx-controls-direction{
        display: none;
    }

    .ftTel {
        width: 46%;
    }
    .ftTel .tel span{
        font-size:24px;
    }
    .ftBtnContact{
        width: 35%;
    }
    
    /*footer*/
    #copyright{
        color:#fff;
    }
    
    #contents{
        margin-top:20px;
    }

    /* Page */
   .page h2.title{
        font-size:26px;
    }
    .page h3.h3tit,
    h4.contTit{
        font-size:16px;
    }
    #toppage01{
        margin-bottom:30px;
    }
    #toppage01 h2{
        margin-bottom:40px;
    }
    #toppage01 .catch{
        margin-bottom:15px;
        font-size:15px;
    }
    #toppage02{
        padding: 60px 0 50px;
    }
    #toppage02 .btn img{
        max-width:120px;
    }
    #accessMap h2.title{
        margin-bottom: 20px;
    }
    #inquiryForm,
    #inquiryArea option,
    #inquiryForm input.w_80, 
    #inquiryForm textarea,
    #company04 .enkaku,
    .companyInfo{
        font-size: 14px;
    }
    #inquiryForm th span{
        font-size:12px
    }
    #about {
        margin-bottom: 60px;
    }
    #about h2 {
        margin-bottom: 50px;
    }
    #company01,
    #company03{
        margin-bottom: 30px;
    }
    #company02 {
        margin-bottom: 50px;
    }
    #company04 {
        margin-bottom: 60px;
    }
    #company h3 {
        margin-bottom: 30px;
    }
    #company03 li{
        width:48%;
        margin:0 1% 20px;
    }
    #company03 li:nth-child(3n){
        margin:0 1% 20px;
    }
    h4.contTit{
        margin-bottom: 5px;
    }
    #accessMap {
        margin-top: 40px;
    }
    #contact {
        margin-bottom: 50px;
    }
    #contact p.textC {
        font-size: 14px;
        margin-bottom: 25px;
    }
    #contactBox .telIcon {
        margin-right: 3%;
    }
    #contactBox p {
        margin-right: 4%;
        font-size: 16px;
    }
    #contactBox .telArea .tel {
        font-size: 26px;
    }
    #contactBox .telArea .open {
        font-size: 14px;
    }
    #inquiryArea .checkPolicy p{
        font-size:14px;
    }
    
    /* service news */
    #topService {
        margin-bottom: 50px;
    }
    #topNews h2,
    #topService h2{
        margin-bottom:10px;
    }
    #topNews .catch,
    #topService .catch{
        margin-bottom: 30px;
    }
    #serviceList li{
        width:48%;
        margin:0 1% 20px;
    }
    #serviceList li:nth-child(3n){
        margin:0 1% 20px;
    }
    #serviceList h4{
        margin-bottom:5px;
    }
    .newsCate span{
        padding: 3px 15px 2px;
    }
    .cateMenu{
        margin-bottom:30px;
    }
    #service h3.h3tit,
    #topNews .catch, #newsListArea .catch{
        margin-bottom: 40px;
    }
    #newsListArea .freespace {
        margin-bottom: 35px;
    }
    #serviceDetail .serviceCate {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 569px) {
    /* 569px以下用（スマートフォン用）の記述 */
    
    /* navi */
    .g_navi > ul > li {
        padding:0;
    }
    .g_navi li a{
        padding:0 8px;
        font-size:11px;
    }

    /* sidebar */
    #sideContents .contentLink{
        width:49%;
        margin-right:1%;
    }

    /*inquiry*/
    #contactBox{
        padding:15px 0;
        text-align: center;
    }
    #contactBox .telIcon{
        margin-bottom:15px;
    }
    #contactBox .telArea {
        display: block;
    }
    #inquiryForm th,
    #inquiryForm td{
        display: block;
        width:100%;
    }
    #inquiryForm th{
        padding:10px 20px;
        border-bottom: none;
    }
    #inquiryForm td{
        padding:0 20px 20px;
    }
    #inquiryForm input.w_80, #inquiryForm textarea{
        width:90%;
    }

    /* page */
    #about {
        margin-bottom: 40px;
    }
    #company04 .floatL,
    #company04 .floatR{
        float:none;
        width: 96%;
        max-width: 490px;
        margin:0 auto;
    }
    #company04 .floatL{
        margin-bottom:15px;
    }
}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */
    body{
        font-size: 13px;
    }
    #header{
        height:60px;
    }
    #headerLogo {
        left:1%;
    }
    .headerInner{
        width:100%;
    }
    
    /* Navi */
    .navi_button{
        display: block;
        position: absolute;
        top:10px;
        right:10px;
        z-index:200;
    }
    .g_naviWrap{
        display: none;
        width: 100%;
        position: absolute;
        top:55px;
        right: 0;
        z-index: 400;
    }
    .g_navi{
        float: none;
        position:relative;
        z-index:200;
    }
    .g_navi > ul{
        display: block;
        width: 100%;
        height: auto;
    }
    .g_navi ul li{
        width: 100%;
        height:auto;
        float: none;
        font-size:150%;
        color:#fff;
        text-align: center;
        padding: 20px 0;
        background-color: #000;
        border-bottom: 1px solid #ddd;
        position: relative;
        opacity: 0.8;
    }
    .g_navi ul li:hover{
        color:#fff;
        background: #000;
    }
    .g_navi ul li a{
        position: absolute;
        top:12px;
        left:0;
        width:100%;
        height: 100%;
        color:#fff;
    }
    
    .ftTel {
        float:none;
        width: 80%;
        margin:0 auto 15px;
        text-align: center;
    }
    .ftTel .fax{
        margin-top:1px;
        text-align: center;
    }
    .ftBtnContact{
        float:none;
        width: 80%;
        margin:auto;
    }
    
    #pagetop a{
        width:50px;
    }
    
    footer{
        height: 400px;
    }
    #sitemap{
        margin-bottom:0;
        padding:0 2% 20px;
        background-color:#fff;
        opacity: 0.8;
    }
    #sitemap ul.sitemapList{
    }
    #sitemap ul.sitemapList:nth-child(1),
    #sitemap ul.sitemapList:nth-child(2),
    #sitemap ul.sitemapList:nth-child(3),
    #sitemap ul.sitemapList:nth-child(4),
    #sitemap ul.sitemapList:nth-child(5),
    #sitemap ul.sitemapList:nth-child(6){
        width:50%
    }
    #sitemap ul > li{
        margin-bottom:0;
        padding-bottom:5px;
    }
    #sitemap ul > li > ul > li {
        padding-bottom:1px;
    }
    #ftCompany{
        display: block;
        margin-bottom:0;
        padding:0 2% 15px;
        font-size:14px;
        background-color:#fff;
        opacity: 0.8;
    }
    .companyAddress span{
        display: block;
    }
    #copyright{
        padding:0 2% 10px;
        font-size:12px;
        color:#333;
        background-color:#fff;
        opacity: 0.8;
    }

    /* パンくず */
    .breadcrumbs{
        margin: 0 0 10px;
        font-size:10px;
    }
    
    #contents{
        margin-top:10px;
    }

    /* Page */
    .page h2.title {
        font-size: 23px;
    }
    .page h3.h3tit,
    h4.contTit{
        font-size:14px;
    }
    .page .catch{
        font-size:14px;
    }
    .page .floatL, 
    .page .floatR,
    #serviceDetail .floatN{
        float:none;
        width: 96%;
        max-width: 490px;
        margin:0 auto;
    }
    .page .floatL{
        margin-bottom:15px;
    }

    #toppage01{
        margin-bottom:40px;
    }
    #toppage01 h2{
        margin-bottom:40px;
    }
    #inquiryForm,
    #inquiryArea option,
    #inquiryForm input.w_80, 
    #inquiryForm textarea,
    #company04 .enkaku,
    .companyInfo{
        font-size: 13px;
    }
    #inquiryForm th span{
        font-size:10px
    }
    #about {
        margin-bottom: 30px;
    }
    #about .catch {
        margin-bottom: 20px;
    }
    #about h2 {
        margin-bottom: 30px;
    }
    #company01,
    #company03{
        margin-bottom: 30px;
    }
    #company02 {
        margin-bottom: 40px;
    }
    #company04 {
        margin-bottom: 20px;
    }
    #company h3 {
        margin-bottom: 20px;
    }
    #accessMap {
        margin-top: 30px;
    }
    #contact {
        margin-bottom: 30px;
    }
    #contact p.textC {
        text-align: left;
        margin-bottom: 20px;
        font-size: 13px;
    }
    #contact p.textC br.brNone,
    #inquiryArea .privacy p br.brNone{
        display: none;
    }
    #inquiryArea .checkPolicy p{
        font-size:13px;
    }
    #inquiryArea .privacy p{
        text-align: left;
    }
    
    /* service News */
    #service,
    #newsListArea{
        margin-bottom:20px;
    }
    .serviceCate span,
    .newsCate span a {
        font-size: 12px;
    }
    #service h2, #serviceDetail h2,
    #topNews h2, #newsListArea h2{
        margin-bottom: 10px;
    }
    #service h3.h3tit,
    #topNews .catch, #newsListArea .catch{
        margin-bottom: 30px;
    }
    #newsList {
        margin-bottom: 0;
    }
    #newsList li{
        float:none;
        width:96%;
        margin:0 auto 10px;
    }
    #newsListArea .freespace {
        margin-bottom: 30px;
    }
    .sideList .postContents{
        width:60%;
    }
    #serviceDetail .serviceCate {
        margin-bottom: 20px;
    }
    .pager{
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 375px) {
    /* 360px以下用（スマートフォン用）の記述 */
    #headerLogo img{
        max-width:250px;
    }
    .g_naviWrapS{
        top:63px;
    }
    footer{
        height: 380px;
    }
    #sitemap ul > li{
        font-size:13px;
    }
    #sitemap ul > li > ul > li {
        font-size:10px;
    }
    
    /* Page */
    .page h2.title {
        font-size: 20px;
    }
    .page h2.title br.brNone{
        display: block;
    }
    #company h3 {
        margin-bottom: 15px;
    }
    #company03 li{
        float:none;
        width:96%;
        margin:0 auto 15px;
    }
    #contactBox .telIcon img {
        max-width: 60px;
    }
    
    /* service */
    #serviceList li{
        float:none;
        width:96%;
        margin:0 auto 15px;
    }
    #serviceList h4{
        margin-bottom:0;
    }
    .cateMenu li{
        font-size:11px;
    }
}

@media screen and (max-width: 360px) {
    footer{
        padding-top:15px;
    }
    #sitemap{
        padding-bottom:15px;
    }
    #sideContents .contentLink{
        width:96%;
    }
}

@media screen and (max-width: 330px) {
    .cateMenu li{
        float:none;
        width:96%;
        margin:0 auto 10px;
    }
   
}

/*---------------------
オブジェクト設定
---------------------*/

embed,
iframe,
object{
	max-width: 100%;
}
