header {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

section .inner {
  padding: 0;
}
.title {
  text-align: center;
}

/* topicpath */
.topicpath_nav {
  color: #aaa;
  font-size: 12px;
}
.topicpath_nav li a {
  color: #aaa;
}
@media (max-width: 768px) {
.topicpath_nav ul{
  margin: 5px 0 5px 5px;
}
}








header {
  display:;
}

/* 動くカート */
#fixed_cart{
  display: none;
}
@media screen and  (max-width: 768px){
  #fixed_cart{
    display: block;
    position: fixed;
    border: 1px solid #ddd;
    background: #fff;
    width: calc(100vw - 20px);
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    z-index: 10000;
  }
  #fixed_cart .price{
    font-weight: 600;
    color: #b12e2e;
    margin-top: -15px;
  }
  #fixed_cart .add_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
  #fixed_cart .btn-primary{
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 7px 10px;
    font-weight: 600;
    color: #fff;
    font-size: 0.8em;
    border-radius: 2px;
    background: #ff2100;      
    width: 100%;
    border: 1px solid #ff2100;
  }
  #fixed_cart .add_cart__title{
    width: 50%;
    font-size: 11px;
    line-height: 1.5;
  }
  #fixed_cart .add_cart__title .title{
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  }
}









.title  {
  display: none;
  margin-bottom: 30px;
}
.prd_lst_unit_m {
  width: 30%;
  padding: 10px;
}
.prd_lst_unit_m .prd_lst_price {
  color: red;
}
.together_block {
  margin-top: 60px;
}


@charset "euc-jp";
h3 {
  color: #438a44;
  margin-top: 60px;
}
h4{
  color: #e33228;
}
h2.title05{
  background-image: url(https://img07.shop-pro.jp/PA01428/336/etc/title05_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 10px 0;
  color: #000;
  margin: 30px 0;
}
h2.title05 i{
  margin-right: 15px;
}
.p-product-body__description p {
  margin: 15px 0 20px 0;
}
@media (max-width: 768px) {
.p-product-body__description p {
  font-size: 1em;
}
}

/* 商品説明 */
.attention p {
  font-size: 0.9em;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: content-box;
  padding: 25px;
  color: red;
}
@media screen and (max-width: 768px) {
.attention p {
  padding: 15px;
}
}
  

 
h5{
  background-color: #f5f5f5 ;
  padding: 10px 20px;
  font-weight:  bold;
}
.product_addcart_btn {
  display: inline-block;
  padding: 13px 1.5em;
  font-size: 1.2em;
  width: 100%;
  text-decoration: none;
  background: #ff4c2a;
  color: #FFF;
  border-right: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}

.p-cart-form__add-cart-button {
  display: inline-block;
  padding: 10px 1.5em;
  font-size: 1.1em;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  border-right: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
.product_addcart_btn {
  font-size: 1em;
}
}



/* 現在、この商品は取り扱っておりません */
.c-not-found {
  margin: 120px; 
  text-align: center; 
}


#product {
  width: 100%;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.1em;
  letter-spacing: 1.2px;
}
.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-fav-item {
  margin-top: 10px;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;

  fill: currentColor;
}

.p-large-image img {
  max-width: 100%;
}
.p-large-image__image-wrap {
  max-width: 100%;
  border: 6px solid #f5f5f5;
}

.p-large-image__image-wrap {
  margin: 10px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list img {
    width: 100%;
    border: 4px solid #F8F8FF;
  }  

.p-thumbnail-list__image-wrap {
  border: 2px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: <{$setting-currentImage-bgColor}>;
  background: <{$setting-currentImage-bgColor}>;
}

.p-view-product-images {
  text-align: right;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-short-description {
  line-height: 1.5;
  margin: 20px 0;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: .3em;
}

.p-cart-form__price {
  font-size: 18px;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}

.p-cart-form__list-name {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 5px;
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}


.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #eaeaea;
}

.p-cart-form__option-select select:hover {
  border-color: #333;
}

.p-cart-form__password-input input {
  font-size: 24px;
  line-height: 36px;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  margin-bottom: 30px;
  transition: .2s;
  vertical-align: middle;
  border: 1px solid #888;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: <{$setting-keyColor}>;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 1.5em;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}



.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 10px 1.5em;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;


  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
  word-break: keep-all;
}


.c-form__unit, .p-cart-form__button-wrap {
 border: 1px soid red;
}


.c-form__unit-label {
  word-break: keep-all;
  font-size: 1.3em;
  line-height: 1.5rem;
}
.c-form__unit-label_pass {
  word-break: keep-all;
  font-size: 1.3em;
  line-height: 1.5rem;
  display: inline-block;
}
.c-form__unit-label_pass span{
  font-size: 0.8em;
  display: block;
  width: 100%;
}
.p-price-table__body {
  font-size: 1.3em;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}
.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 1060px) {
.p-product-body__name {
  margin-top: 20px;
}
}
@media (max-width: 768px) {
.p-product-body__name {
  font-size: 24px;
}
}


