@charset "utf-8";

@media (max-width: 767px) {
	/*スタイル
	-----------------------------*/	
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.section {
		position: relative;
		padding: 30px 0;
	}
	h2{
		font-size:1.8rem;
		margin-bottom:20px;
	}
	/*フッター
	-----------------------------*/
	.footer_info .shop_info li:first-child {
		width: 50%;
		margin: 0 ;
		margin-bottom: 30px;
	}
	.footer_info .shop_info li:nth-child(2)/*, 
	.footer_info .shop_info li:nth-child(3)*/ {
		width: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer_info .shop_info li:last-child{
		width: 80%;
		margin: 0 auto;
		padding-top: 0;
	}
	.footer_info .link_sns{
		margin-top: 30px;
	}
	.footer_info .link_sns li {
		margin-right: 5px;
	}
	.footer_copy {
		border-top: 5px solid #fff;
	}	
	
	/*TOP
	-----------------------------*/
	.home .section_main_visual {
		background: url('images/top/img_main_visual01.jpg') no-repeat scroll center center;
		background-size: cover;
		background-position: center center;	
	}
	.home .main_logo{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.home .main_logo img {
		max-height: 130px;
		width: auto;
	}
	.section_about .col6 li {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
	}
	.section_about .col6 li:nth-child(3n) {
		margin-right: 2%;
	}
	.section_about .col6 li:nth-child(2n) {
		margin-right: 0;
	}
	/*map
	-----------------------------*/
	.section_map .map {
		height: 200px;
	}
	/*contact
	-----------------------------*/
	.section_contact > figure {
		margin: 0 auto 30px;
	}
	.section_contact h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.section_contact .faq {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.section_contact .contact_box {
		border-top: 1px dashed #fff;
		margin-top: 50px;
		padding-top: 50px;
	}
	
	/*PAGE
	-----------------------------*/
	.page .section_main_visual::after {
    	background: transparent url('images/common/img_wood01.png') left 50% no-repeat;
		background-size: 204px 200px;
		top: -98%;
		left: -15%;
  	}
	.section_ftmain_visual {
	    height: 150px;
		margin-top: 30px;
	}
	/*タイトル*/
	.hd_ttl {
		width: 85%;
	}
	.hd_ttl > h1 {
		letter-spacing: 3px;
	}
	.hd_ttl > h1 > .ttl_en {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.hd_ttl > h1 > .ttl_jp {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.hd_ttl > p {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 20px;
	}
	/*メニュータイトル*/
	.page .menu_ttl{
    	font-size: 20px;
		font-size: 2.0rem;
    	margin-bottom: 20px;
		text-align: center;
	}
	.page .menu_ttl:before {
    	display: block;
    	margin: 0 auto;
	}
	
	/*concept
	-----------------------------*/
	.page.concept .section_ftmain_visual {
		background-attachment: scroll;
	}
	.declaration {
		width: 100%;
		margin: 30px auto 0;	
	}
	.declaration > h3 {
		display: block;
		border: 1px solid #000;
		padding: 5px;
		margin-bottom: 30px;
		text-align: center;
	}
	.declaration li > figure {
		width: 60%;
		margin: 0 auto 30px;	
	}
	.declaration li > p {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.moviewraper {
	    margin: 50px auto 0;
	}
	
	/*works
	-----------------------------*/
	.page.works .section_ftmain_visual {
		background-attachment: scroll;
	}
	.section_works dl {
		margin-bottom: 30px;
	}
	.section_works dl > dt {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.page.works .img_flow {
		margin: 50px 0;
	}
	
	/*company
	-----------------------------*/
	.greeting_box {
		margin-bottom: 30px;
	}
	.greeting_box > figure {
		width: 70%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.greeting_box > .txt {
		width: 100%;
	}
	.greeting_box > .txt > h3 {
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.greeting_box > .txt .name {
		margin-top: 20px;
		text-align: right;
	}
	.section_ftmain_visual {
		background-attachment: scroll;
    	height: 200px;
		margin-top: 50px;
	}
	.company_box dl dt {
		width: 230px;
		float: inherit;
		padding: 5px 0;
	}
	.company_box dl dd {
		padding: 10px 0;
	}
	.company_box dl dd > ul > li {
		margin-bottom: 5px;
	}
	
	/*news
	-----------------------------*/
	.l_content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.r_nav {
		width: 100%;
	}
	.entry_box > h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.entry_txt {
		margin-top: 20px;
	}
	.r_nav h2 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
		background-color: rgb(0,0,0);
		color: #fff;
		padding: 5px;
	}
	.r_nav nav .category {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: none;
	}
	.r_nav nav ul li {
		margin-bottom: 5px;
		border-bottom: 1px dashed ;
		padding-bottom: 10px;
	}
	/*eo
	-----------------------------*/
	.eo_page_img {
    margin: 20px auto;
	}
	.eo_table_ttl {
		padding-left: 25px;
	}
	.eo_spec_table {
		border: 0;
		width: 90%;
		margin: auto;
	}
	.eo_spec_table th{
		background-color: #deebcc;
		display: block;
		border-right: none;
	}
	.eo_spec_table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	.eo_spec_table tr {
		display: block;
		margin-bottom: .625em;
	}
	.eo_spec_table td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: .8em;
		text-align: right;
		position: relative;
		padding: .3em .3em .3em 4em;
		border-right: none;
	}
	.eo_spec_table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	
	.eo_spec_table td:last-child {
		border-bottom: 0;
	}	
	.eo_property_table {
		border: 0;
		width: 90%;
		margin: auto;
	}
	.eo_property_table th{
		background-color: #deebcc;
		display: block;
		border-right: none;
	}
	.eo_property_table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.eo_property_table tr {
		display: block;
		margin-bottom: .625em;
	}
	
	.eo_property_table td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: .8em;
		text-align: right;
		position: relative;
		padding: .3em .3em .3em 4em;
		border-right: none;
	}
	.eo_property_table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	.eo_property_table td:last-child {
		border-bottom: 0;
	}
	.type{
		width: auto;
	}
	.number{
		text-align: right;
		width: auto;
	}
	/*wastetreatment
	-----------------------------*/
	.waste_t_sub_ttl {
    font-size: 18px;
	}
	.waste_t_text {
    font-size: 16px;
	}
	.wt_content03 dl dt {
    width: 230px;
    float: inherit;
    padding: 5px 0;
	}
	.wt_content03 dl dd {
		padding: 10px 0;
	}
	.wt_content04_table th{
		background-color: #eee;
		display: block;
		border-right: none;
	}
	.wt_content04_table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.wt_content04_table tr {
		display: block;
		margin-bottom: .625em;
	}
	.wt_content04_table td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: 16px;
		text-align: left;
		position: relative;
		padding: .3em .3em .3em 10em;
		border-right: none;
	}
	.wt_content04_table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	.wt_content04_table td:last-child {
		border-bottom: 0;
	}	
	.wt_content04_table td:first-child {
		border-left: solid 0px;
	}
	.wt_content04_table th {
		width: 100%;
	}
	.wt_content05 {
		padding-top: 1px;
	}
	.wt_content_inline{
		display: block;
	}
	.wt_content05_tel {
		font-size: 40px;
		line-height: 60px;
	}
	.wt_content05_text_box {
		height: 35px;
		margin: 15px auto 0px;
	}
	.wt_content05_text {
		font-size: 24px;
		line-height: 35px;
	}
}