@charset "UTF-8";
/*******************************************
    /css/frontpage.css
*******************************************/
/* goodsもこちらのファイルで管理します。 */
.news_tit, .goods_tit {
  width: 50%;
  padding: 5px;
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .news_tit, .goods_tit {
    width: 170px;
    font-size: 1.8rem;
  }
}

.page_numbers.next::after, .page_numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.tit_box {
  display: flex;
  justify-content: center;
}

.goods_tit {
  color: #313672;
  border: 1px solid #313672;
}
.goods_tit.this_page {
  color: #fff;
  background-color: #313672;
}

.news_tit {
  color: #1F4700;
  border: 1px solid #1F4700;
}
.news_tit.this_page {
  color: #fff;
  background-color: #1F4700;
}

.goods_tit {
  border-right: transparent;
}

.news_tit {
  border-left: transparent;
}

.tabs {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #B1B1B1;
}
.tabs_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border-top: 1px solid #B1B1B1;
}
.tabs_item:nth-child(odd) {
  border-right: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
}
.tabs_item:nth-child(even) {
  border-right: 1px solid #B1B1B1;
}
.tabs_item.is_active {
  pointer-events: none;
}
.tabs_item.is_yamaokaya.is_active {
  color: #fff;
  background-color: #DC4013;
  border-color: #DC4013;
}
.tabs_item.is_niboshi.is_active {
  color: #fff;
  background-color: #070C47;
  border-color: #070C47;
}
.tabs_item.is_miso.is_active {
  color: #fff;
  background-color: #D25014;
  border-color: #D25014;
}
.tabs_item.is_gyoza.is_active {
  color: #333;
  background-color: #FFE100;
  border-color: #FFE100;
}

.list_box {
  margin-top: 30px;
}
.list_box .post {
  scroll-margin-top: 100px;
  border-bottom: 1px solid #B1B1B1;
  line-height: 1.8;
}
.list_box .post:first-of-type {
  border-top: 1px solid #B1B1B1;
}
.list_box .post .post_date {
  padding: 10px 0;
}
.list_box .post .post_content {
  padding-bottom: 10px;
}
.list_box .post .post_tit {
  font-size: 1.2em;
  font-weight: 700;
}
.list_box .post .to_detail {
  margin-top: 10px;
}
.list_box .post .to_detail a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.list_box .post .to_detail a::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(/images/common/arrow.svg) center/contain no-repeat;
  content: "";
}

.pager {
  margin: 30px 0;
  text-align: center;
}

.page_numbers {
  padding: 1em;
  margin-right: 0.5em;
  border: 1px solid #333;
}
.page_numbers:hover {
  color: #fff;
}
.page_numbers.current {
  color: #fff;
}
.page_numbers.next {
  position: relative;
}
.page_numbers.next::before {
  left: 35%;
}
.page_numbers.next::after {
  left: 55%;
}
.page_numbers.next:hover::before, .page_numbers.next:hover::after {
  border-color: #fff;
}

#goods .page_numbers.current,
#goods .page_numbers:hover {
  background-color: #313672;
}

#news .page_numbers.current,
#news .page_numbers:hover {
  background-color: #1F4700;
}

@media screen and (min-width: 750px) {
  .topics {
    width: 1000px;
    margin: 0 auto;
  }
  .topics_list {
    padding-bottom: 50px;
  }
  .tabs {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .tabs_item {
    width: 200px;
    height: 40px;
    border-right: 1px solid #B1B1B1;
  }
  .tabs_item:nth-child(odd) {
    border-left: none;
  }
  .tabs_item:first-of-type {
    border-left: 1px solid #B1B1B1;
  }
  .list_box {
    padding-bottom: 10px;
    margin-top: 50px;
  }
  .list_box a {
    display: block;
  }
  .list_box a:first-child dl {
    border-top: 1px solid #B1B1B1;
  }
  .list_box .post {
    display: flex;
    padding: 15px 0;
  }
  .list_box .post .post_date {
    width: 180px;
    padding: 0;
    text-align: right;
  }
  .list_box .post .post_content {
    width: 100%;
    padding-bottom: 0;
    padding-left: 45px;
  }
}/*# sourceMappingURL=news.css.map */