@charset "UTF-8";
@font-face {
  font-family: "serif-regular";
  src: url("./font/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "serif-bold";
  src: url("./font/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "sans-regular";
  src: url("./font/NotoSansJP-Regular.otf") format("opentype");
}
html {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "serif-regular";
}

.container {
  max-width: calc(1000px + var(--bs-gutter-x, 1.5rem));
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h {
  margin: 0;
}

p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*ハンバーガー start*/
.toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1031;
  background-image: url("../images/bg_bk.jpg");
  height: 100%;
  width: 16%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  display: none;
}
@media screen and (max-width: 1060px) {
  .toggle {
    display: flex;
  }
}
.toggle span {
  display: block;
  width: 24px;
  border-bottom: solid 2px #FFFFFF;
  transition: 0.35s ease-in-out;
  padding-top: 7px;
}
.toggle.active span:nth-child(1) {
  transform: rotate(-45deg);
  width: 32px;
  padding: 0;
}
.toggle.active span:nth-child(2) {
  transform: rotate(45deg);
  width: 32px;
  padding: 0;
  margin-top: -1px;
}
.toggle.active span:nth-child(3) {
  display: none;
}

.navbarCollapse {
  width: 100%;
  transform: translateY(-300%);
  z-index: 2;
  transition: all 0.8s;
  position: fixed;
  background-image: url("../images/bg_wh.jpg");
  overflow-y: scroll;
  display: none;
}
@media screen and (max-width: 1060px) {
  .navbarCollapse {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .navbarCollapse {
    padding-bottom: 66px;
  }
}

.navbarCollapse.active {
  transform: translateY(0%);
  height: 100%;
}
.navbarCollapse.active > ul {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 38px 0;
  font-size: 16px;
}
.navbarCollapse.active > ul .subnav-content {
  font-size: 15px;
  padding: 18px;
}
.navbarCollapse.active > ul .subnav-content ul li {
  padding-bottom: 18px;
}
.navbarCollapse.active > ul .subnav-content ul li .material-icons {
  font-size: 15px;
}
.navbarCollapse.active > ul .subnav-content.lang {
  padding-top: 0;
}
.navbarCollapse.active > ul .subnav-content.lang ul {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.navbarCollapse.active > ul .subnav-content.lang ul li {
  padding: 0 1.25rem;
  width: 33.3333333333%;
  text-align: center;
}
.navbarCollapse.active > ul .subnav-content.lang ul li a {
  color: #666666;
}
.navbarCollapse.active > ul .subnav-content.lang ul li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}
.navbarCollapse.active > ul .subnav-content.lang ul li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

/*ハンバーガー　end*/
header .bg-header-top {
  background-color: transparent;
}
header .bg-header-top:before {
  content: "";
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
header .bg-header-top .navbar-nav > li > a {
  color: #FFFFFF;
}
header nav {
  font-family: "serif-bold";
  background-color: #FFFFFF;
}
header nav.navbar {
  padding: 0;
  align-items: stretch;
}
header nav .header-logo {
  padding: 0.8125rem 0;
  padding-left: calc(1.29375rem + 0.525vw);
}
header nav .header-logo img {
  max-width: 185px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header nav .header-logo img {
    max-width: 138px;
  }
}
@media (min-width: 1200px) {
  header nav .header-logo {
    padding-left: 1.6875rem;
  }
}
header nav .navbar-nav {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  header nav .navbar-nav {
    display: none;
  }
}
header nav .navbar-nav li {
  height: 100%;
}
header nav .navbar-nav li a {
  padding: 0.8125rem 1.25rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav .navbar-nav li.subnav:hover .subnav-content {
  display: block;
  animation: cssOpacity 0.3s linear 0s;
}
header nav .navbar-nav li .subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-image: url("../images/bg_wh.jpg");
  width: 100%;
  z-index: 1;
}
header nav .navbar-nav li .subnav-content ul {
  display: flex;
  justify-content: center;
}
header nav .navbar-nav li .subnav-content ul li a {
  padding-top: calc(1.3125rem + 0.75vw);
  padding-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-bottom: 1.875rem;
  }
}
header nav .navbar-nav li .subnav-content ul li a span {
  padding-right: 0.4375rem;
}
header nav .lang {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  align-items: center;
  padding: 0.8125rem 0;
  padding: 0.625rem;
}
@media screen and (max-width: 1060px) {
  header nav .lang {
    display: none;
  }
}
header nav .lang li {
  padding: 0 0.75rem;
}
header nav .lang li a {
  color: #666666;
}
header nav .lang li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}
header nav .lang li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

footer {
  border-top: 1px solid #E2E2E2;
  overflow: hidden;
}
footer .sns ul {
  justify-content: center;
  --bs-gutter-x: 1rem;
  padding: calc(1.3125rem + 0.75vw) 0;
}
@media (min-width: 1200px) {
  footer .sns ul {
    padding: 1.875rem 0;
  }
}
footer .sns ul li a img {
  max-width: 38px;
  width: 100%;
}
footer .footer__wrap {
  background-image: url("../images/bg_bk.jpg");
  padding: calc(1.4375rem + 2.25vw) 0;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  footer .footer__wrap {
    padding: 3.125rem 0;
  }
}
footer .footer__title, footer .footer__address {
  text-align: center;
}
footer .footer__title img {
  max-width: 171px;
}
footer .footer__address {
  font-size: 13px;
  line-height: 2;
  padding: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  footer .footer__address {
    padding: 2.5rem;
  }
}
footer .footer__address p a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
footer .footer__menu-list {
  --bs-gutter-x: 8rem;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list {
    display: block;
  }
}
footer .footer__menu-list li {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list li {
    border: 0;
    border-top: 1px solid #FFFFFF;
    padding-top: calc(1.28125rem + 0.375vw);
    padding-bottom: calc(1.28125rem + 0.375vw);
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-top: 1.5625rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-bottom: 1.5625rem;
  }
}
footer .footer__menu-list li:last-of-type {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list li:last-of-type {
    border: 0;
    border-top: 1px solid #FFFFFF;
  }
}
footer .footer__menu-title {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 1.25rem;
}
footer .footer__menu-title a p {
  color: #FFFFFF;
}
footer .footer__menu-sub {
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-sub {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
}
footer .footer__menu-sub p {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer .footer__menu-sub p .material-icons {
  font-size: 0.8125rem;
  padding: 0 0.9375rem;
}
footer .footer__menu-link {
  padding: 0.625rem 0;
  width: 50%;
}

.copyright {
  background-image: url(../images/bg_wh.jpg);
  padding: 0.9375rem 0;
  font-size: 0.75rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 5%;
  bottom: 7%;
  width: 21px;
  height: 117px;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.back-to-top:before {
  content: "";
  display: block;
  width: 21px;
  height: 117px;
  background-image: url(../images/page-top.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .back-to-top:before {
    margin: auto;
  }
}

#precincts .h2_pcts {
  background-image: url("../images/bg_wh.jpg");
  padding: calc(1.54375rem + 3.525vw) 0;
}
@media (min-width: 1200px) {
  #precincts .h2_pcts {
    padding: 4.1875rem 0;
  }
}
@media screen and (max-width: 768px) {
  #precincts .h2_pcts {
    padding: calc(1.40625rem + 1.875vw) 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 1200px) {
  #precincts .h2_pcts {
    padding: 2.8125rem 0;
  }
}
#precincts .h2_pcts img {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#precincts .mainv_pcts {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#precincts .mainv_pcts img {
  width: 100%;
}
#precincts .mainv_pcts .sp_pcts {
  display: none;
}
@media screen and (max-width: 768px) {
  #precincts .mainv_pcts .sp_pcts {
    display: block;
  }
  #precincts .mainv_pcts .pc_pcts {
    display: none;
  }
}
#precincts .map_pcts {
  margin-top: 103px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #precincts .map_pcts--pc {
    display: none;
  }
}
#precincts .map_pcts--sp {
  display: none;
}
@media screen and (max-width: 991px) {
  #precincts .map_pcts--sp {
    display: flex;
  }
  #precincts .map_pcts--sp img {
    margin-bottom: 25px;
  }
}
#precincts .map_pcts img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #precincts .map_pcts {
    margin-top: 28px;
  }
}
#precincts .map_pcts:hover .caption_pcts {
  opacity: 1;
  transition: all 1s;
}
#precincts .map_pcts-btn {
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.4%;
}
#precincts .map_pcts-btn .num_pcts img {
  width: auto;
}
#precincts .map_pcts-btn__name {
  display: none;
}
#precincts .map_pcts-btn:hover .map_pcts-btn__name {
  display: block;
  position: absolute;
  margin-top: calc(-4px - 2.1vw);
  top: 0;
  white-space: nowrap;
  margin-left: -50%;
  background-color: #000000;
  padding: 10% 30%;
  border: 1px solid #FFFFFF;
}
#precincts .map_pcts-btn:hover .map_pcts-btn__name p {
  color: #FFFFFF;
  font-size: calc(3px + 0.95vw);
}
#precincts .map_pcts-btn--1 {
  margin-top: 7%;
  margin-left: 40.3%;
}
#precincts .map_pcts-btn--2 {
  margin-top: 28%;
  margin-left: 75.5%;
}
#precincts .map_pcts-btn--3 {
  margin-top: 22.5%;
  margin-left: 43.7%;
}
#precincts .map_pcts-btn--4 {
  margin-top: 35%;
  margin-left: 43%;
}
#precincts .map_pcts-btn--5 {
  margin-top: 41.5%;
  margin-left: 41%;
}
#precincts .map_pcts-btn--5:hover .map_pcts-btn__name {
  z-index: 1;
}
#precincts .map_pcts-btn--6 {
  margin-top: 54%;
  margin-left: 63.6%;
}
#precincts .map_pcts-btn--7 {
  margin-top: 53.5%;
  margin-left: 38.6%;
}
#precincts .map_pcts-btn--8 {
  margin-top: 21.5%;
  margin-left: 25.5%;
}
#precincts .map_pcts-btn--9 {
  margin-top: 9.5%;
  margin-left: 23.7%;
}
#precincts .map_pcts-btn--10 {
  margin-top: 30.5%;
  margin-left: 25.8%;
}
#precincts .map_pcts-btn--11 {
  margin-top: 28.5%;
  margin-left: 51.5%;
}
#precincts .map_pcts-btn--12 {
  margin-top: 40%;
  margin-left: 47%;
}
#precincts .map_pcts-btn--13 {
  margin-top: 26.5%;
  margin-left: 58.5%;
}
#precincts .map_pcts-btn--14 {
  margin-top: 60%;
  margin-left: 57.8%;
}
#precincts .map_pcts-btn--15 {
  margin-top: 9.5%;
  margin-left: 53.5%;
}
#precincts .map_pcts-btn--16 {
  margin-top: 31.5%;
  margin-left: 37%;
}
#precincts .map_pcts-btn--17 {
  margin-top: 7%;
  margin-left: 34%;
}
#precincts .map_pcts-btn--18 {
  margin-top: 35.5%;
  margin-left: 37%;
}
#precincts .caption_pcts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #precincts .caption_pcts {
    display: flex;
    opacity: 1;
  }
}
#precincts .caption_pcts_flex_contents {
  margin-bottom: 36px;
}
#precincts .caption_pcts .caption_pcts_c01 {
  width: 12%;
}
#precincts .caption_pcts .caption_pcts_c02 {
  width: 20%;
}
#precincts .caption_pcts .caption_pcts_c03 {
  width: 19%;
}
#precincts .caption_pcts .caption_pcts_c04 {
  width: 17%;
}
#precincts .caption_pcts div p {
  display: inline;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 100;
}
#precincts .caption_pcts div .num_pcts {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #precincts .caption_pcts div p {
    font-size: 14px;
  }
  #precincts .caption_pcts div .num_pcts {
    font-size: 12px;
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 768px) {
  #precincts .caption_pcts div p {
    font-size: 14px;
  }
  #precincts .caption_pcts div .num_pcts {
    font-size: 12px;
    width: 19px;
    height: 19px;
  }
  #precincts .caption_pcts .caption_pcts_flex_contents {
    width: 50%;
    margin-bottom: 22px;
  }
}
#precincts .line_pcts {
  width: 100%;
  border-bottom: 1px solid #e9eae6;
  margin-top: 48px;
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  #precincts .line_pcts {
    margin-top: 38px;
    margin-bottom: 43px;
  }
}
#precincts .movie_pcts img {
  width: 100%;
}
#precincts .pic_pcts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 71px;
}
#precincts .pic_pcts div {
  width: 45%;
}
#precincts .pic_pcts dl dt {
  margin-bottom: 17px;
}
#precincts .pic_pcts dl dt div {
  display: flex;
  align-items: center;
  width: 100%;
}
#precincts .pic_pcts dl dt div p {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 50;
  white-space: nowrap;
}
#precincts .pic_pcts dl dt div .num_pcts {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  margin-right: 15px;
}
#precincts .pic_pcts dl dt div .important_pcts {
  font-size: 13px;
  background-color: #000;
  color: #fff;
  padding: 0.2em 1em;
  margin-left: 15px;
}
#precincts .pic_pcts dl dd {
  letter-spacing: 50;
  font-size: 14px;
  line-height: 2;
}
#precincts .pic_pcts dl dd img {
  max-width: 100%;
  margin-bottom: 20px;
}
#precincts .pic_pcts dl dd .graybtm_pcts {
  margin-bottom: 14px;
}
#precincts .pic_pcts dl .gray_pcts p {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e9eae6;
  font-size: 12px;
  padding: 0.1em 0.8em;
}
@media screen and (max-width: 768px) {
  #precincts .pic_pcts {
    margin-top: 51px;
    flex-direction: column;
  }
  #precincts .pic_pcts div {
    width: 100%;
  }
  #precincts .pic_pcts .dt_pcts {
    font-size: 21px;
  }
  #precincts .pic_pcts dd {
    font-size: 13px;
    letter-spacing: 100;
  }
}/*# sourceMappingURL=precincts.css.map */