@charset "UTF-8";
a:hover {
  text-decoration: none;
}

.main-innerwrap {
  background-color: #fcf3ae;
  margin: 3px 0 0 0;
  padding: 0 0 50px 0;
}

.key-visual {
  background-image: url("/tv/programs/minight/images/bk_minaight_header_img_2025_w1920.jpg");
  background-size: cover;
  background-position: bottom;
}
.key-visual img {
  display: block;
  margin: 0 auto;
}

.program-title {
  background-color: #fff;
  padding: 3em 0;
  font-size: 2em;
  font-weight: bold;
  color: #EE7701;
  text-align: center;
  border: dotted 8px #fff200;
  width: 1280px;
  margin: 1em auto;
  border-radius: 25px;
  box-sizing: border-box;
}
.program-title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  color: #ee7701;
  margin: 0 0 2em 0;
}
.program-title h3::before,
.program-title h3::after {
  width: 3px;
  height: 40px;
  background-color: #ee7701;
  content: "";
}
.program-title h3::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.program-title h3::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.program-title p.programs_ttl {
  font-size: 1.15em;
  padding: 0.75em 0 0 0;
  letter-spacing: 3px;
}
.program-title .programs_btn a {
  width: 15em;
  background-color: #EE7701;
  color: #fff;
  font-size: 0.75em;
  margin: 2em auto 0;
  padding: 0.5em;
  border-radius: 2em;
  display: block;
}

.slick-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("/tv/programs/minight/images/minight202501-star.png") no-repeat center center, linear-gradient(to bottom, #171778, #002F52);
  background-size: contain;
}
.slick-container h3 {
  font-size: 2em;
  text-align: center;
  padding: 0 0 1em 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}

.bnr-slick {
  width: 100%;
  max-width: 1280px;
  margin: 15px auto;
}

.slick__item {
  margin-right: 5px;
  margin-left: 5px;
}

.slick__item img {
  height: auto;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000066;
}

.minight_x {
  width: 800px;
  margin: 0 auto;
}
.minight_x .minight_next {
  vertical-align: top;
  /* padding: 5px; */
  word-break: break-all;
  width: 800px;
  height: 590px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
  /* background-color: deeppink; */
  text-align: center;
  /* overflow: scroll; */
  overflow-x: auto;
}

.bk-wrap {
  background: url("/tv/programs/minight/images/bk_minaight_header_starimg_2025.png") no-repeat top center, url("/tv/programs/minight/images/bk_minaight_header_starimg2_2025.png") no-repeat bottom center, #fcf3ae;
  background-size: contain, contain, auto;
}

.blog-newtitle {
  text-align: center;
  padding: 3em 0 0 0;
  color: #D00C16;
  font-weight: bold;
}
.blog-newtitle h3 {
  font-size: 2em;
  letter-spacing: 3px;
  position: relative;
}
.blog-newtitle h3::before,
.blog-newtitle h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  /* 線の長さ */
  height: 2px;
  /* 線の太さ */
  background-color: #D00C16;
}
.blog-newtitle h3::before {
  left: 45%;
  /* 文字の左側に線を配置 */
}
.blog-newtitle h3::after {
  right: 45%;
  /* 文字の右側に線を配置 */
}
.blog-newtitle p {
  font-size: 2.15em;
}

.blog-wrap {
  width: 800px;
  height: 900px;
  margin: 30px auto;
  background-color: #ffffff;
  overflow-x: auto;
  padding: 30px;
  box-sizing: border-box;
}
.blog-wrap .blog-day {
  font-size: 1.5em;
  font-weight: bold;
  background-color: #fcd200;
  color: #D00C16;
  position: relative;
  width: 50%;
  padding: 10px 1.5em;
  margin: 0 -30px 0;
}
.blog-wrap .blog-day::after {
  content: "";
  position: absolute;
  top: 15%;
  right: -65px;
  width: 96px;
  height: 50px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.blog-wrap .blog-box {
  font-size: 16px;
  margin: 0 0 16px 0;
}
.blog-wrap .blog-box p {
  font-size: 16px;
  margin: 0 0 0.25em 0;
}
.blog-wrap .blog-box .blog-tile {
  font-size: 1.5em;
  font-weight: 400;
  color: #D00C16;
  border-bottom: solid 3px #fcd200;
  margin-bottom: 16px;
}
.blog-wrap .blog-box .minight_corner {
  padding: 20px 0;
}
.blog-wrap .blog-box .minight_corner .blog-titlelogo {
  width: 150px;
  padding: 1em 0 0 5px;
  vertical-align: middle;
}
.blog-wrap .blog-box .minight_corner .minight_map-box {
  height: 300px;
  overflow: hidden;
}
.blog-wrap .blog-box .minight_corner .minight_map-box .minight_map p iframe {
  width: 100%;
}
.blog-wrap .blog-box .minight_restaurant {
  display: flex;
  justify-content: space-between;
}
.blog-wrap .blog-box .minight_restaurant .minight_restaurant-img img {
  width: 50%;
}

.more-wrap .more-btn {
  text-align: center;
}
.more-wrap .more-btn .more-link {
  padding: 0.75em 3em;
  background-color: #D00C16;
  display: inline-block;
  margin-top: 1em;
  border-radius: 2em;
  color: #fff;
  font-size: 18px;
}

.instagram {
  width: 800px;
  margin: 0 auto;
  overflow: auto;
  right: 2px;
  background-color: #ffffff;
}
.instagram .instagram-icon {
  text-align: center;
  padding: 30px 0 0 0;
}
.instagram .instagram-icon img {
  margin-bottom: 5px;
}
.instagram .instagram-icon a {
  width: 160px;
}
.instagram .instagram-link {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.information {
  background-color: #D00C16;
  padding: 1em 3em;
  border-radius: 2em;
  font-size: 1.5em;
  font-weight: 600;
  width: 400px;
  margin: 50px auto 0;
  text-align: center;
}
.information a {
  color: #fff;
}

@media screen and (max-width: 899px) {
  .main-innerwrap {
    padding: 0 0 30px 0;
  }
  .program-title {
    width: 100%;
    padding: 1.5em 0;
    font-size: 1.5em;
  }
  .program-title p.programs_ttl {
    letter-spacing: 1px;
    padding: 0.75em 0.5em;
  }
  .minight_x {
    width: 100%;
  }
  .minight_x .minight_next {
    width: 100%;
    height: 590px;
  }
  .blog-newtitle h3::before,
  .blog-newtitle h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35px;
    /* 線の長さ */
    height: 2px;
    /* 線の太さ */
    background-color: #D00C16;
  }
  .blog-newtitle h3::before {
    left: 25%;
    /* 文字の左側に線を配置 */
  }
  .blog-newtitle h3::after {
    right: 25%;
    /* 文字の右側に線を配置 */
  }
  .blog-wrap {
    width: 100%;
    height: 900px;
    padding: 10px;
  }
  .blog-wrap .blog-day {
    width: 75%;
  }
  .blog-wrap .blog-box .minight_restaurant {
    display: block;
  }
  .blog-wrap .blog-box .minight_restaurant .minight_map-box {
    margin-right: 0;
  }
  .information {
    width: 95%;
    font-size: 1.2em;
    padding: 1em 0;
  }
  .instagram {
    width: 100%;
  }
}/*# sourceMappingURL=minight2025.css.map */