/*ALL Setting
 *----------------------------------------------------------------------*/
body { 
    background-color: #f5f5f5;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    color: #323232;
}
#sysAll{
    max-width: 100%;
    padding: 0;
}
#sysHeader, #sysMain, #sysAside, #sysFotoer { padding: 0 5px;}
#sysWrap {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px !important;
}
#sysMain, #sysAside {
    background-color: #fff;
}
#sysHeader, #sysFooter { 
    padding: 0; 
    margin: 0;
}
#sysHeader {
    background: #fff;
    margin-bottom: 20px;
}
#sysFooter {
    background-color: #f0f0f0;
    border-top: 3px solid #aa2230;
}
#sysMain {
    line-height: 1.5;
    width: 82% !important;
    font-size: 0.9em;
}
#sysAside {
    width: 18% !important;
    padding-right: 10px;
}

/* Wrapper Setting */
.header_wrap {
    background-color: #292929;
    height: 60px;
}
.header_subwrap {
    background-color: #f0f0f0;
    height: 50px;
}
.header_wrap_inner,.header_subwrap_inner,
.p-pagetop .sysContent,
#sysWrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.content__header__wrap {
    margin-bottom: 80px;
}
.content__wrap, .inner__wrap {
    margin-bottom: 30px;
}
.inner__wrap:after, .block__wrap:after, #block__wrap:after {
    content: '';
    display: block;
    clear: both;
}

/* Webkit appearance */
input[type=search],
input[type=submit] {
    -webkit-appearance: none;
}

/* input Setting */
input[type=search] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 2.5;
    padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type="radio"] {  
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 2px solid rgb(167 167 167);
    cursor: pointer;
    border-radius: 100%;
}

input[type="radio"]:checked{
    background: #aa222f;
}

/* Content setting */
table {
   border-collapse: collapse;
   border-spacing: 0;
}
.sysItemPrice {
    font-size: 1rem;
    color: #323232;
    padding: 5px;
}
.sysAddSelection {
    font-size: 0.8em;
}
.sysAddSelection > div {
    line-height: 2;
}
select {
    height: 20px;
    display: inline-block !important;
}
p {
    margin: 10px auto;
}
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
}
strong {
    color: #e06370;
}
a img:hover {
    transition: 1.0s;
    opacity: 0.5;
}
 
/* Layout Setting */
/* Responsive Grid system */
.grid-row:after { 
    content: ""; 
    display: table; 
    clear: both; 
}
.grid-row { padding-bottom: 0em;}


/* DEFAULT COLUMN STYLES */
.grid-col { 
    display: block;
    float: left;
    margin-left: 2%;
}

.grid-col:first-child { margin-left: 0; }
.grid-col.col-span6:nth-child(2n+1) { margin-left: 0; }


.col-span1 { width: 8.33333333333%; }
.col-span2 { width: 16.6666666667%; }
.col-span3 { width: 25%; }
.col-span4 { width: 33.3333333333%; }
.col-span5 { width: 41.6666666667%; }
.col-span6 { width: 50%; }
.col-span7 { width: 58.3333333333%; }
.col-span8 { width: 66.6666666667%; }
.col-span9 { width: 75%; }
.col-span10 { width: 83.3333333333%; }
.col-span11 { width: 91.6666666667%; }
.col-span12 { width: 100%; }

.grid-col.col-span1 { width: 6.5%; }
.grid-col.col-span2 { width: 15.0%; }
.grid-col.col-span3 { width: 23.5%; }
.grid-col.col-span4 { width: 32.0%; }
.grid-col.col-span5 { width: 40.5%; }
.grid-col.col-span6 { width: 49.0%; }
.grid-col.col-span7 { width: 57.5%; }
.grid-col.col-span8 { width: 66.0%; }
.grid-col.col-span9 { width: 74.5%; }
.grid-col.col-span10 { width: 83.0%; }
.grid-col.col-span11 { width: 91.5%; }
.grid-col.col-span12 { width: 100%; }

/* Function Parts
 *----------------------------------------------------------------------*/
/* Clearfix */
.p-clearfix:after,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/* Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    letter-spacing: -.4em;
    text-align: center;
}
.sysContent .sysItemBlock .sysHorizontal li {
    width: 25%;
    float: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.sysContent .sysItemBlock .sysHorizontal li .sysItemImage img {
    object-fit: contain;
    height: 250px;
}

/* Vertical Item Block */

/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe {
    width: 100% !important;
}

/* Button */
.btn {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.btn-info{
    background: #666;
    color: #fff;   
}
.btn-info:hover { 
    background: #999;
}
#sysMypageReminder #sysMain input[type=submit] {
    background-color: #c20c22;
    color: #fff;
    display: block;
    border: 0;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 3px;
    width: 80%;
    max-width: 280px;
    height: 40px;
    margin: 0 auto;
}
.sysNextSubmit {
    border: none;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #c20c22;
    letter-spacing: 0.2em;
    padding: 2px;
    line-height: 2.6;
    font-size: 0.9em;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 350px;
    height: 50px;
}

/* 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
    line-height: 1.75;
    border-bottom: 1px dotted #999;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}

/* グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child { 
    border-right: 0;
}

/* 機能パーツ：テキスト */
#sysMain h2.sysHeadline {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
}
#sysMain h2.sysHeadline:before {
    content: '';
    border: 3px solid #aa2230;
    border-radius: 5px;
    margin-right: 10px;
}
#sysMain h2.sysHeadline + img {
    width: 100%;
}
#sysMain .sysContent h2 {}
#sysMain .sysContent h3 {
    background: #f6f6f6;
    border-left: 5px solid #ecb804;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
#sysMain .sysContent h4 {
    margin-bottom: 10px;
    border-left: 5px solid #ec8181;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}


/* 見出し */
.headline-1st {
    font-size: x-large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
}
.headline-2nd {
    font-size: large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 15px;
    
}
.headline-3rd {
    font-size: medium;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 30px;
}

/* Bootstrap Buttons UI kit */
.btn{text-decoration:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}

/* Responsive Grid System */
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
    DEVELOPER : DENIS LEBLANC
    URL : http://responsive.gs
    VERSION : 3.0
    LICENSE : GPL & MIT */
.row:after, 
.col:after, { 
    content: ""; 
    display: table; 
    clear: both; 
}
.row { 
    padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.col { 
    display: block;
    float: left;
}
.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }

.gutters .col { margin-left: 2%;}
.gutters .col:first-child { margin-left: 0; }
.gutters .span_1 { width: 6.5%; }
.gutters .span_2 { width: 15.0%; }
.gutters .span_3 { width: 23.5%; }
.gutters .span_4 { width: 32.0%; }
.gutters .span_5 { width: 40.5%; }
.gutters .span_6 { width: 49.0%; }
.gutters .span_7 { width: 57.5%; }
.gutters .span_8 { width: 66.0%; }
.gutters .span_9 { width: 74.5%; }
.gutters .span_10 { width: 83.0%; }
.gutters .span_11 { width: 91.5%; }
.gutters .span_12 { width: 100%; }

/* Module
 *----------------------------------------------------------------------*/
/* header*/
.h-siteinfo, .h-siteinfo-h2 {
    background-color: #aa2230;
}
.h-siteinfo .sysContent {
    font-size: inherit;
}
.h-siteinfo h1, .h-siteinfo-h2 h2 {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1;
}

/* サイトロゴ */
.h-sitelogo {
    margin: 0 auto;
}
.h-sitelogo .sysContent {
    width: 280px;
    max-width: 50%;
    float: left;
    padding-top: 12px;
}

/* PRブロック */
.h-pr {
    width: 15%;
    float: left;
    text-align: center;
}
.h-pr p {
    font-size: 0.8em;
    color: #fff;
    line-height: 1.4;
    text-align: initial;
}

