.news-detail{
  padding:40px 0;
}
.site-main{
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url('../img/top/photo_harajiri.jpg') center / cover no-repeat;
  
}
main::after{
  content:"";
  display:block;
  width:100%;
  height:200px;
  background:url(../img/top/main_footer_bg.png) center 50px/120% no-repeat;
}
.hero02-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 220px 5px 0 5px;
    z-index: 2;
}
.hero02 {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
@media screen and (max-width:1024px){
  main::after{
    content:"";
    display:block;
    width:100%;
    height:88px;
    background:url(../img/top/main_footer_bg.png) center 50px/120% no-repeat;
  }
  .hero02-content {
      position: relative;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      padding: 20vw 5px 0 5px;
      z-index: 2;
  }
  .hero02 {
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #fff;
  }
}

.news-detail .news-article{
  max-width:1200px;
  margin:0 auto;
}
.news-detail .news-meta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.news-detail .news-title{
  margin:0 0 20px;
}
.news-detail .news-content{
  text-align:left;
  font-size:1.2em;
  line-height:1.8;
}
.news-detail .news-content p{
  padding:5px 10px;
  margin:0 0 20px;
}
.news-detail .news-content ul li{
  padding:0 10px;
  margin:0;
  font-size:1.2em;
  line-height:1.8;
}
.news-detail .news-main-img{
  margin:0 auto 24px;
  max-width:1200px;
}
.news-detail .news-main-img img{
  display:block;
  width:100%;
  height:auto;
}
.news-detail .news-content a {
    color: #fff;
    background: #55ab42;
    line-height: 1.4em;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 20px;
    border-radius: 40px;
    box-shadow: 3px 3px 5px rgb(33 33 33 / 33%);
    padding: 0.9em 1.5em;
    background-image: url(../img/common/btn_next_smaller.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
}
.tour-cate {
    padding-top: 40px;
    margin-bottom: -10px;
}
.hero02-content h1{
    margin-top: -20px;
}
.news-content h2{
    padding: 10px;
  }