/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

.top_only {
  display: none;
}

/*--- default */
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height:1.4;
  text-align:center;
}
body td,body th{
  font-size:14px;
}
table{
  border-collapse:collapse;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
  box-sizing: border-box;
  width:100%;
  height:100%;
}
#wrapper,#makebanner,#topImage{
  width: 1200px;
  margin:0 auto;
}
#wrapper{
  margin-top:50px;
}
a {
  color: #36312F;
  text-decoration: none;
}
.clear:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
/*****************************************************

    ヘッダ #header

*****************************************************/
header {
  border-bottom: 1px solid #B2AEAB;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#headerWrap{
    width:100%;
    background: #fff url(/images/original_design_default/samplesource/3/body_bg.png) repeat-x bottom;
    text-align:center;
    padding-bottom:15px;
}
#header{
    width:960px;
    position:relative;
    margin:0 auto;
}
#head{
    margin-bottom:10px;
    min-height:75px;
    height: auto !important;
    height: 75px;
}
#header h1{
    margin-top:5px;
}
#h_logo{
    float:left;
    width:360px;
    text-align:left;
}
#h_right{
    float:right;
    width:600px;
}
/* サブナビゲーション */
#subNav{
    position:absolute;
    top:5px;
    right:0;
    text-align:right;
    height:14px;
}
#subNav img{
    vertical-align:top;
}
#subNav li{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:4px;
    vertical-align:top;
}
#subNav .M_loginBtn{
    display:block;
    width:55px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    overflow:hidden;
}
#subNav .M_logoutBtn{
    display:block;
    width:67px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01_out.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:left;
    overflow:hidden;
}
#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover{
    background-position:0 -14px;
}
#subNav .M_helloMsg{
    float:left;
    font-size:11px;
    margin-right:5px;
    line-height:14px;
}
#cart{
    position:absolute;
    top:24px;
    right:0;
}
/* 電話番号 */
#telnum,#M_basketTemp1{
    float:right;
}
#telnum{
    padding:0 10px;
}
#telnum p{
    margin:4px auto 0;
}
#telnum em{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
}
/* 買い物カゴ */
#M_basketTemp1 .M_headItem{
	text-align:left;
}

/* グローバルナビゲーション */
#gNav{
    width:960px;
    height:50px;
}
#gNav li{
    float:left;
}
#gNav li a{
    display:block;
    width:192px;
    height:50px;
    text-indent:-9999em;
    overflow:hidden;
}
#gNav li#gNav01 a{
    background:url(/images/original_design_default/samplesource/3/gNav01.png) no-repeat top;
}
#gNav li#gNav02 a{
    background:url(/images/original_design_default/samplesource/3/gNav02.png) no-repeat top;
}
#gNav li#gNav03 a{
    background:url(/images/original_design_default/samplesource/3/gNav03.png) no-repeat top;
}
#gNav li#gNav04 a{
    background:url(/images/original_design_default/samplesource/3/gNav04.png) no-repeat top;
}
#gNav li#gNav05 a{
    background:url(/images/original_design_default/samplesource/3/gNav05.png) no-repeat top;
}
#gNav li#gNav01 a:hover,#gNav li#gNav02 a:hover,#gNav li#gNav03 a:hover,#gNav li#gNav04 a:hover,#gNav li#gNav05 a:hover{
    background-position:0 -50px;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
#leftContents{
    width:270px;
}
#leftContents .section{
    margin-bottom:20px;
}
#leftContents .inner{
    border:1px solid #b2b2b2;
    border-top:none;
}
/* 検索input */
.inputWrap{
    padding:10px;
}
.inputWrap img{
    float:left;
    _margin-left:0;
}
.search_input{
    width:128px;
    float:left;
    height:20px;
    border:1px solid #b2b2b2;
}
/* カテゴリーメニュー */
#l_category td{
	text-align:left;
}
/* 会員メニュー */
#l_member ul{
    text-align:right;
    margin-bottom:5px;
}
#l_member li{
    display:inline;
    font-size:11px;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
    padding-left:12px;
    margin-left:2px;
}
#l_member li a{
    color:#333;
}
/* カレンダー */
#l_calendar table{
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table{
    margin:0 auto;
}
/* 投票 */
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
	text-align:left;
}
/* バナー */
.M_bannerList img{
	margin: 0 auto 8px;
	max-width: 100%;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
    width:892px;
    margin-left: auto;
}
.rightContents .section{
    margin-bottom:30px;
}
.rightContents#top .section{
    margin-bottom:20px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着・おすすめ */
