@charset "UTF-8";
/* カート・大口注文（アンケート利用）共通
   ========================================================================== */
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important; }

#wrapper {
  min-height: calc(100% - var(--footer-height, 0px)); }

input[type="submit"],
button,
input[type="button"],
.button1 {
  background-color: #76553d !important;
  font-family: inherit !important;
  border-color: #76553d !important;
  cursor: pointer;
  transition: .3s;
  border-radius: 10px !important; }
  @media (hover: hover) {
    input[type="submit"]:hover,
    button:hover,
    input[type="button"]:hover,
    .button1:hover {
      opacity: .6; } }
  @media screen and (max-width: 768px) {
    input[type="submit"],
    button,
    input[type="button"],
    .button1 {
      border-radius: 8px !important; } }

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

input,
select,
textarea {
  font-family: inherit !important; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none !important; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea,
select {
  height: auto !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #76553d !important; }

input[type="button"][value="戻る"] {
  background-color: #999 !important;
  border-color: #999 !important; }

#floating-menu {
  bottom: 20px;
  right: 30px; }
  #floating-menu a {
    cursor: pointer; }

#bread-crumb {
  display: none !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); }

/* ヘッダ
   =================================== */
#contents {
  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 {
      display: none; }
    .shop_header_block .wrap .gnav_sp {
      display: none; }
  .shop_header_block #header-nav-drawer {
    display: none !important; }
  @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: 10px !important; }
          .shop_header_block .wrap .logo h1 a {
            padding: 0 !important; }
            .shop_header_block .wrap .logo h1 a img {
              width: auto !important;
              height: 24px !important; } }

/* コンテンツ枠
   =================================== */
#main-column-full {
  width: 100%;
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    #main-column-full {
      padding: 0 20px !important; } }

/* フッタ
   =================================== */
.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; } }

/* カート用
   ========================================================================== */
.cart-section #contact #center1 .centerbox .mainCont p[align="center"] {
  margin-top: 20px !important; }

.cart-section h3 {
  margin-top: 40px !important; }
.cart-section .noticePurchaser {
  font-size: 16px !important;
  margin-bottom: 1em !important; }
.cart-section .title1 {
  color: #76553d !important;
  font-size: 36px !important;
  font-weight: normal !important;
  border: none !important; }
.cart-section h4 {
  font-size: 20px !important;
  font-weight: normal !important;
  color: #76553d !important;
  border: none !important; }
