@charset "utf-8";
section{
	margin:0 auto 80px auto;
}

section .subtitle{
	width:100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom:80px;
}
h2{
	font-size:2.6rem;
	line-height: 1em;
	text-align: center;
}

section .subtitle::before,
section .subtitle::after{
	content:'';
	flex:1;
	height: 1px;
	display: block;
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}

section .subtitle::before{
	margin-right:15px;
}

section .subtitle::after{
	margin-left:15px;
}

h2{
	margin-bottom:0;
	line-height: 1;
}
h2 .sfont{
	display: block;
	font-size:1.5rem;
	margin-bottom: 8px;
}

div:not(#about) h3{
 border-bottom:1px solid #D6D6D6;
	line-height: normal;
	font-size:1.5rem;
	margin-bottom:30px;
}

div:not(#about) h3 span{
	border-bottom:2px solid #8ABF7B;
}

/*-----------------------
	スマホ・タブレット
-----------------------*/
	
@media screen and (min-width: 0) and (max-width: 480px){
	section .subtitle{
		margin-bottom:30px;
	}
	
}
/*---------------------------

	タイトル部分

---------------------------*/

#content #title{
	width:100%;
	border-bottom:1px solid #D6D6D6;
}

#content #title .inner{
	width:95%;
	max-width: 1200px;
	min-height:130px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("../../com/img/titile-back.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#3D453D;
	text-align: left;
}

#content #title h1{
	width:100%;
	max-width: 100%;
	min-height:auto;
	margin:0 auto;
	display: block;
	background-image:none;
}

h1 .sfont{
	font-size:1.7rem;
	margin-right:10px;
	letter-spacing: -0.05rem;
}

/*-----------------------
	スマホ・タブレット
-----------------------*/
	
@media screen and (min-width: 0) and (max-width: 480px){
	h2{
		margin-bottom:0;
		font-size:2rem;
	}
	
	h2 .sfont{
		font-size:1.1rem;
	}

	section{
		margin:0 auto 50px auto;
	}
	#content #title .inner{
		background-image: none;
	}
	
	h1 .sfont{
		display: block;
		font-size:1.2rem;
		margin-bottom:10px;
	}
}

/*---------------------------

	受入れ（搬入）について

---------------------------*/

#about{
	width:100%;
	border:1px solid #ccc;
	border-radius: 6px;
	padding:5px 5px 0 5px;
	margin-bottom:50px;
}

#about h3{
	background-color: #77B465;
	line-height: 1.2;
	font-size:1.8rem;
	text-align: center;
	margin-bottom:0!important;
	padding:5px 0;
	color:#fff;
	border-radius: 6px;
}

#about .inner{
	display: flex;
	justify-content: center;
}

#about .photo{
	width:40%;
	max-width:320px;
	min-width: 200px;
	display: flex;
	align-items: flex-end;
	line-height: 0;
}

#about .photo img{
	width:100%;
	height: auto;
}

#about .text{
	flex:1;
	font-size:1.125rem;
	font-weight: bold;
	margin-left:clamp(20px, 10%, 130px);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

/*-----------------------
	スマホ・タブレット
-----------------------*/
@media screen and (min-width: 0) and (max-width: 760px){
	#about .inner{
		display: block;
	}
	
	#about .photo{
		width:200px;
		min-width: 200px;
		margin:0 auto 15px auto;
	}
	
	#about .text{
		flex:none;
		margin-left:0;
		display: block;
	}
}
/*---------------------------

	搬入の手続き

---------------------------*/

#howto{
	margin-bottom:50px;	
}

#howto-flow{
	width:100%;
	margin-top:10px;
}

#howto-flow .arrow{
	width:110px;
	height: 40px;
	background-color: #AFD6A5;
	margin:5px auto;
	clip-path: polygon(100% 0, 5% 0, 49% 100%);
	
}

#howto-flow .item{
	width:100%;
	display: flex;
	background-color: #F6F6F6;
	color:rgba(17,17,17,1.00);
	padding:5px 15px 5px 5px;
	border:1px solid #ccc;
	border-radius: 6px;
}