#r_new .lims table ,#r_recommend .lims table{
    margin:10px auto;
    width:170px;
}
#r_new .lims table .woong td , #r_recommend .lims table .woong td{
    text-align:left;
    padding-top:15px;
}
#r_new .lims table .woong td a , #r_recommend .lims table .woong td a{
    font-weight:normal;
}
#r_new .lims table .woong td img , #r_recommend .lims table .woong td img{
    margin-left:5px;
}
#r_new .lims table .woong td a b , #r_recommend .lims table .woong td a b{
    font-weight:normal;
    font-size:11px;
}
/* ランキング */
#r_ranking .rankList{
    float:left;
    width:152px;
    position:relative;
}
#r_ranking em{
    display:block;
    text-indent:-9999em;
}
#r_ranking .rankImg{
    margin:5px auto;
}
#r_ranking #rank1 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
    width:31px;
    height:25px;
}
#r_ranking #rank2 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank3 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
    width:28px;
    height:22px;
}
#r_ranking #rank4 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking #rank5 em{
    background:url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
    width:17px;
    height:17px;
}
#r_ranking p{
    text-align:left;
    min-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#r_ranking .rankPrice{
    font-weight:bold;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
	text-align:left;
}
/* 最近チェックした商品 */
#r_recent #recent{
    margin-top:30px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{
    width:130px;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
}
#r_recent #recent .line{
    width:0;
}
#r_recent #recent .line img{
    display:none;
}
.r_recent_title {
  text-align: center;
}
/* お知らせ */
#top #r_news img{
    margin-bottom:10px;
}
#top #r_news td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
	text-align:left;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
    text-align:left;
    line-height:20px;
    margin-bottom:40px;
    margin-top:40px;
}
.pankuzu a{
    padding:0 5px;
    font-size:12px;
    color:#333;
}
.pankuzu  font{
    color:#333;
    font-size:12px;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat 0 center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* 検索結果と並び替え */
#r_resultInfo{
  font-size: 13px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #EFEDEC;
  padding-bottom: 20px;
}
.total{
  float:left;
}
.listSort{
  text-align:right;
}
.listSort li{
  display:inline;
  line-height: 1;
}
.listSort li a {
  display: inline-block;
  padding: 0 15px;
}
.listSort li.sep a {
  border-right: 1px solid #36312F;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .detail{
  text-align: left;
}
#category .name{
  margin-bottom: 15px;
}
#category .imgWrap{
  text-align:center;
  margin-bottom: 15px;
}
#category .imgWrap img {
  width: 203px;
  height: 203px;
  object-fit: cover;
}
#category .price span{
    padding:0 2px;
}
#category .price{
  color:#333;
}
#category .name,
#category .price{
  font-size: 17px;
}
#category .consumerPrice{
  font-size:11px;
  color:#999;
  text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .matomegai{
	margin: 4px 0;
	display: inline-block;
}
#category .matomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#category .matomegai a:hover{
	background: #999;
	color: #fff;
}
#category .content {
  border-top:1px dashed #b2b2b2;
  padding:10px 0;
  margin:10px auto;
  border-bottom:1px dashed #b2b2b2;
  font-size:11px;
}
#category .content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#category .M_item-stock-smallstock{
	color: #D42222;
}
#category .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#category .btnWrap img{
    margin-left:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}


#r_pager ul.M_pager{
  border-top: 1px solid #EFEDEC;
  margin: 60px auto 10px;
  padding: 45px 0 0;
  text-align:center;
  font-family: 'EB Garamond', serif;
}
#r_pager ul.M_pager li {
  border: 1px solid #36312F;
  font-size: 23px;
  font-weight: 500;
  display:inline-block;
  margin:0;
  padding:0;
  list-style:none;
}
#r_pager ul.M_pager li a{
  padding: 2px 11px;
  background:#fff;
  border:1px solid #ccc;
  text-decoration:none;
}
#r_pager ul.M_pager li.prev a,
#r_pager ul.M_pager li.next a{
  background:#fff;
  border: 1px solid #36312F;
}
#r_pager ul.M_pager li.prev a:hover,
#r_pager ul.M_pager li.next a:hover{
  text-decoration:underline;
  color: #fff;
  background: #36312F;
}
#r_pager ul.M_pager li a:visited {
  text-decoration: none;
}
#r_pager ul.M_pager li a:hover,
#r_pager ul.M_pager li a:active {
  text-decoration: none;
  color: #fff;
  background: #36312F;
}
#r_pager ul.M_pager li.active {
  padding: 2px 11px;
  color: #fff;
  background: #36312F;
}



/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
.item_prev{
    float:left;
    background:url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left:14px;
}
.item_next{
    float:right;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right:14px;
}
#itemImg{
  float:left;
  width:425px;
}
#itemImg a {
  display: block;
}
.M_imageWrap {
  width: 425px !important;
}
.M_imageMain {
  height: 425px !important;
}
#itemImg > a > img,
.M_imageMain img {
  width: 425px;
  height: 425px;
  object-fit: scale-down;
}

.M_imageCatalog {
  margin: 12px 0;
}

#itemInfo{
    float:right;
    width:440px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
    color:#d42222;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail #itemInfo h2{
  border-bottom: 2px solid #BAA18D;
  margin-bottom:20px;
  font-size:23px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