.cart-section .backcolor1 {
  font-size: 18px !important;
  background: #efefef !important; }
.cart-section .bordlayoutp3 {
  padding: 0 !important; }
  .cart-section .bordlayoutp3 table th,
  .cart-section .bordlayoutp3 table td {
    border-color: #ccc !important; }
  .cart-section .bordlayoutp3 .cartItem {
    margin-top: 10px !important; }
    .cart-section .bordlayoutp3 .cartItem td {
      font-size: 16px !important; }
      .cart-section .bordlayoutp3 .cartItem td span.sps-preserve {
        font-size: 16px !important;
        line-height: 1.8; }
      .cart-section .bordlayoutp3 .cartItem td.subTotalFmt {
        font-size: 20px !important; }
  .cart-section .bordlayoutp3 #forget {
    font-size: 14px !important; }
  .cart-section .bordlayoutp3 > table td.backcolor2 {
    font-size: 16px !important; }
  .cart-section .bordlayoutp3 .backcolor2 p {
    font-size: 16px !important;
    line-height: 1.8;
    padding-right: .5em !important;
    padding-left: .5em !important; }
  .cart-section .bordlayoutp3 .backcolor2 > table td {
    font-size: 16px !important; }
  .cart-section .bordlayoutp3 .backcolor2 .paytypewrap p {
    font-size: 16px !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
.cart-section .deliv_item {
  font-size: 16px !important; }
.cart-section input[type="button"][value="会員登録して購入手続きへ進む"], .cart-section input[type="button"][value="買い物を続ける"], .cart-section input[type="button"][value="ログイン"] {
  font-size: 14px !important; }
.cart-section input[type="button"][value="ログイン"] {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }
@media screen and (max-width: 768px) {
  .cart-section h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .cart-section .noticePurchaser {
    font-size: 14px !important;
    line-height: 1.6; }
  .cart-section .title1 {
    font-size: 24px !important; }
  .cart-section h4 {
    font-size: 18px !important; }
  .cart-section .backcolor1 {
    font-size: 13px !important; }
  .cart-section .bordlayoutp3 .cartItem td {
    font-size: 12px !important; }
    .cart-section .bordlayoutp3 .cartItem td span.sps-preserve {
      font-size: 14px !important;
      line-height: 1.6; }
    .cart-section .bordlayoutp3 .cartItem td.subTotalFmt {
      font-size: 16px !important; }
  .cart-section .bordlayoutp3 #forget {
    font-size: 12px !important; }
  .cart-section .bordlayoutp3 > table td.backcolor2 {
    font-size: 14px !important; }
  .cart-section .bordlayoutp3 .backcolor2 p {
    font-size: 12px !important;
    line-height: 1.6; }
  .cart-section .bordlayoutp3 .backcolor2 > table td {
    font-size: 14px !important; }
  .cart-section .bordlayoutp3 .backcolor2 .paytypewrap p {
    font-size: 14px !important; }
  .cart-section .deliv_item {
    font-size: 14px !important; }
  .cart-section input[type="button"][value="戻る"] {
    width: 60% !important; }
  .cart-section input[type="button"][value="会員登録して購入手続きへ進む"], .cart-section input[type="button"][value="買い物を続ける"], .cart-section input[type="button"][value="ログイン"] {
    font-size: 12px !important; }
  .cart-section input[type="button"][value="会員登録して購入手続きへ進む"] {
    margin-top: 1em !important; }
  .cart-section input[type="button"][value="購入手続きへ進む"] {
    width: 90% !important;
    margin-top: 1em !important; } }

/* カート用：購入者情報入力
   =================================== */
.cart-section .sps-inputTable .sps-inputItem {
  font-size: 16px !important; }

/* カード情報入力ボタンのOFF状態 */
#card_info input[name=card_info_set].off, #card_info input[name=card_info_edit].off {
  color: #666 !important;
  border: 1px solid #CCC !important; }

/* カート用：会員ログインエリア
   =================================== */
.cart-section input[type="button"][value="ログイン"] {
  font-size: 16px !important; }

/* カート用：新規会員登録エリア
   =================================== */
.cart-section #newMemberTitle .sps-inputTable td {
  font-size: 16px !important; }
.cart-section #newMemberTitle input[type="button"][value="会員登録する"], .cart-section #newMemberTitle input[type="button"][value="キャンセル"] {
  font-size: 16px !important; }
.cart-section #newMemberTitle input[type="button"][value="キャンセル"] {
  background-color: #999 !important;
  margin-left: 20px !important;
  border-color: #999 !important; }
.cart-section #newMemberTitle textarea {
  font-family: inherit !important;
  font-size: 16px !important;
  padding: 1em !important; }
@media screen and (max-width: 768px) {
  .cart-section #newMemberTitle .sps-inputTable td {
    font-size: 14px !important; }
    .cart-section #newMemberTitle .sps-inputTable td:first-of-type {
      border-bottom: none !important; }
  .cart-section #newMemberTitle input[type="button"][value="会員登録する"], .cart-section #newMemberTitle input[type="button"][value="キャンセル"] {
    font-size: 14px !important; }
  .cart-section #newMemberTitle textarea {
    font-size: 12px !important; } }

/* カート用：確認画面
   =================================== */
.cart-section #confirm[style="display:block"] p:first-of-type {
  font-size: 16px !important; }
