@charset "UTF-8";
/* 共通
   ========================================================================== */
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important; }

/*@media (max-width: 1199px) and (min-width: 740px) {
  html {
    zoom: calc(100vw / 1200) !important; 
  }
}
@media (max-width: 739px) {
  html, body {
    min-width: auto !important; 
    width: 100%;
    zoom: 1 !important; 
  }
}
*/
button,
input[type="button"],
.button1 {
  font-family: inherit !important;
  cursor: pointer;
  transition: .3s; }
  @media (hover: hover) {
    button:hover,
    input[type="button"]:hover,
    .button1:hover {
      opacity: .6; } }

@media screen and (max-width: 768px) {
  input[type="text"], input[type="tel"], input[type="password"], input[type="email"],
  input textarea {
    font-size: 16px !important; } }

input[type="submit"], input[type="button"], input[type="tel"], input[type="password"], input[type="email"], input[type="text"] {
  font-family: inherit !important; }

input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus {
  outline: none !important;
  border: 1px solid #76553d !important; }

.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

br.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    br.sp {
      display: inline !important; } }

/* フッタの位置調整 */
#wrapper {
  min-height: calc(100% - var(--footer-height, 0px)); }

/* 「※」印付きの注意書き */
.notes {
  font-size: 14px !important;
  text-indent: -1em;
  line-height: 1.6;
  padding-left: 1em; }
  .notes::before {
    content: '※'; }
  @media screen and (max-width: 768px) {
    .notes {
      font-size: 12px !important; } }

/* 外部リンク */
.external-link {
  text-decoration: none !important; }
  .external-link::after {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-left: 6px;
    background: url("/pic-labo/ic-external-link.png") no-repeat center/contain;
    transform: translateY(2px); }

/* フロートメニュー */
#floating-menu a {
  cursor: pointer; }

/* フッタのバナーエリア非表示 */
.footer_area {
  display: none !important; }

/* ヘッダのバナーエリアは非表示にできない（商品カテゴリタイトルに使う） */
/* 基本の大枠設定
   =================================== */
#contents {
  padding: 0; }

#sub-column {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }
  @media screen and (min-width: 768px) {
    #sub-column {
      display: none; } }

/* 基本の大枠設定：商品詳細用
   =================================== */
#main-column {
  width: 100%;
  padding: 0 !important;
  float: none !important; }
  #main-column > section {
    width: 100% !important; }

/* 基本の大枠設定：サイトマップ等
   =================================== */
#main-column-full {
  width: 100%;
  padding: 0 !important;
  float: none !important; }
  #main-column-full > section {
    width: 100% !important; }

/* 旧デザインで使用している可能性（基本は使わない）
   =================================== */
.strong {
  font-weight: bold; }

.t-center {
  text-align: center; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.red {
  color: #c00; }

.red2 {
  color: #f00; }

/* 404
   =================================== */
#contents #main-column > p:first-of-type {
  margin-top: 40px; }
@media screen and (max-width: 768px) {
  #contents #main-column > p {
    font-size: 14px;
    padding: 0 20px; }
    #contents #main-column > p:first-of-type {
      margin-top: 20px; } }

input[type="button"].btn-confirmBack {
  background-color: #999 !important;
  font-size: 16px;
  line-height: 1 !important;
  border-color: #999 !important;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    input[type="button"].btn-confirmBack {
      font-size: 14px !important;
      border-radius: 8px; } }

/* 商品詳細：該当商品が無い場合
   =================================== */
#Detail #main-column .centerbox > p {
  line-height: 1.8; }
  #Detail #main-column .centerbox > p:first-of-type {
    margin-top: 40px; }
  @media screen and (max-width: 768px) {
    #Detail #main-column .centerbox > p {
      font-size: 14px;
      padding: 0 20px; }
      #Detail #main-column .centerbox > p:first-of-type {
        margin-top: 20px; } }

/* フロートボタン
   ========================================================================== */
/* 位置のみ設定（背景はテンプレートで設定） */
#floating-menu {
  bottom: 30px;
  right: 40px; }
  @media screen and (max-width: 768px) {
    #floating-menu {
      bottom: 20px;
      right: 20px; } }

/* パンくず（非表示）
   ========================================================================== */
#bread-crumb {
  display: none !important; }

/*#bread-crumb {
	margin-top: 40px;
	@media screen and (max-width: 768px) {
		padding: 0 20px !important;
		margin-top: 20px;
	}
}*/
/* ヘッダメニュー
   ========================================================================== */
#contents {
  z-index: 1 !important;
  padding-top: 100px !important; }
  @media screen and (max-width: 768px) {
    #contents {
      padding-top: 60px !important; } }

/* 構成
   =================================== */
.shop_header_block {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100% !important;
  height: 100px;
  border-bottom: 1px solid #eee; }
  .shop_header_block .wrap {
    width: 1200px;
    position: relative;
    display: flex;
    align-items: flex-end !important;
    margin: 0 auto;
    height: 100px; }
    .shop_header_block .wrap .logo {
      height: inherit; }
      .shop_header_block .wrap .logo h1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 103; }
        .shop_header_block .wrap .logo h1 a {
          display: block;
          transition: .3s; }
          @media (hover: hover) {
            .shop_header_block .wrap .logo h1 a:hover {
              opacity: .6; } }
          .shop_header_block .wrap .logo h1 a img {
            width: 300px !important;
            height: auto; }
    .shop_header_block .wrap .gnav_sp {
      display: none; }
  @media screen and (max-width: 768px) {
    .shop_header_block {
      height: 60px; }
      .shop_header_block .wrap {
        width: 100%;
        height: 60px; }
        .shop_header_block .wrap .logo {
          margin-left: 60px; }
          .shop_header_block .wrap .logo h1 a {
            padding: 0 !important; }
            .shop_header_block .wrap .logo h1 a img {
              width: auto !important;
              height: 24px !important; } }

/* 検索
   =================================== */
.shop_header_block .search_btn a {
  background: url("/custom/img/btn_search.png") no-repeat center/100% !important;
  margin-left: 14px; }
  .shop_header_block .search_btn a.active {
    background-image: url("/custom/img/btn_search_close.png"); }
