.hcal-small{
    position:relative;
}

.hcal-small .hcal-h{
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.hcal-small .hcal-header {
    font-family: "Barlow", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items:baseline;
    font-size: 1.4rem;
    font-family: "Barlow", sans-serif;
    margin:0 0 1rem 1.2rem;
    letter-spacing: .05em;
}
.hcal-small .hcal-title{
    display: flex; 
    align-items:baseline;
    font-weight: bold;
}
.hcal-small .hcal-title .monthNum{
    color: #5C5C5C;
    font-size: 4rem;
    line-height: 1;
}
.hcal-small .hcal-title .monthYear{
    color: #5C5C5C;
    margin-left: 2rem;
}
.hcal-small .hcal-month{
    display: flex; 
}
.hcal-small .hcal-month .prev,
.hcal-small .hcal-month .next{
    width: 3rem;
    height: 3rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.6rem auto;
	cursor: pointer;
	position: relative;
	bottom: -1.5rem;
}
.hcal-small .hcal-month .prev{
    background-image: url("../images/hcal-prev.svg");
    margin-right: 0.5rem;
}
.hcal-small .hcal-month .next{
    background-image: url("../images/hcal-next.svg");
}
.hcal-small .hcal-table{
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-family: "Barlow", sans-serif;
    border-bottom: 1px #e7e7e7 solid;
}
.hcal-small .hcal-table th,
.hcal-small .hcal-table td{
    width: calc( 100% / 7 );
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0;
}
.hcal-small .hcal-table tr:first-child td{
    padding-top: 2rem;
}
.hcal-small .hcal-table tr:last-child td{
    padding-bottom: 2rem;
}
.hcal-small .hcal-table th{
    background-color: #F4F4F4;
    font-weight: bold;
}
.hcal-small .hcal-table th:first-child{
    border-radius: 5px 0 0 5px;
    color: #F85656;
}
.hcal-small .hcal-table th:last-child{
    border-radius: 0 5px 5px 0;
    color: #4A9ADE;
}
.hcal-small .hcal-table td:first-child{
    color: #F85656;
}
.hcal-small .hcal-table td:last-child{
    color: #4A9ADE;
}
.hcal-small .hcal-table td div{
    width: 2.6rem;
    height: 2.6rem;
    padding-top: 0.2rem;
    margin: 0 auto;
    border-radius: 5px;
}
.hcal-small .hcal-table td.state-2 .day{
	background-color: #F2F7FD;
}
.hcal-small .hcal-table td.state-3 .day{
  background-color: #DDD;
  color: #FFF;
}
.hcal-small .hcal-table td.state-4 .day{
  background-color: #F08C8C;
  color: #FFF;
}
.hcal-small .hcal-table td.state-5 .day{
  background-color: #4682b4;
  color: #FFF;
}
.hcal-small .hcal-table td.hasEvent .day{
    border: 1px #85A82A solid;
}
.hcal-small .hcal-guide{
    font-size: 1.2rem;
    margin: 0 0 0 0.8rem;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}	
.hcal-small .hcal-guide li{
	width: 50%;
    min-height: 3rem;
    padding:0.5rem 0 0 4rem;
    margin-bottom: 1.5rem;
    position: relative;
}	
.hcal-small .hcal-guide li:before{
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}	
.hcal-small .hcal-guide li.state-2:before{
	background-color: #F2F7FD;
}
.hcal-small .hcal-guide li.state-3:before{
  background-color: #DDD;

}
.hcal-small .hcal-guide li.state-4:before{
  background-color: #F08C8C;
}
.hcal-small .hcal-guide li.state-5:before{
  background-color: #4682b4;
}
.hcal-small .hcal-guide li.event:before{
    border: 1px #85A82A solid;
}
.hcal-small .gray div{
	display: none;
}
@media screen and (min-width: 769px) {
    .hcal-small{
        background-color: #fff;
        padding:3rem 2rem 2rem 2rem;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
        border-radius: 5px;
    }
}
@media screen and (max-width: 768px) {
	.sec05__inner{
		display: block;
	}
	.sec05__innerData{
		width: 100%;
	}
	.sec05__innerCalendar{
		width: 100%;
		margin-top: 3rem;
	}
	.hcal-small .hcal-table td div{
		padding-top: 0.4rem;
	}
}

.hcal-loading{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(255,255,255,0.5);
}

.hcal-loader,
.hcal-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;

}
.hcal-loader {
margin:-5em 0 0 -5em;
  font-size: 10px;
  position: absolute;
  top:50%;
  left:50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(2,71,171, 0.5);
  border-right: 1.1em solid rgba(2,71,171, 0.5);
  border-bottom: 1.1em solid rgba(2,71,171, 0.5);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hcal-loader-fade-enter {
    opacity: 0;
}
.hcal-loader-fade-enter-active {
    transition: all .2s ease-in-out;
    opacity: 1;
}
.hcal-loader-fade-exit {
    opacity: 1; /* opacityの規定値は1だが、省略不可 */
}
.hcal-loader-fade-exit-active {
    transition: all .2s ease-in-out;
    opacity: 0;
}





