@charset "utf-8";
#sidebar {
	font-size: 15px;
	width: 250px;
	position: relative;
	left: 0;
	top: -136px;
	color: #033560;
  background: #e8f6f9;
/*   flex-grow: 2; */
}
@media (max-width: 1100px) {
#sidebar {
	top: -130px;
}
}
@media (max-width: 900px) {
#sidebar {
	top: -122px;
}
}

.space{
	width: 250px;
	height: 130px;
	background: #e8f6f9;
	position: absolute;
	bottom: -130px;
}
.logo{
	width: 176px;
	margin: 30px auto 0;
}
#side-nav ul{
	margin-top: 20px;
/* 	width: 100%; */
width: 250px;
	background: #1cb4d5;
}
#side-nav > ul > li {
	position: relative;
}
#side-nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #eee;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#side-nav .sub-menu.is-active > a,
#side-nav ul li a:hover {
	color: #1cb5d7;
	background: #e0f3f9;
}
#side-nav .sub-menu-nav a,
#side-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#side-nav .sub-menu > a {
	position: relative;
}
#side-nav .sub-menu > a:after {
 content: " ";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/common/arrow-white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
    margin: auto;
}
#side-nav .sub-menu:hover > a:after {
  background: url(../images/common/arrow-blue.png) no-repeat;
  background-size: contain;
}


/* sub-menu */
#sub-menu{
	position: relative;
}
#side-nav .sub-menu-nav {
	position: absolute;
	background: #e0f3f9;
	color: #1cb5d7;
	top: -20px;
	left: 250px;
	width: 0;
	overflow: hidden;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#side-nav .sub-menu.is-active > a:after,
#side-nav .sub-menu > a:hover:after {
	border-color: #fff;
}
#side-nav .sub-menu-nav a {
	display: block;
	border-bottom: 1px solid #1cb5d7;
	border-left: 1px solid #fff;
	color: #333;
}
#side-nav .sub-menu-nav li:last-child a{
	border-bottom: none;
}
#side-nav .sub-menu-nav a:hover {
	color: #e0f3f9;
	background: #1cb5d7;
}
/* バナーエリア */
#side-bnr1{
	padding: 50px 20px;
	background: #1cb4d5;
	width:250px; 
}
#side-bnr2{
	padding: 20px;;
	width:250px; 
}
#side-bnr1 a{
	display: block;
	margin-top: 8px !important;
	border-bottom: none !important;
}
#side-bnr1 a.nth2{
	margin-top: 15px !important;
}
#side-bnr2 a{
	display: block;
	margin-top: 15px !important;
	border-bottom: none !important;
}
#side-bnr1 img,
#side-bnr2 img{
	width: 210px !important;
}
#side-bnr3{
	padding: 20px;;
	width:250px; 
}

.color{
	width: 100%;
	height: 50px;
	background: url(../images/side/color.png) no-repeat;
	background-size: 250px,50px;
}
/* カレンダー */
#calendar {
	width: 210px;
	height: 500px;
	margin: auto;
  text-align: center;
  padding:0 20px;
}
#calendar h2{
	width: 180px;
	margin: 30px auto 0;
	text-align: center;
	color: #222;
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.caleria{
	width: 100%;
	margin-top: 20px;
}