.shop_header_block .search_btn #header_search_form,
.shop_header_block .search_btn #header_search_form__sp {
  top: 59px;
  border: solid 1px #eee; }
  .shop_header_block .search_btn #header_search_form input[type="text"],
  .shop_header_block .search_btn #header_search_form__sp input[type="text"] {
    padding: 1em !important; }
  .shop_header_block .search_btn #header_search_form button,
  .shop_header_block .search_btn #header_search_form__sp button {
    background: #76553d url("/custom/img/btn_search_form.png") no-repeat center/24px !important;
    cursor: pointer; }
@media screen and (max-width: 768px) {
  .shop_header_block .search_btn a {
    padding: 15px 5px !important;
    margin-left: 0px; }
    .shop_header_block .search_btn a.active {
      background-image: url("/custom/img/btn_search_close.png"); }
  .shop_header_block .search_btn #header_search_form__sp {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    top: 44px;
    background: #fff;
    z-index: 1000;
    line-height: 100%;
    text-align: left; }
    .shop_header_block .search_btn #header_search_form__sp input[type="text"] {
      width: 90% !important;
      appearance: none;
      border: none !important;
      height: 35px !important;
      font-size: 16px !important;
      padding: 5px 10px !important; }
    .shop_header_block .search_btn #header_search_form__sp button {
      appearance: none;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 35px !important;
      width: 55px !important;
      border: 0;
      text-align: center;
      display: block;
      outline: none;
      color: #fff; } }

.side_search_block button {
  background: url("/custom/img/btn_search.png") no-repeat center center;
  background-size: 22px 22px; }

/* PC版グロナビ
   =================================== */
.shop_header_block .wrap .gnav > ul > li {
  height: auto !important;
  position: relative;
  width: auto !important;
  text-align: center;
  display: block;
  line-height: auto !important; }
  .shop_header_block .wrap .gnav > ul > li::before {
    display: none; }
  .shop_header_block .wrap .gnav > ul > li > a,
  .shop_header_block .wrap .gnav > ul > li > button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 14px;
    color: #76553d;
    font-weight: normal;
    padding: 0 14px;
    transition: .3s; }
    .shop_header_block .wrap .gnav > ul > li > a.ic,
    .shop_header_block .wrap .gnav > ul > li > button.ic {
      padding: 0;
      margin-left: 14px; }
    @media (hover: hover) {
      .shop_header_block .wrap .gnav > ul > li > a:hover,
      .shop_header_block .wrap .gnav > ul > li > button:hover {
        opacity: .6; } }
    .shop_header_block .wrap .gnav > ul > li > a img,
    .shop_header_block .wrap .gnav > ul > li > button img {
      width: 30px; }
  .shop_header_block .wrap .gnav > ul > li > button {
    background: none;
    border: none; }
  .shop_header_block .wrap .gnav > ul > li .menu {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: opacity .5s, max-height .5s; }
    .shop_header_block .wrap .gnav > ul > li .menu ul {
      display: block;
      min-width: 100%;
      border: 1px solid #eee;
      border-top: none !important; }
      .shop_header_block .wrap .gnav > ul > li .menu ul li {
        border-bottom-color: #eee; }
        .shop_header_block .wrap .gnav > ul > li .menu ul li:last-child {
          border-bottom: none; }
        .shop_header_block .wrap .gnav > ul > li .menu ul li a {
          color: #76553d;
          text-align: left;
          line-height: 1;
          padding: 1.25em 1.5em;
          transition: .3s; }
          @media (hover: hover) {
            .shop_header_block .wrap .gnav > ul > li .menu ul li a:hover {
              color: #bca28f; } }

/* スマホ版グロナビ
   =================================== */
@media screen and (max-width: 768px) {
  .shop_header_block .wrap {
    position: relative; }
    .shop_header_block .wrap .gnav_sp {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 102;
      display: block;
      width: 100%; }
      .shop_header_block .wrap .gnav_sp ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .shop_header_block .wrap .gnav_sp ul li {
          width: 26px;
          margin: 0 8px; }
          .shop_header_block .wrap .gnav_sp ul li:last-child {
            margin-right: 10px; }
          .shop_header_block .wrap .gnav_sp ul li a img {
            width: 26px; }
  .shop_header_block #header-nav-drawer {
    position: fixed;
    left: 1%; }
    .shop_header_block #header-nav-drawer span {
      width: 24px;
      margin: 0 0 0 -12px;
      background: #76553d; }
      .shop_header_block #header-nav-drawer span::before, .shop_header_block #header-nav-drawer span::after {
        top: 50%;
        width: 24px;
        background: #76553d; }
    .shop_header_block #header-nav-drawer.spsDrawerOpen span::before, .shop_header_block #header-nav-drawer.spsDrawerOpen span::after {
      margin-top: -2px; } }
/* ドロワが左から出るように変更 */
@media screen and (max-width: 768px) {
  #sub-column {
    left: 0;
    width: 80%;
    transform: translateX(-100%); }
    #sub-column.spsDrawerOpen {
      transform: translateX(0); }
    #sub-column.spsDrawerClose {
      transform: translateX(-100%); } }
/* サイドエリア（スマホ用メニュー）
   =================================== */