#howto-flow h4{
	width:170px;
	min-height: 170px;
	background-color: #6AA864;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:1.75rem;
	color:#fff;
	border-radius: 6px;
	margin-right:15px;
	line-height: 2em;
}

#howto-flow dl{
	flex:1;
	padding:10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#howto-flow .item dt{
	font-size:1.125rem;
	font-weight: bold;
	padding-left:1em;
	text-indent: -1em;
	color:#2E2120;
}

#howto-flow .item dt::before{
	content:"●";
	color:#6AA864;
}

#howto-flow .item dd{
	line-height: 1.6;
	margin:10px 0;
	font-size:0.95em;
	padding-left:1.125rem;
	color:#000;
}

#howto-flow .item dd:last-child{
	margin-bottom: 0;
}

#howto-flow .item dd p{
	margin-top:10px;
}
#howto-flow .item li{
	padding-left:1em;
	text-indent: -1em;
}



/*-----------------------
	スマホ・タブレット
-----------------------*/
@media screen and (min-width: 0) and (max-width: 480px){
	#howto-flow .item{
		display: block;
	}
	
	#howto-flow h4{
		width: 100%;
		min-height: auto;
	}
	
	#howto-flow h4 img{
		display: none;
	}
	
	#howto-flow .item a{
		margin-bottom:10px;
	}
	
	#howto-flow .item a.pdf{
		margin-left:0!important;
	}
}

/*---------------------------


	搬入について


---------------------------*/

/*---------------------------

	受け入れ種目

---------------------------*/

#event{
	margin-bottom: 80px;
}

#event h3{
	margin-bottom:50px;
}
#event-inner{
	width:100%;
	display: flex;
	justify-content: space-around;
	gap:5px;
	margin-bottom:30px;
	/*flex-wrap: wrap;*/
}

#event-inner .item{
	width:calc( (100% / 6) - 5px);
	max-width:200px;
	aspect-ratio: 1 / 1;
	border:1px solid #ccc;
	border-radius: 6px;
	padding:5px 10px;
	text-align: center;
	font-size:1.3rem;
	font-weight: bold;
	flex-shrink: 0;
	margin-bottom:8px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:15px;
}

#event-inner .item .ico{
	width:100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 0;
}

#event-inner .item.basai .ico,
#event-inner .item.nekabu .ico{
	height: auto;
} 

#event-inner .item.basai .text,
#event-inner .item.nekabu .text{
	flex:1;
}

#event-inner .item a{
	font-size:0.95rem;
	background-color: #6AA864;
	padding:3px 10px;
	color:#fff;
	text-align: center;
	display: inline-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 100px;
	text-indent: 0;
	line-height: 1;
	font-weight: bold;
	/*margin-left:10px;*/
}

#event-inner .item a::after{
	font-family: "Font Awesome 6 Free";
	 content: "\f0da\f0da\f0da";
	font-size:12px;
}

#event-inner .item a .fa-solid{
	font-size:10px;
	margin-left:5px;
	
}

#event-inner p.chu{
	font-size:0.85rem;
}


i{
	margin-right:3px;
}


/*-----------------------
	スマホ・タブレット
-----------------------*/

@media screen and (min-width: 481px) and (max-width: 980px){
	#event-inner .item{
		width:calc((100% / 3) - 5px);
		margin-left:0;
		margin-bottom:0;
	}
	#event-inner{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap:5px;
	}
}

@media screen and (min-width: 0) and (max-width: 480px){
	#event-inner{
		flex-wrap: wrap;
		justify-content:center;
		gap:5px;
	}
	
	#event-inner::after{
		content:'';
		width:calc(50% - 5px);
		max-width:200px;
		display: block;
	}
	#event-inner .item{
		width:calc(50% - 5px);
		/*max-width: initial;*/
		margin-left:0;
		margin-bottom:0;
	}
	
}

/*--------------------------------------



	規格



--------------------------------------*/

#standard{
	width:100%;
	margin-top:50px;
	/*display: flex;
	text-align: center;
	justify-content:space-between;*/
}

