

.all{
  display: block!important;
}
.red{
  color: #dd0000;
}
.fs-c-heading--page {
  display: none;
}
.info_notice{
  background: #fff;
  padding: 5% 0;
}
.info_notice_wrap{
  width: 100%;
}

.info_notice .title {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 25px;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.info_notice_wrap .oneDay{
  display:none;
  width: 90%;
  border: 1px solid;
  padding: 6%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 900px;
  margin-bottom: 40px;
}

.info_notice_wrap .oneDay:last-child{
  margin-bottom: 0;
}

.info_notice_wrap .oneDay .day {
    font-size: 12px;
    margin: 10px 0;
}

.info_notice_wrap .oneDay .heading {

    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.info_notice_wrap .oneDay p {
    line-height: 1.7em;
    font-size: 12px;
    margin-bottom: 20px;
}

.info_notice_wrap .oneDay .concierge_link{
  text-decoration: underline;
}

.info_notice_wrap .oneDay table{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.info_notice_wrap .oneDay table tr th{
  text-align: center;
  border: 1px solid #3a3a3a;
  background-color: #e6e6e6;
  height: 30px;
}

.info_notice_wrap .oneDay table tr td{
  border: 1px solid #3a3a3a;
  height: 30px;
}

.info_notice_wrap .oneDay table tr .saturday{
  color: #0c4a8e;
}

.info_notice_wrap .oneDay table tr .holiday{
  color: #8e0c22;
}
.info_notice_wrap .oneDay .remarks{
    margin-bottom: 20px;
}
.info_notice_wrap .oneDay .remarks span{
  padding-right: 30px;
}

.info_notice_wrap .oneDay .concierge{
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .info_notice_wrap .oneDay table{
    font-size: 10px;
  }
}
