@charset "UTF-8";
/* CSS Document */



@media (max-width: 1920px){
	
	
/*===========kv============-*/	
.kv_sl li{
	position: relative;
  	height: auto;
	width: 100%;	
	}

.kv_sl img{
	position:static;
  	display: inline-block;
  	margin: auto;
	height: 100%;
	}
		
}



@media (max-width: 800px){

/*===========header============-*/
	header{
			height: auto;
		}
	
	#logo{
		width: 45%;
	}
	
	#logo img{
		width: 100%;
		height: auto;
	}
	
.tel{
	right: 10px;
	font-size: 1rem;
}

.tel a{
	font-size: 2.2em;
}

/*===========topコンテンツ===========*/


.photo{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.photo img{
	height: 100%;
}

	
.greet2_b{
	padding: 20px 5px;
}
	
/*===========回収===========*/
.flex{
	display: block;
}
	
.back_1{
	width: 100%;
	padding-right: 0px;
}

.back_2{
	padding: 20px;
	width: 100%;
	margin-top:20px; 
}
	
	.back_3,.back_4{
		width: 100%;
		padding: 30px 20px;
		margin: 20px 0
	}
	
	
/*===========事業内容===========*/	

	.work3_2{
		margin: 50px auto;
	}	
.work3_p {
	position: static;
	width: 50%;
	margin: 20px auto 0px;
}

	
	
/*===========会社概要===========*/

.photo3{
	width: 45%;
}
	
/*===========お問合わせフォーム===========*/	
.formTable{
	width: 70%;
}	
	
	
/*===========お問合わせ===========*/

.tel2{
	font-size: 1rem;
	padding-right: 0px;
	text-align: center;
}

.tel2 a{
	font-size: 2em;
	display: block;
}

.mail_1 {
	font-size: 1.1rem;
}


}




/*----------------600px-----------------*/

	@media (max-width: 600px){
		
		.tel, .glovalnavi,.footernavi{
	display: none;
}
		
		
/*-----ハンバーガーメニュー--------*/

#nav-drawer {
  	position: fixed;
  	right: 10px;
    top: 10px;
    width: 55px;
    height: 60px;
    cursor: pointer;
    background: rgba(115,218,42,1.00);
    text-align: center;
	display: block; 
	z-index: 9999;
	border: 1px solid green;
}


.nav-unshown {
  display:none;
}


#nav-open {
    display: inline-block;
    width: 55px;
	height: 60px;
    vertical-align: middle;
	cursor: pointer;
}


#nav-open span, #nav-open span:before, #nav-open span:after{
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: white;
    display: block;
    cursor: pointer;
	content: '';
	top:15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#nav-open span:before {
    top: 13px;
}
#nav-open span:after {
    top: 25px;
}


#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}


#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50%;
    max-width: 330px;
    height: 100%;
    background:rgba(115,218,42,1.00);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
	
#nav-content ul li{
	font-size: 1.1em;
    border-bottom: 1px dotted white;
	}
	
#nav-content ul li a{
    display: block;
    color: white;
    padding: 1em 0;
    text-decoration: none;
    width: 100%;
	}
	
#nav-content ul li a:hover {
    background: rgba(0,40,139,1.00);
	}

.tel_s, .mail_s	{
	margin-top: 40px;
	font-size: 15px;
	}

.tel_s a, .mail_s a{
	color: white;
	text-decoration: none;
	border: 1px solid;
	padding: 10px 15px;
	border-radius: 8px;
	}
	
.tel_s a:hover, .mail_s a:hover{
	background: white;
	color: rgba(0,40,139,1.00);
	border-radius: 8px;
	}



#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

		
/*==========ヘッダー==========-*/		
	header{
		height: 90px;
	}
		
	#logo{
		height: 90px;
		margin: 0;
	}
	#logo img{
	height: 100%;
	width: auto
}

		
/*==========kv=========-*/
		
.kv_sl a{
	font-size: 1.5em;
}	
		

/*===========お知らせ===========*/

