@charset "utf-8";
/* ===================================================================
 style reset
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

body {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.pc {
    display: none;
}
/* ===================================================================
 header
=================================================================== */


header.pc {
    display: none !important;
}

#header {
    display: block;
}
section#mv {
    display: none;
}

.sp{ display: block; }
/* -----------------------------------------------------------
    meanmenu
----------------------------------------------------------- */
header#header {
    background: #fff;
    z-index: 999;
    width: 100%;
}
#h_top h1{
	width: 80%;
	height: 70px;
	position: relative;
	z-index: 100;
	padding: 0;
}
#h_top h1 a{
	width: 100%;
	height: 100%;
}
.h_logo{
	width: 115px;
	position: relative;
	z-index: 9999;
	margin-left: 15px;
}
a.meanmenu-reveal{
	display:none;
}
.fixed {
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	z-index: 1;
}
#header .mask {
	top: 60px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}

.mean-container .mean-bar {
	width: 100%;
	background: none;
	/* min-height: 60px; */
	top: 0;
	left: 0;
	z-index: 10;
	display: inline-block;
	padding-right: 0px;
}
.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 9;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}
.meanmenu-reveal {
  width: 26px;
  height: 20px;
  margin: 13px 17px 27px 17px;
  display: block !important;
  position: relative;
}
.meanmenu-reveal:after {
	content: "MENU";
	position: absolute;
	bottom: -20px;
	color: #019801;
	font-size: 10px;
	width: 60px;
	left: -17px;
	text-align: center;
	display: block;
	font-family:serif;
}
.meanmenu-reveal.meanclose:after {
	content: "CLOSE";
}
.meanmenu-reveal span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
}
.meanmenu-reveal span:nth-of-type(1) {
  top: 0;
  background: #019801;
}
.meanmenu-reveal span:nth-of-type(2) {
  top: 8px;
  background: #019801;
}
.meanmenu-reveal span:nth-of-type(3) {
  top: 16px;
  background: #019801;
}

