.bg03 {
  background-image: url(../img/guide/bg_h.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg03 {
    background-image: url(../img/guide/bg_h_sp.png);
    background-size: 100% auto;
    background-position: center 4%;
  }
}

.contents-guide {
  padding-top: 10rem;
  max-width: 120rem;
  margin: 10rem auto 0;
  padding-bottom: 12.3rem;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  .contents-guide {
    padding-top: 9rem;
    margin: 0 auto;
    padding-inline: 1.6rem;
    padding-bottom: 7.5rem;
  }
}

.guide_title {
  text-align: center;
}

.guide_title-img {
  width: 22rem;
}
@media (max-width: 767px) {
  .guide_title-img {
    width: 20rem;
  }
}

.guide_title p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .guide_title p {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}

.guide_container {
  position: relative;
}

.guide_deco01 {
  position: absolute;
  top: calc(50% + 32rem);
  left: calc(50% - 68rem);
  transform: translate(-50%, -50%);
  width: 18rem;
}
@media (max-width: 1280px) {
  .guide_deco01 {
    top: calc(50% + 32rem);
    left: calc(50% - 52rem);
    width: 18rem;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .guide_deco01 {
    position: absolute;
    top: calc(50% + 43rem);
    left: calc(50% - 13rem);
    transform: translate(-50%, -50%);
    width: 10rem;
  }
}

.guide_container-box {
  position: relative;
  max-width: 97rem;
  margin: 6rem auto 0;
  background-image: url(../img/guide/start_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 6.65rem 7rem;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .guide_container-box {
    border-radius: 1.25rem;
    padding-block: 9.5rem 6.5rem;
    margin: 4.4rem auto 0;
    background-image: url(../img/guide/start_bg_sp.png);
  }
}

.guide_container-box h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #3c4279;
  text-align: center;
  text-shadow: 3px 2px 0px #ffec7a;
}
@media (max-width: 767px) {
  .guide_container-box h3 {
    line-height: 1.16;
  }
}

.guide_container-text {
  font-size: 1.4rem;
  margin-top: 1.4rem;
  text-align: center;
  color: #3c4279;
  font-weight: 700;
}
@media (max-width: 767px) {
  .guide_container-text {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
}

.guide_button-link {
  background-image: url(../img/guide/button_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 27.8rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  color: #ffee93;
  font-weight: 700;
  font-size: 1.8rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .guide_button-link {
    font-size: 1.8rem;
    width: 28rem;
    justify-content: center;
    padding-left: 0;
    letter-spacing: 0.025em;
  }
}

.guide_button {
  display: flex;
  margin-top: 3.7rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .guide_button {
    margin-top: 1.4rem;
  }
}

.guide_button-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/guide/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  right: 3rem;
}
@media (max-width: 767px) {
  .guide_button-link::before {
    right: 3rem;
  }
}

.info_container {
  position: relative;
  margin-top: 10rem;
  padding-block: 9rem 0;
}
@media (max-width: 767px) {
  .info_container {
    margin-top: 7.8rem;
    padding-block: 7.3rem 0;
  }
}
.info_container .schedule_summer {
  background: rgba(111, 223, 255, 0.21);
  border-radius: 10px;
  color: #3c4279;
  line-height: 210%;
  padding: 40px 13px 18px;
  max-width: 96rem;
  margin: 80px auto 0;
}
.info_container .schedule_summer a {
  color: #1b7ce8;
  text-decoration: underline;
}
.info_container .schedule_summer_title {
  color: #1b7ce8;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 1.2rem;
}
.info_container .schedule_summer_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.info_container .schedule_summer_text_sub {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}
.info_container .schedule_summer_period {
  background: #fff;
  border-radius: 10px;
  display: block;
  width: 84%;
  margin: 10px auto;
  padding: 1.2rem 6rem;
}
.info_container .schedule_summer_period_inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: initial;
}
.info_container .schedule_summer_period .date {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 0.4rem 0;
}
.info_container .schedule_summer_period .date-before,
.info_container .schedule_summer_period .date-after,
.info_container .schedule_summer_period .date-holiday {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.1rem 0;
}
.info_container .schedule_summer_period .date-holiday {
  font-size: 1.6rem;
}
.info_container .schedule_summer_period .date-limit {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_container .schedule_summer {
    letter-spacing: 0;
    line-height: 140%;
    padding: 33px 13px 18px;
    margin: 60px auto 0;
  }
  .info_container .schedule_summer_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .info_container .schedule_summer_text {
    font-size: 1.6rem;
    line-height: 140%;
  }
  .info_container .schedule_summer_text_sub {
    font-size: 1.1rem;
  }
  .info_container .schedule_summer_period {
    width: 100%;
    padding: 0.1rem 1rem 0.5rem;
    margin: 13px auto 3px;
  }
  .info_container .schedule_summer_period .date {
    font-size: 1.7rem;
    letter-spacing: -0.1rem;
    line-height: 160%;
  }
  .info_container .schedule_summer_period .date-before {
    padding: 0.3rem 0;
    text-align: center;
  }
  .info_container .schedule_summer_period .date-after {
    padding: 0.8rem 0;
    text-align: center;
  }
  .info_container .schedule_summer_period .date-holiday {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  .info_container .schedule_summer_period .date-limit {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
}
.info_container .schedule_winter {
  background: #fce8c6;
  border-radius: 10px;
  color: #3c4279;
  line-height: 210%;
  padding: 40px 13px 18px;
  max-width: 96rem;
  margin: 80px auto 0;
}
.info_container .schedule_winter a {
  color: #e33f2d;
  text-decoration: underline;
}
.info_container .schedule_winter_title {
  color: #e33f2d;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 2.2rem;
}
.info_container .schedule_winter_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.info_container .schedule_winter_text_sub {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}
.info_container .schedule_winter_period {
  background: #fff;
  border-radius: 10px;
  display: block;
  width: 84%;
  margin: 10px auto;
  padding: 1.2rem 6rem;
}
.info_container .schedule_winter_period_inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: initial;
}
.info_container .schedule_winter_period .date {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 0.4rem 0;
}
.info_container .schedule_winter_period .date-before,
.info_container .schedule_winter_period .date-after,
.info_container .schedule_winter_period .date-holiday {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.1rem 0;
}
.info_container .schedule_winter_period .date-holiday {
  font-size: 1.6rem;
}
.info_container .schedule_winter_period .date-limit {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.info_container .schedule_winter .schedule_winter_text02 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info_container .schedule_winter {
    letter-spacing: 0;
    line-height: 140%;
    padding: 33px 13px 18px;
    margin: 60px auto 0;
  }
  .info_container .schedule_winter_title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 120%;
  }
  .info_container .schedule_winter_text {
    font-size: 1.6rem;
    line-height: 140%;
  }
  .info_container .schedule_winter_text_sub {
    font-size: 1.1rem;
  }
  .info_container .schedule_winter_period {
    width: 100%;
    padding: 0.1rem 1rem 0.5rem;
    margin: 13px auto 3px;
  }
  .info_container .schedule_winter_period .date {
    font-size: 1.7rem;
    letter-spacing: -0.1rem;
    line-height: 160%;
  }
  .info_container .schedule_winter_period .date-before {
    padding: 0.3rem 0;
    text-align: center;
  }
  .info_container .schedule_winter_period .date-after {
    padding: 0.8rem 0;
    text-align: center;
  }
  .info_container .schedule_winter_period .date-holiday {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  .info_container .schedule_winter_period .date-limit {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
  .info_container .schedule_winter .schedule_winter_text02 {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.info_container::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  background-image: url(../img/guide/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .info_container::before {
    background-image: url(../img/guide/line_sp.png);
  }
}

.guide_deco02 {
  position: absolute;
  top: calc(50% + 27rem);
  right: calc(50% - 88rem);
  transform: translate(-50%, -50%);
  width: 23rem;
  z-index: 1;
}
@media (max-width: 1280px) {
  .guide_deco02 {
    right: calc(50% - 79rem);
  }
}
@media (max-width: 767px) {
  .guide_deco02 {
    top: calc(50% + 109rem);
    right: calc(50% - 37rem);
    width: 13rem;
    display: none;
  }
}
@media (max-width: 375px) {
  .guide_deco02 {
    top: calc(50% + 93rem);
    right: calc(50% - 29rem);
    width: 13rem;
  }
}

.guide_deco03 {
  position: absolute;
  top: calc(50% + 97rem);
  left: calc(50% - 70rem);
  transform: translate(-50%, -50%);
  width: 18rem;
  z-index: 1;
}
@media (max-width: 1280px) {
  .guide_deco03 {
    top: calc(50% + 97rem);
    left: calc(50% - 54rem);
    width: 18rem;
  }
}

.info_title p {
  color: #efcd00;
  font-size: 1.88rem;
  font-weight: 700;
  text-align: center;
}

.info_title {
  text-align: center;
}

.info_title h2 {
  position: relative;
  color: #3c4279;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.info_title h2::before {
  content: "";
  display: inline-block;
  width: 120%;
  height: 1.5rem;
  background-image: url(../img/guide/text_under.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.3rem);
  transform: translate(-50%, 0);
  z-index: -1;
}

.info_container-box {
  max-width: 87rem;
  margin: 3rem auto 0;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .info_container-box {
    margin: 4.5rem auto 0;
  }
}

.info_container-item {
  display: flex;
  align-items: center;
  padding-block: 2.4rem 1.7rem;
  position: relative;
  padding-inline: 4rem 1.5rem;
}
@media (max-width: 1024px) {
  .info_container-item {
    padding-inline: 0.5rem;
  }
}
@media (max-width: 767px) {
  .info_container-item {
    flex-flow: column;
    padding-inline: 2.4rem;
    gap: 1rem;
    padding-block: 0.75rem 1.2rem;
  }
}

.info_container-item:nth-of-type(2) {
  padding-block: 3.4rem 2.4rem;
}
@media (max-width: 767px) {
  .info_container-item:nth-of-type(2) {
    padding-block: 2.6rem 2.1rem;
    gap: 2rem;
    margin-top: 0.5rem;
  }
}

.info_container-item:nth-of-type(3) {
  padding-block: 2.4rem 1.8rem;
  gap: 0;
}

.info_container-item:nth-of-type(4) {
  padding-block: 2.1rem 1.4rem;
  padding-inline: 5rem 1.5rem;
}
@media (max-width: 1024px) {
  .info_container-item:nth-of-type(4) {
    padding-inline: 1rem;
  }
}
@media (max-width: 767px) {
  .info_container-item:nth-of-type(4) {
    padding-block: 3.1rem 1.4rem;
    padding-inline: 2rem 1.5rem;
  }
}
.info_container-item:nth-of-type(4) .info-icon {
  gap: 3rem;
  width: 26rem;
}
@media (max-width: 1024px) {
  .info_container-item:nth-of-type(4) .info-icon {
    width: 19rem;
  }
}
@media (max-width: 767px) {
  .info_container-item:nth-of-type(4) .info-icon {
    width: 26rem;
  }
}
.info_container-item:nth-of-type(4) .info-icon img {
  width: 5.3rem;
}

.info_container-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  background-image: url(../img/guide/line_yellow.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: calc(50% + 0.3rem);
  transform: translate(-50%, 0);
  z-index: -1;
}

.info-icon {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: 27rem;
}
@media (max-width: 1024px) {
  .info-icon {
    width: 19rem;
    gap: 1.2rem;
  }
}
@media (max-width: 767px) {
  .info-icon {
    width: 26rem;
  }
}

.info-icon img {
  width: 6.75rem;
}

.info_container-box li:nth-of-type(2) .info-icon img {
  width: 7rem;
}
@media (max-width: 767px) {
  .info_container-box li:nth-of-type(2) .info-icon img {
    width: 8rem;
  }
}

.info-icon p {
  font-size: 3.2rem;
  color: #3c4279;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .info-icon p {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .info-icon p {
    font-size: 3.2rem;
  }
}

.info-icon p.type2 {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .info-icon p.type2 {
    padding-left: 0;
  }
}

.info-time li {
  color: #3c4279;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .info-time li {
    line-height: 1.5;
  }
}

.info-time li span.light {
  font-weight: 500;
  padding-left: 2rem;
}

.info-time li span.padding {
  padding-inline: 0.3rem 1.2rem;
}

.info-day {
  color: #3c4279;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .info-day {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .info-day {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .info-day p {
    line-height: 1.4;
  }
}

.info-day p span.font-small {
  font-size: 1.7rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .info-day p span.font-small {
    padding-left: 0;
  }
}

.info-day p:nth-of-type(2), .info-time li:nth-of-type(3) {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .info-day p:nth-of-type(2), .info-time li:nth-of-type(3) {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.info-money {
  flex: 1;
}

.info-money p:nth-of-type(1) {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3c4279;
}
@media (max-width: 767px) {
  .info-money p:nth-of-type(1) {
    text-align: center;
  }
}

.info-money p:nth-of-type(2) {
  font-size: 1.6rem;
  color: #3c4279;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .info-money p:nth-of-type(2) {
    padding-top: 0.5rem;
  }
}

.info-access {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .info-access {
    flex-flow: column;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .info_button {
    width: 51%;
    display: flex;
  }
}

.info-access p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3c4279;
}
@media (max-width: 767px) {
  .info-access p {
    line-height: 1.4;
    text-align: center;
  }
}

.info-access p span {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .info-access p span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .info-access p span {
    font-size: 1.8rem;
  }
}

.info_button-link {
  background-image: url(../img/guide/button_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 18rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  justify-content: center;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .info_button-link {
    font-size: 1.5rem;
    width: 34rem;
    justify-content: center;
    padding-left: 0;
  }
}

.guide_map {
  max-width: 86.8rem;
  margin: 3rem auto 0;
  box-shadow: 0px 2px 84px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .guide_map {
    margin: 1rem auto 0;
  }
}

.contents-rules {
  padding-block: 10rem 14.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents-rules {
    padding-block: 8rem 6.5rem;
  }
}

.contents-rules::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  background-image: url(../img/guide/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contents-rules::before {
    background-image: url(../img/guide/line_sp.png);
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

div#idx-rules {
  max-width: 120rem;
  margin: 0 auto;
}

hgroup.rules_title p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00b200;
}

hgroup.rules_title h2 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #3c4279;
  display: inline-block;
  margin-top: 0.8rem;
}

hgroup.rules_title h2::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 1.5rem;
  background-image: url(../img/guide/title_under_green.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.3rem);
  transform: translate(-50%, 0);
  z-index: -1;
}

hgroup.rules_title {
  text-align: center;
}

.rules_container-box {
  margin-top: 4rem;
  color: #424242;
}
@media (max-width: 767px) {
  .rules_container-box {
    margin-top: 2rem;
  }
}

.rules_container-list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding-inline: 2rem;
  max-width: 90rem;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .rules_container-list {
    padding-inline: 1.8rem;
    font-size: 1.3rem;
  }
}

.rules_container-box .rules_container-item {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
@media (max-width: 767px) {
  .rules_container-box .rules_container-item {
    padding-left: 0.7em;
    line-height: 1.9;
  }
}
.rules_container-box .rules_container-item.mark_none {
  padding-left: 0.7em;
}
@media (max-width: 767px) {
  .rules_container-box .rules_container-item.mark_none {
    padding-left: 0;
  }
}
.rules_container-box .rules_container-item.mark_none::before {
  display: none;
}
.rules_container-box .rules_container-item a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .rules_container-box .rules_container-item a:hover {
    opacity: 0.7;
  }
}
.rules_container-box .rules_container-item:nth-child(n+2) {
  margin-top: 1.5em;
}
.rules_container-box .rules_container-item::before {
  content: counter(number) ".";
  counter-increment: counter;
  display: inline-block;
  top: 0;
  left: 1rem;
  position: absolute;
}
@media (max-width: 767px) {
  .rules_container-box .rules_container-item::before {
    left: -0.5rem;
    font-size: 1.3rem;
  }
}
.rules_container-box .rules_container-item .indent1 {
  padding-left: 2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .rules_container-box .rules_container-item .indent1 {
    padding-left: 2em;
  }
}
.rules_container-box .rules_container-item .indent2 {
  padding-left: 5em;
  display: block;
  text-indent: -3em;
}
@media screen and (max-width: 767px) {
  .rules_container-box .rules_container-item .indent2 {
    padding-left: 4em;
  }
}
.rules_container-box .rules_container-item .indent_number {
  display: block;
}
@media screen and (max-width: 767px) {
  .rules_container-box .rules_container-item .indent_number {
    padding-left: 2em;
    text-indent: -2em;
  }
}
.rules_container-box .rules_container-item .indent_note {
  padding-left: 1em;
  display: block;
  text-indent: -1em;
}

.contents-rules_text {
  margin-top: 70px;
  text-align: center;
  color: #424242;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding-inline: 5.7rem;
}
@media (max-width: 767px) {
  .contents-rules_text {
    margin-top: 4rem;
    padding-inline: 0;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=guide.css.map */