@charset "UTF-8";

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


.yokonaga {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 2em 0;
    align-items: stretch;
    /* 高さを揃える */
}

.yokonaga figure {
    flex: 1 1 40%;
    margin: 0;
    max-width: 70vw;
    height: auto;
    aspect-ratio: 4 / 3;
    /* 適度な比率で高さを固定的に確保 */
    overflow: hidden;
    /* 画像はみ出し防止 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yokonaga img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yokonaga .text {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yokonaga.left {
    flex-direction: row;
}

.yokonaga.right {
    flex-direction: row-reverse;
}

.yokonaga figcaption {
    font-size: 1em;
    margin-top: 0.5em;
    color: #555;
    text-align: center;
}

/* 横ならび */



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


#hpb-headerLogo {
    width: 239px;


}

#hpb-headerLogo a {
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 0 0px 0px;


}

#hpb-headerExtra1 {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 60px;
    margin-bottom: 10px;
}

#hpb-headerExtra1 a {
    display: block;
    color: #333333;
}


#hpb-headerExtra3 {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 0px;
    display: none;

}

/* フッター内パーツ */
#hpb-footerMain {
    background-color: #6c390b;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2em;
    text-align: left;
    color: #ffffff;
}

#hpb-footerMain p.large {
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-width: thin;
    border-bottom-color: #fae3cf;
    margin-bottom: 10px;
}

.menu-left {
    width: 25%;
}

.menu-center {
    width: 25%;
}

.menu-right {
    width: 25%;
}

#hpb-footerLogo {
    background-color: #ffffff margin-bottom 30px;
}

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


#size ul {
    display: flex;
    flex-wrap: wrap;

    padding: 0;

}

.size li {

    display: block;


    margin: 0;
    padding: 0.5em;

}

.size li a {
    background-color: #f9f4f0;
    display: block;

    margin: 0;
    padding: 0.8em;
    border-radius: 5%;
    font-size: 0.7rem;
    line-height: 1.4;
    /* ← ここだけで十分（約13.6px） */
}


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

/* リンク文字色 */
a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #999999;
    text-decoration: none;
}

a:active {
    color: #999999;
    text-decoration: none;
}

#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
}

p.large {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.4em;
    color: #9AC001;
}

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

p.price {
    color: #000000;
    text-align: center;
    font-size: 1.3em;
}


p.more a {
    display: block;
    position: relative;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #00000064;
    padding: 2%;
    margin: 0 auto;
    max-width: 300px;
}

p.more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333;
}

p.more a:hover {
    background-color: #0a3e29;
    border: 1px solid #cbc8b0;
}

p.more a:hover::after {
    border-color: transparent transparent transparent #fff;
}

p.icon {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.5em;
}

#hpb-main p.icon img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}


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

#hpb-main h3 img {
    margin-top: 0;
    margin-bottom: 0;

    vertical-align: middle;
}







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

#breadcrumb {

    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: none;

}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
    content: "＞";
    margin: 0 .6em;
    /* 記号の左右の余白 */
    color: #777;
    /* 記号の色 */
}

#breadcrumb ol {
    padding-left: 7px;
}



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

#hpb-main ul li {
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;

    background-position: 5px 10px;
    background-repeat: no-repeat;
    font-size: 1em;
}

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

#hpb-main dt {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 2px;
    color: #9AC001;
    font-weight: bold;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    padding-left: 10em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

* html #hpb-main dd {
    height: 1%;
    /* for IE6 */
}

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


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

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

#pagetop {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: right;

}

#pagetop a {
    /* ページの先頭へのリンク設定 */
    display: block;
    width: 120px;
    height: 20px;
    text-align: left;
    overflow: hidden;

    margin-left: auto;
    margin-right: 0;

    color: #0d6a9d;
}


/*--------------------------------------------------------
　棚ページタイトル部分
--------------------------------------------------------*/



#tana-title {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #c3b88836;

}

#tana-title h1 {
    display: block;
    width: 100%;
    /* 背景を画像いっぱいに */

    color: #fafbfc;
    font-size: 1.5rem;
    text-align: center;
    /* テキスト中央揃え */
    line-height: 1.2;
    padding: 0.5em 1.5em;
    /* 左右に余白。1.5emなどで左端に余白感 */

    background-color: rgba(46, 46, 44, 0.306);

    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 要素全体を中央に */

    font-family: "Times New Roman", 游明朝, serif;
    box-sizing: border-box;
    /* padding含めた幅計算 */
}

#tana-title h2 {
    text-align: left;
    padding: 0.5em 1.5em;
    /* 上下左右に余白。左に1.5emで視覚的に余白が出ます */
    margin: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    /* パディング込みで幅計算 */
    width: 100%;
    /* 背景や配置の安定化に役立つ */
    position: absolute;
    bottom: 0;
    background-color: rgba(53, 33, 11, 0.606);
}


#tana-title .hero-img {
    width: 100%;
    height: auto;
    max-height: 45vh;
    /* デスクトップで横長に */
    object-fit: cover;
    display: block;
}



.center {
    color: #9d0d23;
    /* 色 */
    font-size: 0.９em;
    /* 小さめ */
    font-weight: normal;
    /* 細字 */
    text-align: center;
    /* 中央ぞろえ */
    text-decoration: underline;
    /* 下線 */
}