/* アクションエリア */
.h-actionarea {
    width: 55%;
    margin: 0 auto;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.h-actionarea .first {
    float: left;
    padding-top: 12px;
    width: 20%;
}
.h-actionarea .first a {
    font-size: 0.75em;
    text-decoration: none;
    background-image: url(/img/common/icon/header_icon_first.png);
    padding: 6px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 8px 4px;
    background-color: #f7f766;
    border-radius: 5px;
}
.h-actionarea .download {
    float: left;
    width: 120px;
}
.h-actionarea .download li {
    float: left;
    margin-right: 6%;
}
.h-actionarea .download li a {
    font-size: 10px;
    text-decoration: none;
    padding: 6px;
    background-repeat: no-repeat;
    background-color: #c20d23;
    border-radius: 5px;
    color: #fff;
    padding-top: 35px;
    height: 50px;
    width: 50px;
    display: inline-block;
    letter-spacing: -0.1em;
}
.h-actionarea .download li.fax a {
    background-image: url(/img/common/icon/header_icon_fax.png);
    background-size: 25px;
    background-position: center 6px;
}
.h-actionarea .download li.catalog a {
    background-image: url(/img/common/icon/header_icon_catalog.png);
    background-size: 28px;
    background-position: center 8px;
}
.h-actionarea .tel {
    float: left;
}
.h-actionarea .tel a {
    font-family: "Helvetica Neue";
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.h-actionarea .tel a:before {
    content: '';
    display: inline-block;
    background-image: url(/img/common/icon/header_icon_freedial.png);
    height: 25px;
    width: 30px;
    background-size: 25px;
    background-position: left 6px;
    background-repeat: no-repeat;
}
.h-actionarea .tel span {
    display: block;
    font-size: 0.85em;
    line-height: 1;
    color: #fff;
}
.h-actionarea .mail {
    float: right;
    padding-top: 12px;
    position: absolute;
    right: 0;
}
.h-actionarea .mail a {
    font-size: 0.7em;
    text-decoration: none;
    background-image: url(/img/common/icon/header_icon_inquriy.png);
    padding: 8px;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px 5px;
    background-color: #c20c22;
    border-radius: 5px;
    color: #fff;
}

/* メインメニュー*/
.h-mainMenu .sysContent {
    width: 50%;
    padding-top: 15px;
    float: left;
    position: absolute;
}
.h-mainMenu ul {
    display: table;
    width: 100%;
}
.h-mainMenu ul li {
    display: table-cell;
    margin-bottom: 1px;
    text-align: left;
}
.h-mainMenu ul li.sysText a {
    border: 0;
    font-size: 0.9em;
    color: #323232;
}

/* 検索フォーム */
.h-search{
    max-width: 300px;
    width: 20%;
    float: right;
    position: absolute;
    right: 300px;
    top: 2px;
}
.h-search  .sysContent {
    padding: 0;
    padding-top: 8px;
}
.h-search .sysItemSearchFormWord {
    width: 85%;
    float: left;
}
.h-search .sysItemSearchFormWord input{
    line-height: 2.4;
    height: 30px;
    background: #fff;
    border: 0;
    padding: 0 !important;
    font-size: 0.8em;
    text-indent: 0.8em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.h-search .sysSearchButton {
    float: right;
    width: 15%;
    margin: 0;
    line-height: 2.4;
    height: 30px;
    background-color: #aa2230;
    border: 0;
    padding: 0 !important;
    background-image: url(/img/common/icon/header_icon_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    text-indent: -9999px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* SNS */
.h-sns {
    width: 20%;
    float: right;
    position: absolute;
    right: 70px;
}
.h-sns li {
    float: left;
    padding: 10px;
}
.h-sns li.facebook img {
    width: 20px;
}
.h-sns li.twitter img {
    width: 25px;
}

/* 会員メニュー */
.h-member {
    float: right;
    position: absolute;
    right: 50px;
    top: -14px;
}
.h-member li {
    padding: 10px;
    text-align: center;
    float: left;
    line-height: 1;
    position: relative;
}
.h-member li a {
    text-decoration: none;
    display: block;
    height: 35px;
}
.h-member li i {
    font-size: 10px;
    font-style: inherit;
    display: block;
    position: absolute;
    top: 46px;
}
.h-member li.login img {
    height: 34px;
    padding: 3px;
}
.h-member li.mypage img {
    height: 34px;
    padding: 4px;
    display: block;
}

/* カート */
#cartInfo{
    float: right;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
#cartInfo p.cartTxt {
    line-height: 1.2;
    margin: 0;
    padding-top: 8px;
}
#cartInfo p.cartTxt i {
    font-size: 10px;
    font-style: inherit;
    display: block;
}
#cartInfo p img{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.h-cart {
    display: none;
    width: 280px;
    height: 160px;
    position: absolute;
    top: 55px;
    right: 5px;
    border: 1px solid #aaa;
    background: #fff;
    color: #000;
    z-index: 110;
    padding: 10px 20px;
}
.h-cart .sysContent {
    padding: 0;
}
.h-cart d l{
    font-size: 12px;
    margin-bottom: 0px;
}
.h-cart dl:after{
    display: block;
    content: "";
    clear: both;
}
.h-cart dt, .h-cart dd {
    float: left;
    font-size: 1.2em;
    line-height: 1.8em;
}
.h-cart dd span{
    display: inline-block;
    color: #da4636;
    font-weight: bold;
    padding: 0 5px;
}
.h-cart .sysCartInfoCartIn a {
    display: block;
    background: #000;
    color: #fff;
    width: 100%;
    margin: 10px 0% 5px;
    height: 50px;
    padding: 12px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius:5px;
    text-decoration: none;
}
.h-cart .sysCartInfoCartIn a:hover {
    background:#999;
}
.h-cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: bottom;
}
.h-cart .sysCartInfoCartIn a i {
    margin-right: 5px;
}

/* TOPページ */
/* トップニュース */
.t-topnews ul  li a {
    padding: 10px;
    border: 1px solid #e3c9c9;
    background-color: #e3c9c9;
    text-align: center;
}
.t-topnews ul li a
.t-topnews ul li a:hover {
    color: #c14f5b;
    transition: 1.0s;
}

/* TOPキャッシュレスバナー */
.t-cashlessBnr .sysContent {
    padding: 0;
    margin-bottom: 10px;
}

/* ペイペイバナー */
.m-paypay .sysContent {
    padding: 0;
}
.m-paypay .sysContent li {
    margin-bottom: 10px;
}
.sysCart .m-paypay .sysContent {
    max-width: 1000px;
    margin: auto;
    padding: 10px;
}

/* スライダー */
.t-slider .sysContent {
    padding: 0;
    margin-bottom: 50px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li {
    width: 40px !important;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    border-radius: 50% !important;
    background-color: #e6e6e6 !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    background: #cb0033 !important;
}

/* レコメンドバナー */
.t-recBnr {}
.t-recBnr ul:after {
    content: '';
    display: block;
    clear: both;
}
.t-recBnr ul li {
    width: 49%;
    margin-bottom: 2%;
    display: inline-block;
}
.t-recBnr ul li:nth-child(2n) {
    float: right;
}

/* アイテムブロック */
#common_template {
    margin-bottom: 50px;
}
#common_template:after {
    content: '';
    display: block;
    clear: both;
}
#sysMain .sysFuncItemBlock {
    clear: both;
}
#sysMain .sysFuncItemBlock li {}
.t-teaseries {}
#sysItemDetail .p-history .sysItemBlock li .sysCartButton {
    background-position: 1em;
}
.t-itemList .sysContent .sysHorizontal .sysItemImage img {
    object-fit: contain;
    height: 250px;
}

/* 共通ボタン */
.btn_next {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.btn_next a {
    background-color: #292929;
    display: inline-block;
    width: 250px;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

/* TOP商品一覧 */
.t-itemList {
}

/* お知らせ・新着情報 */
.t-news .sysContent {
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.t-news ul li {
    border-bottom: 1px dotted #323232;
    padding-top: 5px;
    padding-bottom: 5px;
}
.t-news ul li:last-child {
    border: 0px;
}
.t-news ul li a:hover {
    color: #c14f5b;
    transition: 1.0s;
}

/* Main*/
/* 検索ブロック */
.p-search .sysContent {
    background-color: #f5f5f5;
    padding: 10px 20px;
}
.p-search .sysItemSearchFormWord input[type=search] {
    width: 100%;
    margin: 5px auto;
    line-height: 1;
    display: block;
    border: 1px solid #d4d4d4;
    height: 40px;
    font-size: 1em;
}
.p-search .sysItemSearchAndOr {
    font-size: 0.9em;
}
.p-search .sysItemSearchFormRange {
    margin: 5px 0;
}
.p-search .sysItemSearchFormRange input[type="text"] {
    width: 8em !important;
    border: 1px solid #d4d4d4 !important;
    padding: 5px !important;
    vertical-align: top;
    margin-right: 5px;
}
.p-search .sysItemSearchFormCategory {
    font-size: 0.9em;
    line-height: 2;
}
.p-search .sysItemSearchFormCategory select {
    width: 80%;
    height: 30px;
    background-color: #fff;
    border: 0;
    float: right;
}
.p-search input.sysSearchButton {
    border: none;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #c20c22;
    background-image: url(/img/common/icon/aside_icon_search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 45px 50%;
    letter-spacing: 0.2em;
    text-indent: 10px;
    width: 100%;
    padding: 2px;
    line-height: 2.6;
    font-size: 0.9em;
    max-width: 300px;
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -150px;
    margin-top: 20px;
}

/* フードライターによる黒豆ブログ */
.p-rss .sysContent {
    margin-bottom: 30px;
    padding: 0;
}
.p-rss ul li {
    padding: 10px 25px;
    background-color: #f7ece7;
}
.p-rss ul li:nth-child(2n) {
    background-color: #fff;
}
.p-rss ul li:last-child {
    border: 0px;
}
.p-rss ul li .date, .p-rss ul li .tit a {
    text-decoration: none;
}
.p-rss ul li .tit a:hover {
    color: #c14f5b;
    transition: 1.0s;
}
.p-rss ul li .date, .p-rss ul li .tit {
    display: inline;
}

/* Aside*/
/* Common */
#sysAside .sysHeadline {
    background-image: url(/img/common/image/aside_bg_h2.png);
    border: 2px solid #a99434;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding: 5px;
    font-weight: normal;
}
#sysAside .sysHeadline a {
    color: #fff;
    text-decoration: none;
}
#sysAside .sysContent {
    background-color: #292929;
    color: #fff;
    font-size: 0.8em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#sysAside .sysContent > div a {
    color: #fff;
}
#sysAside .sysContent p {
    margin: 5px auto;
}
#sysAside .sysFuncText .sysContent, #sysAside .sysFuncListNav .sysContent {
    padding: 0;
}
#sysAside .sysFuncText .sysContent li, #sysAside .sysFuncListNav .sysContent li {
    border-bottom: 1px solid #fff;
}
#sysAside .sysFuncText .sysContent li a, #sysAside .sysFuncListNav .sysContent li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

/* Cashless Banner */
.s-cashlessbnr .sysContent {
    background-color: inherit !important;
}
.s-cashlessbnr .sysContent img {
width: 100%;
}

/* PayPay Banner */
.s-paypay .sysContent {
    background-color: inherit !important;
}
.s-paypay li a {
    padding: 0 !important;
}

