@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */

#hpb-headerMain {
    margin: 0;
}

#hpb-headerMain h1 {
    margin: 0;
    padding-top: 23px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 14px;
    font-size: 0.92em;
    vertical-align: top;
}

#hpb-headerLogo a {
    width: 220px;
    height: 220px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(logo_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1 {
    width: 400px;
    margin-top: -27px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    /*追記ヘッダー右側のフォントサイズはH1のサイズにそろえる*/
    font-size: 0.92em;
    float: right;
}

#hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin: 0;
    padding: 0;
    /*font-size: 1.08em;*/
    line-height: 20px;
    text-align: right;
    /*#666666⇒標準文字色#7F7564⇒*/
    color: #000000;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    margin: 0;
    padding-top: 0;
    /*マージン右10px⇒0*/
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    /*#666666⇒標準文字色#7F7564⇒*/
    color: #000000;
}

#hpb-headerExtra1 p.address {
    /* 住所文字設定 */
    margin: 0;
    padding: 0;
    /* font-size: 1.08em;*/
    line-height: 20px;
    text-align: right;
    /*#666666⇒標準文字色#7F7564⇒*/
    color: #000000;
}

#hpb-headerExtra2 {}

/* サイドブロック内パーツ */

/* バナー */

#banner a#banner-access {
    /* アクセスバナー */
    height: 40px;
    background-image: url(banner-access_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-netshop {
    /* ネットショップ */
    height: 40px;
    background-image: url(banner-netshop_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-category1 {
    /* 商品カテゴリ1 */
    height: 40px;
    background-image: url(banner-category1_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-category2 {
    /* 商品カテゴリ2 */
    height: 40px;
    background-image: url(banner-category2_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-category3 {
    /* 商品カテゴリ3 */
    height: 40px;
    background-image: url(banner-category3_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-category4 {
    /* 20241004増設 */
    height: 40px;
    background-image: url(banner-category4_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}


/* 店舗情報 */

#shopinfo h3 {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

#shopinfo h3 span.en {}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

p {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    text-align: left;
}

p.large {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    text-align: left;
    font-size: 1.2em;
}

p.indent {
    padding-left: 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* リンク文字色 */

a:link {
    color: #7F7564;
    text-decoration: underline;
}

a:visited {
    color: #7F7564;
    text-decoration: underline;
}

a:hover {
    color: #4F483E;
    text-decoration: underline;
}

a:active {
    color: #4F483E;
    text-decoration: underline;
}

hr {
    height: 1px;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-left-width: 1px;
    border-left-style: none;
}

.hpb-layoutset-02 h2 {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 1.00em;
    text-align: left;
    color: #ffffff;
    background-color: #979181;
}

.hpb-layoutset-02 h2 span.ja {
    display: none;
}

.hpb-layoutset-02 h2 span.en {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 1.33em;
    line-height: 52px;
}

#hpb-wrapper h3 {
    /*マージン調整ボトム0⇒*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: left;
    font-size: 1.17em;
    /*行の高さ調整*/
    line-height: 1;
    /* 文字色変更 #7F7564⇒　*/
    color: #000000;
    border-bottom: solid 1px #7F7564;
}

h3.hpb-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: none;
}

h4 {
    /*文字色#666666⇒　文字サイズ 1em⇒line-height16px⇒*/
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;

}

/*h4の装飾追加*/

h5 {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666666;
    font-size: 1em;
    line-height: 16px;
    font-weight: bold;
}

table {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #979181;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #979181;
}

table th {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    font-weight: normal;
    /*　文字色変更#635F52⇒　*/
    color: #000000;
    background-color: #CFCDC5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #979181;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #979181;
}

table td {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #979181;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #979181;
}

/* フォームパーツ設定 */

input.button {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

textarea {
    width: 400px;
    height: 200px;
}

input.l {
    width: 400px;
}

input.m {
    width: 250px;
}

input.s {
    width: 150px;
}

/* メインコンテンツ内基本パーツ */

#hpb-main ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

#hpb-main ul li {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 28px;
    background-image: url(point_2Db.png);
    /*リストマーク背景画像の位置調整　11xの9px⇒*/
    background-position: 11px 11px;
    background-repeat: no-repeat;
    text-align: left;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #979181;
}

#hpb-main dl {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
}

#hpb-main dt {
    float: left;
    margin: 0;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0px;
    text-align: left;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    min-height: 16px;
    /*太字に変更 normal*/
    font-weight: bold;
    width: 170px !important;
    /*文字色#7F7564⇒*/
    color: #000000;
}

#hpb-main dd {
    margin: 0;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 186px;
    text-align: left;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    min-height: 16px;
    /*文字色#5C5A5C*/
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #979181;
}

*:first-child + html #hpb-main dd {
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd {
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#hpb-main dl::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

#hpb-main img.left {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    float: left;
}

#hpb-main img.right {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 20px;
    float: left;
}

#pagetop {
    margin: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
    text-align: left;
}

#pagetop a {
    /* 先頭に戻るボタンの左右設定 */
    display: block;
    width: 130px;
    height: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    background-image: url(returnTop_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

/* トップページ デザイン定義 */

#hpb-wrapper #toppage-item h3 {
    /*マージン調整ボトム0⇒*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    /*パディングボトム調整10px⇒*/
    padding-bottom: 5px;
    font-size: 1.00em;
}

#hpb-wrapper #toppage-item h3 span.en {
    display: none;
}

#hpb-wrapper #toppage-item h3 span.ja {
    margin: 0;
    padding: 0;
    font-size: 1.17em;
    /*行の高さ調整 18px⇒*/
    line-height: 1;
    /*文字色変更#7F7564⇒*/
    color: #000000;
    font-weight: bold;
}

#hpb-wrapper #toppage-item .itemlist {
    margin: 0;
}

#hpb-wrapper #toppage-item .itemlist::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper #toppage-item .itemlist .item {
    width: 288px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-top: 19px;
    padding-right: 0;
    padding-bottom: 19px;
    padding-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DADADA;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DADADA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADADA;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DADADA;
    float: left;
}