/* 商品詳細 */
#detail .detailTxt{
  padding:10px 0;
  margin-bottom:20px;
  text-align: left;
  line-height: 2;
}
/* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td{
	text-align:center;
}

.M_inventory *{
    font-size:13px;
}

.M_inventory table.stockList th, .M_inventory table.stockList td{
	padding: 6px !important;
}

.M_inventory span[class^="M_select-option"]{
	display: block;
	margin-top: 4px;
}

.M_inventory .M_select-option-soldout,
.M_inventory .M_select-option-smallstock{
	color: #D42222;
}

.M_inventory .M_select-option-soldout{
	margin-bottom: 4px;
}

.M_select-option-restock-btn:link,
.M_select-option-restock-btn:active,
.M_select-option-restock-btn:visited{
	display: inline-block;
	padding: 2px 24px;
	background: #333;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.M_select-option-restock-btn:hover{
	background: #666;
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li{
    float:left;
    margin-left:5px;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
  margin-bottom: 20px;
}
#basketBtn a{
  display: block;
}
#basketBtn a:not(:first-child) {
  margin-top: 12px;
}
#basketBtn .soldout{
  text-align:center;
  color:#cc0000;
}

.item_price,
.item_price .m_price {
  color: #CE1641;
  font-weight: bold;
  font-size: 28px !important;
  margin: 0 0 20px;
}
.item_price .m_price {
  width: 4em !important;
}
.item_price .tax_tx {
  font-size: 14px;
}
.quantity {
  margin: 10px 0;
}
.quantity_inner{
  display: inline-block;
  border: solid 1px #707070;
  margin: 0 0 0 20px;
  position: relative;
}
.quantity_inner input{
  border:none;
  margin-right: 15px !important;
  padding: 10px 6px;
  text-align: center;
  outline: none;
}
.quantity_count{
  position: absolute;
  right: 0;
  display: block;
  width: 12px;
  height: 7px;
}
.quantity_count.upcount{
  top: 9px;
}
.quantity_count.downcount{
  bottom: 9px;
}
.quantity_count.upcount span{
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #757575;
}
.quantity_count.downcount span{
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #757575;
}
.option select,
#M_nameCustom .M_nameInput,
#M_nameCustom .M_nameTextarea{
  box-sizing: border-box;
  border: 1px solid #B2AEAB;
  padding: 8px !important;
}
#M_nameCustom {
  padding: 0 8px;
}
#M_nameCustom .M_nameTxt {
  text-align: left;
  font-weight: bold;
}
.option select {
  margin-left: 10px;
}
.sns_btn {
  text-align: left;
}
.sns_btn a {
  color: #3C96B7;
  text-decoration: underline;
}
.sns_btn a:before {
  content: ">";
  display: inline-block;
}
.sns_btn a:hover {
  text-decoration: none;
}

#recent td.itemImg a {
  display: block;
}
#recent td.itemImg a img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
#r_recent .name,
#r_recent .price {
  margin: 0;
  padding-top: 15px;
  font-size: 17px;
  font-weight: normal;
}
.detail_title {
  background: url(https://gigaplus.makeshop.jp/tabemin/pc/img/icon_detail.png) 0 center no-repeat;
  letter-spacing: 0.1em;
  font-size: 23px;
  padding-left: 40px;
  margin-bottom: 15px;
}
.detailExtTxt {
  text-align: left;
  line-height: 2;
}

div.M_imageCatalog {
  text-align: left;
}
div.M_imageCatalog * {
  display: inline;
}
#itemImg div.M_imageCatalog table tr {
  display: flex;
  flex-wrap: wrap;
}
#itemImg div.M_imageCatalog table td {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: none;
}
#itemImg div.M_imageCatalog table td {
  margin-right: calc(25px / 3);
  margin-bottom: 8px;
}
#itemImg div.M_imageCatalog table td:nth-child(4n) {
  margin-right: 0;
}
div.M_imageCatalog table td img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

/* 追加商品説明文 */
#r_detailExt{
  margin-top: 90px;
  margin-bottom: 60px;
}
/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}
/* レビュー */
.reviewLink_wrap{
  margin: 20px 0 40px
}
a#reviewLink{
  border: solid 1px #6C5C50;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #6C5C50;
  transition: all 0.3s ease;
}
a#reviewLink:hover{
  opacity: 0.5;
}
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review td{
	text-align:left;
}
#detail #r_review .imgLi input{
	border:none;
}
#detail #m_reviewView td{
	text-align:center;
}
/* 商品グループ */
#r_group{
}
#r_group .r_group_inner:last-child{
  display: none;
}
#r_group .r_group_inner{
    padding-top:60px;
}
#r_group h3{
    font-weight:bold;
    display:none;
    background:url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left:20px;
}
#r_group #M_group{
    width:100%;
    margin:30px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 190px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg{
    text-align:center;
}
 #M_group td.itemImg a img{
    width: 210px;
    height: 210px;
    object-fit: cover;
}
#r_group #M_group .line {
    width: 0px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent{
  border-top: 1px solid #EFEDEC;
  padding-top: 60px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}

/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
  margin: 35px 0 20px;
}
#r_searchName font{
  color:#333;
}
#r_searchInput{
  background:#F6F2EF;
  padding:40px 35px;
  margin-bottom: 60px;
}
#r_searchInput table{
  width: 100%;
  background:#fff;
}
#r_searchInput .btnWrap{
  margin-top: 25px;
}
#r_searchInput th,
#r_searchInput td{
  border:1px solid #B2AEAB;
  padding: 15px 20px;
  text-align:left;
}
#r_searchInput th{
  background: #E8E3DF;
  text-align: center;
  font-weight: normal;
  width: 110px;
}
#r_searchInput td input,
#r_searchInput td select {
  border: 1px solid #B2AEAB;
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
}
#r_searchInput #searchPrice input{
 width:60px;
  margin: 0 5px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
    padding-left:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name,
#r_searchList .price{
  font-size: 17px;
}
#r_searchList .name{
  margin: 15px 0;
}
#r_searchList .price{
  color:#333;
}
#r_searchList .imgWrap{
  text-align:center;
}
#r_searchList .imgWrap a{
  display: block;
}
#r_searchList .imgWrap a img {
  width: 203px;
  height: 203px;
  object-fit: contain;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
  margin:10px auto 5px;
  background:#e6e6e6;
  padding:5px;
  text-align:center;
  display: none;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    まとめ買い #matomegai
----------------------------------------------------*/
/* まとめ買いタイトル */
#matomegai h2{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
    line-height:60px;
    height:60px;
    padding-left:20px;
}

/* カテゴリーリスト */
#matomegai .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#matomegai .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#matomegai .innerBox{
    margin:10px;
    text-align:center;
}
#matomegai .detail{
  text-align: left;
}
#matomegai .name{
    margin-bottom:5px;
}
#matomegai .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#matomegai .price span{
    padding:0 2px;
}
#matomegai .price{
    font-weight:bold;
    color:#333;
}
#matomegai .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#matomegai .else{
    text-align:left;
}
#matomegai .else li{
    float:none;
    width:auto;
    display:inline;
}
#matomegai .M_lumpinput{
    text-align:right;
}
#matomegai .content{

    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#matomegai .btnWrap{
    margin:10px auto 5px;
    background:#e6e6e6;
    padding:5px 0;
    text-align:left;
}
#matomegai .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}
#matomegai .btnWrap a, #matomegai .wishlistBtn{
	display: inline-block;
	text-indent: -9999em;
}
#matomegai .btnWrap a{
	width: 77px;
	height: 18px;
	margin-left: 5px;
}
#matomegai .wishlistBtn{
	width: 147px;
	height: 22px;
}
#matomegai .cartBtn{
	background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}
