@charset "euc-jp";
.product-image {
  padding-bottom: 5em;
}
.product-image-main {
  text-align: center;
}
.product-image-thumb li {
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
}
.product-image-thumb img {
  display: block;
  margin: 0 auto;
}

.product-order {
margin-bottom: 5em;}
.product-option-table table {
  margin: 0 auto;
}
.product-option-table th,
.product-option-table td {
  text-align: center;
}
.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}
.product-option-select {
  position: relative;
  overflow: hidden;
}
.product-option-select .product-option-wrapper {
  position: relative;
  left: 50%;
  float: left;
}
.product-option-select .product-option-unit {
  width: 300px;
  position: relative;
  left: -50%;
  float: left;
}
.product-option-select .product-option-unit div {
  padding: 0 20px;
}
.product-option-select .option-select-name {
  display: block;
  margin: .5em 0;
}
.product-order-price {
  color: #727272;
  text-align: center;
  font-size: 1.6em;
  line-height: 40px;
}
.product-order-price li {
  margin: 0 10px;
}
.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}
.product-order-discount {
  color: #b81717;
}
.product-order-input {
  padding-top: .5em;
  text-align: center;
}
.product-order-input .col {
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 15px;
  line-height: 40px;*
  display: inline !important;*zoom:1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  /* padding: 12px; */
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
}
.btn-addcart .icon-lg-w {
  float: left;*
  float: none;
  position: relative;
  top: 3px;
}
.btn-addcart span {
  padding-left: 0px;
}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  max-width: 45em;margin: 0 auto;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
.product-order-spec th {
  width: 30%;
  font-weight: normal;
}
.product-order-spec td {
  width: 70%;
}
.product-info-lst {
  text-align: center;
}
.product-info-lst li {
  display: inline;
  margin: 1em;
}
.product-info-lst .social-share {
  display: block;
}
.social-share a {
  margin: 1em;
}
.hnm-product-list-sub-nav {
    padding-top: 6em;
    padding-bottom: 3.5em;
    padding: 5em 0 0em;
}
.product-order-num {
    margin-bottom: 1em;
}
@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
  .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
  .product-option-select .product-option-wrapper {
    position: static;
    float: none;
  }
  .product-option-select .product-option-unit {
    position: static;
    float: none;
    margin-bottom: 1em;
    width: 100%;
  }
  .product-option-select .product-option-unit div {
    padding: 0;
  }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .btn-addcart .btn-wrap {
    margin: 0 auto;
    max-width: 9em;
    width: 100%;
    text-align: right;
    top: -5px;
    position: relative;
  }
  .btn-addcart span {
    padding-left: 0;
  }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }
  .product-image {
    padding-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
  form > h2 {
    font-size: 1.5em;
}
.hnm-product-list-sub-nav {
    padding: 2em 0 0em;
}
.product-order-exp p {
    font-size: 1.1em;
    line-height: 1.9em;
}
.product-image {
  padding-bottom: 1.4em;
}

}

.ie_wrapper .product-order-num .btn {
  display: none;
}

/*修正*/
/*SOLDOUTの位置真ん中に*/
button.btn-soldout {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
}

/*ボタンの動き改善*/
button.btn.btn-01.btn-lg.btn-addcart.google-font:hover {
    background-color: #FBAA23;
    border-color: #FBAA23;
}

button.btn.btn-01.btn-lg.btn-addcart.google-font:active {
    background-color: #FBAA23;
    border-color: #FBAA23;
    position: relative;
    top:.1em;
}

button.btn.btn-01.btn-lg.btn-addcart.google-font:active:before{
    top:.1em;
}

/*保存方法_タイトルをセンターに*/
#l_hozon h3 {
    text-align: center;
}
/*写真ページャを最前に*/
/*
 div#bx-pager {
 	z-index: 999;
 }
*/
 div#bx-pager {
 	z-index: 2;
 }
/*リボン・のし選択ラジオボタン*/
input[type=radio], input[type=checkbox] {
  display: none;
}
table.color-select td{
	width: 31.333333%;
   padding: .5em 1%;
	display : block;
  float: left;
}
.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #fffaf3;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
.radio:hover {
  background-color: #ffe1b8;
}
.radio:hover:after {
  border-color: #bbb;
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f39800;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
table.color-select {
    border: 0;
  	margin: 0 auto;
}
table.color-select td{
    border: 0;
}
@media screen and (max-width: 480px){
	table.color-select,
	table.color-select tbody,
	table.color-select tr,
	table.color-select th,
  table.color-select td{ display:block; float:none;}
  table.color-select td{width:90%; margin: 0 auto 1em;}
  table.color-select {margin-bottom: 1em;}
}
/*スライダーナビ*/
@media screen and (max-width:768px){
  .hnm-product-image-slide .bx-wrapper {margin-bottom: 11px;}

  .hnm-product-image-slide div#bx-pager {
      margin-bottom: 4em;
  }

  .pager-nav {
      bottom: -3.4em;
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
  }
}

#gift h2 {
    padding-bottom: 1em;
}

/*あわせてご購入の場合*/
#about_mix_purchase{
max-width:45em;
margin-left:auto;
  margin-right:auto;
}
#about_mix_purchase .section-content > div {
    background-color: #fffaf3;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fffaf3;
    margin-bottom: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2% 6% 4%;
    border-radius: 10px;
}

#about_mix_purchase .section-content > div:last-child{
    margin-bottom: 0;
}

#about_mix_purchase h3{
	text-align:center;
  	font-size: 1.35em;
}
@media screen and (max-width: 768px){
  #about_mix_purchase{margin: 60px auto 30px;}
}
@media screen and (min-width: 769px){
  #about_mix_purchase{margin: 30px auto 30px;}
}

.banner-area {
    text-align: center;
    padding: 0 2em;
}

img {
  height: auto;
}

img {
  width: auto;
}

  .hnm-product-image-slide {
    width: 550px;
}

.pager-nav{
  display: none;
}

.owl-item img{
  border-radius: 0px!important;
  width: 82px;
}
 
.icon span{
  				font-size: 13px;
				padding: 7px 10px;
				border: 1px solid #000;
				border-radius: 100px;
				margin-right: 10px;
}

.icon .allergy{color: #EC7A5D; border: 1px solid #EC7A5D;}
.icon .nameraka{color: #65A56B; border: 1px solid #65A56B;}
.icon .sirogayu{color: #9B91B0; border: 1px solid #9B91B0;}
.icon .ojiya{color:#C2A582; border: 1px solid #C2A582;}
.icon .okazu{color: #F1A948; border: 1px solid #F1A948;}
.icon .plus{color: #8CB808; border: 1px solid #8CB808;}

.btn-02{ display: none;}

.shopper .product-block, .shopper .material-block, .shopper .other, .shopper .copy{
	display: none;
}


.shopper .post-main .img-block .img {
    display: block;
    vertical-align: middle;
    width: 549px;
    padding-right: 0;
    margin: 0 auto 30px;
}

.shopper .post-main .img-block .text-box h1 {
    font-size: 24px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.shopper #gift {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.shopper .product-order-exp p {
    font-size: 1.3em;
    padding: 0;
    text-align: justify;
    line-height: 1.8em;
}

.shopper .product-order-exp br{
	display: none;
}

.shopper .gift .post-main{
	padding-bottom: 160px;
}

.shopper .post-main .img-block .text-box .info-box {
    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;
    width: 405px;
    margin: 0 auto 20px;
}

.campaign-banner{
  max-width: 550px;
  margin: 0 auto 60px;
}