@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

/*body {
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color:$color-white;
}*/
h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************
 * 共通
 ***************************************/
#main {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  /* IE */
  text-decoration: none;
}

#main a:hover, #main a:visited, #main a:link {
  text-decoration: none;
}

#main a:hover {
  opacity: 0.5;
}

#main article, #main header, #main footer, #main aside, #main figure, #main figcaption, #main nav, #main section {
  display: block;
}

#main ol, #main ul {
  list-style: none;
  list-style-type: none;
  text-align: left;
}

.omit2 {
  overflow: hidden;
  width: 100%;
}

.omit2 p {
  margin: 0;
  font-size: 12px;
  height: 28.8px;
  line-height: 1.2;
  position: relative;
}

.omit2 p:before, .omit2 p:after {
  background: #fff;
  position: absolute;
}

.omit2 p:before {
  content: "...";
  top: 14.4px;
  right: 0;
}

.omit2 p:after {
  content: "";
  height: 100%;
  width: 100%;
}

.omit3 {
  overflow: hidden;
  width: 100%;
}

.omit3 p {
  margin: 0;
  font-size: 14px;
  height: 58.8px;
  line-height: 1.4;
  position: relative;
}

.omit3 p:before, .omit3 p:after {
  background: #fff;
  position: absolute;
}

.omit3 p:before {
  content: "...";
  top: 39.2px;
  right: 0;
}

.omit3 p:after {
  content: "";
  height: 100%;
  width: 100%;
}

.omit1 {
  overflow: hidden;
  width: 100%;
}

.omit1 p, .omit1 h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clamp3 {
  overflow: hidden;
  width: 100%;
}

.clamp3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp2 {
  overflow: hidden;
  width: 100%;
}

.clamp2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp1 {
  overflow: hidden;
  width: 100%;
}

.clamp1 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#main .left-column {
  float: left;
  width: 520px;
}

#main .right-column {
  float: right;
  width: 190px;
}

#main .right-column .sp-contents {
  margin-bottom: 25px;
}

/*　パンくずリスト　*/
#breadcrumbs {
  padding: 5px 10px 0 0;
  font-size: 1.3rem;
  text-align: left;
}

#breadcrumbs p {
  color: #11103D;
}

#breadcrumbs img {
  vertical-align: text-bottom;
}

#breadcrumbs a {
  color: #11103D;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
}

#breadcrumbs a:after {
  content: url("/marche/img/icon_arrow2-right.png");
  margin: 0 5px;
}

/*　見出しバナー　*/
#headline {
  margin-bottom: 10px;
}

#headline p {
  padding: 10px 0 13px;
  line-height: 1.6;
  text-align: center;
  background: url("/marche/img/bg_headline_marche3.png") #009944;
  color: #fff;
}

body#marche #headline p {
  background: url("/marche/img/bg_headline_biotopia.png") #ECFBBB;
  color: #000000;
}

body#tsukiji #headline p {
  background: url("/marche/img/bg_headline_tsukiji.png") #C55A37;
  color: #fff;
}

body#ohta #headline p {
  background: url("/marche/img/bg_headline_ohta.png") #EAA750;
  color: #fff;
}

body#hokubu #headline p {
  background: url("/marche/img/bg_headline_hokubu.png") #8FB867;
  color: #fff;
}

.headline_camp {
  margin-bottom: 20px;
}

/*　ナビメニュー　*/
nav.nav-menu {
  text-align: center;
  margin: 0 auto 10px;
}