#matomegai .quickBtn{
	background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}
#matomegai .wishlistBtn{
	background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}
#matomegai .btnWrap a:hover, #matomegai .wishlistBtn:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
  margin-bottom:60px;
}
#basketTable{
  width:100%;
  margin-top:30px;
  margin-bottom: 30px;
}
#basketTable th,#basketTable td{
  text-align:center;
  border-bottom:1px solid #EFEDEC;
  padding:15px 5px;
}
#basketTable th{
  border-top: 1px solid #EFEDEC;
  font-weight: normal;
  font-size: 13px;
  white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
#basketTable .basketMatomegai{
	margin-top: 4px;
	display: inline-block;
}
#basketTable .basketMatomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#basketTable .basketMatomegai a:hover{
	background: #999;
	color: #fff;
}
.quantityWrap{
	display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
.quantityInput input {
  box-sizing: border-box;
  border: 1px solid #B2AEAB;
  padding: 8px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#F6F2EF;
  padding: 20px;
}
#basketTable .basketTotal em{
    font-weight: bold;
    font-size: 23px;
    color: #E55959;
}
#basketTable .basketTotal a{
	text-decoration: underline;
	margin-left: 4px;
}
#basketTable .basketTotal a:hover{
	text-decoration: none;
}
#basketTable .totalWrap{
	width: 60%;
	margin: 0 0 0 auto;
}
#basketTable .totalItem{
	float: left;
	clear: left;
	width: 60%;
	text-align: right;
  line-height: 30px;
}
#basketTable .matomegaiWrap{
	margin-bottom: 4px;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
}
#r_basket .btnWrap .btnBack a {
  border: 1px solid #6C5C50;
  box-sizing: border-box;
  color: #6C5C50;
  display: inline-block;
  letter-spacing: .1em;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  width: 200px;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
}

/* Amazonボタン */
.amazonButtonWrap{
	margin-top:10px;
}
.amazonButton{
	width:205px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{
    margin-right:4px;
}
/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
    margin-top:30px;
}
#r_news #newsHead{
    text-align:left;
    border-bottom:2px solid #b2b2b2;
    padding:4px 0;
    font-size:15px;
}
#r_news #newsHead span{
    margin-right:10px;
    font-size:11px;
    color:#999;
}
#r_news #newsContents{
    text-align:left;
    padding:40px 20px;
    border-bottom:1px dashed #b2b2b2;
    margin-bottom:20px;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
    background:#fff;
}
#r_news #newsList .lims{
    border-bottom:1px dashed #b2b2b2;
}
#r_news #newsListBtn{
    text-align:center;
}

/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
.pageTop{
    text-align:right;
    margin-top:60px;
}
#footerWrap{
    width:100%;
    background:#ccc;
    margin-top:20px;
}
#footer{
    width:960px;
    margin:0 auto;
    padding:10px 0;
    font-size:11px;
}
#f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
}
#f_nav li{
    display:inline;
    padding:0 1em 0 8px;
    background:url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#333;
}
#f_nav li a:hover{
    text-decoration:underline;
    color:#666;
}
#f_info{
    float:right;
    width:400px;
    text-align:right;
    color:#666;
}
#f_info a{
    color:#666;
}




/******************************************************************************************/

/* 追加CSS */

/******************************************************************************************/

a {
  text-decoration: none;
}
hr {
  border: 0;
  height: 2px;
  background-color: #EFEDEC;
}

.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header a:hover {
  opacity: 0.5;
}

.header_title {
  font-size: 27px;
  color: #36312F;
}
.header_title a {
  display: block;
}

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav_item {
  padding: 10px 17px;
}

.header_nav_item:hover {
  opacity: 0.5;
}

.header_nav_btn {
  text-align: center;
  color: #36312F;
  display: block;
}

.header_nav_btn p {
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal medium YuGothic;
  font-size: 13px;
  color: #36312F;
}

.header_nav_btn:hover {
  opacity: 0.5;
}

.header img {
  text-align: center;
}
.header_nav_item:nth-child(6) p {
  padding-top: 7px;
}
.header_nav_item:nth-child(10) p {
  padding-top: 15px;
}
.header_bottom {
  background-color: #DDDDDD;
  width: 100%;
}


