@charset "Shift_JIS";

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

/* 囲み */

.kakomi {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 2%;
    margin: 0.5%;
}


/* 横長 */

.yokonaga {
    padding: 2%;

}



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


#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.6em;
    border-radius: 5%;

}


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

/* リンク文字色 */
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: 1.2em;
    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 {
    margin-bottom: 0;
    text-align: right;
    padding-right: 5px;
}

p.more a {
    display: block;
    width: 46px;
    height: 13px;
    margin-left: auto;
    background-image: url(carpet/more_8Ab.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

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;
}



h4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: normal;
    color: #9AC001;
}

h4 img {
    margin-left: 15px;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
}

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

table th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    background-color: #fffdf7;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    white-space: nowrap;
}

table td {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    background-color: #fffdf7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

/* フォームパーツ設定 */
input.button {
    margin-top: 10px;
    margin-bottom: 15px;
}

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

input.l {
    width: 380px;
}

input.m {
    width: 250px;
}

input.s {
    width: 50px;
}


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

#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-image: url(carpet/point_8Ab.png);
    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;
}


/*--------------------------------------------------------
  丸いリンク画像
--------------------------------------------------------*/
#gabbeh {
    display: flex;
    position: relative;
    width: auto;
    hight: auto;
    margin-top: 2%;


}

#gabbeh img.maru {

    width: 180px;
    hight: auto;
    border-radius: 50%;
    margin-right: 10px;
}

#gabbeh p {
    position: absolute;
    top: 30%;
    left: 3%;
    color: #ffffff;
    font-weight: bold;
}

#gabbeh2 {
    display: none
}




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


#hpb-title {
    position: relative;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;

}

#hpb-title h1 {
    display: block;
    width: auto;

    color: #fafbfc;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;


    background-color: rgba(164, 164, 153, 0.449);

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

    position: absolute;
    /*重ねたい子要素にabsolute*/
    top: 10%;
    left: 0%;
}

#hpb-title h2 {
    text-align: left;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #4e5e6d;
    font-weight: normal;

}

#hpb-title p {

    margin-top: 0;
    margin-bottom: 1.5em;
    padding-right: 0.5em;
    padding-left: 1.5%;
    font-size: 1.3em;
    text-align: left;

}




/* 新商品情報 */

#whatsnew {
    margin-top: 15px;
    background-color: #fbf8f6a1;
    padding: 2%;

    border-width: 1px;
    border-style: solid;
    border-color: #000000;

    margin: 0.5%;

}

#whatsnew p {
    color: #cc0000;
    text-align: left;
    font-size: 1.4em;
    padding-top: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

#whatsnew li {
    color: #000000;
    text-align: left;
    font-size: 1em;
}


#newitem {
    width: auto;
    margin-top: 15px;
    background-color: #ffffff;

    display: flex;

    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0px;

    padding: 1%;

}

.itemnew {
    display: block;
    width: 32%;
}

img.newimg {
    width: auto;
    padding: 0;

}


#newitem p {
    color: #000000;
    text-align: left;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 0;

}





/* カテゴリー　*/

#top-category {
    width: auto;

    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px;

    padding-top: 10px;
    padding-bottom: 20px;



}

.category {

    width: 48%;
    background-color: #f4f0ea;
    padding: 5px 5px;
    margin: 5px 5px;
    position: relative;
}

.top-categoryimg {
    width: auto;
    height: auto;
    padding-top: 0;

}

#contents .category h3 {

    position: absolute;
    top: 50%;
    font-size: 1.em;
    color: #075156;
    background-color: #f1f0eda3;
    font-weight: bold;
    min-width: 30%;
}


.category p {
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.4em;
    position: absolute;
    top: 70%;
    background-color: rgba(164, 164, 153, 0.609);
}

#top-category h2 {
    color: #0d6a9d;
    text-align: center;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.7em;


}

/* 店舗情報　*/





/* カテゴリー1 */


/* セクションカテゴリー別　*/

#section-category {
    width: auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 10px;

    padding-top: 10px;
    padding-bottom: 20px;

}

