*::selection {
  background-color: #2DAA57;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#container {
  min-height: 600px;
}

#global-header.top {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}
#global-header.top .inner h1 a {
  display: inline-block;
  padding: 20px;
}
#global-header.top .inner h1 a img {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 520px) {
  #global-header.top .inner h1 a img {
    width: 45%;
    height: auto;
  }
}

#global-header.sub {
  position: relative;
  background: #fff;
}
#global-header.sub .inner {
  display: flex;
  align-items: center;
}
#global-header.sub .inner h1 {
  margin-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner h1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#global-header.sub .inner h1 a {
  display: inline-block;
}
#global-header.sub .inner h1 a img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}
#global-header.sub .inner #global_navi {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner #global_navi {
    display: none;
  }
}
#global-header.sub .inner #global_navi ul {
  display: flex;
  flex: 1;
}
#global-header.sub .inner #global_navi ul li {
  width: 100%;
}
#global-header.sub .inner #global_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 0;
}
#global-header.sub .inner #global_navi ul li a:hover {
  transition: all 0.35s linear;
  background: #f6f6f6;
}
#global-header.sub .inner #global_navi ul li a:hover span {
  transition: all 0.35s linear;
  color: #343434;
}
#global-header.sub .inner #global_navi ul li a span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.3rem;
  }
}

#key_visual {
  height: 550px;
  width: 100%;
  display: grid;
  place-items: center;
}
#key_visual.contact {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.contact {
    height: 200px;
  }
}
#key_visual.term {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.term {
    height: 200px;
  }
}
#key_visual.price {
  background: url(../images/price/key_price.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.price {
    background-position: 20%;
  }
}
#key_visual.price .key_txt h2 {
  color: #fff;
}
#key_visual.price .key_txt p {
  color: #fff;
}
#key_visual.monthdog {
  background: url(../images/monthdog/key_monthdog.png) no-repeat center center;
  background-size: cover;
}
#key_visual.monthdog .key_txt h2 {
  color: #fff;
}
#key_visual.monthdog .key_txt p {
  color: #fff;
}
#key_visual.service {
  background: url(../images/service/key_service.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.service {
    background-position: center;
  }
}
#key_visual.service .key_txt h2 {
  color: #fff;
}
#key_visual.service .key_txt p {
  color: #fff;
}
#key_visual.place {
  background: url(../images/place/key_place.png) no-repeat center center;
  background-size: cover;
}
#key_visual.place .key_txt h2 {
  color: #fff;
}
#key_visual.place .key_txt p {
  color: #fff;
}
#key_visual.event {
  background: url(../images/event/key_event.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.event {
    background-position: center;
  }
}
#key_visual.event .key_txt h2 {
  color: #fff;
}
#key_visual.event .key_txt p {
  color: #fff;
}
#key_visual .key_txt {
  text-align: center;
  padding: 20px 0;
}
#key_visual .key_txt h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt h2 {
    font-size: 3.2rem;
  }
}
#key_visual .key_txt p {
  font-size: 2.4rem;
  color: #3C3C3C;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt p {
    font-size: 1.7rem;
  }
}

#pankuzu {
  display: flex;
  justify-content: end;
  margin-bottom: 80px;
}
#pankuzu.price {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.price {
    top: -35px;
    background: none;
  }
}
#pankuzu.monthdog {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.monthdog {
    top: -35px;
    background: none;
  }
}
#pankuzu.place {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.place {
    top: -35px;
    background: none;
  }
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-bottom: 40px;
    background: #f6f6f6;
  }
}
#pankuzu .inner {
  text-align: right;
  width: fit-content;
  padding: 12px 20px 10px;
  background: #00A7A7;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner {
    padding: 12px 10px 10px;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner a, #pankuzu .inner span {
    font-size: 1.3rem;
  }
}

#global_footer.top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#global_footer.top .copy {
  position: relative;
  text-align: right;
  padding: 20px;
}
#global_footer.top .copy small {
  display: inline-block;
  color: #2DAA57;
  font-size: 1.3rem;
}

