@charset "utf-8";
@import url("page.css");

/* CSS Document */
#title {
	background-color: #E3AE9A;
	text-align: center;
	display: table;
	margin: 0 0 40px;
	height: 200px;
	width: 100%;
}

#title h1 {
	font-family: "Hannari", "Sawarabi Mincho";
	font-size: 36px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

#special {
	font-size: 16px;
	font-weight: 600;
	margin: 30px auto 40px;
	width: 96%;
}

#special dl {
	margin-top: 30px;
	width: 100%;
}

#special dt {
	color: #4AD1D6;
	margin-top: 2em;
}

#special dd {
	margin-top: 0.3em;
}

#special dd img {
	text-align: center;
	display: block;
	margin: 3em auto 0;
	height: auto;
	width: auto;
	max-width: 100%;
}

#annual {
	text-align: center;
	display: block;
	margin: 40px auto 50px;
	width: 96%;
}
#annual p {
	font-size: 16px;
	font-weight: 600;
}
#annual img {
	margin-top: 30px;
}

#calendar {
	display: block;
	margin: 40px auto 50px;
	width: 96%;
}

#calendar dl {
	text-align: center;
	width: 265px;
	max-width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#calendar p {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

#apr {
	background-image: url(../images/annual/event_04.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	height: 265px;
	width: 265px;
}

#may {
	background-image: url(../images/annual/event_05.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#jun {
	background-image: url(../images/annual/event_06.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#jul {
	background-image: url(../images/annual/event_07.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#aug {
	background-image: url(../images/annual/event_08.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#sep {
	background-image: url(../images/annual/event_09.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#oct {
	background-image: url(../images/annual/event_10.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#nov {
	background-image: url(../images/annual/event_11.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#dec {
	background-image: url(../images/annual/event_12.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#jan {
	background-image: url(../images/annual/event_01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#feb {
	background-image: url(../images/annual/event_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}
#mar {
	background-image: url(../images/annual/event_03.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 265px;
	width: 265px;
}

@media only screen and (min-width: 769px) {
#title {
	margin: 0 auto;
	height: 400px;
	width: 1250px;
}
#title h1 {
	font-size: 48px;
}

#special {
	margin: 60px auto 100px;
	width: 680px;
}

#special dl {
	margin-top: 50px;
	width: 100%;
}

#special dd img {
	margin-top: 180px;
}

#annual {
	margin: 40px auto 0;
}
#annual img {
	margin-top: 40px;
}

#calendar {
	display: -webkit-box;
	display:-ms-flexbox;
	display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	margin: 94px auto 10px;
	width: 840px;
}

#calendar dl {
	margin-bottom: 20px;
	width: 265px;
	box-sizing: border-box;
}


}