nav.nav-menu ul {
  text-align: center !important;
  width: 100%;
  font-size: 0;
  border: 1px solid #cbd4db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

nav.nav-menu ul li {
  text-align: center;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
  border-right: 1px solid #cbd4db;
}

nav.nav-menu ul li a {
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
  width: 132px;
}

nav.nav-menu ul li a:hover {
  opacity: 1 !important;
}

nav.nav-menu ul li a:hover img {
  opacity: 1;
}

nav.nav-menu ul li:hover a {
  background-color: #e9edf0;
}

nav.nav-menu ul li.selected a {
  background-color: #e9edf0;
}

nav.nav-menu ul li:first-child a {
  width: 63px;
}

nav.nav-menu ul li:last-child {
  margin-right: 0;
  border-right: none;
}

nav.nav-menu ul li img {
  margin: 0;
  padding: 0;
}

/***************************************
 * menu ※アコーディオン部分は/refer/accordion_oc.scss
 ***************************************/
/*　送料　*/
#send-info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #b78759;
  padding: 10px;
}

#send-info dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

#send-info dl dd {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#send-info dl dd:last-child {
  margin-bottom: 0;
}

#send-info dl dd.more {
  text-align: center;
}

#send-info dl dd.more a {
  text-align: right;
  font-weight: bold;
  color: #9A6E43;
}

#send-info dl dd.more a:after {
  content: url("/marche/img/icon_arrow1-right.png");
  vertical-align: bottom;
  margin-left: 5px;
}

/*　チャット　*/
#chat-info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #b78759;
  padding: 10px 0 0;
}

#chat-info dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}

#chat-info dl dd {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#chat-info dl dd a {
  text-align: right;
  font-weight: bold;
  color: #9A6E43;
}

#chat-info dl dd a:after {
  content: url("/marche/img/icon_arrow1-right.png");
  vertical-align: bottom;
  margin-left: 5px;
}

/***************************************
 * main
 ***************************************/
/*　タイトル　*/
.title-contents {
  margin-bottom: 10px;
}

h4.title, h3.title {
  font-weight: bold;
  text-align: left;
}

/*　おすすめコンテンツ　*/
.reco-contents-w {
  margin-bottom: 45px;
}

.category-title-contents,
.category-list,
.reco-contents {
  margin-bottom: 45px;
}

.category-title-contents h3,
.category-list h3,
.reco-contents h3 {
  float: left;
}

.category-title-contents .title-contents,
.category-list .title-contents,
.reco-contents .title-contents {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0 3px 10px;
  color: #fff;
}

.category-title-contents h3.title, .category-title-contents h4.title,
.category-list h3.title,
.category-list h4.title,
.reco-contents h3.title,
.reco-contents h4.title {
  line-height: 1.7;
  font-size: 1.7rem;
  vertical-align: text-bottom;
}

.category-title-contents h3.title:before, .category-title-contents h4.title:before,
.category-list h3.title:before,
.category-list h4.title:before,
.reco-contents h3.title:before,
.reco-contents h4.title:before {
  margin-right: 7px;
}

.title-contents {
  margin-bottom: 10px;
}

.title-img-contents {
  margin-bottom: 10px;
}

.title-img-contents img {
  width: 100%;
}

#topicks {
  margin-bottom: 20px;
}

.reco-contents-campaign {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 20px;
}

.reco-contents-campaign h3 {
  float: left;
  font-size: 1.8rem;
}

.reco-contents-campaign h3:before {
  content: url("/marche/img/icon_title_recommend_campaign.png");
  vertical-align: text-top;
  margin-right: 7px;
}

.reco-contents-campaign .title-contents {
  color: #000000;
}

.reco-contents-campaign h3.title, .reco-contents-campaign h4.title {
  vertical-align: text-bottom;
}

.reco-contents-campaign .more-link a {
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 7px;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
}

.reco-contents-campaign .more-link a:after {
  content: url("/marche/img/icon_arrow1-right.png");
  margin-left: 5px;
}

#pickup-category {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  margin-bottom: 25px;
}

