html {
    font-size:625%;
    letter-spacing:0.005em;
}
body {
    font-size:.16em;
}
img {
    max-width:100%;
    height:auto;
}

@media screen and (min-width: 701px) {
	.sp_only{
		display: none!important;
	}
}

/* =====================　 全ページ共通 ===================== */






/* ===================== メニュー===================== */
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
    opacity:.7 !important;
    transition:opacity .4s ease .4s;
}
.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
    transition-property:none;
}
.mm-listview>li>a, .mm-listview>li>span {
    text-overflow:ellipsis;
    /* white-space:nowrap;
    */
 overflow:hidden;
    color:inherit;
    display:block;
    padding:15px 10px 15px 20px;
    margin:0;
    font-size:.16rem;
    font-family:"メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック" , "Yu Gothic" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.mm-menu_offcanvas {
    z-index: 1111111111111;
}
.mmenu-tyui {
    font-size:.13rem;
    padding-left:.2em;
}
.mm-listview i {
    padding-right:0.5em;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {

}
.mm-menu .mm-navbar_sticky {
    /*background: #006837;*/
}
.mm-listview .mm-next {
    background:rgba(2555,255,255,0);
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color:rgba(255,255,255,0);
}

.mm-title {
    display:none;
}
.mm-next:hover {
    background:rgba(2555,255,255,.2);
}
.mm-listview li:hover {
    background:rgba(2555,255,255,.2);
}
.mm-listview li {
    transition:1.9s;
}
.sp-menu_sato.mm-listitem.mm-listitem:after{
	border:none;
}
.mm-menu{
    z-index: 11111111111111 !important;
}

/* =====================前後記事取得===================== */
.zengo {
    font-size:.13rem;
    max-width:400px;
    width: calc(100% - 43px);
    margin:40px auto 20px auto;
}
.zengo td {
    width:340px;
}
.zengo2 {
    width:1020px;
    margin:40px auto 0 auto;
}
.zengo2 td {
    width:340px;
}
.zengo3 {
    width:1020px;
    margin:60px auto 20px auto;
}
.zengo3 td {
    width:340px;
}
.prev-art {
    font-size:.15rem;
    text-align:right;
    text-decoration:underline;
    display:block;
    padding:0px 0 0 20px;
    background-size:11px;
}
.next-art {
    font-size:.15rem;
    text-align:left;
    text-decoration:underline;
    display:block;
    padding:0px 20px 0 0;
    background-size:11px;
}
.next-art a,
.prev-art a{
	color:#000;
}
.toAchive {
    text-align:center;
}
.toAchive a {
    display:block;
    margin:0 auto;
    min-width:140px;
    font-size:.18rem;
    text-align:center;
    color:#000;
    border:solid 2px #000;
    line-height:36px;
}
/* =====================パンくず===================== */
.pankuzu {
    width:100%;
    background:rgba(0,0,0,0.5);
    color:#FFF;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    z-index:111;
}
.pankuzu li {
    padding:0 10px;
}
.pankuzu li br{
    display:none;
}
.pankuzu li a {
    color:#FFF;
}


/* =====================
　エフェクト
===================== */
.ef-fu-ob {
    opacity:0.6;
    transform:translate(0,40px);
    -webkit-transform:translate(0,40px);
    transition:1s;
}
.ef-fu {
    opacity:1.0;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
}

.ef-fa-ob {
    opacity:0;
    transition:4.4s;
}
.ef-fa {
    opacity:1.0;
}

/*----- 左からスライド -----*/
    .ef-left-ob {
        transform: translate(-200px, 0px);
        -webkit-transform: translate(-200px, 0px);
        transition: 1.2s;
         opacity:0;
    }
    .ef-right-ob {
        transform: translate(80%, 0px);
        -webkit-transform: translate(80%, 0px);
        transition: 2.8s;
         opacity:0;
    }

.ef-lr{
          opacity:1.0;
}
/*----- 左からスライド -----*/
    .ef-top-ob {
        transform: translate(0px, -40%);
        -webkit-transform: translate(0px, -40%);
        transition: 2.4s;
         opacity:0;
    }
    .ef-bottom-ob {
        transform: translate(0px, 20%);
        -webkit-transform: translate(0px, 20%);
        transition: 2.2s;
         opacity:0;
    }
    .ef-reset {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
         opacity:1.0;
    }

/* =====================
　フッター
===================== */

.contact {
    text-align: center;
    margin-top: 90px;
}

.contact h2 {
    font-size: 30px;
    font-size: .27rem;
    font-weight: bold;
}

.con-background {
    position: relative;
    margin: 18px auto 0;
    background-image: url(/wp-content/themes/eco/img/top/top_07.jpg);
    max-width: 1000px;
    height: 250px;
}

.contact_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 804px;
    max-width: 100%;
    padding: 10px;
    height: 128px;
}

.contact_container .box.con1{
	margin-right: 50px;
}

.link_3 {
    color: #ffffff;
    font-size: 16px;
    font-size: .16rem;
    display: block;
    width: 340px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #EC6C00;
}

.company_background {
    background-image: url(/wp-content/themes/eco/img/top/top_08.jpg);
    background-size: cover;
    width: 100%;
    padding: 0 40px;
}

.company_container {
    width: 1266px;
    max-width: 100%;
    color: #ffffff;
    margin: 90px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.company .box{
  padding: 30px 0;
}

.company .box img{
	max-width:380px;
}


.com1 p{
   margin-top: 30px;
   font-size:15px;
   font-size: .15rem;
   line-height: 2;
 }

.com1 p span{
	font-weight:bold;
 }
 
 .com1 a{
   color: #ffffff;
   font-size:15px;
   font-size: .15rem;
 }
.com2{
	position:relative;
 }
.com2_fblink {
    height: 65px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:111;
}
 .fb-page {
   width: 450px;
   height: 220px;
 }

.box img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.copyright {
  color: #ffffff;
  font-size: 13px;
  font-size: .13rem;
  padding-bottom: 15px;
  text-align: center;
}
.footer_line {
    width: 365px;
    margin-top: 84px;
}
.footer_line_sp {
    margin: 40px 20px;
}





.business_tab_title {
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    font-size: .30rem;
}
.business_tab {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    padding: 0 20px;
    margin: 20px auto 100px;
}
.business_tab a {
    position: relative;
    padding: 7px 15px;
    font-size: .18rem;
    font-weight: bold;
    width: 48.5%;
    text-align: center;
    background-color: #ec6c00;
    color: #fff;
}
.business_tab a:not(.tab_current):before {
    content: "";
    position: absolute;
    left: 14px;
    top: -2px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-top: 3px solid #e2e2e2;
    border-right: 3px solid #e2e2e2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.business_tab a:not(.tab_current):hover {
	opacity:0.7;
    color: #fff;
}

.page_intro{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.furniture_ar{
    background: #f2f2f2;
    padding: 40px 0 0;
}

.furniture_ar_1{
	margin-top: 60px;
}

.furniture_ar_1 h2{
	margin-bottom:22px;
    font-size: .28rem;
    text-align:center;
    letter-spacing:0.05em;
}

.page_intro .left{
	max-width:440px;
}
.page_directory_title{
    margin: 40px 20px;
    text-align: center;
    font-weight: bold;
    font-size: .30rem;
}

.page_midashi{
	padding:0 20px;
    text-align: center;
}
.page_midashi p {
    font-size: .17rem;
    text-align: center;
}
.page_midashi h3{
    margin-bottom: 30px;
    font-size: .29rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  position: relative;
}

.page_midashi h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 65px);
    width: 130px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ec6c00;
}

.clean_service_list_box1 {
    background: #f2f2f2;
    padding: 40px 0 0;
    margin-top: -35px;
}
.clean_service_list_pig ul li:nth-child(1),
.clean_service_list_pig ul li:nth-child(3){
    height: 0;
    opacity: 0;
    padding: 0;
}
.clean_service_list_box1-1 {
    margin-top: 0px;
}
.clean_service_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 40px auto 42px;
    padding: 0px 20px 10px;
}
.clean_service_list li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    border: 2px solid #000;
    padding: 5px;
    background: #FFF;
    border-radius: 6px 6px 0 0;
}
.clean_service_list li img{
	width:100%;
	max-width:300px;
}
.clean_service_list li p {
    text-align: center;
    font-weight: bold;
    font-size: .18rem;
    margin-bottom: 4px;
    padding: 2px;
    letter-spacing: 0.1em;
}

