@charset "UTF-8";
/*
	サイト全体のアイテムの設定
*/
.clearfix, .om-banner-list, .om-tag-list, .om-main-item__category, .om-global-nav ul, .om-global-nav, .om-author__contents, .om-author {
  display: inline-block;
}
.clearfix::after, .om-banner-list::after, .om-tag-list::after, .om-main-item__category::after, .om-global-nav ul::after, .om-global-nav::after, .om-author__contents::after, .om-author::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* ページのwidth */
/* メイン・サブカラー */
/*カテゴリ*/
.om-category {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: left;
  font-size: 113%;
}
.om-category__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 106%;
}
.om-category__list {
  padding: 0;
  list-style: none;
}
.om-category__list li {
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.3;
}
.om-category__list a {
  background: #CB0352;
  border: 1px solid #CB0352;
  margin-right: 6px;
  padding: 4px 6px;
  line-height: 2.2;
  color: #fff;
  font-size: 87.5%;
  font-weight: bold;
  text-decoration: none;
}
.om-category__list a:hover {
  background: #fff;
  color: #CB0352;
}
.om-category__list a:link, .om-category__list a:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .om-category {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .om-category__list li {
    margin-bottom: 0px;
  }
  .om-category__list {
    margin-bottom: 0px;
  }
}
.om-category .children {
  display: none;
}

/*検索エリア*/
.om-search {
  width: 88%;
  margin: 0 auto 60px;
}
.om-search__title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #CB0352;
  font-size: 133%;
}
.om-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.om-search .hidden-search-field {
  border: 1px solid #CB0352;
  background: url(../img/owned-media/ico--search.svg) center left 10px no-repeat, #FFEDF4;
  width: calc(100% - 80px);
  height: 58px;
  margin-bottom: 5px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 87.5%;
}
.om-search .hidden-search-field::-webkit-input-placeholder {
  color: #CB0352;
  font-size: 108%;
}
.om-search .hidden-search-field::-moz-placeholder {
  color: #CB0352;
  font-size: 108%;
}
.om-search .hidden-search-field:-ms-input-placeholder {
  color: #CB0352;
  font-size: 108%;
}
.om-search .hidden-search-field::-ms-input-placeholder {
  color: #CB0352;
  font-size: 108%;
}
.om-search .hidden-search-field::placeholder {
  color: #CB0352;
  font-size: 108%;
}
.om-search .hidden-search-button {
  background-color: #CB0352;
  border: none;
  color: #fff;
  width: 72px;
  height: 58px;
  font-size: 124%;
}