.map {
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin: 0 0 50px;
}
.map_base{
  width: 100%;
  display: block;
}
.maplink {
  display: block;
  position: absolute;
}
.maplink span {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  transform: translate(0,10px);
  opacity: 0;
  transition-duration: .4s;
}
.maplink:hover span {
  transform: translate(0,0);
  opacity: 1;
}
.maplink img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.maplink:hover img {
  opacity: 1;
}
.map1 {
  width: 75px;
  height: 76px;
  top: 260px;
  left: 280px;
}
.map2 {
  width: 110px;
  height: 55px;
  top: 340px;
  left: 327px;
}
.map3 {
  width: 90px;
  height: 75px;
  top: 318px;
  left: 580px;
}
.map5 {
  width: 110px;
  height: 65px;
  top: 62px;
  left: 440px;
}
.map6 {
  width: 150px;
  height: 80px;
  top: 345px;
  left: 125px;
}
.map7 {
  width: 125px;
  height: 65px;
  top: 243px;
  left: 452px;
}
.map8 {
  width: 85px;
  height: 70px;
  top: 25px;
  left: 195px;
}
.map9 {
  width: 105px;
  height: 65px;
  top: 145px;
  left: 240px;
}
.map10 {
  width: 110px;
  height: 60px;
  top: 141px;
  left: 590px;
}
.map11 {
  width: 40px;
  height: 38px;
  top: 184px;
  left: 440px;
}
.map12 {
  width: 125px;
  height: 70px;
  top: 40px;
  left: 300px;
}
.map13 {
  width: 113px;
  height: 55px;
  top: 128px;
  left: 355px;
}
/* TOP MV */
/* .mv_slider{
  margin: 30px auto;
  width: 100%;
}
.slick-slide.mv_slider_item{
  margin: 0 25px;
  height: 34.6vw;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.mv_slider_item_link:hover{
  opacity: 0.8;
}
.mv_slide_img{
  display: block;
  width: 100%;
}
.mv_slider_item.mv_slide01{
  background: url("https://gigaplus.makeshop.jp/tabemin/pc/image/topmv01.jpg")center center no-repeat;
  background-size: cover;
}
.mv_slider_item_content{
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.mv_slide01_img{
  width: 260px;
  display: inline-block;
}
.mv_slide01_text{
  color: #826543;
  margin: 20px 0;
  text-align: center;
}
.mv_slide01_link{
  color: #826543;
  border:solid 1px #826543;
  padding: 5px;
  width: 190px;
  display: block;
  border-radius: 9px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.mv_slide01_link:hover{
  background: #ffffff78;
}

.mv_slider .slick-next, .mv_slider .slick-prev{
  width: 5vw!important;
  height: 5vw!important;
  max-width: 40px!important;
  max-height: 40px!important;
  top: 16.5vw!important;
  z-index: 1;
  filter: drop-shadow(3px 6px 4px #0002);
}
.mv_slider .slick-prev{
  left: 14vw!important;
}
.mv_slider .slick-next{
  right: 14vw!important;
}
.mv_slider .slick-next:before, .mv_slider .slick-prev:before{
  color: #E8E8E8!important;
  font-size: 30px!important;
  opacity: 1!important;
}

.mv_slider .slick-dots {
  bottom: -40px;
}
.mv_slider .slick-dots li button:before{
  color: #E8E8E8;
  opacity: 1;
}
.mv_slider .slick-dots li.slick-active button:before{
  color: #9EC238;
  opacity: 1;
}
*/

.mv_slider{
  width: 100%;
  margin: 30px auto;
  padding-bottom: 40px!important;
  overflow-x: hidden!important;
  overflow-y: visible!important;
}
.mv_slider .swiper-slide {
  height: 34.6vw;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.mv_slider_item_link:hover{
  opacity: 0.8;
}
.mv_slide_img{
  display: block;
  width: 100%;
}


.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.mv_slider .swiper-button-next,
.mv_slider .swiper-button-prev {
  top: 16.5vw!important;
}

.mv_slider .swiper-button-next img,
.mv_slider .swiper-button-prev img {
  width: 5vw!important;
  height: 5vw!important;
  max-width: 40px!important;
  max-height: 40px!important;
  z-index: 1;
  filter: drop-shadow(3px 6px 4px #0002);
}
.mv_slider .swiper-button-prev{
  left: 14vw!important;
}
.mv_slider .swiper-button-next{
  right: 14vw!important;
}
.mv_slider .slick-next:before, .mv_slider .slick-prev:before{
  color: #E8E8E8!important;
  font-size: 30px!important;
  opacity: 1!important;
}


.mv_slider .swiper-pagination {
  bottom: 0!important;
}
.mv_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.mv_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.mv_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #E8E8E8;
  opacity: 1;
}
.mv_slider .swiper-pagination-bullet-active {
  background-color: #9EC238;
}


#topBannerSlider .swiper-slide img {
  width: 100%;
}


#topBannerSlider .swiper-banner-button-prev:after,
#topBannerSlider .swiper-banner-button-next:after {
  display: none;
}

#topBannerSlider .swiper-banner-button-next,
#topBannerSlider .swiper-banner-button-prev {
  position: absolute;
  top: calc(50%)!important;
  transform: translateY(-50%);
  z-index: 99;
}

#topBannerSlider .swiper-banner-button-next img,
#topBannerSlider .swiper-banner-button-prev img {
  width: 3.5vw!important;
  height: 3.5vw!important;
  max-width: 30px!important;
  max-height: 30px!important;
  filter: drop-shadow(3px 6px 4px #0002);
}
#topBannerSlider .swiper-banner-button-prev{
  left: 21vw!important;
}
#topBannerSlider .swiper-banner-button-next{
  right: 21vw!important;
}


.bolognese_link {
  width: 1200px;
  margin: 30px auto 0;
}
.bolognese_link img {
  width: 100%;
  max-width: 800px;
}

.wine_link {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 30px auto 0;
}
.wine_link a {
  display: block;
}
.wine_link a:hover {
  opacity: 0.5;
}

aside {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side a:hover {
  opacity: 0.5;
}
.side .search {
  width: 270px;
  height: 110px;
  background: #F6F2EF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}
.side .search_title {
  padding: 20px 15px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #36312F;
  text-align: center;
}
.side .category_title {
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  background: #6C5C50 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
}
.side .search_title span,
.side .category_title span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  font-family: Garamond;
  letter-spacing: 1.3px;
  margin-left: 10px;
}
.side .search_title span {
  color: #36312F;
}
.side .category_title span {
  color: #fff;
}
.side .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 36px;
  margin-top: 14px;
  margin-left: 20px;
}
.side .search_box {
  box-sizing: border-box;
  border: none;
  padding: 5px;
  width: 100%;
}
.side .search_btn {
  position: absolute;
  border: none;
  background-color: #000;
}
.side .search_btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.side .category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EFEDEC;
}
.side .category_item p {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  padding-left: 10px;
  opacity: 1;
  font: normal normal medium YuGothic;
  font-size: 14px;
  letter-spacing: 0px;
  color: #36312F;
}