.mean-container .mean-nav{
	/*margin-top: 70px;*/
	max-height: 100vh;
	overflow-y:auto;
}
.mean-container .mean-nav > ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	-webkit-overflow-scrolling:touch;
	position: relative;
	z-index: 99;
	max-height: 100vh;
	max-height: calc(100vh - 60px);
	background: #f7f7f7;
	display: block;
}
.mean-container .mean-nav ul ul{
	padding-bottom:0;
	margin-bottom:0;
}
.mean-container .mean-nav ul li{
	position:relative;
	width: 33.3333%;
	box-sizing: border-box;
	border-bottom: 1px solid #0097e3;
	background: #f7f7f7;
	float: left;
	border-left: 1px solid #0097e3;
}
.mean-container .mean-nav ul li ul li{
	background: #EEE;
}
.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
	display:block;
	width:100%;
	padding:1em;
	text-decoration:none;
	color: #000;
	box-sizing: border-box;
}
.mean-container .mean-nav ul li a{
	padding: 10px;
	font-size: 14px;
	color: #0097e3;
	display: inline-block;
}
.mean-container .mean-nav ul li li a{
	width:100%;
	padding:1em 10%;
	text-shadow:none !important;
	visibility:visible;
	padding-left: 4%;
	font-size: 13px;
}
.mean-container .mean-nav ul li.mean-last a{
	border-bottom:none;
	margin-bottom:0;
}
.mean-container .mean-nav ul li li li a{
	width:70%;
	padding:1em 15%;
}
.mean-container .mean-nav ul li li li li a{
	width:60%;
	padding:1em 20%;
}
.mean-container .mean-nav ul li li li li li a{
	width:50%;
	padding:1em 25%;
}
.mean-container .mean-nav ul li a span img{
	display: inline-block;
	padding-right: 10px;
}
.mean-container .mean-nav ul li a:hover{
	background:#252525;
	background:rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #fff;
}
.mean-container .mean-push {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  clear:both;
}
.mean-nav .wrapper{
  width:100%;
  padding:0;
  margin:0;
}
.mean-container .mean-bar, .mean-container .mean-bar *{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
.mean-remove{
  display:none !important;
}
.mean-container .mean-nav ul.sub-menu{
	background: #EEE;
}
.mean-container .mean-nav ul.sub-menu a{
	color: #333;
}
/*.mean-container .mean-nav ul li:nth-of-type(6) a{
	width: auto;
}*/
	header{
	width: 100%;
    padding: 0;
    display: block;
    height: 70px;
	border-bottom: none;
}
header .logo{
	margin-left: 0;
}
header .logo img{
	top: 24%;
	max-width: 370px;
	width: 90%;
	position: absolute;
	min-width: 265px;
	margin-left: 13px;
}
.mean-container .mean-nav ul li a {color: #000;}
.mean-container .mean-nav > ul .business_hours {
    text-align: center;
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .business_hours .tel {
    font-size: 26px;
    color: #0097e3;
}

header .business_hours p {
    font-size: 12px;
}

.mean-container .mean-nav ul li:nth-child(1) {
    border-left: none;
}

.mean-container .mean-nav ul li:nth-child(1) {
    border-left: none;
}

/* ===================================================================
   隙間
=================================================================== */

h2 {
    padding-top: 40px;
}
.contents section {
    margin-bottom: 45px;
}

section#characteristic {
    margin-bottom: 45px;
}

footer section.contact {
    padding-top: 30px;
    padding-bottom: 30px;
}
.demolition {
    padding-bottom: 2px;
}
/* ===================================================================
   recyclecenter
=================================================================== */

.recyclecenter {
    padding-bottom: 17px;
}
/* ===================================================================
    footer 
=================================================================== */
footer section.contact .yellow p:nth-child(1) a {
    color: yellow;
}
footer section.contact .yellow p:nth-child(1) {
    font-size: 40px;
}

footer section.contact p:nth-child(1) {
    font-size: 20px;
}

footer section.contact p:nth-child(2) {
    font-size: 16px;
}

footer section.contact .yellow p:nth-child(2) {
    font-size: 14px;
}
footer section:nth-child(2) p {
    font-size: 17px;
}
/* ===================================================================
はみ出し
=================================================================== */
.centre p.area b {
    width: auto;
}
section#characteristic ul {
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    margin-top: 40px;
}

section#characteristic ul li {
    width: 49%;
    margin-bottom: 2%;
}

section#characteristic ul li span {
    margin-top: -8px;
    height: 70px;
    width: 70px;
    font-size: 16px;
}

section#characteristic {
    width: 96%;
}
.contents section {
    width: 96%;
}



h2 {
    font-size: 30px !important;
    margin-bottom: 45px;
}
section#characteristic p {
    font-size: 16px;
}

section#characteristic ul li p {
    font-size: 18px;
}

section#characteristic ul li img {
    width: 60px;
}
section#service ul li div p {
    font-size: 21px;
}
section#service ul li div p span {
    font-size: 20px;
}
h3 span { font-size: 30px; }
.recyclecenter h3 {
    padding-top: 45px;
}
section#company {
    margin-bottom: 45px;
}

.centre {
    padding-bottom: 45px;
}
/* ===================================================================
    company
=================================================================== */
#company dl > dt {
    padding-left: 0;
    margin: 0;
    width: 115px;
}

#company dl > dd {
    padding-left: 1em;
}
.service1 ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
}

.service1 ul {
    display: block;
}
/* ===================================================================
    interior
=================================================================== */
section#interior ul li img {
    width: 57%;
    max-width: 96px;
}

/* ===================================================================
    centre
=================================================================== */

.centre ul {
    display: block;
}

.centre ul li {
    width: 100%;
    margin-bottom: 10px;
}

.centre ul li p br {
    display: none;
}

.centre ul li p {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
}
.centre ul li p  br{
	 display:block;
}
.centre ul li h4 {
    font-size: 22px;
    height: 70px;
    line-height: 67px;
    text-align: center;
}

.centre ul li h4 img {
    width: 60px;
    margin-right: 10px;
}

.centre p.area span {
    font-size: 28px;
}
.demolition .flow img.sp {
    margin: auto;
    padding: 0 10px;
}

