@charset "UTF-8";

/*================
全体
=================*/
.fcWrapper {
  width: 1216px;
  margin: 0 auto;
  margin-left: -129px;
  margin-top: 30px;
}

.fcWrapper img {
  vertical-align: top;
  width: 100%;
}


/*============
コンテンツ
==============*/

.page__btn {
  width: 970px;
  margin: 40px auto;
}

.cartBtn img {
  width: auto;
}

#item-detail {
  margin-top: 80px;
}

#item-detail .ranking .col {
  float: left;
  width: 230px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12px;
  padding: 10px;
  border: 1px solid #D2C8AA;
  text-align: center;
}

#item-detail .ranking .col {
  width: 310px !important;
  margin-right: 10px !important;
  box-sizing: border-box;
}

#pickup-word,
#bread-crumb,
#item-detail {
  width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* #item-detail h2 {
    float: left;
    padding: 10px;
    background: #f3e8d6;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 940px;
  }

  
#item-detail span {
	padding-left: 12px;
	border-left: 5px solid #4d1a0d;
	font-size: 22px;
	font-weight: bold;
	color: #4d1a0d;
  line-height: 25px;
}
*/



/*============
ヘッダーバナー非表示
==============*/
#contents .theme-none {
  display: none;
}

#item-detail h2 {
  padding: 20px;
  background-color: #f3e8d6;
  border-radius: 5px;
  margin-bottom: 10px;

}

#item-detail h2 span {
  color: #4d1a0d;
  font-size: 23px;
  text-align: left;
  line-height: 25px;
  border-left: 8px solid;
  padding: 0 15px;
  font-weight: 600;
}

#header {
  margin-bottom: 0 !important;
}

.items {
  margin-bottom: 80px;
  border-left: 1px solid #d0c6a8;
  margin-bottom: 80px;
  border-left: 1px solid #d0c6a8;
  display: flex;
  width: 960px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.items .col {
  width: 478px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 16px 16px 4px;
  border: 1px solid #d0c6a8;
  border-left: 0;
}

.items .name {
  margin-bottom: 10px;
  text-align: center;
}

.items .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.items .img {
  position: relative;
  min-height: 140px;
  margin-bottom: 10px;
  text-align: center;
}

.items .img a,
.items .name a {
  pointer-events: none !important;
}

.items .img a:hover,
.items .name a:hover {
  color: #666 !important;
  opacity: 1 !important;
}

.items .icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
}

.items .icons li {
  margin-bottom: 3px;
}

.items .icons li span {
  display: table-cell;
  width: 46px;
  height: 44px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.items .icons li.free-shipping {
  background-color: #ff9900;
}

.items .icons li.privilege {
  background-color: #2f9cd0;
}

.items .icons li.unite {
  background-color: #72bc1f;
}

.items .icons li.unite span {
  font-size: 10px;
}

.items .txt {
  margin-bottom: 10px;
  font-size: 14px;
  display: none !important;
}

.items .txt .learn-more {
  display: block;
  text-decoration: underline;
  text-align: right;
}

.items .txt .learn-more:before {
  content: ">";
}

.items .notes {
  margin-bottom: 8px;
  margin-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}

.items .price {
  display: table-cell;
  width: 184px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 42px;
  margin-top: -1px;
  padding: 8px 6px;
  border-top: 1px dashed #d0c6a8;
  border-bottom: 1px dashed #d0c6a8;
  line-height: 1.3;
  text-align: center;
}

.items .price.teiki {
  background-color: #feeded;
  color: #c00;
}

.items .price.first {
  background-color: #fcf4ce;
  color: #c00;
}

.items .price.birthday {
  background-color: #ffffcc;
  color: #c00;
}

.items .price dt {
  font-size: 16px;
  font-weight: bold;
}

.items .price dd {
  font-size: 16px;
}

.items .price dd span {
  font-weight: bold;
}

.items .price dd .num {
  font-size: 20px;
}

.items .btn {
  margin: 8px 0;
  text-align: center;
}

.other-items {
  margin-right: -14px;
  overflow: hidden;
}

.other-items .col {
  float: left;
  width: 350px;
  margin: 0 14px 10px 0;
}

.other-items .col a {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  border: 1px solid #d0c6a9;
}

.other-items .col a span {
  display: table-cell;
  vertical-align: middle;
}

.other-items .col a .img {
  width: 110px;
  text-align: center;
}

.other-items .col a .txt {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

#item-detail {
  display: none !important;
}