/* カスタマイズ用CSS */
/*
■共通
■上部共通　ヘッダー
■マイページ
■トップ
■トップ　紹介文ブロック
■トップ　おすすめ商品ブロック
■トップ　カテゴリブロック
■トップ　ブランドブロック
■トップ　商品カタログブロック
■トップ　新着情報・お知らせ　カテゴリブロック
■下部共通　営業日カレンダー・問い合わせ
■下部共通（ストア情報 送料など）
■下部共通（バナースペース）
■下部共通　フッター
■商品一覧
■商品詳細
■下層ページ　共通
■下層ページ　特定商取引法・当サイトについて
■下層ページ　ブランド紹介
■下層ページ　商品カタログ
■ご利用ガイド
■ゼウス 銀行振込決済申し込み
*/





/*-------------------■共通-------------------*/
/* パソコンで見たとき"pc"のclassがついた部分が表示される */
.pc{display: block;}
.sp{display: none;}
/* スマホで見たとき"sp"のclassがついた部分が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}
.font90{/*font-size90%*/
font-size:90%;
line-height: 1.7;
}
.borderimg{/*イメージまわり　border*/
border: 1px solid #DFE0E0;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.borderimg{/*イメージまわり　border*/
border: 1px solid #DFE0E0;
}
}
.color-white{/*テキスト色　白*/
color: #fff;
}
.color-red{/*テキスト色　赤*/
color: red;
}
.color-cream{/*テキスト色　クリーム色*/
color: #D7CA84;
}
.padt5{/*余白　上部*/
padding-top:5px;
}
.padt10{/*余白　上部*/
padding-top:10px;
}
.mt0{/*余白　上部*/
margin-top: 0 !important;
}
.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;
}
.mb35px{/*余白　下部*/
margin-bottom: 35px !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;
}
}
/*****2列　margin2%*****/
.retsu2-l02{/*2列　左側 margin2%;*/
width: 48%;
float: left;
margin-right: 2%;
}
.retsu2-r02{/*2列　右側 margin2%*/
width: 48%;
float: left;
margin-left: 2%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu2-l02{/*2列　左側 margin2%*/
width: 100%;
clear: both;
margin-right: 0;
}
.retsu2-r02{/*2列　右側 margin2%*/
width: 100%;
clear: both;
margin-left: 0;
}
}
/*****2列 30% 70%*****/
.retsu2-l30{/*2列　左側*/
width: 29%;
float: left;
margin-right: 1%;
}
.retsu2-r70{/*2列　右側*/
width: 69%;
float: left;
margin-left: 1%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.retsu2-l30{/*2列　左側*/
width: 100%;
clear: both;
margin-right: 0;
}
.retsu2-r70{/*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%;width: 100%;
float: left;clear: both;
margin: 0 1% 1% 1%;margin: 0;
}
}
/*****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%;
}
}
.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;
}
/*---PC用---*/
a.btn {/*ボタン*/
/*background: #726956;*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
color: #000;/*色*/
padding: 10px 30px 5px 30px;
font-size:16px;
margin-top: 15px;
font-weight:bold;
border: 1px solid #DFE0E0;
border-radius:0 !important;/*角丸*/
letter-spacing: 1px;
width:100%;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
a.btn:hover {/*ボタン hover（クリックしたとき）*/
/*background: #644D4C;*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
color: #000;/*色*/
border: 1px solid #ccc;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
a.btn {/*ボタン*/
padding: 10px 10px 5px 10px;
font-size:16px !important;
}
}
.cl-b{/*まわり込みクリア*/
clear: both;
}
.font-bold{/*太字*/
font-weight: bold;
}


/*-------------------■上部共通　ヘッダー-------------------*/
.text01{/*ヘッダー一番最初のテキスト*/
width:100% !important;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
padding-top:5px;
padding-bottom:5px;
background-color:#F7F8F9;
color:#666;
font-size:95%;
/*font-weight:bold;*/
}
.ec-headerNaviRole .ec-headerNaviRole__left h1{/*ロゴ*/
padding-right:0 !important;
margin-top:0 !important;
}
.ec-headerNav .ec-headerNav__item{/*「会員登録」等のテキスト*/
margin: 0 17px;
}
.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;
}
.ec-headerNaviRole .ec-headerNaviRole__search{/*検索枠全体margin-top:5px;*/
margin-top:5px;
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-headerNaviRole .ec-headerNaviRole__left{/*左側*/
width: 30%;
}
.ec-headerNaviRole .ec-headerNaviRole__right{/*右側*/
width: 70%;
}
.ec-cartNavi{/*カート*/
border-radius:0;
width:140px !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: 23px;
line-height: 30px;
font-weight: bold;
color: #000;
text-decoration: none;
padding-top:10px;
}
.tel_jikan a span{/*ヘッダー営業時間 PC*/
font-size: 14px;
color: #000;
font-weight: bold;
}
}
/*---スマホ用---*/
@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: #000;
padding-top:10px !important;
padding-bottom:10px !important;
/*border-bottom:2px solid #D61518;*/
}
.tel_jikan a span{/*ヘッダー営業時間 スマホ*/
font-size: 12px;
color:#000;
font-weight:normal;
}
}



