@charset "utf-8";

/*共通*/
.ohp-section {
  margin: 20px 0;
  color: #fff;
}

.ohp-cards {
  max-width: 900px;
  /* margin: 0 16px 16px; */
}

.ohp-today h2.section-title {
  width: 50%;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: #1e1e1e;
}

.home .container-schedule .ohp-today .calendar-link{
  margin: 5px 0 0 0;
}

/*TOP、カーサ、ホームタウン*/
.ohp-top .block {
  display: flex;
}

.ohp-top .ohp-cards>.block:nth-child(n+2) {
  border-top: 1px solid #707070;
}

.ohp-top .btitle {
  width: 37%;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #1e1e1e;
}

.ohp-top .list {
  width: 63%;
  padding: 8px 15px 10px;
  margin: 0;
  list-style: none;
  background: #2d2d2d;
}

.ohp-top .list li {
  font-size: 12px;
}

.ohp-media ul {
  list-style: none;
  padding: 0;
  max-width: 900px;
}

/*メディア*/
.ohp-media .ohp-media-list{
  margin: 0;
}

.ohp-media .ohp-media-list li {
  position: relative;
  padding: 8px 15px 10px calc(22% + 15px);
  background: #2d2d2d;
  font-size: 12px;
}

.ohp-media .ohp-media-list li.media-no-schedule{
  padding: 8px 15px 10px;
  text-align: center;
}

.ohp-media .ohp-media-list li>span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 100%;
  padding: 8px 0;
  background: #1e1e1e;
}

.ohp-media .ohp-media-list li:nth-child(n+2) {
  border-top: 1px solid #707070;
}

/*アカデミー、スクール*/
.ohp-block {
  display: flex;
  background: #2d2d2d;
  font-size: 12px;
}

.ohp-cards>.ohp-block:nth-child(n+2) {
  border-top: 1px solid #707070;
}

.ohp-block .ohp-title {
  width: 37%;
  padding: 8px 0;
  text-align: center;
  background: #1e1e1e;
}

.ohp-block>ul {
  width: 63%;
  margin: 0;
  padding: 8px 15px 10px;
  list-style: none;
}

/*スクールタブ切り替え部*/
.ohp-tabs {
  display: flex;
  border-bottom: 1px solid #707070;
}

.ohp-tabbtn {
  width: 50%;
  background: #dcdcdc;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  border: none;
}

.ohp-tabbtn.active {
  background: #1e1e1e;
  color: #fff;
}

.ohp-tabpane {
  display: none;
}

.ohp-tabpane.active {
  display: block;
}

.ohp-meta {
  margin: 20px 0 0 0;
  font-size: 12px;
  text-align: right;
  color: #000;
}

.ohp-warning {
  background: #331;
  color: #fcc;
  padding: 10px 12px;
  margin: 12px 16px;
  border: 1px solid #a66;
  border-radius: 6px;
}