#hpb-wrapper #toppage-item .itemlist .item img {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata {
    width: 250px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata h4 {
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 18px;
    background-image: url(point2_2Db.png);
    background-position: 6px 8px;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 1.08em;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata h5 {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: right;
    font-size: 1.08em;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata p {
    margin: 0;
    padding: 0;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    text-align: left;
    color: #666666;
}

/*ニュースエリアの上部を調整*/

#hpb-wrapper #toppage-news {
    margin-top: 50px;
}

#hpb-wrapper #toppage-news h3 {
    /*マージン調整ボトム0⇒*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 1.00em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #979181;
}

#hpb-wrapper #toppage-news h3 span.en {
    margin: 0;
    padding: 0;
    font-size: 1.17em;
    /*行の高さ調整*/
    line-height: 1;
    /* 文字色変更 #7F7564⇒　*/
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

#hpb-wrapper #toppage-news h3 span.ja {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 0;
    font-size: 1.17em;
    line-height: 18px;
    /* 文字色変更 #7F7564⇒　*/
    color: #000000;
    font-weight: bold;
}

/* アクセスページ デザイン定義 */

#access {
    text-align: left;
}

/* 商品紹介ページ デザイン定義 */

#item .itemlist {
    width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#item .itemlist::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#item .itemlist .item {
    width: 178px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DADADA;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DADADA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADADA;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DADADA;
    float: left;
}

#item .itemlist .item img {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#item .itemlist .item .itemdata {
    width: 160px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#item .itemlist .item .itemdata h4 {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 8px;
    background-image: url(point2_2Db.png);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    text-align: left;
    /*行の高さ16px⇒*/
    line-height: 1.5;
    /*文字サイズ指定*/
    font-size: 1em;
    font-weight: bold;
    color: #333333;
}

/*#item .itemlist .item .itemdata h5 {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: left;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
}*/

#item .itemlist .item .itemdata p {
    margin: 0;
    padding: 0;
    /*行の高さ、ラインヘイト調整16px⇒*/
    line-height: 1.5;
    text-align: left;
    /*文字色変更#666666⇒*/
    color: #000000;
}

#item #nbanner {
    width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

