@charset "utf-8";
.mainimg {
	text-align: center;
	background-color: rgba(238,185,160,1.00);
	position: relative;
}

/* CSS Document */

.mainimg img {
    max-width: 100%;
    height: auto;
}
#ad_gallery .slider .slick-slide {

}#ad_gallery .js-up-sec .topg {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ad_gallery .js-up-sec .topg.pc div {
	width: 19%;
}
#ad_gallery .js-up-sec .topg div img  {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:769px){
.sp {
	display: none;
}
.topg.pc div p {
	text-align: center;
}
.mainimg picture source {
	width: 100%;
}



}

@media screen and (max-width:768px){
.pc {
	display: none;
}
#ad_gallery .js-up-sec .topg.pc {
	display: none;
}


}
