#left_top_bg {
  display: none;
}
.header_container_pc.open, .header_container_pc.scroll {
  /* background: url("../images/header/header_scroll_bg_second.png") no-repeat;
  background-size: cover;
  z-index: 101; */
}
.saturday {
  color: #0d47a3;
}
.sunday {
  color: red;
}
.page_inner {
  padding: 0;
}
.second_container {
  position: relative;
  text-align: center;
  max-width: 1280px;
  margin: auto;
  padding-bottom: 80px;
}
.second_container .second_title {
  width: calc(100% + 160px);
  margin: 0 -80px;
  background: #9b730e;
  position: relative;
  color: #fff;
  font-size: 32px;
  padding: 5px 0;
}
.second_container .second_title span {
  position: relative;
}
.second_container .second_title span::before {
  content: '';
  position: absolute;
  left: -70px;
  top: -8px;
  width: 32px;
  height: 48px;
  background: url('../images/main/second_title_left.png') no-repeat;
}
.second_container .second_title span::after {
  content: '';
  position: absolute;
  right: -70px;
  top: -8px;
  width: 32px;
  height: 48px;
  background: url('../images/main/second_title_right.png') no-repeat;
}
.sub_title {
  font-weight: 900;
  font-size: 22px;
  margin: 0;
  margin-top: 4px;
  border-top: 4px solid #000;
  padding-top: 10px;
}
/* 下層タイトル副題ない場合 */
.sub_title.no_text {
	height: 0;
	padding-top: 0;
}
.sub_title br {
  display: none;
}
.main_container_second {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  /* overflow: hidden; */
  text-align: center;
  background: #fff;
  box-shadow: 4px 3px 8px 6px rgba(0,0,0,0.2);
}
.main_wrapper_second {
  max-width: 92%;
  margin: auto;
}
@media (max-width: 1280px) {
  .second_container {
    max-width: 1160px;
  }
}
@media (max-width: 1199px) {
  .header_container_pc.open,
  .header_container_pc.scroll {
    /* background: url('../images/header/header_bg_sp.png') no-repeat; */
    /* background-size: cover; */
  }
  .second_container {
    max-width: 95%;
    padding-top: min(3vw,40px);
    padding-bottom: min(10vw,40px);
  }
  .main_container_second {
    max-width: 100%;
    margin-top: 0;
  }
  /* .page_inner {
    padding: 20px 0;
  } */
  .second_title_box {
    max-width: 90%;
    margin: auto;
  }
  .sub_title br {
    display: block;
  }

  .second_container .second_title {
    width: calc(100% + 220px);
    margin: 0 -110px;
  }
}
@media (max-width: 768px) {
  .second_container .second_title {
    font-size: min(5vw,34px);
    padding: 6px 0;
  }
  .sub_title {
    font-size: min(3.5vw, 22px);
  }
}
/* しばらくお待ちください。 */
.waiting_update {
  font-weight: bold;
  font-size: 32px;
  padding: 150px 0 200px;
  margin: 0;
  text-align: center;
  color: #131313;
}
@media (max-width: 600px) {
  .waiting_update {
    font-size: 18px;
    padding: 100px 0 125px;
  }
  .second_container .second_title span::before {
    left: -45px;
    top: -8px;
    width: 25px;
    height: 38px;
    background: url("../images/main/second_title_left.png") no-repeat;
    background-size: cover;
  }
  .second_container .second_title span::after {
    right: -45px;
    top: -8px;
    width: 22px;
    height: 38px;
    background: url("../images/main/second_title_right.png") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 350px) {
  .waiting_update {
    font-size: 16px;
  }
}