@charset "utf-8";

/*------/*------/*------/*------/*------/*------/*------/*------
            
           共通 reset

-------*-------*-------*-------*-------*-------*-------*-------*/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:transparent; list-style: none; font-style: normal; font-weight: normal; 
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display: block;}
nav ul { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#5d5750;text-decoration:none;}
mark {background-color:#ff9;color:#5d5750;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #5d5750;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #b1b1b1;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}
br { letter-spacing: 0; }

/* Win_IE表示用 */
* {
    /*\*/
    *zoom: 1;
    /**/
}

/* General Setting 
----------------------------------------------------------------------------------------------------*/
p {
    line-height: 1.7;
    box-sizing: border-box;
}
/*--Form--*/
form {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.3em 0.6em 0.7em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0; 
    white-space: normal; 
    *margin-left: -7px; 
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 14px;
    *width: 14px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}

/*--Others--*/
strong {
    font-weight: bold;
}
table {
    width:100%;
}
div a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*------/*------/*------/*------/*------/*------/*------/*------
            
共通HTMLで使用している可能性があるので残しておくstyle指定系のclass

-------*-------*-------*-------*-------*-------*-------*-------*/
.float-left { float: left; }
.float-right {float: right; }
.both { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.inline_block { display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
.no_textDeco { text-decoration: none !important; }
.textDeco { text-decoration: underline; }
.darkred { color: #900; }
.org { color: #f60; }
.darkpnk { color: #ff4d4d; }
.font-L { font-size: 112%; }
.center { text-align: center; }
.right { text-align: right; }
strong { font-weight: bold; }
.font-b{ font-weight:bold; }
.inline_block { display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
.m0 { margin: 0 !important; }
.m10 { margin: 10px !important; }
.m20 { margin: 20px !important; }
.m30 { margin: 30px !important; }
.m40 { margin: 40px !important; }
.m50 { margin: 50px !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.p40 { padding: 40px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt40 { padding-top: 40px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr40 { padding-right: 40px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl40 { padding-left: 40px !important; }
.fs12 { font-size: 12px; font-size: 1.2rem　!important; } /* =12px */
.fs14 { font-size: 14px; font-size: 1.4rem　!important; } /* =14px */
.fs16 { font-size: 16px; font-size: 1.6rem　!important; } /* =16px */
.fs17 { font-size: 17px; font-size: 1.7rem　!important; } /* =17px */
.fs18 { font-size: 18px; font-size: 1.8rem　!important; } /* =18px */
.fs20 { font-size: 20px; font-size: 2.0rem　!important; } /* =20px */
.fs22 { font-size: 22px; font-size: 2.2rem　!important; } /* =20px */
.fs24 { font-size: 24px; font-size: 2.4rem　!important; } /* =24px */
.fs26 { font-size: 26px; font-size: 2.6rem　!important; } /* =26px */
.fs28 { font-size: 28px; font-size: 2.8rem　!important; } /* =28px */
.fs30 { font-size: 30px; font-size: 3.0rem　!important; } /* =30px */
.fs32 { font-size: 32px; font-size: 3.2rem　!important; } /* =32px */
.fs34 { font-size: 34px; font-size: 3.4rem　!important; } /* =34px */
.fs36 { font-size: 36px; font-size: 3.6rem　!important; } /* =36px */
.fs38 { font-size: 38px; font-size: 3.8rem　!important; } /* =38px */
.fs40 { font-size: 40px; font-size: 4.0rem　!important; } /* =40px */

/* Clearfix 
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        font　文字色　段落関係

-------*-------*-------*-------*-------*-------*-------*-------*/
/* ※テキスト選択時のstyle */
/* hover color を使うとそれらしくなるが可読性悪くなる場合は指定しない */
::selection {
    background: #659133;
    color: #fff;
}
::-moz-selection {
    background:#659133;
    color: #fff;
}

html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; color:#333} 

a {
    color: #333;
    text-decoration: none;
}
/* 商品価格 */
.price{color:#5d5750;}

/* リンクテキスト */
.link{color:#62b4f6;}

/* タイトルテキスト、強調テキスト */
.bold_color{color:#333;}

/*a:hover {
    color: #ffbbbb;
    text-decoration: none;
}*/
/*a:visited {
    color: #333;
}*/

/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 images

-------*-------*-------*-------*-------*-------*-------*-------*/
img {
    max-width:100%;
}

table {
    width:100%;
}
div a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 Form

-------*-------*-------*-------*-------*-------*-------*-------*/
form {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.3em 0.6em 0.7em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0; 
    white-space: normal; 
    *margin-left: -7px; 
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 14px;
    *width: 14px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 float, Clearfix 

-------*-------*-------*-------*-------*-------*-------*-------*/
.float-left { float: left; }
.float-right {float: right; }
.both { clear: both; }

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
       共通 レイアウト

-------*-------*-------*-------*-------*-------*-------*-------*/

body {
    margin:0;
    line-height: 1.8;
    font-family: 'Avenir','Helvetica Neue','Arial','游ゴシック Medium','Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
    letter-spacing: 0.1em;
}
input{
    font-family: 'Avenir','Helvetica Neue','Arial','游ゴシック Medium','Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
}
section {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#wrapper {
    width: 100%;
    height: auto;
    background-image: url(../../images/sp/shop_bg.jpg);
    background-size: 100%;
}

/*------ ヘッダ
--------------------------------*/
#header {
    position: relative;
    background: url(../../images/sp/header_bg.jpg) no-repeat;
    background-size: 100%;
    /* height: 80px; */
    width: 100%;
    height: max-content;
    /* overflow: hidden; */
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    aspect-ratio: 4 / 1;
    display: block;
}

#header .logo {
    position: absolute;
    left: 50%;
    top: 0;
    width: 137px;
    height: 46px;
}
#header .menu {
    position: absolute;
    /* top: 16%; */
    top: 10px;
    left: 7%;
    font-size: 2.3rem;
}

.menu a{
     color: #fff;
}
/*
.menu span.on {
    background: url(../../images/sp/h_menu_close02.png) no-repeat right top;
    width: 46px;
    height: 46px;
    position: absolute;
    display: block;
    background-size: 46px 46px !important;
    -moz-background-size: 46px 46px !important;
    -webkit-background-size: 46px 46px !important;
}
*/
#header ul.right_nav {
    position: absolute;
    float: right;
    right: 0;
    width: 100px;
    /* top: 30%; */
    top: 22px;
    margin-right: 0;
    text-indent: 0;
    background: none;
}
#menuHead li a {
    width: 60px;
    height: 46px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 46px 44px !important;
    -moz-background-size: 46px 44px !important;
    -webkit-background-size: 46px 44px !important;
}
li.search, .cart a {
    width: auto;
    height: auto;
    float: left;
    padding: 0 0 0 16px;
    display: block;
    text-align: center;
    font-size: 2.0rem;
    color: #ffffff;
    line-height: 1;
}
#menuHead li {
    position: relative;
    width: 44px;
    height: 46px;
    float: left;
}
h1#headLogo {
    width: 32%;
    margin: 0 auto;
    text-align: center;
    padding-top: 16px;
}
h1#headLogo a {
    width: auto;
    margin-top: 3px;
    margin-bottom: 5px;
    height: auto;
}
#header_main .navControl a:before {
    content: '\00bb''\00a0';
}

/*--ヘッダ　アカウント情報--*/
#header_account {
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;   
    width: 30%;
}
#header_account ul {
    text-align: right;
}
#header_account li.cart {
    font-size: 86%;
    min-height: 28px;
    margin-bottom: 15px;
}
#header_account li.name a {
    color: #e98c11;
    text-decoration: underline;
    margin-right: 3px;
}

/*--ヘッダ　検索窓--*/
.glyphicon-chevron-up{
	    box-shadow: 0 0 1px #cdcdcd; 
}

div#search_tub.glyphicon-chevron-down{
        display:none!important;
}
a.searchon {
    width: 44px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 44px;
}
div#search_tub {
    margin: 1% auto;
    width: 95%;
}
#header_searchBox_inn {
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
#header_searchBox .nav-searchField {
    background: none repeat scroll 0 0 #fff;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cdcdcd #bdbdbd #bdbdbd #cdcdcd;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 35px;
    overflow: hidden;
    width: auto;
}
#header_searchBox .nav-searchField #nav-searchFieldInner {
    height: 100%;
    padding: 0;
    position: relative;
    white-space: normal;
}
#header_searchBox .nav-searchField #searchText {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-family: "arial","sans-serif";
    font-size: 1.2rem;
    height: 23px;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0 0 0 8px;
    position: absolute;
    top: 6px;
    width: 100%;
}
#header_searchBox .submitBtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #5b626a;
    border-color: #485059 #2c3137 #363c43 #485059;
    border-image: none;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 1;
}
#header_searchBox .submitBtn input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "arial","sans-serif";
    font-size: 86%;
    font-weight: bold;
    height: 100%;
    line-height: 33px;
    margin: 0;
    outline: medium none;
    padding: 0 11px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

/*　検索結果一覧　*/

#contents h2.dai_cate_title{
	font-size: 1.4rem !important;
    font-weight: bold !important;
}

/*------ カテゴリーメニュー
--------------------------------*/
/*--メニュー本体（フッタ内カテゴリーメニューと共用）--*/
ul.catList {
    padding: 0 5px;
}
ul.catList li ul {
    display: none;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #fff;
}
ul.catList li ul li ul {
    border-bottom: 1px dotted #fff;
}
ul.catList li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #fff;
}
ul.catList li.hasChild a {
    border-bottom: 1px dotted #fff;
}
ul.catList li.hasChild > a:before {
    content: '\00bb''\00a0';
}
ul.catList li.hasChild ul li:last-of-type a {
    border: 0
}
/*------ フッタ
--------------------------------*/
#footer {
    clear: both;
    background-color: #2b1919;
}
#footer .title {
    color: #fff;
    font-size: 93%;
    font-weight: bold;
    padding: 8px;
    background: #9B9B8C;
}
#footer a {
    color: #fff;
}

#footer .link_top {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
}

.ft_sns{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 3% 0;
}
ul.iconObj li {
    width: 23%;
    overflow: hidden;
    display: inline-block;
    margin: 2%;
    font-size: 2.5rem;
    vertical-align: top;
    }
ul.iconObj li span {
    font-size: 12px;
    display: block;
}
.officialHP h5 {
    font-size: 2.3rem;
    color: #fff;
    padding: 2% 0 2%;
    width: 40%;
    margin: 0 auto 0;
}
.officialHP {
    text-align: center;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
}

/*--フッタ内カテゴリーメニュー
#foot_catNav {
    margin-bottom: 10px;
}
#foot_catNav ul.catList li ul {
    border-bottom: 1px solid #ccc;
}
#foot_catNav ul.catList li ul li ul {
    border-bottom: 1px dotted #ccc;
}
#foot_catNav ul.catList li a {
    border-bottom: 1px solid #ccc;
}
#foot_catNav ul.catList li.hasChild a {
    border-bottom: 1px dotted #ccc;
}
#foot_catNav ul.catList li.hasChild ul li:last-of-type a,
#foot_catNav ul.catList li:last-child a {
    border: 0
}--*/

/*--コピーライト--*/
#footer #copyright {
    color: #555;
    font-weight: normal;
    font-size: 1rem;
    height: 44px;
    background: #fbfbfb;
    position: absolute;
    width: 100%;
    padding: 15px 0 0 10px;
    box-sizing: border-box;
}
p.totop{
    position:relative;
    float: right;
    width:45px;
    height:44px;
}



/*------ コンテンツ
--------------------------------*/

#contents, #index_bg {
    width: 90%;
    clear: both;
    height: auto;
    overflow: hidden;
    /* float: left; */
    margin: 0 auto;
    background-size: 100%;
}

#contents .inner {
   /* margin: 0 5%;*/
    overflow: hidden;
	padding: 10px;
	background: #f4eee4;
}
#contents{
    margin-bottom: 10px;
	
}
/*------ common style
--------------------------------*/
/*--タイトル--*/
h2#catName,
h2#title {
    color: #e98c11;
    font-size: 131%;
    font-weight: bold;
}
h2#title {
    border-bottom: 1px dashed #7f7f7f;
}
h2#productName {
    color: #333333;
    font-size: 147%;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
}
.titleA {
    text-align: center;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.titleB {
    color: #fff;
    font-size: 129%;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 15px 0;
    background: #9b9b8c;
}
.titleC {
    color: #171611;
    font-size: 15px !important;
    font-weight: bold;
    padding: 8px;
    /* background: #9B9B8C; */
    text-align: center;
    border-top: 1px solid #171611;
    border-bottom: 1px solid #171611;
}
.titleD {
    color: #b20000;
    font-weight: bold;
}


/*--カテゴリータイトルエリア--*/
#catTitle {
    margin: 0 2% 10px;
}
/*--カテゴリータイトル--*/
h3#catDescription {
    color: #666;
    font-size: 93%;
    line-height: 1.2;
}


/*--ボタン--*/
.buttonArea {
    width: 90%;
    margin: 0 5% 20px;
}
.buttonArea li a {
    color: #fff;
    font-size: 116%;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    padding: 16px 0;
    border: 0;
    border-radius: 5px;
    background: #dc586f;
    display: block;
}
.buttonArea li.gry a {
	background: #ddd !important;
    border: none;
    color: #5d5750 !important;
}

/*--リンク--*/
a.colA_UL {
    color: #62b4f6;
    text-decoration: underline;
}
a.UL {
    text-decoration: underline;
}

/*--テキスト--*/
.ltGry {
    color: #666;
}


/*--ブロック、エリア、フォームなど--*/
input {
	padding: 5px;
    box-sizing: border-box;
    /*width: 100%;*/
}
label>input {
	width: auto;
}
.lead {
    margin: 10px 0;
}


