@charset "UTF-8";
#page_grounds .common_lead {
  flex-flow: wrap;
}
#page_grounds .intro {
  background: #fff;
  padding-top: 100rem;
}
#page_grounds .intro .common_tit {
  display: inline-block;
  margin: 100rem 0 60rem;
  letter-spacing: 5rem;
}
#page_grounds .intro .desc {
  text-align: center;
  line-height: 2;
  font-family: "Noto Sans JP";
  position: relative;
  padding: 0 140rem;
}
#page_grounds .intro .desc::before, #page_grounds .intro .desc::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#page_grounds .intro .desc::before {
  background-image: url("../../img/ph_grounds_l.png");
  left: -67rem;
  width: 258rem;
  height: 341rem;
}
#page_grounds .intro .desc::after {
  background-image: url("../../img/ph_grounds_r.png");
  right: -35rem;
  top: 134rem;
  width: 217rem;
  height: 217rem;
}
#page_grounds .intro .attention_wrap {
  margin: 35rem auto 0;
  width: 645rem;
  border: 1px solid #707070;
  padding: 25rem 65rem;
}
#page_grounds .intro .attention_wrap .txt + .txt {
  margin-top: 10rem;
}
#page_grounds .intro .attention_wrap .sns_link {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5rem;
  border-bottom: 1px solid #78BA90;
  margin-top: 15rem;
}
#page_grounds .intro .attention_wrap .sns_link a {
  color: #78BA90;
}
#page_grounds .intro .attention_wrap .sns_link a img {
  margin-bottom: 3rem;
}
#page_grounds .ph_list {
  padding: 40rem 0 0;
}
#page_grounds .ph_list ul.inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 50rem 0;
  padding: 0 0 100rem;
}
#page_grounds .ph_list li {
  width: 460rem;
  text-align: center;
}
#page_grounds .ph_list li span {
  display: inline-flex;
  position: relative;
  font-size: 16rem;
  font-family: "Noto Sans JP";
}
#page_grounds .ph_list li img {
  width: 460rem;
}
#page_grounds .ph_list li p {
  text-align: left;
  margin: 20rem 0 0;
  line-height: 2;
}
#page_grounds .ph_list li p small {
  display: block;
  border-top: 1rem solid #c2c2c2;
  margin: 20rem 0 0;
  padding: 20rem 0 0;
}
#page_grounds .ph_list li a {
  display: block;
  width: 210rem;
  border: 1rem solid #707070;
  padding: 10rem 0;
  margin: 20rem 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_grounds .ph_list li a:before {
  content: "▼";
  display: block;
  font-size: 10rem;
  line-height: 1;
  margin: 0 10rem 0 0;
}
#page_grounds .precincts {
  text-align: center;
  padding-top: 100rem;
  background: #fff;
}
#page_grounds .precincts h3 {
  display: inline-flex;
  position: relative;
  font-size: 22rem;
  margin: 0;
  font-family: "Noto Sans JP";
}
#page_grounds .precincts h3:before {
  content: "●";
  display: flex;
  align-items: center;
  color: #78BA90;
  margin: 0 60rem 0;
  margin-left: -2rem;
  font-size: 10rem;
}
#page_grounds .precincts h3:after {
  content: "●";
  display: flex;
  align-items: center;
  color: #78BA90;
  margin: 0 60rem 0;
  margin-right: -2rem;
  font-size: 10rem;
}
#page_grounds .precincts .desc {
  text-align: center;
  margin-top: 20rem;
  font-family: "Noto Sans JP";
  line-height: 2;
}
#page_grounds .guide {
  background: #F7EFE2;
  text-align: center;
  padding: 60rem 0 90rem;
  position: relative;
}
#page_grounds .guide h2 {
  display: inline-block;
  letter-spacing: 5rem;
}
#page_grounds .guide .img_wrap {
  margin-bottom: 60rem;
}
#page_grounds .guide .text {
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 680px) {
  #page_grounds .common_lead {
    flex-flow: wrap;
    display: block;
    padding: 60rem 0;
  }
  #page_grounds .common_lead figure {
    width: auto;
  }
  #page_grounds .common_lead .text_wrap {
    writing-mode: horizontal-tb;
    width: 335rem;
    text-align: center;
  }
  #page_grounds .common_lead .text_wrap .text {
    text-align: center;
  }
  #page_grounds .common_lead .text_wrap h2 {
    margin: 0 0 20rem;
    writing-mode: horizontal-tb;
  }
  #page_grounds .common_lead .text_wrap h2:before {
    position: static;
    transform: none;
    margin: auto;
  }
  #page_grounds .intro {
    gap: 50rem 0;
    padding: 60rem 0 0;
  }
  #page_grounds .intro .common_tit {
    margin: 60rem 0 40rem !important;
  }
  #page_grounds .intro .desc {
    padding: 0 0 200rem 0;
  }
  #page_grounds .intro .desc::before, #page_grounds .intro .desc::after {
    top: 70%;
    transform: none;
    bottom: 0;
  }
  #page_grounds .intro .desc::before {
    left: auto;
    right: 50%;
    top: 65%;
    margin-right: 15rem;
    width: 120rem;
    height: 160rem;
  }
  #page_grounds .intro .desc::after {
    right: auto;
    left: 50%;
    width: 140rem;
    height: 140rem;
  }
  #page_grounds .intro .attention_wrap {
    width: 100%;
    padding: 15rem 30rem;
  }
  #page_grounds .intro .attention_wrap .sns_link a img {
    width: 20rem;
  }
  #page_grounds .ph_list {
    padding: 20rem 0 0;
  }
  #page_grounds .ph_list ul.inner {
    gap: 30rem 0;
    padding: 0;
  }
  #page_grounds .ph_list li {
    width: 48%;
  }
  #page_grounds .ph_list li span {
    font-size: 13rem;
    margin: 0 0 10rem;
  }
  #page_grounds .ph_list li p {
    text-align: left;
    margin: 20rem 0 0;
    line-height: 1.8;
  }
  #page_grounds .ph_list li p small {
    display: block;
    border-top: 1rem solid #c2c2c2;
    margin: 20rem 0 0;
    padding: 20rem 0 0;
  }
  #page_grounds .ph_list li a {
    width: 100%;
  }
  #page_grounds .ph_list li a:before {
    font-size: 12rem;
  }
  #page_grounds .precincts {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  #page_grounds .precincts h3 {
    padding-top: 30rem;
  }
  #page_grounds .bestow .intro {
    padding: 0 0 60rem;
  }
  #page_grounds .guide {
    padding: 60rem 0;
    overflow: hidden;
  }
  #page_grounds .guide .text_read {
    padding: 0;
    margin: auto;
    line-height: 1.8;
  }
  #page_grounds .guide h2 {
    letter-spacing: 2rem;
  }
  #page_grounds .guide .img_wrap {
    margin-bottom: 40rem;
  }
  #page_grounds .guide .text {
    width: 310rem;
  }
}/*# sourceMappingURL=grounds.css.map */