@charset "UTF-8";
.news-cont {
  margin: 135px auto 160px;
}

@media screen and (max-width: 767px) {
  .news-cont {
    margin: 65px auto 60px;
  }
}

.select-box {
  width: 200px;
  height: 50px;
  position: relative;
}

.default_select {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: menulist-button;
}

.custom_select {
  width: 100%;
  height: 100%;
}

.custom_select {
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.custom_select:after {
  content: url(../img/products/down_arrow.svg);
  position: absolute;
  right: 20px;
}

/* 
カテゴリーエリア */
.menuArea {
  z-index: 3;
  margin-bottom: 40px;
}

.menuArea .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menuBox {
  position: relative;
  display: block;
  width: 200px;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #987200;
}

.menuBox + .menuBox {
  margin-left: 20px;
}

.menuBoxTtl {
  color: #987200;
}

.menuBox::after, .menuBox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #987200;
  right: 20px;
  top: calc(50% - 0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menuBox::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menuBox:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menuTagBox {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .menuTagBox {
    top: 25px;
  }
}

.menuBox:hover .menuTagBox {
  display: block;
}

.menuTagList {
  display: none;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #987200;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
  width: 200px;
  z-index: 2;
}

.menuBox:hover .menuTagBox .menuTagList {
  display: block;
}

.menuTagList li {
  border-bottom: 1px solid rgba(89, 73, 63, 0.12);
  text-align: center;
}

.menuTagList li a {
  color: #987200;
  display: block;
}

.menuTagList li:hover a {
  background-color: rgba(152, 114, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .menuArea .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .menuArea .container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menuBox {
    position: relative;
    display: block;
    width: 150px;
    position: relative;
    line-height: 40px;
  }
  .menuTagList {
    display: none;
    margin-top: 20px;
    background-color: #fff;
    width: 150px;
    z-index: 2;
  }
}

.select_menu_container {
  position: relative;
}

.select_menu_container::before, .select_menu_container::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #9b7607;
  top: 50%;
  right: 20px;
}

.select_menu_container::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select_menu_container + .select_menu_container {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .select_menu_container + .select_menu_container {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.select_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 17px 24px;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  border: 1px solid #9b7607;
  color: #9b7607;
  width: 200px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .select_menu {
    width: 100%;
    font-size: 14px;
  }
}

.newsItem > a, .newsItem > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .newsItem > a, .newsItem > span {
    display: block;
  }
}

.newsImg {
  width: 200px;
  height: 132px;
}

.newsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .newsImg {
    width: 100%;
    height: 60vw;
    margin: 0 auto 10px;
  }
}

.newsTtlArea {
  width: calc(100% - 200px - 40px);
}

@media screen and (max-width: 767px) {
  .newsTtlArea {
    width: 100%;
  }
}

.newsInfo {
  display: block;
  margin-bottom: 20px;
  width: unset;
}

@media screen and (max-width: 767px) {
  .newsInfo {
    margin-bottom: 10px;
  }
}

.newsTtl {
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 2;
  line-height: calc(28 / 16);
}

/* 詳細ページ */
.newsDetail-cont {
  margin: 40px auto 190px;
}

@media screen and (max-width: 767px) {
  .newsDetail-cont {
    margin: 20px auto 90px;
  }
}

.newsDetailTtlArea {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(98, 97, 85, 0.2);
}

@media screen and (max-width: 767px) {
  .newsDetailTtlArea {
    padding-bottom: 20px;
  }
}

.newsDate {
  font-weight: 600;
  width: 100px;
}

.newsInfo-detail {
  margin-top: 30px;
  width: unset;
}

@media screen and (max-width: 767px) {
  .newsInfo-detail {
    margin-top: 10px;
  }
}

.newsTtl-detail {
  font-size: 40px;
  line-height: calc(60 / 40);
}

@media screen and (max-width: 767px) {
  .newsTtl-detail {
    font-size: 20px;
  }
}

.wp_article_img {
  text-align: center;
  width: 100%;
  margin: 20px auto;
}

.newsDetailTxtArea {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.wp_article_text h1, .wp_article_text h2, .wp_article_text h3, .wp_article_text h4, .wp_article_text h5, .wp_article_text h6 {
  font-family: YakuHanMP,'Shippori Mincho', serif;
}

.wp_article_text h1 {
  font-size: 28px;
  line-height: calc(50 / 28);
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .wp_article_text h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.wp_article_text h2 {
  font-size: 20px;
  line-height: calc(30 / 20);
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp_article_text h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.wp_article_text h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #987200;
  left: 0;
  top: 0;
}

.wp_article_text h3, .wp_article_text h4, .wp_article_text h5, .wp_article_text h6 {
  line-height: calc(30 / 16);
  margin-bottom: 25px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .wp_article_text h3, .wp_article_text h4, .wp_article_text h5, .wp_article_text h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.wp_article_text p {
  margin-bottom: 25px;
  line-height: calc(28 / 16);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .wp_article_text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.wp_article_text a {
  color: #987200;
  text-decoration: underline;
}

.wp_article_text a:hover {
  text-decoration: none;
}

.wp_article_text ul, .wp_article_text ol {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .wp_article_text ul, .wp_article_text ol {
    margin-bottom: 25px;
  }
}

.wp_article_text ul li, .wp_article_text ol li {
  line-height: 2;
  position: relative;
}

.wp_article_text ul li + li, .wp_article_text ol li + li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .wp_article_text ul li + li, .wp_article_text ol li + li {
    margin-top: 10px;
  }
}

.wp_article_text ul li {
  padding-left: 12px;
}

.wp_article_text ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #987200;
  border-radius: 50%;
}

.wp_article_text ol {
  counter-reset: number 0;
}

.wp_article_text ol li {
  padding-left: 18px;
}

.wp_article_text ol li::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  color: #987200;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Italiana', serif;
  font-size: 18px;
  line-height: calc(32 / 18);
}

@media screen and (max-width: 767px) {
  .wp_article_text ol li::before {
    font-size: 16px;
  }
}

.wp_article_text .wp-block-image {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .wp_article_text .wp-block-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .wp_article_text .wp-block-table {
    overflow: scroll;
  }
}

.wp_article_text table {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .wp_article_text table {
    margin-bottom: 40px;
  }
}

.wp_article_text table th, .wp_article_text table td {
  padding: 20px 15px;
}

.wp_article_text table th {
  background-color: rgba(199, 166, 67, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.wp_article_text table td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.wp_article_text .rowTable table tr td {
  border-top: 1px solid rgba(152, 114, 0, 0.1);
}

.wp_article_text .rowTable table tr td:first-child {
  background-color: rgba(199, 166, 67, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}

.wp_article_text .rowTable table tr:last-child td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.wp_article_text .rowTable table tr:last-child td:first-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.wp_article_text blockquote {
  color: #999;
  font-style: italic;
}

.wp_article_text hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;
  border: none;
}

.wp_article_text em {
  font-style: italic;
}

/* ページャー */
.wp-pagenavi {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
}

.wp-pagenavi .page {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-decoration: none;
  display: inline-block;
}

.pages {
  display: none;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: absolute;
  display: inline-block;
  border: 1px solid #c7a643;
  border-radius: 50%;
  width: 73px;
  height: 53px;
  overflow: hidden;
  z-index: 1;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 49px;
    height: 36px;
  }
}

.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c7a643;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7.5px);
  background-image: url(../img/common/arrow.svg);
}

@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .previouspostslink:hover::after, .wp-pagenavi .nextpostslink:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .wp-pagenavi .previouspostslink:hover::before, .wp-pagenavi .nextpostslink:hover::before {
    -webkit-animation: arrow_anime-pagenavi 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: arrow_anime-pagenavi 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
    background-image: url(../img/common/arrow-wh.svg);
    z-index: 9;
  }
  .c-btn:hover .btnArrow-wh {
    -webkit-animation: arrow_anime 0.1s 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: arrow_anime 0.1s 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
}

.wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink {
  right: 0;
}

.wp-pagenavi .previouspostslink {
  left: 0;
}

.wp-pagenavi .page, .wp-pagenavi span.current, .wp-pagenavi .last, .wp-pagenavi .first {
  padding: 0 5px;
  display: inline-block;
  position: relative;
  margin: 10px 10px 0;
  border-bottom: 1px solid transparent;
  font-family: 'Italiana', serif;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi span.current, .wp-pagenavi .last, .wp-pagenavi .first {
    margin: 0px 5px 0;
  }
}

.wp-pagenavi .page:hover, .wp-pagenavi span.current:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
  color: #987200;
  border-bottom: 1px solid #987200;
}

.wp-pagenavi span.current {
  color: #987200;
  border-bottom: 1px solid #987200;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .extend {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .extend {
    margin: 0 5px;
  }
}

.c-btnCover-newsDtail {
  margin-top: 75px;
  border-top: 1px solid rgba(98, 97, 85, 0.2);
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .c-btnCover-newsDtail {
    margin-top: 40px;
    padding-top: 30px;
  }
}

.c-btnCover-newsDtail .c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btnCover-newsDtail .c-btnIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
}
/*# sourceMappingURL=news.css.map */