/*-------------------■マイページ-------------------*/
.ec-mypageRole{/*全体*/
max-width: 1130px;
}



/*-------------------■トップ-------------------*/
/*---PC用---*/
.ec-layoutRole .ec-layoutRole__contents{/*メインイメージ全体①*/
max-width:100%;
}
.ec-sliderRole{/*メインイメージ全体②*/
max-width:100% !important;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
/*border-top:1px solid #DFE0E0 ;*/
/*border-bottom:1px solid #DFE0E0 ;*/
}
.slick-slider{/*メインイメージ全体③*/
margin-bottom:0;
}
.slick-track,
.slick-slide{/*メインイメージ全体④⑤*/
/*width:100% !important;*/
}
.ec-secHeading{/*トップタイトル PC*/
color: #000;
text-align: center;
margin-bottom: 25px;
line-height:normal;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-secHeading{/*トップタイトル PC 日本語*/
font-size: 12px;
color:#666;
}
.ec-secHeading .ec-secHeading__en{/*トップタイトル PC*/
display: block;
color:#000;
font-size: 24px;
letter-spacing: 1px;
line-height:1.5;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.hot{/*タイトル横 HOT*/
font-size: 20px;
padding: 1.2em 0.6em;
letter-spacing: .1em;
color: #fff;
font-weight: 900;
border-radius: 50%;
box-shadow:inset 0px 1px 0px 0px #F2C593;
background:linear-gradient(to bottom, #FED700 5%, #CE9A00 100%);
background-color:#F2E393;
border:2px solid #D8B926;
text-shadow:0px 1px 0px #444;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-secHeading{/*トップタイトル スマホ*/
color: #000;
text-align: center;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-secHeading .ec-secHeading__en{/*トップタイトル スマホ*/
font-size: 22px;
letter-spacing: -0.1px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
}


/*-------------------■トップ　紹介文ブロック-------------------*/
.eyecatch_all{/*紹介文　全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
/*background:#1F1B1B;背景色 白の場合はコメントアウト*/
/*background-image: url('/html/user_data/assets/img/top/black-bg.jpg');/*背景画像を使用したい場合*/
}
.ec-eyecatchRole{/*テキスト・画像枠全体*/
margin-bottom: 0px; 
}
/*---PC用---*/
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 50%;
padding-left: 0%;
order: 1;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #000;/*色*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-eyecatchRole .ec-eyecatchRole__image {/*画像部分全体*/
width: 49%;
padding-left: 1%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
margin-bottom: 0px;
}
.ec-eyecatchRole .ec-eyecatchRole__image img{/*画像*/
border: 1px solid #DFE0E0;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle{/*タイトル*/
margin-bottom: 0.5em;
font-size: 22px;
color:#000;/*色*/
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{/*タイトル下テキスト*/
margin-bottom:0;
font-size:90%;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-eyecatchRole .ec-eyecatchRole__intro {/*テキスト部分全体*/
width: 100%;
padding-right: 0%;
order: 2;/*左位置にしたい場合は1、右位置にしたい場合は2*/
color: #000;/*色*/
/*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.8em;
font-size: 22px;
font-weight: bold;
color:#000;/*色*/
text-align: center;
}
}



/*-------------------■トップ　おすすめ商品ブロック-------------------*/
.recommend_waku{/*おすすめ商品全体*/
margin:0 0 0 0;
padding:40px 0 40px 0;
/*background-color:#E2E0E1;/*背景に色をしきたい場合*/
background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
/*---PC用---*/
.recommend_waku .ec-shelfGrid__item p.osusumesetsumei{/*おすすめ商品画像下 説明文章*/
font-size:14px;
font-weight: normal;
/*padding: 7px;*/
/*background-color: #fff;*/
/*border-radius: 10px;*/
/*opacity: 0.9;*/
line-height: 1.7;
color: #000;/*文字色*/
}
.ec-shelfGrid__item dl{/*商品・料金全体*/
margin-top: 15px;
margin-bottom: 5px;
}
.ec-shelfGrid__item a img{/*商品画像*/
border: 1px solid #DFE0E0;
opacity: 1;
}
.ec-shelfGrid__item a img:hover{/*商品画像 hober時*/
opacity: 0.9;
}
.ec-shelfGrid__item .item_name{/*商品名*/
color: #000;/*文字色*/
font-size: 18px;
}
.ec-shelfGrid__item .item_price{/*料金*/
color: #EC3B3D;
font-weight: bold;
font-size: 18px;
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/top/cream-bg.jpg');/*背景画像を使用したい場合*/
background:#fff;/*背景色 画像の場合はコメントアウト*/
}
.ec-categoryRole .retsu2-l img,
.ec-categoryRole .retsu2-r img{/*枠*/
border: 1px solid #DFE0E0;
border-bottom:none;
}
a .category-title{/*カテゴリ別タイトル*/
color:#222;/*テキスト色*/
font-weight:bold;/*テキスト太さ*/
/*background-color:#6A0002;/*背景色*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
padding: 7px;
margin-top:0;/*余白 上部　通常20px*/
margin-bottom:15px;/*余白 下部　通常10px*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
font-size:20px;
border: 1px solid #DFE0E0;
border-top:none;
}
a .category-title span{/*カテゴリ別タイトル-日本語*/
font-size:12px;
color: #333;
font-weight:normal;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
a .category-title{/*カテゴリ別タイトル*/
color:#444;/*テキスト色*/
font-weight:bold;/*テキスト太さ*/
/*background-color:#6A0002;/*背景色*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
padding: 7px;
margin-top:0;/*余白 上部　通常20px*/
margin-bottom:15px;/*余白 下部　通常10px*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: center;
font-size:15px;
}
}



/*-------------------■トップ　ブランドブロック-------------------*/
.ec-brandRole{/*カテゴリ背景*/
/*background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
background:#fff;/*背景色 画像の場合はコメントアウト*/
/*margin: 0 0 0 0;*/
padding: 0 0 60px 0;
}
.ec-brandRole .brandtext{/*紹介文*/
margin-bottom:0;
font-size:90%;
line-height: 1.8;
}
.ec-role .brand-img{/*イメージ全体*/
margin: 0 auto;
text-align: center;
}
.ec-role .brand-img img{/*イメージ*/
width: auto !important;
}
.ec-brandRole .retsu2-l img,
.ec-brandRole .retsu2-r img{/*枠*/
/*border: 1px solid #DFE0E0;*/
}
.button_allpage{/*ボタン 全体*/
width:80%;
margin: 20px auto 0 auto;
/*text-align: left;*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.button_allpage{/*ボタン 全体*/
width:90%;
margin: 20px auto 0 auto;
}
}
.button_allpage a{/*ボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #000;
font-weight: bold;
font-size: 20px;
/*background: #fff;*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
letter-spacing: 1px;
border: 1px solid #D3D4D4;
line-height: 1.1;
}
.button_allpage a span{/*ボタン span内*/
font-size: 16px;
color: #000;
font-weight:normal;
}



/*-------------------■トップ　商品カタログブロック-------------------*/
.ec-catalogRole{/*カテゴリ背景*/
/*background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
background:#fff;/*背景色 画像の場合はコメントアウト*/
/*margin: 0 0 0 0;*/
padding: 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;/*テキスト色*/
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){/*複数記事が追加された場合のborder-bottom*/
border-bottom: 1px solid #DFE0E0;
}
/*---PC用---*/
@media only screen and (min-width: 768px){
.ec-newsRole .ec-newsRole__news{/*新着情報 全体*/
border: 16px solid #fff;
padding: 20px 30px;padding: 0px;
}
}



/*-------------------■下部共通　営業日カレンダー・問い合わせ-------------------*/
.footercalendar_all{/*カレンダー・問い合わせ全体*/
/*border: 1px solid #fff;*/
width: 100%;
/*padding: 10px 20px 20px 20px;*/
margin-top:80px;
/*background-color:#ccc;*/
}
.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: #fff;*/
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__sat{/*カレンダー 土曜日*/
color:#2a46c1;
}
#this-month-title,
#next-month-title{/*カレンダー年月*/
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.ec-calendar .ec-calendar__today{/*営業日*/
background: #fff;
}
.ec-calendar .ec-calendar__today::before{/*営業日*/
background: #C4C7CB;
}
.ec-calendar__title{/*カレンダー 〇年〇月*/
color: #644d4c;
}
/*---PC用---*/
.telcontact_btnall h2{/*お気軽にお問い合わせください PC*/
font-size: 24px;
color: #000;
font-weight: bold;
margin-bottom: 10px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align:center;
margin-top:0 !important;
}
.telcontact_btnall p{/*お気軽にお問い合わせください下文章*/
font-size: 16px;
color: #290000;
margin-bottom: 15px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align:center;
}
.telcontact_btnall .telcontact_2column_l{/*問い合わせ列左 PC*/
width: 58%;
float: left;
}
.telcontact_btnall .telcontact_2column_r{/*問い合わせ列右 PC*/
width: 42%;
float: left;
}
.telcontact_btnall{/*電話番号・問い合わせボタン全体 PC*/
width: 50%;
float: left;
}
.button_tel a{/*電話ボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #000;
font-weight: bold;
/*transition: 0.3s ease-in-out;*/
font-size: 20px;
background: #fff;
/*background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
/*filter: drop-shadow(0px 2px 4px #ccc);*/
/*border-radius:5px;/*角丸*/
letter-spacing: 1px;
border: 1px solid #d3d4d4;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1.1;
}
.button_contact a{/*問い合わせボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #000;
font-weight: bold;
/*transition: 0.3s ease-in-out;*/
font-size: 20px;
background: #fff;
/*background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
/*filter: drop-shadow(0px 2px 4px #ccc);*/
/*/*border-radius:5px;/*角丸*/
letter-spacing: 1px;
border: 1px solid #d3d4d4;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
line-height: 1.1;
}
.button_tel a span,
.button_contact a span{/*電話ボタン span内*//*問い合わせボタン span内*/
font-size: 16px;
color: #000;
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: 24px;
font-weight: bold;
/*letter-spacing: .1em;*/
color: #000;
/*border-left: 7px solid #E60012;*/
padding-left: 20px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align:center;
margin: 0 auto 5px auto;
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
font-weight: normal;
padding-left: 20px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
text-align: left;text-align:center;
}
.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;
color: #000;
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;*/
color: #000;
/*border-left: 7px solid #E60012;*/
padding-left: 0;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
/*margin-bottom: 5px;*/
margin: 0 auto 5px auto;
}
.footercalendar_all .ec-calendar .red_c{/*赤字文章*/
width: 100%;
flex-direction:none;
font-size: 14px;
color: #E60012;
font-weight:normal;
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{/*ストア情報全体①*/
max-width: 1150px;
margin: 60px auto 0 auto;
display: flex;/*子要素いっぱいにheightをのばす*/
}
.freeshipping{/*送料無料*/
width: 100%;
padding:10px 5px !important;
margin: 5px 15px 5px 0 !important;
color:#BB0000 !important;
border-radius: 5px;
/*text-shadow: 1px 1px 0px #444;*/
background:#F8F8F8;
/*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: #FDFDFD;
/*border-radius:5px;/*角丸*/
border: 1px solid #E8E9E9;
}
.store2column{/*列 PC　2列*/
width: calc(100% / 2);
float: left;
}
.store3column{/*列 PC　3列*/
width: calc(100% / 3);
float: left;
}
.store2column img,
.store3column img{/*画像*/
margin-bottom: 5px;
padding: 0 0 0 7px;
}
.store2column h3,
.store3column h3{/*タイトル（大見出し）*/
font-size: 20px;
font-weight: bold;
letter-spacing: .1em;
color: #000;
/*border-left: 7px solid #E60012;*/
padding: 0 15px 0 7px;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.store2column h4,
.store3column h4{/*タイトル（小見出し）*/
font-size: 14px;
font-weight: bold;
letter-spacing: .1em;
color: #290000;
margin-top: 15px;
margin-bottom: 5px;
padding: 0 15px 0 7px;
/*font-family: serif;*//*ゴシック体 明朝体にしたい場合はコメントアウト*/
}
.store2column p,
.store3column p{/*文章*/
font-size: 14px;
color: #290000;
padding: 0 15px 0 7px;
line-height: 1.6;
/*font-family: serif;*//*明朝体 ゴシックにしたい場合はコメントアウト*/
}
.store2column p span,
.store3column p span{/*文章 span内*/
font-size: 12px;
color: #290000;
/*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;/*角丸*/
border: none;
}
.store2column,
.store3column{/*列 スマホ*/
width:100%;
clear: both;
}
.store2column h3,
.store3column h3{/*タイトル（大見出し）*/
font-size: 20px;
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:70px 0 0px 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:#F8F8F8;background:#E7E7E7;
/*background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
border-top: 1px solid #DFE0E0;border-top: none;
}
.ec-footerNavi {/*ナビゲーションリンク*/
padding: 0;
color:#29244A;
list-style: none;
text-align: center;
}
.ec-footerNavi .ec-footerNavi__link a{/*ナビゲーションリンク*/
text-decoration:none;
font-weight:bold;
}
.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: 20%;
margin: 0 auto;
}
}
.ec-footerRole h2{/*フッター会社名*/
text-align: center;
font-weight: bold;
font-size: 18px;
color: #29244A;
}
.ec-footerTitle__copyright{/*copyright*/
color: #29244A;
}



/*-------------------■商品一覧-------------------*/
.ec-blockBtn--action{/*「カートに入れる」ボタン*/
background-color: #E60012;
border-color: #E60012; 
}
.ec-shelfGrid__item p{/*商品名*/
color: #000;
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: #EC3B3D;
font-weight: bold;
font-size: 18px;
margin-bottom: 5px;
}



/*-------------------■商品詳細-------------------*/
#form1{/*購入ボタン*/
margin: 10px 0 0 0 !important;
}
.ec-grid2{/*商品詳細 コンテンツ全体*/
margin: 30px 0 0 0;
}
.slick-slide img{/*メイン画像*/
border: 1px solid #DFE0E0;
}
.ec-sliderItemRole .slideThumb{/*スライダー　メイン下画像*/
text-align: center;
border: 1px dotted #DFE0E0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{/*タイトル*/
font-weight: bold;
color: #000;
font-size: 24px;
}
.ec-productRole__description{/*商品説明エリア全体*/
padding:5px 0 0 0;
}
.ec-productRole__description h3.syousai_h3{/*商品説明<h3>タグ*/
/*background-color: #F8F8F8;*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
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 span{/*商品説明<span>タグ*/
font-size: 14px;
}
.ec-productRole__description span.meyasu1{/*データ入稿日から*/
font-size: 15px;
font-weight: bold;
color: #E60012;
}
.ec-productRole__description span.meyasu2{/*〇営業日*/
font-size: 20px;

color: #E60012;
font-weight: bold;
}
.ec-productRole__description ul,
.ec-productRole__description ol{/*リスト　全体*/
margin-bottom: 0 !important;
padding-left: 1.5rem;
}
.ec-productRole__description li{/*リスト*/
margin-bottom: 5px !important;
line-height: 1.7em;
}
.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: 20px;
}
}



/*-------------------■下層ページ　共通-------------------*/
/*---PC用---*/
.ec-pageHeader h1,
.ec-pageHeader .h1,
.ec-pageHeader h2,
.ec-pageHeader .h2{/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;border-bottom:none;
margin: 80px 16px 48px;
padding: 8px;
font-size: 24px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
text-align: center;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.ec-pageHeader h1,
.ec-pageHeader .h1,
.ec-pageHeader h2,
.ec-pageHeader .h2{/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;border-bottom:none;
margin: 80px 16px 48px;
padding: 8px;
font-size: 22px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
text-align: center;
}
}



/*-------------------■下層ページ　特定商取引法・当サイトについて-------------------*/
.ec-label{/*表の中の文字 タイトル*/
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
}
.ec-borderedDefs dd{/*表の中の文字*/
line-height:normal !important;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
line-height: 1.7 !important;
font-size:90%;
}
.ec-borderedDefs dt{/*表のタイトルの外*/
padding-top: 0;
}
.ec-role .ec-borderedDefs dd.img100-none img{/*表に画像を入れたい　横幅100%解除*/
width: auto;
}



/*-------------------■下層ページ　ブランド紹介-------------------*/
.brand_waku{/*OJKとは全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
/*background-color:#E2E0E1;/*背景に色をしきたい場合*/
background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
}
.brand_waku02{/*ブランドヒストリー全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
}
.brand_waku03{/*ライダー紹介全体*/
margin:0 0 0 0;
padding:60px 0 60px 0;
background-color:#FDFDFD;/*背景に色をしきたい場合*/
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.kasou_title{/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;border-bottom:none;
margin-top:0 !important;
margin-bottom:20px;
padding: 0;
font-size: 22px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
text-align: center;
}
}
.timeline > li {/*ブランドヒストリー　list*/
margin-bottom: 15px;
color: red;
}
.timeline-date {/*ブランドヒストリー　年号*/
font-weight:bold;
margin-bottom: 3px;
color: #000;
}
.timeline-content p{/*ブランドヒストリー　文章*/
color: #000;
}
/*---PC用---*/
.kasou_title{/*タイトル*/
border-top: none;
border-bottom: 1px solid #ccc;border-bottom:none;
margin-top:0 !important;
margin-bottom:20px;
padding: 0;
font-size: 24px;
font-weight: bold;
/*font-family: serif;/*明朝体 ゴシックにしたい場合はコメントアウト*/
color: #000;
text-align: center;
}
@media ( min-width : 640px ){
.timeline > li {/*ブランドヒストリー　list*/
overflow: hidden;
margin: 0;
position: relative;
}
.timeline{/*ブランドヒストリー　ul*/
padding-left:0 !important;
}
.timeline-date {/*ブランドヒストリー　年号*/
width: 110px;
float: left;
margin-top: 20px;
font-weight:bold;
color: #000;
margin-bottom:0 !important;
text-decoration:none;
}
.timeline-content {/*ブランドヒストリー　線*/
width: 80%;
float: left;
border-left: 3px #EAEAEA solid;
padding-left: 40px;
}
.timeline-content:before {/*ブランドヒストリー　〇*/
content: '';
width: 10px;
height: 10px;
background: #b9b7b7;background: red;
position: absolute;
left: 106px;
top: 24px;
border-radius: 100%;
}
.timeline-content p{/*ブランドヒストリー　文章*/
margin-top: 20px;
font-size:90%;
line-height: 1.7;
color: #000;
}
}



/*-------------------■下層ページ　商品カタログ-------------------*/
.catalog_waku{/*全体*/
margin:0;
padding:60px 0 60px 0;
/*background-color:#E2E0E1;/*背景に色をしきたい場合*/
background-image: url('/html/user_data/assets/img/common/bg.jpg');/*背景画像を使用したい場合*/
}
.catalog_text{/*紹介文*/
font-size:90%;
line-height: 1.7;
margin-top:20px ;
padding: 0 0;
}
.button_catalog{/*ボタン 全体*/
width:100%;
margin: 0 auto 0 auto;
}
.button_catalog a{/*ボタン*/
width: 100%;
display: inline-block;
text-align: center;
margin: 0 auto 15px auto;
padding: 10px 25px;
color: #000;
font-weight: bold;
font-size: 20px;
/*background: #fff;*/
background-image: url('/html/user_data/assets/img/common/bg-title.jpg');/*背景画像を使用したい場合*/
letter-spacing: 1px;
border: 1px solid #D3D4D4;
line-height: 1.3;
}
.button_catalog a span{/*ボタン span内*/
font-size: 16px;
color: #000;
font-weight:normal;
}
.retsu2-catal30{/*2列30％　左側*/
width: 29%;
float: left;
margin-right: 1%;
}
.retsu2-catar70{/*2列70％　右側*/
width: 69%;
float: left;
margin-left: 1%;
}
.cata_pad25{/*余白 左右*/ 
padding: 0 25px !important;
}
/*---スマホ用---*/
@media only screen and (max-width: 750px) {
.button_catalog{/*ボタン 全体*/
width:90%;
margin: 20px auto 0 auto;
}
.cata_pad25{/*余白 左右*/ 
padding: 0 0 !important;
}
}



/*-------------------■ご利用ガイド-------------------*/
.guide_title{/*タイトル*/
font-size: 20px !important;
}



/*-------------------■ゼウス 銀行振込決済申し込み-------------------*/
h1.page-heading{/*タイトル*/
font-size: 22px;/*文字サイズ*/
font-weight: bold;
letter-spacing: 0.1em;
color: #000;/*文字色*/
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;
}