/* contents
------------------------------------------------------------------------------------ */
div#wrapper {
	position:relative;
}
div#contents {
}
div#contents div.sectionInner {
	width:90%;
	max-width:1000px;
	margin:0 auto;
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
.shadow {
	filter: drop-shadow(0 0 10px rgb(0,0,0,0.3));
}
.title01 {
	color: #FFF;
	font-size: 18px;
	line-height: 175%;
	font-weight:700;
	text-align: center;
	margin-bottom:20px;
	padding:10px 30px;
	background-color: #0E203E;
	border-radius:50px;
}

/* calendar
------------------------------------------------------------------------------------ */
section#calendar {
	margin-top:30px;
}
section#calendar ul#calendarList {
	margin-top:30px;
}
section#calendar ul#calendarList li {
	margin-top:20px;
	padding:20px 15px;
	border: 10px solid #0E203E;
	background-color: #FFF;
}
section#calendar ul#calendarList li:first-child {
	margin-top:0;
}
section#calendar ul#calendarList li h3 {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	line-height: 100%;
	font-weight:600;
	text-align: center;
	margin-bottom:15px;
}
section#calendar ul#calendarList li h3 span {
	font-size: 24px;
	line-height: 100%;
	font-weight:600;
}
section#calendar ul#calendarList li h4 {
	color: #A03138;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	line-height: 100%;
	font-weight:800;
	letter-spacing: 0;
	text-align: center;
	margin-bottom:15px;
}
section#calendar ul#calendarList li h4 span {
	font-size: 16px;
	line-height: 100%;
	font-weight:800;
}
section#calendar ul#calendarList li div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:15px;
}
section#calendar ul#calendarList li div h5 {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 100%;
	font-weight:600;
}
section#calendar ul#calendarList li div h5 span {
	font-size: 28px;
	line-height: 100%;
}
section#calendar ul#calendarList li div p {
	position:relative;
	top:5px;
	color: #0E203E;
	font-size: 14px;
	line-height: 100%;
	font-weight:700;
}
section#calendar ul#calendarList li div p span {
	color: #EFB1BF;
	margin-right:5px;
}
section#calendar ul#calendarList li table {
	width:100%;
	margin-top:10px;
	border-top: 1px solid #0E203E;
	border-right: 1px solid #0E203E;
	border-collapse:collapse;
	border-spacing: 0;
}
section#calendar ul#calendarList li table tr {
}
section#calendar ul#calendarList li table tr th {
	color: #FFF;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	padding: 8px 0;
	border-bottom: 1px solid #0E203E;
	border-left: 1px solid #FFF;
	background-color: #0E203E;
}
section#calendar ul#calendarList li table tr th:first-child {
	border-left: 1px solid #0E203E;
}
section#calendar ul#calendarList li table tr td {
	color: #0E203E;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 100%;
	font-weight:600;
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #0E203E;
	border-left: 1px solid #0E203E;
}
section#calendar ul#calendarList li table tr td.holiday {
	color: #E73134;
}
section#calendar ul#calendarList li table tr td.calendarColor {
	background-color: #EFB1BF;
}


	/* 共通パーツ
	------------------------------------------------------------------------------------ */
	.pcWideSmall {
		width:100%;
		max-width:640px;
		margin:0 auto;
	}
	.title01 {
		font-size: 24px;
		line-height: 175%;
		margin-bottom:25px;
		padding-top:15px;
		padding-bottom:15px;
	}



	/* calendar
	------------------------------------------------------------------------------------ */
	section#calendar {
		margin-top:80px;
	}
	section#calendar ul#calendarList {
		display: flex;
		margin-top:50px;
	}
	section#calendar ul#calendarList li {
		width:calc((100% - 30px) / 2);
		margin-top:0;
		margin-right:30px;
		padding:30px;
	}
	section#calendar ul#calendarList li:nth-child(even) {
		margin-right:0;
	}
	section#calendar ul#calendarList li h3 {
		margin-bottom:25px;
	}
	section#calendar ul#calendarList li h4 {
		font-size: 26px;
		line-height: 100%;
		letter-spacing: 0.085rem;
		margin-bottom:25px;
	}
	section#calendar ul#calendarList li h4 span {
		font-size: 18px;
		line-height: 100%;
	}


}
