/* line 3, sass/page-message.scss */
.pic img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right;
}

/* line 9, sass/page-message.scss */
.store-main .pic_item {
  margin-bottom: 100px;
}

/* line 13, sass/page-message.scss */
.store-main .pic_item:first-child img {
  max-height: 590px;
}

/*
.store-main .pic_item {
    display: flex;
    flex-wrap: nowrap;
}
.store-main .pic_item:nth-child(1) > div:first-child {
    width: 40%;

}
.store-main .pic_item:nth-child(1) > div:last-child {
    width: 60%;


}


.store-main .pic_item:nth-child(1) .pic img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: 90% bottom;
		}


.store-main .pic_item:nth-child(2) .pic img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: 90% bottom;
		}

.store-main .pic_item:nth-child(1) .pic img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: 90% bottom;
		}		


ol li {
    margin-bottom: 25px;
}

@media all and (max-width: 600px) {

}



*/
@media all and (max-width: 480px) {
  /* line 71, sass/page-message.scss */
  .store-main .pic_item:first-child img {
    max-height: 380px;
  }
}