#global_footer.sub {
  position: relative;
  background: #459A61;
  padding: 40px 0 10px;
}
#global_footer.sub .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #global_footer.sub .footer_inner {
    width: 95%;
  }
}
#global_footer.sub .footer_inner .footer_info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info {
    display: block;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo {
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info .footer_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo a {
  display: inline-block;
}
#global_footer.sub .footer_inner .footer_info .footer_logo a img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
#global_footer.sub .footer_inner .footer_info .info_list li {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .footer_navi {
  width: 90%;
  display: flex;
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #global_footer.sub .footer_inner .footer_navi {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .footer_navi {
    display: none;
  }
}
#global_footer.sub .footer_inner .footer_navi li {
  width: 100%;
}
#global_footer.sub .footer_inner .footer_navi li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
}
#global_footer.sub .footer_inner .footer_navi li a:hover {
  transition: all 0.35s linear;
  background: #298146;
}
#global_footer.sub .footer_inner .footer_navi li a span {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .annotation {
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .copy {
  position: relative;
  text-align: right;
  padding: 20px 0 0;
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .copy {
    text-align: left;
  }
}
#global_footer.sub .footer_inner .copy small {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
}

#container {
  margin-bottom: 80px;
}
#container .content_inner {
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  #container .content_inner {
    width: 95%;
  }
}

.content_header {
  text-align: center;
  margin-bottom: 30px;
}
.content_header img {
  vertical-align: bottom;
  position: relative;
  top: 2px;
}
.content_header h2 span {
  padding: 10px 20px;
  display: inline-block;
  border-top: 3px solid #459A61;
  border-bottom: 3px solid #459A61;
  font-size: 2.4rem;
  color: #459A61;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.content .event_wrap {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .content .event_wrap {
    padding-bottom: 0;
  }
}

.event_box {
  position: relative;
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  .event_box {
    display: block;
  }
}
.event_box:nth-child(even) .event_pic {
  order: 2;
  margin-left: 0;
  right: 30px;
}
@media screen and (max-width: 520px) {
  .event_box:nth-child(even) .event_pic {
    right: auto;
  }
}
.event_box:nth-child(even) .event_info {
  order: 1;
  margin-left: 30px;
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  .event_box:nth-child(even) .event_info {
    margin-left: 0;
  }
}
.event_box.active .event_pic {
  transition: all 0.4s linear;
  top: 0;
  opacity: 1;
}
.event_box.active .event_info {
  transition: all 0.4s linear;
  top: 0;
  opacity: 1;
}
.event_box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  transform: skewX(-10deg);
  border-radius: 18px;
}
@media screen and (max-width: 520px) {
  .event_box::before {
    display: none;
  }
}
.event_box .event_pic {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-left: 30px;
  background: url(../images/event/event_pic_bg.svg) no-repeat right top;
  background-size: 100%;
  padding: 2.5% 5.7% 0 0;
  filter: drop-shadow(18px 8px 12px rgba(0, 0, 0, 0.08));
  top: -40px;
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .event_box .event_pic {
    background: none;
  }
}
@media screen and (max-width: 520px) {
  .event_box .event_pic {
    margin-left: 0;
    padding: 0;
    filter: none;
  }
}
.event_box .event_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 834px) {
  .event_box .event_pic img {
    border-radius: 18px;
  }
}
@media screen and (max-width: 520px) {
  .event_box .event_pic img {
    border-radius: 18px 18px 0 0;
  }
}
.event_box .event_info {
  background: #f8f8f8;
  position: relative;
  z-index: 10;
  margin-right: 30px;
  filter: drop-shadow(14px 3px 8px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  padding: 30px;
  top: -40px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .event_box .event_info {
    margin-right: 0;
    border-radius: 0 0 18px 18px;
    filter: none;
    padding: 15px;
  }
}
.event_box .event_info h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .event_box .event_info h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .event_box .event_info h3 {
    margin-bottom: 10px;
  }
}
.event_box .event_info .period {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .event_box .event_info .period {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .event_box .event_info .period {
    margin-bottom: 10px;
  }
}
.event_box .event_info .period time {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .event_box .event_info .period time {
    font-size: 1.6rem;
  }
}
.event_box .event_info .event_info_main {
  padding: 10px;
}
.event_box .event_info .event_info_main p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .event_box .event_info .event_info_main p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=event.css.map */
