.mainvisual {
	background-image: url(../img/mv-photo.jpg);
}
h1 {
	text-align: center;
}
.leadText {
	max-width: 980px;
	margin: 45px auto 50px;
	font-size: 2.0rem;
	line-height: 1.55;
}
.month {
	list-style: none;
	max-width: 980px;
	margin: 0 auto 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.month > li {
	flex: 0 0 313px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #fff;
	border: 1px solid #008dff;
	border-radius: 50% 50% 0 0 / 46px 46px 0 0;
	margin-top: 36px;
	font-size: 2.0rem;
	font-weight: bold;
}
.month > li:nth-child(-n+3) {
	margin-top: 0;
	border-color: #ec1b80;
}
.month > li:nth-last-child(-n+6) {
	border-color: #ff7900;
}
.month > li:nth-last-child(-n+3) {
	border-color: #02bc9b;
}
.month h3 {
	text-align: center;
	padding: 15px 0 20px;
	flex: 0 0 auto;
	min-height: 0;
}
.month .img {
	flex: 0 0 auto;
	position: absolute;
}
.month .photo {
	flex: 0 0 auto;
	margin-top: auto;
	overflow: hidden;
}
.month04 .img {
	right: 10px;
	top: 27%;
}
.month04 ul {
	margin-bottom: 48px;
}
.month05 .img {
	right: 25px;
	bottom: -1px;
}
.month06 .img {
	right: 20px;
	top: 15px;
}
.month07 .img {
	right: 20px;
	top: -5px;
}
.month07 ul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.month07 ul > li {
	flex: 0 0 5em;
}
.month07 ul > li:nth-child(4) {
	flex-basis: 6em;
}
.month07 ul > li:first-child,
.month07 ul > li:last-child{
	flex-basis: 100%;
}
.month08 .img {
	right: 20px;
	top: 58px;
}
.month09 .img {
	right: 16px;
	top: 58px;
}
.month10 .img {
	right: -10px;
	bottom: -15px;
}
.month11 .img {
	right: -8px;
	bottom: 188px;
}
.month11 ul {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.month11 ul > li {
	flex: 0 0 100%;
}
.month12 .img {
	right: 24px;
	bottom: 20px;
}
.month01 .img {
	right: 6px;
	top: 82px;
}
.month01 ul {
	margin-bottom: 14px;
}
.month02 .img {
	right: 16px;
	top: 82px;
}
.month02 ul {
	margin-bottom: 14px;
}
.month03 .img {
	right: 16px;
	bottom: 18px;
}
.eventList {
	list-style: none;
	flex: 0 0 auto;
	max-width: 100%;
	padding-left: 14px;
}
.eventList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.eventList > li + li {
	margin-top: 6px;
}
@media screen and (max-width: 767px) {
	.leadText {
		margin: 25px 15px 50px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.leadText br {
		display: none;
	}
	.month {
		margin: 0 15px 56px;
	}
	.month > li {
		flex-basis: 48%;
		border-radius: 50% 50% 0 0 / 23px 23px 0 0;
		font-size: 1.5rem;
		font-weight: normal;
		margin-top: 20px;
	}
	.month > li:nth-child(3) {
		margin-top: 20px;
	}
	.month h3 {
		padding: 8px 0;
	}
	.month04 .img {
		width: 39px;
	}
	.month04 ul {
		margin-bottom: 30px;
	}
	.month05 .img {
		width: 49px;
		right: -8px;
		bottom: -8px;
	}
	.month06 .img {
		width: 32px;
		right: 0;
		bottom: auto;
		top: 0;
	}
	.month06 ul {
		padding-bottom: 8px;
	}
	.month07 .img {
		width: 39px;
		right: 12px;
		top: 40px;
	}
	.month07 ul {
		display: block;
		margin-bottom: 8px;
	}
	.month07 ul > li:nth-child(even) {
		margin-left: 0;
	}
	.month08 .img {
		width: 34px;
		right: 10px;
		top: 0;
	}
	.month08 ul {
		padding-bottom: 8px;
	}
	.month09 .img {
		width: 52px;
		right: 12px;
		top: 0;
	}
	.month10 .img {
		width: 48px;
		right: -8px;
		bottom: auto;
		top: -35px;
	}
	.month10 ul {
		padding-bottom: 8px;
	}
	.month10 ul br {
		display: none;
	}
	.month11 .img {
		width: 54px;
		top: 0;
	}
	.month11 ul {
		display: block;
		margin-bottom: 0;
	}
	.month11 ul > li:first-child {
		margin-right: 0;
	}
	.month12 .img {
		width: 71px;
		position: static;
		margin: auto 10px 3px auto;
	}
	.month01 .img {
		width: 47px;
		right: 10px;
		top: 68px;
	}
	.month02 .img {
		width: 39px;
		right: 5px;
		top: -15px;
	}
	.month03 .img {
		width: 70px;
		position: static;
		margin: auto 8px 8px auto;
	}
	.eventList {
		padding: 0 10px;
	}
	.eventList > li + li {
		margin-top: 0;
	}
}
