/*
Theme Name:		maekashi
Description:	maekashi 用カスタム子テーマ
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

html {
    overflow-x: hidden;
}
body
 {
    font-family: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', sans-serif;
}
#main.two-column #content {
    max-width: 790px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.widget img,
.entry-content img,
.item-description img {
    width: 100%;
}

.hamburger-icon rect {
    transition: all 0.3s ease;
}

#site-navigation label {
    top: 7px;
    right: 7px;
}


@media screen and (min-width: 300px) {
    .incart-btn .total-quant {
        background-color: #b1292c;
    }
    .site-description {
        background: #b1292c;
    }
    }

@media screen and (min-width: 1000px) {
    .incart-btn a {
        background-color: #b1292c;
    }
    .incart-btn .total-quant {
        color: #b1292c;
    }
    .incart-btn .total-quant {
        background-color: #fff;
    }
    .snav {
        padding-top: 60px;
    }
    .site-description {
        background: #b1292b00;
    }
    header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
        display: block;
        height: auto;
        overflow: inherit;
        background-color: #b1292c;
    }
    #site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a {
        background-color: #d02125;
    }
    #site-navigation li {
        padding: 0;
        border-right: 1px solid #ffffff;
    }
    #site-navigation ul li:first-child {
        border-left: 1px solid #ffffff;
    }
    #site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a {
        background-color: #d02125;
    }
}

/* 商品ページ ヘッダー*/
.item-header-custom {
    background-color: #fff;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .item-header-custom .logo a {
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
  }

  .item-header-custom nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  @media (max-width: 768px) {
    .item-header-custom nav ul {
      display: none; /* ハンバーガー実装用 */
    }
  }


/* 商品ページ LP*/
.item_page_title {
    display: none;
}

.detail-box .item-name,
.detail-box .itemcode {
    display: none;
}

.lp_midashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 4% auto 1%;
}

/* 商品ページ 商品説明table*/
.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: justify;
}

.responsive-table th {
    background: #f5f5f5;
    width: 30%;
    text-align: left;
}

/* スマホ表示では縦並び */
@media (max-width: 600px) {

    .responsive-table th,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table th {
        background: #fafafa;
        border-bottom: none;
    }

    .responsive-table tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #ddd;
    }

    .entry-content table,
    .item-description table {
        border: none;
    }
}

/* 商品一覧のフォント */
em {
    color: #000000;
    font-size: 10px;
}
.itemname a{
    color: #000000;
}
.cat-il.type-grid .itemprice{
    height: 22px;
    font-weight: bold;
    text-align: right;
    font-size: 21px;
    color: #b1292c;
    margin-bottom: 5px;
}