
.index-page h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 60px;
  text-align: center;
}

main .sec-top {
  padding:90px 0;
}
.tc {
  text-align: center;
  margin:auto;
  margin-bottom: 60px;
  max-width: 800px;
}
.tc .t1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 30px;
}
.sec-top .m-photo {
  text-align: center;
  background-size: cover;
  background-position: center 74%;
  background-repeat: no-repeat;
  background-image: url(../img/index/nahari-kawa_01.jpg);
  height: 580px;
  border-radius: 30px;
}

.nahari-river {
  margin-bottom: 80px;
}
.access-cont,.fishing-guide {
  padding-top: 40px;
}

.sec-about .tt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.row-about {
  margin-bottom: 40px;
}
.cp-info a {
  text-decoration: underline;
}
.cp-info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  line-height: 24px;
}
.cp-info dl dt {
  flex:0 0 auto;
  font-weight: normal;
  margin-bottom: 14px;
  width: 22%;
}
.cp-info dl dd {
  flex:0 0 auto;
  width: 78%;
  margin-bottom: 14px;
}

.access-cont {
  padding:40px 0;
}
.gmap {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.gmap iframe {
  width: 100%;
  border-radius: 15px;
}

.fishing-guide {

}

.other-link {
  padding:30px;
  background:#fff;
}
.other-link .col-12 {
  margin-bottom: 20px;
}

@media (max-width:992px) {

}
@media (max-width:767px) {
  main .sec-top {
    padding:30px 0 0;
    margin-bottom: 50px;
  }

  .tc {
    margin-bottom: 50px;
  }
  .tc .t1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .sec-top .m-photo {
    height: 200px;
    border-radius: 0;
    margin:0 -12px;
  }

  .index-page h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sec-about .tt {
    font-size: 18px;
  }
  .cp-info {
    margin-bottom: 30px;
  }
  .gmap {
    margin:0 -12px;
  }
  .gmap iframe {
    border-radius: 0;
    height: 300px;
  }
  
}