/* カスタマイズ用CSS */
/*
■共通
■上部共通　ヘッダー
■トップ
■トップ　紹介文ブロック
■トップ　おすすめ商品ブロック
■トップ　カテゴリブロック
■トップ　新着情報・お知らせ　カテゴリブロック
■下部共通　営業日カレンダー・問い合わせ
■下部共通（ストア情報 送料など）
■下部共通（バナースペース）
■下部共通　フッター
■下層ページ　共通
■下層ページ　特定商取引法・当サイトについて
■ログイン
■商品一覧
■商品詳細
■『グンマメシ』ブランド紹介
■問い合わせ（確認・完了）・新規会員登録（仮登録完了）・ショッピングカート・ご注文完了・パスワードの再発行
■マイページ
■非会員　お届け先の複数指定
■ゼウス 銀行振込決済申し込み
■購入エラー画面
*/



/*-------------------■共通-------------------*/
.color-white{/*テキスト色　白*/
color: #fff;
}
.color-orange{/*テキスト色　オレンジ*/
color: #c85937;
}
.color-red{/*テキスト色　赤*/
color: red;
}
.color-cream{/*テキスト色　クリーム色*/
color: #D7CA84;
}
.color-brown{/*テキスト色　茶色*/
color: #644D4C;
}
.mt5px{/*余白　上部*/
margin-top: 5px !important;
}
.mt7px{/*余白　上部*/
margin-top: 7px !important;
}
.mt10px{/*余白　上部*/
margin-top: 10px !important;
}
.mt15px{/*余白　上部*/
margin-top: 15px !important;
}
.mt20px{/*余白　上部*/
margin-top: 20px !important;
}
.mt30px{/*余白　上部*/
margin-top: 30px !important;
}
.mt40px{/*余白　上部*/
margin-top: 40px !important;
}
.mt50px{/*余白　上部*/
margin-top: 50px !important;
}
.mt60px{/*余白　上部*/
margin-top: 60px !important;
}
.mt80px{/*余白　上部*/
margin-top: 80px !important;
}
.mb5px{/*余白　下部*/
margin-bottom: 5px !important;
}
.mb7px{/*余白　下部*/
margin-bottom: 7px !important;
}
.mb10px{/*余白　下部*/
margin-bottom: 10px !important;
}
.mb15px{/*余白　下部*/
margin-bottom: 15px !important;
}
.mb20px{/*余白　下部*/
margin-bottom: 20px !important;
}
.mb30px{/*余白　下部*/
margin-bottom: 30px !important;
}
.mb40px{/*余白　下部*/
margin-bottom: 40px !important;
}
.mb50px{/*余白　下部*/
margin-bottom: 50px !important;
}
.mb60px{/*余白　下部*/
margin-bottom: 60px !important;
}
.mb80px{/*余白　下部*/
margin-bottom: 80px !important;
}
.retsu-all{/*列　親要素*/
overflow : hidden
}
/*****2列*****/
.retsu2-l{/*2列　左側*/
width: 49%;
float: left;
margin-right: 1%;
}
.retsu2-r{/*2列　右側*/
width: 49%;
float: left;
margin-left: 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu2-l{/*2列　左側*/
width: 100%;
clear: both;
margin-right: 0;
}
.retsu2-r{/*2列　右側*/
width: 100%;
clear: both;
margin-left: 0;
}
}
/*****3列*****/
.retsu3{/*3列*/
width: 31%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu3{/*3列*/
width: 100%;
clear: both;
margin: 0;
}
}
/*****4列*****/
.retsu4{/*4列*/
width: 23%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu4{/*4列*/
width: 48%;
float: left;
margin: 0 1% 1% 1%;
}
}
/*****5列*****/
.retsu5{/*5列*/
width: 18%;
float: left;
margin: 0 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu5{/*5列*/
width: 48%;
float: left;
margin: 0 1% 1% 1%;
}
}
.cl-b{/*まわり込みクリア*/
clear: both;
}
.font-min{/*明朝体*/
    font-family: serif;
}
.font-bold{/*太字*/
font-weight: bold;
}
.font-s18{/*文字サイズ*/
font-size:18px;
line-height: 1.6;
}
.font-s19{/*文字サイズ*/
font-size:19px;
line-height: 1.7;
}
.font-s20{/*文字サイズ*/
font-size:20px;
line-height: 1.8;
}
a.btn {/*ボタン*/
background: #726956;
color: #fff;/*色*/
padding: 10px 10px 10px 10px;
font-size:16px;
margin-top: 15px;
font-weight:bold;
border: 1px solid #CCCCCC;
border-radius:5px;/*角丸*/
letter-spacing: 1px;
width:100%;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
a.btn:hover {/*ボタン hover（クリックしたとき）*/
background: #644D4C;
color: #fff;/*色*/
border: 1px solid #CCCCCC;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-secHeading .ec-secHeading__en{/*共通タイトル PC*/
font-size: 22px;
font-weight: bold;
letter-spacing:0.1em;
color: #644d4c;/*色*/
}
@media only screen and (max-width: 750px) {
.ec-secHeading {/*共通タイトル スマホ*/
text-align: center !important;
}
}
/* パソコンで見たとき"pc"のclassがついた部分が表示される */
.pc{display: block;}
.sp{display: none;}
/* スマホで見たとき"sp"のclassがついた部分が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}



/*-------------------■上部共通　ヘッダー-------------------*/
.text01{/*ヘッダー一番最初のテキスト*/
width:100% !important;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
padding-top:5px;
padding-bottom:5px;
background-color:#9d8e77;
color:#fff;
/*font-weight:bold;*/
}
.ec-headerNaviRole .ec-headerNaviRole__left h1{/*ロゴ*/
padding-right:0 !important;
margin-top:0 !important;
}
.ec-headerNav .ec-headerNav__itemLink{/*「会員登録」等のテキスト*/
font-size: 12px;
margin-right: 5px;
}
.ec-headerRole{/*ロゴ全体*/
padding-top: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__nav{/*「会員登録」等全体*/
padding-left:20px;  
}
.ec-headerNav .ec-headerNav__itemIcon{/*「会員登録」等のアイコン*/
margin-left: 0px;
font-size: 18px;
color: #726956 !important;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option{/*検索文字　未選択*/
/*font-size:80%;*/
}
.ec-headerSearch .ec-headerSearch__category .ec-select select{/*検索文字　選択時*/
/*font-size:80%;*/
}
.ec-cartNavi .ec-cartNavi__icon{/*カートの中アイコン*/
color: #726956 !important;
}
.ec-headerNaviRole .ec-headerNaviRole__search{/*検索枠全体margin-top:5px;*/
margin-top:5px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{/*検索枠 全ての商品　背景*/
background:#726956 !important;
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-cartNavi{/*カート*/
border-radius:0;
width:130px !important;
float: right;
}
.ec-headerNaviRole{/*ヘッダー全体 PC*/
padding-bottom:10px;
padding-top: 7px;
}

.ec-cartNaviIsset,
.ec-cartNaviNull{/*ヘッダーカート中身 PC*/
margin-top: 55px;
}
.tel_jikan,
.tel_jikan a{/*ヘッダー電話番号 PC*/
text-align: center;
font-size: 26px;
line-height: 30px;
font-weight: bold;
color: #644d4c;
text-decoration: none;
padding-top:10px;
}
.tel_jikan a span{/*ヘッダー営業時間 PC*/
font-size: 15px;
color: #644d4c;
font-weight:600 !important;
}
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.logo-sp{/*ロゴ全体　スマホ*/
 width:70%;
 margin: 0 auto;
}
.logo-sp img{
width: 100%;
}
.tel_jikan,
.tel_jikan a{/*ヘッダー電話番号 スマホ*/
font-weight: bold;
text-align: center;
font-size: 18px;
line-height:0.8;
text-decoration: none;
color: #644d4c;
padding-top:10px !important;
padding-bottom:10px !important;
}
.tel_jikan a span{/*ヘッダー営業時間 スマホ*/
font-size: 12px;
color:#644d4c;
font-weight:normal;
}
}



/*-------------------■トップ-------------------*/
/*---PC用---*/
.ec-layoutRole .ec-layoutRole__contents{/*メインイメージ全体①*/
    max-width:100%;
}
.ec-sliderRole{/*メインイメージ全体②*/
    max-width:100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.slick-slider{/*メインイメージ全体③*/
margin-bottom:0;
}
.slick-track,
.slick-slide{/*メインイメージ全体④⑤*/
/*width:100% !important;*/
}



/*-------------------■トップ　紹介文ブロック-------------------*/
.eyecatch_all{/*紹介文　全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
/*background:#1F1B1B;背景色 白の場合はコメントアウト*/
background-image: url('/html/user_data/assets/img/common/nuno-bg.jpg');/*背景画像を使用したい場合*/
}
.ec-eyecatchRole{/*テキスト・画像枠全体*/
margin-bottom: 0px; 
}
/*---PC用---*/
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 55%;
padding-right: 0%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #000;/*色*/
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-eyecatchRole .ec-eyecatchRole__image {/*画像部分全体*/
width: 40%;
padding-right: 5%;
order: 1;/*左位置にしたい場合は1、右位置にしたい場合は2*/
margin-bottom: 0px; 
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle{/*タイトル*/
margin-bottom: 0.3em;
font-size: 22px;
color:#644d4c;/*色*/
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{/*タイトル下テキスト*/
margin-bottom:0;
font-size:95%;
color: #000;/*色*/
line-height: 1.7;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription span{/*タイトル下テキスト span*/
font-size:75%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 100%;
padding-right: 0%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #fff;/*色*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-eyecatchRole .ec-eyecatchRole__image {/*画像部分全体*/
width: 100%;
padding-right: 0%;
order: 1;/*左位置にしたい場合は1、右位置にしたい場合は2*/
margin-bottom: 40px; 
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {/*タイトル*/
margin-bottom: 0.6em;
font-size: 22px;
font-weight: bold;
color:#644d4c;/*色*/
text-align: center !important;
}
}



/*-------------------■トップ　おすすめ商品ブロック-------------------*/
.recommend_waku{/*おすすめ商品全体*/
margin:0 0 0 0;
padding:40px 0 40px 0;
/*background-color:#5e0000;*//*背景に色をしきたい場合*/
background-image: url('/html/user_data/assets/img/top/red-bg.jpg');/*背景画像を使用したい場合*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---PC用---*/
.ec-shelfGrid__item p.osusumesetsumei{/*おすすめ商品画像下 説明文章*/
font-size: 90%;
font-weight: normal;
/*padding: 7px;*/
/*background-color: #fff;*/
/*border-radius: 10px;*/
opacity: 0.9;
color: #000;/*文字色*/
line-height: 1.7;
}
.ec-shelfGrid__item dl{/*商品・料金全体*/
margin-top: 15px;
margin-bottom: 5px;
}
.ec-shelfGrid__item a img{/*商品画像*/
/*border: 1px solid #666;*/
opacity: 1;
}
.ec-shelfGrid__item a img:hover{/*商品画像 hober時*/
opacity: 0.9;
}
.ec-shelfGrid__item .item_name{/*商品名*/
color: #644D4C;/*文字色*/
font-size: 18px;
}
.ec-shelfGrid__item .item_price{/*料金*/
color: #DE5D50;
font-weight: bold;
font-size: 22px;
margin-bottom: 0;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-shelfGrid .ec-shelfGrid__item{/*各商品全体*/
width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {/*各商品全体*/
padding-left:0;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {/*各商品全体*/
padding-right: 0;
}
}



/*-------------------■トップ　カテゴリブロック-------------------*/
.ec-categoryRole{/*カテゴリ背景*/
background-image: url('/html/user_data/assets/img/common/oilpaper-bg.jpg');/*背景画像を使用したい場合*/
/*background:#1F1B1B;背景色 画像の場合はコメントアウト*/
}
a .category-title{/*カテゴリ別タイトル*/
color:#fff;/*テキスト色*/
font-weight:bold;/*テキスト太さ*/
font-size: 18px;
background-color:#6d5a52;/*背景色*/
padding: 15px 7px;
margin-top:0;/*余白 上部　通常20px*/
margin-bottom:10px;/*余白 下部　通常10px*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
.ec-categoryRole__listItem img{/*画像*/
border-top: 1px solid #6D5A52;
border-left: 1px solid #6D5A52;
border-right: 1px solid #6D5A52;
}
.ec-categoryRole__listItem p{/*pタグ*/
font-weight: bold;
font-size:90%;
color: #403730;
line-height: 1.7;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-categoryRole__listItem p{/*pタグ*/
font-weight:normal;
font-size:90%;
color: #000;
line-height: 1.5;
}
}



/*-------------------■トップ　新着情報・お知らせ　カテゴリブロック-------------------*/
.ec-newsRole{/*新着情報全体*/
padding: 60px 0 80px 0;
}
.ec-newsRole .ec-newsRole__newsTitle{/*タイトル文*/
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
font-weight:bold;/*テキスト太さ*/
font-size:98%;
color:#000;/*テキスト色*/
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{/*詳細文章*/
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
color:#000;/*テキスト色*/
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__news{/*新着情報 全体*/
border: 16px solid #F7F6F2;
padding: 20px 30px;
}
}



/*-------------------■下部共通　営業日カレンダー・問い合わせ-------------------*/
.footercalendar_all{/*カレンダー・問い合わせ全体*/
/*border: 1px solid #fff;*/
width: 100%;
padding:60px 0 20px 0;
margin-top:0;
margin-bottom: 0;
/*background-color:#ccc;*/
background-image: url('/html/user_data/assets/img/common/nuno-bg.jpg');/*背景画像を使用したい場合*/
}
.ec-calendar .ec-calendar__mon,
.ec-calendar .ec-calendar__tue,
.ec-calendar .ec-calendar__wed,
.ec-calendar .ec-calendar__thu,
.ec-calendar .ec-calendar__fri,
.ec-calendar .ec-calendar__sat,
.ec-calendar .ec-calendar__sun{/*カレンダー曜日*/
background: #F1ECEC;
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__sat{/*カレンダー 土曜日*/
color:#20938f;
}
#this-month-title,
#next-month-title{/*カレンダー年月*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__today{/*営業日*/
background: #fff;
}
.ec-calendar .ec-calendar__today::before{/*営業日*/
background: #CBBBBA;
}
.ec-calendar__title{/*カレンダー 〇年〇月*/
color: #644d4c;
}
/*---PC用---*/
.telcontact_btnall h2{/*お気軽にお問い合わせください PC*/
font-size: 22px;
color: #644d4c;
font-weight: bold;
margin-bottom: 15px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.telcontact_btnall p{/*お気軽にお問い合わせください下文章*/
font-size: 16px;
color: #290000;
margin-bottom: 15px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.telcontact_btnall .telcontact_2column_l{/*問い合わせ列左 PC*/
width: 58%;
float: left;
}
.telcontact_btnall .telcontact_2column_r{/*問い合わせ列右 PC*/
width: 42%;
float: left;
}
.telcontact_btnall{/*電話番号・問い合わせボタン全体 PC*/
width: 48%;
float: left;
margin-right:2%;
}
.button_tel a{/*電話ボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 20px auto;
padding: 10px 25px;
color: #FFF;
font-weight: bold;
transition: 0.3s ease-in-out;
font-size: 20px;
background: #726956;
/*filter: drop-shadow(0px 2px 4px #ccc);*/
border-radius:10px;/*角丸*/
letter-spacing: 1px;
/*border: 1px solid #C5BB8C;*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1;
}
.button_contact a{/*問い合わせボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #FFF;
font-weight: bold;
transition: 0.3s ease-in-out;
font-size: 20px;
background: #726956;
/*filter: drop-shadow(0px 2px 4px #ccc);*/
border-radius:10px;/*角丸*/
letter-spacing: 1px;
/*border: 1px solid #C5BB8C;*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1;
}
.button_tel a span,
.button_contact a span{/*電話ボタン span内*//*問い合わせボタン span内*/
font-size: 15px;
font-weight: normal;
}
.button_tel a:after,
.button_contact a:after{/*電話ボタン リンク後*//*問い合わせボタン リンク*/
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.button_tel a:hover,
.button_contact a:hover{/*電話ボタン カーソルあわせたとき*//*問い合わせボタン カーソルあわせたととき*/
transform: translateY(-2px);
box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
text-decoration: none;
}
.footercalendar_all .ec-calendar h3{/*営業日カレンダータイトル*/
flex-direction:none;
font-size: 22px;
font-weight: bold;
/*letter-spacing: .1em;*/
color: #644d4c;
/*border-left: 7px solid #E60012;*/
padding-left: 20px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
/*font-weight: bold;*/
padding-left: 20px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: left;
}
.ec-calendar__month{/*カレンダーtable*/
margin-left:15px;
margin-right: 15px;
/*margin-top: 15px;*/
}
.ec-calendar{/*カレンダーtable全体 PC*/
flex-direction:none;
width: 50%;
float: left;
margin-left:0;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.telcontact_btnall{/*問い合わせ全体*/
width: 100%;
clear: both;
}
.telcontact_btnall .telcontact_2column_l,
.telcontact_btnall .telcontact_2column_r{/*問い合わせ列左右 スマホ*/
width: 100%;
clear: both;
}
.telcontact_btnall .telcontact_2column_l img,
.telcontact_btnall .telcontact_2column_r img{/*問い合わせ画像 スマホ*/
width: 100%;
padding:0 15%;
}
.telcontact_btnall h2{/*お気軽にお問い合わせください スマホ*/
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
.telcontact_btnall{/*電話番号・問い合わせボタン全体 スマホ*/
width: 100%;
clear: both;
}
.footercalendar_all .ec-calendar h3{/*営業日カレンダータイトル*/
width: 100%;
flex-direction:none;
font-size: 22px;
font-weight: bold;
/*letter-spacing: .1em;*/
/*border-left: 7px solid #E60012;*/
text-align: center;
padding-left: 0;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
margin-bottom: 5px;
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
/*font-weight: bold;*/
padding-left: 0;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
.ec-calendar__month{/*カレンダーtable*/
margin-left:15px;
margin-right: 15px;
margin-top: 10px;
}
.ec-calendar{/*カレンダーtable全体 スマホ*/
flex-direction:none;
width: 100%;
clear: both;
margin-left:0;
margin-top:0;
}
}



/*-------------------■下部共通（ストア情報 送料など）-------------------*/
.ec-layoutRole__contents_store-all{/*ストア情報全体 背景*/
width: 100%;
padding:0 0 60px 0;
margin-top:0px;
background-image: url('/html/user_data/assets/img/common/nuno-bg.jpg');/*背景画像を使用したい場合*/
}
.ec-layoutRole__contents_store{/*ストア情報全体①*/
max-width: 1150px;
margin: 0 auto 0 auto;
display: flex;/*子要素いっぱいにheightをのばす*/
}
.freeshipping{/*送料無料*/
width: 100%;
padding:10px 5px !important;
margin: 5px 15px 5px 0 !important;
color:#DE5D50 !important;
border-radius: 5px;
/*text-shadow: 1px 1px 0px #444;*/
background:#F1ECEC;
/*border: 1px solid #B23E35;*/
font-weight: bold;
text-align: center;
font-size:16px !important;
/*font-family: sans-serif !important;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---PC用---*/
.footerstore_all{/*ストア情報全体②*/
width: 100%;
/*padding: 40px 20px 40px 20px;*/
/*background-color: #f8f8f8;*/
/*border-radius:5px;角丸*/
}
.store3column{/*列 PC*/
width: calc(100% / 3);
float: left;
}
.store3column img{/*画像*/
margin-bottom: 5px;
}
.store3column h3{/*タイトル（大見出し）*/
font-size: 22px;
font-weight: bold;
letter-spacing: .1em;
color: #644D4C;
/*border-left: 7px solid #E60012;*/
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.store3column h4{/*タイトル（小見出し）*/
font-size: 16px;
font-weight: bold;
letter-spacing: .1em;
color: #644D4C;
margin-top: 15px;
margin-bottom: 5px;
padding: 0 15px 0 7px;
/*font-family: serif;*//*ゴシック体 明朝体にしたい場合はコメントアウト*/
}
.store3column p{/*文章*/
font-size: 14px;
color: #290000;
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.footerstore_all{/*ストア情報全体②*/
width: 100%;
padding: 0px 20px 0px 20px;
/*background-color: #fff;*/
/*border-radius:5px;/*角丸*/
}
.store3column{/*列 スマホ*/
width:100%;
clear: both;
}
.store3column h3{/*タイトル（大見出し）*/
font-size: 22px;
font-weight: bold;
letter-spacing: .1em;
color: #290000;
/*border-left: 7px solid #E60012;*/
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
}
}



/*-------------------■下部共通（バナースペース）-------------------*/
.footbanner_all{/*バナー枠全体*/
width: 100%;
padding:0 0 60px 0;
margin: 0;
text-align: center;
background-image: url('/html/user_data/assets/img/common/nuno-bg.jpg');/*背景画像を使用したい場合*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.footbanner_all img{
width: 90%;
margin: 0 auto;
}
}



/*-------------------■下部共通　フッター-------------------*/
.ec-footerRole{/*フッター全体*/
background:#726956;
margin-top:0;
}
.ec-footerRole .ec-footerRole__inner{/*フッターリンク*/
line-height: 1.8;
}
.ec-footerRole .ec-footerRole__inner img{/*フッター画像 PC*/
width:auto;
margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.ec-footerRole .ec-footerRole__inner img{/*フッター画像 スマホ*/
width: auto;
margin: 0 auto;
}
}
.ec-footerRole h2{/*フッター会社名*/
text-align: center;
font-weight: bold;
font-size: 18px;
color: #fff;
}



/*-------------------■下層ページ　共通-------------------*/
/*---PC用---*/
.ec-pageHeader h1, .ec-pageHeader .h1 {/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;
margin: 80px 16px 48px;
padding: 8px;
font-size: 24px;
font-weight: bold;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-pageHeader h1, .ec-pageHeader .h1 {/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;
margin: 80px 16px 48px;
padding: 8px;
font-size: 22px;
font-weight: bold;
font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
}



/*-------------------■下層ページ　特定商取引法・当サイトについて-------------------*/
.ec-label{/*表の中の文字 タイトル*/
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
.ec-borderedDefs dd{/*表の中の文字*/
line-height:normal !important;
/*font-family: serif;明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
.ec-borderedDefs dt{/*表のタイトルの外*/
padding-top: 0;
}
.ec-role .ec-borderedDefs dd.img100-none img{/*表に画像を入れたい　横幅100%解除*/
width: auto;
}
.ec-off1Grid{/*テーブル*/
margin: 0 0 60px 0;
}



/*-------------------■ログイン-------------------*/
.ec-login{/*ログイン画面全体*/
margin: 0 16px 80px 16px;
}



/*-------------------■商品一覧-------------------*/
.ec-blockBtn--action{/*「カートに入れる」ボタン*/
background-color: #E60012;
border-color: #E60012; 
}
.ec-shelfGrid__item p{/*商品名*/
color: #644D4C;
font-size: 18px;
font-weight: bold;

}
.ec-shelfGrid__item p span.ichiran_setsumei{/*説明文*/
font-size:14px;
font-weight:normal !important;
}
.ec-shelfGrid__item p.price02-default{/*料金*/
color: #DE5D50;
font-weight: bold;
font-size: 22px;
margin-bottom: 10px;
}



/*-------------------■商品詳細-------------------*/
#form1{/*購入ボタン*/
margin: 10px 0 0 0 !important;
}
.ec-grid2{/*商品詳細 コンテンツ全体*/
margin: 30px 0 0 0;
}
.ec-sliderItemRole .slideThumb{/*スライダー　メイン下画像*/
text-align: center;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{/*タイトル*/
font-weight: bold;
color: #644D4C;
font-size: 28px;
}
.ec-productRole__description{/*商品説明エリア全体*/
padding:5px 0 0 0;
}
.ec-productRole__description h3.syousai_h3{/*商品説明<h3>タグ*/
background-color: #F8F8F8;
border: 1px solid #D3D3D3;
padding: 7px 15px;
font-size: 16px;
line-height: 1.4;
color: #525263;
font-weight: bold;
border-radius:3px;
}
.ec-productRole__description h3.syousai_h3b{/*商品説明<h3>タグ 「おすすめレシピ」*/
padding: 7px 0 0 0;
font-size: 18px;
color: #644d4c;
font-weight: bold;
margin-bottom: 5px;
}
.ec-productRole__description table{/*サイズ<table>*/
width:100%;
}
.ec-productRole__description table th{/*サイズ<th>*/
background-color: #F8F8F8;
border: 1px solid #D3D3D3;
padding:5px 15px;
font-size: 14px;
text-align: center;
}
.ec-productRole__description table td{/*サイズ<td>*/
background-color: #fff;
border: 1px solid #D3D3D3;
padding:5px 15px;
font-size: 14px;
font-weight: normal;
text-align: center;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-grid2{/*商品詳細 コンテンツ全体*/
margin: 20px 0 0 0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{/*タイトル*/
font-weight: bold;
color: #644D4C;
font-size: 22px;
}
.ec-price .ec-price__price{/*料金*/
font-size: 22px;
}
}



/*-------------------■『グンマメシ』ブランド紹介-------------------*/
.brand-all{/*画像エリア 全体*/
margin: 0 20px 80px 20px;
}
.brand-text{/*紹介文　全体*/
margin:0;
padding:40px 0 0 0;
color: #644d4c;
font-weight: bold;
line-height: 1.7;
}
.brand-text span{/*紹介文　span*/
font-size: 75%;
font-weight: normal;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.brand-all{/*画像エリア 全体*/
width: 100%;
margin: 0 0 80px 0;
}
.brand-text{/*紹介文　全体*/
padding:20px 5px 0 5px;
}
}



/*-------------------■問い合わせ（確認・完了）・新規会員登録（仮登録完了）・ショッピングカート・ご注文完了・パスワードの再発行-------------------*/
.ec-contactCompleteRole,
.ec-registerCompleteRole,
.ec-cartRole,
.ec-cartCompleteRole,
.ec-forgotRole{/*全体*/
margin: 0 auto 80px auto;
}



/*-------------------■マイページ-------------------*/
.ec-mypageRole{/*全体*/
max-width: 1130px;
}



/*-------------------■非会員　お届け先の複数指定-------------------*/
.ec-AddAddress{/*全体*/
max-width: 1130px;
margin: 0 auto 0 auto;
}



/*-------------------■ゼウス 銀行振込決済申し込み-------------------*/
h1.page-heading{/*タイトル*/
font-size: 22px;
font-weight: bold;
letter-spacing: 0.1em;
color: #644d4c;
text-align: center;
}
.cart_page table{/*文章*/
width: 100%;
}
.cart_page table td.alignL p{/*注意書き*/
text-align: center;
}
.cart_page table td.alignL span{/*注意書き*/
display: block;
text-align: center;
}
.row{/*ボタン 枠全体*/
max-width: 1130px !important;
text-align: center;
margin-top:30px !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 80px !important;
}
.btn_group{/*ボタン*/
margin: 0 auto !important;
}


/*-------------------■購入エラー画面-------------------*/
.ec-off3Grid{/*ボタン下margin*/
margin-bottom: 80px !important;
}