/*--カテゴリーナビ--*/
#cat_Nav {
    margin-bottom: 20px;
    width: 100%;
    float: left;
        display: none;
}
#cat_Nav ul {
    font-size: 0;
}


#cat_Nav li.cart {
    width: 100%;
}

#cat_Nav h2 {
    margin: auto;
    text-align: center;
    /* border-top: solid #ccc 1px; */
    /* border-bottom: solid #ccc 1px; */
    color: #fff;
    background: #000;
    padding: 1% 0;
    float: left;
    width: 100%;
}

#cat_Nav li {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 4;
    width: 50%;
    height:50px;
    float:left;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    background: #f9e597;
}
#cat_Nav li.last_child {
    border-bottom: 0;
}
#cat_Nav li.left_child {
    border-right: 0;
}
#cat_Nav li.full {
    width: 100%;
    text-align: center;
}

#cat_Nav li a {
    text-decoration: none;
    left: 0;
    width: 95%;
    height: 100%;
    padding-left: 5%;
    display: block;
}

#cat_Nav li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #f9e597;
    right: 10px;
    top:40%;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top_title{
    padding: 4%;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    background-color: #000;
    margin: 15px auto;
}

.news_title{
	margin-bottom: 0 !important;
}

.new_info {
    background: #320f05;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
}

.new_topics {
    width:100%;
    padding:2%;
    box-sizing:border-box;
    overflow:hidden;
    color:#fff;
}

.new_info h3.top_title{
    color:#fff;

}

.top_news{
    /*width: 100%;*/
    overflow: hidden;
    height: auto;
}

.news_list {
    max-width: 100%;
    overflow: hidden;
    padding: 5%;
    border-top: 1px solid #ccc;
    background:#eff4eb;
    font-size:12px;
    font-size:1.2rem;
}
.last_child{
    border-bottom: 1px solid #ccc;  
}

.shop_contents {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.shop_contents dl {
    max-width: 100%;
    overflow: hidden;
    padding: 5%;
    border-bottom: 1px solid #ccc;
}

.shop_contents dt {
    max-width: 25%;
    float: left;
    margin-right: 4%;
}

.shop_contents dt img {
    width: 100%;
    height:auto;
}

.shop_contents dd {
    width: 70%;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
}

.shop_contents p{
    font-size: 14px;
    font-size: 1.4rem;  
}



span.ranking_namber01 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #cf5c3b;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: -16px;
    margin-left: 4%;
    position: absolute;
    z-index: 1;
}

span.ranking_namber02 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #62b4f6;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: -16px;
    margin-left: 4%;
    position: absolute;
    z-index: 1;
    left: 50%;
}

p.topics_text {
    color: #3E7600;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 4%;
    box-sizing: border-box;
}

span.news_more {
    text-align: right;
    display: block;
}

/* ---------------------------------------- */
/* NAV */
#shopMenu {
position: absolute;
left: 0;
top: 0;
background-color: #320f05;
width: 260px;
padding-bottom: 0;
display: none;
}

#sidr.sp_nav_inner{
    background-color:#ccc;
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 2000px;
    padding-bottom: 0;
    display: none;
}

/*------ サイドナビゲーション
--------------------------------*/
div#sidr {
}

div#sidr li, div#sidr dt{
    background: #272621;
}


#sidr ul li a, #sidr ul li span{
	font-size: 14px !important;
    color: #fff;
    font-weight:bold;
}

#sidr dl.accordion {
    background: #ffbbbb !important;  
    width: 100%;
}

#sidr dl.accordion dt {
/*  border-bottom:1px solid #EEE;*/
    text-indent:15px;
    line-height:48px;
    color:#fff;
    font-weight:bold;
}

#sidr dl.accordion dt:not(.side_guest) {
    background:url(../../images/sp/open.png) 95% center no-repeat;    
    cursor:pointer;
}

#sidr dl.accordion dt.open:not(.side_guest) {
    background:url(../../images/sp/close.png) 95% center no-repeat;
}

#sidr dl.accordion dd {
    background: #210a03;
    line-height: 1.5;
    display: none;
}

#sidr p.nav_border {
    width: 100%;
    background: #ffbbbb;
    font-weight: bold;
    margin: 0;
    padding: 0 15px;
    color: #fff;
}

.nav_child li a{
    background-color: #f9e194;
    color: #000 !important;
}

.nav_child02 li a{
/*    background-color:#320f05 !important;
  border-top: 1px solid #694339!important;
    border-bottom:none!important;*/
}

.item_cat li:not(.cat_title) a{
	background-color: #f8e39f;
    color: #000 !important;
}

/*.cat_title{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}*/

/*.nav_child02 .cat_title a{
    background-color:#320f05 !important;
}*/

#sidr dl.close {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 0;
}

#sidr dd.nologin_user_memu {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    overflow: hidden;
    background-color: #320f05;
}

#sidr dd.nologin_user_memu a{
    background-color: #694339;
    background-size: 107px 32px !important;
    -moz-background-size: 107px 32px !important;
    -webkit-background-size: 107px 32px !important;
    float: right;
    padding: 0;
    width: 107px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ddd;
}

#sidr li.closed a {
    text-align: center;
    font-weight: bold;
}

#sidr .accordion label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#sidr .accordion label {
    position: relative;
    display: block;
    background: #272621;
	font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    line-height: 50px;
}

/*------/*------/*------/*------/*------/*------/*------/*------
            
        ピックアップ（カルーセル）
            
-------*-------*-------*-------*-------*-------*-------*-------*/
#pickup {
    width: 100%;
    margin: 0 auto;
}
#pickup #pickupTitle {
    color: #e98c11;
    font-size: 154%;
    font-weight: bold;
    margin-left: 5px;
}
#pickup #pickupTitle span {
    color: #5d5750;
    font-size: 50%;
    font-weight: normal;
    margin-left: 5px;
}
#pickup #pickupItem {
    padding: 3% 4%;
    margin: 0 0 2%;
    overflow: hidden;
    background: rgba(247, 247, 247, 0.51);
    position: relative;
}
#pickup #pickupItem ul li {
    height: auto;
    min-height: 150px !important;
    margin-right: 5px;
    display: block;
    float: left;
}
#pickup #pickupItem ul li div.data {
    font-size: 85%;
    font-weight: bold;
    width:100px;
}
#pickup #pickupItem ul li div.data span {
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
}
#pickup #pickupItem .carouPrev,
#pickup #pickupItem .carouNext {
    width: 15px;
    height: auto;
    position: absolute;
    top: 40px;
}
#pickup #pickupItem .carouPrev{ left:0; }
#pickup #pickupItem .carouNext { right: 0;}

#pickup #pickupItem .carouPrev:before {
    content: "\f104";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
}
#pickup #pickupItem .carouNext:before {
    content: "\f105";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
}
/*
#pickup #pickupItem .carouPrev{
    background: url(../../images/sp/sliderNav_l_pick.png) no-repeat 0 0;
    background-size: 35px;
    left: 7px;
}
#pickup #pickupItem .carouNext{
    background: url(../../images/sp/sliderNav_r_pick.png) no-repeat 0 0;
    background-size: 35px;
    right: 7px;
}
*/
/*------商品詳細説明tab-------*/
.tab {
    width: 100%;
    box-sizing: border-box;
    margin: 5% auto;
    font-size: 12px;
    font-size: 1.2rem;
}
.tab li {
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 1px #ccc solid;
    box-sizing: border-box;
    height: 50px;
    font-weight:bold;
}
.tab li.active {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: -1px;
    text-decoration: none;
    color: red;
    width: 50%;
    height: 50px;
    border-bottom: 1px solid #fff!important;
}
/*クリックするタブ部分*/
.tab li a {
    float: left;
    width: 100%;
    padding-top: 8%;
    text-align: center;
    box-sizing: border-box;
    height: 50px;
    display: block;
    background-color: #d0bfa5;
    text-decoration: underline;
}
.content_item_tub {
    clear: both;
    overflow: hidden;
    border: 1px solid #272621;
    height: auto;
    box-sizing: border-box;
    padding: 2%;
    margin: 0 auto;
    background: #fafbee;
}
/*切り替わる部分はまず全部消しておく*/
.area {
    display: none;
}

/*選択中のタブのリンクカラー*/ 
.tab li.active a{
    color: #fafbee;
    background-color: #2b1919;
    text-decoration: none;
}



/*------/*------/*------/*------/*------/*------/*------/*------
            
        商品詳細ページ  ( select_item.phtml ) 
            
-------*-------*-------*-------*-------*-------*-------*-------*/
#snsbox {
    margin:10px 0;
    text-align:center;
}

#snsbox li{
    margin-right:8px;
}


/*--ページネート--*/
#pagenate {
    text-align: center;
    margin-bottom: 2%;
}
#pagenate ul {
	overflow: hidden;
	    display: inline-block;
    height: 35px;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.6);
}
#pagenate li {
    display: block;
    float: left;
}
#pagenate li a {
    cursor: pointer;
}
#pagenate li a:hover {
	text-decoration: none;
}
#pagenate li.prev a,
#pagenate li.next a {
    color: #1f1416;
    font-size: 20px;
    text-decoration: none;
    padding: 0px 10px;
    display: block;
    line-height: 35px;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    /* border-radius: 2px; */
    /* background: linear-gradient(#fff, #ddd); */
}
#pagenate li.prev a:hover,
#pagenate li.next a:hover {
    color: #c11a1d;
    background: none;
}

#pagenate span, #pagenate li a:hover {
    background-color: #1f1416;
    color: #fff;
    line-height: 35px;
    display: block;
    padding: 0 10px;
}

.pagelink {
    display: block;
    padding: 0 10px;
    float: left;
    transition: 400ms ease;
    color: #1f1416;
    letter-spacing: 0.1em;
    line-height: 35px;
}

#tmp_ex{
	font-size: 1.4rem;
	padding-left: 5px;
}

.bx-pager{
    bottom: -30px !important;
}

#contents .icon_ullist+div{
	margin-bottom: -30px !important;
}

/*------ 商品リスト
--------------------------------*/
#productList {
    margin: 0 auto;
    /*width: 90%;*/
    overflow: hidden;
}

#productList dl {
    font-size: 93%;
    width: 49%;
    margin: 0 0% 20px 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

#productList dl img {
    height: auto;
}

#productList dl .new {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
#productList dt {
    margin-bottom: 10px;
    text-align: center;
}

#productList dd {
}
#productList dd ul {
    margin-bottom: 5px;
    overflow: hidden;
}
#productList dd ul li {
    /*display: inline-block;*/
}
#productList dd ul.data li {
    line-height: 1.8rem;
}
#productList dd ul.stock{ margin-bottom:0px; }
#productList dd ul.stock li {
    width: 75px;
    margin-right: 2px;
}


#result_num_p{
	font-size: 85%;
	color: #5d5750;
	padding:0;
}

.result_num , .koumoku_txt{
	font-weight:bold;
	color: #5d5750;
}

#result_sort_p{
	/*font-size: 85%;*/
	color: #5d5750;
	padding:0;
}

.sort_select {
	font-size: inherit;
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-weight:bold;
	border:none;
	
}


/*------ 詳細ページ
--------------------------------*/
#detail {
}
/*
#detail #delivery {
    margin-top: 15px;
    width: 100%;
}
#detail #delivery li {
    display: inline-block;
}
*/
#detail #description {
    color: #666;
}
#detail #cartArea {
    margin: 10px 0;
    padding: 10px 2%;
}
#detail #cartArea .name {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
#detail #cartArea a {
    font-weight: bold;
    text-decoration: underline;
}
#detail #cartArea form div.item {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dotted #333 !important;
}
#detail #cartArea form label span {
    font-weight: bold;
    margin: 0 20px 5px 0;
    float: left;
    color:#5d5750;
    
}
#detail #cartArea form label p {
    font-weight: bold;
    margin-bottom: 5px;
    float: right
}
#detail #cartArea select {
    margin-right: 3px;
    border: 1px solid #5d5750;
    background: #fff;
    border-radius: 0;
}
#detail #cartArea .note {
    color: #666;
    font-size: 85%;
    margin: 5px 0 10px;
}
#detail #cartArea .setitembtn{
    //background-image: -moz-linear-gradient(center top , #ededed 0%, #ededed 49%, #ddd 50%, #ddd);
    background-color: #ddd;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #5d5750;
    font-size: 85%;
    padding: 5px;
    text-decoration: none;
}

#detail #deliInfo {
    color: #666;
    margin-bottom: 10px;
}
#detail #deliInfo p span {
    //margin-left: 10px;
}
#detail #SNS {
    font-size: 0;
    width: 225px;
    margin: 10px auto;
    overflow: hidden;
}

#detail #SNS li {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#detail #SNS li.title {
    width: 41px;
    margin-right: 9px;
}


#detail #tag {
    font-size: 0;
    padding: 10px 0 3px;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
#detail #tag li {
    font-size: 13px;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    display: inline-block;
    background: #fc9;
    vertical-align: middle;
}
#detail #tag li a {
    display: block;
}
#detail #detailComment {
    margin: 10px 0;
    color:#5d5750;
}

#notes_space {
    padding: 10px;
    overflow: hidden;
    text-align: left;
    font-size:90%;
    color:#cc3300
}

#deli_send_blk {
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
}

#pos_shop_dispbox {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
}

.kigen {
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #CCC;
    padding: 2%;
    margin-top: 10px;
    box-sizing: border-box;
}

#snsbox ul{
    width:100%;
    box-sizing:border-box;
    margin:5%;
}


#snsbox ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#snsbox ul li span { vertical-align: top;}