.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}

.p-product-body__price {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  margin: 20px 0;
  text-align: left;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 30px 0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-product-body__description {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 95%;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {

}

.p-product-images {
  margin: 0;
  padding: 30px 0;
  list-style-type: none;
}



.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {

  box-sizing: border-box;
  width: 100%;
}
.p-product-images img {
  width: 100%;
}

.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}

.p-review__unit {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.p-review__unit:last-child {
  border: 0;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;

  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
    padding: 0 10px;  
    border: 1px solid #eaeaea;
    margin: 0 0 5px 0;
  }  
  .p-cart-form__password-input input {
    font-size: 14px;
  }

  .p-product-body__share-buttons {
    float: left;
  }

  .p-product-body__linkto-cart {
    padding: 12px 15px;
  }

  .p-product-footer-nav li {
    display: inline-block;
    margin-left: 10px;
  }

  .p-review__unit {
    padding: 30px 0;
  }

  .p-review__button {
    padding: 10px 15px;
  }

  .p-posted-review__image {
    float: left;
    height: auto;
    margin: 0 30px 0 0;
  }

  .p-posted-review__title {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}











































@media screen and (min-width: 599px) {
  .p-product-wrap {
    overflow: hidden;
  }
  .p-product-heading {
    float: right;
    box-sizing: border-box;
    width: 350px;
  }

  .p-product-body {
    float: left;
    width: 100%;
    margin-right: -350px;
  }

  .p-product-body-inner {
    margin-right: 400px;
  }

  .p-large-image__image-wrap {
    border-width: 9px;
  }

  .p-thumbnail-list__image-wrap {
    border-width: 3px;
  }

  .p-view-product-images {
    display: none;
  }

  .p-product-body__linkto-cart {
    display: none;
  }

  .p-product-images__image-wrap {
    margin: 0 auto;
  }
  
  .p-product-images img {
    width: 100%;
  }  
  
  .p-product-images li {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .p-short-description {
    display: none;
  }
  .p-product-body-inner {
    padding-top: 20px;
  }
  .p-product-body__price {
    display: none;
  }
  .p-product-body__regular-price {
    display: none;
  }
  .p-product-body__point {
    display: none;
  }
}

/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}

.cms-opt-button__opt-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}
.cms-opt-button__opt-heading {
  background: #eee;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px; 
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin-top: 10px;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}
/*ボックス全体*/
.delivery_description {
    margin: 2em 0;
    padding: 0;
  line-height:1.8;
}

/*ラベル*/
.delivery_description label {
    display: flex;
    margin: 1.5px 0;
    padding: 11px 12px;
    color: #fff;
    font-weight: bold;
    background: #000;
    cursor: pointer;
    transition: all 0.5s;
    justify-content: space-between;
}

/*ラベルホバー時*/
.delivery_description label:hover {
    background :gray;
}

/*チェックは隠す*/
.delivery_description input {
    display: none;
}

/*中身を非表示にしておく*/
.delivery_description .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

div#option_table,#option_table > section {
    display: inline-block;
      font-size: 12px;
}
.info {
text-align: center;
}
.info a {
text-decoration: none;
}
.info h3 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin: 10px;
}
.info h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 648px) {
#product .inner {
  width: 100%;
}

.p-cart-form__name {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin-bottom: .5em;
}


.product_addcart_btn {
  font-size: 0.9em;
  font-weight: 500;
}
.p-cart-form__add-cart-button {
  font-size: 0.9em;
  font-weight: 500;
}
.product_review li{
  font-size: 1em;
  margin: 5px;
}

  
  

#other .box img{
  padding: 5px;
}
#other .box p{
  font-size: 0.8em;
  padding: 2px;
}  
}












/* 商品説明 */
.ex p {
   margin-bottom: 30px;
}
.table {
  width:100%;
  border-collapse: collapse;
  margin-right: 10px;
  margin-bottom: 20px;
}
.table tbody th {
  padding:10px 10px;
  border-bottom:#dddddd solid 1px;
  text-align: left;
  width: 30%;
}
.table tbody td {
  padding:10px 10px;
  border-bottom:#dddddd solid 1px;
  text-align: left;
  width: 70%;
}
.clear {
  clear: both;
}
.product_addcart_btn {
  display: inline-block;
  padding: 10px 1.5em;
  font-size: 1.2em;
  width: 100%;
  text-decoration: none;
  color: #FFF;
  border-right: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}