.reco-contents-category {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.reco-contents-category.box-l {
  clear: both;
  float: left;
  margin-right: 30px;
}

.reco-contents-category.box-l:before {
  content: "";
  display: inline-block;
  width: 1px;
  border-right: 1px dotted #ccc;
}

.reco-contents-category.box-r {
  float: right;
}

.reco-contents-category h3 {
  float: left;
  font-size: 1.8rem;
}

.reco-contents-category h3:before {
  vertical-align: text-top;
  content: '';
  margin-right: 7px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
}

.reco-contents-category.cate_2953 h3:before {
  /* 自然食品 */
  background-image: url("/marche/img/category/cate_list_food.jpg");
}

.reco-contents-category.cate_2969 h3:before {
  /* グルテンフリー */
  background-image: url("/marche/img/category/cate_list_gf.jpg");
}

.reco-contents-category.cate_2952 h3:before {
  /* 発酵食品 */
  background-image: url("/marche/img/category/cate_list_ff.jpg");
}

.reco-contents-category.cate_2951 h3:before {
  /* 栄養バランス */
  background-image: url("/marche/img/category/cate_list_nf.jpg");
}

.reco-contents-category.cate_3039 h3:before {
  /* 厳選調味料・食品 */
  background-image: url("/marche/img/category/cate_list_seasoning.jpg");
}

.reco-contents-category.cate_3040 h3:before {
  /* 特産品 */
  background-image: url("/marche/img/category/cate_list_ls.jpg");
}

.reco-contents-category.cate_3041 h3:before {
  /* 菓子 */
  background-image: url("/marche/img/category/cate_list_okashi.jpg");
}

.reco-contents-category.cate_3043 h3:before {
  /* オーガニック */
  background-image: url("/marche/img/category/cate_list_organic.jpg");
}

.reco-contents-category.cate_3044 h3:before {
  /* 雑貨 */
  background-image: url("/marche/img/category/cate_list_zakka.jpg");
}

.reco-contents-category.cate_3045 h3:before {
  /* ペット */
  background-image: url("/marche/img/category/cate_list_pet.jpg");
}

.reco-contents-category h3.title, .reco-contents-category h4.title {
  vertical-align: text-bottom;
}

.reco-contents-category .more-link a {
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 7px;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
}

.reco-contents-category .more-link a:after {
  content: url("/marche/img/icon_arrow1-right.png");
  margin-left: 5px;
}

.category-title-contents {
  margin-bottom: 0;
}

.brooks-contents .title-contents {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

.brooks-contents .title-contents h3.title {
  float: left;
  font-size: 1.8rem;
  padding: 5px 15px;
  font-weight: normal;
}

.brooks-contents .title-contents .more-link a {
  padding: 9px 10px 8px 7px;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
}

.brooks-contents .title-contents .more-link a:after {
  content: url("/marche/img/icon_arrow3-right.png");
  margin-left: 5px;
}

.brooks-contents .title-contents_camp {
  margin-bottom: 10px;
}

.brooks-contents .title-contents_camp small {
  font-size: 14px;
}

.brooks-contents .title-contents_camp small span.icon {
  margin: 0 3px;
  font-size: 12px;
}

#plus.brooks-contents .title-contents {
  background-color: #e2b616;
}

#diet.brooks-contents .title-contents {
  background-color: #35CBB8;
}

#beauty.brooks-contents .title-contents {
  background-color: #E3AF7C;
}

#health.brooks-contents .title-contents {
  background-color: #74C739;
}

#marche-top-category-select h3.title, #marche-top-category-select h4.title, #topicks h3.title, #topicks h4.title {
  font-size: 1.8rem;
}

#marche-top-category-select h3.title:before, #marche-top-category-select h4.title:before, #topicks h3.title:before, #topicks h4.title:before {
  content: url("/marche/img/icon_title_recommend_marche.png");
  vertical-align: text-top;
  margin-right: 7px;
}

#marche-category-select, #marche-cart-recommend, #marche-recommend, #marche-topicks, #marche-list {
  /*.title-contents{
    background:url("/marche/img/bg_headline_biotopia2.png") $color-biotopia2;
  }*/
}