/*--カート内（モーダルウィンドウ）--*/
#detail_cart .cartInner {
    margin-bottom: 30px;
}
#detail_cart .cartInner dd {
    width: 65%;
    padding-right: 12%;
}

/*------ カート（お客様情報・お支払方法・確認画面・注文完了）
--------------------------------*/
/*--カートの中身リスト--*/
.cartInner {
    margin: 10px 0 20px;
}
.cartInner dl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.cartInner dt {
    width: 20%;
    margin-right: 3%;
    float: left;
}
.cartInner dd {
    font-weight: bold;
    width: 77%;
    float: right;
    position: relative;
}
.cartInner dd li.subTotal {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #ccc;
}
.cartInner select {
    min-width: 80px;
    margin: 0 3px;
}
.cartInner .cancel {
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
}
.cartInner .grandTotal {
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}
.cartInner .grandTotal span,
.cartInner li.subTotal span {
    font-size: 124%;
}
.cartInner .grandTotal span {
    color: #b20000;
}
.cartInner .buttonArea li {
    margin-bottom: 10px;
}

.cartInner #addcarttxt {
    color: #900;
    font-weight: bold;
    margin: 20px 0;
}

.cartInner .setitembtn{
    //background-image: -moz-linear-gradient(center top , #ededed 0%, #ededed 49%, #ddd 50%, #ddd);
    background-color: #ddd;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #5d5750;
    font-size: 85%;
    padding: 5px;
    text-decoration: none;
}


/*--カート お客様情報--*/
#cart #customerInfo,
#cart #deliveryInfo {
    margin: 10px 0 20px;
}
#cart #customerInfo p {
    line-height: 1.3;
}
#cart #secom {
    margin: 10px 0;
    display: table;
}
#cart #secom dt,
#cart #secom dd {
    display: table-cell;
    vertical-align: middle;
}
#cart #secom dt {
    width: 31px;
    padding-right: 9px;
}
#cart #secom dd {
    font-size: 77%;
    line-height: 1.2;
}
#cart .rgBox {
    margin: 10px 5px 20px;
    border: 1px solid #FF7519;
}
#cart .rgBox .title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    background: #ff7519;
}
#cart .rgBox .rgBoxInner {
    padding: 10px;
}
#cart .rgBox dl {
    margin-bottom: 10px;
}
#cart .rgBox .buttonArea {
    margin: 10px auto 0;
}

/*--お客様情報フォーム--*/
.formWrap {
    width: 100%;
}
.formWrap span.hissu {
    color: #f00;
    font-weight: bold;
}
.formWrap .formTop {
    margin: 10px 0;
}
.formWrap .formTop,
.formWrap .notice {
    font-size: 85%;
}
.formWrap .userInfo {
    padding-top: 8px;
    border-top: 1px dotted #888;
}
.formWrap .userInfo dl {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #888;
}
.formWrap .userInfo dt {
    padding-bottom: 5px;
}
.formWrap .userInfo dd {
    font-size: 85%;
    padding: 0 0 0 5px;
}
.formWrap .userInfo dd span {
    color: #878787;
    font-size: 90%;
    display: inline-block;
    margin-top: 3px;
}
.formWrap select {
    font-size: 15px;
    min-width: 80px;
}
.formWrap label {
    margin-right: 15px;
}
.formWrap .buttonArea {
    margin-top: 10px;
}
.formWrap .buttonArea li {
    margin-bottom: 10px;
}


.formWrap #input_send_btn {
    background-color: #e98d11;
    border: 1px solid #e98d11;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    width: 40%;
}


.formWrap .selectDeli {
    margin: 20px 0;
}
.formWrap .selectDeli li {
    margin-bottom: 15px;
}
.formWrap .selectDeli select {
    width: 70%;
}
.formWrap .selectDeli input {
    color: #fff;
    text-aign: center;
    width: 40%;
    margin-right: 10px;
    display: inline-block;
    border: 0;
}
.formWrap .selectDeli input.bt01 {
    background: #e98d11;
}

/*.formWrap .selectDeli #get_deli_btn, .formWrap .selectDeli #reset_deli_btn {
    font-size:87%;
}*/

#reset_deli_btn {
	background-color: #fff;	
}

.formWrap .selectDeli #add_send_btn{
    background-color: #e98d11;
    border: 1px solid #e98d11;
    font-size: 90%;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #e98d11;
    border-radius: 5px;
}


/*--カート お客様情報(配送先割り当て）--*/
#cart_delivery .buttonArea {
    margin: 10px auto;
}
#cart_delivery #quotaInfo .buttonArea li {
    margin-bottom: 10px;
}
#quotaInfo {
    margin: 10px 0 20px;
}
#quotaInfo dl {
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 10px 5px;
    background: #ddd;
    position: relative;
}
#quotaInfo dt {
    color: #e98d11;
    font-size: 108%;
    margin-bottom: 10px;
}
#quotaInfo dt span {
    margin-right: 5px;
}
#quotaInfo dd ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
}
#quotaInfo dd ul:last-of-type {
    margin: 0;
    border: 0;
}
#quotaInfo dd p.reset_btn a {
    color: #fff;
    font-size: 85%;
    font-weight: normal;
    text-align: center;
    width: 84px;
    padding: 5px 0;
    display: block;
    background: #999;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration:none;
}

/*--お支払方法--*/
#payment strong {
    color: #b20000;
}
#payment p {
    font-size: 93%;
}
#payment #payment_list li {
    font-size: 93%;
    padding: 10px 0;
    border-bottom: 1px dashed #888;
}
#payment #payment_list li:last-child {
    /*margin-bottom: 20px;*/
    border: 0;
}
#payment #payment_list li p {
    font-size: 100%;
    margin-left: 15px;
}
#payment #payment_list li p strong {
    font-weight: normal;
}
#payment #payment_list li div {
    margin-right: 20px;
    display: inline-block;
}
#payment #payment_list li div.item {
    font-size: 13px;
}
#payment #payment_list li label {
    font-size: 125%;
    font-weight: bold;
}
#payment select {
    font-size: 15px;
}
#payment textarea {
    width: 94%;
    min-height: 100px;
    padding: 3px;
}
#payment .cardList {
    width: 125px;
    margin: 5px 0 5px 15px;
}
#payment table.daibiki {
    width: 90%;
    margin-left: 15px;
}
#payment table.daibiki th.total,
#payment table.daibiki tr:nth-child(odd) td.total {
    background: rgba(206,206,206,1)
}
#payment table.daibiki tr:nth-child(even) td.total {
    background: rgba(206,206,206,0.5)
}
#payment table.daibiki th.fee,
#payment table.daibiki tr:nth-child(odd) td.fee {
    width: 30%;
    background: rgba(221,221,221,1);
}
#payment table.daibiki tr:nth-child(even) td.fee {
    width: 30%;
    background: #fff;
}
#payment table.daibiki th,
#payment table.daibiki td {
    padding: 5px;
}
#payment table.daibiki th {
    font-weight: bold;
    vertical-align: middle;
}
#payment table.daibiki .fee {
    text-align: right;
}
#payment #deliDate,
#payment #deliTime,
#payment #message {
    margin: 10px 0 20px;
}
#payment #calendar {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
}
#payment .buttonArea li {
    font-size: 100%;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0;
}

#payment .right a{
	background-color: #ffbbbb;
}
            
.deli_send_box{
    margin:20px 0;
}

.deli_send_box dl{
    margin:10px 0;
}

.deli_send_box dl dd{
    padding-left:10px;
	margin: 10px 0;
}

.send_attend_txt{
    color:#FF0000;
    font-weight:bold;
}

.form_noshi_name {
    background-color: #aaaaaa;
}

.noshi_select table td{
    font-size: 1.4rem !important;
}

.noshi_select table {
    margin:15px 0;
}


/* カレンダー全体の幅 */
.calendar_wrap{
	width:280px;
	margin:0;
}

/* タイトルとカレンダー送りボタンの行 */
.calendar_wrap table#calendar_title_line {
}

.calendar_wrap table#calendar_title_line td{
	border : none;
}

.calendar_wrap table#calendar_title_line td#calendar_title_left{
	width : 160px;
	text-align:right;
}

.calendar_wrap table#calendar_title_line td#calendar_title{
	width : 130px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.calendar_wrap table#calendar_title_line td#calendar_title_right{
	width : 160px;
	text-align:left;
}

/* カレンダー送りボタンのデザイン */
.calendar_wrap .calendar_send_btn {
	background: #fcfcfc;
	background-image: -webkit-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -moz-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -ms-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -o-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: linear-gradient(to bottom, #fcfcfc, #ebebeb);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-family: Arial;
	color: #292929;
	font-size: 12px;
	padding: 5px 10px;
	border: solid #e6e6e6 1px;
	text-decoration: none;
	cursor: pointer;
}

/* マス目の大枠 */
.calendar_wrap #calendar_table {
	width:280px;
	margin-bottom:20px;
}

/* 曜日の行 */
.calendar_wrap #calendar_table th{
	border:1px #959595 solid;
	font-size:12px;
	padding:2px;
	text-align:center;
	background-color:transparent;
	font-weight:bold;
}

/* 曜日の色（日） */
.calendar_wrap #calendar_table th.Sun{
	background-color:#fff4f4;
}
/* 曜日の色（土） */
.calendar_wrap #calendar_table th.Sat{
	background-color:#f4f4ff;
}

/* 日付の行 */
.calendar_wrap #calendar_table td{
	border:1px #959595 solid;
	font-size:13px;
	padding:4px;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	height:25px;
	cursor:pointer;
}

/* 月初日より前、または月末日より後の空白のマス目 */
.calendar_wrap #calendar_table td.c_blank{
	cursor: default;
	pointer-events: none;
}

/* お届け可能日より前 */
.calendar_wrap #calendar_table td.past{
	cursor: default;
	pointer-events: none;
}

.calendar_wrap #calendar_table span.past{
	opacity: 0.3;
}

/* お届け可能日より後 */
.calendar_wrap #calendar_table td.future{
	background-color:#eee;
	cursor: default;
	pointer-events: none;
}

/* 当日 */
.calendar_wrap #calendar_table td.today{
	border:2px solid #333;
	font-weight:bold;
	pointer-events: none;
}

/* 発送不可日・店頭受渡不可日 */
.calendar_wrap #calendar_table td.forbid_date{
	background-color:#eee;
	pointer-events: none;
}

.calendar_wrap #calendar_table span.forbid_date{
	color: #FF0000;
}

/* 選択日 */
.calendar_wrap #calendar_table td.last_target_day{
	background-color:#FFA500;
}


/*--確認画面--*/
#confirm h2#title {
    border: 0;
}
#confirm .lead {
    margin-top: 0;
}
#confirm .lead p {
    font-size: 93%;
}
#confirm .cartInner dl:last-of-type {
    border-bottom: 1px solid #888;
}
#confirm .total {
    width: 70%;
    margin-left: 30%;
    margin-bottom: 10px;
}
#confirm .total li,
#confirm #point li {
    overflow: hidden;
}
#confirm .total div,
#confirm #point div {
    text-align: right;
    width: 35%;
    float: right;
}
#confirm .total div.item,
#confirm #point div.item {
    width: 60%;
    float: left;
}
#confirm #point {
    margin: 10px 0;
}
#confirm #point div.item {
    text-align: left;
}
#confirm #pointTotal {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #888;
}
#confirm #pointTotal span {
    color: #b20000;
    font-size: 124%;
}
#confirm ul.listA {
    margin-bottom: 20px;
}
#confirm ul.listA > li {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #888;
}
#confirm ul.listA li:last-child {
    border: 0;
}
#confirm ul.listA li div {
    margin-left: 1em;
    display: block;
}
#confirm ul.listA li div.item,
#confirm ul.listA li.goods div {
    margin-left: 0
}
#confirm ul.listA li div.item:before {
    content: '■';
}
#confirm ul.listA li.line div {
    display: inline-block;
}
#confirm ul.listA li.line div.item {
    margin: 0;
}
#confirm ul.listA li.line div.item:after {
    content: '：';
    margin-left: 1em;
}
#confirm ul.listA li.goods div .cartInner dl li {
    padding: 0;
    border: 0;
}
#confirm ul.listA li.goods ul.total div.item:before {
    content: '';
}
#confirm ul.listA li.goods .cartInner dd li.subTotal {
    border-top: 1px solid #ccc;
}
#confirm .buttonArea li {
    margin-bottom: 10px;
}
#aboutReturn {
    font-size: 93%;
    margin:10px 0;
}
#aboutReturn dl {
    padding: 5px;
    border: 1px solid #b20000;
}
#aboutReturn dt {
    color: #b20000;
    border-bottom:1px solid #ddd;
}
#aboutReturn dd {
    margin-bottom: 5px;
}

/*--注文完了--*/
#thanks {
    margin: 0 2% 30px;
}
#thanks dt {
    font-weight: bold;
}
#thanks dt:before {
    content: '■';
    margin-right: 3px;
}
#thanks dd {
    font-size: 93%;
}
#thanks p {
    margin-bottom: 1.5em;
}
#thanks .thanksNav p {
    text-align: center;
}
#thanks .thanksNav p a {
    color: #ff7f00;
}


/*-----  POSメンバーチェック  -----*/
#pos_chk_rlt{
    display:none;
    padding:0 0 15px; 
}

/* 結果OK */
#pos_chkrlt_txt{
    background-color:#e7e7ff;
    //border:1px solid #5d57500ff;
    font-weight:bold;
    color: #5d5750;
    padding:3px;
}

/* 結果NG */
#pos_chkrlt_ertxt{
    background-color:#ffffa9;
    //border:1px solid #ff0000;
    font-weight:bold;
    color: #f00;
    padding:3px;
}