@media screen and (max-width:700px) {
	.clean_service_list li {
    	width: 100%;
    	max-width: 270px;
    	margin: 0px auto 17px;
	}
.clean_service_list {
    margin: 28px auto 50px;
}
.clean_service_list_box1 {
    padding: 30px 0 0;
}
.clean_service_list_box2{
    margin-top: -20px;
}
body .clean_service_list_box1-1 {
    margin-top: 40px;
}
}


/* =====================リサイクル＆処理===================== */
.recycle .page_midashi p {
    font-size: .17rem;
    text-align: justify;
    max-width: 700px;
}
.recycle .page_midashi .flex {
    max-width: 820px;
    margin: 50px auto 0;
}
.recycle .page_midashi img {
    width: 400px;
}
.recycle .page_midashi p {

}
.recycle .page_midashi {
    padding: 40px 20px;
}

.recycle .page_midashi .d1 {
    max-width: 380px;
}
.recycle_box3 .d1 {
    padding: 0 0 0 70px;
}
.recycle_box_jyoka img{
    padding-left: 50px;
}
.recycle .page_midashi .d2 {
    max-width: 420px;
    width: calc(50% - 30px);
    margin-left: 30px;
}
.recycle .page_midashi2 {
    background: #f2f2f2;
}

@media screen and (max-width:700px) {
	.recycle .page_midashi .d2 {
	    max-width: 420px;
	    width: 100%;
	    margin: 0 0 15px;
	}
	.recycle .page_midashi .flex {
    	margin: 0px auto;
    	flex-direction: column-reverse;
	}
	.recycle .page_midashi.recycle_box3 .d1 {
    	width: 68%;
    	margin: 0 auto;
    	padding: 0;
	}
	.recycle .recycle_box_jyoka img{
		padding:0;
    	width: 83%;
	}
}
/* =====================会社概要===================== */

