<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";


#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #c9171e;
  background-color: #c9171e;
  color: #fff;
  *background-color: &lt;{$btn_02_bgcolhor}&gt;;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #CC6633;
  background-color: #CC6633;
  color: #fff;
  *background-color: #CC6633;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: #f5f5f5;
}

.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999;
  cursor: default;
}

.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover,
.pagination ul &gt; .disabled &gt; a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}
/* sns */
.sns-lst {
list-style: none;
margin-top: 2em;
}
.sns-lst li{
display: inline-block;
width: 24px;
margin-right: 8px;
}
.sns-lst li:last-child{
margin: 0;
}
.sns-lst li img{
width: 100%;
}
/* 気血水のテキスト */
.kkw-block {
  margin-bottom: 1.5em;
}
.kkw-title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.kkw-body {
  padding-left: 1em;
  line-height: 1.8;
}
/* 気血水のカテゴリボックス */
.kanpo-category-box {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px 20px;
  background-color: #f7f2ec;
  margin: 30px auto;
}
/* 商品説明の箇条書()付き※中の入れ子になった箇条書きには適用外す */
/* 親リスト全体を左に1.5emずらす */
ol.paren-list {
  counter-reset: item;
  list-style: none;
  margin-left: 1em;
}

ol.paren-list &gt; li {
  position: relative;
  padding-left: 2em;
}

ol.paren-list &gt; li::before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  position: absolute;
  left: 0;
  width: 1.8em;
  display: inline-block;
  text-align: left;
}

/* ▼ 入れ子のulの丸を消し、左にずらす */
ol.paren-list ul {
  list-style: none;        /* 丸を消す */
  margin: 0;
  padding-left: 0;         /* インデントをリセット */
  text-indent: 1em;      
}
.group-zu.scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1em;
}

.group-zu.scroll img {
  width: 800px;
  max-width: none;
  display: block;
  margin: 0 auto;
}
.group-zu.scroll.wide img {
  width: 1000px;
}

/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

/* 区切り線*/
.hr-ai {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #006e54;
}
.setsumei1{
  /*温故知煎の各タイトル*/
    margin: 2em 0 1em;
    padding: 0.8em;
    width: 90%;
    border-left: 7px solid #B92A2C;
    border-bottom: 1px dashed #B92A2C;
  	font-weight: bold;
  	font-family: sans-serif;
}

/* トップページ症例への導入 */
.case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.case-button {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.case-button a {
    text-decoration: none;
    color: #333; /* リンクの色 */
}

.case-button h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333; /* デフォルトの色は黒 */
}

.case-button p {
    font-size: 0.9em;
    color: #666;
}

.case-button:hover {
    background-color: #e6f7ff;
}
/* 個別症例カード */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  color: #333;
  padding: 20px;
}

.main-title {
  text-align: center;
  color: #008080;
  font-size: 24px;
  margin-bottom: 30px;
}

.case-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 20px;
}

