.br-pc,
.br-sp {
  display: none;
}

@media screen and (max-width: 759px) {
  h1.nr-header--1 {
    text-align: left;
  }
  h1.nr-header--1 span {
    display: inline;
    font-size: 20px;
  }
  .br-sp {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .nr-photoArea.mainImg img {
    width: 30%;
  }
  .notice--2 {
    margin-top: 40px;
  }
  .bp .notice--2 {
    margin-top: 20px;
  }
  .br-pc {
    display: block;
  }
}

@media screen and (max-width: 759px) {
  .nr-photoArea.mainImg img {
    width: 50%;
  }
  .notice--2 {
    margin-top: 20px;
  }

  #nr_body .nr-section .mb_40px {
    margin-bottom: 40px;
  }

  .nr-header--1 {
    text-align: center;
  }

  .local-section .nr-section:first-child {
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 980px) {
  .nr-header--1 {
    font-size: 28px;
    white-space: nowrap;
  }

  div.nr-section {
    margin-bottom: 50px;
  }

}
@media screen and (max-width: 979px) {
  div.nr-section {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 760px) {
  .local-section .nr-section:first-child {
    margin-bottom: 40px;
  }
}

.nr-photoArea {
  margin: 50px 0 50px;
}

br.sp {
  display: none;
}

@media screen and (max-width: 759px) {
  .nr-photoArea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}