/* Aside Login Form & Search Form */
.s-login {
    line-height: 1.75;
}
.s-login li {
    display: block;
    line-height: 1.5;
}
.s-login li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0 0 5px;
    display: block;
    text-align: left;
}
.s-login input {
    width: 95%;
    margin: 5px auto;
    line-height: 1;
    display: block;
    border: 0;
    height: 2.5em;
}
.s-login input[type="checkbox"] {
    width: inherit;
    display: inline;
    margin: 0;
    height: inherit;
}
.s-login .sysLoginButton {
    border: none;
    padding: 2px;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #c20c22;
    background-image: url(/img/common/icon/aside_icon_login.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 40px 50%;
    letter-spacing: 0.2em;
    text-indent: 20px;
}

/* Aside Login Form */
.s-search{ line-height: 1.75;}
.s-search ul{ text-align: center;}
.s-search input[type=search]{
    width: 100%!important;
    margin: 5px auto;
    line-height: 1;
    display: block;
    border: 0;
    height: 2.5em;
}
.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
    text-align: left;
}
.s-search .sysItemSearchAndOr label {
    display: block;
    text-align: left;
}
.s-search .sysItemSearchFormCategory select {
    width: 100%;
    border: 1px solid;
}
.s-search .sysSearchButton {
    border: none;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #c20c22;
    background-image: url(/img/common/icon/aside_icon_search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 45px 50%;
    letter-spacing: 0.2em;
    text-indent: 10px;
    width: 100%;
    padding: 2px;
    line-height: 2.6;
    font-size: 0.9em;
}

/* 商品一覧 */
.s-itemList li a {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 10px 10px 60px !important;
}
.s-itemList li.new a {
    background-image: url(/img/common/icon/aside_icon_new.jpg);
}
.s-itemList li.rec a {
    background-image: url(/img/common/icon/aside_icon_rec.jpg);
}
.s-itemList li.tea a {
    background-image: url(/img/common/icon/aside_icon_tea.jpg);
}
.s-itemList li.food a {
    background-image: url(/img/common/icon/aside_icon_food.jpg);
}
.s-itemList li.drink a {
    background-image: url(/img/common/icon/aside_icon_drink.jpg);
}
.s-itemList li.beensnack a {
    background-image: url(/img/common/icon/aside_icon_beensnack.jpg);
}
.s-itemList li.snack a {
    background-image: url(/img/common/icon/aside_icon_snack.jpg);
}
.s-itemList li.okaki a {
    background-image: url(/img/common/icon/aside_icon_okaki.jpg);
}
.s-itemList li.famous a {
    background-image: url(/img/common/icon/aside_icon_famous.jpg);
}
.s-itemList li.gift a {
    background-image: url(/img/common/icon/aside_icon_gift.jpg);
}
.s-itemList li.work a {
    background-image: url(/img/common/icon/aside_icon_work.jpg);
}

/* 店長の部屋 */
.s-ownerRoom .sysContent > p {
    margin: 0 !important;
    padding: 8px;
    padding-bottom: 0;
}
.s-ownerRoom .sysContent > div {
    padding: 8px;
    padding-bottom: 0;
    width: 100%;
    display: table;
}
.s-ownerRoom .sysContent > div  {

}
.s-ownerRoom .sysContent > div figure {
    width: 100%;
    margin: auto;
}
.s-ownerRoom .sysContent > div figure img {
    display: -webkit-box;
    margin: auto;
    width:100%;
}
.s-ownerRoom .sysContent > div figure figcaption {
    text-align: center;
}
.s-ownerRoom .sysContent .btn_action a {
    border: none;
    color: #fff;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #c20c22;
    letter-spacing: 0.2em;
    padding: 2px;
    line-height: 2.6;
    font-size: 0.9em;
    text-decoration: none;
    display: block;
    width: 95%;
    text-align: center;
}

/* ミニバナー */
.s-miniBnr .sysContent {
    background-color: inherit !important;
}
.s-miniBnr  li {
    margin-bottom: 10px;
}
.s-miniBnr li:last-child {
    margin-bottom: 0;
}

/* Footer */
/* ショップインフォメーション */
.f-shopInfo {
    max-width: 1100px;
    margin: auto;
    padding-top: 30px;
}
.f-shopInfo .sysContent {
    display: flex;
    flex-wrap: wrap;
}
.f-shopInfo h2 {
    font-size: 1.1em;
    font-weight: normal;
}
.f-shopInfo h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.f-shopInfo section {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 10px;
}
.f-shopInfo .inner_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.f-shopInfo .inner_wrap h3 {
    font-weight: normal;
    font-size: 1.1em;
}
.f-shopInfo .inner_wrap h3 strong {
    color: #aa2230;
}
.f-shopInfo .inner_wrap h3 strong i {
    font-size: 1.4em;
    font-style: inherit;
}
.f-shopInfo .inner_wrap .certification {
    margin-bottom: 20px;
}
.f-shopInfo .inner_wrap .certification figure p {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}
.f-shopInfo .inner_wrap .certification figcaption {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.f-shopInfo .inner_wrap p {
    margin: 0;
}
.f-shopInfo .inner_wrap span {
    font-size: 0.9em;
    padding-bottom: 10px;
    display: block;
}
.f-shopInfo .inner_wrap .send {
    width: 100%;
    margin-bottom: 20px;
}
.f-shopInfo .inner_wrap .send th {
    border: 1px solid #323232;
    padding: 8px 10px;
    font-weight: normal;
    text-align: left;
    width: 60%;
    font-size: 0.9em;
    line-height: 1.5em;
}
.f-shopInfo .inner_wrap .send th em {
    font-style: normal;
    font-size: 1.2em;
}
.f-shopInfo .inner_wrap .send td {
    border: 1px solid #323232;
    width: 40%;
    text-align: center;
}
.f-shopInfo .inner_wrap .send td strong {
    color: #aa2230;
}
.f-shopInfo .inner_wrap .send td strong i {
    font-size: 1.4em;
    font-style: inherit;
}
.f-shopInfo .inner_wrap .freedial a {
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    line-height: 0;
    display: block;
    margin-bottom: 10px;
}
.f-shopInfo .inner_wrap .freedial a:before {
    content: '';
    display: inline-block;
    background-image: url(/img/common/icon/footer_icon_freedial.png);
    height: 34px;
    width: 40px;
    background-size: 35px;
    background-position: left 10px;
    background-repeat: no-repeat;
}
.f-shopInfo .btn_detail {
    text-align: center;
}
.f-shopInfo .btn_detail a {
    background-color: #323232;
    display: inline-block;
    padding: 15px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-image: url(https://www.kuromame.co.jp/img/common/icon/common_icon_arrow_rw.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 95%;
}
.f-shopInfo #calender .calender p strong {
    color: #ffd3e6;
}
.f-shopInfo #calender .calender table {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.f-shopInfo #calender .calender table:last-child {
    margin-right: 0;
}
.f-shopInfo #calender .calender table tr td#week {
    text-align: center;
}
.f-shopInfo #calender .calender table tr td#holiday {
    background-color: #ffd3e6;
}


/* ショップインフォメーション（SSL用） */
.f-shopInfo-s {
    max-width: 1100px;
    margin: auto;
    padding-top: 30px;
}
.f-shopInfo-s .sysContent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.f-shopInfo-s h2 {
    font-size: 1.1em;
    font-weight: normal;
}
.f-shopInfo-s h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.f-shopInfo-s section {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 10px;
}
.f-shopInfo-s .inner_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.f-shopInfo-s .inner_wrap h3 {
    font-weight: normal;
    font-size: 1.1em;
}
.f-shopInfo-s .inner_wrap h3 strong {
    color: #aa2230;
}
.f-shopInfo-s .inner_wrap h3 strong i {
    font-size: 1.4em;
    font-style: inherit;
}
.f-shopInfo-s .inner_wrap .certification {
    margin-bottom: 20px;
}
.f-shopInfo-s .inner_wrap .certification figure p {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}
.f-shopInfo-s .inner_wrap .certification figcaption {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.f-shopInfo-s .inner_wrap p {
    margin: 0;
}
.f-shopInfo-s .inner_wrap span {
    font-size: 0.9em;
    padding-bottom: 10px;
    display: block;
}
.f-shopInfo-s .inner_wrap .send {
    width: 100%;
    margin-bottom: 20px;
}
.f-shopInfo-s .inner_wrap .send th {
    border: 1px solid #323232;
    padding: 8px 10px;
    font-weight: normal;
    text-align: left;
    width: 60%;
    font-size: 0.9em;
    line-height: 1.5em;
}
.f-shopInfo-s .inner_wrap .send th em {
    font-style: normal;
    font-size: 1.2em;
}
.f-shopInfo-s .inner_wrap .send td {
    border: 1px solid #323232;
    width: 40%;
    text-align: center;
}
.f-shopInfo-s .inner_wrap .send td strong {
    color: #aa2230;
}
.f-shopInfo-s .inner_wrap .send td strong i {
    font-size: 1.4em;
    font-style: inherit;
}
.f-shopInfo-s .inner_wrap .freedial a {
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    line-height: 0;
    display: block;
    margin-bottom: 10px;
}
.f-shopInfo-s .inner_wrap .freedial a:before {
    content: '';
    display: inline-block;
    background-image: url(https://www.kuromame.co.jp/img/common/icon/footer_icon_freedial.png);
    height: 34px;
    width: 40px;
    background-size: 35px;
    background-position: left 10px;
    background-repeat: no-repeat;
}
.f-shopInfo-s .btn_detail {
    text-align: center;
}
.f-shopInfo-s .btn_detail a {
    background-color: #323232;
    display: inline-block;
    padding: 15px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-image: url(/img/common/icon/common_icon_arrow_rw.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 95%;
}
.f-shopInfo-s #calender .calender p strong {
    color: #ffd3e6;
}
.f-shopInfo-s #calender .calender table {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.f-shopInfo-s #calender .calender table:last-child {
    margin-right: 0;
}
.f-shopInfo-s #calender .calender table tr td#week {
    text-align: center;
}
.f-shopInfo-s #calender .calender table tr td#holiday {
    background-color: #ffd3e6;
}


