@charset "UTF-8";


@media only screen and (max-width: 767px) {
	.block-event-page--header-freespace{
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-event-page--header-freespace h1{
		padding: 0;
		margin: 0;
	}
}



.anchor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
    


.anchor a:nth-child(3) {
    grid-row-start: 2;
}

.anchor a:nth-child(4) {
    grid-row-start: 2;
}

.anchor a:nth-child(5) {
    grid-row-start: 2;
}
      

.anchor .child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  height: 70px;
  border: 2px solid #938675;
  border-radius: 50px;
  text-decoration: none;
  color: #443829;
  font-weight: bold;
  margin: 0 0 20px;
  background: url(../../../special/common/img/ar_down.png) no-repeat 95%;}