.case-title {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

.section {
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
}

.symptom-section {
  background-color: #f0f8ff;
  border-left: 4px solid #008080;
}

.prescription-section {
  background-color: #f9f9f9;
  border-left: 4px solid #4CAF50;
}

.feedback-section {
  background-color: #fffaf0;
  border-left: 4px solid #FFA500;
}

.section-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-content {
  line-height: 1.6;
  color: #555;
}

/* 温故知煎バックナンバーメニュー全体のスタイル */
.column-list {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 100%;
}

/* リストのスタイル */
.column-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* デフォルトは1列 */
    grid-gap: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* 各リストアイテムのスタイル */
.column-list li {
    font-size: 1.1em;
}

/* 漢方コラムのリンクのスタイル */
.column-list.kanpo li a {
    text-decoration: none;
    color: #fff;
    background-color: #028760; /* 漢方コラムの色 */
    padding: 15px 20px;
    display: block;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    font-weight: bold;
    text-align: center; /* 中央揃え */
}

.column-list.kanpo li a:hover {
    background-color: #02654d;
    color: #e0ffe5;
    transform: scale(1.03);
}

/* 健康コラムのリンクのスタイル */
.column-list.health li a {
    text-decoration: none;
    color: #fff;
    background-color: #d83473; /* 健康コラムの色 */
    padding: 15px 20px;
    display: block;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    font-weight: bold;
    text-align: center; /* 中央揃え */
}

.column-list.health li a:hover {
    background-color: #a52854;
    color: #ffe0e5;
    transform: scale(1.03);
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
    .column-list ul {
        grid-template-columns: repeat(2, 1fr); /* タブレット以上で2列 */
    }
}

@media (min-width: 1024px) {
    .column-list ul {
        grid-template-columns: repeat(3, 1fr); /* PCで3列 */
    }
}

/* 文字の大きさ等*/
.ttl-h1 {
 font-size: 170%;
 font-weight: normal;
}
.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h2-1 {
 font-size: 160%;
 font-weight: normal;
}
.ttl-h2-2 {
 font-size: 140%;
 font-weight: normal;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

.ttl-h3-1 {
 font-size: 20px;
 font-weight: normal;
}
.ttl-h3-2 {
 font-size: 20px;
 margin: 5px;
}
.ttl-h4 {
 font-size: 16px;
}
.ttl-h4-1 {
 font-size: 17px;
}
.ttl-h4-2 {
 font-size: 17px;
 margin: 3px;
}
.ttl-h4-3 {
 font-size: 17px;
 margin: 0.5em;
}
.ttl-h5 {
 font-size: 15px;
 font-weight: normal;
 margin: 3px;
}

.ttl-h5-1 {
 font-size: 14px;
 }

.ttl-h6 {
 font-size: 12px;
}
.ttl-h6-1 {
 font-size: 12px;
 text-align: right;
 padding: 0 20px;
}
.ttl-h7 {
 font-size: 11px;
}
.ttl-h8 {
 font-size: 10px;
}
.ttl-ultra {
 font-size: 40px;
 line-height: 0.7;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}
.columnlink {
  display : block;
  margin: 10px 0 30px 30px;
}
  
/* スライダー */
　
#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 0px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
  margin: -80px 5px 0;
  padding: 3px;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}

/* ----- カッコ付きのリスト ----- */
ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
/* ----- グループ＆カテゴリー欄の行間 ----- */
.side-section li {
  margin: 7px 0;
}
/* ----- ホームへのリンクボタン ----- */
.side-home {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* -----サイドリンク画像ボタン----- */
.banner_box {
    position: relative;
}
.banner_box p.title {
    position: absolute;
    padding:  8px;                          /* 余白指定 */
    box-sizing:  border-box;                /* 崩れ防止 */
    bottom:  5px;                           /* 下からの位置を指定 */
    font-size: 15px;
    color:#ffffff;
    text-shadow:1px 1px 1px #000;
}

.banner_box3 {
    position: relative;
}
.banner_box3 p.title {
    position: absolute;
    padding:  10px;                         /* 余白指定 */
    box-sizing:  border-box;                /* 崩れ防止 */
    bottom:  5px;                           /* 下からの位置を指定 */  
    font-size: 17px;
    color:#ffffff;
    text-shadow:1px 1px 1px #000;
}
.banner_box4 {
    position: relative;
　　display: inline-block;
    float: left;
    margin: 0 0 30px 10px;
}
.banner_box4 p.title {
  /* アレルギーお菓子で使用 */
    position: absolute;
    top: 65%;
    left: 15px;
    font-size: 18px;
    color:#ffffff;
    text-shadow:1px 1px 1px #000;
}

.side-button {
/* ボタンの間隔 */
  margin: 5px 0;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: inline;
　  margin-top: 1px;
　}

/* パンくずリスト */
.topicpath-nav {
  line-height:1.0;
  margin-bottom: 20px;
  font-size: 75%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
  }
  .prd-lst-pager li a {
    border: 1px solid #c9171e;
    background-color: #c9171e;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #CC6633;
    background-color: #CC6633;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 70px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 7px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 20px 0;
  border-top: 3px solid #D5D5D5;
  border-bottom: 2px solid #D5D5D5;
  background: #DCDFDC;
}

.footer-lst {
  padding: 5px 0 0 40px;
}
  .footer-lst li {
    margin: 5px 0;
  }
/* フッター文字色 */
  .footer-lst a {
    color: #394438;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }
 /*漢方ソムリエの温故知煎コラム*/
.somurie-ec img{
    display:block;
    margin: 1em auto 2em; 
    width: 360px;
    height: 240px;
 }
 /*漢方ソムリエの温故知煎テキスト画像＆下回り込み回避*/
.somurie-textli img{
    display: inline-block;
    float:left;
    margin: 0 10px 0 0 ;
    width: 260px;
    height: 195px;
 }
.somurie-textli p{
   overflow: hidden;
   zoom:1;   /*IE6でレイアウトが崩れるのを防ぐために指定*/
 }
 /*黒にんにく殺菌効果画像＆下回り込み回避*/
.sakkin-textli img{
    display: inline-block;
    float:left;
    margin: 0 10px 10px  0 ;
 }
.sakkin-textli p{
   overflow: hidden;
   zoom:1;   /*IE6でレイアウトが崩れるのを防ぐために指定*/
 }

 /*月経異常と漢方煎じ薬タイトル*/
.gekkeiijyo-title {
    position: relative;
}
.gekkeiijyo-title p {
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 270%;
    color: #610b0b;
}
 /*漢方ソムリエの温故知煎バックナンバータイトル*/
.backnum-title {
    position: relative;
}
.backnum-title h1 {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 230%;
    color: #fff;
    font-weight: normal;
}
 /*比叡山酵素キャッチコピー*/
.hieizan-catch{
    position: relative;
}
.hieizan-catch p{
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 230%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-weight: 500;
}
 /*（右寄せ図）比叡山酵素・マルベリー下回り込み回避*/
.cho-textli p{
   overflow: hidden;
   zoom:1;   /*IE6でレイアウトが崩れるのを防ぐために指定*/
   padding: 15px 0 0 0;
 }
.cho-textli img{
    display: inline-block;
    float:right;
    margin: 20px 20px 30px 30px ;
 }

 /*（左寄せ図）比叡山酵素・月経異常・マルベリー画像＆下回り込み回避*/
.cho-des img{
    display: inline-block;
    float:left;
    margin: 20px 20px 50px 10px;
 }
.cho-des p{
   overflow: hidden;
   zoom:1;   /*IE6でレイアウトが崩れるのを防ぐために指定*/
   padding: 30px 0 0 0;
 }
.il-1 {
/*箇条書きの行間指定*/
 list-style: none;
 margin-bottom: 1em;
}
.il-2 {
/*箇条書きの行間指定*/
 margin-bottom: 2em;
}
.il-3 {
/*箇条書きの行間指定*/
 margin-bottom: 1em;
 font-size: 125%;
 }
.sidebyside-m p{
/*画像横のテキストの位置中央指定*/
    display: table-cell;
    vertical-align: middle;
    min-width: 150px;
    padding-top: 20px;
 }
.yt_wrapper {
  max-width:640px;
  min-width: 280px;
  margin: 20px auto;
  border: 1px solid #CCC;  
}
.group-midashi-bk {
  border-bottom: dotted 2px #000000;
  padding: 0.5em;
}
.group-midashi-nk {
  border-bottom: dotted 2px #cc7150;
  padding: 0.5em;
}
.group-midashi-ai {
  border-bottom: dotted 2px #006e54;
  padding: 0.5em;
}
.onkochisen-kyoyurink {
/*温故知煎バックナンバーテーブル*/
 width: 80%;
 table-layout: fixed;/*列を均等に*/
 border-collapse: separate;
 border: 0px;
 }
 .onkochisen-kyoyurink th{
 text-align: right;
 }
 .onkochisen-kyoyurink td{
 text-align: right;
 padding: 2px;
}
.plain-table {
/比叡山酵素の定期購入などのオーソドックスなテーブル*/
 width:100%;
 table-layout: fixed;/*列を均等に*/
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
 .plain-table th{
 padding: 4px;
 color: #444;
 background-color: #ccc;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .plain-table td{
 text-align: left;
 padding: 4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}

 /* 比叡山酵素の定期購入価格テーブル */
  .stylish-table {
        width: 100%;
        border-collapse: collapse;
    }
    .stylish-table th, .stylish-table td {
        border: 1px solid #ccb8bb;
        padding: 3px;
        text-align: center;
    }
    .stylish-table th {
        background-color: #f2f2f2;
    }
    .stylish-table th:first-child {
        width: 10%;
    }
   .stylish-table th:nth-child(2) {
        width: 12%;
    }
    .stylish-table th:nth-child(3) {
        width: 12%;
    }
    .stylish-table th:nth-child(4) {
        width: 25%;
    }
    .stylish-table th:nth-child(5) {
        width: 15%;
    }
    .stylish-table th:nth-child(6) {
        width: 26%;
    }
    .stylish-table th.discount {
        background-color: #ffb6c1;
    }
    .stylish-table td.discount {
        background-color: #ffe6ea;
    }

.example-box1{
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #fff4ea;/*背景色*/
    box-shadow: 0 0 0 8px #fff4ea;/*背景色外側*/
    border: 2px dashed #ffbf7f;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.example-box1 p {
    margin: 0; 
    padding: 0;
}
/*漢方説明文テーブル*/
 .kanpo-setsumei {
  table-layout: fixed;           /* 列を均等に */
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-left: 2em;              /* PC時の左マージン */
  width: auto;                   /* 必要に応じて調整可能 */
}
.kanpo-setsumei th {
  text-align: center;
  padding: 4px;
  color: #444;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.kanpo-setsumei td {
  text-align: center;
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.seibun {
/*煎じ薬のメリット＆黒にんにく成分比較テーブル、お菓子、比叡山定期購入等テーブル*/
 width:100%;
 table-layout: fixed;/*列を均等に*/
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
 .seibun th{
 padding: 4px;
 color: #444;
 background-color: #e1e1e6;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .seibun td{
 text-align: center;
 padding: 4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}

.alm-table {
  /*比叡山定期購入留意事項テーブル*/
  width: 100%;
  table-layout: fixed; /* 列を均等に */
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.alm-table th {
  width: 30%; /* thセルの幅を30％に設定 */
  padding: 20px 10px; /* 余白設定 */
  color: #444;
  background-color: #e1e1e6;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.alm-table td {
  width: 70%; /* tdセルの幅を70％に設定 */
  padding: 15px 20px; /* 余白設定 */
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.seibun4 {
/*酵素比較テーブル*/
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 50px;
 width: 80%;
 table-layout: fixed;/*列を均等に*/
 }
 .seibun4 th{
 text-align: center;
 font-size: 150%;
 padding: 4px;
 }
 .seibun4 td{
 vertical-align: baseline;
 padding: 4px;
}

.syohingaiyo {
  /*商品説明下概要テーブル*/
  margin: 100px auto 20px;
  width: 80%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.syohingaiyo th, .syohingaiyo td {
  text-align: center;
  padding: 5px 20px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.syohingaiyo th {
  background-color: #e0e0e0; /* 薄いグレー色 */
  font-weight: normal; /* 太字を解除する場合 */
}


/*月経異常と漢方メリットデメリットテーブル*/
.gekkei-tbl {
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
.gekkei-tbl tr td:nth-child(1) {
  width: 22%; /* 1列目のみ幅を適用*/
}
 .gekkei-tbl th{
 padding: 7px;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .gekkei-tbl td{
 padding: 7px;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}

/*比叡山酵素原材料テーブル*/
.cho-genryo-tbl {
 width:100%;
 margin: 20px 0 20px 0;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
.cho-genryo-tbl tr td:nth-child(1) {
  width: 20%; /* 1列目のみ幅を適用*/
}
 .cho-genryo-tbl td{
 padding: 7px;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
/*煎じ薬のメリット表テーブル*/
.aroma {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  table-layout: auto; /* 修正 */
}
.aroma tr th:nth-child(1) {
  width: 20%; /* !importantは不要 */
  text-align: center;
}

.aroma th {
  padding: 7px;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 120%;
}

.aroma td {
  text-align: left;
  padding: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 110%;
}

.osusume {
 /*トップページコラム枠ほか*/
  padding: 15px;
  border-color: #cccccc;
  border-width: 1px;
  border-style: dashed;
}
#column {
 /*おすすめうんちくコラム枠*/
  border:solid 4px #556b2f;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 5px 30px 10px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.frame {
 /*煎じかた田内さん写真装飾*/
 display: inline-block;
 position: relative;
}
.frame:after {
 position: absolute;
 display: block;
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
 transform: rotate(3deg); /* 回転させる */
 background: #fff;
 z-index: -1;
}

.frame-2{ 
 /*写真まわりの枠*/
 border:1px solid #cccccc;/* 外枠の色 */   
 padding:5px;/* 余白 */   
 background-color:#ffffff;/* 余白部分の色 */   
}   
.main { 
 /*センタリング*/
 text-align: center;  
}  
.main-img { 
 /ブロック要素のセンタリング*/
 margin: 0 auto; 
}  
.midashi{
  text-align: center;  
  margin: 60px 0 20px;
}
.tx-r {
 /*右寄せ*/
   text-align: right;
 }
.col-bk {
/*黒色*/
 color: #000000
}
.col-ai{
/*もえぎいろ*/
 color: #006e54
}
.col-r {
/*赤色*/
 color: #ae0c0c
}
.col-nk{
/*にっけい色*/
 color: #cc7150
}
.col-dbl{
/*紺色*/
 color: #003366
}
.col-p {
/*ピンク文字色*/
 color: #892748
}
.col-g {
/*草色文字色*/
 color: #4b610b
}
.col-rk {
/*りかんちゃ文字色*/
 color: #6a5d21
}
.col-k {
/*からし色(ゴールド)文字色*/
 color: #d0af4c
}
.col-b {
/*ブルー文字色*/
 color: #006a6c
}
.col-lb {
/*明るい茶色文字色*/
 color: #cd853f
}
.col-db {
/*こげ茶色文字色*/
 color: #610b0b
}
.col-w{
/*白色文字色*/
 color: #ffffff
}
.fontb {
/*太字*/
 font-weight: bold;
}
.tenpu {
/*添付文書,ホームボタン ボックスの設定*/
margin-top: 10px;
margin-bottom: 10px;
background: #f5f5f5;
font-size: 16px;
font-weight: normal;
color: #000000;
padding: 5px 5px 5px 5px;
text-align:center;
border: 1px solid #dddddd ;
border-radius: 5px ;
box-shadow:1px 0px 1px -1px  #a7a8ac ;
}

.tenpu-s {
/*添付文書小枠ボックスの設定*/
margin-top: 10px;
margin-bottom: 10px;
background: #eedcb3;
font-size: 16px;
color: #000000;
width: 80px;
padding: 5px 5px 5px 5px;
text-align:center;
border: 1px solid #dddddd ;
border-radius: 5px ;
box-shadow:1px 0px 1px -1px  #a7a8ac ;
}

#inquiry {   
 /*お問い合わせボタン*/
  color:#ffffff;  
  background:#6a5d21;  
  font-size:15px;  
  font-weight:nomal;  
  text-shadow:0 -1px 0px #225588,0 -1px 0px #225588;  
  text-align:center;  
  display:block;  
  text-decoration:none; 
  width: 200px;
  padding:12px 8px 8px;  
  border-radius:5px;  
  background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));  
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1))); 

 
  box-shadow:1px 1px 1px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba

(255,255,255,0.2) inset;  
 }  

.somurie-block {
 /*トップページ漢方ソムリエ*/
    display: inline-block;
    float: left;
    margin: 0 0 10px 20px;
    padding: 13px;
    width: 226px;
    vertical-align:top;
    text-align: left;
    border: 1px #eeefef solid;
}
.somurie-block img{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 150px;
}
.somurie-block p {
    margin-bottom: 5px;
    font-size: 13px;
    color:#333333;
    white-space: normal;
}

.kaisyajyoho {
/* 会社情報見出し */
  margin-top: 25px;
　margin-bottom: 20px;
  text-align: center;
  font-size: 12pt ;
  background: #fcf8f9;
  line-height: 1;
    padding: 10px 5px 10px 5px;
    box-shadow:1px 1px 3px 1px #a1a1a1 ;
    border-top:2px solid #2f671c;
    border-radius: 2px ;
}

.gra {
  /* 店長あいさつ-ベージュ系の柔らかいグラデーション */
  background: linear-gradient(to bottom, #f8f4ee 0%, #fffdf9 100%);
}

.box {
  /* 店長あいさつ-あたたかみのあるベージュボックス */
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  color: #5b4a3f; /* ダークブラウン系でナチュラルに */
  padding: 20px 12px;
  text-align: center;
  border: 1px solid #e0d9d0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(190, 170, 150, 0.1);
  background-color: #fefaf5;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.gekkeigra  {
/*月経異常が起こりやすい要因グラデーションの設定*/
  background: -webkit-linear-gradient(bottom, #b05358 0%, #e6b5b8 70%, #fde2e5 100%);
  background: -moz-linear-gradient(bottom, #b05358 0%, #e6b5b8 70%, #fde2e5 100%);
  background: -o-linear-gradient(bottom, #b05358 0%, #e6b5b8 70%, #fde2e5 100%);
  background: -ms-linear-gradient(bottom, #b05358 0%, #e6b5b8 70%, #fde2e5 100%);
  background: linear-gradient(to top, #b05358 0%, #e6b5b8 70%, #fde2e5 100%);
}

.gekkeibox{
/*月経異常が起こりやすい要因ボックスの設定*/
margin-top: 20px;
font-size: 18px;
font-weight:bold;
color: #000000;
padding: 11px 5px 11px 5px;
text-align:center;
border: 1px solid #dddddd ;
border-radius: 5px ;
box-shadow:1px 0px 1px -1px  #a7a8ac ;
}

/* 共通設定（幅調整・box-sizing） */
.kanpo-qa-accordion * {
  box-sizing: border-box;
}
.kanpo-qa-accordion {
  width: 1000px;
  max-width: 100%;
}

/* チェックボックスは非表示 */
.kanpo-qa-accordion-hidden {
  display: none;
}

/* Qラベル */
.kanpo-qa-accordion-open {
  display: block;
  padding: 30px 50px 30px 70px;
  background: #fff;
  cursor: pointer;
  margin: 5px 0;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
}

/* Qラベルに+アイコン */
.kanpo-qa-accordion-open::before,
.kanpo-qa-accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.kanpo-qa-accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* チェック時に+を－に変化 */
.kanpo-qa-accordion-hidden:checked + .kanpo-qa-accordion-open::after {
  transform: translateY(-50%) rotate(0);
}

/* Q・Aラベル共通のspan（背景色・アイコン） */
.kanpo-qa-accordion-open span,
.kanpo-qa-accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  font-size: 1.4em;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.kanpo-qa-accordion-open span {
  background: #a22041;
  color: #fff;
}
.kanpo-qa-accordion-close span {
  background: #e4d2d8;
  color: #000;
}

/* 回答部分 */
.kanpo-qa-answer {
  display: none;
  padding: 20px 10px 20px 70px;
  font-size: 1.1em;
  background: #faf7f8;
  position: relative;
}

/* 回答表示切替 */
.kanpo-qa-accordion-hidden:checked ~ .kanpo-qa-answer {
  display: block;
}


/*比叡山酵素単品と商品説明ボタンの設定*/
.hieizan-setsumei{
    width:300px;
    height:50px;
    line-height:50px;
}
.hieizan-setsumei a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#090306;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    font-style:oblique;
    box-shadow:3px 3px 0px 0px #5EA26F ;
}
.hieizan-setsumei a:hover{
    background:#1E6243;
    color:#FFFFFF;
    margin-left:3px;
    margin-top:3px;
    box-shadow:none;
}


#specbtnbox {
/*一週間分はこちらボタンの設定*/
  width: 280px;
  color:#ffffff;  
  background:#c95e76;  
  font-size:16px;  
  font-weight:nomal;    
  text-align:center;  
  display:block;  
  text-decoration:none; 
  padding:12px 0 8px 0;  
  border-radius:5px;  
  box-shadow:1px 1px 1px 0px  #a7a8ac ;
  background: -webkit-linear-gradient(top, #4B610B 0%, #5b760d 25%, #737e1a 50%, #5b760d 75%, 

#4B610B 100%);
  background: -moz-linear-gradient(top, #4B610B 0%, #5b760d 25%, #737e1a 50%, #5b760d 75%, #4B610B 

100%);
  background: -o-linear-gradient(top, #4B610B 0%, #5b760d 25%, #737e1a 50%, #5b760d 75%, #4B610B 

100%);
  background: -ms-linear-gradient(top, #4B610B 0%, #5b760d 25%, #737e1a 50%, #5b760d 75%, #4B610B 

100%);
  background: linear-gradient(top, #4B610B 0%, #5b760d 25%, #737e1a 50%, #5b760d 75%, #4B610B 100%);
 }

#tribtnbox {
/*一日分はこちらボタンの設定*/
  width: 200px;
  color:#ffffff;  
  background:#c95e76;  
  font-size:16px;  
  font-weight:nomal;    
  text-align:center;  
  display:block;  
  text-decoration:none; 
  padding:12px 0 8px 0;  
  border-radius:5px;  
  box-shadow:1px 1px 1px 0px  #a7a8ac ;
  background: -webkit-linear-gradient(top, #86941e 0%, #a3b325 25%, #b6c829 50%, #9cac24 75%, 

#86941e 100%);
  background: -moz-linear-gradient(top, #86941e 0%, #a3b325 25%, #b6c829 50%, #9cac24 75%, #86941e 

100%);
  background: -o-linear-gradient(top, #86941e 0%, #a3b325 25%, #b6c829 50%, #9cac24 75%, #86941e 

100%);
  background: -ms-linear-gradient(top, #86941e 0%, #a3b325 25%, #b6c829 50%, #9cac24 75%, #86941e 

100%);
  background: linear-gradient(top, #86941e 0%, #a3b325 25%, #b6c829 50%, #9cac24 75%, #86941e 100%);
 } 
.woman {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #9cb562;/*左線*/
  color: #9cb562;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.woman:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.onayami {
 /*症状お悩み商品グループ画像周り*/
  margin-bottom: 20px;
}

.gekkeiijyo-m{
/* 月経の異常と漢方見出し */
 position: relative;
 font-size: 20px;
 font-weight: bold;
 margin: 2em 0 0.5em;
 padding: 0.2em 0.5em 0.2em 2em;
 border-bottom: 2px solid #38610b;
}
.gekkeiijyo-m:before {
 position: absolute;
 top: 11px;
 left: 11px;
 width: 13px;
 height: 13px;
 border: 2px solid #aeb404;
 content: "";
}
.gekkeiijyo-m:after {
 position: absolute;
 top: 1px;
 left: 1px;
 width: 16px;
 height: 16px;
 border: 2px solid #38610b;
 content: "";
}

 .kuronin{
/* 黒にんにく見出し1*/
    position: relative;
    color: #3f312b;
    font-size: 23px;
    font-weight: bold;
    margin: 2em 0 0.5em;
    padding: 0.2em 0.5em 0.1em 2em;
    border-bottom: 2px solid #000000;
}
 
.kuronin:before{
    content: "";
    position: absolute;
    background: #543f32;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 .kuronin:after{
    content: "";
    position: absolute;
    background:#000000;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
/* 黒にんにく見出し2*/
.kuronin2{
    position: relative;
    margin: 2em 0 2em 0;
    padding: 0.8em;
    background: #6b6f59;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
} 
.kuronin2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #6b6f59;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
 /* ==============================
   　　　小サイズPC画面以下
  ================================ */
@media only screen and (max-width:1200px) {
 .somurie-block {
 /*トップページ漢方ソムリエ幅調整*/
    display: inline-block;
    float: left;
    margin: 0 0 10px 15px;
    padding: 9px;
    width: 210px;
    vertical-align: top;
    text-align: left;
    border: 1px #eeefef solid;
  }
 .somurie-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    height: 144px;
  }
  }
 /* ======================================================
　微調整用
========================================== */
@media only screen and (max-width:1080px) {
 .somurie-block {
 /*トップページ漢方ソムリエ幅調整*/
    display: inline-block;
    float: left;
    margin: 0 0 5px 5px;
    padding: 10px;
    width: 200px;
    vertical-align: top;
    text-align: left;
    border: 1px #eeefef solid;
  }
 .somurie-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 135px;
  }
}
/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 

2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and 

(min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--

moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 

1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

.cho-des img {
/*比叡山酵素ページ等左寄せ画像下へ配置(フロートを解除して中央寄せ)*/
  display: block;
  float: none;
  margin: 30px auto 10px;
  }
.cho-des p {
  float:left;
  padding: 0;
  }

.cho-textli img {
 /*比叡山酵素ページ等右寄せ画像下へ配置(フロートを解除して中央寄せ)*/
  display: block;
  float: none;
  margin: 30px auto 10px;
  }
.cho-textli p {
  float:left;
  padding: 0;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 

2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen 

and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and 

(min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-

ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ===============================================================
     スマホの場合(サイドメニューが下に落ちるブレイクポイント?)　　７６８px以下
================================================================== */
@media only screen and (max-width: 768px) {
  
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }
  
  .gekkei-tbl {
    font-size: 90%; /* 90%の大きさに */
    table-layout: fixed;
  }

  .gekkei-tbl td {
    font-size: 90%; /* 通常セル */
    padding: 6px;
    white-space: normal;
    word-break: break-word;
  }

  .gekkei-tbl th {
    font-size: 110%; /* tdより20%大きく */
    padding: 6px;
    white-space: normal;
    word-break: break-word;
  }

  .gekkei-tbl td ul {
    padding-left: 1em;
    margin: 0;
  }

  .gekkei-tbl td ul li {
    margin: 0;
    padding: 0;
  }
  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-logo {
    margin-top: 5px; 
  }

.somurie-textli img {
 /温故知煎テキストの画像下へ配置*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.somurie-textli p {
  float:left;
  }
  
.seibun4 {
/*酵素比較テーブル幅調整*/
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
 width: 100%;
 table-layout: fixed;/*列を均等に*/
 }

 /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 7px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
    .banner_box5 p.title {
      top: 35px;
      font-size: 16px;
  }
  .kanpo-setsumei {
    margin-left: 0;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 

2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen 

and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and 

(min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-

ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

  /* ========================================
       iPhone6横未満
  ======================================== */
@media only screen and (max-width: 666px) {

.gekkeiijyo-title {
 /*月経異常と漢方煎じ薬タイトル*/
    position: relative;
 }
.gekkeiijyo-title p {
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 130%;
    color: #610b0b;
 }

.backnum-title {
 /*漢方ソムリエの温故知煎バックナンバータイトル*/
    position: relative;
}
.backnum-title h1 {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 100%;
    color: #fff;
}

.hieizan-catch{
   /*比叡山酵素キャッチコピー*/
    position: relative;
}
.hieizan-catch p{
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 110%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-weight: 600;
}

.sakkin-textli img {
  /*黒にんにく殺菌効果の画像下へ配置*/
  display: block;
  margin: 0 10px 10px  0 ;
  }
.sakkin-textli p {
  float:left;
  }

 .syohingaiyo {
  /*商品説明下概要テーブル*/
 margin: 100px auto;
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
  
.onkochisen-kyoyurink {
/*温故知煎バックナンバーテーブル*/
 width: 50%;
 table-layout: fixed;/*列を均等に*/
 border-collapse: separate;
 border: 0px;
 }
 .onkochisen-kyoyurink th{
 text-align: right;
 }
 .onkochisen-kyoyurink td{
 text-align: right;
 padding: 2px;
 }
}
  
 /* ========================================
       iPhone縦未満
  ======================================== */
@media only screen and (max-width: 479px) {

.somurie-block {
 /*トップページ漢方ソムリエ幅調整*/
    display: inline-block;
    float: left;
    margin: 0 0 10px 15px;
    padding: 9px;
    width: 210px;
    vertical-align: top;
    text-align: left;
    border: 1px #eeefef solid;
  }
 .somurie-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    height: 144px;
  }
}</pre></body></html>