@charset "UTF-8";
.shape1 {
  width: 200px;
  top: 2%;
  left: -5%;
}

@media print, screen and (min-width: 880px) {
  .shape1 {
    width: 531px;
    top: -3%;
    left: -12%;
  }
}
.shape2 {
  width: 128px;
  top: 1%;
  left: 13%;
}

@media print, screen and (min-width: 880px) {
  .shape2 {
    width: 331px;
    top: -4%;
    left: 8%;
  }
}
.shape3 {
  width: 168px;
  top: 1%;
  right: -5%;
}

@media print, screen and (min-width: 880px) {
  .shape3 {
    width: 531px;
    top: -5%;
    right: -15%;
  }
}
.shape4 {
  width: 240px;
  top: 0%;
  right: 0%;
}

@media print, screen and (min-width: 880px) {
  .shape4 {
    width: 729px;
    top: -8%;
    right: -12%;
  }
}
.shape5 {
  width: 250px;
  top: 8%;
  left: -36%;
}

@media print, screen and (min-width: 654px) {
  .shape5 {
    top: 12%;
    left: -15%;
  }
}
@media print, screen and (min-width: 880px) {
  .shape5 {
    width: 531px;
    top: 15%;
    left: -21%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape5 {
    width: 531px;
    top: 27%;
    left: -9%;
  }
}
.shape6 {
  width: 200px;
  top: 8%;
  left: 4%;
}

@media print, screen and (min-width: 654px) {
  .shape6 {
    top: 12%;
    left: 8%;
  }
}
@media print, screen and (min-width: 880px) {
  .shape6 {
    width: 455px;
    top: 15%;
    left: 7%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape6 {
    top: 27%;
  }
}
.shape7 {
  width: 200px;
  top: 22%;
  left: -11%;
}

@media print, screen and (min-width: 654px) {
  .shape7 {
    width: 323px;
    left: 2%;
  }
}
@media print, screen and (min-width: 880px) {
  .shape7 {
    top: 39%;
    left: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape7 {
    width: 680px;
    top: 36%;
  }
}
.shape8 {
  width: 200px;
  top: 8%;
  right: -18%;
}

@media print, screen and (min-width: 654px) {
  .shape8 {
    top: 12%;
    right: -3%;
  }
}
@media print, screen and (min-width: 880px) {
  .shape8 {
    width: 776px;
    top: 5%;
    right: -47%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape8 {
    top: 20%;
    right: -17%;
  }
}
.shape9 {
  width: 250px;
  top: 20%;
  left: 64%;
}

@media print, screen and (min-width: 654px) {
  .shape9 {
    top: 20%;
    left: 63%;
  }
}
@media print, screen and (min-width: 880px) {
  .shape9 {
    top: 50%;
    left: -3%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape9 {
    width: 478px;
    top: 54%;
    left: -3%;
  }
}
.shape10 {
  width: 250px;
  top: 48%;
  right: -7%;
}

@media print, screen and (min-width: 880px) {
  .shape10 {
    width: 478px;
    top: 50%;
    right: 3%;
  }
}
@media print, screen and (min-width: 1200px) {
  .shape10 {
    top: 53%;
  }
}
.shape11 {
  width: 300px;
  top: 48%;
  right: 15%;
}

@media print, screen and (min-width: 880px) {
  .shape11 {
    width: 478px;
    top: 56%;
    right: 15%;
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes z-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes z-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
svg {
  border-radius: 27px;
}
svg a {
  display: none;
  cursor: pointer;
}
svg a g[data-name=pin] {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
svg a:hover g[data-name=pin] {
  -webkit-animation: z-spin 0.5s ease-in-out;
          animation: z-spin 0.5s ease-in-out;
}

@media print, screen and (min-width: 880px) {
  svg {
    border-radius: 80px 80px 55px 55px;
  }
  svg a {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  svg {
    border-radius: 169px 169px 55px 55px;
  }
  svg a {
    display: block;
  }
  svg a:hover text {
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 45px rgba(0, 0, 0, 0.5137254902);
  }
}
dialog {
  width: 100%;
  position: fixed;
  overflow: visible;
  outline: none;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
dialog .inner {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
dialog .inner * {
  background-color: #fff;
}
dialog .inner .modal-title {
  font-size: 23px;
  text-align: center;
  font-family: "zen-maru-gothic";
  font-weight: bold;
  color: #FFAA00;
  padding: 15px 15px 0 15px;
  border-radius: 20px 20px 0 0;
}
dialog .inner .img-wrap {
  padding: 10px;
}
dialog .inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
dialog .inner .modal-psize {
  padding: 0 15px 15px;
  border-radius: 0 0 20px 20px;
  font-size: 0.8em;
}
dialog .close {
  position: absolute;
  top: 10px;
  right: 20px;
  border: none;
  background-color: transparent;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  color: #FFAA00;
}

@media print, screen and (min-width: 880px) {
  dialog {
    aspect-ratio: 3/2;
    max-width: 80vw;
    width: auto;
    height: 70%;
  }
  dialog .inner .modal-psize {
    font-size: 1em;
  }
}
::-webkit-backdrop {
  background-color: #fff;
  opacity: 0.75;
}
::backdrop {
  background-color: #fff;
  opacity: 0.75;
}

.content-map {
  position: relative;
  margin-top: -32px;
  margin-bottom: 40px;
}
.content-map .img-asta {
  text-align: left;
}
.content-map .cgmovie {
  display: flex;
  justify-content: center;
}
.content-map .cgmovie a {
  display: inline-block;
  padding: 13px 43px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #FFAA00;
  border-radius: 22px 9px;
  border: 5px solid #fff;
  box-shadow: 6px 6px 0 #FF8800;
  transition: all 0.2s ease-in-out;
}
.content-map .cgmovie a:hover {
  transform: translate(6px, 6px);
  box-shadow: 0px 0px 0 #FF8800;
  border-radius: 50px;
}
.content-map::before {
  content: "中央公園再整備プラン";
  position: absolute;
  padding: 6px 16px;
  font-size: 15px;
  background-color: #FFAA00;
  font-family: "zen-maru-gothic";
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  left: 10px;
  bottom: 168px;
}

@media print, screen and (min-width: 463px) {
  .content-map .img-asta {
    text-align: right;
  }
  .content-map::before {
    left: 23px;
    bottom: 155px;
  }
}
@media print, screen and (min-width: 880px) {
  .content-map {
    margin-bottom: 90px;
  }
  .content-map::before {
    font-size: 27px;
    padding: 15px 45px;
  }
}
.content-modal-sp {
  margin-bottom: 70px;
}
.content-modal-sp .inner .modal-sp {
  max-width: 373px;
  width: 100%;
  margin: 0 auto;
  border-radius: 9px;
}
.content-modal-sp .inner .modal-sp li {
  width: 100%;
  background-color: #ff9900;
  margin-bottom: 1px;
  position: relative;
}
.content-modal-sp .inner .modal-sp li a {
  display: block;
  padding: 13px 24px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.content-modal-sp .inner .modal-sp li:first-of-type {
  border-radius: 9px 9px 0 0;
}
.content-modal-sp .inner .modal-sp li:last-of-type {
  border-radius: 0 0 9px 9px;
}
.content-modal-sp .inner .modal-sp li::before {
  content: url(../img/modal_sp_yajirushi.png);
  position: absolute;
  top: 15px;
  right: 30px;
}

@media print, screen and (min-width: 880px) {
  .content-modal-sp {
    display: none;
  }
}
.content-schedule {
  margin-bottom: 200px;
  padding: 0 5px;
}
.content-schedule .inner {
  max-width: 1380px;
  width: 100%;
  background-color: #fff;
  padding: 40px 15px;
  border-radius: 16px;
}
.content-schedule .inner .h2-schedule {
  font-size: 27px;
  color: var(--sc);
  font-weight: 900;
  text-align: center;
}
.content-schedule .inner .kouji {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.content-schedule .inner .kouji .time-schedule {
  display: flex;
  flex-direction: column;
  height: 755px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.content-schedule .inner .kouji .time-schedule li {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 20px;
  flex-wrap: nowrap;
}
.content-schedule .inner .kouji .time-schedule li .sch-date {
  color: var(--sc);
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-bottom: 13px;
}
.content-schedule .inner .kouji .time-schedule li .sch-date::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--sc);
  border-radius: 11px;
  left: -20px;
  top: 5px;
}
.content-schedule .inner .kouji .time-schedule li .sch-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #DEF9B5;
  padding: 15px;
  text-align: left;
  border-radius: 8px;
  margin-left: 20px;
  position: relative;
}
.content-schedule .inner .kouji .time-schedule li .sch-box p {
  color: var(--sc);
  font-size: 16px;
  font-weight: bold;
}
.content-schedule .inner .kouji .time-schedule li .sch-box p .is-pc {
  display: none;
}
.content-schedule .inner .kouji .time-schedule li:nth-child(odd) > .sch-box {
  position: relative;
}
.content-schedule .inner .kouji .time-schedule li:nth-child(odd) > .sch-box::before {
  content: url(../img/sch_odd.png);
  position: absolute;
  top: 13px;
  transform: translateX(-35px) rotate(-90deg) scale(0.7);
}
.content-schedule .inner .kouji .time-schedule li:nth-child(even) .sch-box {
  position: relative;
}
.content-schedule .inner .kouji .time-schedule li:nth-child(even) .sch-box::before {
  content: url(../img/sch_even.png);
  position: absolute;
  bottom: 13px;
  transform: translateX(-40px) rotate(90deg) scale(0.7);
}
.content-schedule .inner .kouji .time-schedule li:nth-child(even):last-of-type .sch-box::before {
  bottom: 36px;
}
.content-schedule .inner .kouji .time-schedule li.last {
  margin: 0 0 5px 20px;
}
.content-schedule .inner .kouji .time-schedule::before {
  content: "";
  position: absolute;
  background-color: var(--sc);
  width: 3px;
  height: 100%;
  border-radius: 3px;
  left: 4px;
}

@media print, screen and (min-width: 1020px) {
  .content-schedule .inner {
    padding: 30px;
    border-radius: 60px;
  }
  .content-schedule .inner .h2-schedule {
    font-size: 48px;
  }
  .content-schedule .inner .kouji {
    padding-top: 190px;
  }
  .content-schedule .inner .kouji .time-schedule {
    display: flex;
    flex-direction: row;
    height: 210px;
  }
  .content-schedule .inner .kouji .time-schedule li {
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 5px;
    flex-wrap: wrap;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-date {
    margin-bottom: 0px;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-date::before {
    left: 43%;
    top: 23px;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-box {
    width: 150px;
    margin-top: 40px;
    padding: 22px 0;
    margin-left: 0px;
    text-align: center;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-box p .is-pc {
    display: inline-block;
  }
  .content-schedule .inner .kouji .time-schedule li:nth-child(odd) > .sch-box::before {
    top: 0px;
    transform: translate(-50%, -50%);
  }
  .content-schedule .inner .kouji .time-schedule li:nth-child(even) .sch-box {
    max-height: 144px;
    position: absolute;
    bottom: 240px;
    float: bottom;
  }
  .content-schedule .inner .kouji .time-schedule li:nth-child(even) .sch-box::before {
    bottom: 0px;
    transform: translate(-50%, 80%);
  }
  .content-schedule .inner .kouji .time-schedule li:nth-child(even):last-of-type .sch-box::before {
    bottom: 0;
  }
  .content-schedule .inner .kouji .time-schedule::before {
    width: 100%;
    height: 3px;
    left: 0;
    top: 30px;
  }
}
@media print, screen and (min-width: 1222px) {
  .content-schedule .inner {
    padding: 40px;
  }
  .content-schedule .inner .kouji .time-schedule li {
    width: 180px;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-box {
    width: 180px;
  }
  .content-schedule .inner .kouji .time-schedule li .sch-box p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1336px) {
  .content-schedule .inner {
    padding: 72px 97px;
  }
}
.cloud-wrap {
  width: 100%;
  height: 35px;
  background-image: url(../img/kumo.png);
  background-size: cover;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}

@media print, screen and (min-width: 600px) {
  .cloud-wrap {
    height: 70px;
  }
}
.content-news {
  background-color: #fff;
  position: relative;
  background-image: url(../img/news_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.content-news .inner .col2-news {
  padding: 60px 0;
  gap: 60px;
}
.content-news .inner .col2-news .col2-news-left {
  color: #568800;
  text-align: center;
}
.content-news .inner .col2-news .col2-news-left .h2-news {
  font-size: 33px;
  font-weight: bold !important;
}
.content-news .inner .col2-news .col2-news-left .sub-title {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.content-news .inner .col2-news .col2-news-left .more {
  width: 235px;
  height: 48px;
  border: 3px solid #568800;
  border-radius: 30px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.content-news .inner .col2-news .col2-news-left .more a {
  display: block;
  font-size: 18px;
  color: #568800;
  font-weight: 500;
  padding: 7px 50px;
  position: relative;
}
.content-news .inner .col2-news .col2-news-left .more a::after {
  content: url(../img/more_sankaku.png);
  position: absolute;
  right: 30px;
}
.content-news .inner .col2-news .col2-news-left .more:hover {
  background-color: #568800;
  transform: scale(0.98);
}
.content-news .inner .col2-news .col2-news-left .more:hover a {
  color: #fff;
}
.content-news .inner .col2-news .col2-news-right .news li {
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji {
  display: flex;
  max-width: 507px;
  background-color: #FFF89C;
  border-radius: 11px;
  gap: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1176470588);
  flex-direction: column-reverse;
  margin: 0 auto;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left {
  padding: 15px;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left .h2-kiji {
  color: #713A02;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: bold !important;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left .date-kiji {
  color: #ff6600;
  font-size: 15px;
  margin-bottom: 6px;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left .content-kiji {
  color: #713A02;
  font-weight: 500;
}
.content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px 11px 0 0;
}
.content-news .inner .col2-news .col2-news-right .news li:hover {
  transform: scale(0.98);
}
.content-news .inner .col2-news .col2-news-right .news li:hover a .news-kiji {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1764705882);
}

@media print, screen and (min-width: 880px) {
  .content-news .inner .col2-news {
    padding: 100px 0;
  }
  .content-news .inner .col2-news .col2-news-left .h2-news {
    font-size: 48px;
  }
  .content-news .inner .col2-news .col2-news-left .sub-title {
    width: 297px;
    font-size: 24px;
  }
  .content-news .inner .col2-news .col2-news-left .more {
    width: 297px;
    height: 61px;
  }
  .content-news .inner .col2-news .col2-news-left .more a {
    font-size: 23px;
    padding: 10px 65px;
  }
  .content-news .inner .col2-news .col2-news-right .news li a .news-kiji {
    border-radius: 25px;
    max-width: 807px;
    flex-direction: row;
  }
  .content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left {
    padding: 31px 39px;
  }
  .content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-left .h2-kiji {
    font-size: 24px;
  }
  .content-news .inner .col2-news .col2-news-right .news li a .news-kiji .kiji-right img {
    border-radius: 0 25px 25px 0;
  }
}