/*------/*------/*------/*------/*------/*------/*------/*------

        詰合せ商品選択

-------*-------*-------*-------*-------*-------*-------*-------*/

#pack_area{
    border-bottom: 1px dotted #ccc;
    margin:10px 0 15px 0;
    
}

#pack_area .item_list{
    border-top: 1px dotted #ccc;
    padding: 10px 0;
}

#pack_area .item_img{
    float: left;
    margin: 0 10px 0 0;
}


.tag_name{
    display:block;
    height:10px;
    line-height:13px;
    background-color:#ffdddd;
    border-radius:3px;
    cursor:pointer;
    border:1px solid #333333;
    font-size:12px;
    
}

.tag_name:hover{
    opacity:0.5;
}
#catList a:hover{
    text-decoration: none;
}


#soldout_btn {
    color:#ffffff;
    background-color: #c30;
    border-radius: 3px;
    display: block;
    font-size: 133%;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0;
    width: 100%;
    text-align:center;
}



#another_window{
    display: none;
    width: 420px;
    height: 380px;
    margin: -200px 0 0 -210px;
    position: fixed;
    z-index: 50001;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
}

#another_window_iframe{
    width: 420px;
    height: 350px;
    border: 0;
}

#another_window_close_button_block{
    margin-left: 20px;
}


/*------/*------/*------/*------/*------/*------/*------/*------

        カート（お客様情報・お支払方法・確認画面・注文完了）

-------*-------*-------*-------*-------*-------*-------*-------*/

/* -------- 共通 -------- */

/* エラー */
#errorArea{
    margin:30px auto;
    background-color:#ffffff;
    padding:10px;
}
#errorTable {
    width:100%;
}

#errorTable #error_title{
    font-size:20px;
    text-align: center;
}
#errorTable th{
    background-color: #ffcfcf;
    border: 1px solid #333333;
    color: #ff0000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
#errorTable td{
    text-align;left;
    padding:5px;
    border:1px solid #333333;
}

/*------/*------/*------/*------/*------/*------/*------/*------

        ログイン・会員登録（お客様情報入力・確認・完了）

-------*-------*-------*-------*-------*-------*-------*-------*/

/*  ログイン  */
.loginWrap{
    border: 1px solid #555;
    margin: 10px 5px 20px;
}

.loginWrap .title {
    background: #555;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.loginWrap .rgBoxInner {
    padding: 10px;
}


/*  利用規約  */
#policyWrap{
    line-height:2em;
}
#policyWrap .titleC{
	color: #5d5750;
    font-size: 1.6rem !important;
    border-bottom: solid 1px;
    margin: 0 auto 30px;
	background: none;
}
#policyWrap #plnotes{
    line-height:2em;
    margin:10px 0;
}
#policyWrap #plnotes a{
    color:#e98c11;
    font-weight: bold;
}
#policyWrap #pldlWrap{
	margin: 0 0 30px;
}
#policyWrap #pldlWrap dt:before{
    content: '■';
}
#policyWrap #privacyWrap{
    margin-bottom:30px;
}
#policyWrap #privacyWrap #pvnotes{
    margin-top:10px;
}
#policyWrap #privacyWrap ul{
    margin:10px 0;
}
#policyWrap #privacyWrap ul li:before{
    content: '■';
}
#policyWrap dl dd{
     padding-left:10px;
}
#policyWrap .buttonArea li {
    margin-bottom: 10px;
}



/*  メールアドレス・パスワードの入力  */
#user_add2_form{
    text-align:center;
    margin:20px 0;
}
#user_add2_form dl{
    margin-bottom:25px;
}
#user_add2_form dl #passnotes{
    margin-top:10px;
    font-weight:bold;
}
#mailpassWrap .buttonArea li {
    margin-bottom: 10px;
}

/* 新規会員登録 確認画面 */
#user_add4_form .userInfo dd{
    padding-left:15px;
}

#user_add4_form .userInfo dt:before{
    content: '■';
}


/*------/*------/*------/*------/*------/*------/*------/*------

        利用ガイド（会社概要・特定商取引法・お問い合わせ）

-------*-------*-------*-------*-------*-------*-------*-------*/

/*------    会社概要  ------------*/
#shopinfo {
    margin: 0 2% 20px;
    overflow: hidden;
}
#shopinfo dl {
    padding-top: 15px;
	text-align: left;
    /*border-top: 1px dotted #ccc;*/
}
#shopinfo dt {
    font-weight: bold;
    margin-bottom: 5px;
}
#shopinfo dd {
    /*margin: 0 10px 15px 15px;*/
}


/*------    利用ガイド  ------------*/
/*---    全体     ---*/
#guideinfo {
    margin-top:20px;
}
#guideinfo #guidemenu_ul li{
    margin: 20px 0;
}
#guideinfo dl {
    padding-top: 15px;
}
#guideinfo dt {
    font-size:115%;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom:1px solid #666;
}
#guideinfo dd {
    line-height:2em;
    margin:0 0 25px 10px;
}
#guideinfo a {
    color: #e98c11;
}

/*---    会員の特典    
#memberinfo_ul li{
    margin: 15px 0;
}

#memberinfo dd .dd_title{
    font-weight:bold;
    margin:10px 0;
}
#memberinfo dd .dd_c_tit{
    border-bottom:1px dashed #666;
    margin:8px 0;
} ---*/

/*---    アコーデ     ---*/

#guideinfo .accordion input {
    display: none;
}
#guideinfo .accordion label {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background: #635133;
    color: #fff;
}
#guideinfo .accordion label::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#guideinfo .accordion article {
    position: relative;
    height: 0;
    overflow: hidden;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset;
    transition: height .2s ease-in-out;
    padding:0 10px;
}
#guideinfo .accordion input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#guideinfo .accordion input:checked ~ article {
    height:auto;
    border-bottom: 1px solid #ccc;
	margin: 15px 0;
    padding-bottom:20px;
}
#guideinfo .accordion input:checked ~ article.ac-small {
    height:auto;
    border-bottom: 1px solid #ccc;
    padding-bottom:20px;
}
#guideinfo .accordion input:checked ~ article.ac-medium {
    height:auto;
    border-bottom: 1px solid #ccc;
    padding-bottom:50px;
}
#guideinfo .accordion input:checked ~ article.ac-large {
    height:auto;
    border-bottom: 1px solid #ccc;
    padding-bottom:20px;
}
#guideinfo .accordion input:checked ~ article.ac-big {
    height:auto;
    border-bottom: 1px solid #ccc;
    padding-bottom:20px;
}
#guideinfo .dd_c_tit{
    border-bottom:1px dashed #222;
    margin:10px 0 0 0;
    font-weight:bold;
}

/* お問い合わせ */
#concatctinfo {
    margin: 0 2% 20px;
    overflow: hidden;
}
#concatctinfo p{
    margin: 20px 0;
}
#concatctinfo dl {
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}
#concatctinfo dt {
    font-weight: bold;
    margin-bottom: 5px;
}
#concatctinfo dd {
    margin: 0 10px 15px 15px;
}

/* 特定商取引法に基づく表記 */
#houmoninfo {
    margin: 0 2% 20px;
    overflow: hidden;
}
#houmoninfo p{
    margin: 20px 0;
}
#houmoninfo dl {
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}
#houmoninfo dt {
    font-weight: bold;
    margin-bottom: 5px;
}
#houmoninfo dd {
    margin: 0 10px 15px 15px;
}


/*  クレジットカード支払い画面  */
/*--ボタン--*/
.CcsbuttonArea {
    width: 90%;
    margin: 0 5% 20px;
}

.CcsbuttonArea button {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    padding: 25px;
    border: 0;
    border-radius: 5px;
    background: #e98d11;
    display: block;
}

#error_title{
    font-size: 120%;
    border-bottom: 1px solid #666
}
#error_content{
    margin: 10px 0;
    color: #f00;
}


/*------/*------/*------/*------/*------/*------/*------/*------

        アカウントメニュー
        （メールアドレス／パスワードの変更、ご購入履歴(発送商品)の参照、ご購入履歴(店頭受渡)の参照、各種登録情報の変更、お届け先一覧の編集、ログアウト）

-------*-------*-------*-------*-------*-------*-------*-------*/
#MypageMenu .name {
    font-size:20px;
    margin-bottom:20px;
    margin-top:20px;
    
}
#MypageMenu .mypage_data {
}
#MypageMenu .mypage_data ul {
    margin:0;
    list-style:none;
    border: solid 1px #2b1919 ;
    border-radius: 6px;
}
#MypageMenu .mypage_data ul li {
    margin:0 ;
    list-style: none;
    border-bottom: dotted 1px #2b1919;
}
#MypageMenu .mypage_data ul li:last-child {
    border-bottom: none  ;
}
#MypageMenu .mypage_data ul li a {
    display:block;
    padding: 10px ;
}
#MypageMenu .mypage_data ul li a span {
    color: #333 !important ;
    border:none
}
#MypageMenu .mypage_logout {
    margin: 20px 0 10px 0 ;
}
#MypageMenu .mypage_logout a {
    padding: 10px;
    /* border-radius: 6px; */
    color: #FFF;
    background-color: #7b7b7b;
    display: block;
    text-align: center;
    text-decoration: none;
}

/* メールアドレス・パスワード変更  */
#changemail #chm_title{
    margin-top:20px;
}
#changemail .buttonArea {
    margin-top: 30px;
}
#changemail .buttonArea li{
    margin-bottom: 10px;
}

#changemail #mailpassUl li {
    padding: 5px 0 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #888;
}
#changemail #mailpassUl li .item {
    margin:0 0 5px 0 ;
    font-size:100% ;
}
#changemail #mailpassUl li .item .hissu_icon {
    background-color:#F00;
    color: #fff;
    margin-left:10px ;
    font-size:75%;
    padding: 2px
}
#changemail #mailpassUl li .item:before {
    content: '■';
}

#changemail #mailpassUl li div .massage {
    padding: 10px 0 10px 0;
    font-size:85%;
}
#changemail #mailpassUl li div .examplemessage {
    padding: 5px 0 0 0;
    font-size:85%;
    color: #666 ;
}


/*  注文履歴(発送・店頭受渡)  */
#history .history_message {
    margin: 10px 0 20px 0 ;
}
#history .history_message span {
    color : #c01a1c ;
}
#history .history_list ul {
    margin-bottom:20px;
    list-style:none;
    border: solid 1px #ccc ;
    border-radius: 6px;
}
#history .history_list ul li {
    margin:0 ;
    list-style: none;
    border-bottom:solid 1px #ccc ;
}
#history .history_list ul li:last-child {
    border-bottom: none  ;
}
#history .history_list ul li a {
    display:block;
    padding: 10px ;
    color: #333 ;
    text-decoration:none;
}

#history .history_detail_1 li {
    padding: 5px 0 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #888;
}

#history .history_detail_1 li div {
    margin-right: 20px;
    display: inline-block;
}
#history .history_detail_1 li div.item {
    font-size: 13px;
}
#history #no_data_txt{
    margin:20px 0;
    font-weight:bold;
    text-align:center;
}

#pankuzuLink {
    margin:15px 0 20px 0;
    text-align:center;
}
#pankuzuLink a{
    padding:8px 10px;
    background-color:#dcdcdc;
    border-radius: 0.3em;
}

#pankuzuLink b{
    padding:10px;
    font-weight:bold;
    
}

/*  注文詳細(発送・店頭受渡)  */
#historyDtail .history_message {
    margin: 10px 0 20px 0 ;
}
#historyDtail .history_message span {
    color : #E98C11 ;
}
#historyDtail .history_list ul {
    margin-bottom:20px;
    list-style:none;
    border: solid 1px #ccc ;
    border-radius: 6px;
}
#historyDtail .history_list ul li {
    margin:0 ;
    list-style: none;
    border-bottom:solid 1px #ccc ;
}
#historyDtail .history_list ul li:last-child {
    border-bottom: none  ;
}
#historyDtail .history_list ul li a {
    display:block;
    padding: 10px ;
    color: #111 ;
}

#historyDtail .history_detail_1 li {
    padding: 5px 0 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #888;
}

#historyDtail .history_detail_1 li div {
    margin-right: 20px;
    display: inline-block;
}
#historyDtail .history_detail_1 li div.item {
    font-size: 13px;
}







/* 各種登録情報の変更 */
#changeinfo #member_name{
    font-size:120%;
    font-weight:bold;
    margin:15px 0;
}


/* お届け先一覧の編集 */
/*  宛先一覧  */
#delisendlist #title{
    font-size:120%;
    font-weight:bold;
    margin:15px 0;
}
#delisendlist #no_data_txt{
    margin:20px 0;
    font-weight:bold;
    text-align:center;
}
#delisendlist #notes{
    margin:20px 0 30px 0;
}
#delisendlist .delisend_block{
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px dotted #333;
}

#delisendlist .delisend_block .send_name:before{ content:"■" }
#delisendlist .delisend_block .send_name{
    margin-bottom:5px;
    font-weight:bold;
    font-size:115%;
}

#delisendlist .delisend_block .send_tel{
    margin-bottom:15px;
}

#delisendlist .delisend_block .send_edit_btn{
    background: #DCEDFF none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #13335D;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 80px;
}

#delisendlist .delisend_block .send_del_btn {
    background: #ffe0e0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #b72627;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px 0;
    text-align: center;
    width: 80px;
}


/*  宛先編集画面  */
#delisendedit #title{
    font-size:120%;
    font-weight:bold;
    margin:15px 0;
}

/*---   パスワード忘れ   ---*/
#passwordblk .buttonArea li {
    margin-bottom: 10px;
}
#password_form{
    text-align:center;
    margin:20px 0;
}