/* サイトマップ */
.f-sitemap {
    background-color: #292929;
    padding-top: 10px;
}
.f-sitemap .sysContent {
    margin: auto;
    max-width: 700px;
}
.f-sitemap ul:after {
    content: '';
    display: block;
    clear: both;
}
.f-sitemap ul li {
    float: left;
    width: 25% !important;
    text-align: center;
    border-right: 1px solid #fff;
}
.f-sitemap ul li:last-child {
    border-right: 0;
}
.f-sitemap ul li.sysText a {
    color: #fff;
    font-size: 0.75em;
    padding: 0;
}

/* Page Top Btn */
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 0;
    cursor: pointer;
    width: 60px;
}

/* CopyRight */
.f-copyright {
    margin: 0 auto;
    text-align: center;
    background-color: #292929;
}
.f-copyright p {
    color: #fff;
    font-size: 0.85em;
}

/* Page-Content
 *----------------------------------------------------------------------*/
/* Archive Page */
/*  Free Area */

/* Pankuzu List*/
.sysCategoryPankuzu, .sysItemCategoryPankuzu {
    margin-bottom: 10px;
}
.sysCategoryPankuzu a, .sysItemCategoryPankuzu a {
    font-size: 0.8em;
    text-decoration: none;
    border: 1px solid #323232;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 10px;
}
.sysCategoryPankuzu a:hover, .sysItemCategoryPankuzu a:hover {

}
.sysCategoryPankuzu > span + br {
    display: none;
}
.sysCategoryPankuzu  br {
    margin-bottom: 5px;
    content: ',';
    display: inline-block;
}

/* Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 6px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 15px;
    text-decoration: none;
    margin: 2px 0;
}

/* Item PR Setting */
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

/* Cart Button */
.sysCartButton {
    border-radius: 5px;
    background-color: #c20c22;
    letter-spacing: 0.2em;
    padding: 2px;
    line-height: 2.6;
    font-size: 0.7em;
    text-decoration: none;
    display: block;
    width: 80%;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    border: 0;
}

/* Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

/* Deliveries Table */
ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}
ul.SysDeliveriesTable > li {
  display: table-row;
}
ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding:10px;
}

/* Item Page */
/* Item IMAGE */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages .sysImageList li{
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 32%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}
.sysItemImages .sysImageList li.sysCurrent img {
    border: 3px solid #a9222f;
}

/* Item Name */ 
.sysItemName {
    margin-bottom: 5px;
}
.sysItemName h1 {
    font-size: x-large;
    background-image: url(/img/common/bg/title_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sysItemName a {
    text-decoration: none;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1rem;
}

/* Image Area */
.imageArea {
    width: 50%;
    float: left;
    padding-right: 1%;
}

/* Order Area */
.orderArea {
    width: 50%;
    float: right;
    padding-left: 1%;
}
.orderArea h2 {
    margin-bottom: 10px;
    background: #f6f6f6;
    border-left: 5px solid #ecb804;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
.orderArea p {
    font-size: 1.2em;
    line-height: 1.8em;
}
.sysExplanation {
    clear: both;
}
.sysExplanation h2 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.sysExplanation h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.sysExplanation h3 {
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #4da51d;
    border-top: 1px solid #4da51d;
    padding: 10px;
    margin-bottom: 10px;
}
.sysExplanation ul {
    margin: 20px auto;
}
.sysExplanation ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
}
.balloon-box {
    display: flex;
}
.balloon-box > p {}
.balloon-box p img {
    border-radius: 50%;
    width: 100px;
}
.balloon-box .balloon2-left {
    width: 85%;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
}
.balloon-box .balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
.balloon-box .balloon2-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
.balloon-box .balloon2-left p {
    margin: 0;
    padding: 0;
}

/* Item Page Titile */
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 10px;
    font-size: large;
}

/* Item Explanation */
.sysExplanation table {
    width: 100%;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
.sysExplanation table tr {
    background-color: #f7ece7;
}
.sysExplanation table tr:nth-child(2n) {
    background-color: #fff;
}
.sysExplanation table th {
    width: 20%;
    padding: 6px;
}
.sysExplanation td {
    width: 80%;
    font-size: 0.9em;
    text-align: left;
    padding-left: 10px;
}

/* お電話でのご注文 */
.tel_order {
    margin-bottom: 30px;
}
.tel_order img {
    width: 100%;
}

/* Item BuyForm */
#sysItemDetail .sysRetailPrice { 
    font-size: 1.3em;
    color: #da4c5d;
    margin-bottom: 10px;
}
#sysItemDetail .sysForm {
    padding: 0;
}
#sysItemDetail .sysPr { text-align: center;}
#sysItemDetail .sysPr > span { display: inline-block;}
#sysItemDetail .sysForm select, #sysItemDetail .sysForm input[type="text"] {
    min-width: 150px;
    width: 65%;
    display: inline-block;
    float: right;
    height: 25px;
}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48.5%;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #323232;
    cursor: pointer;
    background-color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton {
    color: #323232;
    border: 1px solid #999;
    background: none;
}
#sysItemDetail .sysCartButton {
    padding: 1em;
    font-size: 0.8em;
    background-image: url(/img/common/icon/header_icon_cart_w.png);
    background-repeat: no-repeat;
    background-size: 2.2em;
    background-position: 10em 15px;
    text-indent: 2em;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 100%;
    margin-left: 0;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { 
    width: 100%;
}
#sysCartInForm #sysSelections {}
#sysCartInForm #sysSelections > div {
    font-size: 0.9em;
    line-height: 2.2em;
}

/* System Button */
.sysLoginButton,
.sysButton {
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    color: #323232;
    cursor: pointer;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    background-color: #fff;
}
.sysLoginButton{
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 10px;
    background-color: #c20c22;
    color: #fff;
    border: 0;
}

/* Item Text */
.sysDescription,.sysImageDescription{ font-size: 0.75rem;}
#sysDescriptionPc {
    text-align: left;
    font-size: 0.9rem;
}

/* Item Gallary */
.sysImageListSimple li { margin-bottom: 10px;}

/* Review */
.sysReview input{
    background-color: #ecb806;
    color: #fff;
    text-shadow: none;
    border: 0;
    border-radius: 3px;
    display: block;
    padding: 15px;
    margin: 5px auto;
    width: 50%;
    max-width: 300px;
}
.sysReview > br {
    display: none;
}
.sysReviewHistoryList {
    padding: 0 10px;
    clear: both;
    padding-top: 50px;
}
.sysReviewHistoryList li {
    margin-bottom: 5px;
    border-bottom: 1px dashed lightgray;
    padding: 5px 0;
}
.sysReviewHistoryList li:last-child { border: none;}

.sysNickname,
.sysEvaluation {
    display: inline-block;
    padding: 0 10px 0 0;
}
.sysNickname {
    font-size: large;
    font-weight: bold;
}
.sysReviewDatetime {
    font-size: small;
    text-align: right;
    padding-right: 20px;
}
.sysReviewText { font-size: small;}

