.bgred {
  background: rgba(172, 145, 97, 0.8);
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4em;
  max-width: 1500px;
  margin: 0 auto 30px;
  font-size:20px;
}
.c28_profile {
  font-size: 0.9em;
}
/*.clearfix {
  display: block;
}*/
.c28_profile dt {
  background-color: rgb(222, 214, 202);
  color: #333;
  font-weight: bold;
  width: 35%;
  float: left;
  clear: left;
  padding: 13px 0;
  text-align: center;
}
.c28_profile dd {
  padding: .5em .5em .5em 40%;
  margin-bottom: 15px;
  line-height: 1.5;
  min-height: 34px;
}
.c28_profile dt {
  background-color:rgb(222, 214, 202)；
  color: #333;
  font-weight: bold;
  width: 35%;
  float: left;
  clear: left;
  padding: 13px 0;
  text-align: center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.title-pr {
  font-size: 24px;
  color: rgb(248, 98, 92);
  text-align: center;
  border: 3px solid rgb(248, 98, 92);
  border-radius: 20px;
  margin: 30px;
  width: 90%;
  margin: 40px auto;
}
.c28_weekdate {
  background: rgba(172,152,122,1);
  font-size: 0.9em;
  -webkit-border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.h-mb10 {
  margin-bottom: 10px;
}
.c28_weekdate dt {
  float: left;
  width: 30%;
}
.c28_weekdate dt, .c28_weekdate dd {
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.c28_weekdate dd {
  border-left: 1px solid #fff;
  background-color: #fff;
  color: #333;
  width: 60%;
}
.c28_weekdate dt, .c28_weekdate dd {
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.opti dt{
  background: #e6e6fa;
}
.ser dt{
  background:#ffa07a;
}
@media screen and (min-width: 769px){
.c28_profile dl {
    width: 50%;
    float: left;
}
}
@media screen and (max-width: 480px){
  .sl-img{
    margin:0!important;
  }
  .sl-img img{
    margin:0!important;
  }
  .bgred {
    background: rgba(172, 145, 97, 0.8);
    color: #fff;
    padding: 15px 21px;
    font-weight: bold;
    line-height: 1.4em;
    
    font-size: 18px;
}
.title-pr {
  font-size: 18px;
  color: rgb(248, 98, 92);
  text-align: center;
  border: 3px solid rgb(248, 98, 92);
  border-radius: 20px;
  margin: 30px;
  width: 80%;
  margin: 40px auto;
}
}