#item #nbanner a {
    width: 600px;
    height: 45px;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(banner-netshop2_2Db.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* =======================================================
  レスポンシブ設定
======================================================= */

@media screen and (max-width: 568px) {

    /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
    /* ヘッダー内パーツ */
    #hpb-headerMain h1 {
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 1.4;
    }

    #hpb-headerLogo a {
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        background-position: top center;
        background-size: contain;
        max-width: 100%;
    }

    #hpb-headerExtra1 {
        width: 98%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    #hpb-headerExtra1 p.tel span {
        /* 電話番号の「TEL」文字設定 */
        padding-right: 0px;
        /*折り返しになってしまうので、ディスプレイブロックをオフ！
        display: block;*/
    }

    /* サイドブロック内パーツ */
    /* バナー */
    #banner a#banner-access {
        /* アクセスバナー */
        background-position: top center;
        background-size: contain;
    }

    #banner a#banner-netshop {
        /* ネットショップ */
        background-position: top center;
        background-size: contain;
    }

    #banner a#banner-category1 {
        /* 商品カテゴリ1 */
        background-position: top center;
        background-size: contain;
    }

    #banner a#banner-category2 {
        /* 商品カテゴリ2 */
        background-position: top center;
        background-size: contain;
    }

    #banner a#banner-category3 {
        /* 商品カテゴリ3 */
        background-position: top center;
        background-size: contain;
    }

    #banner a#banner-category4 {
        /* 20241004増やした */
        background-position: top center;
        background-size: contain;
    }

    /*--------------------------------------------------------
		ナビゲーションデザイン設定
	--------------------------------------------------------*/
    #hpb-nav h3.hpb-c-index {
        width: 27px;
        height: 20px;
        background-image: url(btn_menu.png);
        background-position: top left;
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }

    /*--------------------------------------------------------
		基本パーツデザイン設定
	--------------------------------------------------------*/
    .hpb-layoutset-02 h2 {
        margin-right: 2%;
        margin-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
        word-break: break-all;
    }

    .hpb-layoutset-02 h2 span.en {
        padding-right: 20px;
        padding-left: 20px;
        line-height: 1.4;
        display: inline-block;
    }

    table {
        width: 100%;
        margin-left: auto;
        box-sizing: border-box;
    }

    /* フォームパーツ設定 */
    textarea {
        width: 96%;
    }

    input.l {
        width: 96%;
    }
    input.m {
        width: 60%;
    }
    input.s {
        width: 30%;
    }

    /* メインコンテンツ内基本パーツ */
    #hpb-main dt {
        float: none;
        padding-bottom: 0px;
        max-width: 100%;
        box-sizing: border-box;
    }
    #hpb-main dd {
        padding-left: 0px;
    }

    #hpb-main img.left {
        margin-right: 0px;
        float: none;
    }

    #hpb-main img.right {
        margin-left: 0px;
        float: none;
    }

    /* トップページ デザイン定義 */
    #hpb-wrapper #toppage-item .itemlist .item {
        margin-right: auto;
        margin-left: auto;
        float: none;
        max-width: 100%;
        box-sizing: border-box;
    }

    #hpb-wrapper #toppage-item .itemlist .item .itemdata {
        max-width: 100%;
    }

    #hpb-wrapper #toppage-news h3 span.en {
        padding-right: 10px;
    }

    #hpb-wrapper #toppage-news h3 span.ja {
        padding-left: 0px;
    }

    /* 商品紹介ページ デザイン定義 */
    #item .itemlist {
        width: 100%;
        /*left　左寄せ⇒*/
        text-align: center;
    }

    #item .itemlist .item {
        margin-right: 2%;
        margin-left: 2%;
        float: none;
        /*max-width: 96%;*/
        width: 98%;
        max-width: 288px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        box-sizing: border-box;
    }

    #item .itemlist .item .itemdata {

        /*max-width: 100%;*/
        width: 98%;

    }

    #item #nbanner {
        width: 100%;
    }
    #item #nbanner a {
        max-width: 100%;
        background-position: top center;
        background-size: contain;
        margin-right: auto;
        margin-left: auto;
    }

}