/* レシピ */
.recipe {}
.recipe .imageArea {}
.recipe .imageArea .sysItemImages {
    margin-bottom: 20px;
}
.recipe .imageArea .sysMainImage img {
    width: 100%;
}
.recipe .imageArea .sysDescription {}
.recipe .imageArea .sysDescription .description {
    background: #f8f4e6;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
}
.recipe .imageArea .sysDescription .description h3 {
    background: #fff;
    padding: 10px;
    color: #aa2230;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.recipe .imageArea .sysDescription .howto {
    background: #f8f4e6;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.recipe .imageArea .sysDescription .howto h3 {
    background-color: #f8b64f;
    padding: 10px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(/img/common/icon/icon_recipe.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    text-indent: 2.5em;
}
.recipe .imageArea .sysDescription .howto ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    padding: 5px;
}
.recipe .imageArea .sysDescription .howto li {
    padding: 5px;
    font-size: 14px;
}
.recipe .imageArea .sysDescription .howto li:before {
    counter-increment: item;
    content: counter(item);
    font-weight: bold;
    background-color: #c20c22;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    margin-right: 5px;
}
.recipe .orderArea {}
.recipe .orderArea .sysExplanation .material {}
.recipe .orderArea .sysExplanation .material h3 {
    background-color: #f8c3c3;
    padding: 10px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(/img/common/icon/icon_kinoko.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    text-indent: 2.5em;
}
.recipe .orderArea .sysExplanation .material table {}
.recipe .orderArea .sysExplanation .material td {
    width: auto;
}
.recipe .orderArea .sysExplanation .item {
    background: #eee;
}
.recipe .orderArea .sysExplanation .item:after {
    content: '';
    display: block;
    clear: both;
}
.recipe .orderArea .sysExplanation .item h3 {
    background-color: #aadfe8;
    padding: 10px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(/img/common/icon/icon_beens.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    text-indent: 2.5em;
}
.recipe .orderArea .sysExplanation .item img {
    float: left;
    width: 100px;
    padding: 10px;
}
.recipe .orderArea .sysExplanation .item p {
    font-size: 0.9em;
    padding: 5px;
}

/* 長尺テンプレート（商品ページ） */
.landing {
    position: relative;
}
.landing .form__wrap {
    width: 30%;
    float: right;
    position: absolute;
    right: 2%;
}
#sysItemDetail .landing .form__wrap input.sysCartButton {
    background-position: 4em;
}
.landing .image__wrap {
    line-height: 0;
    margin-bottom: 30px;
}
.landing .image__wrap img {
    width: 100%;
}
.landing .image__wrap img:first-child {
    width: 65%;
    margin-bottom: 10px;
}
.landing .inner__wrap .text__wrap {
    width: 40%;
    float: left;
    padding-right: 2%;
}
.landing .inner__wrap .text__wrap.right {
    float: right;
    padding-right: 0;
    padding-left: 3%;
}
.landing .inner__wrap .text__wrap h3 {
    background: #f6f6f6;
    border-left: 5px solid #ecb804;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
.landing .inner__wrap .image__wrap {
    width: 60%;
    float: right;
}
.landing .inner__wrap .image__wrap img:first-child {
    width: 100%;
}
.landing .inner__wrap .table__wrap {
    width: 60%;
    float: right;
}
.landing .inner__wrap .table__wrap h3 {}
.landing .inner__wrap .table__wrap table {
    line-height: 1;
    margin-bottom: 0;
}
.landing .inner__wrap .table__wrap table th {
    width: 25%;
    font-size: 1em;
}
.landing .inner__wrap .table__wrap table td {
    width: 25%;
    font-size: 1em;
    text-align: center;
    padding: 10px;
}
.landing .inner__wrap .table__wrap p {
    font-size: 0.9em;
}
.landing .inner__wrap.comment {
    padding-bottom: 10px;
}
.landing .inner__wrap.comment h2 {
    width: 20%;
    float: left;
    text-align: center;
}
.landing .inner__wrap.comment h2:before {
    content: none;
}
.landing .inner__wrap.comment h2 img {}
.landing .inner__wrap.comment p {
    width: 75%;
    float: right;
    padding-left: 2em;
    max-width: inherit;
    margin: 0;
    margin-left: 3%;
}
.landing .inner__wrap.introduce {
    background: #fbfbfb;
    border-radius: 10px;
    padding-bottom: 10px;
}
.landing .inner__wrap.introduce h3 {
    background-color: #fedc00;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.landing .inner__wrap.introduce dl {
    padding-top: 20px;
}
.landing .inner__wrap.introduce dt {
    padding: 0px 20px 0;
}
.landing .inner__wrap.introduce dt img {}
.landing .inner__wrap.introduce dt strong {
    color: #000;
}
.landing .inner__wrap.introduce dd {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-bottom: 1px dotted #b3b3b3;
}
.landing .inner__wrap.introduce dd:last-child {
    border: 0;
    margin-bottom: 10px;
}
.landing .inner__wrap.voice {
    background: #fbfbfb;
    border-radius: 10px;
    padding-bottom: 10px;
}
.landing .inner__wrap.voice h3 {
    background-color: #fedc00;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.landing .inner__wrap.voice article {
    padding: 0 2em;
    border-bottom: 1px dotted #b3b3b3;
}
.landing .inner__wrap.voice article:last-child {
    border-bottom: 0;
}
.landing .inner__wrap.voice article .customer {}
.landing .inner__wrap.voice article .customer span {
    color: #b30909;
}
.landing .actionArea {
    margin-bottom: 50px;
}
.landing .actionArea:after {
    content: '';
    display: block;
    clear: both;
}
.landing .actionArea .sysItemImages {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.landing .actionArea .sysRetailPrice {
    width: 50%;
    float: right;
}
.landing .actionArea .sysForm {
    width: 50%;
    float: right;
}
.landing #sysDescription {
    float: right;
    width: 50%;
}
.landing #sysDescription h2 {
    font-size: 1.3em;
    padding: 10px;
    font-weight: normal;
}
.landing #sysDescription table {
    margin-bottom: 10px;
}
.landing #sysDescription table tr {
    border-top: 1px dotted #323232;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.landing #sysDescription table th {
    width: 20%;
    text-align: center;
    min-width: 100px;
    font-size: 1.1em;
    font-weight: normal;
}
.landing #sysDescription table td {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.1em;
}

/* Cart Page */
.sysCart h1, .sysCart h2, .sysCart h3, .sysCart h4, sysCart h5, .sysCart h6, .sysCart p {
    margin: auto !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    letter-spacing: inherit;
}
.h-siteinfo .sysContent h1 {
    text-align: center;
    overflow: hidden;
}
.sysCart .h-sitelogo .sysContent {
    float: none;
    margin: auto;
}
.sysCart .sysBox {
    border: 1px solid #ccc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
.sysCart .sysBox .sysProduct .sysItemName a {
    font-size: 1.2em;
}

/* Cart Button Reset */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #fff;
    color: #323232;
    text-shadow: none;
    line-height: 1;
    font-size: 1em;
    border: 1px solid #ccc;
}
.sysCartInDone{ margin: 0;}

/* Cart Next Button */
.sysCart #sysMain input.sysAmazonNextSubmit {
    color: #fff;
    margin: 0.5em auto;
    border-radius: 5px;
    background: #c20c22;
    letter-spacing: 0.2em;
    border: 0;
    min-width: auto;
    font-size: 0.9em;
}
.sysCart #sysMain input.sysLoginButton {
    display: block;
    height: 40px;
    margin: 0.5em auto;
    width: 95%;
    background-color: #c20c22;
    max-width: 300px;
    color: #fff;
    font-weight: normal;
    line-height: 0;
    border: 0;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    display: block;
    height: 40px;
    margin: 0.5em auto;
    width: 95%;
    background-color: #c20c22;
    max-width: 300px;
    color: #fff;
    font-weight: normal;
    line-height: 0;
    border: 0;
}

/* Cart Title */
.sysCartTitle {
    background-color: inherit;
    color: #323232;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.sysCartTitle:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}

/* Cart Total */
.sysTotal {}
.sysTotal:after {
    content: '';
}
.sysTotal .sysBox {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.sysTotal .sysTotalTxt {
    text-shadow: none;
    text-align: center;
    font-size: 1.4em;
}
.sysTotal .sysTotalTxt .sysCartAttention {
    font-size: 2em;
    margin-bottom: 10px;
}
.sysCartAttention {
    color: #da4c5d;
}
.sysCartItemAreaMessage {
    margin-top: 20px;
}

/* 4-4-2 Form Page */
#sysMain > form {
    padding: 20px;
}
.sysForm {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

/* 支払い方法選択画面 */
.sysSelectPayment {
    padding: 20px;
}
.sysSelectDelivery {
    padding: 10px 20px 0;
}
.sysSelectHopeDelivery {
    padding: 20px;
}
.sysRemarks {
    padding: 20px !important;
}

/* 会員ページ */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2 {
    color: #000;
    font-size: 1.2em;
    padding: 5px;
    font-weight: normal;
}
#sysMemberRegisterRegister #sysMain h2:before,
#sysMemberRegisterConfirm #sysMain h2:before,
#sysMemberRegisterIndex #sysMain h2:before,
#sysFormThanks #sysMain h2:before,
#sysFormConfirm #sysMain h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain {
    margin-bottom: 10px;
    padding: 0;
}

#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}
#sysFormIndex #sysMain .sysFormField label {
    margin-right: 10px;
}
#sysFormIndex #sysMain input[type="radio"] {
    margin: 0;
    margin-right: 5px;
}
#sysMain input[type="email"], 
#sysMain input[type="number"], 
#sysMain input[type="password"], 
#sysMain input[type="tel"], 
#sysMain input[type="url"], 
#sysMain input[type="text"],
#sysMain textarea {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
    border-radius: 5px 5px 5px 5px;
    border: #999999 1px solid;
    line-height: 100%;
    padding: 10px 0;
}
#sysMain textarea { min-height: 75px;}
.sysZipcode button, .sysZipcode .sysFormField { 
    display: inline-block;
}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { 
    max-width: 300px;
    width: 100%;
}
.sysZipcode .sysFormField input[type="text"] {
    width: 70% !important;
}
.sysZipcode .sysFormField button[type="button"] {
    margin: 0;
    border: 1px solid #ccc;
    height: 28px;
    line-height: 1;
    font-size: 0.8em;
}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}

/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain {}
.sysMypage #sysMain h2 {
    color: #323232;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.sysMypage #sysMain h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.sysMypage #sysMain h3 {
    font-weight: normal;
    margin-bottom: 5px;
}
.sysMypage #sysMain > form,
.sysMypage #sysMain > div { padding: 5px 10px;}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212,212,212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212,212,212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* マイページボタン */
.sysMypage #sysMain input.sysNextSubmit {
    border: none;
    color: #fff;
    border-radius: 5px;
    background-color: #c20c22;
    letter-spacing: 0.2em;
    text-decoration: none;
    display: block;
    width: 95%;
    max-width: 300px;
    text-align: center;
}
.sysMypage #sysMain input.sysBackButton {
    padding: 8px !important;
    width: 100%;
    max-width: 100px;
}
sysMypage #sysMain input.sysButton {}
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 0.8em;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}
#sysMypageEditDelivery #sysMain input.sysButton {
    width: 100%;
    max-width: 100px;
    padding: 8px;
}
#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* 4-5-3 Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* 4-6 News Page */
.news-row {
    margin-bottom: 10px;
}
.news-row > h1 {
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px;
}
.sysNewsDetail { padding: 10px 20px;}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
}
.sysSelectAddress {
    margin: 10px 0;
}
.sysSelectAddress a:hover {
    background: #eee;
}