.side .category_item img {
  padding-top: 28px;
  padding-right: 10px;
  color: #36312F;
}

.side_sns {
  margin-top: 31px;
}
.side_sns a:nth-child(n+2) {
  margin-left: 20px;
}
.side_sns img {
  size: 50%;
}
.side_contents {
  margin-top: 10px;
}
.side_contents .side_content {
  width: 270px;
  height: 130px;
  margin-top: 20px;
  background: #DDDDDD 0% 0% no-repeat padding-box;
}
.side_contents .side_content p {
  padding-top: 60px;
  text-align: center;
  font: normal normal medium 18px/25px YuGothic;
  letter-spacing: 0px;
  color: #36312F;
}
.side_contents .side_content:nth-child(n+3) p {
  padding-top: 45px;
}
.M_layer1 > li{
  border-bottom: 1px solid #EFEDEC;
}
.category_list{
  padding: 0 8px;
}
.M_childOpen > span a:after{
  transform: translate(0,-50%)rotate(90deg);
}
.category_list a {
  display: block;
  padding: 25px 35px 25px 10px;
  position: relative;
}
.category_list a.category_list_allitem{
  border-bottom: 1px solid #EFEDEC;
}
.category_list a:after {
  background: url(https://gigaplus.makeshop.jp/tabemin/pc/image/link@2x.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 7px;
}
/* category.cssの打ち消し */
#M_ctgList3 .M_hasChild span{
  background: none !important;
}

#M_ctgList3 li span{
  padding-left: 0px !important;
}

#M_ctgList3 a:hover{
  text-decoration: none !important;
  opacity: 0.5;
}
#M_ctgList3 a:link.M_currentAnchor{
  font-weight: normal !important;
  text-decoration: none !important;
}
#M_ctgList3 .M_childOpen ul{
  padding-bottom: 20px;
}
.category_list .M_layer2 a{
  padding: 10px 0px 10px 45px;
  border-bottom: none;
  font-size: 12px;
}
.category_list .M_layer2 a:after {
    background: url(https://gigaplus.makeshop.jp/tabemin/pc/image/link@2x.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0,-50%);
    width: 7px;
}

.mar {
  margin-top: 40px;
}
#top .mar{
  margin-top: 20px;
}
.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  width: 100%;
}
.contents_list.slider{
  box-shadow: 0 0 10px #00000036;
  border-radius: 30px;
  padding: 30px;
}
.contents_title_img {
  width: 90px;
  height: 40px;
}


/* itemSlider */

.itemSlider .swiper-wrapper {
  overflow: hidden;
}
.itemSlider .swiper-slide {
  width: 25%;
}
#r_new >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-prev-new,
#r_new >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-next-new,
#r_recommend >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-prev-pickup,
#r_recommend >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-next-pickup  {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 115px;
  left: -16px;
  z-index: 99999;
  background: url(https://gigaplus.makeshop.jp/tabemin/pc/image/prev.svg) no-repeat center / 100%;
}
#r_new >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-next-new,
#r_recommend >table:last-child > tbody.itemSlider > tr:not(:first-child)#swiper-button-next-pickup {
  left: auto;
  right: -16px;
  background-image: url(https://gigaplus.makeshop.jp/tabemin/pc/image/next.svg);
}

/* //itemSlider */

.contents_title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #36312F;
  margin-top: 10px;
  text-align: center;
}
.contents_sbtitle {
  margin-top: 10px;
  margin-bottom: 23px;
  text-align: center;
  font-size: 17px;
  font-family: Kalam;
  letter-spacing: 0.85px;
  color: #BAA18D;
}
.contents_sbtitle span {
  text-transform: uppercase;
}
.contents_text {
  margin-top: 15px;
  text-align: left;
  font-family: YuGothic;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #36312F;
}
.contents_price {
  margin-top: 15px;
  text-align: left;
  font-family: YuGothic;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #36312F;
}
.contents_price span{
  font-size: 9px;
  font-weight: normal;
}
.contents .news .contents_item {
  width: 288px;
}
.contents .news .contents_item a:hover {
  opacity: 0.5;
}
.contents .news .contents_item img {
  width: 288px;
  height: 210px;
  object-fit: cover;
  border: solid 1px #707070;
}

.contents .news .contents_item .contents_day {
  margin-top: 10px;
  text-align: left;
  font: normal normal medium YuGothic;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #36312F;
}
.contents .news .contents_item .contents_text {
  margin-top: 0;
  text-align: left;
  font: normal normal medium YuGothic;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  color: #36312F;
}
.contents .news .contents_item:hover {
  opacity: 0.5;
}
.contents .news .contents_item:nth-child(n+2) {
  margin-left: 13px;
}

