/*リンクカラー無効*/
a,
a:visited,
a:hover,
a:active {
color: inherit;
}

/*ログイン・ログアウト・会員登録非表示設定*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
.mypage.my-false { display: none; }
.mypage.my-true{
}


/*カテゴリページ商品名太字*/
.fs-c-productName__name{
font-weight: bold;
}

/*ページ見出しの下線*/
.fs-c-heading--page{
border-bottom: 2px solid #ededed;
}

/*ログインページなどサブタイトル系の文字色*/
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title{
color: #3c3c3c;
}

/*任意商品陳列のスペース*/
.fs-c-productListCarousel {
margin-bottom: 60px;
}


/*ボタン設定*/
/*マイページトップへ戻るなどのボタン設定*/
.fs-c-button--plain{
padding: 5px;
}

/*ショッピングを続けるボタン設定*/
.fs-c-button--standard{
font-size: 1.6rem;
}
/*非会員の方の手続きを続けるボタン設定*/
.not-login-buy{
font-size: 2rem;
line-height: 1.3;
}

/*レビューを書くボタン*/
.smp-review-buttun{
color: #000;
background-color: #fff;
border: solid 1px #ccc;
padding: 10px;
width: 100%;
font-size: 2rem;
text-align: center;
box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

/*カートへボタン設定*/
.fs-c-button--primary{
font-size: 2rem;
line-height: 1.3;
}

/*カート内設定*/
/*カート内の誘導文章*/
.enbai-p-announcement__title{
color: #B00306;
font-size: 2rem;
font-weight: bold;
margin: 0;
}
/*カート内の文字設定*/
.fs-c-cartDiscountInfo__info {
font-size: 2rem;
}
.fs-c-cartDiscountInfo__note{
font-size: 1.4rem;
}
.fs-c-purchaseHere__message {
font-size: 1.4rem;
font-weight: bold;
}
/*カート内ページ設定（サイドナビなしページ設定）*/
.enbai-l-cart-pageMain{
width:100%;
margin: 0 60px;
}
/*カート内戻るボタンの位置*/
.fs-c-buttonContainer--back{
justify-content: center;
}
/*カート付近の手提げ袋など選択肢文字サイズ*/
.fs-c-productSelection__name{
font-size: 1.4rem;
}
/*カート内送料についての注意表記*/
.about_catch_souryou{
font-size: 2rem;
color: red;
font-weight: bold;
}

/*pc用各ページ本体設定*/
.fs-l-main{
max-width: 1240px;
justify-content: center;
margin: 0 auto 60px;
padding: 0px;
}
.fs-l-pageMain {
max-width: 900px;
width: 70%;
margin-top: 15px;
}
/*pc用各トップページ本体設定*/
.enbai-toppage-Main{
max-width: 1200px;
}

/*pc用ヘッダー設定*/
.enbai-l-header__contents{
display: flex;
max-width: 1240px;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 10px;
}
/*タブレット用調整*/
@media screen and (min-width: 768px) and (max-width: 1028px){
.enbai-l-header__contents{
width: 100%;
margin: auto;
}
}

/*pc用ヘッダー下部帯*/
.enbai-p-headerNavBar{
background: #B00306;
border-bottom: 2px solid #e4e2e2;
color: #ffffff;
width: auto;
}
.enbai-p-headerNavigation{
display: flex;
justify-content: center;
align-items: center;
}
.enbai-p-headerNavigation__list{
padding: 10px;
list-style: none;
display: flex;
}
.enbai-p-headerNavigation__listItem{
display: flex;
justify-content: center;
margin: 10px;
padding: 0 10px;
font-size: 1.6rem;
}
/*タブレット用調整*/
@media screen and (min-width: 768px) and (max-width: 1028px){
.enbai-p-headerNavigation__listItem{
margin: 0;
}
}


/*pc用ヘッダーロゴ部分*/
.enbai-pc-logo{
width: 230px;
margin:0 10px;
}
.enbai-p-logo__image{
width: 228px;
}

/*pc用ヘッダー検索部分*/
.head-sarch-container{
width: 360px;
}
.head-sarch-text{
margin-left: 1.4rem;
font-size: 1.4rem;
}
.enbai-smp-searchForm_container{
display: flex;
box-sizing: border-box;
padding: 0.5em;
}
.enbai-smp-searchForm_container input{
border: 1px solid #f08080;
border-radius: 20px;
width: 80%;
margin: 0.3em;
}
.enbai-smp-inputGroup__button {
background: #ff1493;
border: none;
color: #ffffff;
border-radius: 15px;
padding: 0.5em;
margin: 0.3em;
width: 20%;
}
/*タブレット用調整*/
@media screen and (min-width: 768px) and (max-width: 1028px){
.head-sarch-text{
font-size: 1.2rem;
}
.enbai-smp-searchForm_container{
padding: 0;
}
}

/*pc用ヘッダーパーツ部分*/
/*pc用ヘッダーテキスト下部の線*/
.enbai-p-headerNavBar {
border: 0;
}
/*送料バナー部分*/
.postage-welcome{
display: flex;
flex-flow: column;
justify-content: space-around;
width: 280px;
margin: 0 10px;
}
.welcomemsg-pad{
padding: 10px;
text-align: right;
}
.pc-head-souryou-banar{
padding: 10px;
margin: 0 1.2rem;
border: solid 1px #ccc;
}
.pc-head-souryou-banar_text{
font-weight: bold;
font-size: 1.2rem;
}
.pc-head-souryou-banar_text_red{
font-weight: bold;
color: red;
font-size: 1.4rem;
}
.pc-head-souryou-banar__text{
font-size: 1rem;
}

/*電話番号部分*/
.head-tell-wrap{
margin-bottom: 10px;
}
.head-tell{
display: flex;
align-items: center;
}
.head-tell img{
width: 28%;
}
.head-tell-text-bold{
font-size: 1.6em;
font-weight: bold;
margin: 0;
margin-left: 10px;
}
.head-tell-time{
display:flex;
flex-flow: column;
width: 250px;
}
.reception-time{
margin-top: 1px;
margin-left: 10px;
}
/*タブレット用調整*/
@media screen and (min-width: 768px) and (max-width: 1028px){
.head-tell-text-bold{
font-size: 1.2rem;
}
.reception-time{
font-size: 1rem;
}
}


/*会員部分*/
.head-member{
display: flex;
justify-content: space-between;
}
.head-tell-member{
display:flex;
flex-flow: column;
justify-content:space-around;
width: 260px;
}
.head-member-box{
text-align: center;
position: relative;
}
.head-member-box img{
max-width: 30px;
}
.head-member-text{
margin: 0;
font-size: 1.2rem;
}

/*pc用ヘッダー買い物カゴ部分*/
.fs-client-cart-count{
position: absolute;
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
font-size: 1.2rem;
color: #fff;
line-height: 1.8rem;
text-align: center;
background: #cc0000;
top: -12px;
right: -5px;
}


/*フッター設定*/
/*フッタートップ部分の線の色*/
.fs-l-footer{
border-top: 1px solid #d3d3d3;
}
/*フッター特典誘導パーツ設定*/
.special-pc-wrap{
text-align: center;
background: url(https://enbai.itembox.design/item/bgimg02.jpg);
max-width: 1240px;
margin: 0 auto;
}
.special-pc{
display: flex;
margin: 20px;
justify-content: center;
}
.special-pc-two{
margin: 10px;
max-width:535px;
}
.special-pc-three{
margin: 10px;
}

/*フッター決済パーツ*/
.footerPayment{
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: auto;
padding: 10px;
width: 90%;
border: 1px solid #cccccc;
border-radius: 10px;
}
.footer-Payment{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.footer--Payment{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.footer-Payment-visa{
width: 80px;
height: 50px;
}
.footer-Payment-master{
width: 80px;
height: 50px;
}
.footer-Payment-jcb{
width: 80px;
height: 50px;
}
.footer-Payment-amex{
width: 80px;
height: 50px;
}
.footer-Payment-diners{
width: 80px;
height: 50px;
}
.footer-Payment-paypay{
width: 180px;
height: 60px;
}
.footer-Payment-amazonpay{
width: 180px;
height: 60px;
}
@media(min-width:800px){
.footerPayment{
width: 100%;
border: none;
padding: 15px 0;
align-items: baseline;
justify-content: center;
flex-direction: row;
}
}
/*フッター用送料とかナビゲーションボックス*/
.footer-navparts-wrap{
max-width: 1240px;
margin: 30px auto;
display: flex;
flex-wrap: wrap;
}
.footer-navparts{
width: 30%;
margin: 6px auto;
padding: 8px;
background: #ffffff;
}
.footer-navfootparts-wrap{
max-width: 1240px;
margin: 30px auto;
display: flex;
flex-wrap: wrap;
}
.footer-navfootparts{
width: 30%;
margin: 6px auto;
padding: 8px;
background: url(https://enbai.itembox.design/item/bgimg02.jpg);
text-align: center;
}
.footer-navfootparts-black{
width: 30%;
margin: 6px auto;
padding: 8px;
background: #000000;
color: #ffffff;
text-align: center;
}

/*フッター用snsアイコン*/
.footer-sns-pc{
max-width: 1240px;
margin: 30px auto;
display: flex;
justify-content: center;
align-items: center;
}
.footer-fb-pc{
width: 50px;
margin: 6px;
}
.footer-insta-pc{
width: 50px;
margin: 6px;
}
.footer-line-pc{
width: 50px;
margin: 6px;
}
/*フッターコピーライト部分*/
.copyrights-pc-wrap{
background: #B00306;
display: flex;
justify-content: center;
align-items: center;
}
.copyrights-pc{
color: #ffffff;
}


/*フォント設定*/
.fs-c-heading--page{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.emphasis{
font-size: 1.2em;
font-weight: bold;
}
.emphasis_red{
font-size: 1.2em;
font-weight: bold;
color: #B00306;
}
.emphasis_red-2rem{
font-size: 2rem;
font-weight: bold;
color: #B00306;
}
.red{
color: #B00306;
}
.enbai-heading-keisen-lv2-pc{
font-size: 2rem;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
margin: 25px 0 15px 0;
}
.enbai_midashi_lv2{
list-style:none;
padding: 10px;
border-bottom: solid 1px #fe9898;
}
.enbai_midashi_lv2 li{
background-image: url(https://enbai.itembox.design/item/sozai_icon.png);
background-position: top left;
background-repeat: no-repeat;
background-size:  auto 50px;
line-height: 50px;
font-size: 2.8rem;
color: #000;
font-family: 'Noto Serif JP', serif;
text-align: center;
}
.crown_number{
text-align: center;
font-size: 1.3em;
font-weight: bold;
margin: 10px;
}
.crowncolor_1{
color: gold;
}
.crowncolor_2{
color: silver;
}
.crowncolor_3{
color: saddlebrown;
}
.heading_lv2_gothic{
font-size: 2rem;
}
.enbai-heading--lv2--smp{
font-size: 3rem;
font-family: 'Noto Serif JP', serif;
text-align: center;
margin-bottom: 30px;
}
.cate_subtitle{
font-family: 'Noto Serif JP', serif;
font-size: 26px;
padding: 24px 0;
letter-spacing: 0.1em;
text-align: center;
border-top: 1px solid #fe9898;
border-bottom: 1px solid #fe9898;
}
.heading_lv3_gothic_emphasis{
font-size: 3rem;
font-weight: bold;
}

/*蛍光マーカー風下線*/
.under-neonmark-gothic{
display: inline-block;
background: linear-gradient(transparent 70%, yellow 70%);
}

/*h2やh3設定*/
.heading_lv4{
font-size: 4rem;
text-align: center;
font-family: 'Noto Serif JP', serif;
}
.heading--lv2{
display: inline-block;
font-size: 3rem;
font-family: 'Noto Serif JP', serif;
}
.enbai-heading--lv2{
display: inline-block;
border-bottom: solid 1px #d3d3d3;
font-size: 3rem;
font-family: 'Noto Serif JP', serif;
}
.enbai-heading--lv3{
font-size: 2rem;
color: #000;
font-family: 'Noto Serif JP', serif;
}
.enbai-heading-keisen-lv3{
font-size: 2rem;
color: #000;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
border-bottom: dotted #dcdcdc;
}
.enbai-c-documentColumn__heading{
font-size: 2rem;
color: #000;
font-family: 'Noto Serif JP', serif;
border-bottom: dotted #dcdcdc;
padding: 20px 0 0 0;
}
.enbai--keisen-lv3{
font-size: 2rem;
font-weight: bold;
display: block;
border-bottom: solid 1px #d3d3d3;
}
.enbai-gothic-lv3{
font-size: 2rem;
font-weight: bold;
display: block;
}
.enbai-gothic-thin-lv3{
font-size: 2rem;
display: block;
}
.gift_h3{
margin-top: 40px;
font-size: 2rem;
font-weight: bold;
}

/*サイドナビ設定*/
.side-navi{
max-width: 260px;
width: 25%;
display: inline-block;
vertical-align: top;
margin: 10px 50px 0px 5px;
padding: 5px;
}
/*タブレット用調整*/
@media screen and (min-width: 768px) and (max-width: 1028px){
.side-navi{
margin: 5px auto;
}
}

/*pc用サイドナビ部分*/
.smp-side-info{
padding: 10px;
border: solid 1px #dcdcdc;
}
.smp-side-info li{
line-height: 1.5;
padding: 0.5em 0;
list-style-type: none;
font-weight: bold;
font-size: 1.8rem;
}
.hot-keyword{
padding: 10px;
border: solid 1px #dcdcdc;
}
.keywordbox-smp{
display: grid;
grid-template-columns: 1fr 1fr;
}
.keywordbox--smp{
color: #fff;
size: 1.2rem;
background: #B00306;
border-radius: 10px;
padding: 5px;
margin: 8px 8px 0 0;
text-align: center;
}
.cate-sarch-smp-wrap{
padding: 10px;
display:flex;
flex-flow: column;
border: solid 1px #dcdcdc;
}
.cate-sarch-smp-box{
margin: 15px 0 15px 0;
font-size: 1.6rem;
font-weight: bold;
border-bottom: solid #dcdcdc;
}
.cate-sarch-smp-box img{
max-width: 20px;
margin-right: 8px;
vertical-align: top;
}

/*
.cate-sarch-smp-box::after{
content: '\f054';
font-family: "Font Awesome 5 Free";
font-wigth: 400;
position: absolute;
right: 20px;
width: 13px;
transform: translateY(-50%);
}
*/
.cate-sns-smp-box{
display:flex;
align-items: center;
margin: 15px 0 15px 0;
font-size: 1.6rem;
font-weight: bold;
}
.sns-icon{
width: 45px;
margin-right: 10px;
}
.cate-about-smp-box{
display:flex;
flex-flow: column;
margin: 15px 0 15px 0;
}
.cate-about-smp-box p{
padding-top: 10px;
}
.cate-about-smp--box{
display:flex;
align-items: center;
justify-content: center;
margin: 10px 0 10px 0;
}
.cate-about-smp---box{
border: 1px solid #000;
padding: 20px;
width: 90%;
text-align: center;
}

/*スマホ用検索部分*/
.enbai-smp-searchForm_container{
display: flex;
box-sizing: border-box;
padding: 0.5em;
}
.enbai-smp-searchForm_container input{
border: 1px solid #f08080;
border-radius: 20px;
width: 80%;
margin: 0.3em;
}
.enbai-smp-inputGroup__button {
background: #ff1493;
border: none;
color: #ffffff;
border-radius: 15px;
padding: 0.5em;
margin: 0.3em;
width: 20%;
}


/*トップページ設定*/
/*トップページバナー置き用ボックス設定*/
.toppage-bana-box{
margin: 80px 0;
}

/*トップページ新着情報設定*/
.fs-pt-list{
margin: 10px;
margin-bottom: 80px;
}

/*トップページ人気ランキング（共通）*/
.toppage-rank{
display: flex;
flex-wrap: wrap;
gap: 4px;
padding: 1em;
padding-bottom: 80px;
}
.toppage-rank-grid{
width: calc(33.3% - 4px);
margin-bottom: 20px;
}
@media(max-width:800px){
.toppage-rank-grid{
width: calc(50% - 2px);
}
}


/*トップページ用特集ページ一覧ボックス設定*/
.special-wrap{
padding: 0 1em;
text-align: center;
}
.special-box{
display: block;
margin: 0 6px;
}
@media screen and (min-width: 768px) {
.special-wrap{
display: flex;
margin-bottom: 60px;
}
}


/*トップページ用種類から探すボックス設定*/
.sarch_type--img{
padding: 0.3em;
width: 50%;
text-align: center;
}
.sarch_type{
display: flex;
background-color: #ffe4e1;
}

/*トップページ用ギフトサービスについてバナー*/
.about-giftservice-banar{
display: flex;
justify-content:center;
align-items: center;
background-color: #ffe4e1;
border-radius: 9px;
margin: 1.2em;
margin-bottom: 80px;
}
.about-giftservice-banar-image{
width: 70%;
margin: 10px;
}
.about-giftservice-banar-text{
font-size: 2rem;
margin: 10px;
}

/*トップページ用猿梅について*/
.about-enbai-top-wrap{
display: flex;
border: solid 1px #ccc;
}
.about-enbai-top{
width: 42%;
margin: 3%;
}
.about-enbai-top-kodawari{
width: 48%;
margin: 3%;
}
.about-enbai-top-kodawari-img{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}
.kodawari-img{
max-width: 31%;
margin: 0 auto;
margin-bottom: 10px;
font-weight: bold;
}


/*商品詳細*/
/*パンくずリスト*/
.fs-c-breadcrumb{
border-bottom: 1px solid #ccc;
padding: 10px 5%;
font-size: 1.2rem;
line-height: 1.2rem;
}
.fs-c-breadcrumb__list{
max-width: 1150px;
margin: 0 auto;
}

/*独自コメント1*/
.enbai-detail{
margin: 10px auto;
font-size: 1.6rem;
}
/*文節ごとのボトム*/
.item-description{
margin-bottom: 60px;
}
/*説明テーブル（ピンク）*/
.demo-box{
color: white;
background-color: #ff5151;
text-align: center;
}
.demo--box{
border: solid 1px #ff5151;
margin-bottom: 60px;
}
.demo-box,.demo--box{
padding: 10px; 
}
/*説明テーブル（梅エキス）*/
.item-extra-wrap{
display: flex;
justify-content: center;
}
.item-extra{
padding: 10px;
width: 30%;
}
.item-extra-text{
width: 100%;
}

/*商品横お気に入りボタン*/
.fs-c-productQuantityAndWishlist__wishlist {
display: block;
width: 185px;
}


/*商品名*/
.fs-c-productNameHeading__copy{
font-weight: normal;
display: block;
margin-bottom: 15px;
font-size: 1em;
}
.fs-c-productNameHeading__name{
font-size: 3rem;
line-height: 4rem;
margin-bottom: 20px;
}
.fs-c-productNumber{
border: none;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
font-weight: bold;
}
.fs-c-productPrice__addon{
font-size: 1.2rem;
}


/*ガイドなどのsection設定*/
.guide_sec{
padding-bottom: 40px;
}
.g_section{
display: flex;
position: relative;
align-items: center;
font-size: 3rem;
font-color: #000;
font-family: 'Noto Serif JP', serif;
border-style: solid;
border-width: 0 0 1px 8px;
border-color: #B00306;
padding: 8px;
padding-left: 16px;
margin-bottom: 8px;
}
.guide_sec img{
padding: 10px;
width: 30%;
}
@media screen and (max-width:650px) {
.guide_sec img{
padding: 10px 0 10px 0;
width: 50%;
}
}

/*コンテンツページh2など*/
.enbai-heading-color-lv2{
display: inline-block;
border-bottom: solid 1px #d3d3d3;
font-size: 3rem;
color: #800000;
font-family: 'Noto Serif JP', serif;
}
.enbai-heading-color-lv3{
font-size: 2rem;
color: #800000;
font-family: 'Noto Serif JP', serif;
}

/*商品を探す・ギフトサービス*/
.sarch_wrap{
background-color: #ffe4e1;
padding: 1em;
margin-bottom: 80px;
}
.sarch_box{
display: flex;
background-color: #ffe4e1;
}
.sarch_wrap_touka{
padding: 1em;
}
.sarch_box_touka{
display: flex;
justify-content: center;
width: 100%;
}
.sarch_box_touka_service{
display: flex;
justify-content: center;
width: 100%;
}
.sarch_box--img{
padding: 0.3em;
}
.sarch_budget{
display: flex;
background-color: #ffe4e1;
}
.sarch_budget_touka{
display: flex;
}
.sarch_budget--img{
padding: 0.3em;
width: 50%;
text-align: center;
}
.about-gift-service{
display: block;
border: solid 1px #d3d3d3;
width: 30%;
border-radius: 10px;
margin: 10px;
padding: 25px;
}
@media(max-width:800px){
.sarch_box_touka_service{
flex-wrap: wrap;
}
.about-gift-service{
width: 90%;
margin: 20px;
padding: 20px;
}
}

/*ギフトサービス設定*/
.gift_sec{
padding-bottom: 40px;
}
.gift_ul{
padding: 0.5em 1em 0.5em 2.3em;
position: relative;
display: flex;
justify-content: center;
}
.gift_ul li{
width: 100%;
box-sizing: border-box;
line-height: 1.5;
padding: 0.5em 0;
list-style-type: none;
display: inline-block;
margin: 0;
font-size: 1.6rem;
font-weight: bold;
}
.gift_ul li a{
display: flex;
text-align: center;
justify-content: center;
align-items: center;
width: 100%;
padding: 10px;
}
@media(max-width:800px){
.gift_ul{
flex-wrap: wrap;
}
.gift_ul li{
width: 50%;
}
}

/*フリーページ共通の設定*/
.freepage_rap{
font-size: 1.6rem;
max-width:900px;
padding-bottom: 60px;
}
.freepage_text{
padding-bottom: 60px;
}

/*画像とテキスト横並び設定*/
.right_left_card{
margin-bottom: 60px;
width: 100%;
}
.right_left_card--img{
width: 100%;
}
.right_left_card--txt{
width: 100%;
font-size: 1.6rem;
}

@media screen and (min-width:650px) {
.right_left_card{
margin-bottom: 60px;
display: flex;
width: 100%;
}
.right_left_card--img{
max-width: 300px;
}
.right_left_card--txt{
padding: 0 0 20px 0;
font-size: 1.6rem;
}
}

/*メディアページ*/
.media-wrap{
display: flex;
flex-wrap: wrap;
margin-top: 60px;
}
.media-date-pink{
background: #FDDDDA;
width:23%;
padding: 2%;
}
.media-text-pink{
background: #FDDDDA;
width:75%;
padding: 2%;
}
.media-date-white{
background: #ffffff;
width:23%;
padding: 2%;
}
.media-text-white{
background: #ffffff;
width:75%;
padding: 2%;
}


/*会社概要*/
.shop-gleeting{
margin-top: 60px;
}
.prof{
margin: 0;
padding: 10px;
background: #fff8dc;
}

/*会社概要のテーブル*/
.gaiyou{
width: 100%;
border-collapse: collapse;
}
.gaiyou tr{
border-bottom: solid 2px white;
}
.gaiyou tr:last-child{
border-bottom: none;
}
.gaiyou th{
position: relative;
text-align: left;
width: 30%;
background-color: #B00306;
color: white;
padding: 1.2em;
}
.gaiyou td{
text-align: left;
width: 70%;
background-color: #eee;
padding: 1.2em;
}

/*特定商取引のテーブル*/
.tokutei{
width: 100%;
margin: auto;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}
.tokutei th{
position: relative;
text-align: left;
width: 30%;
background-color: #dcdcdc;
padding: 1.2em;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}
.tokutei td{
text-align: left;
width: 70%;
background-color: white;
padding: 1.2em;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}

/*お買い物ガイド*/
.about_info{
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
margin-bottom: 40px;
}
.about_info_list{
list-style:none;
width: 48%;
height: auto;
margin: 0 2% 2% 0;
background: #fffcf4;
border-radius :8px;
box-shadow :0px 0px 3px silver;
padding: 0.5em 0.5em 0.5em 2em;
}
.about_info_list_text{
font-weight: bold;
}
/*よくある質問*/
.about_info_list__text{
text-decoration: underline;
color: #0000cd;
}

/*猿梅のこだわり*/
.kodawari{
list-style:none;
padding: 10px;
border-top: solid 1px #fe9898;
border-bottom: solid 1px #fe9898;
}
.kodawari li{
background-image: url(https://enbai.itembox.design/item/sozai_icon.png);
background-position: top left;
background-repeat: no-repeat;
background-size:  auto 50px;
padding-left: 60px;
line-height: 50px;
font-size: 2.8rem;
color: #000;
font-family: 'Noto Serif JP', serif;
}
.umebosih_01{
display: flex;
justify-content: center;
}
.umeboshi_item{
margin: auto;
}

/*にんにくの安全性について*/
.girlic_senbetsu_table{
width: 100%;
margin: auto;
border-collapse: collapse;
}
.girlic_senbetsu_table tr{
border-bottom: solid 2px white;
}
.girlic_senbetsu_table tr:last-child{
border-bottom: none;
}
.girlic_senbetsu_table th{
position: relative;
text-align: left;
width: 30%;
background-color: #CC9900;
padding: 1.2em;
color: #ffffff;
}
.girlic_senbetsu_table td{
text-align: left;
width: 70%;
background-color: #EDE8CE;
padding: 1.2em;
}
.girlic_table{
width: 100%;
background: #EDE8CE;
border-collapse: collapse;
margin: auto;
}
.girlic_table th, td{
padding: 1em;
border: 2px solid #ffffff;
}

/*直営店*/
.shop_list{
list-style: none;
margin-block-start: 0;
padding-inline-start: 0;
}
.shop_list li::before {
content: '';
display: inline-block;
position: absolute;
top: 6px;
left: 0;
width: 10px;
height: 10px;
background-color: #B00306;
border-radius: 5px;  
}
.shop_list li{
position: relative;
padding-left: 20px;
font-size: 1.2em;
font-weight: bold;
}

/*初めての方へ*/
.first-kodawari-wrap{
display: flex;
border: solid 1px #fe9898;
margin-bottom: 30px;
}
.first-kodawari{
max-width: 48%;
margin: 8px;
}
.first_registration{
display: flex;
justify-content: center;
width: 100%;
}
.about-first_registration{
display: block;
border: solid 2px #B00306;
width: 48%;
border-radius: 10px;
margin: 10px;
padding: 25px;
}
@media(max-width:800px){
.first_registration{
flex-wrap: wrap;
}
.about-first_registration{
width: 90%;
margin: 20px;
padding: 20px;
}
}

/*初めてページのボタンとwrap*/
.btn-orange-wrap{
text-align: center;
margin-bottom: 60px;
}
.btn--orange,
a.btn--orange {
display: inline-block;
color: #fff;
background-color: #eb6100;
padding: 1rem;
width: 500px;
}
.btn--orange:hover,
a.btn--orange:hover {
color: #fff;
background: #f56500;
}
a.btn--radius {
border-radius: 100vh;
}

/*マイページ設定*/
/*ログアウト*/
.log-out-wrap{
width:100%;
display: flex;
justify-content: start;
}
.logout-buttun{
border: solid 1px #333;
padding: 16px 72px;
}


/*よくある質問*/
.qa-title{
padding: 15px;
margin-bottom: 20px;
font-weight: bold;
background: #f0f8ff;
}
.q-title{
padding: 10px;
}
.qa-answer{
display: flex;
padding: 15px;
margin-bottom: 20px;
}
.answer-text{
padding: 10px;
}
.answer-text p{
margin: 2rem 0;
}

/*商品ページ設定*/
/*商品ページ栄養などの表*/
.product-info{
width: 100%;
border-collapse:collapse;
margin-bottom: 10px;
}
.product-info th,
.product-info td{
border: solid 1px #ccc;
padding: 10px;
}
.product-info th{
background: #EFEFEF;
width: 30%;
}
.product-nutritional-content{
width: 100%;
border-collapse:collapse;
}
.product-nutritional-content th,
.product-nutritional-content td{
border: solid 1px #ccc;
padding: 10px;
text-align: center;
}
.product-nutritional-content th{
background: #EFEFEF;
}
/*商品ページ2列レイアウト*/
.enbai_content_wrap{
display: flex;
}
.content_1box{
}
.content_1box img{
vertical-align: bottom;
}
.content_a,.content_b{
width: 50%;
}
.content_a_1,.content_a_2,.content_a_3{
width: 33%;
}

/*商品ページサムネイル設定*/
.fs-c-productThumbnail__image{
margin: 0 2% 2% 0;
flex-basis: 30%;
-ms-flex-preferred-size: 32%;
min-width: 56px;
}


/*カテゴリページ設定*/
/*カテゴリページ上部の画像とテキスト*/
.cate-wrap{
display: flex;
justify-content: center;
border-bottom: solid 1px;
}
.cate-img{
width: 50%;
padding: 8px;
}
.cate-text{
}


/*お問い合わせフォーム設定*/
.inquiry-bold{
font-weight: bold;
}
.inquiry-red-bold{
font-weight: bold;
color: #ff0000;
}
.inquiry-bold-title{
font-weight: bold;
font-size: 2rem;
}
.inquiry-button{
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #203744;
background: #203744;
color: #fff;
transition: 0.5s;
font-size: 2rem;
}


/*用途で選ぶギフトのカテゴリページ設定*/
.purpose_categoly_wrap{
display: flex;
width: 100%;
}
.purpose_cate_oiwai_innner{
background-color: rgb(255, 102, 102);
width: 50%;
}
.purpose_cate_butuji_innner{
background-color: rgb(204, 51, 102);
margin-bottom: 60px;
}
.purpose_cate_img{
width: 50%;
height: 100%;
}
/*縦並び*/
.purpose_categoly_wrap2{
display:flex;
flex-flow: column;
margin: 0;
}
.purpose_cate_oiwai_innner2{
background-color: rgb(255, 102, 102);
margin-bottom: 60px;
}
.purpose_cate_butuji_innner2{
background-color: rgb(204, 51, 102);
margin-bottom: 60px;
}

/*用途で選ぶギフトの文字設定*/
.purpose_cate_title{
font-family: 'Noto Serif JP', serif;
font-size: 3.6rem;
color: white;
padding: 30px;
}
.purpose_cate_subtitle{
color: white;
padding: 30px;
font-size: 1.6rem;
}
.purpose_inner_box{
margin-bottom: 60px;
}
.purpose_cate_inner_subtitle{
font-family: "Noto Serif JP", serif;
font-size: 28px;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
margin-bottom: 30px;
color: rgb(255, 102, 102);
}
.purpose_cate_inner_subtitle2{
font-family: "Noto Serif JP", serif;
font-size: 28px;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
margin-bottom: 30px;
color: rgb(204, 51, 102);
}
.purpose_cate_inner_sub-text{
letter-spacing: 0.01em;
line-height: 1.75;
max-width: 570px;
margin: 0 auto;
font-size: 1.6rem;
}
.gift-title{
font-family: 'Noto Serif JP', serif;
font-size: 30px;
padding: 24px 0;
letter-spacing: 0.1em;
text-align: center;
border-top: 1px solid #ACACAC;
border-bottom: 1px solid #ACACAC;
}
.gift-text{
font-size: 1.6rem;
}

/*ギフトカテゴリー背景と画像横並び設定*/
.gift-inner{
padding: 20px;
max-width: 1260px;
margin: 0 auto;
background-color: whitesmoke;
}
.gift-wrap{
display: flex;
margin-bottom: 60px;
}
.gift-box{
display: block;
margin: 6px;
}

/*LINE連携ページ設定*/
.enbai_common_line_wrap{
border-bottom: 3px solid silver;
padding: 10px;
}
.enbai_common_container{
text-align: center;
margin-bottom: 30px;
}
.line_text_bold{
font-size: 1.8rem;
font-weight: bold;
}
.line_text_pink{
font-size: 2rem;
font-weight: bold;
color: #FF0066;
}
.local_line_announce_wrap{
display: flex;
justify-content: flex-start;
border-bottom: 1px solid #ACACAC;
margin-top: 60px;
}
.local_line_announce1{
text-align: left;
width: 15%;
margin: 0 20px 20px 0;
}
.local_line_announce2{
text-align: left;
}
.lv2_gothic_bold{
font-size: 5rem;
font-weight: bold;
}

/*ご注文手続き変更ボタン移動*/
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-delivery__method__button {
 justify-content: flex-start;
}

/*ネコポス変更ボタン文言*/
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-delivery__method__button button{
 min-width: 86px;
}
.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-delivery__method__button:after{
 content:'←配達日時の変更は、こちらのボタンを押して下さい。';
 color:#FF0000;
 font-weight:bold;
 display:inline-block;
 margin-left:10px;
}

/*カートページ送料文言非表示*/
.fs-c-cartDiscountInfo__note {
 display: none;
}


/*イベントページ商品紹介パーツ（共通）*/
.event-item-parts{
display: flex;
flex-wrap: wrap;
gap: 4px;
padding: 1em;
padding-bottom: 80px;
}
.event-item-grid{
width: calc(33.3% - 4px);
margin-bottom: 20px;
}
@media(max-width:800px){
.event-item-grid{
width: calc(50% - 2px);
}
}

