/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible;
    text-decoration: underline;
  }
}

svg {
  height: 1em;
  width: auto;
}

/* Utility
   ========================================================================== */
@font-face {
  font-family: "Bree Serif";
  src: url("BreeSerif-Regular.eot?") format("eot"), url("BreeSerif-Regular.woff2") format("woff2"), url("BreeSerif-Regular.woff") format("woff");
}
.myFontClass {
  font-family: "Bree Serif";
}

.reset, form dl dd, form dl dt {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible;
    text-decoration: underline;
  }
}

svg {
  height: 1em;
  width: auto;
}

/* Utility
   ========================================================================== */
@font-face {
  font-family: "Bree Serif";
  src: url("BreeSerif-Regular.eot?") format("eot"), url("BreeSerif-Regular.woff2") format("woff2"), url("BreeSerif-Regular.woff") format("woff");
}
.myFontClass {
  font-family: "Bree Serif";
}

.reset, form dl dd, form dl dt {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

form {
  margin: 0 auto;
  padding: 50px 0 0 0;
  border: none;
}
form fieldset {
  background: white;
  border: 1px solid silver;
}
@media (max-width: 768px) {
  form dl {
    border-bottom: 1px solid silver;
  }
}
form dl dt {
  width: 12em;
  float: left;
  padding: 0.7em 0 0.5em 0;
  min-height: 1.5em;
  clear: left;
}
@media (max-width: 768px) {
  form dl dt {
    width: auto;
    float: none;
    min-height: auto;
    padding: 1em 0 0 0;
    border-top: 1px solid silver;
    text-align: left;
  }
}
form dl span {
  font-size: 0.8em;
  color: red;
}
form dl dd {
  text-align: left;
  padding: 0.7em 0.5em 0.5em 12em;
  min-height: 1.5em;
}
@media (max-width: 768px) {
  form dl dd {
    padding: 0.3em 0 1em 0;
    min-height: auto;
  }
}
form dl dd input,
form dl dd textarea {
  border: 1px solid #777;
  background: #fff;
  border-radius: 5px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
form dl dd textarea {
  height: 10em;
  width: 95% !important;
}
form dl dd input[type=checkbox] {
  display: none;
}
form dl dd input[type=checkbox] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
form dl dd input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
form dl dd input[type=checkbox]:checked + label {
  color: #333;
}
form dl dd input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
form dl dd input[type=radio] {
  display: none;
}
form dl dd input[type=radio] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
form dl dd input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
form dl dd input[type=radio]:checked + label {
  color: #333;
}
form dl dd input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #333;
  border-radius: 50%;
}
form dl dd .post_code {
  width: 4em !important;
}
form dl dd input#confirm_email1 {
  width: auto !important;
}
form dl dd input#confirm_email2 {
  width: auto !important;
}
form dl dd input:focus,
form dl dd textarea:focus {
  box-shadow: 0 0 7px #3498db;
  border: 1px solid #3498db;
}
form dl dd div.hide {
  visibility: hidden;
  opacity: 0;
}
form dl dd div.hide > input {
  display: inline;
}
form dl dd div.error {
  color: #c80000;
  margin: 0.25em 0 0 0;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  display: inline;
  line-height: 1.5em;
}
form dl dd div#match_error {
  padding: 0 0 0 0;
  display: block;
}
form dl dd div#match_error.match {
  color: #1bcd6b;
}
form .CheckBoxLabelClass {
  margin-right: 20px;
  padding-left: 22px;
}
form .radiolabel {
  margin-right: 20px;
  padding-left: 22px;
}
form .LabelSelected, form .RadioSelected {
  background-position: bottom left;
}

.submit {
  border: 1px solid #333;
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18pxpx;
  line-height: 27pxpx;
  font-size: 1.125pxrem;
  line-height: 1.6875pxrem;
  letter-spacing: 0.3em;
  padding: 0.7em 1em 0.5em 1.3em;
}
.submit:hover {
  border: 1px solid #333;
  background-color: #333;
}
.submit:active {
  background: #666;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#privacy > p {
  text-align: left;
}
#privacy > ul > li {
  text-align: left;
}
#privacy > ul > li h3 {
  margin: 20px 0 5px 0;
  font-size: 1.1em;
}
#privacy > ul > li ol > li {
  margin: 0 0 0 2em;
  list-style: disc;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#breadcrumb {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#event_title {
  font-size: 23px;
  line-height: 34.5px;
  font-size: 1.4375rem;
  line-height: 2.15625rem;
  font-weight: bold;
  color: #F30;
}

#top_banner span#sp {
  display: none;
}
@media (max-width: 768px) {
  #top_banner span#pc {
    display: none;
  }
  #top_banner span#sp {
    display: block;
  }
}

#zoom {
  margin: 20px auto 0 auto;
  text-align: left;
  width: 840px;
  max-width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
  color: #7209B5;
}

aside.youtube_banner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto 0 auto;
  width: min(800px, 100% - 40px);
}
aside.youtube_banner > div {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
aside.youtube_banner > div > figure {
  margin: 0;
}
aside.youtube_banner > div > figure:first-of-type {
  background: white;
  border-radius: 10px;
  display: block;
  margin: 0;
  width: 120px;
  padding: 5px;
}
aside.youtube_banner > div > figure:nth-of-type(2) img {
  min-width: 230px;
}
aside.youtube_banner > div > figure a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
aside.youtube_banner > div > figure a:hover img {
  opacity: 0.75;
}
aside.youtube_banner > p {
  text-align: left;
  margin: 0.5em auto 0 auto;
}
@media (max-width: 768px) {
  aside.youtube_banner > div {
    display: block;
  }
  aside.youtube_banner > div > figure:first-of-type {
    display: none;
  }
}

#top_banner_2 {
  padding: 0 0 30px 0;
}
#top_banner_2 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 20px;
}
#top_banner_2 ul li figure {
  padding: 0;
  margin: 0;
  background: white;
}
#top_banner_2 ul li figure a {
  display: block;
}
#top_banner_2 ul li figure a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
@media (max-width: 768px) {
  #top_banner_2 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

#message_title {
  margin: 30px auto 0 auto;
}

article#message {
  background: url(grp/m_back.png) left center no-repeat fixed, #FFE8F5;
}
@media (max-width: 768px) {
  article#message {
    background: url(grp/m_back_s.png) left center no-repeat fixed, #FFE8F5;
  }
}
article#message > div #event_img {
  padding: 0 0 50px 0;
}
article#message > div h2.article_title {
  color: #F95155;
}
article#message > div section {
  flex-direction: row-reverse;
  align-items: flex-end;
}
article#message > div section > p {
  text-align: left;
  margin: 0 auto;
}
article#message > div section aside {
  width: 80%;
  margin: 25px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
article#message > div section aside > div {
  padding: 20px;
}
article#message > div section aside > div h3 {
  font-family: "Bree Serif", serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding-bottom: 5px;
  color: #F95155;
}
article#message > div section aside > div p {
  text-align: left;
}
article#message > div section aside > div p span {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
@media (max-width: 480px) {
  article#message > div section aside {
    width: auto;
  }
}/*# sourceMappingURL=index.css.map */