@charset "utf-8";


.date2 {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 10px;
  text-align: center;
  display: block;
  list-style: none;

  height: 45px;
  width: 300px;
  margin: 0 auto;
  line-height: 45px;

}

.calender {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 500px;
}