@media screen and (max-width: 768px) {
  .sp_drawer_nav {
    margin-top: 60px; }
    .sp_drawer_nav .ac {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .sp_drawer_nav .ac > li {
        border-bottom: 1px solid #eee; }
        .sp_drawer_nav .ac > li > button {
          display: block;
          width: 100%;
          background: none;
          color: #76553d;
          text-align: left;
          border: none;
          outline: none;
          padding: 1em;
          font-size: 16px;
          cursor: pointer; }
      .sp_drawer_nav .ac ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
        transition: height .5s ease-out; }
        .sp_drawer_nav .ac ul li a {
          display: block;
          padding: 1em 1em 1em 2em;
          font-size: 14px;
          color: #76553d;
          text-decoration: none;
          line-height: 1.4;
          border-bottom: 1px solid #eee; }
        .sp_drawer_nav .ac ul li:first-child a {
          border-top: 1px solid #eee; }
        .sp_drawer_nav .ac ul li:last-child a {
          border: none; } }
/* フッタ
   ========================================================================== */
.shop_footer_block {
  background-color: #fff;
  padding-bottom: 40px;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .shop_footer_block {
      padding-bottom: 20px;
      margin-top: 20px; } }

.shop_footer_bottom_block {
  background-color: #76553d; }
  .shop_footer_bottom_block .wrap {
    padding: 40px 0 !important;
    margin: 0 auto !important; }
    .shop_footer_bottom_block .wrap .footer_nav .tm-disclaimer {
      margin-bottom: 3em; }
      .shop_footer_bottom_block .wrap .footer_nav .tm-disclaimer p {
        font-size: 16px; }
    .shop_footer_bottom_block .wrap .footer_nav ul {
      margin: 0 !important; }
      .shop_footer_bottom_block .wrap .footer_nav ul li {
        padding: 0 1em !important;
        border-right-color: rgba(0, 0, 0, 0.3); }
        .shop_footer_bottom_block .wrap .footer_nav ul li a {
          font-size: 14px !important;
          line-height: 1 !important;
          margin: 0 !important;
          transition: .3s; }
          @media (hover: hover) {
            .shop_footer_bottom_block .wrap .footer_nav ul li a:hover {
              opacity: .6; } }
    .shop_footer_bottom_block .wrap .footer_nav .footer_links {
      margin-top: 2em; }
      .shop_footer_bottom_block .wrap .footer_nav .footer_links a {
        font-size: 14px !important;
        line-height: 1 !important;
        margin: 0 !important;
        transition: .3s; }
        @media (hover: hover) {
          .shop_footer_bottom_block .wrap .footer_nav .footer_links a:hover {
            opacity: .6; } }
    .shop_footer_bottom_block .wrap .footer_nav .copyright {
      font-size: 14px !important;
      line-height: 1 !important;
      margin-top: 2em; }
  @media screen and (max-width: 768px) {
    .shop_footer_bottom_block .wrap {
      padding: 20px 0 !important; }
      .shop_footer_bottom_block .wrap .footer_nav .tm-disclaimer {
        margin-bottom: 2em; }
        .shop_footer_bottom_block .wrap .footer_nav .tm-disclaimer p {
          font-size: 12px; }
      .shop_footer_bottom_block .wrap .footer_nav ul {
        display: flex !important;
        flex-wrap: wrap; }
        .shop_footer_bottom_block .wrap .footer_nav ul li {
          width: 50%;
          border: none; }
          .shop_footer_bottom_block .wrap .footer_nav ul li a {
            font-size: 12px !important;
            padding: 1em 0 !important; }
      .shop_footer_bottom_block .wrap .footer_nav .footer_links a {
        font-size: 12px !important;
        padding: 1em 0 !important; }
      .shop_footer_bottom_block .wrap .footer_nav .copyright {
        font-size: 12px !important; } }

/* SNS
   =================================== */
.shop_footer_block .sns_area {
  display: flex;
  gap: 40px;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .shop_footer_block .sns_area {
      gap: 20px; } }

/* タイトル等
   ========================================================================== */
#main-column h2 {
  color: #76553d;
  letter-spacing: 0;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    #main-column h2 {
      font-size: 24px; } }

/* お買い物のご案内（ご利用ガイド内）
   ========================================================================== */
.shopping_guide {
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #dadada; }
  .shopping_guide h2 {
    font-size: 24px !important;
    text-align: center !important; }
  .shopping_guide > section {
    margin-top: 40px; }
    .shopping_guide > section > section {
      margin-top: 30px; }
  .shopping_guide .ttl-lv1 {
    border-bottom: none !important; }
  .shopping_guide .ttl-lv2 {
    font-size: 18px !important;
    font-weight: bold;
    padding: 0 0 .5em 0;
    margin: 10px 0 5px 0; }
  .shopping_guide p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-top: 1em; }
    .shopping_guide p.small {
      font-size: 14px !important;
      line-height: 1.6 !important; }
  .shopping_guide a {
    text-decoration: underline; }
    @media (hover: hover) {
      .shopping_guide a:hover {
        text-decoration: none; } }
  @media screen and (max-width: 768px) {
    .shopping_guide {
      padding: 10px;
      margin-top: 40px; }
      .shopping_guide h2 {
        font-size: 20px !important;
        line-height: 1.4;
        text-align: left !important; }
      .shopping_guide .ttl-lv2 {
        font-size: 16px; }
      .shopping_guide > section {
        margin-top: 20px; }
        .shopping_guide > section > section {
          margin-top: 20px; }
      .shopping_guide p {
        font-size: 14px !important; }
        .shopping_guide p.small {
          font-size: 12px !important; } }

/* 送料
   =================================== */
.shopping_guide .soryo_tb {
  width: auto;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  margin-top: 16px; }
  .shopping_guide .soryo_tb tr th,
  .shopping_guide .soryo_tb tr td {
    padding: 8px 16px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada; }
  .shopping_guide .soryo_tb tr td {
    text-align: right; }
  .shopping_guide .soryo_tb tr:first-of-type th {
    text-align: center; }
@media screen and (max-width: 768px) {
  .shopping_guide .soryo_tb {
    margin-top: 14px; }
    .shopping_guide .soryo_tb th,
    .shopping_guide .soryo_tb td {
      font-size: 14px;
      padding: 7px 14px; } }

/* フリーページ：共通
   ========================================================================== */
#JournalList article h2,
#Journal article h2 {
  color: #76553d;
  text-align: left; }
  #JournalList article h2 a,
  #Journal article h2 a {
    color: #76553d; }
  @media screen and (max-width: 768px) {
    #JournalList article h2,
    #Journal article h2 {
      line-height: 1.4; } }

/* フリーページ：カテゴリリスト（JournalList）
   ========================================================================== */
#JournalList {
  margin-top: 40px; }
  #JournalList h1 {
    font-size: 16px;
    color: #76553d !important;
    font-weight: normal !important; }
  #JournalList article {
    margin-top: 60px; }
  @media screen and (max-width: 768px) {
    #JournalList {
      padding: 0 20px !important;
      margin-top: 20px; }
      #JournalList h1 {
        font-size: 14px; }
      #JournalList article {
        margin-top: 30px; } }

/* フリーページ：詳細（Journal）
   ========================================================================== */
#Journal article {
  margin-top: 40px; }
