@charset "utf-8";
.page_nav{
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
}

.button_area{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .headline_l strong{
    font-size: max( 1.55rem, 4vw );
  }

  .headline_l span {
    font-size: max(1.1rem, 2.34vw);
  }
}

.section_venue .group{
  margin-bottom: 50px;
}

.section_venue .group .msg{
  font-size: 2rem;
}
.section_venue .group a{
  text-decoration: underline;
  color:var(--main-clr);
}

.section_venue .map_area{
  margin-top: 50px;
}

.section_venue .map_area .map{
  margin-bottom: 30px;
}
.section_venue .map_area .map iframe{
  width: 100%;
}

.section_venue .button_area{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section_venue .group .msg{
    font-size: max(1.5rem, 2.2vw) ;
  }

  .section_venue .map_area {
    margin-top: 30px;
  }

  .section_venue .group {
    margin-bottom: 30px;
  }
}