@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* common */
body {
	margin: 0;
	font-family: "Noto Sans Japanese", "Arial", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, -apple-system, BlinkMacSystemFont ,"Helvetica Neue", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #3E3E3E;
	background-color: #fff;
}

div.main {
	color: #3E3E3E;
	background-color: #fff;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

p {
	margin-bottom: 0;
}

ul {
	margin-bottom: 0
}

a {
	color: #fff;
	transition: .5s;
}

a:hover {
	text-decoration: none;
}

.section-title {
	height: 1em;
	font-size: 3.8em;
	font-weight: bold;
	text-align: center;
}

.section-sub-title {
	margin-top: .2em;
	font-size: 1.9em;
	text-align: center;
}

.next {
	text-align: center;
	z-index: 1000;
	margin-bottom: 3em;
}

.next-blue a {
	color: #1357a4;
}

.next-white a {
	color: #fff;
}

.next a:hover {
	cursor: pointer;
	opacity: 50%;
}

.next i {
	font-size: 2em;
}

.next i::after {
	content: "SCROLL";
	font-size: 24%;
	display: block;
	margin-top: 0.65em;
}

.letter-color {
	color: #1357a4;
	font-weight: bold;
}

.calender table {
	margin: 0 auto;
	border: 1px solid #c6c6c6;
}

.calender th {
	text-align: center;
	padding: .5em 0;
	font-size: 1.1em;
	letter-spacing: .01em;
	background-color: #1357a4;
	color: #ffffff;
	border: 1px solid #c6c6c6;
}

.calender td {
	border: 1px solid #d2d2d2;
}

.calender .week {
	background-color: #f1f1f1;
	text-align: center;
}

.calender .date td {
	padding: .2em .5em;
	font-size: .75em;
	border-bottom: transparent;
	color: #bebebe;
}

.calender .week td {
	color: #3e3e3e;
}

.calender .detail td {
	width: calc(100% / 7);
	padding: .5em .2em;;
	font-size: .85em;
	border-top: transparent;
	text-align: center;
}

.occupation-label {
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	background-color: #ea6d4b;
	font-weight: bold;
	border-radius: 50px;
	width: 5em;
	height: 5em;
	text-align: center;
	line-height: 1.5em;
	padding: 1em 0.5em;
	position: absolute;
	top: -2.1em;
	left: -0.98em;
}
/* トップへ戻るボタン */
.page-top {
	display: inline-block;
	text-align: center;
	position: fixed;
	bottom: 4em;
	right: 3em;
}

.page-top a {
	color: #3e3e3e;
}

.page-top a:hover {
	color: #3e3e3e;
	cursor: pointer;
	opacity: 50%;
}

.page-top i {
	color: #1357a4;
	font-size: 3em;
}

.page-top i::after {
	content: "トップへ戻る";
	font-size: 22%;
	display: block;
	margin-top: 0.65em;
}

footer {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	background-color: #1357a4;
	color: #fff;
}
/* トップへ戻るボタン */
/* common */