/* フリーフォームページ */
/* 定期購入 */
.form-teiki .content__header__wrap {
    margin-bottom: 20px;
}
.form-teiki .content__wrap {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    position: inherit;
}
.form-teiki .inner__wrap {
    margin-bottom: 20px;
}
.form-teiki .inner__wrap h3 {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.form-teiki .inner__wrap h3:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.form-teiki .inner__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.form-teiki .inner__wrap > img, .form-teiki .inner__wrap p > img {
    width: 100%;
}
.form-teiki .content_area {
    width: 45%;
}
.form-teiki .content_area.right {
    float: right;
}
.form-teiki .content_area.left {
    float: left;
}
.form-teiki .content_area h2 {
    background: #f6f6f6;
    border-left: 5px solid #ecb804;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
.form-teiki .image_area.right {
    width: 55%;
    float: right;
    padding-left: 2%;
}
.form-teiki .image_area.left {
    width: 55%;
    float: left;
    padding-right: 2%;
}
.form-teiki .inner__wrap dl {}
.form-teiki .inner__wrap dt {
    margin-bottom: 10px;
}
.form-teiki .inner__wrap dt:before {
    content: '';
    background-image: url(/img/under/teiki/voice_mark.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.form-teiki .inner__wrap dd {
    margin-bottom: 30px;
}
.form-teiki .inner__wrap .mark {
    border: 3px solid #941e29;
    padding: 10px;
    width: 90%;
}

/* 下層ページ */
#sysMain .breadcrumb ul {
    margin-left: 0;
    margin-bottom: 30px;
}
#sysMain .breadcrumb ul:after {
    content: '';
    display: block;
    clear: both;
}
#sysMain .breadcrumb ul li {
    list-style-type: none;
    float: left;
    font-size: 0.9em;
}
#sysMain .breadcrumb ul li:after {
    content: '>';
    padding-left: 10px;
    padding-right: 10px;
}
#sysMain .breadcrumb ul li:last-child:after {
    content: none;
}
#sysMain .content__wrap .red {
    color: #b4424b;
}

/* 初めてのお客様へ */
.p-first ul, .p-first ol {
    margin-bottom: 30px;
    margin-left: 2em;
}
.p-first ul li {
    list-style-type: disc;
}
.p-first ol li {
    list-style-type: decimal
} 
.p-first .content__wrap {
    margin-top: 40px;
}
.p-first .promise .inner__wrap {
    border-top: 1px dotted #323232;
    padding-top: 20px;
}
.p-first .promise .inner__wrap:first-child {
    border: 0;
    padding-top: 10px;
}
.p-first .promise h4:before {
    content: '';
    width: 70px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 0 !important;
    background-repeat: no-repeat;
}
.p-first .promise h4.no1:before {
    background-image: url(/img//under/first/first_promise_ttl01.gif);
}
.p-first .promise h4.no2:before {
    background-image: url(/img//under/first/first_promise_ttl02.gif);
}
.p-first .promise h4.no3:before {
    background-image: url(/img//under/first/first_promise_ttl03.gif);
}
.p-first table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-first table tr {
    border-top: 1px dotted #323232;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.p-first table th {
    width: 20%;
    min-width: 200px;
}
.p-first table td {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
}
.p-first table ul {
    margin-top: 20px;
}
.p-first table span {
    color: #aa2232;
}
.p-first table strong {
    font-size: 1.1em;
    font-weight: normal;
    background: linear-gradient(transparent 70%, #f7f766 70%);
}

/* 黒豆農園のご紹介 */
.p-introduction table {
    width: 100%;
}
.p-introduction table tr {
    border-top: 1px dotted #323232;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.p-introduction table tr:first-child {
    border:  0px;
    padding-top: 0px;
}
.p-introduction table tr:last-child {
    padding-bottom: 0px;
}
.p-introduction table th {
    width: 20%;
    min-width: 200px;
}
.p-introduction table td {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
}

/* 会社案内 */
.p-corporate table {
    margin-bottom: 30px;
}
.p-corporate table tr {
    border-bottom: 1px dotted #323232;
}
.p-corporate table th {
    width: 20%;
    padding: 10px;
    text-align: left;
}
.p-corporate table td {
    padding: 10px;
}
.p-corporate .inner__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.p-corporate .content_area {
    float: left;
    width: 80%;
}
.p-corporate .image_area {
    width: 20%;
    float: left;
}

/* 農園通販スタッフ */
.p-staff .inner__wrap p span {
    text-align: right;
    display: block;
}
.p-staff .inner__wrap .master {
    float: right;
    max-width: 200px;
    margin-left: 2%;
}
.p-staff table {
    width: 100%;
}
.p-staff table tr {
    border-bottom: 1px dotted #323232;
}
.p-staff table tr:last-child {
    border: 0;
}
.p-staff table th {
    width: 20%;
    padding: 10px;
    text-align: left;
}
.p-staff table td {
    padding: 10px;
}
.p-staff .inner__wrap .pre_master {
    float: right;
}

/* まごころ梱包作業 */
.p-wrapping .inner__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.p-wrapping .image__wrap {
    width: 20%;
    float: right;
}
.p-wrapping .image__wrap img {
    display: block;
    padding: 5px;
}

/* プレスリリース */
.p-press .press_box dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}
.p-press .press_box dd {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #000;
}
.p-press .press_box dt img {
    margin-right: 5px;
    margin-bottom: -2px;
}

/* 黒豆レシピ一覧ページ */
.p-recipe-category {}
.p-recipe-category ul:after {
    content: '';
    display: block;
    clear: both;
}
.p-recipe-category ul li {
    width: 33%;
    padding: 1%;
    float: left;
}
.p-recipe-category ul li a img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #c7c7c7;
}
.p-recipe-category ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}
.p-recipe-category .action_btn {
    text-align: center;
}
.p-recipe-category .action_btn a {
    padding: 8px 20px;
    background-color: #c20c22;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

/* 黒豆農園より */
.p-from table {
    width: 100%;
}
.p-from table tr {
    border-top: 1px dotted #323232;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.p-from table tr:first-child {
    border:  0px;
    padding-top: 0px;
}
.p-from table tr:last-child {
    padding-bottom: 0px;
}
.p-from table th {
    width: 20%;
    min-width: 200px;
}
.p-from table td {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
}

/* 黒豆情報 */
.p-information .inner__wrap {}
.p-information .inner__wrap h2 {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.p-information .inner__wrap h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.p-information .inner__wrap .block__wrap {
    margin-bottom: 30px;
}
.p-information .inner__wrap .block__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.p-information .inner__wrap .block__wrap img {
    float: left;
    margin-right: 2%;
}

/* 黒豆曼荼羅 */
.p-mandara {}
.p-mandara .inner__wrap {
    margin-bottom: 30px;
}
.p-mandara .inner__wrap h2 {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
.p-mandara .inner__wrap h2:before {
    content: '';
    border: 3px solid #4ca51c;
    border-radius: 5px;
    margin-right: 10px;
}
.p-mandara .inner__wrap table {
    width: 100%;
}
.p-mandara .inner__wrap table tr:nth-child(odd) {
    background-color: #f9e7e7;
}
.p-mandara .inner__wrap table th {
    width: 30%;
}
.p-mandara .inner__wrap table td {
    padding: 10px;
}

/* 産地直送ブランド */
.p-brand {}
.p-brand .inner__wrap {}
.p-brand .inner__wrap img.right {
    float: right;
    margin-left: 2%;
}
.p-brand .inner__wrap img.left {
    float: left;
    margin-right: 2%;
}
.p-brand .block__wrap {
    margin-bottom: 30px;
}
.p-brand .block__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.p-brand .block__wrap p {}

/* 会話の吹き出し */
.balloon-set-box {
  display: flex;
  flex-wrap: wrap;
}
.balloon-set-box.left { 
  flex-direction: row;
}
.balloon-set-box.right {
  flex-direction: row-reverse;
}
.balloon {
  position: relative;
  display: inline-block;
  max-width: 300px;
  margin: 10px 20px 20px;
  padding: 8px 15px;
  background: #f0f0f0;
  text-align: left;
  border-radius: 15px;
}
.balloon::after {
  content: '';
  border: 14px solid transparent;
  border-top-color: #f0f0f0;
  position: absolute;
  top: 0;
}
.left .balloon::after {
  left: -10px;
}
.right .balloon::after {
  right: -10px;
}
.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  overflow: hidden;
}

/* 丹波篠山の黒大豆 */
.p-kurodaizu .inner__wrap img {
    float: right;
    margin-left: 2%;
}

/* 丹波黒概要 */
.p-outline .block__wrap {
    background: #ffe6e6;
    margin-bottom: 50px;
    padding: 0 30px;
}
.p-outline .block__wrap .subtitle {
    font-size: 1.2em;
    text-align: center;
    padding: 20px 10px 10px;
    letter-spacing: 0.15em;
}
.p-outline .block__wrap article {
    margin: 30px auto;
    margin-top: 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.p-outline .block__wrap article::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #fff;
}
.p-outline .block__wrap .table__wrap {
    width: 50%;
    float: left;
    padding: 5px;
    margin-bottom: 20px;
}
.p-outline .block__wrap .table__wrap h4 {
margin: 0 0 10px 0 !important;
}
.p-outline .block__wrap .table__wrap table {
    width: 100%;
}
.p-outline .block__wrap .table__wrap th {
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background: #d6d6d6;
    font-weight: normal;
}
.p-outline .block__wrap .table__wrap td {
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background: #eeeeee;
}
.p-outline .inner__wrap blockquote {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em 1em 2.6em;
    font-size: .9em;
    border-left: 5px solid #CCC;
    border-radius: 2px;
}
.p-outline .inner__wrap blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '”';
    font-family: sans-serif;
    font-size: 6em;
    opacity: .1;
}
.p-outline .inner__wrap blockquote p {
    padding: 0;
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5;
}
.p-outline .inner__wrap blockquote p span {
    font-size: 0.8em;
    text-align: right;
    display: block;
}

/* 丹波黒の栽培法 */
.p-cultivation p {
    margin-bottom: 30px;
}
.p-cultivation img.center {
    width: 100%;
}
.p-cultivation img.right {
    float: right;
}

/* 黒豆の栽培 */
.p-kuromame-cultivation p {
    margin-bottom: 30px;
}
.p-kuromame-cultivation img.left {
    float: left;
    margin-right: 2%;
}
.p-kuromame-cultivation img.right {
    float: right;
}

/* 丹波篠山 黒豆の里 */
.p-village #block__wrap {
    margin-bottom: 20px;
}
.p-village #block__wrap:after {
    content: '';
    display: block;
    clear: both;
}
.p-village .image__wrap {
    width: 30%;
    float: left;
}
.p-village .text__wrap {
    float: right;
    width: 70%;
}

