@charset "UTF-8";

/**/
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/**/

.fukutomi-contents{
	width: 98%;
}

.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 30%;
    left: 60%;
	z-index: 10;
}


.fukutomi-slider {
	width: 98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.slider{
	width: 98%;
}.swiper-container, .swiper-wrapper{
	padding: auto 50px;
}.swiper-slide img{
	max-width: 98%;
	height: auto;
}
