<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 1081px){
#pickup{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("/wp-content/uploads/2024/09/toilet_pickup_bg_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pickup_wrap{
	width: 100%;
	max-width: 1080px;
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pickup_wrap img{
	width: 100%;
	max-width: 1050px;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){/*Tb*/
#pickup{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("/wp-content/uploads/2024/09/toilet_pickup_bg_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pickup_wrap{
	width: 100%;
	max-width: 500px;
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pickup_wrap img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#pickup{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-image: url("/wp-content/uploads/2024/09/toilet_pickup_bg_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.pickup_wrap{
	width: 100vw;
	/*max-width: 92vw;
	padding: 3vw 0 6vw 0;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.pickup_wrap picture{
	width: 100vw;
	height: auto;
}
	
.pickup_wrap picture img{
	width: 100%;
	height: auto;
}
	
	
.pickup_wrap img{
	width: 100%;
	height: auto;
}
}</pre></body></html>