/* CSS Document */
.modaal-content-container img {
  width: 100%;
}

.modaal-container {
  max-width: 800px;
}

.reform {
  background: url("../images/reform/reform_bg.jpg") no-repeat top left/cover;
}
.reform h1 {
  z-index: 1;
}

main article h1 {
  margin: 6% 0 3%;
}

#bella_stanza section {
  padding: 3% 0;
}
#bella_stanza section p {
  text-align: center;
  font-size: 1.4rem;
}
#bella_stanza section p.en {
  font-size: 1.2rem;
  color: #7c7c7c;
  margin-bottom: 5em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#bella_stanza section.list_box h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  position: relative;
}
#bella_stanza section.list_box h2:before, #bella_stanza section.list_box h2:after {
  content: "";
  width: 40%;
  position: absolute;
  display: block;
  border-top: 1px solid #000000;
  top: 50%;
  z-index: 1;
}
#bella_stanza section.list_box h2:before {
  left: 0;
}
#bella_stanza section.list_box h2:after {
  right: 0;
}
#bella_stanza section.list_box div.list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  gap: 40px 70px;
  flex-wrap: wrap;
}
#bella_stanza section.list_box div.list a {
  animation: fade 1.5s ease 1 normal forwards;
  display: block;
  width: 200px;
  height: 200px;
  box-shadow: 0.5px 0.5px 2px #999999;
}
#bella_stanza section.list_box div.list a img {
  width: 100%;
}
#bella_stanza section.list_box div.list figure {
  display: none;
}
#bella_stanza section.list_box div.pager {
  margin-top: 30px;
}
#bella_stanza section.list_box div.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#bella_stanza section.list_box div.pager ul li {
  cursor: pointer;
  font-size: 1.8rem;
}
#bella_stanza section.list_box div.pager ul li.current {
  font-size: 150%;
}

@media only screen and (max-width: 768px) {
  main article h1 {
    margin: 6% 0 3%;
  }

  #bella_stanza {
    padding: 5% 3vw;
  }
  #bella_stanza section.list_box h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  #bella_stanza section.list_box h2:before, #bella_stanza section.list_box h2:after {
    width: 35%;
  }
  #bella_stanza section.list_box div.list {
    gap: 4vw;
  }
  #bella_stanza section.list_box div.list a {
    width: 45vw;
    height: 45vw;
  }
  #bella_stanza section.list_box div.pager ul {
    gap: 1.8em;
  }
}