/*---   登録解除   ---*/
#withdrawalblk #with_notes{
    margin-top:10px;
}
#withdrawalblk #with_alert{
    font-weight:bold;
    padding-left:10px;
    margin:10px 0;
    font-size:90%;
}
#withdrawalblk .buttonArea li {
    margin: 10px 0;
}



/*---   cart4の後のGMOマルチペイメントの決済画面   ---*/
#cart4_credit_card_html{
    font-size: 12px;
}

#cart4_credit_card_html #card_input_form{
    border: 1px solid #6f6f6f;
    margin: 0 auto 30px;
    min-width: 200px;
}

#cart4_credit_card_html #card_input_form th{
    background-color: #eeeeee;
    border-bottom: 1px solid #6f6f6f;
    border-right: 1px solid #6f6f6f;
    font-weight: bold;
    padding: 5px;
    white-space: nowrap;
}

#cart4_credit_card_html #card_input_form td{
    border-bottom: 1px solid #6f6f6f;
    border-right: 1px solid #6f6f6f;
    padding: 5px;
    
}

/*  配送・店頭・常温・冷凍・冷蔵・のし・メッセージ・ リボン*/

.icon_ullist li{
	margin: 5px 5px 5px 0;
	display: inline-block;
}
span.icon_orange, span.icon_reizou, span.icon_reitou, span.icon_blue, span.icon_uketori, span.icon_delivery, span.icon_noshi, span.icon_ribbon, span.icon_mess, span.icon_sendfree{
	font-size: 1.2rem;
	padding: 4px;
}
/* 通常・冷蔵・冷凍 */
span.icon_orange, span.icon_reizou, span.icon_reitou{
	/*background-color: #fff; */
    border-radius: 0px;
    font-weight: bold;
    font-family: -webkit-pictograph;
}
/* 通常便 */
span.icon_orange {
    color: #c11a1d;
    border: 1px solid #c11a1d;
}
span.icon_reizou {
    color: #fff;
    border: 1px solid #1c87d0;
    background: #1c87d0;
}
span.icon_reitou {
    color: #fff;
    border: 1px solid #999;
    background: #999;
}
span.icon_normal {
    color: #555000;
    border: 1px solid #555;
    background-color: #fff;
}
span.icon_uketori, span.icon_blue {
	color: #fff;
	border-radius: 0px;
}
span.icon_uketori {
    border: 1px solid #645562;
    background-color: #645562;
    font-family: -webkit-pictograph;
}

span.icon_uketori:before {
    font-family: "Font Awesome 5 Free";
	content: '\f54e';
	font-weight: 900;
	}

/* お取り寄せ */
span.icon_blue {
    border: 1px solid #c11a1d;
    background-color: #c11a1d;
    font-family: -webkit-pictograph;
}

span.icon_blue:before {
    font-family: "Font Awesome 5 Free";
	content: '\f4ba';
	font-weight: 900;
	}

/* のし・リボン・メッセージ・ご近所配達 */
span.icon_noshi,span.icon_ribbon, span.icon_mess, span.icon_delivery{
    color: #555;
    border: 1px solid #555;
    background-color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
}


/* 軽減税率対象商品のアイコン */
span.icon_reduce_tax {
	font-weight: bold;
	border: 1px solid #555;
	background-color: #c8e6fa;
}
/* 軽減税率対象バリエーションのアイコン */
.item_icon_8per:after {
	content: "軽";
	padding: 3px 3px 2px 3px;
	background: #c8e6fa;
	border: 1px solid #999999;
	border-radius: 3px;
	font-weight: normal;
	font-size: 0.9em;
}
/* 標準税率対象バリエーションのアイコン */
.item_icon_10per:after {
	/*display: none;*/
	content: "標";
	padding: 3px 3px 2px 3px;
	background: #ffccd4;
	border: 1px solid #999999;
	border-radius: 3px;
	font-weight: normal;
	font-size: 0.9em;
}
/* 税率アイコンの説明文エリア */
div#tax_icon_notes_area {
	margin: 5px;
}
/* 税率アイコンの説明文（軽減税率対象商品アイコンと標準税率対象商品アイコンの両方） */
span#tax_icon_notes_all {
	/*display: none;*/
}
/* 税率アイコンの説明文（標準税率対象商品アイコンのみ） */
span#tax_icon_notes_normal {
	/*display: none;*/
}


/*-------------店舗情報ページ---------------*/

#shopinfo h3 {
    border-bottom: 1px solid #ccc !important;
}

#shopinfo h5 {
    font-weight: bold;
}

#shopinfo a.btn01 {
    background: #69dad8 ;
    color: #fff;
    text-decoration: none;
    padding: 8px 5px;
    text-align: center;
    font-size: 20px;
    width: 80%;
    box-sizing: border-box;
    height: 50px;
    display: block;
    margin: 15px auto;
    border: 2px solid #69dad8;
    line-height: 1.3em;
}

#shopinfo a.btn01:hover {
    background: #fff;
    border-color: #69dad8;
    color: #69dad8;
}

#shopinfo .shopinfo02 {
    border-top: 1px solid #ccc;
    padding-top: 3%;
}

#shopinfo .shopinfo01 img, #shopinfo .shopinfo02 img {
    width: 50%;
    padding-right: 3%;
    float: left;
    margin-bottom: 3%;
}

#shopinfo>div{
	margin-top: 10px;
	text-align: center;
}
#shopinfo .shop02{
	margin-top: 40px;
}


/* パンくずリストのスタイル */
#tag_pankuzu, #pankuzu{
    margin:5px;
    
}

/* 現在のページのスタイル  */
#tag_pankuzu #current_pankuzu,#pankuzu #current_pankuzu{
    font-weight:bold;
    
}


/*  クーポン関係  */

#coupon_wrap_title_p {
    background-color: #6a2a29;
    height: 35px;
    border-radius: 5px 5px 0 0;
    padding: 6px;
}
#coupon_wrap_title{
    height: 35px;
    display: block;
    margin-left: 5px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

#coupon_guide{
    font-size: 1.2rem;
    border: 1px solid #FFF;
    border-radius: 3px;
    background: #fff;
    display: none;
    width: auto;
    cursor: pointer;
    float: right;
    padding: 2px 3px 0px 3px;
    margin: 6px 30px 0 0;
}

#coupon_contents{
    border: 1px solid #645562;
    background: rgba(255, 255, 255, 0.54);
    padding: 5px 5px 5px;
    text-align: center;
    height: 50px;
    border-radius: 0 0 5px 5px;
}







#coupon_code{
    width: 70%;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: -0.2rem;
    font-size: 1.2rem;
}

#coupon_set_btn{
    font-size: 100%;
    border: 1px solid #dcccb7;
    background-color: #b19971;
    border-radius: 3px;
    color: #222;
    display: block;
    width: 50px;
    cursor: pointer;
    float: left;
    padding: 2px 5px;
}


.coupon_return_mess{
    color:#f00;
    font-weight:bold;
    font-size:80%;
}

#coupon_setname{
    font-weight:bold;
    font-size:120%;
}

#coupon_setting{
    display:block;
    font-size:80%;
}



.cart3_tls_error{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

#coupon_wrap{
	width: 90%;
    margin: 10px auto;
}

/* クーポンとは modal */
.modal_window{
	height: 220px;
}
.modal_window h2+div{
	width: 90%;
    margin: 0 auto;
    text-align: left;
}


/*       ここから新規追加           */
/* ---- index ---- */
li.productname{
    font-size: 14px;
    font-weight: bold;
}

li.price{
    color: #5d5750;
    font-weight: bold;
    font-size: 100%;
   /* margin-bottom: 30px;*/
}

#productList .productname a{
    text-decoration: none;
}

#productList .productname a:hover{
    color:#ffbbbb;
}

.top_news{
    /*border-top: 1px solid #5d5750;
    border-bottom: 1px solid #5d5750;*/
    padding: 3%;
    color: #5d5750;
	background: #fff2de;
}

.news_list{
    border-top: 0;
    background-color: #fff2de;
    /* background: #fff; */
    border-bottom: 1px dotted #b09c7e;
    margin-bottom: 10px;
    padding: 5px 0 10px;
}

.last_child{
    border-bottom: 0;
}

#footer .f_fb{
	text-align: center;
}

#footer .f_fb a{
	font-size: 80%;	
	font-size: 80%;
    vertical-align: middle;
    padding: 0 0 10px 10px;
    display: inline-block;
}

p.totop{
    padding: 0;
}

span.ranking_namber01, span.ranking_namber02{
   display: none; 
}

/*.top_title, .shop_contents, .new_info, #new_topics, #cat_Nav, .officialHP, .ft_sns{
    display: none;
}*/

.icon_blue, .icon_orange, .icon_uketori{
    color: #5d5750;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #5d5750;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    padding:4px 4px;
}

#modal{
	min-height: 0px;
}

/* ---- select_item ---- */

#tag_pankuzu, #pankuzu{
    margin: 0 auto;
    font-size: 80%;
    color: #5d5750;
    margin-top: 15px;
    /*width: 100%;*/
}

.icon_ullist{
    margin: 10px 0;
}

#detail #cartArea {
    margin: 0;
    padding: 0;
}

#detail #cartArea a{
    text-decoration: none;
}

#detail #description{
    color: #5d5750;
    font-size: 85%;
    font-weight: bold;
    line-height: 25px;
}

#detail #cartArea form label p{
    padding: 0;
    color: #5d5750;
}

#detail #cartArea select{
    margin-left: 10px;
    margin-right: 0;
    border: 1px solid #5d5750;
    background: #fff;
    border-radius: 0;
}

#detail #cartArea .note{
    font-size: 70%;
}

#detail #deliInfo{
    border-top: 1px solid #5d5750;
}


#deli_send_blk{
    margin-top: 20px;
    border: none;
    padding: 0 0 1.5% 0;
}

.kigen{
    border: none;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #5d5750;
}


#deli_send_blk p, .kigen p{
    padding: 0;
    color: #5d5750;
    font-size: 85%;
}

.buttonArea{
    width: 100%;
    margin: 3% 0 3% 0;
    margin-bottom: 40px;
}

.buttonArea li a{
    border-radius: 0px;
    background: #5d5750;
}
.tab li{
    border-right: none;
    border-left: none;
}

.tab li.active{
    border-right: none;
    border-left: none;
}

@media (min-width: 1024px) {
    .tab li.active a, .tab li a{
        padding: 3%;
    }
}

@media (min-width: 768px) {
    .tab li.active a, .tab li a{
        padding: 4%;
    }
}

.notes_space__content {
    width: 92%;
    margin: 0 auto;
    color: #5d5750;
    font-size: 85%;
    line-height: 23px;
}

/* ---- cate1_select_id4 ---- */

#productList dd ul{
    margin-bottom: 0;
     overflow: visible; 
}

#productList .productname {
    margin-top: 15px;
    margin-bottom: 2px;
}

#productList .price {
    margin-top: 0px;
}

.koumoku_txt, .sort_select{
    font-size: 85%;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px !important;
    height: 10px !important;
    margin: 10px 10px 20px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #6a9655 !important;
}

/* ---- member_menu ---- */

.loginWrap .rgBoxInner{
    color: #5d5750;
    text-align: center;
	background-color: rgba(255,255,255,0.6);
    padding: 15px 6px;
}

#dlWrap:before {
    content: "";
    display: inline-block;
    background-image: url(../../images/sp/info_img.png);/* 画像保存場所に合わせて変更 */
    background-repeat: no-repeat;
    background-size: contain;
    
    width: 100%;
    height: 130px;/* 画像サイズに合わせて変更 */
    
    margin: 1% 0;
}

.rgBoxInner input{
    border: #5d5750 1px solid;
    width: 85%;
}

.loginWrap button{
    border: #5d5750 1px solid;
    width: 70%;
}

.buttonArea li a{
    border: #5d5750 1px solid;
    width: 70%;
    padding: 10px 0;
    margin: 0 auto;
	max-width: 500px;
}

#thanks .buttonArea li a{
	width: 90%;
}

.loginWrap a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}



/* ---- guide ---- */

#guideinfo #paybox, #guideinfo #sendbox, #guideinfo #returnbox{
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #5d5750;  
}

#guideinfo a{
    color: #5d5750;
}

#guideinfo dt{
    color: #5d5750;
}

#guideinfo dd{
    margin: 0 0 25px 0;
}

#guideinfo dl dd {
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #5d5750;
}

/* ---- guide_shop ---- */
#guideinfo .accordion{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    /*letter-spacing: 1.5px;*/
    text-align: justify; 
}
#guideinfo .accordion input:checked ~ article{
    border-bottom: none !important;
}

#guideinfo .accordion article{
    box-shadow: none;
}

#guideinfo .accordion  a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}

#guideinfo .dd_c_tit{
    border-bottom: none;
    text-decoration: underline;
}

#guideinfo dl dt h3{
    font-weight: bold;
}

/* ---- guide_add_page_paysend ---- */
#paysendbox{
	margin-top: 20px;
}

#paybox{
	margin-bottom: 30px !important;
}

#paysendbox #paybox, #paysendbox #sendbox{
    padding-left: 0 !important;
}

#paysendbox .box_title{
    color: #5d5750;
	font-weight: bold;
    font-size: 1.6rem;
}

#send_mst_lsit td{
    padding: 0 10px;
}

#paysendbox p{
    padding: 0;
    line-height: 0;
}

#paysendbox p{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px !important;
    letter-spacing: 1.5px;
    text-align: justify; 
}

/*#paysendbox .c_title{
	padding-left: 0 !important;
}*/

#paysendbox .c_text{
	/*padding-left: 0 !important;*/
	font-weight: bold;
}

#paysendbox th.font-b{
	background-color: #ccc;
}

#send_mst_lsit{
    color: #5d5750;
}

