.banner{
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.inner{
  float: left;
  width: 340px;
}
.banner_1{
  margin-right:5px;
}
.silk{
  width="60%";
  margin-right:5px;
    font-size:1m;
}
.silk_1{
  width="40%";
  font-family: メイリオ;
}
.center {
  text-align: center;
}
.cb{
  /* floatを解除 */
  clear: both;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
#side {
  display: none;
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw; 
  text-align: center; 
  overflow: hidden;
}

.shape img {
  width: 100%; 
  height: auto;
  display: block;
}

.bg02 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 30%;    
    height: auto;
}

.bg02 img {
    width: 100%; 
    height: auto;
    display: block;
}