#standard h4{
	width:100%;
	background-color: #6AA864;
	color:#fff;
	font-size:1.2rem;
	text-align: center;
	line-height: 1.5em;
	border-radius: 5px;
	margin-bottom:50px;
	padding:3px 5px;
}

#standard .photo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

#kanzai img,
#ne img{
	width:100%;
	height: auto;
}

/*--------------------------------------


	幹材の規格


--------------------------------------*/

#kanzai{
	margin-bottom:50px;
}

#kanzai .photo{
	width:min(100%,900px);
	margin:0 auto 30px auto;
	line-height: 0;
}

#kanzai .text{
	/*flex: 1; 
	max-width: 600px;*/
	width:100%;
	text-align: center;
}


/*--------------------------------------


	根の規格


--------------------------------------*/


#ne{
	width:100%;
	/*max-width: 450px;*/
}

#ne .inner{
	display: flex;
	justify-content:center;
	align-items: center;
}

#ne .photo{
	width: min(100%,280px);
	line-height: 0;
}

#ne .text{
	display: inline-block;
	margin-left:80px;
	justify-content: center;
	align-items: center;
}

/*-----------------------
	スマホ・タブレット
-----------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	
	#standard h4{
		margin-bottom:30px;
	}
	
	#kanzai .photo{
		width:100%;
	}
	
}

@media screen and (min-width: 0) and (max-width: 480px){
		
	#kanzai .photo{
		width:100%;
		margin:0 auto 20px auto;
	}
	
	#standard .text{
		text-align: left;
	}
	
	#ne .inner{
		display: block;
	}
	
	#ne .photo{
		margin:0 auto 20px auto;
	}
	
	#ne .text{
		margin-left:0;
	}
}

/*---------------------------

	ご注意

---------------------------*/

#chu{
	width:100%;
	margin-top:80px;
	/*border-top:3px double #ccc;
	border-bottom:3px double #ccc;*?
	padding:15px 10px;
	/*display: flex;*/
}

#chu h4{
	width:100%;
	background-color:#CA71AF;
	font-size:1.3rem;
	line-height: 2em;
	display: flex;
	color:#fff;
	padding: 0 15px;
	border-radius: 6px;
	margin-bottom:30px;
	border:2px solid #fff;
	box-shadow: 0px 0px 0px 4px #CA71AF;
}

#chu h4 img{
	margin-bottom:10px;
}

#chu ul{
	margin:0 6px;
}

#chu li{
	margin-bottom:5px;
	padding-left:1em;
	text-indent: -1em;
}

#chu li::before{
	content:"■";
	color:#CA71AF;
}

#chu li>ul{
	margin-left:0;
}
#chu li>li{
	margin-bottom:0;
}

#chu li li::before{
	content:none;
}

#chu a{text-decoration: underline;}

#chu a[href^="tel:"] {
	color:#050505;
	text-decoration: none;
}

/*---------------------------

	ごみについて

---------------------------*/

#dust-main{
	width:100%;
	border:1px solid #ccc;
	padding:15px 10px;
	border-radius: 6px;
	text-align: center;
}

#dust-main p{
	font-weight: bold;
	font-size:1.2rem;
}

#dust-inner{
	width:100%;
	display: flex;
	justify-content: space-around;
	margin-bottom:30px;
}

#dust-inner .item{
	width:calc( (100% / 4) - 5px);
	max-width: 200px;
	aspect-ratio: 1 / 1;
	border:1px solid #ccc;
	border-radius: 6px;
	text-align: center;
	line-height: 1.4;
	font-size:0.97rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#dust-inner .item .ico{
	width:100%;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 0;
}


@media screen and (min-width: 481px) and (max-width: 890px){
	#dust-inner .item{
		width:calc(25% - 5px);
		max-width: initial;
		margin-left:0;
		margin-bottom:5px;
	}
	#dust-inner{
		/*flex-wrap: wrap;*/
		justify-content:center;
		gap:5px;
    }
}

@media screen and (min-width: 0) and (max-width: 480px){
	#dust-inner{
		flex-wrap: wrap;
		justify-content:space-between;
	}
	#dust-inner .item{
		width:calc(50% - 5px);
		max-width: initial;
		margin-left:0;
		margin-bottom:5px;
	}
}