#Journal .journal-cont {
  margin-top: 40px; }
@media screen and (max-width: 768px) {
  #Journal {
    padding: 0 20px !important; }
    #Journal article {
      margin-top: 20px; }
    #Journal .journal-cont {
      margin-top: 20px; } }

/* 商品一覧
   ========================================================================== */
/* 商品カテゴリタイトル
   =================================== */
.item_cat_ttl {
  font-size: 36px;
  color: #76553d;
  font-weight: normal;
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .item_cat_ttl {
      font-size: 20px;
      padding: 0 20px !important;
      margin: 20px 0; } }

/* 構成
   =================================== */
#itemList > h1,
#itemList2 > h1 {
  display: none !important; }

@media screen and (max-width: 768px) {
  #itemList_wrap #pager-top {
    padding: 0 20px !important;
    margin-top: 20px !important; } }
#itemList_wrap #pager-bm {
  border: none; }
  #itemList_wrap #pager-bm .quantity {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 1em !important; }
  @media screen and (max-width: 768px) {
    #itemList_wrap #pager-bm {
      overflow: none !important;
      padding: 0 20px !important; }
      #itemList_wrap #pager-bm .quantity {
        float: none !important;
        padding-top: 1em !important;
        margin: 0 !important; } }

#itemList h1,
#itemList2 h1 {
  font-size: 24px !important;
  color: #76553d !important;
  font-weight: normal !important; }
#itemList h2,
#itemList2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  text-align: left !important;
  line-height: 1.6 !important; }
#itemList .price,
#itemList2 .price {
  display: block;
  width: 100%;
  margin-top: 1em !important; }
  #itemList .price .selling_price,
  #itemList2 .price .selling_price {
    font-weight: bold; }
@media screen and (max-width: 768px) {
  #itemList,
  #itemList2 {
    padding: 0 20px !important; }
    #itemList h1,
    #itemList2 h1 {
      font-size: 18px !important; }
    #itemList h2,
    #itemList2 h2 {
      line-height: 1.4 !important; } }

/* お気に入りボタン */
#itemList .column4 .sps-wishAddItem img,
#itemList .column4 .sps-wishAddItemOk img,
#itemList2 .column4 .sps-wishAddItem img,
#itemList2 .column4 .sps-wishAddItemOk img {
  width: 30px; }

/* ！！！左上の「おすすめ」等のバッジはトップでのおすすめスライドとの関係上非表示 */
#itemList .column4 .badge,
#itemList2 .column4 .badge {
  display: none !important; }

/* 商品一覧：写真のみ（itemList）
   =================================== */
@media screen and (max-width: 768px) {
  #itemList .column-set .column4 .itemThumb-wrap {
    padding: 0 10px !important; }
  #itemList .column-set .column4 h2 {
    padding: 0 10px !important; }
  #itemList .column-set .column4 .price {
    padding: 0 10px !important; } }

/* 商品一覧：説明付き（itemList2）
   =================================== */
@media screen and (max-width: 768px) {
  #itemList2 .column-set .column4 .itemThumb-wrap {
    padding: 0 10px !important; }
  #itemList2 .column-set .column4 .itemThumb-wrap-right {
    padding-top: 10px !important; } }

/* 商品一覧：おまとめ購入などのテキスト
   =================================== */
.expl {
  font-size: 14px; }
  .expl input[type="button"] {
    background-color: #76553d !important;
    font-family: inherit !important;
    border-color: #76553d !important;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px !important; }
    @media (hover: hover) {
      .expl input[type="button"]:hover {
        opacity: .6; } }
    @media screen and (max-width: 768px) {
      .expl input[type="button"] {
        border-radius: 8px !important; } }
  @media screen and (max-width: 768px) {
    .expl {
      font-size: 12px;
      padding: 20px !important; } }

/* 商品詳細
   ========================================================================== */
/* 商品詳細：カートエリアのレイアウト
   =================================== */
#itemDetail-wrap #itemDetail-cont {
  margin-top: 40px !important; }
  #itemDetail-wrap #itemDetail-cont .shopping_form {
    display: flex;
    gap: 40px; }
    #itemDetail-wrap #itemDetail-cont .shopping_form .itemThumb-wrap {
      float: none !important;
      width: 50%;
      margin-right: 0 !important; }
      #itemDetail-wrap #itemDetail-cont .shopping_form .itemThumb-wrap .itemThumb {
        margin-top: 10px !important; }
    #itemDetail-wrap #itemDetail-cont .shopping_form .itemOutline {
      float: none !important;
      flex: 1; }
  @media screen and (max-width: 768px) {
    #itemDetail-wrap #itemDetail-cont {
      padding: 0 20px !important;
      margin-top: 20px !important; }
      #itemDetail-wrap #itemDetail-cont .shopping_form {
        flex-direction: column;
        gap: 0; }
        #itemDetail-wrap #itemDetail-cont .shopping_form .itemThumb-wrap {
          width: 100%; } }

/* 商品詳細：文字サイズ
   =================================== */
#itemDetail-cont .itemOutline h1 {
  font-size: 24px !important;
  color: #76553d !important; }
@media screen and (max-width: 768px) {
  #itemDetail-cont .itemOutline h1 {
    font-size: 18px !important; } }

/* 商品詳細：アイコン類
   =================================== */
/* ！！！「おすすめ」「NEW」はトップでのおすすめスライドとの関係上非表示 */
#itemDetail-cont .itemOutline ul.ico_itemType li {
  width: 56px !important;
  height: auto !important; }

/* 商品詳細：価格・スペック等
   =================================== */
#itemDetail-cont table.price .selling_price {
  font-size: 20px !important; }
#itemDetail-cont table.spec th {
  vertical-align: middle !important; }
#itemDetail-cont table.spec td a img {
  height: auto !important; }
@media screen and (max-width: 768px) {
  #itemDetail-cont table.price .selling_price {
    font-size: 18px !important; } }

/* 商品詳細：各種ボタン
   =================================== */
/* カートに入れる  */
#itemDetail-cont .cartArea #cartButton input {
  transition: .3s; }
  @media (hover: hover) {
    #itemDetail-cont .cartArea #cartButton input:hover {
      opacity: .6; } }

