body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN w6",
    sans-serif;
}

.v-application--wrap {
  min-height: 0px !important;
}

.v-application p {
  margin-bottom: 0;
}

main {
  position: relative;
  display: block;
}

.main_container {
  width: 100%;
}

.main_container_pc {
  display: none;
}

.main_container_sp {
  display: block;
}

@media (min-width: 1200px) {
  .main_container_pc {
    display: block;
  }
  .main_container_sp {
    display: none;
  }
}

.main_container_pc {
  background: url("/karatsug1_2022/images/main_bg.png") repeat;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.main_container_sp {
  background: url("/karatsug1_2022/images/main_bg.png") repeat;
  text-align: center;
  position: relative;
}

.main_container_sp img {
  width: 100%;
  height: auto;
}

.sub_visual_container_1_pc {
  position: absolute;
  user-select: none;
  top: 100px;
}

.sub_visual_container_1_pc img {
  width: 45%;
}

.sub_visual_container_sp {
  margin-top: 60px;
}

h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 8px;
  color: #e3bd6d;
  background-size: 100%;
  font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN w6",
    sans-serif;
}

h2.midashi {
  background: linear-gradient(
    45deg,
    #757575 0%,
    #9e9e9e 45%,
    #e8e8e8 70%,
    #9e9e9e 85%,
    #757575 90% 100%
  );
  color: #fdcd08 !important;
  text-align: center;
  text-shadow: 1px 1px 1px #acaaaa;
  padding-bottom: 10px;
  position: relative;
  margin: auto;
  margin-bottom: 15px;
}

.pickup_reporter_inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 220px;
  padding-bottom: 20px;
}

.pickup_reporter_inner p {
  font-weight: bold;
}

.in-box {
  padding: 15px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 1px #3d3d3d;
  background: url("/karatsug1_2022/images/timetable_bg.png") repeat;
  background-color: #fff;
  background-size: 25%;
  margin: 15px;
  overflow: hidden;
}

.ta-c {
  text-align: center;
}

table,
th,
td {
  border: 1px solid #9d9d9d;
}

thead {
  background: #000000;
}

th {
  background: rgb(205, 167, 107);
}

td {
  color: #3d3d3d;
  text-align: center;
}

.time-table-inner {
  display: block;
  margin: 0 auto;
}

table.time-table {
  display: table;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
}

.time-table-inner .motor {
  width: 150px;
}

.time-table-inner .comment {
  text-align: left;
}

.sub_midashi,
.sub_comment {
  text-align: left;
}

.reporter {
  text-align: right;
}

@media (max-width: 1199px) {
  .pickup_reporter_inner {
    margin-top: 20px;
  }
  h2 {
    font-size: 18px;
  }
  .time-table-inner .motor {
    width: 100px;
  }
}

@media (max-width: 479px) {
  h2.midashi {
    padding: 0;
  }
}