

.calendar-contents_box {
    width: 400px; 
    height: auto;
    margin: ;  
    text-align: center;
}



@media screen and (max-width: 640px) {




.calendar-contents_box {
    width: auto;                 /* 幅指定 */
    flex-direction: column; 　　　/* 縦方向column-reverse */
    padding: 10px 0 0 0;
}

}








/* ---------------------------- */
/* ▼カレンダー */
/* ---------------------------- */

.calendar-container {
  width: 400px;
  margin: 0 auto;
  color: #666666;

}
h1 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.calendar {
  padding: 0 20px 20px 20px;

}
table {
  width: 100%;

}
th, td {
  text-align: center;
  padding: 7px;
  margin: auto;
}
th {
  font-weight: normal;
  font-size: 12px;
}
td {
  font-weight: ;
  font-size: 14px;
}


/* ---------------------------- */
/* ▼カレンダー 定休日*/
/* ---------------------------- */


.circle {      
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #d76071;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-color: #fff;
  margin: auto;
}