.demolition .flow ul.sp {
    margin: auto;
    width: 90%;
    max-width: 400px;
}
.demolition .flow ul.sp li {
    overflow: hidden;
    background: #afd5f3;
    margin-bottom: 10px;
    padding: 3px 0;
    display: block;
    color: #fff;
    font-size: 18px;
}
.demolition .flow ul.sp li:nth-child(n+4) { background: #64b2ec;}
.service1 {
    padding-bottom: 10px;
}
@media screen and (max-width:600px) { 
.service1 ul {
    margin-top: 40px;
}

.recyclecenter h2 {
    margin-bottom: 40px;
}
.topBtn {
    width: 67px;
    height: 67px;
    line-height: 67px;
    font-size: 13px;
}
.recyclecenter {
    padding-bottom: 5px;
}

section#service ul.box {
    display:block;
}
section#service ul.box li {
    width: 100%;
    margin-bottom: 0px;
}
section#service ul li div p {
    font-size: 25px;
    position: static;
    transform: none;
}
section#service ul li div {
    position: static;
    padding: 0;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.blue {
    padding-bottom: 30px;
}
#company dl > dt {
        padding: 1em;
        width: 103px;
}

#company dl > dd {
	        padding: 1em;
    padding-left: 1em;
}
#company dl{font-size: 16px;}
.recyclecenter h2 span {
    font-size: 25px;
}


}

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

small {
    font-size: 10px;
}
section#interior ul li p {
    font-size: 19px;
}
.recyclecenter h2 span {
    font-size: 20px;
}
section#characteristic p br.sp {
    display: block;
}

section#characteristic p br {
    display: none;
}
.illumination section img {
    max-width: 166px;
}
footer section:nth-child(2) p {
    font-size: 13px;
}
footer section.contact .yellow p:nth-child(1) {
    font-size: 30px;
}

footer section.contact .yellow p:nth-child(1) span {
    font-size: 30px;
}

footer section.contact p:nth-child(2) {
    font-size: 14px;
    width: 85%;
    margin: auto;
}

footer section.contact p:nth-child(1) {
    font-size: 19px;
}
.centre ul li h4 {
    font-size: 18px;
    height: 67px;
    line-height: 67px;
    text-align: center;
}

.centre ul li h4 img {
    width: 60px;
    margin-right: 10px;
}
.centre ul li p {
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}
.centre p.area span {
    font-size: 28px;
}

.demolition p {
    font-size: 16px;
}
.service1 {
    padding-bottom: 3px;
}
.service1 h3 {
    padding-top: 20px;
}
section#interior p {
    font-size: 16px;
}
.service1 ul li h4 {
    font-size: 18px;
    height: 60px;
}

.service1 ul li:nth-child(2) h4 {
    line-height: 60px;
}
section#interior ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.interior_bak {
    height: 500px;
}

.illumination section p {
    font-size: 16px;
}
.illumination {
    padding-bottom: 0;
}
.centre ul {
    display: block;
}

.centre ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}


#company dl > dt {
        padding: 1em;
}
#company dl > dt {
    width: 91px;
}
.service1 ul li p {
    font-size: 14px;
    margin-top: 10px;
}
.recyclecenter section p {
    font-size: 16px;
}
#company dl > dd {
        padding: 1em;
    padding-left: 0;
}
#company dl {
    font-size: 14px;
}


	section#service ul.box {
    display: block;
}
h2 {
    font-size: 22px !important;
}

section#characteristic h2 p {
    font-size: 27px;
}

section#characteristic h2 span {
    font-size: 45px;
}
section#characteristic ul li p {
    font-size: 14px;
}

section#characteristic ul li span {
    height: 50px;
    width: 50px;
    padding-top: 14px;
    font-size: 14px;
}

section#characteristic ul li {
    padding-bottom: 25px;
}
}


@media screen and (max-width:360px) { 
header .business_hours .tel {    font-size: 21px; }
header .business_hours p {  font-size: 11px; }
}
@media screen and (max-width:340px) { 
header .logo img {
    margin-left: 0;
}
}