*,
::before {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}

.mt-3 {
  margin-top: 1rem !important;
}

.PC_content_area {
  max-width: 1220px;
  padding-top: 40px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.justify-content-center {
  justify-content: center !important;
  margin: 0 auto;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

img {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.wp-block-spacer {
  clear: both;
}

.text-center {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.top_page_index_h3 {
  margin-top: 75px;
  font-size: 24px;
  border-bottom: solid 5px #ff7d53;
  position: relative;
}

.top_page_index_h3::before {
  content: "";
  position: absolute;
  left: 33%;
  bottom: -5px;
  border-bottom: solid 5px #c9bc9c !important;
  width: 67%;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ticket_effect {
  font-size: 20px;
  color: black;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.p-3 {
  padding: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.wp-block-image {
  margin: 0 0 1em;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

ol,
ul {
  box-sizing: border-box;
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.top_cation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_cation li {
  list-style: none;
}

.top_cation li::before {
  content: "■";
  color: #ed755c;
}

@media (min-width: 1001px) {
  .PC_content_area {
    padding-top: 40px;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
