@charset "UTF-8";

.img-info-01 { margin-bottom: 25px; }
  .img-info-01 img { width: 100%; }

@media screen and (max-width: 767px) {
  .img-info-01 { margin-bottom: 20px; }
}

.box-info-content {
  margin-bottom: 65px;
  font-size: 16px;
}
  .box-info-content .list-data { margin: 25px 0 50px; }
  .box-info-content .list-data dd {
    margin-bottom: 25px;
    color: #ff0000;
  }

.btn-info-01 { overflow: hidden; }
  .btn-info-01 .button {
    float: right;
    width: 400px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

@media screen and (max-width: 767px) {
  .box-info-content {
    margin-bottom: 30px;
    font-size: 14px;
  }
    .box-info-content .list-data { margin: 15px 0 25px; }
    .box-info-content .list-data dd { margin-bottom: 15px; }

    .btn-info-01 .button {
      float: none;
      width: auto;
      padding-top: 4px;
      padding-bottom: 4px;
    }
}

.box-info-calendar-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.box-info-calendar-prev, .box-info-calendar-next {
  width: 4em;
}
.box-info-calendar-prev span, .box-info-calendar-next span {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.box-info-calendar-month big {
  font-size: 26px;
  font-weight: bold;
}
.box-info-calendar-tbl {
  width: 100%;
}
.box-info-calendar-tbl th {
  border-right: 3px solid #fff;
  background-color: #899461;
  color: #fff;
  text-align: center;
}
.box-info-calendar-tbl th:last-child {
  border-right: none;
}
.box-info-calendar-tbl td {
  padding: 10px 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #f4f4f1;
  text-align: center;
}
.box-info-calendar-tbl td:last-child {
  border-right: none;
}
.box-info-calendar-tbl td span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.box-info-calendar-tbl td.sat span {
  color: #3ea2d6;
}
.box-info-calendar-tbl td.sun span {
  color: #dc3737;
}
.box-info-calendar-tbl td.holi {
  background-color: #cfcfcf;
}
.box-info-calendar-tbl td a {
  font-size: 15px;
  text-decoration: underline;
}
.box-info-calendar-tbl .box-info-calendar-sc {
  display: none;
}
.box-info-schedule-mod {
  display: none;
}
.box-info-schedule {
  padding: 25px 15px;
  border: 4px solid #899461;
  text-align: left;
}
.box-info-schedule-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.box-info-schedule-ttl {
  font-size: 16px;
  font-weight: bold;
}
.box-info-schedule-ttl::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background: url("../../img/ico_open.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.box-info-schedule-close::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../../common/img/ico_close.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}
.box-info-schedule-tbl dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box-info-schedule-tbl dt {
  width: 60%;
  padding-left: 5px;
}
.box-info-schedule-tbl dd {
  width: 40%;
}
.box-info-schedule-th {
  display: flex;
  padding: 0.5em 2em;
  background-color: #f4f4f1;
  font-weight: bold;
}
.box-info-schedule-c {
  padding: 0 2em;
}
.box-info-schedule-c dt {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c2c2c2;
}
.box-info-schedule-c dd {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .box-info-calendar-tbl td span {
    font-size: 14px;
  }
  .box-info-calendar-tbl td a {
    font-size: 12px;
  }
}