/* 在庫なし・入荷連絡  */
#itemDetail-cont .cartArea img.nostock {
  max-width: 100% !important;
  width: auto !important; }
#itemDetail-cont .cartArea input.dialogSStock {
  max-width: 100% !important;
  width: auto !important; }

/* 返品 */
#itemDetail-cont .itemOutline .cancel {
  margin-top: 20px !important; }

/* お客様の声（★） */
#itemDetail-wrap p.review_txt {
  margin-top: 20px !important; }
  #itemDetail-wrap p.review_txt a {
    display: inline-block !important; }

/* SNS */
#itemDetail-cont .itemOutline table.snsArea {
  height: auto !important;
  margin-top: 20px !important; }
  #itemDetail-cont .itemOutline table.snsArea td img {
    width: auto !important;
    height: 30px !important; }

/* お問い合わせ・メールで紹介 */
#itemDetail-cont .itemOutline ul.infoArea {
  display: flex;
  gap: 10px;
  height: auto !important;
  margin-top: 20px !important; }
  #itemDetail-cont .itemOutline ul.infoArea li {
    float: none;
    width: auto;
    margin: 0 !important; }
    #itemDetail-cont .itemOutline ul.infoArea li img {
      height: 32px; }
  @media screen and (max-width: 768px) {
    #itemDetail-cont .itemOutline ul.infoArea li img {
      height: 26px; } }

/* 商品詳細：説明文
   =================================== */
#itemDetail-wrap .description {
  margin-top: 40px !important; }
  #itemDetail-wrap .description p {
    font-size: 100% !important;
    margin-top: 1em; }
    #itemDetail-wrap .description p.strong {
      font-weight: bold;
      font-size: 120% !important; }
  @media screen and (max-width: 768px) {
    #itemDetail-wrap .description {
      padding: 0 20px !important;
      margin-top: 30px !important; }
      #itemDetail-wrap .description p {
        font-size: 14px !important; }
        #itemDetail-wrap .description p.strong {
          font-weight: bold;
          font-size: 16px !important; } }

/* 商品詳細：栄養成分
   =================================== */
#itemDetail-wrap .description .nutrition-list {
  display: inline-block;
  margin-top: 40px; }
  #itemDetail-wrap .description .nutrition-list p {
    line-height: 1; }
    #itemDetail-wrap .description .nutrition-list p:first-of-type {
      padding: 0 !important;
      margin: 0 0 3px 0 !important; }
    #itemDetail-wrap .description .nutrition-list p:last-of-type {
      text-align: right;
      padding: 0 !important;
      margin: 3px 0 0 0 !important; }
  #itemDetail-wrap .description .nutrition-list table {
    margin: .5em 0;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7; }
    #itemDetail-wrap .description .nutrition-list table th,
    #itemDetail-wrap .description .nutrition-list table td {
      font-size: 16px;
      line-height: 1;
      white-space: nowrap;
      padding: 1em;
      border-right: 1px solid #d7d7d7;
      border-bottom: 1px solid #d7d7d7; }
    #itemDetail-wrap .description .nutrition-list table td {
      text-align: right; }
  @media screen and (max-width: 768px) {
    #itemDetail-wrap .description .nutrition-list {
      width: 100%;
      margin-top: 30px; }
      #itemDetail-wrap .description .nutrition-list table th,
      #itemDetail-wrap .description .nutrition-list table td {
        font-size: 14px;
        padding: .5em; } }

/* 商品詳細：酸っぱさの目安
   =================================== */
#itemDetail-wrap .description .osSuppasa {
  display: flex;
  align-items: center;
  margin-top: 40px; }
  #itemDetail-wrap .description .osSuppasa p {
    margin-top: 0; }
    #itemDetail-wrap .description .osSuppasa p:last-of-type {
      font-size: 0;
      line-height: 1; }
  @media screen and (max-width: 768px) {
    #itemDetail-wrap .description .osSuppasa {
      margin-top: 30px; } }

/* 商品詳細：原材料表示
   =================================== */
#itemDetail-wrap .description #vinegarMaterials {
  width: 100%;
  line-height: 160%;
  margin-top: 40px;
  border-collapse: collapse;
  border-spacing: 0; }
  #itemDetail-wrap .description #vinegarMaterials th {
    width: 1%;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 5px 0 0; }
  #itemDetail-wrap .description #vinegarMaterials td {
    width: 99%;
    vertical-align: top;
    padding: 0; }
  @media screen and (max-width: 768px) {
    #itemDetail-wrap .description #vinegarMaterials {
      display: block;
      margin-top: 30px; }
      #itemDetail-wrap .description #vinegarMaterials th,
      #itemDetail-wrap .description #vinegarMaterials td {
        display: block;
        width: 100%;
        font-size: 14px; } }

/* 商品詳細：お客様の声
   =================================== */
#main-column > section.userreview {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  margin-top: 60px; }
  #main-column > section.userreview h2 {
    font-size: 24px !important; }
  #main-column > section.userreview .userreview_list {
    border-bottom: 1px solid #eee !important; }
    #main-column > section.userreview .userreview_list td.userreview_comment {
      padding-bottom: .8em !important; }
  @media screen and (max-width: 768px) {
    #main-column > section.userreview {
      padding: 0 20px !important;
      margin-top: 30px; }
      #main-column > section.userreview h2 {
        font-size: 18px !important; }
      #main-column > section.userreview .userreview_list .reviewBox_item {
        font-size: 14px !important;
        line-height: 1.6; } }

/* 商品詳細：おすすめ商品
   =================================== */
#main-column > section.recommend h2 {
  font-size: 24px !important; }
@media screen and (max-width: 768px) {
  #main-column > section.recommend {
    padding: 0 20px !important; }
    #main-column > section.recommend h2 {
      font-size: 18px !important; } }

/* 商品詳細：飲み方・使い方
　　（サブ紹介文に直書きしているcssの上書き）
   =================================== */
#itemDetail-wrap .nomikata section {
  margin-top: 30px; }
#itemDetail-wrap .nomikata > img:first-of-type {
  width: 100%; }

/* サイトマップ（document_wrap）
   ========================================================================== */
