@charset "utf-8";
.flyer-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.flyer-container > div.box {
  width: calc((100% - 20px) / 2);
}
.flyer-container > div.box div {
  text-align: center;
}
.flyer-container img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.br-sp{display:none;}

/* スマホ表示（768px以下） */
@media (max-width: 768px) {
  .flyer-container {
    flex-direction: column;
  }
  .flyer-container > div.box {
    width: 100%;
  }
  .br-sp{display:block;}
}
#c1 {
	clear: both;
	margin:    ;
	padding: 120px 20px  ;
}
#c1 h1,
#c1 div {
	text-align: center;
}
#c2 {
	clear: both;
	margin: 50px 0  ;
	padding:    ;
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c3 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c3 > div:nth-of-type(1) img {
	width: 720px;
}
#c3 > div:nth-of-type(2) img {
	width: 720px;
}
#c3 > div:nth-of-type(3) img {
	width: 720px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
	padding: 80px 20px;
}
#c2 {
}
#c3 {
}
#c3 {
}
}
@media screen and (max-width: 640px) {
#c1 {
	padding: 80px 20px;
}
#c2 {
}
#c3 {
}
#c3 {
}
}