/* ---- guide_privacy, guide_houmon ---- */
#shopinfo, #houmoninfo{
    margin-bottom: 20px;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #5d5750;  
}

#houmoninfo dl{
    border-top: 0;
    border-bottom: 1px solid #5d5750;
}

#houmoninfo dd {
    margin: 0 0 15px 0;
}   

/* ---- guide_kankyou ---- */
#memberinfo a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}

/* ---- guide_aboutinfo---- */
.shopinfo01 p{
    text-align: left;
}

#shopinfo a.btn01 {
	color: #fff;
    padding: 16px 8px;
    font-size: 15px;
    width: 230px;
    background: #6a9655;
    border: solid 1px #7a8b72;
    border-radius: 3px;
}

#shopinfo h3 {
    border-bottom: none !important;
    /*text-align: left;*/
    margin-bottom: 30px !important;
}

#shopinfo h5{
    /*text-align: left;*/
}

#shopinfo iframe{
	width: 100%;
    height: 195px;
}



/* ---- user_add_nina_user_add1 ---- */
#policyWrap #plnotes a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;   
}

#policyWrap #plnotes, #policyWrap #pldlWrap, #policyWrap #privacyWrap{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px !important;
    letter-spacing: 1.5px;
    text-align: justify;  
}

#policyWrap .buttonArea li.goto_next_btn a{
    background: #f00;
    border: none;
}

/*#policyWrap .buttonArea li.gry a, #mailpassWrap .buttonArea li.gry a, #customerInfo .buttonArea li.gry a{
    background: #ddd !important;
    border: none;
    color: #5d5750 !important;
}*/

/* ---- user_add_nina_user_add2 ---- */

#mailpassWrap .buttonArea li#agree_btn a{
    background: #f00;
    border: none;
}

#user_add2_form input#input_e_mail, #user_add2_form input#input_e_mail2, #user_add2_form input#input_pass, #user_add2_form input#input_pass2 {
    border: #5d5750 1px solid;
	width: 80%;
    max-width: 500px;
}

/* ---- user_add_nina_user_add2 ---- */

#mailpassWrap{
    color: #5d5750;
}

/* ---- cart ---- */

.productName{
    color: #5d5750;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    width:90%;
}

li.quantity .change_btn{
    background: #fff;
    border: 0;
    width: 80px;
    padding: 5px;
    float: right;
    border: 1px solid #5d5750;
}

.cartInner dl{
    border-bottom: 1px solid #5d5750;
    padding-bottom: 10px;
}

.cartInner dt{
    margin-right: 0;
}

#detail_cart .cartInner dd{
    width: 78%;
    padding-right: 0;
}

.cartInner dd li.subTotal{
    color: #5d5750;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #5d5750;
}

.quantity, .quantity span{
    color: #5d5750;
    font-weight: bold;
    font-size: 105%;
}

.quantity_select{
    font-weight: bold;
}

.cartInner .grandTotal{
    color: #5d5750;
}

.cartInner .grandTotal span{
    color: #f00;
	font-weight: bold;
}

select#item_quantity_1.quantity_select{
    text-align: right;
    min-width: 50px;
    border: solid 1px #5d5750;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
}

li.price span{
    font-weight: bold;
    font-size: 110%;
}

.cartInner{
    margin: 0;
    margin-top: 40px;
}

#detail_cart{
    
}

/* ---- cart2 ---- */
a.colA_UL{
    color: #5d5750;
}

#customerInfo{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
/*    text-align: justify; */
}

#cart .rgBox{
    border: #5d5750 solid 1px;
}

#cart .rgBox .title{
    background: rgba(93, 87, 80, 0.8);
}

#cart .rgBox input{
    /*width: 60%;*/
}

#cart .rgBox dl{
    text-align: center;
}

@media (max-width: 414px) {
    .cartInner dt {
        width: 100%;
        /*margin-right: 0;
        float: left;*/
		text-align: center;
    }
    .cartInner dd{
        margin-top: 20px;
        width: 100%;
        float: left;
    }

    #detail_cart .cartInner dd{
        width: 100%;
        padding-right: 0;
    }
}

#pos_member_id{
    text-align: center;
}

li#pos_chk_btn{
    margin-top: 30px;
}

#cart .rgBox .buttonArea li#pos_chk_btn a{
    padding: 5px;
    margin-bottom: 20px;
}

#cart #customerInfo p{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#cart2_input_form button, #cart2_input_form input{
    width: auto;
    border: 1px solid #5d5750;
}

.formWrap select{
    border: 1px solid #5d5750;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    padding: 2px 2px 5px 2px;
}

#customerInfo button,  input#customerInfo{
    /*width: auto;*/
    width: 80%;
}

.formWrap .userInfo{
    border-top: none;
}

.formWrap .userInfo dl{
    border-bottom: none;
    margin-bottom: 5px;
}

.formWrap .userInfo dt{
    font-weight: bold;
}

.formWrap .userInfo dd{
    line-height: 23px !important;
}


.formWrap #input_send_btn {
    text-align: center;
    background-color: #ddd;
    border: none;
    border-radius: 0;
    color: #5d5750;
    font-size: 1.2rem;
    margin-right: 0;
    padding: 0px;
    width: 50%;
}

.formWrap .selectDeli #add_send_btn {
    text-align: center;
    background-color: #ddd;
    border: none;
    border-radius: 0;
    color: #5d5750;
    font-size: 100%;
    margin-right: 0;
    padding: 5px;
    width: 50%;
}

.formWrap .selectDeli #get_deli_btn, .formWrap .selectDeli #reset_deli_btn{
    border: 0;
	margin: 0 0 15px;
}


#customerInfo .buttonArea li.goto_next_btn a{
    background: #f00;
    border: none;
}

.org{
    color: #f00;
}

.formWrap .selectDeli input{
    width: 45%;
	background: #d6a761 !important;
    border: solid 1px #7a8b72;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1.0em;
}

.formWrap .selectDeli input.bt02{
	background: #aaa  !important;
}

.formWrap .selectDeli input.bt01{
    background: #f00;
    font-weight: bold;
    padding: 5px 20px;
}

.formWrap .selectDeli input.bt02{
    background: #ddd;
    font-weight: bold;
	padding: 5px 20px;
    color: #5d5750;
}

/* ---- cart3 ---- */
.lead{
    color: #5d5750;
}

.darkred{
    color: #f00;
}

#cart3_form{
    color: #5d5750;
}

#cart3_form dt{
    color: #5d5750;
	 font-size: 1.6rem;
    font-weight: bold;
}

#payment strong{
    color: #f00;
}

#payment #payment_list li{
    border-bottom: 1px solid #5d5750
}

#payment p{
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#payment table.daibiki{
    border: 1px solid #e3e3e3; 
}

#payment table.daibiki th.total, #payment table.daibiki tr:nth-child(odd) td.total{
        background: #fff
}

#payment table.daibiki tr:nth-child(even) td.total{
    background: #fff;
}

#payment table.daibiki th.fee, #payment table.daibiki tr:nth-child(odd) td.fee {
    background: #fff;
}

#payment table.daibiki th.total, #payment table.daibiki td.total {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#payment table.daibiki th.fee, #payment table.daibiki td.fee {
    width: 100px;
    border-bottom: 1px solid #e3e3e3;
}

#payment textarea{
    border: 1px solid #5d5750;
}

#contents #pankuzu, #cart #pankuzu, #confirm #pankuzu {
    margin: 2% 5%;
}


/* ---- cart4 ---- */
#confirm{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

#confirm .lead #title{
    margin-top: 30px;
    color: #f00;
}

#confirm .lead p{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#confirm .cartInner dl:last-of-type{
    border-bottom: 1px solid #5d5750;    
}

#confirm #pointTotal {
    border-top: 1px solid #5d5750;
}

#customer div.item{
    font-weight: bold;
}

#confirm ul.listA > li{
    border-bottom: none;
    margin-bottom: 15px;
}

#confirm ul.listA .item{
    font-weight: bold;
}

#confirm ul.listA li div.item:before{
    display: none;
}

#confirm .inner>.inner{
    margin-bottom: 0;
}

#aboutReturn dl{
    padding: 20px 30px;
    border: 1px solid #f00;
}

#aboutReturn dt{
    color: #f00;
    border-bottom: none;
}

#aboutReturn dd{
    color: #5d5750;
    font-size: 100%;
    line-height: 20px;
    letter-spacing: 1.2px;
}


/*       ここから新規追加_2018.2.22           */

#header_searchBox .nav-searchField{
    /*border-color: #5d5750;*/
   /* border-radius: 0;*/
}

#header_searchBox .submitBtn{
    background-color: #5d5750;
    /*border-color: #5d5750;
    border-radius: 0;*/
}

#thanks{
    color: #5d5750;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-top: 20px;
}
.titleA {
    border-top: 1px solid #5d5750;
    border-bottom: 1px solid #5d5750;
    color: red;
    font-weight: bold;
}

#thanks p{
    margin-bottom: 35px;
}

#thanks a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}


/* ログインボタン */

.buttonArea li a, .buttonArea li#login_btn a{
    background: #c11a1d !important;
    border: solid 1px #d7691d;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1.0em;
}

/* 新規会員登録ボタン */

#login_form .loginWrap:nth-of-type(2) .buttonArea li a{
    background: #cd5a5a !important;
    border: solid 1px #b73737;
	border-radius: 3px;
    color: #fff !important;
    font-size: 1.0em;
}

/* 次に進む（登録しない）ボタン（グレーボタン）*/

#login_form .loginWrap:nth-of-type(3) .buttonArea li a{
    background: #ddd !important;	
    border: none;
	border-radius: 3px;
    color: #5d5750 !important;
    font-size: 1.0em;
}

/* もっと見るボタン */

.Llist .more{
    position: relative;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #b7121b;
    border: solid 1px #b7121b;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    line-height: 3.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    width: auto;
    margin: 5px auto 15px;
}
.uke_list .more{
    margin-bottom: 30px;
}

.pink{
	background-color: #ffbbbb;
}

 @media screen and (min-width:500px) and (max-width: 999px){
/*　PC・SP切替button　*/
#footer a.css-button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    background: #a1081d;
    margin: 0px 0 5px 0;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 16px;
}
#footer a.css-button:hover {
    background: linear-gradient(180deg, #a1081d 22%, #b53244 79%);
}
#footer a.css-button:active {
    position: relative;
    top: 1px;
}
#footer span.css-button-text {
    float: left;
    color: #fff;
}
#footer span.css-button-icon {
    border-radius: 0;
    font-size: 15px;
    padding: 1px 7px 0 0px;
    float: left;
    color: #fff;
    }
}

 @media screen and (min-width:1000px){
#footer a.css-button {
    display: none;
    }
}

@charset "utf-8";
/* CSS Document */

/* ◆◆◆ nina_custom　独自CSS ◆◆◆ */

/*------/*------/*------/*------/*------/*------/*------/*------
            
        店舗style　メモ

================================================================

◆色の置換等の参考に

通常文字色：#555
hover文字色：#273907

ベース背景色：

キャンセル系ボタン色：
キャンセル系ボタン文字色：
（戻る・会員登録せずに購入・同意しない）

確定系ボタン色：
確定系ボタン文字色：
（ログイン・同意する・登録する・購入確定）

新規会員登録色：
新規会員登録文字色：

確定系ボタン色：
カート系ボタン文字色：

-------*-------*-------*-------*-------*-------*-------*-------*/

/*------/*------/*------/*------/*------/*------/*------/*------
            
        font　文字色　段落関係

body, input, select {
    font-family: 'Avenir','Helvetica Neue','Arial','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
}
/* 価格 */
.price{
	color: #555;
}
a img{
	transition: 0.3s;
}
a:hover img{
	opacity: 0.7;
}
p a{
	transition: 0.3s;
}
p a:hover{
	opacity: 0.7;
}

/* ボタン関係
----------------------------------------------------------- */
.buttonArea li.gry a {
	background: #ddd !important;
    border: none;
    color: #555 !important;
}




/* form
----------------------------------------------------------- */
select{
    height: 30px !important;
}
select.sort_select{
	border: solid 1px #a9a9a9;	
}
label>input {
	width: auto;
}
a[name="set_address"] input{
	padding: 5px;
	background: #ddd !important;
}


/* レイアウト系
----------------------------------------------------------- */

/* 装飾 */
.ar_r:after{
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	font-weight: bold;
	padding-left: 5px;
}
.ar_r_b:before{
	font-family: "Font Awesome 5 Free";
	content: "\f5ad";
	font-weight: bold;
	padding-left: 5px;
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        header

-------*-------*-------*-------*-------*-------*-------*-------*/

/* 検索クリック範囲 */

#header_searchBox_inn{
	width: 100%;
}
/*--ヘッダ　検索窓--*/
#header_searchBox .nav-searchField{
	border: solid 1px #ddd;
}
#header_searchBox .nav-searchField #searchText {
	font-size: 1.2rem;
	border: none !important;
}
#header_searchBox .submitBtn{
    border: none !important;
}
/*　検索結果一覧　*/
#contents h2.dai_cate_title{
	font-size: 2rem !important;
    font-weight: bold !important;
    margin-top: 5px;
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        footer

