/* 共通 */
.type-page .entry-header {
  padding: 1px 0;
  margin: 60px 0 30px;
}
.type-page .entry-header h1 {
  text-align: center;
}

/* Dream Collectionとは */
.page-about .d-colle {
  margin-bottom: 30px;
  text-align: center;
}
.page-about .d-colle img {
  max-width: 480px;
  width: 100%;
  margin: 0px auto;
  /* aspect-ratio: 1 / 1; */
}
.page-about .content-block-inner {
  max-width: 800px;
}
.page-about .entry-header {}
.page-about .entry-header h1 {
  text-align: center;
}
.page-about .entry-header + .entry-content {
  margin-top: 60px;
}

/* プライバシーポリシー */
.page-privacy-policy {
}
.page-privacy-policy main ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.page-privacy-policy main ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

/* イベント */
.page-events .entry-header {
  margin: 60px 0;
}
.page-events .entry-header h1 {
  text-align: center;
}
.page-events .entry-content {
  margin: 60px 0;
}
.page-events .entry-content > .wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
  margin: 60px 0;
}
.page-events .entry-content > .wp-block-group .wp-block-group__inner-container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-events .entry-content > .wp-block-group h2 {
  margin-top: 0;
  font-weight: bold;
  background: linear-gradient(333deg, #7dc4d4, #3caea8);
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
}
.page-events .entry-content > .wp-block-group h2::after {
  content: '';
  background: linear-gradient(333deg, #7dc4d4, #3caea8);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.page-events .entry-content .message-header {
  container-type: inline-size;
}
.page-events .entry-content .message-header .catch {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.page-events .entry-content .description dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  padding: 0 15px;
}
.page-events .entry-content .description dt {
  font-weight: 700;
}
.page-events .entry-content .access h3 {
  font-weight: bold;
  border: 2px solid #3caea8;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 1em;
  position: relative;
  width: fit-content;
}
.page-events .entry-content .access h3::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.page-events .entry-content .access h3::after {
  content: '';
  background: #3caea8;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.page-events .entry-content .access .bycar {
  margin-top: 2em;
}
.page-events .entry-content .access .bycar .parking {
  margin-top: 1em;
}
.page-events .entry-content .faq-list .answer li {
  margin-top: 0;
}

@container (min-width: 600px){
  .page-events .entry-content .message-header p {
    text-align: center;
  }
}


/* 企画運営 */
.page-comittee .entry-content {
  margin: 0 auto;
  max-width: 800px;
}

/* お問い合わせ */
.page-contact .entry-content,
.page-contact-thanks .entry-content {
  margin: 0 auto;
  max-width: 800px;
}
.wpcf7-form input,
.wpcf7-form button,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  outline: none;
  padding: 2px 5px;
}
.wpcf7-form select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.wpcf7-form input[type=button],
.wpcf7-form input[type=submit],
.wpcf7-form input[type=reset],
.wpcf7-form button,
#wpcf7cpcnf input[type=button],
#wpcf7cpcnf input[type=submit],
#wpcf7cpcnf input[type=reset],
#wpcf7cpcnf button {
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  padding: .3em 1em;
  border-radius: 5px;
  border: 1px solid var(--color-base);
}
.wpcf7-form textarea {
  height: 10em;
}
.page-contact .wpcf7-form table,
.page-contact #wpcf7cpcnf table {
  width: 100%;
}
.page-contact .wpcf7-form table th,
.page-contact .wpcf7-form table td,
.page-contact #wpcf7cpcnf table th,
.page-contact #wpcf7cpcnf table td {
  text-align: left;
  padding: 10px 0;
}
.page-contact .wpcf7-form table .btn-area,
.page-contact #wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
.page-contact-thanks .entry-content {
  text-align: center;
}

.page-lesson-report table {
  margin: 0 auto;
}
.page-lesson-report .wpcf7-radio {
  display: flex;
  align-items: center;
}
.page-lesson-report .wpcf7-list-item label {
  display: flex
}
.page-lesson-report .wpcf7-list-item .wpcf7-list-item-label {
  white-space: nowrap;
}
.page-lesson-report .wpcf7-form table th,
.page-lesson-report .wpcf7-form table td,
.page-lesson-report #wpcf7cpcnf table th,
.page-lesson-report #wpcf7cpcnf table td {
  text-align: left;
  padding: 10px 10px;
}
.page-lesson-report .wpcf7-form table .btn-area,
.page-lesson-report #wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
.page-lesson-report .wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.page-lesson-report-done .entry-content {
  text-align: center;
}
.page-lesson-report .wpcf7 form .wpcf7-response-output {
  width: fit-content;
  margin: 0 auto;
}
