.cal {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;

}

.cal_header {
  padding: 15px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.cal_prev,
.cal_next {
  background: #005ca2;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
  font-weight:700;
}

.cal_header strong {
  font-size: 1.6rem;
  color: #005ca2;
  line-height: 1;
  text-align: center;
  flex: 1;
}

.cal_body {
  padding: 10px 15px;
  text-align: center;
}

.table_cal {
  width: 100%;
  border-collapse: collapse;
}

.table_cal th,
.table_cal td {
  font-size: 1.4rem;
  text-align: center;
  height: 33px;
  min-width: 32px;
}



/* 土曜 */
.saturday {
  color: #369ed2 !important;
}

/* 祝日・日曜 */
.holiday, .sunday {
  color: #e1241b !important;
}
/* 今日 */
.today {
  display: inline-block;
  background-color: #DEDEDE;
  width: 25px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  font-weight:700;
}


.closed {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fcadad;

  border-radius: 50%;
  line-height: 22px;
}


.cal_note{
margin:0 auto;
width: 100%;
max-width: 600px;
margin:30px auto;
line-height:1.6;
}
.holiday_icon{
 color:#fcadad; 
}

.cal_title {
  font-size:2.6rem;
  font-weight: 500;
  letter-spacing: 1rem;
  text-align: center;
  max-width: 410px;
  margin: 0 auto 4.5rem auto;
  padding:60px 0 2rem;
  border-bottom: 3px solid #F29600;
}