@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document calendar
--------------------------------------------------------- */

#calendar {
	margin: 30px 0 90px;
	position: relative;
	z-index: 0;
}

#calendar:before {
	content: '';
	width: 100%;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#calendar:after {
	content: '';
	width: 100%;
	height: calc(100% - 500px);
	background: url(../images/bg_03.png) top;
	position: absolute;
	top: 500px;
	left: 0;
	z-index: -1;
}

#calendar h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#calendar .anchor {
	margin-bottom: 40px;
}

#calendar .anchor ul {
	display: flex;
	justify-content: center;
}

#calendar .anchor li {
	margin: 0 10px;
}

#calendar .anchor a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #ffe4a6;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	color: #2a416a;
	cursor: pointer;
	transition: .4s;
}

#calendar .anchor a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document article
--------------------------------------------------------- */

#calendar .article {
	width: 901px;
	margin: 0 auto;
	padding: 10px;
	background: #f5ede1 url(../images/bg_02.png) 0 0;
}

#calendar .article .section {
	padding: 30px 28px 16px 28px;
	background: #fff;
	position: relative;
}

#calendar .article .month {
	margin-bottom: 50px;
}

#calendar .article h4 {
	height: 60px;
	margin-bottom: 20px;
	background: url(../images/bg_04.png) no-repeat 0 0;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: 2px;
}

#calendar .article p {
	margin-bottom: 20px;
	font-size: 16px;
}

#calendar .article ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 20px;
}

#calendar .article #month_10 ul,
#calendar .article #month_12 ul,
#calendar .article #month_02 ul {
	margin: 0;
}

#calendar .article li {
	height: 185px;
	margin: 0 10px 20px;
}
