@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 60px;
}
.calendar {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.calendar h3 {
	font-weight: bold;
	color: #FFF;
	display: block;
	line-height: 50px;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
	font-size:21px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #242565), color-stop(0.43, #242a81), color-stop(0.00, #242e9b));
	background: -webkit-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -moz-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -o-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -ms-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: linear-gradient(to bottom, #242e9b 0%, #242a81 43%, #242565 94%);
}
.month_sel {
	display: block;
	margin-bottom: 2em;
	border-bottom:dotted 1px #666;
}
.month_sel li {
	font-size: 18px;
	line-height: 3em;
	text-align: left;
	display: inline-block;
	padding:0 1em 0 1em;
}
.month_sel li a {
	display:block;
}
.month_sel li a:before {
	content:"> ";
	color:#d2002d;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.calendar table {
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-top:solid 1px #E9E9E9;
	border-left:solid 1px #E9E9E9;
}
.calendar table td {
	border-bottom:solid 1px #E9E9E9;
	border-right:solid 1px #E9E9E9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.calendar table td.days {
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	vertical-align: middle;
	width:9%;
	min-width:90px;
	padding-top:15px;
	padding-bottom:22px;	
}
.calendar table td.days span {
	position:absolute;
	bottom:10px;
	right:5px;
	display:block;
	font-size:14px;
}
.calendar table td.holiday {
	color:#FF528C;
	background-color: rgba(255,82,140,0.2);
}
.calendar table td.weekday {
	color:#4D4D4D;
	background-color: rgba(0,0,0,0.1);
}
.calendar table td.plans {
	width:91%;
	max-width:910px;
	padding:1em;
}
.calendar table td.noplans {
	width:91%;
	max-width:910px;
	padding:1em;
	background-color:#F9F9F9;
}
td.plans dl {
	display:block;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	margin:0.2em 0 ;
	display:table;
}
.plans dl dt {
	display:table-cell;
	width:75%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:0.4em 2em 0.4em 0.5em;
	line-height:1.3;
}
.plans dl dd {
	display:table-cell;
	width: 24%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	line-height:1.3;
	padding:0.4em 0.5em 0.4em 0.5em;
}
.plans a dl dd {
	background-image: url(../images/yaji1.png);
	background-repeat: no-repeat;
	background-position: right center;	
}


@media screen and (max-width: 880px) {
	.plans dl dt {
		width:65%;
	}
	.plans dl dd {
		width:34%;
	}
}


.plans a {
	display:block;
}
.plans a:hover {
	background-color: rgba(255,82,140,0.2);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-decoration:none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.plans a:hover dl dd {
	background-image: url(../images/yaji2.png);
	background-repeat: no-repeat;
	background-position: right center;	
}
