/*------------------------------
--------------------------------
 Ceremony
--------------------------------
------------------------------*/
.ceremony ul.anchorlink {
  max-width: 832px;
  display: flex;
  align-items: center;
  gap: 8px 8px;
  flex-wrap: wrap;
}

.ceremony ul.anchorlink li {
  background: var(--white);
  border: 1px solid var(--frame-line);
  width: 160px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--nav-black);
}

.ceremony ul.anchorlink li:hover {
  color: var(--white);
  background: var(--midashi-brown);
  border: none;
}

.no_ceremony_post {
    padding-bottom: 48px;
  }



@media screen and (max-width: 960px) {
  .ceremony ul.anchorlink {
    max-width: 682px;
  }

  .ceremony ul.anchorlink li {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .ceremony ul.anchorlink {
    max-width: 582px;
  }

  .ceremony ul.anchorlink li {
    width: 110px;
  }
}


@media screen and (max-width: 650px) {
  .ceremony .l_page_content_wrap > .container {
    width: 79.4%;
  }

  .ceremony ul.anchorlink {
    width: 424px;
    padding-bottom: 24px;
  }

  .ceremony ul.anchorlink li {
    width: 100px;
    height: 35px;
  }

  .no_ceremony_post {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .ceremony ul.anchorlink {
    width: 298px;
  }

  .ceremony ul.anchorlink li {
    width: 94px;
  }
}