#marche-category-select .title-contents, #marche-cart-recommend .title-contents, #marche-recommend .title-contents, #marche-topicks .title-contents, #marche-list .title-contents {
  background: url("/marche/img/bg_headline_marche3.png") #009944;
}

#marche-category-select h3.title:before, #marche-category-select h4.title:before, #marche-cart-recommend h3.title:before, #marche-cart-recommend h4.title:before, #marche-recommend h3.title:before, #marche-recommend h4.title:before, #marche-topicks h3.title:before, #marche-topicks h4.title:before, #marche-list h3.title:before, #marche-list h4.title:before {
  content: url("/marche/img/icon_title_recommend_biotopia.png");
}

#brooks-category-select .title-contents, #brooks-cart-recommend .title-contents, #brooks-recommend .title-contents, #brooks-topicks .title-contents, #brooks-list .title-contents {
  background: url("/marche/img/bg_headline_brooks.png") #dead16;
}

#brooks-category-select h3.title:before, #brooks-category-select h4.title:before, #brooks-cart-recommend h3.title:before, #brooks-cart-recommend h4.title:before, #brooks-recommend h3.title:before, #brooks-recommend h4.title:before, #brooks-topicks h3.title:before, #brooks-topicks h4.title:before, #brooks-list h3.title:before, #brooks-list h4.title:before {
  content: url("/marche/img/icon_title_recommend_biotopia.png");
}

#tsukiji-category-select .title-contents, #tsukiji-topicks .title-contents, #tsukiji-list .title-contents {
  background: url("/marche/img/bg_headline_tsukiji.png") #C55A37;
}

#tsukiji-category-select h3.title:before, #tsukiji-category-select h4.title:before, #tsukiji-topicks h3.title:before, #tsukiji-topicks h4.title:before, #tsukiji-list h3.title:before, #tsukiji-list h4.title:before {
  content: url("/marche/img/icon_title_recommend_ichiba.png");
}

#ohta-category-select .title-contents, #ohta-topicks .title-contents, #ohta-list .title-contents {
  background: url("/marche/img/bg_headline_ohta.png") #EAA750;
}

#ohta-category-select h3.title:before, #ohta-category-select h4.title:before, #ohta-topicks h3.title:before, #ohta-topicks h4.title:before, #ohta-list h3.title:before, #ohta-list h4.title:before {
  content: url("/marche/img/icon_title_recommend_ichiba.png");
}

#hokubu-category-select .title-contents, #hokubu-topicks .title-contents, #hokubu-list .title-contents {
  background: url("/marche/img/bg_headline_hokubu.png") #8FB867;
}

#hokubu-category-select h3.title:before, #hokubu-category-select h4.title:before, #hokubu-topicks h3.title:before, #hokubu-topicks h4.title:before, #hokubu-list h3.title:before, #hokubu-list h4.title:before {
  content: url("/marche/img/icon_title_recommend_ichiba.png");
}

#brooks-cart-recommend h3.title, #brooks-cart-recommend h4.title, #brooks-recommend h3.title, #brooks-recommend h4.title {
  border-left: 3px solid #C4081B;
}

#brooks-recommend,
#biotopia-recommend {
  margin-top: 20px;
  margin-bottom: 20px;
}

.more-link {
  text-align: right;
  font-size: 1.2rem;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
  float: right;
  vertical-align: bottom;
}

.more-link a {
  font-weight: bold;
  padding: 4px 10px 4px 7px;
  display: inline-block;
  *display: inline;
  /*IE*/
  *zoom: 1;
  /*IE*/
}

.more-link a:after {
  content: url("/marche/img/icon_arrow3-right.png");
  margin-left: 5px;
}

/* アイテム表示調整 */
ul.item-4box li {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}

ul.item-4box li:nth-child(4n) {
  margin-right: 0;
}

ul.item-4box li:nth-child(4n+1) {
  clear: left;
}

ul.item-3box a {
  color: inherit;
}

ul.item-3box li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.item-3box li:nth-child(3n) {
  margin-right: 0;
}