.contents_link_more_wrap{
  text-align: right;
}
.contents_link_more{
  font-size: 18px;
  color: #311E12;
  font-weight: bold;
  text-align: right;
}
.contents_link_more span{
  vertical-align: middle;
}
.contents_link_more img{
  margin: 0 0 0 15px;
  vertical-align: middle;
}
.contents .news .view_btn {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  padding: 13px 15px 12px 50px;
  text-transform: uppercase;
  font: normal normal bold 17px/20px Garamond;
  letter-spacing: 1.7px;
  color: #6C5C50;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: #6C5C50 solid 1px;
}
.contents .news .view_btn span {
  margin-left: 10px;
}
.contents .news .view_btn:hover {
  background: #6C5C50 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.contents .arrival a:hover {
  opacity: 0.5;
}
.contents .arrival .contents_item {
  width: 210px;
  margin-bottom: 50px;
}
.contents .arrival .contents_item img {
  width: 210px;
  height: 210px;
}
.contents .arrival .contents_item:nth-child(n+2) {
  margin-left: 17px;
}
.contents .pickup a:hover {
  opacity: 0.5;
}
.contents .pickup .contents_item {
  width: 210px;
  margin-bottom: 50px;
}
.contents .pickup .contents_item img {
  width: 210px;
  height: 210px;
}
.contents .pickup .contents_item:nth-child(n+2) {
  margin-left: 17px;
}
.contents .ranking a:hover {
  opacity: 0.5;
}
.contents .ranking h3 {
  position: absolute;
  background-color: #333;
  color: #FFFFFF;
  font-family: 	"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  top: 10px;
  left: 10px;
}
.contents .ranking .contents_item {
  width: 200px;
}
.contents .ranking .contents_item a{
  display: block;
  position: relative;
  padding: 0 5px;
}
.contents .ranking .contents_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.contents .ranking h3.rank1 {
  background-color: #EDD05A;
}
.contents .ranking h3.rank2 {
  background-color: #757575;
}
.contents .ranking h3.rank3 {
  background-color: #B9833C;
}
.contents .ranking h3.rank4 {
  background-color: #C7C7C7;
}

.link {
  margin: 120px auto;
  width: 1200px;
}
.link a:hover {
  opacity: 0.5;
}
.link img {
  width: 290px;
  height: 210px;
}
.link_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.link_contents .link_content {
  margin-bottom: 30px;
  width: 25%;
}
.link_contents .link_content p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.scrollbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}
.scrollbtn img {
  height: 128px;
  width: 55px;
}
.scrollbtn:hover {
  cursor: pointer;
  opacity: 0.5;
}

.footer {
  margin: 0 auto;
}
.footer a:hover {
  opacity: 0.5;
}
.footer_bg {
  background: url(https://gigaplus.makeshop.jp/tabemin/pc/img/ft_bg.jpg);
  padding: 35px 15px;
}
.footer_nav_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.footer_nav_item:not(:first-child) {
  border-left: 1px solid #444;
}
.footer_nav_btn {
  display: block;
  padding: 0 20px;
}

.footer_title {
  font-size: 27px;
  font-weight: bold;
  color: #36312F;
  text-align: center;
  margin-top: 50px;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_sns_item{
  margin: 0 5px;
}

.copyright {
  background-color: #36312F;
}
.copyright p {
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#r_new >table,
#r_recommend>table {
  box-shadow: 0 0 10px #00000036;
  border-radius: 30px;
  border-spacing: 30px;
  border-collapse: separate;
  table-layout: fixed;
}
#r_new >table:last-child > tbody > tr:not(:first-child),
#r_recommend>table:last-child > tbody >  tr:not(:first-child){
  display: none;
}
#r_new .lims table .woong td a,
#r_recommend .lims table .woong td a {
  text-align: left;
  font-family: YuGothic;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #36312F;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#r_new .lims table .woong td,
#r_recommend .lims table .woong td {
  text-align: left;
  font-family: YuGothic;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #36312F;
}
#r_new .lims table .woong td span,
#r_recommend .lims table .woong td span {
  font-size: 9px;
  font-weight: normal;
}
#r_new .lims table .woong:nth-of-type(4),
#r_recommend .lims table .woong:nth-of-type(4) {
  display: none;
}
#r_new .lims table .M_displayImg img,
#r_recommend .lims table .M_displayImg img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* フリーページ */
.free_wrap {
  margin-left: auto;
  width: 890px;
  font-size: 14px;
}
.free_wrap p {
  line-height: 2;
}
.privacy_wrap {
  border-bottom: 1px solid #EFEDEC;
}
.privacy_head {
  margin: 40px 0;
}
.privacy_item {
  padding: 40px 0;
  border-top: 1px solid #EFEDEC;
}
.privacy_item p {
  margin-bottom: 20px;
}

/* 商品分類ページ */
#r_subGroup .searchcat_title:last-child{
  display: none;
}
#r_subGroup .searchcat_title{
  display: block;
  font-size: 14px;
  color: #36312F;
  background: #F5F2EE;
  font-weight: bold;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 4px;
}
#r_subGroup > table{
  border: solid 1px #E8E8E8;
  border-radius: 4px;
  border-collapse:separate;
}
#r_subGroup > table > tbody > tr:not(:last-child) > td{
  border-bottom: solid 1px #E8E8E8;
}
#r_subGroup > table > tbody > tr > td:not(:last-child) {
  border-right: solid 1px #E8E8E8;
}
#r_subGroup > table > tbody > tr:first-child{
  display: none;
}
#r_subGroup > table td > table tr td:nth-of-type(-n+2){
  display: none;
}
#r_subGroup > table td > table tr td a{
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease;
}
#r_subGroup > table td > table tr td a:hover{
  opacity: 0.5;
}

.slick-track:after, .slick-track:before{
  display: none!important;
}
 .slick-next, .slick-prev{
  z-index: 1;
}
.slick-prev{
  left: -16px!important;
}
.slick-next{
  right: -16px!important;
}
.slick-next:before, .slick-prev:before{
  color: #E8E8E8!important;
  font-size: 30px!important;
  opacity: 1!important;
}

.ranking .slick-prev{
  left: 16px!important;
}
.ranking .slick-next{
  right: 16px!important;
}

