@media screen and (max-width: 759px) {
  h1.nr-header--1 {
    text-align: left;
  }
  h1.nr-header--1 span {
    display: inline;
    font-size: 20px;
  }
}

@media screen and (min-width: 760px) {
  .notice--2 {
    text-align: center;
  }
}


@media screen and (min-width: 760px) and (max-width: 979px) {
  .hide_pc {
    display: block !important;
  }
}

@media screen and (max-width: 759px) {
  #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;
  }
}

.local-title--3 {
  margin-top: 25px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 759px) {
  .local-title--3 {
    margin-top: 50px;
    font-size: 17px;
  }
}

@media screen and (min-width: 760px) {
  #nr_body table { 
    width: 90%;
    margin: auto;
  }
  #nr_body table th {
    _width: 35%;
  }
  #nr_body table td {
    _width: 65%;
    padding: calc(25px - 0.6em) 20px calc(25px - 0.6em) 20px;
  }
  #nr_body table td:nth-of-type(1) {
    width: 28%;
  }
  #nr_body table td:nth-of-type(2) {
    width: 35%;
  }
}
table.tbl_scroll tr.th_sp {
    display: none;
}
table.tbl_scroll tr.th_pc-tab {
    display: table-row;
}

#nr_body table {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  #nr_body table {
    _width: 100%;
    margin-top: 30px;
  }
}

.nr-section h2 {
  font-weight: bold;
  margin: 0 0 20px;
}

.nr-photoArea {
  margin: 10px 0 10px;
}
.nr-photoArea.mainImg img {
  width: 100%;
}
.nr-photoArea.localImg {
  margin: 10px 0 40px;
}
.nr-photoArea.localImg img{
  width: 100%;
}

br.sp {
  display: none;
}

@media screen and (max-width: 759px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .nr-photoArea {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #nr_body table {
    margin-top: 0;
  }
  .tbl { 
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
  }
  
  .tbl::after {
    content: "";
    position: sticky;
    right: 0;
    float: right;
    width: 24px; height: 100%;
    box-shadow: inset -16px 0 12px -12px rgba(0,0,0,.25);
    pointer-events: none;
  }

  table.tbl_scroll {
    table-layout: auto;
    width: max-content !important;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }

  table.tbl_scroll th,
  table.tbl_scroll td {
    display: table-cell !important;
    text-align: left !important;
  }
  table.tbl_scroll tr.th_sp {
    display: table-row;
  }
  table.tbl_scroll tr.th_pc-tab {
    display: none;
  }

  .nr-photoArea.localImg img{
    width: 100vw;
  }
  .nr-photoArea.localImg {
    margin: 10px 0 20px;
  }
}