ul.item-3box li:nth-child(3n+1) {
  clear: left;
}

ul.item-2box a {
  color: inherit;
}

ul.item-2box li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

ul.item-2box li:nth-child(2n) {
  margin-right: 0;
}

ul.item-2box li:nth-child(2n+1) {
  clear: left;
}

ul.item-1box li {
  margin-bottom: 5px;
}

ul.item-1box li:last-child {
  margin-bottom: 0;
}

ul.item-1box li .product-img {
  float: left;
}

ul.item-1box li .product-details-area {
  float: right;
  width: 105px;
}

ul.item-1box li a {
  color: #000000;
}

/* サイズ調整 */
li.trimming230 {
  width: 230px;
}

li.trimming230 .product-img {
  width: 230px;
  height: 230px;
}

li.trimming230 .product-img img.product-img-thumbnail {
  width: 230px;
  height: 230px;
}

li.trimming170 {
  width: 170px;
}

li.trimming170 a {
  display: inline-block;
}

li.trimming170 .product-img {
  /*	width:170px;*/
  height: 170px;
}

li.trimming170 .product-img img.product-img-thumbnail {
  width: 170px;
  height: 170px;
}

li.trimming160 {
  width: 160px;
}

li.trimming160 .product-img {
  width: 160px;
  height: 160px;
}

li.trimming160 .product-img img.product-img-thumbnail {
  width: 160px;
  height: 160px;
}

li.trimming140 {
  width: 140px;
}

li.trimming140 .product-img {
  width: 140px;
  height: 140px;
}

li.trimming140 .product-img img.product-img-thumbnail {
  width: 140px;
  height: 140px;
}

li.trimming120 {
  width: 120px;
}

li.trimming120 .product-img {
  width: 120px;
  height: 120px;
}

li.trimming120 .product-img img.product-img-thumbnail {
  width: 120px;
  height: 120px;
}

li.trimming100 {
  width: 100px;
}

li.trimming100 .product-img {
  width: 100px;
  height: 100px;
}

li.trimming100 .product-img img.product-img-thumbnail {
  width: 100px;
  height: 100px;
}

li.trimming80 {
  width: auto;
}

li.trimming80 .product-img {
  width: 80px;
  height: 80px;
}

li.trimming80 .product-img img.product-img-thumbnail {
  width: 80px;
  height: 80px;
}

ul.img-list li img {
  width: 100%;
}

/* 商品情報 */
.product-img {
  position: relative;
  margin-bottom: 5px;
}

.product-img img.product-img-thumbnail {
  position: absolute;
  object-fit: cover;
  border: 1px solid #e6e6e6;
}

.product-img span.sale {
  position: absolute;
  top: 10px;
  left: -3px;
}

.product-img span.rank {
  position: absolute;
  top: 8px;
  left: -8px;
}

#ranking .product-img span.sale {
  top: 5px;
  left: -3px;
}

.wellness-img {
  margin-bottom: 5px;
}

.product-details-area .product-description {
  border-top: none;
  margin-bottom: 10px;
}

.product-details-area .product-description p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  *color: #000000;
  /*IE7*/
  *font-size: 14px;
  /*IE7*/
}

@media \0screen {
  .product-details-area .product-description p {
    /*IE8*/
    color: #000000;
    font-size: 14px;
  }
}

.product-details-area .product-name p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #666666;
}

.product-details-area .product-amount {
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal !important;
  color: gray;
}

.product-details-area .product-amount b {
  font-weight: normal !important;
}

.product-details-area .product-amount font {
  color: #E24462 !important;
}

.product-details-area .product-amount small {
  font-size: 10px;
}

.product-details-area .product-amount span {
  margin-right: 3px;
}

.product-details-area .product-amount span img {
  vertical-align: bottom;
}

/*　インスタ　*/
#instagram {
  margin-top: 7px;
}

#instagram .wrapper {
  background-color: #e6e6e6;
  padding: 7px;
}

