@charset "utf-8";

/*-------------------------------
	収集運搬について
-------------------------------*/

.Transport__about{
	margin-bottom: 14.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	ギャラリー
-------------------------------*/

.Transport__gallery-text{
    margin-bottom: 5rem;
}
.Transport__gallery-item-wrap{
    width: 100%;
    gap: 5rem 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Transport__gallery-item{
    width: calc((100% - 3rem) / 2);
}
.Transport__gallery-item-image{
    width: 100%;
}
.Transport__gallery-item-image img{
    width: 100%;
}
.Transport__gallery-item-image-caption{
    font-family: var(--en);
    margin-top: 2.2rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}