#document_wrap #document {
  margin-top: 40px; }
  #document_wrap #document h1 {
    color: #76553d;
    font-size: 36px;
    font-weight: normal; }
  @media screen and (max-width: 768px) {
    #document_wrap #document {
      padding: 0 20px !important;
      margin-top: 20px; }
      #document_wrap #document h1 {
        font-size: 20px; } }

/* 特定商取引法に関する表示／個人情報の取り扱いについて（shopGuide_wrap）
   ========================================================================== */
#shopGuide_wrap #guide {
  margin-top: 40px; }
  #shopGuide_wrap #guide h1 {
    color: #76553d;
    font-size: 36px;
    font-weight: normal; }
  @media screen and (max-width: 768px) {
    #shopGuide_wrap #guide {
      padding: 0 20px !important;
      margin-top: 20px; }
      #shopGuide_wrap #guide h1 {
        font-size: 20px; } }

/* 特定商取引法に関する表示
   =================================== */
#shopGuide_wrap #guide .chart .ttlShop {
  font-size: 20px;
  font-weight: normal !important;
  text-align: left !important;
  border-bottom: none !important; }
#shopGuide_wrap #guide .chart table th, #shopGuide_wrap #guide .chart table td {
  font-size: 16px !important;
  padding: 1em !important; }
#shopGuide_wrap #guide .chart table th {
  background: #fff;
  width: 25% !important; }
#shopGuide_wrap #guide .chart table td {
  width: 75% !important; }
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart .ttlShop {
    font-size: 16px !important; }
  #shopGuide_wrap #guide .chart table {
    table-layout: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    border: none !important; }
    #shopGuide_wrap #guide .chart table tr {
      display: flex;
      flex-direction: column;
      width: 100%; }
    #shopGuide_wrap #guide .chart table th, #shopGuide_wrap #guide .chart table td {
      display: block !important;
      width: 100% !important;
      font-size: 14px !important;
      flex-shrink: 0; }
    #shopGuide_wrap #guide .chart table th {
      padding: 1em 0 0 0 !important; }
    #shopGuide_wrap #guide .chart table td {
      padding: 1em 0 !important;
      border-top: none !important; } }

/* 個人情報の取り扱いについて
   =================================== */
#shopGuide_wrap #guide .policy h2.ttl {
  border-bottom: none !important; }
#shopGuide_wrap #guide .policy h3.ttl {
  font-size: 18px !important; }
#shopGuide_wrap #guide .policy > section {
  margin-top: 80px; }
  #shopGuide_wrap #guide .policy > section:first-of-type {
    margin-top: 40px; }
  #shopGuide_wrap #guide .policy > section section {
    margin-top: 60px; }
#shopGuide_wrap #guide .policy p {
  font-size: 16px !important;
  margin-top: 1em !important; }
#shopGuide_wrap #guide .policy ul {
  margin: 20px 0 0 20px !important; }
  #shopGuide_wrap #guide .policy ul li {
    list-style: disc !important;
    font-size: 16px !important;
    margin-top: .5em; }
#shopGuide_wrap #guide .policy .lead {
  margin-top: 60px; }
  #shopGuide_wrap #guide .policy .lead .ttl {
    font-weight: bold;
    border: none !important; }
  #shopGuide_wrap #guide .policy .lead p {
    font-weight: bold; }
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .policy h2.ttl {
    font-size: 18px !important; }
  #shopGuide_wrap #guide .policy h3.ttl {
    font-size: 16px !important; }
  #shopGuide_wrap #guide .policy > section {
    margin-top: 40px; }
    #shopGuide_wrap #guide .policy > section:first-of-type {
      margin-top: 20px; }
    #shopGuide_wrap #guide .policy > section section {
      margin-top: 30px; }
  #shopGuide_wrap #guide .policy p {
    font-size: 14px !important; }
  #shopGuide_wrap #guide .policy ul li {
    font-size: 14px !important; }
  #shopGuide_wrap #guide .policy .lead {
    margin-top: 40px; } }

/* カレンダー
   ========================================================================== */
@media screen and (max-width: 768px) {
  #sub-column .subc_cal_cont {
    padding: 0 20px;
    margin-top: 20px; } }

#subc_calendar {
  margin-bottom: 0 !important; }
  #subc_calendar h2 {
    display: none !important; }

.subc_cal_cont .cal_wrapper table.cal {
  font-size: 18px !important; }
  .subc_cal_cont .cal_wrapper table.cal tr input.prev {
    background-image: url("/custom/img/calendar_nav_left.png") !important; }
  .subc_cal_cont .cal_wrapper table.cal tr input.next {
    background-image: url("/custom/img/calendar_nav_right.png") !important; }
  .subc_cal_cont .cal_wrapper table.cal tr td {
    border-color: #76553d !important; }
    .subc_cal_cont .cal_wrapper table.cal tr td div {
      padding: .5em; }
    .subc_cal_cont .cal_wrapper table.cal tr td .Today {
      background-color: #f5f5f5;
      font-weight: bold; }
.subc_cal_cont .cap ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em !important; }
  .subc_cal_cont .cap ul li.cap_txt {
    font-size: 14px !important; }
    .subc_cal_cont .cap ul li.cap_txt .ico_cap01,
    .subc_cal_cont .cap ul li.cap_txt .ico_cap02,
    .subc_cal_cont .cap ul li.cap_txt .ico_cap03 {
      font-size: 14px !important;
      vertical-align: baseline !important; }
.subc_cal_cont .cap .cap-info {
  text-align: center !important;
  padding: 0 !important;
  margin-top: 2em !important; }
  .subc_cal_cont .cap .cap-info .contact_ttl {
    display: block;
    font-size: 16px !important;
    line-height: 1 !important; }
  .subc_cal_cont .cap .cap-info .contact_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em !important; }
    .subc_cal_cont .cap .cap-info .contact_block span.contact_tel {
      font-size: 20px !important;
      font-weight: bold;
      line-height: 1 !important;
      margin-right: .25em; }
    .subc_cal_cont .cap .cap-info .contact_block span.contact_time {
      font-size: 14px;
      line-height: 1 !important; }