-------*-------*-------*-------*-------*-------*-------*-------*/
#footer .f_fb{
	text-align: center;
}
#footer .f_fb a{
	font-size: 80%;
    vertical-align: middle;
    padding: 0 0 10px 10px;
    display: inline-block;
}
p.totop{
    padding: 0;
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        index

-------*-------*-------*-------*-------*-------*-------*-------*/	
/*#index_bg{
	margin-top: -10px !important;
}*/
.news_title{
	margin-bottom: 0 !important;
}
.top_news{
    width: auto;
	background: #ffffff;
    overflow: hidden;
    height: auto;
}
.news_list{
    border: 0;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 0;
    color: #320f0a;
    position: relative;
}

.news_list:before{
    content: '';
    display: block;
    width: 100%;
    background-image: url(../../images/sp/news_iconT.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-top: 7%;
}
.news_list:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url(../../images/sp/news_iconB.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top:2%;
}
.top_news dt{
	line-height: 1.5;
}
.top_news dd:not(:last-of-type){
    margin-bottom: 8px;
}
.top_news i{
    vertical-align: middle;
}

.news_list a{
    color: #320f0a;
}
.news_list a span{
    color: #bbb;
}

li.productname{
    font-size: 1.4rem;
    font-weight: bold;
}
li.price{
    color: #555;
    font-weight: bold;
    font-size: 100%;
   /* margin-bottom: 30px;*/
}
#productList .productname a{
    text-decoration: none;
}
#productList .productname a:hover{
    color:#645562;
}
span.ranking_namber01, span.ranking_namber02{
   display: none; 
}
/* スライド下ドット */
ol.flickity-page-dots {
    display: block !important;
    margin-bottom: 34px !important;
}
.flickity-page-dots .dot {
    background: #c11a1d !important;
}
.flickity-prev-next-button.previous, .flickity-prev-next-button.next{
	display: none;
}
/* スライド下メニュー非表示 */
#modal{
	min-height: 0px;
}
.uke_list .more{
    margin-bottom: 30px;
}
.pink{
	background-color: #ffbbbb;
}


.Llist .more:after {
    font-family: "Font Awesome 5 Free";
	content: "\f061";
	padding:0 0 0 5px;


}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        商品一覧

-------*-------*-------*-------*-------*-------*-------*-------*/
#result_num_p{
	font-size: 85%;
	padding:0;
}
.result_num , .koumoku_txt{
	font-weight:bold;
}
#result_sort_p{
	padding: 0;
}
.sort_select {
	font-size: inherit;
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-weight:bold;
	border:none;	
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        お客様情報入力

-------*-------*-------*-------*-------*-------*-------*-------*/
.formWrap span.hissu {
    color: #f00;
    font-weight: bold;
}
.formWrap .selectDeli #get_deli_btn, .formWrap .selectDeli #reset_deli_btn {
    font-size:100%;
}
#reset_deli_btn {
	background-color: #fff;	
}
#payment #payment_list li:last-child {
	margin-bottom: 0;
    border: 0;
}
#payment table.daibiki {
    width: 90%;
}
#payment .right a{
	background-color: #ffbbbb;
}
.deli_send_box dl dd{
	margin: 10px 0;
}
.noshi_select{
	margin: 0;
}
.noshi_select table td{
    font-size: 1.4rem !important;
}
.noshi_select table {
    margin:15px 0;
}
#confirm #point {
    margin: 10px 0;
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        新規会員登録

-------*-------*-------*-------*-------*-------*-------*-------*/
#policyWrap .titleC{
    font-size: 1.6rem !important;
    border-bottom: solid 1px;
    margin: 0 auto 30px;
	background: none;
}
#policyWrap #pldlWrap{
	margin: 0 0 30px;
}
/*------/*------/*------/*------/*------/*------/*------/*------
            
        利用ガイド
-------*-------*-------*-------*-------*-------*-------*-------*/
#shopinfo dl {
	text-align: left;
    border-top: none;
	margin: 20px 0 30px;
}
#shopinfo dl dt{
	font-size: 1.7rem;
}
#shopinfo dd {
    margin: 0;
}
#shopinfo dd span{
    font-weight: bold;
}
#guideinfo .accordion label::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#guideinfo .accordion input:checked ~ article {
	margin: 15px 0;
}
#guideinfo .accordion input:checked ~ article, #guideinfo .accordion input:checked ~ article.ac-small, #guideinfo .accordion input:checked ~ article.ac-large, #guideinfo .accordion input:checked ~ article.ac-big {
    padding-bottom:20px;
}
#guideinfo .dd_c_tit{
    margin:10px 0 0 0;
}
#MypageMenu .mypage_data ul li a:before{
	content: none;
}
/* 購入履歴 */
#historyDtail .item + div img{
	vertical-align: middle;
}



















/* ピックアップ　※使うときは調整必要
----------------------------------------------------------- */
#pickup #pickupTitle span {
    color: #555;
}

/*------/*------/*------/*------/*------/*------/*------/*------
            
        商品詳細

-------*-------*-------*-------*-------*-------*-------*-------*/
#pagenate p{
	margin-top:0;
}
#tmp_ex{
	font-size: 1.4rem;
	padding-left: 5px;
}
.bx-pager{
    bottom: -30px !important;
}
#contents .icon_ullist+div{
	margin-bottom: 0 !important;
}

#detail #cartArea select {
    border: solid 1px #a9a9a9;
    background: #fff;
    border-radius: 0;
}
#detailComment h3{
	margin-bottom: 5px !important;
}

/*------/*------/*------/*------/*------/*------/*------/*------
            
        店舗情報

-------*-------*-------*-------*-------*-------*-------*-------*/
#shopinfo>div{
	margin-top: 10px;
	text-align: center;
}
#shopinfo .shop02{
	margin-top: 40px;
}
































/*------/*------/*------/*------/*------/*------/*------/*------
            
        仕分け前

-------*-------*-------*-------*-------*-------*-------*-------*/


/* ---- select_item ---- */

#tag_pankuzu, #pankuzu{
    margin: 0 auto;
    font-size: 80%;
    color: #555;
    margin-top: 15px;
    /*width: 100%;*/
}
/* タグタイトル＆説明 */

.new_info .dai_cate_title{
	color: #fff;
}
.new_info p{
	color: #fff !important;
}

.icon_ullist{
    margin: 10px 0;
}

#detail #cartArea {
    margin: 0;
    padding: 0;
}

#detail #cartArea a{
    text-decoration: none;
}

#detail #description{
    color: #555;
    font-size: 85%;
    font-weight: bold;
    line-height: 25px;
}

#detail #cartArea form label p{
    padding: 0;
    color: #555;
}
#detail #cartArea .note{
    font-size: 70%;
}

#detail #deliInfo{
    border-top: 1px solid #555;
}


#deli_send_blk{
    margin-top: 20px;
    border: none;
    padding: 0 0 1.5% 0;
}

.kigen{
    border: none;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #555;
}


#deli_send_blk p, .kigen p{
    padding: 0;
    color: #555;
    font-size: 85%;
}

.buttonArea{
    width: 100%;
    margin: 3% 0 3% 0;
    margin-bottom: 40px;
}

.tab li{
    border-right: none;
    border-left: none;
}

.tab li.active{
    border-right: none;
    border-left: none;
}

@media (min-width: 1024px) {
    .tab li.active a, .tab li a{
        padding: 3%;
    }
}

@media (min-width: 768px) {
    .tab li.active a, .tab li a{
        padding: 4%;
    }
}

.notes_space__content {
    width: 92%;
    margin: 0 auto;
    color: #555;
    font-size: 85%;
    line-height: 23px;
}

/* ---- cate1_select_id4 ---- */

#productList dd ul{
    margin-bottom: 0;
     overflow: visible; 
}

#productList .productname {
    margin-top: 15px;
    margin-bottom: 2px;
}

#productList .price {
    margin-top: 0px;
}

.koumoku_txt, .sort_select{
    font-size: 85%;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px !important;
    height: 10px !important;
	margin: 10px 10px 2px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #c11a1d !important;
}

/* ---- member_menu ---- */

.rgBoxInner input{
    border: #555 1px solid;
    width: 85%;
}

.loginWrap button{
    border: #555 1px solid;
    width: 70%;
}
#thanks .buttonArea li a{
	width: 90%;
}

.loginWrap a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}



/* ---- guide ---- */

#guideinfo #paybox, #guideinfo #sendbox, #guideinfo #returnbox{
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #555;  
}

#guideinfo a{
    color: #555;
}

#guideinfo dt{
    color: #555;
}

#guideinfo dd{
    margin: 0 0 25px 0;
}

#guideinfo dl dd {
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #555;
}

/* ---- guide_shop ---- */
#guideinfo .accordion{
    color: #555;
    font-size: 100%;
    line-height: 30px;
    /*letter-spacing: 1.5px;*/
    text-align: justify; 
}

#guideinfo .accordion input:checked ~ article{
    border-bottom: none !important;
}

#guideinfo .accordion article{
    box-shadow: none;
}

#guideinfo .accordion  a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}

#guideinfo .dd_c_tit{
    border-bottom: none;
    text-decoration: underline;
}

#guideinfo dl dt h3{
    font-weight: bold;
}

/* ---- guide_add_page_paysend ---- */
#paysendbox{
	margin-top: 20px;
}

#paybox{
	margin-bottom: 30px !important;
}

#paysendbox #paybox, #paysendbox #sendbox{
    padding-left: 0 !important;
}

#paysendbox .box_title{
    color: #555;
	font-weight: bold;
    font-size: 1.6rem;
}

#send_mst_lsit td{
    padding: 0 10px;
}

#paysendbox p{
    padding: 0;
    line-height: 0;
}

#paysendbox p{
    color: #555;
    font-size: 100%;
    line-height: 30px !important;
    letter-spacing: 1.5px;
    text-align: justify; 
}

/*#paysendbox .c_title{
	padding-left: 0 !important;
}*/

#paysendbox .c_text{
	/*padding-left: 0 !important;*/
	font-weight: bold;
}
#paysendbox th.font-b{
	background-color: #ccc;
}
#send_mst_lsit{
    color: #555;
}

/* ---- guide_privacy, guide_houmon ---- */
#shopinfo, #houmoninfo{
    margin-bottom: 20px;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #555;  
}

#houmoninfo dl{

    border-top: 0;
    border-bottom: 1px solid #555;
}

#houmoninfo dd {
    margin: 0 0 15px 0;
}   

/* ---- guide_kankyou ---- */
#memberinfo a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;
}

/* ---- guide_aboutinfo---- */
.shopinfo01 p{
    text-align: left;
}

#shopinfo a.btn01 {
	color: #fff;
    padding: 16px 8px;
    font-size: 15px;
    width: 230px;
    background: #F56812;
    border: solid 1px #d7691d;
    border-radius: 3px;
}

#shopinfo h3 {
    border-bottom: none !important;
    /*text-align: left;*/
    margin-bottom: 30px !important;
}

#shopinfo h5{
    /*text-align: left;*/
}

#shopinfo iframe{
	width: 100%;
    height: 195px;
}



/* ---- user_add_nina_user_add1 ---- */
#policyWrap #plnotes a{
    color: #666;
    font-weight: bold;
    background-color: #ffbbbb;   
}

#policyWrap #plnotes, #policyWrap #pldlWrap, #policyWrap #privacyWrap{
    color: #555;
    font-size: 100%;
    line-height: 30px !important;
    letter-spacing: 1.5px;
    text-align: justify;  
}

#policyWrap .buttonArea li.goto_next_btn a{
    background: #f00;
    border: none;
}

/* ---- user_add_nina_user_add2 ---- */

#mailpassWrap .buttonArea li#agree_btn a{
    background: #f00;
    border: none;
}

#user_add2_form input#input_e_mail, #user_add2_form input#input_e_mail2, #user_add2_form input#input_pass, #user_add2_form input#input_pass2 {
    border: #555 1px solid;
	width: 80%;
    max-width: 500px;
}
/* ---- user_add_nina_user_add2 ---- */

#mailpassWrap{
    color: #555;
}

/* ---- cart ---- */

.productName{
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    width:90%;
}

li.quantity .change_btn{
    background: #fff;
    border: 0;
    width: 80px;
    padding: 5px;
    float: right;
    border: 1px solid #555;
}

.cartInner dl{
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

.cartInner dt{
    margin-right: 0;
}

#detail_cart .cartInner dd{
    width: 78%;
    padding-right: 0;
}

.cartInner dd li.subTotal{
    color: #555;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #555;
}

.quantity, .quantity span{
    color: #555;
    font-weight: bold;
    font-size: 105%;
}

.quantity_select{
    font-weight: bold;
}

.cartInner .grandTotal{
    color: #555;
}

.cartInner .grandTotal span{
    color: #f00;
	font-weight: bold;
}
.cartInner .total li:last-of-type span{
    font-size: 124%;
	color: #FF4D4D;
}
select#item_quantity_1.quantity_select{
    text-align: right;
    min-width: 50px;
    border: solid 1px #555;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
}

li.price span{
    font-weight: bold;
    font-size: 110%;
}

.cartInner{
    margin: 0;
    margin-top: 40px;
}

#detail_cart{
    
}

/* ---- cart2 ---- */
a.colA_UL{
    color: #555;
}

#customerInfo{
    color: #555;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
/*    text-align: justify; */
}

#cart .rgBox{
    border: #555 solid 1px;
}

#cart .rgBox .title{
    background: #645562;
}

#cart .rgBox input{
    /*width: 60%;*/
}

#cart .rgBox dl{
    text-align: center;
}

@media (max-width: 414px) {
    .cartInner dt {
        width: 100%;
        /*margin-right: 0;
        float: left;*/
		text-align: center;
    }
    .cartInner dd{
        margin-top: 20px;
        width: 100%;
        float: left;
    }

    #detail_cart .cartInner dd{
        width: 100%;
        padding-right: 0;
    }
}

#pos_member_id{
    text-align: center;
}

li#pos_chk_btn{
    margin-top: 30px;
}

#cart .rgBox .buttonArea li#pos_chk_btn a{
    padding: 5px;
    margin-bottom: 20px;
}

#cart #customerInfo p{
    color: #555;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#cart2_input_form button, #cart2_input_form input{
    width: auto;
    border: 1px solid #555;
}

