@charset "utf-8";
/*
Theme Name:MAG Child
Description:This Theme is MAG's child theme. It is used to customize the design of MAG without modifying the original theme files.
Template:mag_tcd036
*/

/* --------------------------------------------------------------------------------
/wp-content/plugins/tcd-classic-editor/assets/css/editor.css:1687 を上書き
-------------------------------------------------------------------------------- */
:is(.tcdce-body, .editor-styles-wrapper)
  :is(
    .tcdce-button,
    .q_custom_button,
    .q_custom_button1,
    .q_custom_button2,
    .q_custom_button3,
    .q_button
  ):before,
:is(.tcdce-body, .editor-styles-wrapper)
  .wp-block-button[class*=" "] > .wp-block-button__link:before {
  background: var(--tcdce-button-background) !important;
}

/* --------------------------------------------------------------------------------
/wp-content/plugins/tcd-classic-editor/assets/css/editor.css:1801 を上書き
-------------------------------------------------------------------------------- */
@media (any-hover: hover) {
  :is(.tcdce-body, .editor-styles-wrapper)
    :is(
      .tcdce-button,
      .q_custom_button,
      .q_custom_button1,
      .q_custom_button2,
      .q_custom_button3,
      .q_button,
      .wp-block-button__link
    ):not(.wp-block-button):hover {
    color: var(--tcdce-button-font-color-hover) !important;
    border: var(--tcdce-button-border-hover) !important;
    text-decoration: none !important;
  }

  :is(.tcdce-body, .editor-styles-wrapper)
    :is(
      .tcdce-button,
      .q_custom_button,
      .q_custom_button1,
      .q_custom_button2,
      .q_custom_button3,
      .q_button,
      .wp-block-button__link
    ):not(.wp-block-button):hover:before {
    background: var(--tcdce-button-background-hover) !important;
    transform: var(--tcdce-button-transform-hover) !important;
  }

  :is(.tcdce-body, .editor-styles-wrapper)
    :is(
      .tcdce-button,
      .q_custom_button,
      .q_custom_button1,
      .q_custom_button2,
      .q_custom_button3,
      .q_button,
      .wp-block-button__link
    ):not(.wp-block-button):hover:after {
    background: rgb(0 0 0 / 30%) !important;
  }
}

/* --------------------------------------------------------------------------------
お問い合わせ画面
-------------------------------------------------------------------------------- */
.wpcf7 .event-details p {
  line-height: 1.5;
  margin-bottom: .3rem;
}