@media screen and (max-width: 768px) {
  .subc_cal_cont {
    padding-top: 20px !important; }
    .subc_cal_cont .cal_wrapper table.cal {
      font-size: 14px !important; }
      .subc_cal_cont .cal_wrapper table.cal tr td div {
        padding: .25em; }
    .subc_cal_cont .cap ul {
      margin-top: .5em !important; }
      .subc_cal_cont .cap ul li.cap_txt {
        font-size: 12px !important; }
        .subc_cal_cont .cap ul li.cap_txt .ico_cap01,
        .subc_cal_cont .cap ul li.cap_txt .ico_cap02,
        .subc_cal_cont .cap ul li.cap_txt .ico_cap03 {
          font-size: 12px !important; }
    .subc_cal_cont .cap .cap-info .contact_ttl {
      display: block;
      font-size: 14px !important; }
    .subc_cal_cont .cap .cap-info .contact_block {
      flex-direction: column;
      margin-top: 0 !important; }
      .subc_cal_cont .cap .cap-info .contact_block span {
        display: block; }
        .subc_cal_cont .cap .cap-info .contact_block span.contact_tel {
          font-size: 14px;
          margin: .5em 0; }
        .subc_cal_cont .cap .cap-info .contact_block span.contact_time {
          font-size: 12px !important; } }

/* メールマガジン登録（PCトップ・スマホサイドバー）
   ========================================================================== */
#snav_mailMag {
  background-color: #fff !important; }

.snav_mailMag_cont {
  padding: 0;
  margin-top: 40px; }
  .snav_mailMag_cont::before {
    display: none; }
  .snav_mailMag_cont > p:first-child {
    line-height: 1.7; }
    .snav_mailMag_cont > p:first-child::before {
      display: none; }
  .snav_mailMag_cont a {
    display: table;
    margin-left: auto;
    margin-top: 20px;
    overflow: hidden;
    transition: .3s; }
    @media (hover: hover) {
      .snav_mailMag_cont a:hover {
        opacity: .6; } }
  .snav_mailMag_cont p:last-child {
    float: right;
    display: inline-block;
    color: #76553d !important;
    padding: .75em 1em;
    margin-top: 1em;
    border: 1px solid #76553d;
    border-radius: 8px; }
  .snav_mailMag_cont form {
    margin-top: 1em; }
    .snav_mailMag_cont form[name="mailMagform"] {
      display: flex;
      width: 100%;
      gap: 20px; }
  .snav_mailMag_cont input {
    outline: none; }
    .snav_mailMag_cont input.mailAddress {
      flex-grow: 1;
      min-width: 0;
      box-sizing: border-box;
      display: inline-block;
      height: 40px;
      position: relative;
      vertical-align: middle;
      border: none !important;
      border-bottom: 1px solid #ccc !important;
      transition: border-color .3s; }
      .snav_mailMag_cont input.mailAddress:focus {
        border-bottom: 2px solid #76553d !important; }
    .snav_mailMag_cont input.submit_mailMag {
      flex-shrink: 0;
      background-color: #76553d !important;
      border: none;
      box-sizing: border-box;
      color: #fff;
      font-size: 16px;
      height: 40px;
      width: 20%;
      border-radius: 10px;
      cursor: pointer;
      transition: .3s; }
      @media (hover: hover) {
        .snav_mailMag_cont input.submit_mailMag:hover {
          background-color: #666; } }
  @media screen and (max-width: 768px) {
    .snav_mailMag_cont {
      margin-top: 0 !important;
      background: none !important;
      padding: 30px 20px 0 20px !important;
      border-top: 1px solid #eee !important; }
      .snav_mailMag_cont::before {
        display: block; }
      .snav_mailMag_cont a {
        display: block;
        width: auto;
        margin-top: 0; }
        .snav_mailMag_cont a p {
          font-size: 12px !important;
          padding: .75em 1em !important;
          margin-top: 10px;
          border: 1px solid #76553d !important;
          border-radius: 8px !important; }
      .snav_mailMag_cont form {
        margin-top: .5em; }
        .snav_mailMag_cont form[name="mailMagform"] {
          gap: 10px; }
      .snav_mailMag_cont input.mailAddress {
        height: 30px !important;
        font-size: 16px !important;
        /* ズーム防止 */ }
      .snav_mailMag_cont input.submit_mailMag {
        height: 30px !important;
        font-size: 14px;
        border-radius: 8px; }
      .snav_mailMag_cont input[value="登録"] {
        font-size: 14px !important; } }

/* お知らせ一覧（トップページ・一覧ページ共通）
   ========================================================================== */
.oh-news_list div {
  display: grid;
  grid-template-columns: 6em 1fr;
  column-gap: 1.5em;
  padding: 1em 0;
  border-bottom: 1px solid #76553d;
  line-height: 1.6; }
  .oh-news_list div dt,
  .oh-news_list div dd {
    font-size: 18px; }
  .oh-news_list div dt {
    font-weight: normal;
    white-space: nowrap; }
  .oh-news_list div dd {
    margin: 0; }
    .oh-news_list div dd span {
      display: block;
      font-weight: bold;
      margin-bottom: .25em; }
@media screen and (max-width: 768px) {
  .oh-news_list div {
    column-gap: 1em;
    grid-template-columns: 5em 1fr; }
    .oh-news_list div dt,
    .oh-news_list div dd {
      font-size: 14px; }
    .oh-news_list div dt {
      margin-bottom: .5em; } }

/* お客様の声（/SHOP/rating_list.html）
   ========================================================================== */
#main-column.rating-area {
  box-sizing: border-box !important; }
  #main-column.rating-area h1 {
    color: #76553d;
    font-size: 36px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #main-column.rating-area {
      padding: 0 20px !important; }
      #main-column.rating-area h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px; }
      #main-column.rating-area #bread-crumb {
        padding-left: 0 !important; } }

