@charset "UTF-8";

/* 背景交互に白とグレー */
.back_wrap > section:nth-child(2n + 1) {
  background-color: var(--back-color);
}

/* イベント概要の表 */
.tbl-1 {
  line-height: 1.5;
  width: 100%;
}

.tbl-1 thead th,
.tbl-1 thead td {
  padding: 1rem 1rem;
  font-weight: normal;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fdede4;
}

.tbl-1 tbody th,
.tbl-1 tbody td {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
}

.tbl-1 tbody th {
  width: 28%;
  font-weight: normal;
  background-color: #fdede4;
}

.tbl-1 tbody td {
  width: 72%;
  vertical-align: top;
}

.tbl-1 a {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
/* 横スクロール */
.overflow-x {
  overflow-x: auto;
}

@media screen and (max-width: 540px) {
  .tbl-1 tbody th,
  .tbl-1 tbody td {
    padding: 1rem 1rem;
  }
}

/* お申込みの流れ */
.pdf-link {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}

/* 体験プログラムボタン */
.pro_btn {
  border: 1px solid var(--base-color);
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.5rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 10px;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 共通 */
.mt-0 {
  margin-top: 0 !important;
}
.mt-1r {
  margin-top: 1rem !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}
.pt-30 {
  padding-top: 30px !important;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.font-bold {
  font-weight: bold !important;
}

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

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

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

.under-line {
  text-decoration: underline;
}