.category {

    width: 48%;
    background-color: #f4f0ea;
    padding: 5px 5px;
    margin: 5px 2px;
}

.category img.categoryimg {
    width: auto;
    height: 300px;
    padding-top: 0;

}


#section-category p {
    color: #000000;
    text-align: left;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.4em;
}

#section-category h2 {
    color: #0d6a9d;
    text-align: center;
    padding-top: 0;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.7em;


}



#category-1 {
    width: 335px;
    float: right;
}

#category-1 a {
    height: 80px;
    background-image: url(carpet/specialBanner_8Ab_05.png);
    background-position: top left;
    background-repeat: no-repeat;
}


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

#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;
}


.sarasalist {
    display: flex;
    flex-wrap: wrap;

}



.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;
}



#item p.more {
    margin-top: 2px;
}


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

#contents {
    max-width: 900px;
    padding-left: auto;
    padding-right: auto;
    margin: auto;
}


#contents h1 {
    border-left-width: 35px;
    border-left-style: solid;
    border-left-color: #0d6a9d;
    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 0px;
    text-align: left;
    color: #0d6a9d;
    font-size: 2em;
    line-height: 1.5;
    overflow: hidden;
    clear: both;

}



#contents h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #5c9dc5;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    color: #0d6a9d;
    font-size: 1.7em;
    line-height: 27px;



    clear: both;

    /*左線*/

}

#contents h3 {
    display: block;
    width: auto;

    color: #448fbd;
    font-size: 1.4em;
    text-align: left;
    line-height: 1.7;
    font-weight: lighter;
    margin-bottom: 0;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

#contents p {
    padding-left: 5px;

    overflow: hidden;
}

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

.contentslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.contents {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 40px;


}

.contentsimg {
    width: auto;
    max-width: 45%;
    margin: auto 20px auto 10px;
    border-radius: 50%;
    float: left;

}




/* よくあるご質問 */
.faq {
    background: #f5fcfc;
    padding: 2em;
    border-radius: 1em;
    text-align: left;
    font-size: 1.2em;
}

.faq dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    font-weight: bold;


}

.faq dt:before {
    content: "Q";
    font-weight: bold;
    color: #cc0000;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6;
    margin-right: .5em;
}

.faq dd {
    margin-bottom: 2em;
}

.faq dd:last-child {
    margin-bottom: 0;
}



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

#detail {
    max-width: auto;
    padding-top: 10px;
}


#detail h1 {


    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;

    padding-right: 0px;
    text-align: left;
    color: #474747;
    font-size: 1.7em;
    line-height: 2;
    overflow: hidden;
    clear: both;
}



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;

}


#detail h2 {
    height: 25px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    color: #0d6a9d;
    font-size: 1.5em;
    line-height: 27px;
    overflow: hidden;
    clear: both;
    border-left: solid 5px #7db4e6;
    /*左線*/

}

#detail h3 {
    display: block;
    width: auto;

    color: #5c9dc5;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.2;


    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

}



#detail .price {
    font-size: 1.3em;
    margin-bottom: 0;
    padding-top: 5px;
}


/* 注文方法ページ デザイン定義 */
#flow {
    background-color: #cccccc;
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
}

#flow ol {
    color: #000000;
    text-align: left;
    font-weight: bold;
}

#flow ol li {
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: url(carpet/flowArrow_8Ab.png);
    background-position: 40px 0px;
    background-repeat: no-repeat;
}

#flow ol li:first-child {
    padding-top: 10px;
    background-image: none;
}

