@charset "utf-8";

.main-image img{
	width: 100%;
}

#warehouse-list {
    padding-top: 130px;
    margin-top: -130px;
}

#joint {
    padding-top: 180px;
    margin-top: -180px;
}

.jointdelivery-container{
	margin-left: 230px;
}
.jointdelivery-system{
	width: 500px;
    margin: 0 auto;
    text-align: left;
}
.system-title{
	text-align: left;
	font-size: 24px;
	margin: 20px auto;
}
.system-text{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.joint{
	display: flex;
}
.jointdelivery{
	margin-left: 230px;
}
.jointdelivery-center{
	width: 500px;
    margin: 80px auto 120px;
    text-align: left;
}
.jointdelivery-title{
	display: flex;
	align-items: center;
    flex-direction: row;
}
.map-box{
	height: 570px;
    position: relative;
}
.jointdelivery-map{
	position: absolute;
    bottom: -5%;
    left: 30%;
}
.center-title{
	font-size: 24px;
}
.sub{
	font-size: 15px;
}
.center-text{
	font-size: 18px;
	margin: 15px 0;
}
.p-center-text{
	font-size: 14px;
}
.container h6{
	text-align: center;
	color: #221814;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    margin: 60px 0;
}
.container h1{
	font-family: "Hind Siliguri", sans-serif;
	text-align:center;
	font-size: 40px;
    font-weight: bold;
    color: #7F7F80;
    margin-bottom: 10px;
}
.container h5{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #2D2D2D;
}
.pattern-one img{
	position: absolute;
    bottom: -10%;
    left: 65%;
}
.pattern-tow img{
	position: absolute;
    left: 17%;
    bottom: 50%;
}
.container{
	position: relative;
}
.warehouse-container{
	margin: 75px 0 160px;
}
.warehouse{
	display: flex;
	width: 800px;
    margin: auto;
    border: 1px solid #7F7F80;
    margin-bottom: 15px;
}
.warehouse-title{
	font-size: 20px;
	color: #2D2D2D;
	margin-bottom: 0;
}
.warehouse-text{
	margin: 30px 89px;
}
.address{
	font-size: 14px;
	color: #2D2D2D;
}

.warehouse figure{
	width: 270px;
	height: 200px;
}

.warehouse figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 510px){
	#warehouse-list, #joint {
		padding-top: 3rem;
		margin-top: -3rem;
	}
	

.warehouse{flex-direction: column-reverse; width: 90%;}

.warehouse figure{width: 100%;}

.warehouse-text{margin: 0; padding: 1rem;}

.map-box {
    height: auto;
}
.jointdelivery-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.map-box:after {
    content: '';
    padding-top: 67%;
    display: block;
}

.pattern-tow img {
    left: 10%;
    bottom: 100%;
}

.jointdelivery-map img{
max-width: 100%;
}

.jointdelivery-container {
    margin-left: 3rem;
    margin-top: 3rem;
}

.jointdelivery-system,.jointdelivery-center{
    width: 100%;
}

.joint {
    display: block;
}

.jointdelivery-title {
    display: block;
}

}