/* CSS Document */
/*----------------------------------------*/
/***** variables *****/
/*----------------------------------------*/
/***** break point *****/
/***** color *****/
/***** prefix *****/
/*----------------------------------------*/
/***** mix in *****/
/*----------------------------------------*/
/***** font *****/
/***** style *****/
/*----------------------------------------*/
/***** base *****/
/*----------------------------------------*/
img {
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  color: inherit; }

@media screen and (max-width: 926px) {
  .pc {
    display: none; } }

.tb {
  display: none; }
  @media screen and (max-width: 926px) {
    .tb {
      display: initial; } }

.sp {
  display: none; }
  @media screen and (max-width: 428px) {
    .sp {
      display: initial; } }

@media screen and (min-width: 428px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/**** COMMON *****/
.news-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .news-list-wrapper > div {
    width: 33.3333%;
    margin-bottom: 3%;
    padding: 0 10px; }
  .news-list-wrapper .news-list .img-wrapper {
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: rgba(0, 0, 0, 0.2) solid 1px; }
  .news-list-wrapper .news-list figure {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px; }
  .news-list-wrapper .news-list .news-list-contents p.date {
    color: #1C6749;
    font-weight: 600;
    margin: 15px 0 5px; }
  .news-list-wrapper .news-list a:hover figure {
    width: 105%;
    height: 105%;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75; }
  @media screen and (max-width: 926px) {
    .news-list-wrapper > div {
      width: 50%;
      margin-bottom: 4%; } }
  @media screen and (max-width: 428px) {
    .news-list-wrapper {
      margin: 0;
    }
    .news-list-wrapper > div {
      width: 100%;
      margin-bottom: 10px;
      padding: 0 0 10px 0;
      border-bottom: rgba(0, 0, 0, 0.3) dotted 1px; } }

.news-pager ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  .news-pager ul li {
    color: #1C6749;
    margin: 0 5px; }
    .news-pager ul li.active {
      background-color: #1C6749;
      color: #FFFFFF;
      padding: 0 8px; }
  .news-pager ul a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px; }
    .news-pager ul a:hover {
      text-decoration: underline; }
    .news-pager ul a span.material-icons {
      vertical-align: middle; }

#entry-body .date-area {
  border-bottom: rgba(0, 0, 0, 0.2) solid 2px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }
  #entry-body .date-area > p:first-of-type {
    margin-right: auto; }
  #entry-body .date-area p.category {
    color: #1C6749;
    font-size: 0.8rem;
    margin-left: 10px; }
    #entry-body .date-area p.category a {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #entry-body .date-area p.category a:hover {
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        -ms-opacity: 0.75;
        -o-opacity: 0.75;
        opacity: 0.75; }
    #entry-body .date-area p.category span {
      padding: 2px 20px;
      border: #1C6749 solid 1px; }
#entry-body .section-inner {
  min-height: 200px; }

/*# sourceMappingURL=news.css.map */
