/* post-layout
--------------------------------------- */

.ly-post-flex {
  display: flex;
  justify-content: space-between;
}

.ly-post-content {
  width: 72%;
}

.ly-post-side {
  width: 28%;
  max-width: 250px;
}

@media only screen and (max-width: 768px) {

  .ly-post-flex {
    flex-wrap: wrap;
  }

  .ly-post-content {
    width: 100%;
  }

  .ly-post-side {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }
}

.side-menu-ttl {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: .5em 1em;
}



.side-menu.-mb {
  margin-bottom: 40px;
}

.side-menu li {
  border-bottom: solid 1px #eee;
}

.side-menu li a {
  display: inline-block;
  width: 100%;
  padding: .5em 1em;
}



/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.category-font {
  font-size: 12px;
}

.stores-category {
  display: flex;
  flex-wrap: wrap;
}

.stores-category li {
  margin-right: 1em;
  background: #333333;
  color: #fff;
  padding: 0 1em;
  font-weight: normal;
  border-radius: 5px;
}

.date-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: .5em;
}

.date-flex.-mt {
  margin-top: 1em;
}


.date-flex .date {
  margin-right: 1em;
}

.date {
  font-size: 12px;
}

.post-content a {
  text-decoration: underline;
  color: rgb(0, 213, 255);
}


@media only screen and (max-width: 768px) {}



/* a-news
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

@media screen and (max-width: 768px) {
  .a-news.sec-p {
    padding-top: 0;
  }
}

.a-news-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .a-news-flex {
   justify-content: space-between;
  }
}

.a-news-box h2 {
  margin-top: .5em;
}

.a-news-box {
  width: calc((100% - 20px)/ 3);
  margin-right: 10px;
  margin-bottom: 5%;
  font-size: 12px;

}

@media screen and (max-width: 768px) {

  .a-news-box {
    width: 49%;
    margin: 20px 0;
  }
}


.a-news-box:nth-child(3n) {
  margin-right: 0;
}


.a-news-box img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  aspect-ratio: 220 / 146;
}

.new-item {
  display: inline;
  color: red;
}

.a-news .date {
  margin-bottom: 5px;
  font-weight: normal;
}

.a-news .stores-category {
  margin-top: 1em;
}

.a-news .stores-category li {
  margin-bottom: .5em;
}

.a-news-box-ttl {
  font-size: 14px;
}


/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.news-category {
  display: flex;
  flex-wrap: wrap;
}

.news-category li {
  background: #007A46;
  color: #fff;
  padding: 2px 1em;
  font-weight: normal;
  border-radius: 4px;
  margin: .5em 0;
  margin-right: 1em;
  border-radius: 12px;
}






/* ページネーション  archive-page ーーーーーーーーーーーーー */

.pn-a0001 .pagination {
  position: relative;
  z-index: 9;
}

.pn-a0001 .pagination {
  color: #007A46;
  margin-top: 64px;
  margin-bottom: 64px;
}

.pn-a0001 .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pn-a0001 .page-numbers li .next {
  color: #007A46;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .prev {
  color: #007A46;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .current {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #007A46;
  border: #007A46 solid 1px;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  border-radius: 50%;
}

.pn-a0001 .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #007A46;
  border: #007A46 solid 1px;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  border-radius: 50%;
}




@media screen and (max-width: 768px) {
  .pn-a0001 .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pn-a0001 .page-numbers li .current {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}










/* s-news
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.s-news-ttl {
  font-size: 24px;
  margin-bottom: 1em;
  margin-top: 0.3em;
}

.s-news-box-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 780/520;
  object-fit: cover;
  margin-bottom: 40px;
}

.s-news-box .date-flex {
  margin-bottom: 1em;
}


/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.s-news-content p {
  margin-bottom: 2em;
}

.s-news-content h3 {
  font-size: 20px;
  margin-bottom: 1em;
}



@media screen and (max-width: 768px) {}





/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.s-news-related-ttl {
  font-size: 24px;
  margin-bottom: 1em;
}


/* 
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.bnr-content-flex {
  display: flex;
  justify-content: space-between;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 2em;
}



.bnr-content-img {
  width: 15%;
}

.bnr-content-text {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .bnr-content-flex {
    flex-direction: column;
    align-items: center;
    padding: 1em;
  }

  .bnr-content-img {
    width: 30%;
    margin-bottom: 1em;
  }

  .bnr-content-text {
    width: 100%;
  }
}

.bnr-content-text-sub-ttl {
  font-weight: bold;
}

.bnr-content-text-ttl {
  font-size: 24px;
  margin-bottom: .5em;
}

.bnr-content-text-text {
  font-size: 14px;
}