#instagram a {
  *color: #000000;
  /*IE7*/
}

@media \0screen {
  #instagram a {
    /*IE8*/
    color: #000000;
  }
}

#instagram .inner {
  margin: 0 auto;
  padding: 7px;
  background-color: #fff;
}

#instagram h4 {
  font-size: 1.6rem;
  *font-size: 16px;
  /*IE7*/
  margin-bottom: 7px;
}

@media \0screen {
  #instagram h4 {
    /*IE8*/
    font-size: 16px;
  }
}

#instagram h4:before {
  content: url("/marche/img/icon_title_insta.png");
  vertical-align: text-top;
  margin-right: 7px;
}

#instagram dl {
  text-align: center;
}

#instagram dl dt {
  margin-bottom: 5px;
}

#instagram dl dt img {
  width: 160px;
  height: 160px;
}

#instagram dl dd.text {
  font-size: 1.4rem;
  text-align: left;
}

#instagram dl dd.prof {
  text-align: left;
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.0rem;
}

#instagram dl dd.prof img {
  border-radius: 20px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}

/*　ランキング　*/
#ranking h4 {
  font-size: 1.6rem;
  margin-bottom: 7px;
}

#ranking h4:before {
  content: url("/marche/img/icon_title_ranking.png");
  vertical-align: text-top;
  margin-right: 7px;
}

/*　店舗インフォ　*/
.info {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #d6bba0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.info a {
  *color: #000000;
  /*IE7*/
}

@media \0screen {
  .info a {
    /*IE8*/
    color: #000000;
  }
}

.info h4 {
  margin-bottom: 5px;
}

.info p {
  text-align: left;
  font-size: 1.2rem;
  *font-size: 12px;
  /*IE7*/
}

@media \0screen {
  .info p {
    /*IE8*/
    font-size: 12px;
  }
}

/***************************************
 * 各店舗共通
 ***************************************/
/*　送料テキスト　*/
.send-text {
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-bottom: 7px;
  letter-spacing: -0.4px;
}

.send-text span.more {
  text-align: right;
  display: inline-block;
  font-size: 1.0rem;
  text-align: right;
  font-weight: bold;
  color: #9A6E43 !important;
  padding: 5px 10px;
  border: 1px solid #d6bba0;
  background-color: #fcfbf9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.send-text span.more:after {
  content: url("/marche/img/icon_arrow1-right.png");
  vertical-align: bottom;
  margin-left: 3px;
}

.send-text .additional {
  border-top: 1px dotted #c6a17d;
  padding-top: 5px;
  clear: both;
}

/*　カテゴリー別商品リスト　*/
.category-list .category-contents {
  margin-bottom: 30px;
}

.category-list .category-contents h4.title-category {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 2px 0;
  color: #533b24;
  margin-bottom: 10px;
  border-bottom: 3px solid #e5d7c9;
  font-size: 1.8rem;
}

.category-list-sp .category-contents {
  margin-bottom: 10px;
}

.category-list-sp .category-contents h4.title-category-sp {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  color: #533b24;
  /*&:after{
        content:"ー";
        font-size:1.0rem;
        margin-left:7px;
      }*/
}

.category-list-sp .category-contents h4.title-category-sp:before {
  content: "ー";
  font-size: 1.3rem;
  margin-right: 7px;
}

.category-product-list {
  text-align: left;
}

.category-product-list .title-contents {
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 5px 2px 0;
  border-bottom: 3px solid #e5d7c9;
}

.category-product-list h3.title {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #533b24;
  font-size: 1.8rem;
}

/***************************************
 * Beauty&Health
 ***************************************/
#slide {
  position: relative;
  width: 100%;
  height: auto;
}

#slide .ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 20%;
  /* 1:1 */
}

#slide .ratio-1_1:before .inner {
  width: 100%;
  height: 20%;
}

#slide .ratio-1_1:before .inner img {
  position: absolute;
  left: 0;
  top: 0;
}