/* 出店者募集 */
@font-face {
	font-family: 'mobo';　//この名前がfont-familyで指定するフォント名になります
	font-style: normal;
	font-weight: normal;
	src: url('https://gigaplus.makeshop.jp/tabemin/font/MOBO_subset.woff2') format('woff2'), url('https://gigaplus.makeshop.jp/tabemin/font/MOBO_subset.woff') format('woff');
}
.rec *{
  box-sizing: border-box;
}
.rec_inner{
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.rec_title{
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  color: #36312F;
  text-align: center;
  margin: 0 0 40px;
  font-family: 'mobo', sans-serif;
}
.rec_common_link{
  background: #C20D22;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 40px;
  padding: 20px 20px 20px 60px;
  text-align: center;
  display: block;
  width: 500px;
  margin: 40px auto 0;
}
.rec_common_link:hover{
  opacity: 0.9;
}
.rec_common_arrow{
  height: 15px;
  margin: 0 0 0 75px;
}
/* 出店者募集-MV */
.rec_mv{
  background: url('https://gigaplus.makeshop.jp/tabemin/pc/image/rec/mv_bg.jpg')center center repeat;
  padding: 25px 0;
}
.rec_mv .rec_inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rec_mv .rec_mv_content{
  width: 570px;
}
.rec_mv .rec_mv_pic{
  width: calc(100% - 570px);
  max-width: 580px;
  display: block;
}
.rec_mv .rec_title{
  text-align: left;
  margin: 0;
}
.rec_mv_item{
  margin: 25px 0;
}
.rec_mv_item span{
  font-size: 20px;
  color: #fff;
  background: #B6A591;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
}
.rec_mv_text{
  color: #36312F;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.rec_section,.rec_section_bg{
  padding: 80px 0;
}
.rec_section_bg{
  background: url('https://gigaplus.makeshop.jp/tabemin/pc/image/rec/mv_bg.jpg')center center repeat;
}
/* 出店者募集-タベミンとは */
.rec_about .rec_about_inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.rec_about .rec_about_point{
  width: calc(50% - 10px);
  border-radius: 55px;
  background: #F5F2EE;
  padding: 20px;
}
.rec_about .rec_about_content{
  width: calc(50% - 10px);
  margin: 0 0 0 20px;
  color: #36312F;
}
.rec_about .rec_about_point_pic{
  width: 100%;
  line-height: 1.5;
}
.rec_about_point_text{
  text-align: center;
  color: #826543;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  letter-spacing: 0.2em;
}
.rec_about_content_title{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 0.2em;
}
.rec_about_content_text{
  font-size: 18px;
  letter-spacing: 0.1em;
}
/* 出店者募集-募集内容 */
.rec_condition .rec_inner{
  position: relative;
}
.rec_condition_pic{
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 260px;
}
.rec_condition_inner{
  background: #fff;
  border-radius: 40px;
  max-width: 1040px;
  margin: 0 auto;
  color: #36312F;
  padding: 40px;
}
.rec_condition_list{
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.rec_condition_item{
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.rec_condition_check{
  width: 30px;
}
.rec_condition_item span{
  background:linear-gradient(transparent 50%, #ffed1791 0%);
  padding: 0 0 5px;
}
.rec_condition_text{
  font-size: 22px;
  max-width: 700px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
.rec_common_link{
  background: #C20D22;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 40px;
  padding: 20px 20px 20px 60px;
  text-align: center;
  display: block;
  width: 500px;
  margin: 40px auto 0;
}
.rec_common_link:hover{
  opacity: 0.8;
}
.rec_common_arrow{
  height: 15px;
  margin: 0 0 0 75px;
}
/* 出店者募集-サービスの特徴 */
.rec_service_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rec_service_item{
  max-width: 344px;
  width: 30%;
  display: block;
  color: #36312F;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.rec_service_item_pic{
  width: 100%;
}
.rec_service_item_title{
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.5;
}
.rec_service_item_text{
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
.rec_service_item_link{
  display: block;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
}
.rec_service_item_link:hover{
  opacity: 0.8;
}
.rec_service_item_link span{
  display: inline-block;
  border-bottom: solid 1px #36312F;
  padding: 0 0 5px;
}
.rec_service_item_link_arrow{
  height: 7px;
  margin: 0 0 0 20px;
}
/* 出店者募集-出店までのステップ */
.rec_step_emphasis{
  color: #C20D22;
}
.rec_step_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.rec_step_item{
  max-width: 344px;
  width: 30%;
  display: block;
  color: #36312F;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  position: relative;
}
.rec_step_item:not(:last-of-type):after{
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 23px;
  border-color: transparent transparent transparent #826443;
  position: absolute;
  right: -15%;
  top: 80px;
}
.rec_step_item_pic{
  width: 100%;
}
.rec_step_item_number{
  color: #B6A591;
  border-bottom: solid 2px #B6A591;
  padding: 0 0 5px;
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: bold;
}
.rec_step_item_title{
  font-size: 22px;
  font-weight: bold;
  color: #36312F;
}
.rec_spte_item_text{
  font-size: 16px;
  margin: 20px 0 0;
  line-height: 1.7;
}
.rec_contact{
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
  box-shadow: 0 5px 5px #0000003b;
}
.rec_contact_tel{
  font-size: 22px;
  font-weight: bold;
}
.rec_contact_tel a{
  margin: 20px 0 0;
  display: block;
}
.rec_contact_tel a:hover{
  opacity: 0.8;
}
.rec_contact_tel_pic{
  max-width: 350px;
  width: 100%;
}
.rec_contact_address{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.rec_contact_mail{
  background: #DEDE65;
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}
.rec_contact_mail:hover{
  opacity: 0.8;
}
.rec_contact_mail_pic{
  height: 30px;
  margin: 0 20px 0 0;
}