/* 大地の恵みと郷里 */
.p-grace img.left {
    float: left;
    margin-right: 2%;
}

/* 美味の秘訣 */
.p-secret img.right {
    float: right;
    margin-left: 2%;
}
.p-secret .image__wrap {
    float: right;
    width: 20%;
}
.p-secret .text__wrap {
    width: 80%;
    float: left;
}

/* コラム一覧 */
.p-column-list table {
    width: 100%;
}
.p-column-list table tr {
    border-top: 1px dotted #323232;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.p-column-list table tr:first-child {
    border: 0px;
    padding-top: 0px;
}
.p-column-list table th {
    width: 20%;
    min-width: 200px;
}
.p-column-list table td {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
}

/* コラム　秘伝！黒豆羊羹製法 */
.p-column-secret #block__wrap {
    margin-bottom: 30px;
}
.p-column-secret #block__wrap .image__wrap {
    width: 30%;
    float: left;
}
.p-column-secret #block__wrap .image__wrap span {
    display: block;
    font-size: 0.9em;
}
.p-column-secret #block__wrap .text__wrap {
    width: 67%;
    float: right;
    margin-left: 3%;
}

/* 個人情報保護方針 */
.p-privacy {}

/* 特定商取引法に関する表示 */
.p-tokusho table tr {
    border-bottom: 1px dotted #323232;
}
.p-tokusho table th {
    width: 20%;
    padding: 10px;
    text-align: left;
}
.p-tokusho table td {
    padding: 10px;
}

/* 黒豆茶特集 */
.p-feature-tea .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-tea .image__wrap, .p-feature-tea .action__area {
    line-height: 0;
}
.p-feature-tea .image__wrap img {
    width: 100%;
}
.p-feature-tea .link__area img {
    width: 100%;
}

/* ホワイトデー特集 */
.p-feature-whiteday .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-whiteday .image__wrap, .p-feature-whiteday .action__area {
    line-height: 0;
}
.p-feature-whiteday .image__wrap img {
    width: 100%;
}
.p-feature-whiteday .action__area.whiteday_box1, .p-feature-whiteday .action__area.whiteday_box2 {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.p-feature-whiteday .action__area.whiteday_box1 {
    background-image: url(/img/under/feature/whiteday/whiteday2015_02.jpg);
    padding-bottom: 37%;
}
.p-feature-whiteday .action__area.whiteday_box2 {
    background-image: url(/img/under/feature/whiteday/whiteday2015_03.jpg);
    padding-bottom: 31%;
}
.p-feature-whiteday .action__area.whiteday_box1 .action__button img {
    position: absolute;
    bottom: 15%;
    right: 5%;
}
.p-feature-whiteday .action__area.whiteday_box2 .action__button img {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

/* バレンタイン特集 */
.p-feature-valentine .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-valentine .image__wrap {
    line-height: 0;
}
.p-feature-valentine .image__wrap img {
    width: 100%;
}

/* ダイエット特集 */
.p-feature-diet .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-diet .image__wrap {
    line-height: 0;
}
.p-feature-diet .image__wrap img {
    width: 100%;
}
.p-feature-diet .bnr:after {
    content: '';
    display: block;
    clear: both;
}
.p-feature-diet .bnr li {
    width: 50%;
    float: left;
}
.p-feature-diet .bnr li img {
    width: 100%;
}

/* そうめん特集 */
.p-feature-soumen .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-soumen .image__wrap, .p-feature-soumen .action__area {
    line-height: 0;
}
.p-feature-soumen .image__wrap img {
    width: 100%;
}

/* 花粉症特集 */
.p-feature-pollen .content__header__wrap {
    margin-bottom: 0;
}
.p-feature-pollen .image__wrap, .p-feature-pollen .action__area {
    line-height: 0;
}
.p-feature-pollen .image__wrap img {
    width: 100%;
}

/* お知らせ */
#sysInformation #sysMain .btn_detail a {
    border-radius: 5px;
    background-color: #c20c22;
    letter-spacing: 0.1em;
    padding: 10px;
    line-height: 2.6;
    font-size: 1em;
    text-decoration: none;
    display: block;
    width: 80%;
    max-width: 300px;
    text-align: center;
    margin: 30px auto 0px;
    cursor: pointer;
    color: #fff;
    border: 0;
}
#sysInformation #sysMain ul, #sysInformation #sysMain ol {
    color: #1e366a;
    border-top: solid #1e366a 1px;
    border-bottom: solid #1e366a 1px;
    padding: 0.5em 0 0.5em 1.5em;
    margin-bottom: 2em;
}
#sysInformation #sysMain ul li, #sysInformation #sysMain ol li {
    line-height: 1.5;
    padding: 0.5em 0;
}

/*読み物一覧*/
.under_columnList {}
.under_columnList ul {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.under_columnList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2vh;
    text-align: center;
}
.under_columnList ul li:nth-child(3n) {
    margin-right: 0;
}
.under_columnList ul li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

/* 商品レビュー */
.p-itemreview {}
.p-itemreview .sysReviewItemList ul.sysReviewList {}
.p-itemreview .sysReviewItemList ul.sysReviewList li {
    margin-bottom: 20px;
    padding-top: 20px;
}
.p-itemreview .sysEvaluation {
    color: #ffb200;
}
.p-itemreview .sysReviewItemName a {
    font-size: 1rem;
    text-decoration: none;
}
.p-itemreview .sysReviewText {
    font-size: 1rem;
}

/* slick jQuery スライダー */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(ajax-loader.gif)center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url('fonts/slick.eot?#iefix') format('embedded-opentype'),url('./fonts/slick.woff') format('woff'),url('./fonts/slick.ttf') format('truetype'),url('./fonts/slick.svg#slick') format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:15px;height:15px;content:'';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}



/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open{overflow:hidden!important}.drawer-nav{position:fixed;z-index:3;top:0;overflow:hidden;width:17rem;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#323232}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.drawer-open .drawer-overlay{display:block}.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);transition:top .6s cubic-bezier(.19,1,.22,1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}.drawer--left .drawer-nav{left:-25rem;-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);transition:left .6s cubic-bezier(.19,1,.22,1)}.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:17rem}.drawer--right .drawer-nav{right:-16.25rem;-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);transition:right .6s cubic-bezier(.19,1,.22,1)}.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}.drawer-hamburger{position:fixed;z-index:4;top:12px;display:block;box-sizing:content-box;width:4rem;padding:0;padding:18px .75rem 30px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:translateZ(0);transform:translateZ(0);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:30px;height:1px;left:5px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);background-color:#222}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:" "}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}.drawer--sidebar .drawer-container{max-width:60rem}}.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:3;top:0;width:100%}.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.drawer-navbar .drawer-menu{padding:0}.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-dropdown.open>.drawer-dropdown-menu{display:block}.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}
@media screen and (max-width:480px){
/* Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain,#sysAside { 
    width: 100% !important;
    clear: both;
}
#sysMain { 
    margin-top: 0;
}
.grid-col {
    float: none;
    width: 100%!important;
        margin-left: 0;
}

/* header */
#sysHeader { 
    margin-bottom: 5px;
    position: relative;
}
.header_subwrap_inner {
    position: inherit;
}
.h-siteinfo { 
    height: auto;
}
.h-siteinfo h1, .h-siteinfo-h2 h2 { 
    font-size: 0.7em;
    overflow: scroll;
    white-space: nowrap;
}
.h-sitelogo .sysContent {
    width: 280px;
    max-width: 60%;
    padding-top: 5px;
    margin: auto;
    float: inherit;
}
.h-pr {
    width: 100%;
    float: inherit;
}
.h-pr .sysContent {
    padding: 0;
}
.h-pr p {
    font-size: 0.8em;
    color: #fff;
    line-height: 1;
    margin: 5px;
    text-align: center;
}

/* ヘッダートグルメニュー */
.h-sp-toggle-menu .sysContent {
    padding: 0;
}
.drawer-hamburger {
    text-align: inherit;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer--left .drawer-hamburger p {
    color: #fff;
    font-size: 0.8em;
    margin-top: 17px;
}
.drawer-menu h2 {
    background-color: #f0f0f0;
    font-weight: normal;
    padding-left: 0.75em;
}
.drawer-menu li a {
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
}
.drawer-menu li .first, .drawer-menu li .login, .drawer-menu li .mypage, .drawer-menu li .cart, .drawer-menu li .mail, .drawer-menu li .tel, .drawer-menu li .fax, .drawer-menu li .catalog, .drawer-menu li .fb, .drawer-menu li .tw {
    padding-left: 2.5em;
}
.drawer-menu li .first {
    background-image: url(/img/common/icon/header_icon_first.png);
    background-size: 15px;
    background-position: 12px;
}
.drawer-menu li .login {
    background-image: url(/img/common/icon/header_icon_login.png);
}
.drawer-menu li .mypage {
    background-image: url(/img/common/icon/header_icon_mypage.png);
}
.drawer-menu li .cart {
    background-image: url(/img/common/icon/header_icon_cart.png);
}
.drawer-menu li .mail {
    background-image: url(/img/common/icon/header_icon_inquriy_sp.png);
}
.drawer-menu li .tel {
    background-image: url(/img/common/icon/header_icon_freedial_sp.png);
}
.drawer-menu li .fax {
    background-image: url(/img/common/icon/header_icon_fax_sp.png);
}
.drawer-menu li .catalog {
    background-image: url(/img/common/icon/header_icon_catalog_sp.png);
}
.drawer-menu li .fb {
    background-image: url(/img/common/icon/header_icon_fb.png);
}
.drawer-menu li .tw {
    background-image: url(/img/common/icon/header_icon_tw.png);
}

/* ヘッダーショッピングカート */
#cartInfo {
    right: 10px;
    top: 20px;
}
#cartInfo p.cartTxt i {
    color: #fff;
}

