@charset "utf-8";

/* -- l-hanazono-wrap ------------------------- */
.l-hanazono-wrap {
}
@media screen and (max-width: 767px) {
}
/* -- l-hanazono-title ------------------------- */
.l-hanazono-title {
  background-color: #fff;
  padding: 40px 20px;
}
.l-hanazono-title h3 {
  padding: 20px;
}
.l-hanazono-title h3 img {
  width: 100%;
}
.l-hanazono-title p.desc {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #000;
}
.l-hanazono-title p.caption {
  padding: 20px 0 0 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-hanazono-title {
    padding: 20px;
  }
  .l-hanazono-title h3 {
    padding: 20px 0;
  }
  .l-hanazono-title h3 img {
    width: 100%;
  }
  .l-hanazono-title p.desc {
    padding: 10px;
    font-size: 14px;
  }
  .l-hanazono-title p.caption {
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
  }
}

/* -- .l-hanazono-lineup ------------------------- */
.l-hanazono-lineup {
  padding: 40px 0 20px 0;
}
.l-hanazono-lineup .g-head {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .l-hanazono-lineup .g-head {
    font-size: 5.5vw;
  }
}

/* -- l-hanazono-items ------------------------- */
.l-hanazono-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-hanazono-item {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
}
.page-wrap .l-hanazono-item-media {
  line-height: 0;
  position: relative;
}
.l-hanazono-item-media img {
  width: 100%;
}
.l-hanazono-item-title {
  padding: 10px 20px 5px;
  font-family: Lato, "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-size: 18px;
}
.l-hanazono-item-date {
  padding: 0px 20px 10px;
  font-size: 14px;
  color: #333;
  font-family: Lato, "Noto Sans JP", sans-serif;
}

.l-hanazono-item-media a {
  display: block;
  position: relative;
}
.l-hanazono-item-media a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/hanazono-japan/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.no-play a::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hanazono-item {
    width: 100%;
  }
}

/* -- .l-index-onair__title ------------------------- */

.l-index-onair__title {
  position: relative;
  color: white;
  padding: 0.5em 0.5em 0.5em 1.4em;
  background-color: #036bc2;
  font-size: 18px;
}
.l-index-onair__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 4px;
  background-color: white;
}
.l-index-onair__highlight {
  background-color: #fff;
  padding: 20px;
}
.l-index-onair__highlight ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  align-items: flex-start;
}
.l-index-onair__highlight li {
  width: 33%;
  padding: 10px 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-index-onair__highlight .day {
  text-align: center;
  font-size: 12px;
  padding: 0 0.2em 0 0;
  width: 100%;
  box-sizing: border-box;
  color: #446689;
  font-weight: bold;
}
.l-index-onair__highlight .name {
  text-align: center;
  padding: 0 0 0 0.2em;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}
.l-index-onair__highlight .time {
  text-align: center;
  padding: 0 0 0 0.2em;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.l-index-onair__highlight .area {
  text-align: center;
  font-size: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-index-onair__highlight li {
    width: 50%;
  }
  .l-index-onair__highlight .day {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .l-index-onair__highlight .time {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------------------ */

/* ▼Smartphone▼ */

/* --  ------------------------- */

@media screen and (max-width: 767px) {
}

/* ▲Smartphone▲ */
