header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-left: 0;
}

.header-contents{
  position: relative;
  height: 100%;
}

.logo-contents{
  position: relative;
  height: 100%;
}

.top-logo{
  position: absolute;
  top: 0;
  left: 0;
}

.top-logo.pm-logo{
  width: 25%;
  top: 5px;
}

.navigate-bar span::after {
    width: 1.2px;
}

.group-mainvisual{
  margin: 0px auto 50px auto;
}

.heading img{
  width: 72%
}

.group-heading{
  font-size: 20px;
  margin: 100px auto;
  text-align: center;
}

.group-wrap{
  margin-bottom: 100px;
}

.group-text{
  width: 95%;
  margin: 0 auto;
}

.group-text p{
  line-height: 3rem;
}

.group-text table{
  width: 100%;
  margin: 90px auto;
  border: 1px solid #ffffff;
}

.group-wrap .group-text td{
  font-size: 12px;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.group-wrap .group-text td:nth-child(2n+1){
  text-align: center;
}

.bar-map p{
  font-size: 17px;
  text-align: center;
}

.map{
  display: block;
  width: 90%;
  height: 181px;
  margin: 0 auto;
  filter:invert(80%);
  -webkit-filter:invert(80%);
}

.group-wrap .bar-heading{
  margin-bottom: 70px;
}

.map-txt{
  margin-bottom: 25px;
}

.group-photo{
  display: flex;
  width: 100%;
}

.group-photo:nth-child(2n+1){
  flex-direction: row;
}

.group-photo:nth-child(2n){
  flex-direction: row-reverse;
}

.group-photos img{
  width: 70%;
  margin: 0 0 60px 0;
}

.sns-links{
  margin-top: 80px;
}

.sns-links ul{
  width: 185px;
  margin: 0 auto;
}

.sns-link{
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 979px){
  .group-text.columns, .group-photos.columns{
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns .column.group-photo, .group-text .column{
    padding: 0;
  }
}

@media screen and (max-width: 410px){
  .group-text {
    width: 100%;
  }

  .group-text p{
    width: 90%;
    margin: 0 auto;
  }

  .group-text table {
    width: 95%;
  }

  .group-wrap .group-text td{
    font-size: 10px;
  }

  .bar-map p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 361px){
  .txt-s {
    font-size: 10px;
  }

  .group-wrap .group-text td {
    font-size: 6px;
  }
}

@media screen and (min-width: 600px){
  img.sp{
    display: none;
  }

  img.pc, .navigate-bar.pc{
    display: block;
  }

  .group-text table{
    margin: 20px auto 0 auto;;
  }

  .bar-map, .group-movies{
    width: 400px;
    margin: 80px auto;
  }

  .bar-map p{
    font-size: 18px;
    margin-bottom: 40px;
  }

  .navigate-bar{
    margin-top: 20px;
  }

  .map, .movie{
    height: 252px;
  }
}

@media screen and (min-width: 980px){
   .pc-heading{
    width: 100%;
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: left;
  }

  .group-heading{
    margin: 20px auto;
    text-align: left;
  }

  .group-text .column p{
    line-height: 2.5rem;
  }

  .bar-map, .group-movies{
    width:630px;
    margin: 100px auto;
  }

  .bar-map p{
    font-size: 24px;
    margin-bottom: 80px;
  }

  .map, .movie{
    height: 400px;
  }

  .group-photos{
    width: 80%;
    max-width: 1024px;
    margin: 30px auto;
  }

  .group-photos img{
    width: 90%;
    margin: 0 auto 60px auto;
  }

  .sns-links ul {
    width: 300px;
  }
}

@media screen and (min-width: 1025px){
  .group-text .column p{
    width: 90%;
  }
}

@media screen and (min-width: 1279px){
  .top-logo.pm-logo{
    width: 12%;
  }
  .navigate-bar{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }

  .heading img {
    width: 50%;
  }

  .pc-heading{
    font-size: 0;
  }

  .group-mainvisual {
    margin: 0px auto 100px auto;
  }

  .group-text table{
    margin: 30px auto 90px auto;
  }
}