/* ヘッダー検索ブロック */
.h-search {
    max-width: 300px;
    width: 100%;
    float: none;
    position: absolute;
    left: 50%;
    top: 85px;
    margin-left: -150px;
}

/* Main */
/* 見出し */
.headline-2nd {
    margin-left: 5px;
}
.headline-3rd {
    margin-left: 10px;
}

/* Responsive Grid System */
.col { float: none;}
.gutters .col { margin-left: 0;}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,
.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{
    width: 100%!Important;
    float: none;
}

/* Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    font-size: small;
}
.sysContent .sysItemBlock .sysHorizontal li{
    padding: 2.5px;
    width: 50%;
}
.sysItemList ul.sysThumbnail li{ width: 50%;}


/* アサイド */
.s-miniBnr ul:after {
    content: '';
    display: block;
    clear: both;
}
.s-miniBnr li {
    width: 48%;
    float: left;
    margin-right: 1%;
}
.s-miniBnr li:nth-child(2n) {
    width: 48%;
    float: right;
    margin-left: 1%;
}
.s-ownerRoom .sysContent > div figure {
    width: 50%;
}

/* footer */
.f-shopInfo {}
.f-shopInfo .sysContent {
    display: block;
}
.f-shopInfo section, .f-shopInfo-s section {
    width: 100%;
}
.f-shopInfo h2 {}
.f-shopInfo .inner_wrap {}
.f-shopInfo .inner_wrap table {
    width: 100%;
}
.f-shopInfo .inner_wrap .freedial a {
    font-size: 2.2em;
}
.f-shopInfo .inner_wrap .freedial a:before {
    height: 30px;
    background-position: left 5px;
}
.f-shopInfo .btn_detail {}
.f-shopInfo .btn_detail a {
    width: 100%;
}

/* footerサイトマップ */
.f-sitemap ul li {
    width: 100% !important;
    border-right: 0;
}
.f-sitemap ul li.sysText a {
    text-align: left;
    padding-left: 5%;
    background-image: url(/img/common/icon/common_icon_arrow_rw.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 95%;
    font-size: 0.8em;
}
#pagetop {
    right: 0px;
    width: 40px;
}

/* カテゴリーページ */
/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* 商品ページ */
.imageArea {
    width: 100%;
    float: none;
    padding-right: 0;
}
.orderArea {
    width: 100%;
    float: none;
    padding-left: 0;
}

/* 長尺テンプレート（商品ページ） */
.landing .form__wrap {
    width: 100%;
    float: none;
    position: inherit;
    right: 0;
}
.landing .image__wrap img:first-child {
    width: 100%;
    margin-bottom: 10px;
}
.landing .inner__wrap .text__wrap {
    width: 100%;
    float: none;
    padding-right: 0;
}
.landing .inner__wrap .image__wrap {
    width: 100%;
    float: none;
}
.landing .actionArea .sysItemImages {
    width: 100%;
    float: none;
    padding-right: 0;
}
.landing .actionArea .sysRetailPrice {
    width: 100%;
    float: none;
}
.landing .actionArea .sysForm {
    width: 100%;
    float: none;
}
.landing #sysDescription {
    float: none;
    width: 100%;
}
.landing #sysDescription table {
    width: 100%;
}
.landing #sysDescription table th {
    min-width: 80px;
}

/* 下層ページ */
/* レシピ */
.recipe .orderArea {
    width: 100%;
    float: none;
    padding: 0;
}

/* MyPage*/
.sysMypageNav .sysButton{ font-size: 0.75rem;}

/* Cart */
.sysCart .header_wrap, .sysMemberRegister .header_wrap, #sysFormIndex .header_wrap {
    height: 50px;
}
.sysCart .h-sitelogo .sysContent, .sysMemberRegister .h-sitelogo .sysContent, #sysFormIndex .h-sitelogo .sysContent {
    width: 340px;
    max-width: 70%;
    padding-top: 10px;
}

/* フリーフォームページ */
/* 定期購入 */
.form-teiki .content_area.right {
    float: none;
    width: 100%;
}
.form-teiki .image_area.left {
    width: 100%;
    float: none;
    padding-right: 0;
}
.form-teiki .content_area.left {
    float: none;
    width: 100%;
}
.form-teiki .image_area.right {
    width: 100%;
    float: none;
    padding-left: 0;
}

/*読み物一覧*/
.under_columnList ul li {
    width: 100%;
    margin-right: 0;
}
}
@media screen and (min-width:481px) and (max-width:1024px){
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain,div#sysAside{ width: 100%; float: none;}/* PCレイアウトを維持する場合は削除 */
#sysMain {
    width: 100% !important;
}
#sysAside {
    width: 50% !important;
    clear: both;
}

/* header */
#sysHeader { 
    margin-bottom: 5px;
    position: relative;
}
.header_subwrap_inner {
    position: inherit;
}
.h-siteinfo { 
    height: auto;
}
.h-siteinfo h1, .h-siteinfo-h2 h2 { 
    font-size: 0.7em;
    overflow: scroll;
    white-space: nowrap;
}
.h-sitelogo .sysContent {
    width: 200px;
    max-width: 60%;
    padding-top: 5px;
    margin: auto;
    float: inherit;
}
.h-pr {
    width: 100%;
    float: inherit;
}
.h-pr .sysContent {
    padding: 0;
}
.h-pr p {
    font-size: 0.8em;
    color: #fff;
    line-height: 1;
    margin: 5px;
}

/* ヘッダートグルメニュー */
.h-sp-toggle-menu .sysContent {
    padding: 0;
}
.drawer-hamburger {
    text-align: inherit;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer--left .drawer-hamburger p {
    color: #fff;
    font-size: 0.8em;
    margin-top: 17px;
}
.drawer-menu h2 {
    background-color: #f0f0f0;
    font-weight: normal;
    padding-left: 0.75em;
}
.drawer-menu li a {
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
}
.drawer-menu li .first, .drawer-menu li .login, .drawer-menu li .mypage, .drawer-menu li .cart, .drawer-menu li .mail, .drawer-menu li .tel, .drawer-menu li .fax, .drawer-menu li .catalog, .drawer-menu li .fb, .drawer-menu li .tw {
    padding-left: 2.5em;
}
.drawer-menu li .first {
    background-image: url(/img/common/icon/header_icon_first.png);
    background-size: 15px;
    background-position: 12px;
}
.drawer-menu li .login {
    background-image: url(/img/common/icon/header_icon_login.png);
}
.drawer-menu li .mypage {
    background-image: url(/img/common/icon/header_icon_mypage.png);
}
.drawer-menu li .cart {
    background-image: url(/img/common/icon/header_icon_cart.png);
}
.drawer-menu li .mail {
    background-image: url(/img/common/icon/header_icon_inquriy_sp.png);
}
.drawer-menu li .tel {
    background-image: url(/img/common/icon/header_icon_freedial_sp.png);
}
.drawer-menu li .fax {
    background-image: url(/img/common/icon/header_icon_fax_sp.png);
}
.drawer-menu li .catalog {
    background-image: url(/img/common/icon/header_icon_catalog_sp.png);
}
.drawer-menu li .fb {
    background-image: url(/img/common/icon/header_icon_fb.png);
}
.drawer-menu li .tw {
    background-image: url(/img/common/icon/header_icon_tw.png);
}

/* ヘッダーショッピングカート */
#cartInfo {
    right: 10px;
    top: 20px;
}
#cartInfo p.cartTxt i {
    color: #fff;
}

/* ヘッダー検索ブロック */
.h-search {
    max-width: 300px;
    width: 100%;
    float: none;
    position: absolute;
    left: 50%;
    top: 85px;
    margin-left: -150px;
}

/* footer */
.f-sitemap {
    padding-bottom: 10px;
}

/* 商品ページ */
#sysItemDetail .sysForm select {
    min-width: 90px;
}
}
@media screen and (min-width:1025px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
/* 30-1 Header */
.h-siteinfo,

.h-siteinfo { text-align: left;}


/* 34-4-2 Page Top Btn */
.p-pagetop .sysContent {
    overflow: hidden;
    padding: 0 2px;
    width: 95%;
    margin: 0 auto;
}
.p-pagetop .btn {
    float: right;
    padding: 10px 20px;
}
}
/* #END_OF_RESOURCE_FILE */
