@charset "utf-8";
/* CSS Document */


#hikitorimattress_wrapper {
    width: 1000px;
    margin: auto;
}

#hikitorimattress_wrapper img {
  width: 100%;
  height: auto;
}

/* スマホ */

@media screen and (max-width: 768px) {

#hikitorimattress_wrapper {
    width: 100%;
}

}