/*記事*/
.om-article__title-lv2 {
  position: relative;
  padding: 0 0 37px 0;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #4F9E46;
  font-size: 187.5%;
  line-height: 1.8;
}
.om-article__title-lv2::before {
  content: "";
  position: absolute;
  background: #d90d0d;
  width: 14px;
  height: 3px;
  left: 0;
  bottom: 0px;
}
.om-article__title-lv2::after {
  content: "";
  position: absolute;
  background: #4F9E46;
  width: calc(100% - 14px);
  height: 3px;
  left: 14px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .om-article__title-lv2 {
    font-size: 150%;
    padding: 8px 0 20px 0;
  }
  .om-article__title-lv2::before {
    bottom: 0px;
  }
  .om-article__title-lv2::after {
    bottom: 0px;
  }
}
.om-article__contents { /*記事内装飾*/
  padding: 0px 50px;
}
.om-article__contents h2 {
  margin-top: 90px;
  margin-left: -50px;
}
.om-article__contents h3 {
  background: #F8F2E9;
  display: inline-block;
  padding: 0px 30px 0px 50px;
  position: relative;
  color: #4EADA6;
  font-size: 1.31rem;
  margin-left: -50px;
  margin-bottom: 22px;
}
.om-article__contents h3::before {
  content: "◆";
  position: absolute;
  left: 20px;
}
.om-article__contents img {
  height: auto;
  margin-bottom: 10px;
}
.om-article__contents ul {
  margin: 20px;
}
.om-article__contents ul li {
  list-style: disc;
}
.om-article {
  /*記事日付エリア*/
}
.om-article__date {
  font-size: 1.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.om-article {
  /*更新日*/
}
.om-article__update {
  margin-right: 18px;
}
.om-article {
  /*公開日*/
}
@media screen and (max-width: 768px) {
  .om-article__date {
    display: block;
  }
  .om-article__contents { /*記事内装飾*/
    padding: 0px;
  }
  .om-article__contents h2 {
    margin-top: 40px;
    margin-left: 0px;
  }
  .om-article__contents h3 {
    margin-top: 10px;
    margin-left: 0px;
    padding: 15px 30px 15px 50px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*執筆者*/
.om-author {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}
.om-author__title {
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.om-author__contents {
  position: relative;
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 0px;
  padding: 0 4%;
}
.om-author__image {
  width: 170px;
  float: right;
}
.om-author__text {
  display: block;
  width: 100%;
  padding: 0 0;
  font-size: 100%;
  line-height: 1.8;
  text-align: left;
}
.om-author__name {
  text-align: center;
  font-size: 1.13rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .om-author {
    display: block;
  }
  .om-author__image {
    margin-right: auto;
    margin-left: auto;
  }
  .om-author__contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 15px 4%;
  }
  .om-author__contents:before {
    top: -30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 0px;
    border: 15px solid transparent;
    border-bottom: 15px solid #F8F2E9;
  }
}

.om-itempage .om-author {
  margin-top: 120px;
}

/*記事リスト*/
.om-article-list {
  background: url(../img/common/item/bgi-left/bgi--right-top.svg) calc(50% + 256px) top no-repeat, url(../img/common/item/bgi-left/bgi--right-bottom.svg) calc(50% + 256px) bottom no-repeat, url(../img/common/item/bgi-left/bgi--01.svg) center top repeat-y, url(../img/common/item/bgi-left/bgi--02.svg) center top repeat-y;
  background-size: auto, auto, auto, 100% auto;
  padding-top: 40px;
  margin-bottom: 160px;
  position: relative;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 494px);
}
.om-article-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.om-article-list li {
  margin-bottom: 60px;
  list-style: none;
}
.om-article-list {
  /*記事イメージ*/
}
.om-article-list__image {
  margin-bottom: 10px;
}
.om-article-list {
  /*記事タイトル*/
}
.om-article-list__title {
  font-size: 0.86rem;
  font-weight: bold;
}
.om-article-list__title a {
  text-decoration: none;
}
.om-article-list a:hover {
  opacity: 0.8;
}
.om-article-list {
  /*2列*/
}
.om-article-list .col-2 li {
  width: 48%;
  margin-right: 4%;
}
.om-article-list .col-2 li:last-of-type {
  margin-right: 0px;
}
.om-article-list .col-2 li:nth-of-type(2n) {
  margin-right: 0px;
}
.om-article-list {
  /*3列*/
}
.om-article-list .col-3 li {
  width: 30%;
  margin-right: 5%;
}
.om-article-list .col-3 li:last-of-type {
  margin-right: 0px;
}
.om-article-list .col-3 li:nth-of-type(3n) {
  margin-right: 0px;
}
.om-article-list {
  /*記事日付エリア*/
}
.om-article-list__date {
  font-size: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.om-article-list {
  /*更新日*/
}
.om-article-list__update {
  margin-right: 18px;
}
.om-article-list {
  /*公開日*/
}
.om-article-list__cat {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.om-article-list__cat-name {
  background: #4EADA6;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 12px;
  font-size: 0.88rem;
}
.om-article-list__cat-name:hover {
  color: rgba(255, 255, 255, 0.5);
}
.om-article-list::before {
  content: url(../img/common/item/bgi-left/bgi--left-bottom.svg);
  position: absolute;
  left: 0;
  bottom: -160px;
}
.om-article-list.no-bg {
  background: none;
}
.om-article-list.no-bg::before {
  content: "";
}
@media screen and (max-width: 480px) {
  .om-article-list {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .om-article-list .col-sp-1 li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .om-article-list .col-sp-1 li:last-of-type {
    margin-right: 0px;
  }
  .om-article-list .col-sp-1 li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .om-article-list .col-sp-1 li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .om-article-list__cat-name {
    margin-bottom: 5px;
  }
}

/*ボタン*/
.om-btn {
  background: url(../img/owned-media/ico--arrow.svg) center right 15px no-repeat, #fff;
  border: 2px solid #D90D0D;
  display: inline-block;
  width: 307px;
  padding: 20px 0;
  color: #523A20;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

/*関連記事*/
.om-relatied .om-article-list {
  background: none;
  margin-bottom: 60px;
}
.om-relatied .om-article-list::before {
  content: "";
}
.om-relatied__title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #4EADA6;
  font-size: 113%;
}
@media screen and (max-width: 480px) {
  .om-relatied .om-article-list {
    margin-bottom: 0px;
  }
}

/* ページネーションの設定 */
.om-pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.om-pagination span, .om-pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #4F9E46;
}
.om-pagination a {
  border: 1px solid #4F9E46;
}
.om-pagination a:hover {
  background-color: #4F9E46;
  border: 1px solid #4F9E46;
  color: #fff;
}
.om-pagination .current {
  background-color: #4F9E46;
  border: 1px solid #4F9E46;
  color: #fff;
}

.om-article-footer {
  margin-top: 100px;
  margin-bottom: 190px;
  text-align: center;
}
.om-article-footer .om-btn {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .om-article-footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .om-article-footer .om-btn {
    background: #fff;
    margin-top: 20px;
  }
}

/* 記事ナビゲーション */
.om-article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.om-article-nav .article-nav__next,
.om-article-nav .article-nav__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.om-article-nav a {
  text-decoration: none;
}

/*目次*/
div#ez-toc-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 4%;
}

#ez-toc-container {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #F2F2F2;
}

.ez-toc-title-container {
  margin-bottom: 10px;
}

.ez-toc-title {
  font-size: 1.13rem;
  color: #000;
}

.ez-toc-list {
  color: #000;
  list-style: decimal;
  margin-left: 40px;
}

.ez-toc-list-level-3 {
  font-size: 87.5%;
  line-height: 1.6;
  list-style: disc;
}
.ez-toc-list-level-3 a {
  display: block;
  padding-bottom: 5px;
}

/*概要*/
.om-description {
  padding: 0px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 48px;
  margin-bottom: 84px;
  font-size: 0.88rem;
}
.om-description__title {
  font-weight: bold;
  font-size: 1.13rem;
  color: #523A20;
  position: relative;
}
.om-description__title::before {
  content: "◆";
  position: absolute;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .om-description {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .om-description__title {
    margin-left: 30px;
  }
}

/*サムネイル*/
.om-thum-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.om-thum-box img {
  width: 100%;
  height: 100%;
}
.om-thum-box__cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.om-thum-box__contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* テンプレート */
/* column */
.om-header-sp {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: block;
}

.sp-column-body {
  padding-top: 135px;
}

.om-header-primal {
  background: #4F9E46;
  color: #fff;
  padding: 2px 4%;
  font-size: 75%;
  text-align: left;
}

.om-header-main {
  position: relative;
}

.om-header-main-name {
  width: 96%;
  margin: 0 auto;
  padding: 16px 0px 14px;
  text-align: left;
}

.om-header-main-name__image {
  height: 32px !important;
  display: block;
}

.om-header-main-banner {
  position: absolute;
  right: 2%;
  top: 5px;
  width: 100px;
}

.om-global-nav {
  width: 100%;
  background: #f0f0f0;
}
.om-global-nav ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.om-global-nav li {
  background: #f0f0f0;
  float: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 87.5%;
}
.om-global-nav li:last-child {
  border-right: 0;
}
.om-global-nav li img {
  vertical-align: middle;
}
.om-global-nav a {
  display: block;
  padding: 9px 20px 9px;
  text-decoration: none;
}
.om-global-nav a:hover {
  background: #ccc;
  color: #fff;
}

.om-header-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 8px 3% 12px;
}
.om-header-search .hidden-search-field {
  padding: 6px 10px;
  font-size: 100%;
  border: 1px solid #ddd;
  width: 75%;
  margin: 10px -15px 0 0;
}
.om-header-search .hidden-search-button {
  border: 0px;
  background: #1E1E1E;
  color: #fff;
  font-size: 100%;
  padding: 6px 8px;
  margin-top: 10px;
}

.om-contents-wrap--gy {
  background: #EEEEEE;
  margin-bottom: 40px;
}

.om-footer {
  background: #4F9E46;
  padding: 40px 0 20px;
  text-align: center;
  color: #fff;
}
.om-footer__gyosyu {
  display: inline-block;
  border-radius: 15px;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 8px;
  font-size: 87.5%;
  font-weight: bold;
  color: #4F9E46;
}
.om-footer__name {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: bold;
}
.om-footer__address {
  margin-bottom: 5px;
  font-size: 87.5%;
  font-style: normal;
}

.om-main-slide {
  width: 100%;
  margin: 20px auto 0px;
  padding-bottom: 80px;
}
.om-main-slide .slick-slide {
  margin: 0 10px;
}
.om-main-slide .slick-slide img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.om-main-slide .slick-dots {
  position: absolute;
  display: block;
  bottom: 40px;
  list-style: none;
  z-index: 99;
}
.om-main-slide .slick-dots li {
  margin: 0 4px;
}
.om-main-slide .slick-dots li button:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #CB0352;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.om-main-slide .slick-active button:before {
  background: #CB0352 !important;
}
.om-main-slide .slick-next {
  right: 5%;
  top: 90%;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.om-main-slide .slick-next::before {
  content: url("https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/slide/btn--next.svg");
}
.om-main-slide .slick-prev {
  left: 5%;
  top: 90%;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.om-main-slide .slick-prev::before {
  content: url(https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/slide/btn--prev.svg);
}

.om-main-item {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  color: #fff !important;
}

.om-main-item__category {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 280px;
  z-index: 99;
}
.om-main-item__category li {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.om-main-item__category li::after {
  content: none;
}
.om-main-item__category a {
  background: #fff;
  border: 1px solid #4F9E46;
  color: #4F9E46;
  text-decoration: none;
  display: inline-block;
  padding: 2px 6px;
  font-size: 87.5%;
  z-index: 9;
}

.om-main-item__title {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 5px;
  z-index: 9;
  font-size: 100%;
  font-weight: bold;
}

.om-main-item__btn {
  background: #CB0352;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 10px 20px 10px 25px;
}
.om-main-item__btn::after {
  content: url(../img/owned-media/ico--arrow.svg);
  margin-left: 10px;
}

.om-main-item__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 420px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.om-main-item__date-detail {
  display: block;
  z-index: 9;
}

.om-main-item__date {
  float: left;
  font-size: 75%;
}

.om-main-item__update {
  float: left;
  margin-right: 16px;
  font-size: 75%;
}

.om-tag-list {
  width: 100%;
}
.om-tag-list li {
  background: #EEEEEE;
  float: left;
}
.om-tag-list a {
  border: 1px solid #bbb;
  border-radius: 20px;
  background: #fff;
  display: block;
  margin: 14px 4px;
  padding: 4px 10px;
  font-size: 75%;
  text-decoration: none;
}
.om-tag-list a:hover {
  opacity: 0.7;
  color: #333;
}
.om-tag-list li:first-child {
  padding-left: 10px;
}
.om-tag-list li:last-child {
  padding-right: 10px;
}

.column-newitem-list {
  width: 88%;
  margin: 40px auto 20px;
  text-align: left;
}
.column-newitem-list > li {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.column-newitem-list .column-newitem-list__image {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.om-item {
  width: 92%;
  margin: 0 auto;
}

.om-item-list--spslide {
  position: relative;
  width: 100%;
  margin: 20px auto 10px !important;
  padding-bottom: 100px;
}
.om-item-list--spslide::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #fff;
  width: 10%;
  height: 400px;
  z-index: 999;
}
.om-item-list--spslide .slick-slide {
  width: 280px;
  margin: 0 10px;
}
.om-item-list--spslide .slick-slide img {
  width: 280px;
}
.om-item-list--spslide .slick-dots {
  position: absolute;
  display: block;
  bottom: 35px;
  list-style: none;
  z-index: 99;
}
.om-item-list--spslide .slick-dots li {
  margin: 0 4px;
}
.om-item-list--spslide .slick-dots li button:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #CB0352;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.om-item-list--spslide .slick-active button:before {
  background: #CB0352 !important;
}
.om-item-list--spslide .slick-next {
  right: 5%;
  top: 90%;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.om-item-list--spslide .slick-next::before {
  content: url(https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/slide/btn--next.svg);
}
.om-item-list--spslide .slick-prev {
  left: 5%;
  top: 90%;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.om-item-list--spslide .slick-prev::before {
  content: url(https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/slide/btn--prev.svg);
}

.om-item-list {
  width: 100%;
  margin: 40px auto 20px;
  text-align: left;
}
.om-item-list > li {
  width: 100%;
  margin-bottom: 40px;
}

.om-item-list__image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.om-item-list__title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
}
.om-item-list__title a {
  text-decoration: none;
  color: #1E1E1E;
}
.om-item-list__title a:hover {
  opacity: 0.7;
}

.om-item-list__update {
  float: left;
  margin-right: 20px;
  font-size: 75%;
}

.om-item-list__date {
  float: left;
  font-size: 75%;
}

.om-item-subtxt {
  margin-bottom: 120px;
}

.om-banner {
  width: 96%;
  margin: 0 auto 60px;
}

.om-banner__title {
  font-size: 114%;
  margin-bottom: 20px;
}

.om-banner-list {
  list-style: none;
  margin-bottom: 40px;
}
.om-banner-list li {
  float: left;
  width: 47%;
  margin-bottom: 10px;
}
.om-banner-list li:nth-child(2n) {
  float: right;
}
.om-banner-list li:nth-child(2n+1) {
  clear: both;
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 75%;
  text-align: left;
}

.om-article {
  text-align: left;
  font-size: 100%;
  line-height: 2;
  margin: 0 auto 20px;
}

.om-article__category {
  list-style: none;
  margin-bottom: 0px;
}
.om-article__category li {
  float: left;
  margin-right: 12px;
}
.om-article__category a {
  background: #CB0352;
  border: 1px solid #CB0352;
  padding: 4px 6px;
  color: #fff;
  font-size: 87.5%;
  font-weight: bold;
  text-decoration: none;
}
.om-article__category a:link, .om-article__category a:visited {
  color: #fff;
}
.om-article__category a:hover {
  background: #fff;
  opacity: 0.7;
  color: #CB0352;
}

.om-article__title {
  background: none;
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  border: none;
  line-height: 1.6;
}

.om-article__main-image {
  width: 100%;
  margin: 0 0 40px;
}

.om-article_contents h2 {
  position: relative;
  border-bottom: none;
  margin-bottom: 0px;
  padding: 40px 0 10px 20px;
  font-size: 150%;
  line-height: 1.6;
}
.om-article_contents h2::before {
  content: "";
  border-left: 6px solid #CB0352;
  position: absolute;
  display: block;
  width: 6px;
  height: 40px;
  top: 41px;
  left: 0;
}
.om-article_contents h3 {
  background: #eee;
  padding: 10px 12px 10px;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #CB0352;
  font-size: 116%;
  line-height: 1.6;
  font-weight: bold;
}
.om-article_contents h4 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 10px 0px 36px;
  font-size: 108%;
  font-weight: bold;
  color: #CB0352;
}
.om-article_contents h4::before {
  content: "";
  border-top: 2px solid #CB0352;
  position: absolute;
  display: block;
  width: 24px;
  height: 1px;
  top: 36px;
  left: 0;
}
.om-article_contents img {
  margin-top: 0px;
  margin-bottom: 20px;
}
.om-article_contents .alignleft {
  float: none;
  width: 100%;
}

.om-pagenation {
  width: 100%;
  padding: 60px 0 0;
  margin: 0 auto 60px;
}

.om-pagenation__all a {
  background: #4F9E46;
  border: 1px solid #4F9E46;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 6%;
  width: 88%;
  padding: 16px 20px;
  text-align: center;
  font-size: 112%;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.om-pagenation__prev {
  float: left;
  margin-top: -50px;
}
.om-pagenation__prev a {
  display: inline-block;
  text-decoration: none;
  color: #4F9E46;
  font-size: 100%;
  font-weight: bold;
}

.om-pagenation__next {
  float: right;
  margin-top: -110px;
}
.om-pagenation__next a {
  display: inline-block;
  text-decoration: none;
  color: #4F9E46;
  font-size: 100%;
  font-weight: bold;
}

.om-item-recomend {
  margin: 0px auto 20px;
}
.om-item-recomend li {
  display: block;
  text-align: center;
  width: 88%;
  margin: 0 auto 20px;
}
.om-item-recomend img {
  border: 1px solid #eee;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.om-item-recomend {
  margin: 0px auto 20px;
}
.om-item-recomend td {
  text-align: center;
  width: 33%;
  vertical-align: top;
}
.om-item-recomend img {
  border: 1px solid #eee;
  width: 88%;
  height: auto;
  margin-bottom: 10px;
}

.om-main-pankuzu {
  width: 92%;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 87.5%;
  font-weight: normal;
}

.om-main {
  width: 92%;
  margin: 0 auto 80px;
}

.om-main-list {
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
}
.om-main-list > li {
  width: 100%;
  margin-bottom: 40px;
}

.om-title-lv2 {
  border-bottom: 2px solid #C10649;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #101010;
  font-size: 124%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
}

.om-title-lv3 {
  border-bottom: 2px solid #C10649;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #101010;
  font-size: 124%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
}

.om-item-list__wrap {
  width: 92%;
  margin: 0 auto 80px !important;
}

.om-table--01 {
  width: auto;
  border: 1px solid #b4b4b4;
  margin: 20px auto;
}
.om-table--01 th {
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 8px 10px 8px;
  font-size: 95%;
  min-width: 20%;
  text-align: center;
}
.om-table--01 th:last-child {
  border-right: none;
}
.om-table--01 td {
  background: #F8F7F4;
  border-right: 1px solid #b4b4b4;
  padding: 8px 10px 8px;
  font-size: 124%;
  text-align: center;
}
.om-table--01 td:last-child {
  border-right: none;
}

.om-table--02 {
  width: auto;
  border: 1px solid #b4b4b4;
  margin: 20px auto;
}
.om-table--02 th {
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 8px 10px 8px;
  font-size: 95%;
  text-align: center;
}
.om-table--02 th:last-child {
  border-right: none;
}
.om-table--02 td {
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 8px 10px 8px;
}
.om-table--02 td:last-child {
  border-right: none;
}
.om-table--02 tr:nth-child(2n) td {
  background: #F8F7F4;
}

.om-link {
  display: block;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 20px;
  font-size: 87.5%;
  line-height: 1.8;
  text-decoration: none;
  color: #b4b4b4;
}
.om-link:hover {
  background: #eee;
  color: #000;
}
.om-link:visited {
  text-decoration: none;
}
.om-link img {
  float: right;
  width: 120px;
  margin-left: 20px;
  margin-bottom: 0;
}
.om-link b {
  font-size: 124%;
}

.om-list--01 {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  margin: 15px 10px 25px;
  padding: 10px 12px;
}
.om-list--01 li {
  margin-bottom: 10px;
}
.om-list--01 li:last-child {
  margin-bottom: 0;
}

.om-nolist--01 {
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.om-nolist--01 li {
  list-style-type: auto;
  margin-bottom: 12px;
}
.om-nolist--01 li::marker {
  font-weight: bold;
}
.om-nolist--01 li img {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.om-movie {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}

.om-button {
  margin: 40px auto 80px;
  text-align: center;
}
.om-button img {
  width: 100%;
}

.om-btn-more__wrap {
  display: block;
  text-align: center;
}

.om-btn-more {
  position: relative;
  border: 2px solid #4F9E46;
  border-radius: 36px;
  background: #4F9E46;
  display: inline-block;
  padding: 18px 42px 18px 28px;
  color: #fff !important;
  font-size: 112%;
  text-decoration: none !important;
  font-weight: bold;
}
.om-btn-more::after {
  content: url(https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/ico--arrow.svg);
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 20px;
}
.om-btn-more:hover {
  background: #fff;
  color: #4F9E46 !important;
}
.om-btn-more:hover::after {
  content: url(https://sangokushi-tea.co.jp/hpgen/HPB/img/owned-media/ico--arrow-hover.svg);
}

.new-label {
  float: left;
  margin-top: 4px;
  margin-right: 7px;
  color: #CB0352;
  font-size: 70%;
}
/*# sourceMappingURL=om-sp.css.map */