#main-column form[name="REVIEWLIST"] #itemBox {
  padding: 1.5em !important;
  background: none !important;
  margin-bottom: 40px !important;
  border: 1px solid #eee !important;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "title  title" "review btn";
  align-items: center; }
  #main-column form[name="REVIEWLIST"] #itemBox h2 {
    grid-area: title;
    float: none !important;
    font-size: 24px !important;
    line-height: 1.6;
    padding: 0 !important;
    margin: 0 0 .5em 0 !important; }
  #main-column form[name="REVIEWLIST"] #itemBox .review_txt {
    grid-area: review;
    float: none !important;
    margin: 0; }
    #main-column form[name="REVIEWLIST"] #itemBox .review_txt span {
      margin-left: .5em !important; }
  #main-column form[name="REVIEWLIST"] #itemBox .btnMore {
    grid-area: btn;
    position: relative !important;
    float: none !important;
    right: auto !important;
    top: auto !important;
    display: block;
    justify-self: end;
    padding: 0 !important;
    margin: 0 !important; }
  @media screen and (max-width: 768px) {
    #main-column form[name="REVIEWLIST"] #itemBox {
      grid-template-columns: 1fr;
      grid-template-areas: "title" "review" "btn";
      padding: 1em !important;
      margin-bottom: 20px !important; }
      #main-column form[name="REVIEWLIST"] #itemBox h2 {
        font-size: 16px !important; }
      #main-column form[name="REVIEWLIST"] #itemBox .review_txt {
        font-size: 14px !important; }
        #main-column form[name="REVIEWLIST"] #itemBox .review_txt span {
          font-size: 14px !important;
          margin-left: .25em !important; }
      #main-column form[name="REVIEWLIST"] #itemBox .btnMore {
        justify-self: start;
        margin-top: 14px !important; } }

#main-column form[name="REVIEWLIST"] .pageNav_top {
  border-bottom-color: #eee !important; }
#main-column > section.rating {
  padding-bottom: 0 !important;
  border-bottom-color: #eee !important; }
  #main-column > section.rating .reviewBox .reviewTxt .ttlArea h2 {
    font-weight: normal !important;
    text-align: left !important;
    line-height: 1.6; }
  #main-column > section.rating .reviewBox .reviewTxt ul {
    margin-top: 1em !important; }
  #main-column > section.rating .reviewBox .reviewTxt p {
    margin-top: 1em !important; }
  @media screen and (max-width: 768px) {
    #main-column > section.rating .reviewBox .tmb img {
      width: 60% !important; }
    #main-column > section.rating .reviewBox .reviewTxt {
      width: auto !important;
      padding: 0;
      margin-top: 20px !important; }
      #main-column > section.rating .reviewBox .reviewTxt .ttlArea h2 {
        width: auto !important;
        font-size: 16px !important;
        line-height: 1.6; }
      #main-column > section.rating .reviewBox .reviewTxt ul {
        margin-top: .25em !important; }
    #main-column > section.rating .reviewBox_item {
      width: auto !important;
      box-sizing: border-box !important; } }

/* メールマガジン登録・解除（/SHOP/mailmag.html）
   ========================================================================== */
.sps-mailMagazine {
  margin-top: 40px !important; }
  .sps-mailMagazine input[type="button"] {
    background: #76553d !important; }
  .sps-mailMagazine h1 {
    color: #76553d;
    font-size: 36px;
    font-weight: normal; }
  .sps-mailMagazine .mailm {
    margin-top: 60px !important; }
  .sps-mailMagazine .txtBox h2 {
    font-size: 20px !important;
    color: #000 !important;
    text-align: left !important;
    border-bottom: none !important; }
  .sps-mailMagazine .caution {
    margin-top: 1em !important; }
    .sps-mailMagazine .caution p {
      font-size: 14px !important; }
  .sps-mailMagazine .mailMF th {
    display: none !important; }
  .sps-mailMagazine .mailMF td {
    border: none !important;
    padding: 20px 0 0 0 !important; }
    .sps-mailMagazine .mailMF td input[type="text"] {
      border-color: #ccc; }
    .sps-mailMagazine .mailMF td input[type="button"] {
      font-size: 16px !important; }
  @media screen and (max-width: 768px) {
    .sps-mailMagazine {
      padding: 0 20px !important;
      margin-top: 20px !important; }
      .sps-mailMagazine h1 {
        font-size: 20px; }
      .sps-mailMagazine .mailm {
        margin-top: 30px !important; }
      .sps-mailMagazine .txtBox h2 {
        background: #fff !important;
        font-size: 16px !important;
        padding: 0 !important;
        border: none !important; }
      .sps-mailMagazine .caution p {
        font-size: 12px !important; }
      .sps-mailMagazine .mailMF {
        border: none !important; }
        .sps-mailMagazine .mailMF th {
          font-size: 14px !important; }
        .sps-mailMagazine .mailMF td {
          padding: 0 !important; } }

/* ご利用案内（/hpgen/HPB/shop/shoppinguide.html）
   ========================================================================== */
#shopGuide_wrap #guide {
  margin-top: 40px !important; }
  #shopGuide_wrap #guide h1 {
    color: #76553d;
    font-size: 36px;
    font-weight: normal; }
  #shopGuide_wrap #guide > section {
    margin-top: 40px !important; }
  #shopGuide_wrap #guide .guide01 {
    padding: 0 !important; }
    #shopGuide_wrap #guide .guide01 p {
      font-size: 16px; }
  #shopGuide_wrap #guide h2 {
    font-size: 24px !important;
    text-align: left !important;
    height: auto !important;
    line-height: 1.6 !important;
    padding-bottom: 0 !important;
    margin-bottom: 1em !important;
    border-bottom: none !important; }
  #shopGuide_wrap #guide .shopGuide_wrap__payment section {
    margin-top: 40px !important; }
    #shopGuide_wrap #guide .shopGuide_wrap__payment section:first-of-type {
      margin-top: 0 !important; }
    #shopGuide_wrap #guide .shopGuide_wrap__payment section h3 {
      font-size: 20px;
      font-weight: normal !important;
      margin-bottom: 1em; }
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide {
    padding: 0 20px !important;
    margin-top: 20px !important; }
    #shopGuide_wrap #guide > section {
      margin-top: 30px !important; }
    #shopGuide_wrap #guide h1 {
      font-size: 20px; }
    #shopGuide_wrap #guide .guide01 p {
      font-size: 14px; }
    #shopGuide_wrap #guide h2 {
      font-size: 18px !important; }
    #shopGuide_wrap #guide .shopGuide_wrap__payment section {
      margin-top: 30px !important; }
      #shopGuide_wrap #guide .shopGuide_wrap__payment section h3 {
        font-size: 16px !important; } }

/* お店ページに会員カート情報表示（PC_header03） 
   ========================================================================== */