/* キャンペーンページ デザイン定義 */

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


    #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;
    }




    /* タイトル部分 */


    #hpb-title {
        position: relative;
        width: auto;
        margin-right: 0;
        margin-left: 0;

    }

    #hpb-title h1 {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        /*重ねたい子要素にabsolute*/
        top: 0%;
        left: 0%;

    }

    #hpb-title h2 {
        text-align: left;
        padding-top: 0;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.5em;


    }


    #hpb-title p {
        font-size: 1em;
        width: auto;
    }



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

    .size li {


        padding: 0.5em;

    }

    .size li a {


        padding: 0.5em;


    }

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

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

    .hpb-layoutset-02 h2 {
        background-size: contain;
        height: auto;
        line-height: 1.4;
        margin-top: 20px;
        padding-top: 10px;
        padding-right;
        10px;
        padding-bottom: 10px;
        word-break: break-all;
    }





    #hpb-wrapper h4 {
        padding-right: 0;
    }

    h5 {
        padding-right: 5px;
    }

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

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

    input.l {
        width: 96%;
    }

    input.m {
        width: 60%;
    }

    input.s {
        width: 30%;
    }


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


    #breadcrumb {

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

    }

    #breadcrumb ol li {

        font-size: 0.9em;

    }


    #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;
    }


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


    #whatsnew p {
        font-size: 0.98em;
    }

    #newitem p {
        font-size: 0.98em;
    }

    #top-category {}

    #top-category h2 {
        font-size: 1.5em;
    }

    #top-category p {}

    .category {

        width: auto;

    }

    .category img.categoryimg {
        width: auto;
        height: auto;

    }

    #section-category {
        flex-direction: column;
        width: auto;

    }

    #section-category h2 {
        font-size: 1.5em;
    }

    #section-category p {}


    /* 新商品情報 */
    #toppage-item div.item {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    #toppage-item img.newimg {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    #toppage-item h4 {
        width: auto;
        float: none;
    }

    #toppage-item p.price {
        margin-top: 10px;
    }


    /* 店舗情報　*/

    #shop-info {
        width: auto;

        display: flex;
        flex-direction: column;



        margin-top: 0;
        margin-bottom: 10px;

        padding-top: 0px;
        padding-bottom: 0px;

    }

    .information {

        width: 100%;
        background-color: #fcfafa;
        padding: 5px 5px;
        margin: 0px 0px;
    }

    .information h2 {

        color: #0d6a9d;
        text-align: left;
        padding-top: 0;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.5em;
    }

    .info {

        width: auto;
        background-color: #fcfafa;
        padding: 5px 5px;
        margin: 0px 0px;
    }

    .info h2 {

        color: #0d6a9d;
        text-align: left;
        padding-top: 0;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.5em;
    }

    .info img.shopimg {
        width: auto;
        height: auto;
        padding-top: 0;

    }

    .information p {
        color: #000000;
        text-align: left;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0px;
    }

    #shop-info p {
        color: #000000;
        text-align: left;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0px;
    }

    #shop-info h2 {
        display: block;
        width: 100%;
        color: #0d6a9d;
        text-align: center;
        padding-top: 0;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.2em;


    }

    #shop-info h3 {

        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 10px;




        text-align: left;
        color: #0d6a9d;
        font-size: 1.3em;

        overflow: hidden;
        clear: both;
        border-left: solid 5px #7db4e6;
        /*左線*/

    }

    #shop-info img.left {
        float: left;
        margin-right: 10px;
    }

    /* カテゴリー1 */
    #category-1 {
        max-width: 100%;
        float: none;
    }

    #category-1 a {
        background-size: contain;
        background-position: top center;
    }

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


    #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%;

    }


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

    #contents {
        padding: 0px;
    }

    #contents p {}

    .contents {
        width: 100%;

    }

    .contentsimg {

        max-width: 45%;

    }


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

    #detail {
        padding: 0px;
    }

    #detail p {}

    /* 注文方法ページ デザイン定義 */
    #flow {
        margin-left: 0;
        margin-right: 0;
    }



    /*--------------------------------------------------------
  丸いリンク画像
--------------------------------------------------------*/
    #gabbeh {
        display: none;
        position: relative;

    }

    #gabbeh img.maru {

        width: 180px;
        hight: auto;
        border-radius: 50%;

    }

    #gabbeh2 {
        display: block;
        position: relative;
        margin-top: 0;
        float: right;

    }

    #gabbeh2 img.maru {

        width: 80px;
        hight: 80px;
        border-radius: 50%;
        margin-top: 15%;
    }

    #gabbeh2 p {
        position: absolute;
        display: block;
        top: 40%;
        left: 10%;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.7em;
    }