@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
  -webkit-box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.15);
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/newyear/bg-section.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
}
section > h3, section > p {
  background: rgba(244, 214, 141, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 10px rgba(244, 214, 141, 0.5);
          box-shadow: 0 0 10px rgba(244, 214, 141, 0.5);
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
#wrap {
  background-color: #F2D78C;
}

.section-main {
  padding-block: 0.1rem 4rem;
}

h2 {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 2.5em;
}

h3 {
  text-align: center;
  font-size: 2rem;
  margin-top: 1em;
}

p {
  text-align: center;
  font-size: 1.7rem;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.section-title {
  height: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 15px;
}
.section-title img {
  width: auto;
  height: 100%;
}

.date-list {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.date-list p {
  border-bottom: solid 2px #A84;
  text-align: left;
  position: relative;
  padding-inline: 0.75em;
}
.date-list p::before {
  content: "●";
  display: inline-block;
  font-size: 0.7em;
  padding-right: 0.5em;
}

.first-view__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - 4rem);
  max-width: 680px;
  gap: 1.5em;
  margin-block: 5rem;
}
.first-view__nav div.first-view__nav-item {
  width: 100%;
  max-width: unset;
}
.first-view__nav div.first-view__nav-item:hover {
  background-color: unset;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.first-view__nav div.first-view__nav-item img:hover {
  background-color: unset;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newyear-event_form_wrap {
  background: rgba(255, 255, 255, 0.9333333333);
  padding: 10px 30px 40px;
  margin-top: 4rem;
  margin-inline: 30px;
}
.newyear-event_form_wrap h2 {
  margin-top: 0.4em;
}

.btn-cmn-02 {
  background-color: #ac8531;
  margin-top: 30px;
}

.cation {
  text-align: left;
}

.note-text-wrap {
  background-color: #fff;
  padding: 1rem 30px 3rem;
}
.note-text-wrap a {
  text-align: center;
}

.note-bottom {
  line-height: 1.25;
}

.back_top-page {
  text-align: center;
  margin-top: 2em;
}
.back_top-page a {
  margin-bottom: 2rem;
  color: #333;
}

.footer {
  background-color: #ac8531;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .fixed-reserve {
    display: none;
  }
  h2 {
    margin-top: 1.5em;
  }
  p {
    font-size: 1.5rem;
    padding-inline: 1em;
  }
  section > p {
    margin-inline: 0;
  }
  .section-main > p {
    line-height: 1.5;
    text-align: left;
  }
  .section-title {
    height: 60px;
  }
  .section-main {
    padding-bottom: 10px;
  }
  .newyear-event_form_wrap {
    padding: 10px 15px 40px;
    margin-inline: 10px;
  }
  .note-text-wrap {
    margin-inline: 0;
  }
  select {
    font-size: 14px;
    padding-right: 20px;
  }
  .first-view__nav {
    gap: 1em;
    margin-block: 3rem;
  }
}