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



.container {
	margin-top: 0;
}
#crumb {
	display:none;
}

h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.calendar {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.calendar h3 {
	font-weight: bold;
	color: #FFF;
	display: block;
	line-height: 35px;
	text-align:center;
	margin-bottom:1vw;
	font-size:4.5vw;	
	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 {
	width: 100%;
	border-bottom:solid 0.5em #efefef;
}
.month_sel li {
	font-size: 3.5vw;
	line-height: 3em;
	text-align: center;
	display:inline-block;
	background-color:#efefef;
	border-top:solid 1px #efefef;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	color:#24266c;
	box-sizing: border-box;
	width:30%;
	margin:0 1% 0 1%;
}
.month_sel li a {
	display:block;
	background-color:#fff;
}
.month_sel li a:before {
	content:"> ";
	color:#d2002d;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.calendar_sec {
	width:100%;
	background-color:#efefef;
	padding-bottom:3vw;
}
.calendar table {
	width:95%;
	margin:auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color:#fff;
	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: 4.5vw;
	vertical-align: middle;
	width:9%;
	min-width:35px;
	padding-top:2vw;
	padding-bottom:2vw;	
}
.calendar table td.days span {
	position:absolute;
	bottom:1vw;
	right:1vw;
	display:block;
	font-size:3vw;
}
.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%;
	padding:1.5vw;
}
.calendar table td.noplans {
	width:91%;
	padding:0.5em;
	background-color:#F9F9F9;
}
td.plans ul li {
	border-bottom:dotted 1px #E9E9E9;
}
td.plans ul li:last-child {
	border-bottom:none 1px #fff;
}
td.plans dl {
	display:block;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	margin:0.2em 0 ;
	padding:1.5vw 3vw 1.5vw 1.5vw;
}
.plans dl dt {
	display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right:2em;
	line-height:1.3;
	font-weight:bold;
	font-size:4vw;
}
.plans dl dd {
	display:block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	line-height:1.3;
	padding-right:2em;
	text-align:right;
	font-size:3.8vw;
	padding:0.2em 2em 0.2em 0;
}
.plans a dl {
	background-image: url(../images/yaji1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:16px 15px;
}
.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 {
	background-image: url(../images/yaji2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:16px 15px;	
}