#news{
	padding:5px 0 20px; 
}


.topics{
	margin: 30px 0 30px;
}
		
.topics br{
	display:block;
}

#topics_1{
	height: 150px;
}
#topics_1 iframe{
	width: 90%;
	height: 150px;
}		
		
		
	/*--------topあいさつ---------*/
	

.greet2 p{
	margin: 10px 0;
}	
		
		
	/*--------topコンテンツ---------*/
		
	.rink{
	margin: 80px 0;
}

	.contents{
		display: block;
		padding: 0 10px;
	}

	.contents li{
		width: 100%;
		margin: 30px auto;
	}

		
/*==========各題============-*/


#dai{
	height: 250px;
}		
		

		
/*===========事業内容　表===========*/	
		
.work2{
	padding: 30px 0px 20px;
}		
	
		
#work3_1{
	margin: 80px auto 40px;
	background: #FFFEE4;
	
}

#work3_t th {
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #FFFCBA;
}

#work3_t td {
	padding: 30px 10px;
	border: 1px solid orange;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#work3_t tr:nth-child(even){
	background: none;
}
	
		
/*=======活動風景=======*/


.work_flex{
	display: block;
	padding: 10px
}

.work_flex img{
	width: 100%;
}
		
/*===========流れ===========*/
#flow ul{
	padding: 0 10px;
}	
		
#flow ul li{
	display: block;
	padding: 0px 10px;
}

/*=====矢印三角=====*/
#flow ul li:before{
	content: "";
	font-family: "Font Awesome 5 Free";
 	content: '\f0d7';
	font-weight: 900;
	position: absolute;
	font-size: 50px;
	width: 30px;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: auto;
	color: rgba(0,184,0,1.00);
}
		
.photo {
	width: 100%;
}

.flow_1{
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
}
		
.icon2{
	font-size: 0;
}

.icon2_1{
	font-size: 3rem;
	margin: 0px;
	color: green;
	text-align: center;
	width: 100%;
}
		
		
		

/*===========会社概要詳細===========*/

#company_t{
	width: 96%;
}

#company_t th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #FFFDD3;
	padding: 15px 0;
}

#company_t td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#company_t tr:nth-child(even){
	background: none;
}


/*===========寄付金===========*/

.kifu img{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
		
/*===========お問合わせフォーム===========*/	
.formTable{
	width: 100%;
}			
		
		

/*===========マップ===========*/

#map{
	padding: 30px 10px 0;
}		

#map iframe {
	height: 400px;
}

	/*----------------店舗情報-----------------*/
.info{
	padding: 0 10px;
	margin: 20px 0;
}

.photo3{
	width: 100%;
	margin-bottom: 30px
}


	/*===========お問合わせ===========*/

.mail{
	width: 100%;
	text-align:center;
	margin: 50px auto;
}
.tel2{
	font-size: 1.1rem;
	padding-right: 10px;
}

.tel2 a{
	font-size: 2.5em;
}	
		
.mail_1 {
	font-size: 1.5rem;
}		
		
}

/*----------------420px-----------------*/

	@media (max-width: 420px){
		
	#logo{
		width: 70%;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	/*===========お知らせ===========*/
	
	.topics{
		font-size: 1.3rem;
	}
		
		
		
	/*===========top contents=============*/	
		.text br {
		display: block;
		}
		
		.contents li{
			list-style: none;
			margin: 30px auto;
			padding: 0 5px 5px 0;
		}
		
		.contents li a{
		width: 100%;
		}

	.contents li p{
		width: 100%;
		}

   .contents li a .text{
		width: 100%;
		}
/*===========回収=============*/			
	.back h2{
		font-size: 17px;
		padding: 20px 0;
		}	
		
		

/*===========マップ===========*/


#map iframe {
	height: 300px;
}		
		

	/*===========お問合わせ===========*/


.tel2{
	font-size: 1rem;
	margin-top:0px ;
}

.tel2 a{
	font-size: 2em;
}

.mail_1 {
	font-size: 1rem;
}


		
}