.query_btn {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 1.1em;
  border: solid 1px #ccc;
  color: #4e4e4e;
  text-align: center;
  text-decoration: none;
}
.p-cart-form__add-cart-button {
  display: inline-block;
  padding: 10px 1.5em;
  font-size: 1.2em;
  width: 100%;
  text-decoration: none;
  border-right: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}
.product_review {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}
.product_review li{
  font-size: 1.2em;
  margin: 5px;
}
h10 {
  position: relative;
  display: block;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #a9a9a9;
  margin: 0 auto;  
  margin: 2em 0;
}
h10:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #bdbdbd;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* カテゴリ/パイン 共通 */
ul.p-recipe-information {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  padding: 30px 0;
}
ul.p-recipe-information li{
  width: 47%;
  background: #ffa300;
  border-radius: 10px;
  padding: 15px 0;
  margin: 10px 0; 
  text-align: center;
}
ul.p-recipe-information li a{
  color: #fff9e7;
  font-size: 1.5em;
  display: block;
}

.c-form__unit {
  display: flex;
  margin-top: 10px;
}
.c-form__unit-label--fix-margin {
  margin-right: 10px;
}

/* レビュー */
.p-product-review {
  margin-bottom: 30px;
}

.p-product-review__item {
  margin-top: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-product-review {
    margin-top: 30px;
  }
  .p-product-review__item {
    padding: 20px 0;
  }
}
.p-product-review__ttl {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 600;
}
.p-product-review__comment {
  margin-bottom: 10px;
  font-size: 16px;
}
.p-product-review__data {
  display: block;
  margin-bottom: 10px;
}
.p-product-review-info {
  display: flex;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review__img {
  width: 160px;
  margin-left: 15px;
  text-align: center;
}
/* レビュー 返信 */
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  color: #6a676a;
  padding: 25px;
  border-radius: 6px;
}
.shopcomment_ttl {
  font-size: 1.1em;
  font-weight: 700;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}


/* 8/29 追加動くカート */
#fixed_cart{
  display: none;
}
@media screen and  (max-width: 768px){
#fixed_cart{
  position: fixed;
  width: calc(100vw - 20px);
  bottom: 3px;
  right: 10px;
  left: 10px;
  margin: auto;
  padding: 10px;
  right: 20px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10000;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  display: block;
}
#fixed_cart .add_cart {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fixed_cart .title{
  text-align: left;
  width: 100%;
  font-size: 11px;
  line-height: 1.5;
}
#fixed_cart .price{
  color: #b12e2e;
  text-align: left;
  font-weight: 600;
}
.btn-primary {
  padding: 7px 12px;
  border: none;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8em; 
  font-weight: bold;
  background: #df7676;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

#fixed_cart .add_cart__title .title{
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
}

/* 2024 上部説明 */
.caution{
  margin-top: 40px;
  margin-bottom: 20px;
}
.caution h3{
  color: #e33228;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}
.caution h3.number-1::before,
.caution h3.number-2::before{
  background-color: #e33228;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #FFF;
  margin-right: 10px;
  padding: 0 2px 3px; 2px;
  display: block;
}
.caution h3.number-1::before{
  content: "1";
}
.caution h3.number-2::before{
  content: "2";
}

.caution p.text{
  font-size: 14px;
  margin-bottom: 10px;
}
.caution .caution-box{
  background-color: #FCEDED;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.caution .col2{
  display: flex;
  margin-bottom: 10px;
}
.caution .icon-image{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media screen and  (max-width: 768px){
  .caution{
    margin-top: 30px;
  }
  .caution .caution-box{
    padding: 20px 10px 10px 10px;
  }
}

@media screen and  (max-width: 768px){
.pagetop a {
  display: none;
}
}

/* 20240811 SOLD OUTクリックできなくする */
.p-cart-form__add-cart-button_soldout {
  padding: 10px 1.5em;
  font-size: 1.2em;
  text-decoration: none;
  background: #eee;
  border-radius: 5px;
}

/* 20250305 訳ありパイン */
.outlet h1 {
  position: relative;
  padding: 0.6em;
  background: #fff0d9;
  text-align: left;
}

.outlet h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff0d9;
  width: 0;
  height: 0;
}

.outlet p {
  font-size: 1.1em;
}

.outlet h2 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
}

.outlet h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: orange; /*アイコン色*/
  font-weight: 900;
}

.outlet h3 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  text-align: left;
  font-size: 1.3em;
  color: black;
  font-weight: bold;
}

.outlet h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: orange; /*アイコン色*/
}