@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

/* ===== ページトップバー ===== */
#pageTopBar {
  display: block;
  background: #745b08;
  border-bottom: 1px solid #af8c19;
}

#pageTopBar a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5rem;
  text-decoration: none;
}

#pageTopBar a:hover, #pageTopBar a:active, #pageTopBar a:focus {
  text-decoration: none;
  background: #9b7a0f;
}

article {
  width: 100%;
}

.contentBlock {
  width: 100%;
  margin: 0 auto 60px;
}
.contentBlock h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  display: block;
  margin: 0 auto 4rem;
  font-size: 2.6rem;
  padding: 1.5rem;
  line-height: 1.6;
  text-align: center;
  border-bottom: 2px solid #caba00;
}
.contentBlock h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* -------------------------------------
* TOP
* ------------------------------------- */
.topVisual {
  background: url(../img/bg1.webp) no-repeat center center;
  padding: 60px 0 60px;
}
.topVisual img.topImg {
  vertical-align: top;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px rgb(255, 255, 255);
}

.topAboutContainer {
  padding: 60px 0;
  background: url(../img/bg2.webp) no-repeat center center;
  background-size: cover;
}
.topAboutContainer article {
  width: 940px;
  background: rgba(255, 251, 240, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  border: 4px solid #f1e023;
}
.about {
  margin: auto;
}
.about p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  line-height: 2;
  font-size: 3.2rem;
  color: #4a3a00;
}
.about p .small {
  font-size: 2.4rem;
}
.about p .color {
  color: #f50505;
}
.about img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}

.eventDetail {
  margin: 40px auto;
}
.eventDetail .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.eventDetail .flexbox .img {
  flex: 0 0 45%;
  max-width: 100%;
}
.eventDetail .flexbox .img img {
  border: 1px solid #f0d25f;
}
.eventDetail .flexbox .txt {
  flex: 0 0 55%;
  max-width: 100%;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
.eventDetail .fukidashi {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.eventDetail .fukidashi::before, .eventDetail .fukidashi::after {
  content: "";
  display: block;
  width: 3px;
  height: 42px;
  border-radius: 4px;
  background-color: #cea00f;
}
.eventDetail .fukidashi::before {
  margin-right: 35px;
  transform: rotate(-30deg);
}
.eventDetail .fukidashi::after {
  margin-left: 35px;
  transform: rotate(30deg);
}
.eventDetail .btn {
  display: block;
  width: 80%;
  max-width: 640px;
  margin: 20px auto 40px;
  border: 0;
  background: transparent;
}
.eventDetail .btn a {
  display: block;
  text-decoration: none;
  border: 4px solid #f0d25f;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
  padding: 2rem 0;
  background: linear-gradient(to right, #cb9b0c, #c88d09, #f2cf32, #cb9b0c);
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #000;
  transform: translateY(-5px);
  transition: all 0.2s;
}
.eventDetail .btn a svg {
  width: 1.6rem;
  padding: 0 10px 0 0;
}
.eventDetail .btn a svg path {
  stroke-width: 90;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eventDetail .btn a:hover, .eventDetail .btn a:active, .eventDetail .btn a:focus {
  transform: translateY(0);
  background: linear-gradient(to right, #f3c029, #eeb231, #ffe15d, #dfaf20);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.attentionContainer {
  width: 800px;
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
  background-color: #fff;
  border: 2px solid #f0d25f;
}
.attentionContainer ul {
  list-style: none;
  padding-left: 20px;
}
.attentionContainer ul li {
  font-size: 1.4rem;
  position: relative;
  padding: 10px 0;
}
.attentionContainer ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
  color: #333;
  font-size: 1.4rem;
}

/* -------------------------------------
* Footer
* ------------------------------------- */
footer .copyright {
  background: #745b08;
  padding: 20px 0;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
}/*# sourceMappingURL=base_pc.css.map */