/* CSS Document */

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media(max-width: 1000px) {
	
	.main-img2025 img {
	width: 100%;
    padding-top: 0;
  }
}

@media(min-width: 1000px) {
	.main-img2025 img {
    width: 100%;
  }
}

.komidashi{
	white-space: normal;
}