.about_list_box1 {

}
.about_list_box1-1 {
    margin-top: 0px;
    padding: 0px 20px 0;
}
.about_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 40px auto 0px;
    padding: 0px 0px 10px;
}

.about_list li {
    width: 23%;
    max-width: 240px;
    margin-bottom: 67px;
    position: relative;
}
.about_list li a {
    position: absolute;
    display: block;
    min-width: 96px;
    max-width: 104px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -33px;
    background: #ffffff;
    color: #000;
    padding: 5px;
    line-height: 1;
    font-size: .13rem;
    border: 1px solid #bfbfbf;
}
.about_list li img{
	width:100%;
	max-width:300px;
    border: 1px solid #9e9696;
}
.about_list li p {
    text-align: center;
    font-size: .17rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}


@media screen and (max-width:700px) {
	.about_list_box1-1 {
    	padding: 0px 0px 0;
	}
	.about_list li a {
    	min-width: auto;
    	max-width: none;
    	font-size: .17rem;
    	padding: 8px 2px;
    	bottom: -13px;
    	position: relative;
	}
}





/* =====================実績紹介===================== */

.furniture_index_thum {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	 padding-bottom:66%;
    background-size: cover;
	  background-color: #F2f2f2;
}

.furniture_ar_2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	margin: 0 auto;
}
.furniture_ar_2_l {
    width: 33.3334%;
    padding: 50px 50px 40% 50px;
    background: #233552;
    position: relative;
    color: #FFF;
}
.furniture_ar_2_l div {
    max-width: 800px;
    display: inline-table;
    position: absolute;
    margin: auto;
    padding: 50px 50px 0 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.furniture_ar_2_l h3{
	margin: 0 0 10px;
}
.furniture_ar_2_r{
	width: 66.666%;
    background: url(/img/furniture/furniture_2.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.furniture_ar_3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	margin: 0 auto;
}
.furniture_ar_3_l{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	width: 33.333%;
	margin: 0 auto;
}
.furniture_ar_3_r{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	width: 66.666%;
	margin: 0 auto;
}
.furniture_ar_3_l div{
	width: 100%;
	padding-bottom:36%;
}
.furniture_ar_3_r div{
	width: 50%;
	padding-bottom:36%;
}
.furniture_ar_3_l div:first-child{
    background: url(/img/furniture/furniture_2.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	padding-bottom: 36%;
}
.furniture_ar_3_l div:last-child{
    background: url(/img/furniture/furniture_4.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.furniture_ar_3_r div:first-child{
    background: url(/img/furniture/furniture_3.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.furniture_ar_3_r div:last-child{
    background: url(/img/furniture/furniture_1.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.furniture_ar_4_outer{
    padding: 30px 0 30px;
    margin-top: 30px;	
    background: #233552;
}
.furniture_ar_4{
	max-width:1020px;
	height: auto;
	margin: 0 auto;
}
.furniture_ar_4_l{
	width: 100%;
}
.furniture_ar_4_r {
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
}
.furniture_ar_4_l{

}
.furniture_ar_4_l img{
	width:100%;
}
.furniture_ar_5 {
	width: 1000px;
	margin: 50px auto 20px;
}

.furniture_ar_5 h2{
	margin: 50px 0 20px;
	text-align: center;
}
.furniture_ar_5 p{
	margin-bottom:20px;
}
.furniture_ar_6{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	width: 1020px;
	height: 500px;
	margin: 0 auto 20px;
}

.furniture_ar_6_l{
	width: 32.7%;
}

.furniture_ar_6_l div:first-child{
	height: 50%;
    background: url(/img/kitchen/kitchen_04.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-bottom: 5px solid #fff;
}
.furniture_ar_6_l div:last-child{
	height: 50%;
    background: url(/img/kitchen/kitchen_05.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-top: 5px solid #fff;
}
.furniture_ar_6_r{
	width: 66.3%;
    background: url(/img/kitchen/kitchen_07.jpg?0407);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.furniture_ar_7{
	width: 1000px;
	margin: 30px auto 30px;
}

.furniture_ar_7 h3 {
    margin: 0 0 20px;
    padding-top: 50px;
    text-align: center;
}

@media screen and (max-width:1280px) {
.furniture_ar_2 {
    display: block;
    min-height: auto;
    margin: 0 auto;
}
.furniture_ar_2_r {
    width: 100%;
    padding-bottom: 70%;
}
.furniture_ar_2_l div {
    max-width: 100%;
    display: inline-table;
    position: relative;
    margin: auto;
    padding: 0 0px 0 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.furniture_ar_2_l {
    width: 100%;
    padding: 30px;
}
	.furniture_ar_2_l h3.midashi {
    text-align: left;
}
.furniture_ar_4_r {
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
    padding: 0 30px;
}
.furniture_ar_4_outer{
    padding: 30px 10px 30px;
    margin-top: 30px;	
    background: #233552;
}
}
@media screen and (max-width:767px) {
.furniture_ar_4_r {
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
    padding: 15px 20px 0;
}
.furniture_ar_4_outer {
    padding: 5px 0 0;
}
}

/* =====================取扱商品===================== */
@media screen and (max-width:700px) {
.item_table {
    max-width: 100%;
    padding: 0;
    width: calc(100% - 40px);
}
}


.item_content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.kitchen_content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.furniture_content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.item_table{
	margin: 50px auto 0;
	
}

.item_table {
    font-size:.14rem;
    margin-bottom:40px;
	max-width:800px;
}
/*
.item_table tr::before {
    content:"";
    border-top:2px solid #000;
    width:800px;
    position:absolute;

 left:0;
    right:0;
    margin:auto;
}
.item_table tbody::after {
    content:"";
    border-top:2px solid #000;
    width:800px;
    position:absolute;

 left:0;
    right:0;
    margin:auto;
}
*/
.item_table td {
    padding:10px 29px 6px;
    text-align:left;
}
.item_table th { 
    padding:10px 0px 6px 39px;
	max-width: 200px;
    text-align:left;
	vertical-align: top;
}
.item_table tr {
	 border-top: 2px solid #000;
}
.item_intro{
	max-width:800px;
	margin: 0 auto 0;
}
.item_end{
	max-width:800px;
	margin: 50px auto 0;
}





/* ===================== ページタイトル ===================== */
.header_main_title_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
.header_main_title {
    background: #777777;
    margin: 0px auto 33px;
}
.header_main_title_box > .d1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 430px;
    margin: 21px 70px 19px 0;
    color: #FFF;
}
.header_main_title_box > .d2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .21rem;
    line-height: 1.5;
    color: #FFF;
}
.header_main_title_box > .d2 p{
	padding: 15px 0;
}
.header_main_title_box h1 {
    margin-bottom: 4px;
	font-size:.18rem;
    line-height: 1.3;
}
.header_main_title_box h2 {
    font-size: .30rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    white-space: nowrap;
	font-weight: 500;
}
@media screen and (max-width:900px) {
	.header_main_title_box {
    	flex-direction: column;
	}
	.header_main_title_box > .d2 {
    	width: 100%;
    	max-width: 650px;
    	font-size: .19rem;
	}
	.header_main_title_box > .d1 {
    	width: 100%;
    	max-width: none;
		margin: 15px 0 0px;
	}
	.header_main_title_box > .d2 p {
    	padding: 7px 0 11px;
	}
	.header_main_title_box > .d2 p br{
		display:none;
	}
	header_main_title_box h1 {
    	margin-bottom: 7px;
	}
}
.pankuzulist ul {
    display: flex;
    padding: 5px 15px 0;
    background: #FFF;
}
.pankuzulist ul li:last-child{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pankuzulist ul li:nth-child(2){
    padding: 0 5px;
}
.pankuzulist ul li:nth-child(4){
    padding: 0 5px;
}
.header_main_title .pankuzulist{

}
.header_main_title .pankuzulist ul a{
	color:#000;
}
.header_main_title_box {
    max-width: 1060px;
    margin: 0px auto;
    padding: 0px 20px;
    min-height: 103px;
}

@media screen and (max-width:700px) {
	.header_main_title .pankuzulist ul a{
		color:#afafaf;
	}
	.pankuzulist ul li {
		color:#afafaf;
	}
}

/* =====================ヘッダーメインイメージ===================== */
.kotei_mainimage{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.article_container {
    max-width: 100%;
    width: 1040px;
    margin: 0px auto 100px;
    padding: 4px 20px 0;
}


.item_achive{
    padding-bottom: 30px;
}
.achive_container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
	margin:0 auto;
}
.achive_container .left{
    width: 240px;
}
.achive_container .right {
    width: calc(100% - 280px);
}
.cat_list_box{
	margin-bottom:40px;
	width: 100%;
	position: relative;
	 background: #E6E6E6;
}
.cat_list_archive .cat_list_box{
	padding: 24px 0 35px;
	 background: #233552;
}
.cat_list_top .cat_list_box{
	 background: #FFF;
}
.taxonomy-kitchen_cat_title{
	text-align: center;
    font-size: .24rem;
    margin-bottom: 36px;
}
#cat_list_box_single{
    background-color: rgba(45, 62, 86, 0.2);
	margin-top:60px;
	margin-bottom:-25px;
}
.cat_list_inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 9px 13px 0;
}
.cat_list_top h3.cat_list_title {
    margin: 0 0 10px;
    border-top: 1px solid #000;
    padding-top: 5px;
    font-size: 0.19rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cat_list_inner ul{
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
}
.cat_list_inner li{
	 position:relative;
    font-size: .14rem;
    line-height: 1.3;
    margin-right: 7px;
    padding: 10px 0px 10px 7px;
}
.cat_list_inner li:before {
	font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  font-size: 1em;
  color: #000; /*アイコン色*/
}
.cat_list_inner ul li:last-child{
	margin-right: 0px;
}
.cat_list_inner li div{
	width: 100%;
	height: 100%;
}
.cat_list_inner li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 17px;	
}

.cat_list_inner li:hover{
	background-color: #b1b1af;
}

.item_ar{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 0;
    padding-top: 4px;
}
.item_ar_outer{
    background: #E6E6E6;
}

.item_ar_box {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    border: 2px solid #000;
    padding: 5px;
    background: #FFF;
    border-radius: 6px 6px 0 0;
}
.item_ar_box h2 {
    text-align: justify;
    font-weight: bold;
    font-size: .18rem;
    margin-bottom: 4px;
    padding: 12px;
    letter-spacing: 0.1em;
}
@media screen and (min-width:1041px) {
.item_ar_box:nth-child(3n+2):last-child {
    margin-right: 35.4%;
}
}
.item_ar_box img{
	 height: 233px;
    width: 100%;
    object-fit: none;
    object-position: center center;
}
.item_ar_title{
    font-size: .15rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    padding: 10px 0;
}
.item_ar_title a{
	color: #000;
}
.item_ar_cat{
	font-size: .14rem;
	text-align: right;	
}
.itemcat_title {
    margin: 40px 0 7px;
    letter-spacing: 0.05em;
    font-size: .25rem;
}
.item_non{
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    font-size: .21rem;
    color: #c73434;
}
@media screen and (max-width: 700px)  {
		.achive_container {
			display: block;
			max-width: 100%;
		}
		.achive_container .left{
			width: 100%;
			max-width: 100%;
		}
		.achive_container .right{
			width: 100%;
			max-width: 100%;
		}
}

.furniture_intro{
	max-width:800px;
	margin: 0 auto 20px;
}
.furniture_intro a{
    color: #EC6C00;
}
.furniture_data{
	margin: 50px auto 0;
    font-size:.14rem;
	width:800px;
}

.furniture_table{
	margin: 50px auto 40px;
    font-size:.14rem;
	max-width:800px;
}

.furniture_table td {
    padding:10px 29px 6px;
    text-align:left;
}
.furniture_table th { 
    padding:10px 0px 6px 39px;
	width: 230px;
    text-align:left;
}
.furniture_table tr {
	 border-top: 2px solid #000;
}
.furniture_table tr:first-child{
	 border-top: none;
}
.furniture_end{
	max-width:800px;
	margin: 50px auto 0;
}
@media screen and (max-width:767px) {
.furniture_table {
    max-width: 100%;
    padding: 0;
    width: calc(100% - 40px);
}
}

.achive_container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
	margin:0 auto;
}
.achive_container .left{
    width: 240px;
}
.achive_container .right {
    width: calc(100% - 280px);
}
.cat_list_box{
	margin-bottom:40px;
	width: 100%;
	position: relative;
	 background: #E6E6E6;
}
.cat_list_archive .cat_list_box{
	padding: 24px 0 35px;
	 background: #233552;
}
.cat_list_top .cat_list_box{
	 background: #FFF;
}
.taxonomy-kitchen_cat_title{
	text-align: center;
    font-size: .24rem;
    margin-bottom: 36px;
}
#cat_list_box_single{
    background-color: rgba(45, 62, 86, 0.2);
	margin-top:60px;
	margin-bottom:-25px;
}
.cat_list_inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 9px 13px 0;
}
.cat_list_top h3.cat_list_title {
    margin: 0 0 10px;
    border-top: 1px solid #000;
    padding-top: 5px;
    font-size: 0.19rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cat_list_inner ul{
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
}
.cat_list_inner li{
	 position:relative;
    font-size: .14rem;
    line-height: 1.3;
    margin-right: 7px;
    padding: 10px 0px 10px 7px;
}
.cat_list_inner li:before {
	font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  font-size: 1em;
  color: #000; /*アイコン色*/
}
.cat_list_inner ul li:last-child{
	margin-right: 0px;
}
.cat_list_inner li div{
	width: 100%;
	height: 100%;
}
.cat_list_inner li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 17px;	
}

.cat_list_inner li:hover{
	background-color: #b1b1af;
}

.item_ar{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 0;
    padding-top: 4px;
}
.item_ar_outer{
    background: #E6E6E6;
}

.item_ar_box{
    width: 32%;
    max-width: 600px;
    margin: 0 0 47px 0;
}
@media screen and (min-width:1041px) {
.item_ar_box:nth-child(3n+2):last-child {
    margin-right: 35.4%;
}
}
.item_ar_box img{
	 height: 233px;
    width: 100%;
    object-fit: none;
    object-position: center center;
}
.item_ar_title{
    font-size: .15rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    padding: 10px 0;
}
.item_ar_cat{
	font-size: .14rem;
	text-align: right;	
}
.itemcat_title {
    margin: 40px 0 7px;
    letter-spacing: 0.05em;
    font-size: .25rem;
}
.item_non{
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    font-size: .21rem;
    color: #c73434;
}
@media screen and (max-width: 700px)  {
		.achive_container {
			display: block;
			max-width: 100%;
		}
		.achive_container .left{
			width: 100%;
			max-width: 100%;
		}
		.achive_container .right{
			width: 100%;
			max-width: 100%;
		}
}

/* 事例スライダー */

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
    display: none;
}
.slider-pro p.sp-layer {
    font-size: 17px;
    position: relative;
}
.sp-mask {
    overflow-y: visible;
}
.sp-black {
    background: #FFF;
    color: #000;
    padding: 10px 0;
}
.sp-image-container {
    background: #efebeb;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-bottom: 5px solid #660000;
}
.sp-selected-thumbnail {
    border: 3px solid #c30000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-bottom: none;
    margin: 0;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    top: 0 !important;
    margin-top: auto !important;
    height: 100% !important;
    /* width: auto !important; */
}

@media screen and (max-width: 830px) {
    .slider-pro p.sp-layer {
        font-size: 22px;
    }
    .sp-caption-container {
        margin-bottom: 5px;
        text-align: justify;
        width: 90%;
        margin: 8px auto;
    }
}
.slider-pro img.sp-image {
    width: auto !important;
    height: auto !important;
    max-width: 1100px !important;
    max-height: 733px !important;
    display: block;
    margin: 0 auto;
}
.sp-caption-container {
    margin-bottom: 23px;
}


@media screen and (max-width: 700px) {
	.slider-pro img.sp-image {
    	width: auto !important;
    	height: auto !important;
    	max-width: 100% !important;
    	max-height: 375px !important;
    	display: block;
    	margin: 0 auto;
	}
	.sp-thumbnails {
    	width: 100% !important;
    	transform: translate3d(0px, 0px, 0px) !important;
	}
	.sp-thumbnail-container {
    	width: calc(16.6666% - 4px) !important;
    	height: 62px !important;
    	margin-bottom: 4px;
	}
	.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
    	margin-left: 2px;
	}
	.sp-bottom-thumbnails.sp-has-pointer {
		width: 100% !important;
    	margin-left: 2px;
	}
	.sp-bottom-thumbnails .sp-next-thumbnail-arrow, 
	.sp-top-thumbnails .sp-next-thumbnail-arrow{
		display:none !important;
	}
	.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, 
	.sp-top-thumbnails .sp-previous-thumbnail-arrow {
    	left: 0;
    	display: none !important;
	}
	}

@media screen and (max-width: 1100px) {
	.slider-pro img.sp-image {
    	max-width: 100% !important;
	}
}


@media screen and (max-width: 700px) {
.contact h2 {
    font-size: .22rem;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
    line-height: 1.6;
}
.contact {
    text-align: center;
    margin-top: 80px;
    padding: 20px 20px 62px;
    background-image: url(/wp-content/themes/eco/img/top/top_07.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.con-background {
    position: relative;
    margin: 0;
    background-image: none;
    max-width: 1000px;
    height: auto;
}
.contact_container {
    position: relative;
    top: auto;
    left: auto;
    transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: auto;
    max-width: 100%;
    padding: 0;
    height: auto;
    padding-bottom: 12px;
}
.contact_container .box.con1 {
    margin-right: 0;
    padding: 20px 15px 15px;
}
.contact_container .link_3 {
    color: #ffffff;
    font-size: 16px;
    font-size: .14rem;
    display: block;
    width: auto;
    padding: 25px 32px;
    margin-bottom: -30px;
    height: auto;
    line-height: 1;
    text-align: center;
    background-color: #EC6C00;
}
.company_container {
    flex-direction: column;
    margin: 20px auto 0;
}
.com1 p {
    font-size: .14rem;
    line-height: 1.6;
    color: #000;
}
.company_background {
    background: #f2f2f2;
    padding: 0 20px;
}
.fb-page {
    width: 100%;
    max-width: 100%;
    height: 220px;
}
.com1 a {
	color: #000000;
    font-size: .12rem;
    display: block;
    margin-bottom: -8px;
}
.company .box {
    padding: 30px 0 0;
}
.copyright {
    color: #ffffff;
    font-size: .10rem;
    padding: 4px;
    text-align: center;
    background: #000;
    margin: 15px -20px 0;
}
.company .box img {
    max-width: 320px;
    margin-bottom: -15px;
}
}



/* ===================== 固定ページ ===================== */

body{
    min-height: 1000px;
}
.g_nav li{
    position: relative;
}
.dropdwn_menu li {
    background: #EC6C00;
    padding: 10px 20px;
    margin-bottom: 0px;
}
.dropdwn_menu li.li2 {
    padding: 0 10px;
    height: 1px;
    margin: 0;
}
.dropdwn_menu li.li2 hr {
    background-color: #fff;
    border: 0;
    height: 1px;
    margin: 0;
    margin-bottom: 1.5em;
}
.dropdwn_menu {
    width: 100%;
    min-width: 380px;
    display: none;
    position: absolute;
    top: 42px;
    left: -22px;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0 50px 20px;
	z-index: 111;
}
.g_nav li a{
    color: #000;
}
.dropdwn_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
    color: #fff;
}
.dropdwn_menu .triangle {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 17px solid #EC6C00;
    position: absolute;
    top: -15px;
    left: 36px;
}



header {
	width:100%;
    height: 80px;
    background: #FFF;
    position: relative;
}
.header_tel_orange{
    position: absolute;
    right: 18px;
    top: 15px;
}

.header_logo img{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: 225px;
}
@media screen and (min-width:1000px) {
	.header_logo img {
	    left: 15px;
	    width: auto;
	}
}
.header_tel {
    top: 16px;
    right: 20px;
}
.menu_button {
    top: 16px;
    right: 84px;
}
.g_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .15rem;
    position: absolute;
    top: 26px;
    right: 256px;
}
.g_nav li {
	font-weight:bold;
}
.g_nav_gaiyo,
.g_nav_jirei,
.g_nav_contact{
    margin-right: 40px;	
}
@media screen and (max-width:1200px) {
	.g_nav_gaiyo,
	.g_nav_jirei,
	.g_nav_contact{
    	margin-right: 30px;	
	}
}
@media screen and (max-width:1550px) {
	.g_nav_home{
		display:none;
	}
}
@media screen and (max-width:1140px) {
	.header_tel_orange{
		display:none;
	}
	.g_nav {
    	right: -4px;
	}
}
.g_nav_jigyo{
    padding: 0px 40px 30px;
}
.flex_b{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
}
.flex{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.kotei_mainimage{
    background-color: #f2f2f2;
    background-image: url(/img/main/page/haiki_img1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 110px;
	position:relative;
    z-index: 0;
    overflow: hidden;
}
.company_mainimage{
    background-image: url(/wp-content/themes/eco/img/header-image/header-image-1.jpg);
}
.jigyo_mainimage{
    background-image: url(/wp-content/themes/eco/img/header-image/header-image-3.jpg);
}
.other_mainimage{
    background-image: url(/wp-content/themes/eco/img/header-image/header-image-4.jpg);
    background-position: right;
}
.kotei_mainimage:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.page-title {
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
    padding: 27px;
    color: #FFF;
}
.page-title p {
    text-align: center;
}
.page_intro{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;

}
.page_intro .left{
	max-width:440px;
}
.page_intro .right {
    max-width: 510px;
    font-size: .16rem;
}
.page_intro .right.center {
    max-width: 1020px;
    font-size: .16rem;
    text-align: center;
}
.page_intro .right h3,
.page_intro .right h1{
    margin-bottom: 30px;
    font-size: .27rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width:700px) {
	.page_midashi p {
    	font-size: .16rem;
	}
	.kotei_mainimage{
		min-height:50px;
	}
.page-title {
    padding: 18px 12px;
    line-height: 1.4;
    font-size: .22rem;
	}
.page_intro .right h3 {
    margin: 20px 0 15px;
    font-size: .21rem;
    line-height: 1.6;
    text-align: justify;
}
.contact-page .page_intro .right h3 {
    margin: 0px 0 15px;
}
.company-page .page_intro .right h3 {
    margin: 0px 0 15px
}
.page_intro .right.center {
    font-size: .15rem;
}
.page_midashi p {
    text-align: justify;
}
.page_intro .right h3 br{
	display:none;
}
.page_intro .right {
    font-size: .15rem;
}
.page_midashi h3 {
    font-size: .26rem;
}
.business_tab {
    margin: 0 auto;
    flex-flow: column;
}
.business_tab_title {
    margin: 60px auto 6px;
    font-size: .23rem;
}
.business_tab a {
    margin-bottom: 6px;
    width: 100%;
}
}