.formWrap select{
    border: 1px solid #a9a9a9;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    padding: 2px 2px 5px 2px;
}

#customerInfo button,  input#customerInfo{
    /*width: auto;*/
    width: 80%;
}

.formWrap .userInfo{
    border-top: none;
}

.formWrap .userInfo dl{
    border-bottom: none;
    margin-bottom: 5px;
}

.formWrap .userInfo dt{
    font-weight: bold;
}

.formWrap .userInfo dd{
    line-height: 23px !important;
}


.formWrap #input_send_btn {
    text-align: center;
    background-color: #ddd;
    border: none;
    border-radius: 0;
    color: #555;
    font-size: 1.2rem;
    margin-right: 0;
    padding: 0px;
    width: 50%;
}

.formWrap .selectDeli #add_send_btn {
    text-align: center;
    background-color: #ddd;
    border: none !important;
    border-radius: 3px;
    color: #555;
    font-size: 100%;
	margin: 0 0 20px 0;
    padding: 5px;
    width: 50%;
}
.formWrap .selectDeli #get_deli_btn, .formWrap .selectDeli #reset_deli_btn{
    border: 0 !important;
	margin: 0 0 15px !important;
}
#customerInfo .buttonArea li.goto_next_btn a{
    background: #f00;
    border: none;
}

.org{
    color: #f00;
}

.formWrap .selectDeli input{
    width: 45%;
	background: #d6a761 !important;
    border: solid 1px #d7691d;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1.0em;
}

.formWrap .selectDeli input.bt02{
	background: #aaa  !important;
}

.formWrap .selectDeli input.bt01{
    background: #f00;
    font-weight: bold;
    padding: 5px 20px;
}

.formWrap .selectDeli input.bt02{
    background: #ddd;
    font-weight: bold;
	padding: 5px 20px;
    color: #555;
}
#secom input{
	background: none !important;	
	padding: 5px;
	border: none !important;
}


/* ---- cart3 ---- */
.lead{
    color: #555;
}

.darkred{
    color: #f00;
}

#cart3_form{
    color: #555;
}

#cart3_form dt{
    color: #555;
	 font-size: 1.6rem;
    font-weight: bold;
}

#payment strong{
    color: #f00;
}

#payment #payment_list li{
    border-bottom: 1px solid #555
}

#payment p{
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#payment table.daibiki{
    border: 1px solid #e3e3e3; 
}

#payment table.daibiki th.total, #payment table.daibiki tr:nth-child(odd) td.total{
        background: #fff
}

#payment table.daibiki tr:nth-child(even) td.total{
    background: #fff;
}

#payment table.daibiki th.fee, #payment table.daibiki tr:nth-child(odd) td.fee {
    background: #fff;
}

#payment table.daibiki th.total, #payment table.daibiki td.total {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#payment table.daibiki th.fee, #payment table.daibiki td.fee {
    width: 100px;
    border-bottom: 1px solid #e3e3e3;
}

#payment textarea{
    border: 1px solid #555;
}

#contents #pankuzu, #cart #pankuzu, #confirm #pankuzu {
    margin: 2% 5%;
}


/* ---- cart4 ---- */
#confirm{
    color: #555;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

#confirm .lead p{
    color: #555;
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1.5px;
}

#confirm .cartInner dl:last-of-type{
    border-bottom: 1px solid #555;    
}

#confirm #pointTotal {
    border-top: 1px solid #555;
}

#customer div.item{
    font-weight: bold;
}

#confirm ul.listA > li{
    border-bottom: none;
    margin-bottom: 15px;
}

#confirm ul.listA .item{
    font-weight: bold;
}

#confirm ul.listA li div.item:before{
    display: none;
}

#confirm .inner>.inner{
    margin-bottom: 0;
}

#aboutReturn dl{
    padding: 20px 30px;
    border: 1px solid #f00;
}

#aboutReturn dt{
    color: #f00;
    border-bottom: none;
}

#aboutReturn dd{
    color: #555;
    font-size: 100%;
    line-height: 20px;
    letter-spacing: 1.2px;
}


/*       ここから新規追加_2018.2.22           */

#header_searchBox .nav-searchField{
    /*border-color: #555;*/
   /* border-radius: 0;*/
}

#header_searchBox .submitBtn{
    background-color: #555;
    /*border-color: #555;
    border-radius: 0;*/
}


/* 新規会員登録ボタン */
#errorArea{
	padding: 0 !important;
}
#login_form .loginWrap:nth-of-type(2) .buttonArea li a{
    background: #1c87d0 !important;
    border: solid 1px #114aea;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1.0em;
}

/* 次に進む（登録しない）ボタン（グレーボタン）*/

#login_form .loginWrap:nth-of-type(3) .buttonArea li a{
    background: #ddd !important;	
    border: none;
	border-radius: 3px;
    color: #555 !important;
    font-size: 1.0em;
}
/* 会員カードチェック */
#pos_chk_rlt{
	text-align: center;
	padding: 0;
}
#pos_chkrlt_txt {
    background-color: #ddd;
}





/* サーバ証明書のサイトシール */
#site_seal{
	display: table;
	margin: 30px 0;
}
#site_seal dt,
#site_seal dd{
	display: table-cell;
	vertical-align: middle;
}
#site_seal dt{
	width: 135px;
	padding-right: 10px;
}
#site_seal dd{
}


/*sidemenuに画像を貼る（SP）*/
img.side_menu_image{float: left;width:30px;height:30px;margin-top:8px;margin-right:5px;vertical-align:middle;}

/* Q&A(guid.phtml) */
#guideinfo .qa_group{
	font-size:1.6rem!important;
	font-weight: bold;
	font-family:sans-serif, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	border-bottom: 1.5px solid #000;
	width:100%;
	word-break: break-all;
}
#guideinfo dl.qa_item{
	padding-top:10px;
}
#guideinfo dt.qa_item_title{
	font-size:1.2rem!important
	font-family:sans-serif, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	color:#fff;				/*Ｑ＆ＡのＱ部分の文字色*/
	background: #db3c3c;	/*Ｑ＆ＡのＡ部分の背景色*/
	text-indent: -25px;
}
#guideinfo dt.qa_item_title:before {
	content: "Q.";
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
}
#guideinfo dd.qa_item_body {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}
#guideinfo dd.qa_item_body:before {
	content: "A.";
	color: #2672b1;
	font-weight: bold;
	margin-right: 2px;
}
#guideinfo dd.qa_item_body a{color:#AA00FF;cursor:pointer;}
#guideinfo dd.qa_item_body a:hover{background:none;color:#c11a1d;}

/* お届け先 */
#division_select {
	margin: 10px 0;
	padding-top: 10px;
	border-top: solid 1px gray;
}
#division_select span {
	font-weight: bold;
}

/* 受取店舗 */
#pos_shop_select {
	margin: 10px 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: solid 1px gray;
}
#pos_shop_select span {
	font-weight: bold;
}
#pos_shop_select select#select_pos_shop {
	max-width: 65%;
}
#pos_shop_select select#select_pos_shop option.soldout {
	background-color: darkgray;
}
#pos_shop_select span#not_pos_shop_caution {
	font-weight: bold;
	color: red;
}

/* お届け日（受取日） */
#carry_date_select {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
#carry_date_select span {
	font-weight: bold;
}
#carry_date_select select#carry_date {
	max-width: 65%;
}
#carry_date_select select#carry_date.disabled {
	background-color: #a9a9a9;
}
#carry_date_select select#carry_date option.soldout {
	background-color: darkgray;
}
#carry_date_select span#not_carry_date_caution {
	font-weight: bold;
	color: red;
}

/* 商品個数 */
.quantity_select.disabled {
	background-color: #a9a9a9 !important;
}

/* 在庫切れアイコン */
.stockout_imgwrap{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background:#000;
	border-radius: 5px;
}
.stockout_imgwrap img{
	opacity: 0.5;
}
@-moz-document url-prefix() {
	.stockout_imgwrap .stockout_caption{
		margin-bottom: -8px;
	}
}
.stockout_imgwrap span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 150%;
	color: #fff;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 20px;
	border-radius: 10px;
}
/* 一部在庫切れアイコン */
.stockout_part_imgwrap{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.stockout_part_imgwrap .stockout_part_caption {
	display: inline;
}
.stockout_part_imgwrap .stockout_part_caption span{
	position: absolute;
	display: inline-block;
	top: 20px;
	left: -25px;
	width: 100px;
	padding: 2px 10px;
	background: #cc0c0c;
	color: #fff;
	text-align: center;
	transform: rotate(-45deg);
}

/* ----------cart23Ver20 cart.html（ログインフォーム）とlogin.html共通----------------- */
/* カート画面/ヘッダーからのログイン画面 */
.login_wrapper,
.cart_login_wrapper {
	padding: 10px 0 20px 0;
}

/* grid */
.login_form_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-template-rows: minmax(10px, auto);
	gap: 10px;
}

/* カード・アプリ会員システムを使用する場合のgrid */
.login_form_container_with_card_app {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(10px, auto);
	gap: 10px;
}

.sign_up_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-template-rows: 1fr;
	gap: 5px;
	padding: 5px;
}

/* 共通のスタイル */
.login_form_container__grid_item,
.login_form_container_with_card_app__grid_item,
.sign_up_container__grid_item {
	color: #5d5750;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #555;
	box-sizing: border-box;
}

.sign_in_contents,
.sign_up_contents {
	padding: 15px 4%;
}

.login_title {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #555;
	color: #fff;
}

.login_form_container_with_card_app__grid_item--sign_in .login_title {
	font-size: 97%;
}

.login_link {
	font-weight: bold;
	background-color: #fbb;
	color: #666;
}

/* ボタン */
.sign_in_button_area,
.sign_up_button_area,
.member_type_contents__button_area {
	padding: 10px 0;
}

/* ボタン共通 */
.login_button {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.4rem;
	height: 45px;
	width: 70%;
	font-family: inherit;
}

/* 「ログイン」ボタン */
.login_button--sign_in {
	font-size: 1.5rem;
	background: #c11a1d;
	border: solid 1px #d7691d;
	color: #fff;
}

/* 「新規会員登録」ボタン */
.login_button--sign_up {
	background: #1c87d0;
	border: solid 1px #114aea;
	color: #fff;
}

/* 「会員登録せずに購入する」ボタン */
.login_button--guest {
	margin-top: 10px;
	background: #ddd;
	border: none;
	color: #555;
}

/* 「オンラインショップ会員の方はこちら」の内容 */
.sign_in_contents {
	text-align: center;
}

.sign_in_message {
	margin: 0 auto;
	width: fit-content;
	text-align: left;
}

.sign_in_form,
.sign_in_form_with_card_app {
	margin: 0 auto;
	width: 80%;
	max-width: 300px;
	padding: 10px 0;
	text-align: left;
}

.sign_in_form__item--password,
.sign_in_form_with_card_app__item--password {
	padding-top: 10px;
}

.sign_in_form__item label,
.sign_in_form_with_card_app label {
	display: block;
	font-weight: bold;
}

.sign_in_form__item input,
.sign_in_form_with_card_app__item input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: #a9a9a9 1px solid;
}

.sign_in_hint {
	padding: 10px 0;
}

/* 「初めて購入される方はこちら」の内容 */
/* カード・アプリ会員システムを使用しない場合 */
.sign_up_message {
	padding-bottom: 15px;
}

/* カード・アプリ会員システムを使用する場合 */
.sign_up_message_with_card_app {
	padding: 15px 4%;
	width: fit-content;
	max-width: 95%;
	margin: 0 auto;
	text-align: left;
}

/* カード・アプリ会員システムの使用する/しない共通 */
.sign_up_message__title {
	font-weight: bold;
}

.sign_up_message--2 {
	padding-top: 10px;
	font-weight: bold;
}

/* カード・アプリ会員システムを使用する場合の会員タイプごとのgridの内容*/
.member_type_title {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background: #555;
	color: #fff;
}

.member_type_contents {
	padding: 10px 3%;
}

.member_type_contents__text {
	width: fit-content;
	padding: 5px 0 20px 0;
	margin: 0 auto;
}

.member_type_contents__img {
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}

/*--------カードorアプリの会員情報入力（user_add1_2.html）---------*/
.user_add1_2_form_text {
	width: fit-content;
	text-align: left;
	margin: 0 auto;
	padding: 20px 4%;
}

.user_add1_2_form {
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}

.user_add1_2_form__input_item {
	text-align: left;
	padding: 3px 0;
}

.user_add1_2_form__input_item--phone {
	padding-top: 20px;
}

.user_add1_2_form__input_item label {
	display: block;
	font-weight: bold;
}

.user_add1_2_form__input_item input {
	padding: 7px 10px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: #a9a9a9 1px solid;
}

/* ボタンエリア */
.user_add1_2_button_area {
	padding: 40px 0;
}

/* ボタン共通 */
.user_add1_2_button {
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	width: 65%;
	font-size: 1.4rem;
	font-family: inherit;
}

/* 「次へ進む」ボタン */
.user_add1_2_button--agree {
	background: #c11a1d;
	border: none;
	color: #fff;
}

/* 「戻る」ボタン */
.user_add1_2_button--no_agree {
	margin-top: 20px;
	background: #ddd;
	border: none;
	color: #555;
}

/* ----------cart2.html（cart23Ver20）----------------- */
/* input欄を非活性にする際のスタイル */
input[readonly] {
	color: #555;
	background-color: #f2f2f2;
	cursor: default;
}

/* ----------TOPページ メールに関する注記 リンク----------------- */
.attention {
  padding-top: 12px;
  padding-bottom: 0px;
  text-align: center;
}

.attention_txt {
  color: #b7121b;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}

.attention_txt::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/icon_attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px;
}