.cart-section #confirm .bordlayoutp3 table tr td.backcolor1 {
  font-size: 16px !important; }
@media screen and (max-width: 768px) {
  .cart-section #confirm[style="display:block"] p:first-of-type {
    font-size: 14px !important;
    line-height: 1.6; } }

/* カート用：注文完了
   =================================== */
.cart-section .mainCont > p:first-of-type {
  font-size: 16px !important;
  line-height: 1.8; }
.cart-section input[type="button"][value="ショップに戻る"] {
  font-size: 16px !important;
  margin-top: 20px !important; }
@media screen and (max-width: 768px) {
  .cart-section .mainCont > p:first-of-type {
    font-size: 14px !important;
    line-height: 1.6; }
  .cart-section input[type="button"][value="ショップに戻る"] {
    font-size: 14px !important;
    margin-top: 20px !important; } }

/* 大口注文フォーム用
   ========================================================================== */
.enquete-section .title1 {
  color: #76553d !important;
  font-size: 36px !important;
  font-weight: normal !important;
  border: none !important;
  margin-bottom: 0 !important; }
.enquete-section h4.title {
  font-size: 18px !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-bottom: 20px !important;
  border-bottom: none !important; }
.enquete-section td, .enquete-section div, .enquete-section p {
  font-size: 16px !important;
  line-height: 1.8 !important; }
.enquete-section table[style="margin-left:0"] {
  display: block !important;
  width: 500px !important; }
  .enquete-section table[style="margin-left:0"] tr {
    display: flex;
    flex-direction: row; }
  .enquete-section table[style="margin-left:0"] td {
    display: flex !important;
    align-items: center;
    flex: 1 1 50%;
    white-space: nowrap; }
    .enquete-section table[style="margin-left:0"] td input[type="text"] {
      width: 200px !important; }
.enquete-section div[style="padding-left: 20px"] {
  font-size: 14px !important;
  padding: 1em 0 0 0 !important; }
.enquete-section input[type="submit"] {
  font-size: 18px !important;
  height: auto !important;
  padding: .75em 2em !important; }
.enquete-section input[type="button"][value="戻る"] {
  background-color: #999 !important;
  border-color: #999 !important;
  font-size: 18px !important;
  height: auto !important;
  padding: .75em 2em !important;
  margin-left: 20px !important; }
.enquete-section input[type="text"],
.enquete-section textarea {
  padding: .25em .5em !important; }
.enquete-section input[type="radio"] {
  cursor: pointer; }
.enquete-section .lead .notice {
  font-size: 14px !important; }
.enquete-section .end-text {
  margin-bottom: 2em !important; }
.enquete-section center > input[type="button"] [value="戻る"] {
  margin-top: 40px !important; }
@media screen and (max-width: 768px) {
  .enquete-section input[type="text"],
  .enquete-section textarea {
    font-size: 16px !important; }
  .enquete-section .title1 {
    font-size: 24px !important; }
  .enquete-section h4.title {
    font-size: 16px !important;
    margin-bottom: 10px !important; }
  .enquete-section td, .enquete-section div, .enquete-section p {
    font-size: 14px !important;
    line-height: 1.6 !important; }
  .enquete-section table[style="margin-left:0"] {
    width: 100% !important; }
    .enquete-section table[style="margin-left:0"] tr {
      align-items: flex-start; }
    .enquete-section table[style="margin-left:0"] td input[type="text"] {
      width: 100% !important; }
  .enquete-section div[style="padding-left: 20px"] {
    font-size: 12px !important;
    padding: .5em 0 0 0 !important; }
  .enquete-section input[type="submit"] {
    font-size: 16px !important; }
  .enquete-section input[type="button"][value="戻る"] {
    font-size: 16px !important; }
  .enquete-section .lead .notice {
    font-size: 12px !important; }
  .enquete-section center > input[type="button"] [value="戻る"] {
    margin-top: 20px !important; } }