/* PC・共通スタイル */


/* 店舗情報　*/


/* カテゴリー1 */


/* 商品一覧ページ デザイン定義 */

#itemlist-title {
    position: relative;

}

#itemlist-title h1 {
    color: #0d6a9d;
    font-size: 1.7em;
    text-align: left;
    padding-left: 1em;
    position: absolute;
    left: 2%;
    top: 30%;
    background: #fff;
    opacity: 0.6;

}

#itemlist-title h2 {
    color: #333333;
    text-align: left;
    padding-left: 0.6em;
    position: absolute;
    top: 50%;
    left: 3%;
    background: #fff;
    opacity: 0.6;
}

#itemlist-title p {
    text-align: left;
    padding-left: 1em;
    position: absolute;
    top: 60%;
    left: 3%;
    background: #fff;
    opacity: 0.6;
}

#itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.item {
    width: 30%;

    margin-right: 0px;
    margin-bottom: 20px;
    position: relative;
}

.new {
    color: #ffffff;
    background-color: #083b4a8d;
    position: absolute;
    top: 0;
    left: 0;


}


.itemimg {
    width: auto;
    max-width: 200px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#itemlist h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #0d6a9d;
}


#itemlist h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1em;

    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;

    font-weight: lighter;
}

#itemlist h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #000000;
}

#itemlist p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 1.1em;
}

#item p.icon {
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}




p.more a {
    padding-right: 1.2em;
    padding-left: 1.2em;

}

/* 種類別説明ページ デザイン定義 */

/* 説明ページ　画像リスト */




/* 商品詳細ページ デザイン定義 */



h2.underline {
    display: block;
    width: 85%;
    margin-top: 2em;
    margin-left: 1.2em;
    margin-bottom: 2em;
    padding-left: 0.2em;
    padding-bottom: 0.2em;
    border-bottom: solid 1px;
    border-color: #cccccc;
    text-align: left;
    color: #474747;

}



/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 768px) {


    #contents h2 {

        font-size: 1.5em;
        line-height: 27px;



        clear: both;

        /*左線*/

    }


    /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
    /* ヘッダー内パーツ */
    #hpb-headerMain {
        width: 100%;

    }



    #hpb-headerLogo {
        width: 70%;


    }

    #hpb-headerLogo a {
        width: 60%;



    }

    #hpb-headerExtra3 {
        display: block;

    }



    #hpb-headerExtra2 {
        height: auto;
        position: relative;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    /* フッター内パーツ */
    #hpb-footerMain {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .menu-left {
        width: 90%;
    }

    .menu-center {
        width: 90%;
    }

    .menu-right {
        width: 90%;
    }

    #hpb-footerMain p {
        /* コピーライト文字設定 */
        word-break: break-all;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    #hpb-footerLogo p {

        margin-bottom: 30px;
    }

    #hpb-footerExtra1 {
        margin-top: 0;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #hpb-footerExtra1 ul {
        /* フッターサブメニュー設定 */
        border-left-width: 0;
    }

    #hpb-footerExtra1 li {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #hpb-footerExtra1 li a {
        display: inline-block;
    }


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

    .size li {


        padding: 0.4em;

    }

    .size li a {


        padding: 0.4em;


    }

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

    p {
        padding-left: 7;
        padding-right: 7;
    }



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


    #breadcrumb {

        padding-top: 0.07em;
        padding-bottom: 0.07em;
        background-color: #f7f1ea;

    }

    #breadcrumb ol li {

        font-size: 0.7rem;
        line-height: 1.2;
    }


    #hpb-main ul {
        margin-right: 0;
        margin-left: 0;
    }

    #hpb-main ul li {
        padding-right: 0;
    }

    #hpb-main dt {
        float: none;
        max-width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }

    #hpb-main dd {
        padding-left: 0;
    }

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

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

    #pagetop a {
        /* ページの先頭へのリンク設定 */
        display: block;
    }


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



    /* 商品一覧ページ デザイン定義 */


    #itemlist-title h1 {

        font-size: 1.7em;
        text-align: left;
        padding-left: 0;
        top: 0;

    }

    #itemlist-title h2 {

        padding-left: 0;
        font-size: 1.2em;
        top: 20%;
    }

    #itemlist-title p {
        font-size: 1em;
        top: 40%;
    }

    .item {
        width: 47%;

    }

    #itemlist h3 {
        font-size: 1em;

    }

    #itemlist p {
        font-size: 0.8em;

    }

    .itemimg {

        max-width: 100%;

    }


    /* 種類別説明ページ デザイン定義 */


    /* 商品詳細ページ デザイン定義 */
    #hpb-wrapper #detail h3 {
        background-color: #ffffff;
        padding-right: 5px;
    }


    /* 横ならび */


    /* タイトル部分 */


    /* スマホ用に調整 */

    @media (max-width: 768px) {
        #tana-title .hero-img {
            max-height: 30vh;
            /* スマホで縦長に */
        }

        #tana-title h1 {
            font-size: 1.2rem;
            padding: 0.4em 1em;
        }

        #tana-title h2 {
            font-size: 0.9rem;
            padding: 0.4em 1em;
            gap: 0.5em;
        }

        #tana-title .title-overlay {
            padding: 0 1em;
        }
    }