.regulations--center {
  max-width: calc(700px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.regulations--center p {
  margin-bottom: 16px;
}
.wp-block-custom-block-regulations-full {
}
.wp-block-custom-block-regulations-full::before,
.wp-block-custom-block-regulations-full::after {
  content: "";
  background: url(../img/deco-mountain.webp) no-repeat;
  background-size: 100% 100%;
  height: 166px;
  /* 166 > 80 */
  height: clamp(5rem, -1.143rem + 12.8vw, 10.375rem);
  display: block;
}
@media screen and (max-width: 768px) {
  .wp-block-custom-block-regulations-full::before,
  .wp-block-custom-block-regulations-full::after {
    height: 45px;
    /* 80 > 45 */
    height: clamp(2.813rem, 0.313rem + 5.21vw, 5rem);
  }
}
.wp-block-custom-block-regulations-full::after {
  transform: rotate(-180deg);
}


.regulations__wrap {
  background: var(--thema-beige);
  padding: 40px 24px;
}
.regulations__body {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 32px;
}
.regulations__body::after {
  color: "";
  height: 100%;
}
.regulations__toc {
  position: sticky;
  top: 150px;
  align-self: flex-start;
  max-width: 280px;
  width: 100%;
}
.regulations__toc li {
  margin-bottom: 16px;
}
.regulations__toc a {
  color: var(--thema-black-dark);
}
.regulations__toc a.is-active {
  font-weight: bold;
}
.regulations__content h2 {
  margin-bottom: 24px;
  font-size: 20px;
  /* padding-top: 120px;
  margin-top: -120px; */

  scroll-margin-top: 120px;
}

.map {
  margin-bottom: 160px;
}
.map__item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.map__item h3 {
  width: 100%;
  font-size: 16px;
}
.map__iframe {
  max-width: 450px;
  width: 100%;
  aspect-ratio: 16/9;
}
.map__iframe iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
  
.map__iframe {
  max-width: 100%;
}
}



.download__memo {
  font-size: 16px;
  margin-bottom: 16px;
}

.download__item {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: -1px;
  color: var(--theme-black-dark);
}
.download__item::after {
  content: "";
  background: url(../img/icon/download.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  aspect-ratio: 1/1;
}
.download__item::before {
  content: "";
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
.download__item--pdf::before {
  background: url(../img/icon/document-pdf.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.download__item--word::before {
  background: url(../img/icon/document-word.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.download__text {
  flex-grow: 1;
}
.download__title {
  font-weight: 600;
}
.download__file {
  color: var(--theme-black-light);
}

@media screen and (max-width: 768px) {
  .download__memo{
    
  }
  .regulations__toc{
    display: none;
  }
  .download__item{
    gap: 16px;
  }
  .download__item::after {
    width: 32px;
    height: 32px;
  }
  .download__item::before {
    width: 32px;
    height: 32px;
  }
  .download__file{
    font-size: 14px;
  }
}