@charset "Shift_JIS";/**/
#cysvita img {
	-o-object-fit: cover;
    object-fit: cover;
}

.body_sph .contents_main {
	margin: 0;
}

.beer_box {display: flex;}
.beer_item{width: calc(100% / 2);}


.beercart {
	position: relative;
	width: 100%;
}

.beercart_link {
	position: absolute;
    width: 54%;
    height: 29%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.beertxt {
    font-size: 1.5em;
}

.body_sph .beertxt {
    font-size: 0.8em;
}

.item{
    float:left;
}

