@media screen and (max-width: 1100px) {
#p-product {
  width: 98%;
  margin: auto;
}
}

ul.product_detail_area{
display: flex;
}
ul.product_detail_area li:first-child{
padding-right: 25px;
}
@media screen and (max-width: 768px) {
ul.product_detail_area{
display: block;
}
ul.product_detail_area li:first-child{
padding-right: 0;
}
}

ul.tokutyou {
display:flex;
flex-wrap:wrap;
align-items: center;
justify-content: space-around;
box-sizing:border-box;
}
ul.tokutyou li{
width:50%;
box-sizing:border-box;
margin:15px 0;
}
ul.tokutyou li:nth-child(2n+1){
width:25%;
background: #f58400;
width:160px;
height:160px;
border-radius:100%;
position:relative;
text-align: center;
}
ul.tokutyou li:nth-child(2n+1) span{
line-height:160px;
color: #fff;
font-size: 90px;
}
ul.tokutyou li:nth-child(2n){
width:640px;
padding: 0 15px 0 30px;
}
ul.tokutyou li:nth-child(2n) .ttl {
font-size: 1.3em;
line-height:1.5;
font-weight:500;
color: #f58400;
margin-bottom:5px;
}
.ex {
background-image: url(https://img07.shop-pro.jp/PA01456/643/etc/bg_note.png) ;
background-repeat: no-repeat;
background-size: 100%;
padding-bottom: 30px;
filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
}
.ex h2{
padding-top: 40px;
}
.ex p {
width: 85%;
margin:auto;
padding-top: 60px;
}

@media screen and (max-width: 1112px) {
ul.tokutyou {
display:block;
}
ul.tokutyou li, ul.tokutyou li:nth-child(2n){
width:100%;
padding: 0;
margin: 15px auto;
}
ul.tokutyou li:nth-child(2n) .ttl {
text-align: center;
}
.ex {
background-image: url(https://img07.shop-pro.jp/PA01456/643/etc/bg_note_sp.png) ;
}
.ex h2{
padding-top: 18px;
}
.ex p {
width: 80%;
padding-top: 10px;
}
}

ul.tabekata {
display: flex;
flex-wrap: wrap;
text-align: center;
border:2px solid #f58400;
margin: 15px 0 30px;
padding: 0 10px 10px;
box-sizing: border-box;
}
ul.tabekata li{
width: 50%;
padding: 10px 15px;
box-sizing: border-box;
}
ul.tabekata li img{
width: 150px;
display:block;
margin: 10px auto;
}
@media screen and (max-width: 640px) {
ul.tabekata li{
width: 100%;
padding: 10px;
}
}

/* 商品情報・成分表 */
ul.p-info2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
ul.p-info2 li {
  width: 100%;
  margin: 15px 0;
}
.p-info2 img {
  width: 300px;
  margin: auto;
  display: block;
}
table.p-info {
  width: 100%;
  margin: 20px 0;
}
table.p-info tr {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #7f0800;
}
table.p-info th {
  margin: 0;
  padding-left: 10px;
  width: 25%;
  font-weight: bold;
}
table.p-info td {
  width: 100%;
}
@media screen and (max-width: 767px) {
ul.p-info2{
  display: block;
}
ul.p-info2 li{
  width: 100%;
}
.p-info2 img{
  width: 100%;
}
table.p-info {
  width: 100%;
}
table.p-info tr {
  width: 100%;
  }
table.p-info th {
  width: 30%;
}
table.p-info td {
  width: 100%;
}
}
table.p-nut {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
table.p-nut tr {
  width: 19.7%;
  float:left;
  border-top: 1px solid #7f0800;
  border-bottom: 1px solid #7f0800;
  border-left: 1px solid #7f0800;
}
table.p-nut tr:last-child {
  border-right: 1px solid #7f0800;
}
table.p-nut tr th,
table.p-nut tr td {
  text-align: center;
  padding: 10px 0;
  display: block;
}
table.p-nut th {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #8a0901;
  border-bottom: 1px solid #7f0800;
}
.hit {
  text-align: right;
  margin: 3px 0;
}
@media screen and (max-width: 767px) {
table.p-nut tr {
  width: 100%;
  clear: both;
  border-right: 1px solid #7f0800;
  border-top: none;
}
table.p-nut tr:first-child {
  border-top: 1px solid #7f0800;
}
  
.itmelink img {
  width: 100px;
}
}

/* ************************************************
*  product_detail_page
* ************************************************ */

.sold_out {
  font-size: 1em;
}
h1.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  font-size: 1.5em;
  border-bottom: 1px solid #3e3935;
  font-weight: 400;
  color: #3e3935;
  text-align: left;
}
@media screen and (max-width: 767px) {
h1.product_name {
  font-size: 1.1em;
}
}
.product_form{
  margin: 0 0 30px;
}
.product_images div img {
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  font-size: 0.85em;
  padding-top: 30px;
}
.add_cart .price {
  font-size: 1.3em;
}
table.add_cart_table {
  width: 100%;
  table-layout:fixed;
  border-left: 1px solid #741d00;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  width: 35%;
  text-align: left;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}
table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}
.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}
table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}
.button_area input {
  width: 100%;
  border-radius: 5px;
}

.product_description {
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 0.9em;
}
.product_description p{
  margin-bottom: 15px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0;
  padding: 20px 0 60px;
  border-bottom: #ccc solid 1px;
}

@media screen and (max-width: 1100px) {
.product_link_area {
  margin: 30px 0 0;
}
}
.other_link a{
  display: block;
}


/* SNS */
.p-product-sns-list {
  margin-top: 15px;
  display: flex;
  justify-content: start;
  width: 80%;
}
.p-product-sns-list__item {
  padding-left: 10px;
}
.p-product-sns-list__item:first-child {
  padding-left: 0;
}
@media screen and  (max-width: 768px){
.p-product-sns-list {
  width: 100%;
}
.p-product-sns-list__item {
  margin-right: 3px;
  }
}
/* link */
.p-product-link-list {
  margin-top: 20px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-6px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}
.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
.zoom-small-image {
  width: 100%;
  }
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 16px 20px 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}
a.gallery_last{
  margin-right: 0;
}
@media (max-width: 768px) {
a.cloud-zoom-gallery {
  margin: 0 10px 15px 0;
  width: 21.5%;
  height: 21.5%;
}
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  p-product__details
* ************************************************ */

#p-product__details {
  line-height: 1.8;
  font-size: 14px;
  margin-top: 25px;
  padding: 30px 0;
}
#p-product__details table {
  width: 100%;
  border-top: 1px solid #e0e0de;
  border-left: 1px solid #e0e0de;
  border-right: 1px solid #e0e0de;
  border-collapse: separate;
  empty-cells:show;
}
#p-product__details th {
  padding: 10px 40px 10px 15px;
  width: 170px;
  text-align: left;
  color: #fff;
  background-color: #00775a;
}
#p-product__details td {
  padding: 10px 15px;
  zoom: 1;
  content: ' ';
  background-color: #fffffb;
}
#p-product__details th,
#p-product__details td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #e0e0de;
}
#p-product__details th,
#p-product__details td:fast-child {
  border: none;
}
@media (max-width: 768px) {
#p-product__details table {
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #e0e0de;
}
#p-product__details th {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e0e0de;
  display: inline-block;
  text-align: center;
}
#p-product__details td {
  padding: 10px 0;
  text-align: center;
  border: none;
  display: block;
  width: 100%;
  margin: auto
}
}

.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  background: #fd3f00;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  opacity: 0.5;
}
.c-btn-cart.is-soldout {
  color: #fff;
  background: #ac0000;
  cursor: default;
  border: none;
}

/* レビュー */
h2.review_title {
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}
.p-product-review {
  margin-bottom: 30px;
}
.p-product-review ul{
    display: block;
}
.p-product-review li {
  display: list-item;
}
.p-product-review__item {
  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;
}
.p-product-review-info {
  display: flex;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review__img {
  width: 50%;
  margin: 0 auto;
  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;
}

/* おすすめ商品 */
#box_recommend {
  padding-top: 30px;
}
ul.item_box li{
  width: 25%;
}
.item_name {
  text-decoration: underline;
  margin: 15px 0 10px 0;
  text-align: left;
}
.item_detail, .item_name a {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
ul.item_box li{
  width: 50%;
}
}

/* 閲覧履歴 */
#box_favorite ul{
display: flex;
}
#box_favorite ul li{
width: 25%;
padding: 10px;
}

@media screen and (max-width: 767px) {
#box_favorite ul{
flex-wrap: wrap;
}
#box_favorite ul li{
width: 50%;
}
}
/* 動くカート */
#fixed_cart{
  position: fixed;
  font-size: 0.9em;
  bottom: 20px;
  right: 20px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10000;
  padding: 25px 20px;
  max-width: 400px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
#fixed_cart .add_cart {
  padding: 0;
}
#fixed_cart .title{
  text-align: left;
}
#fixed_cart .price{
  color: #b12e2e;
  text-align: left;
}
.btn-primary {
  padding: 10px;
  border: none;
  max-width: 80%;
  margin-top: 20px;
  font-size: 1em;
  font-weight: bold;
  background: #fd3f00;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and  (max-width: 768px){
  #fixed_cart{
    position: fixed;
    width: calc(100vw - 20px);
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
  }
  #fixed_cart .add_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #fixed_cart .btn-primary{
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 7px 12px;
    font-size: 0.8em;   
    max-width: 100%;
  }
  #fixed_cart .add_cart__title{
    width: 75%;
    font-size: 11px;
    line-height: 1.5;
  }
  #fixed_cart .price{
    font-weight: 600;
  }
  #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;
}
}

/* お気に入りボタン */
.product__fav-item {
  margin-top: 0px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 1em;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* 231101 関連商品 */
#box_together li {
  width: 33%;
}

/* 20240603商品一覧お気に入りボタン非表示 */
.product-list__fav-items {
  display: none;
}


/* 240828 定期便スケジュール */
.scedule_table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 800px;
}
.scedule_table table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.scedule_table table tr:nth-child(even){
  background-color: #eee;
}
.scedule_table table th,
.scedule_table table td {
  text-align: center;
  padding: .35em .5em;
}
.scedule_table table thead th {
    font-size: 1em;
    padding: .5em;
}
.scedule_table table thead tr{
  background-color: #ffa400;
  color:#fff;
}
.scedule_table p {
    margin-bottom: .3em;
}
@media screen and (max-width: 600px) {
.scedule_table table {
    border: 0;
    width:100%
  }
.scedule_table table th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
.scedule_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.scedule_table table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
.scedule_table table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: 1em;
    text-align: right;
    position: relative;
    padding: 1em 1em 1em 4em;
    border-right: none;
  }
  
.scedule_table table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
.scedule_table table td:last-child {
    border-bottom: 0;
  }
.scedule_table table tbody th {
    color: #fff;
    padding: 1em
}
.scedule_table table tr:nth-child(even){
  background-color: #fff;
}
}

/* 20240122追加 商品特徴タイトル */

.tokutyou_ttl{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #f58400;
    border-bottom: solid 2px #f58400;
}
.tokutyou_ttl:before, .tokutyou_ttl:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f58400;
}
.tokutyou_ttl:before {left: 10px;}
.tokutyou_ttl:after {right: 10px;}
.tokutyou_ttl h2 {
    margin: 0; 
    padding: 0;
  color:#f58400;
}


.ex_texttype2 {
background-image: url(https://img07.shop-pro.jp/PA01456/643/etc/bg_note.png) ;
background-repeat: no-repeat;
background-size: 100%;
padding-bottom: 30px;
filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
  margin: 2em 0;
}

.ex_texttype2 p {
width: 85%;
margin:auto;
padding-top: 10px;
}

.ex_texttype2 span{
   background: linear-gradient(transparent 0%, #fec21f 0%);
}
.ex_ttl {
  top: 40px;
  left: 44px;
  font-weight: bold;
  border: 3px solid #f58400;
  padding: 0;
  position: relative;
  width: 50%;
  margin-bottom:45px;
}
.ex_ttl::after {
  content: '';
  background-color: #fde4bc;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: -7px;
  left: 4px;
  z-index: -1;
}


@media screen and (max-width: 1100px) {
.ex_texttype2 p {
width: 80%;
}
.ex_ttl {
  width: 60%;
  font-size: 4vmin;
  }

.ex_texttype2 {
background-image: url(https://img07.shop-pro.jp/PA01456/643/etc/bg_note_sp.png) ;
}
}

/* 枠 */

.note {
    border: 3px solid #ffa400;
    border-radius: 7px;
    padding: 15px;
    background-color: #fffbeb;
    margin: 15px 0 25px 0;
   z-index: 0;
  position: relative;
}

.note img{
    width: 30px;
    margin: auto;
    display: block;
}
.note b {
    line-height: 2.5;
    font-size: 1.2em;
}

.note .ex_ttl {
  top: 20px;
  left: 0;
  margin-bottom:25px;
}
.tape {
    position: relative;
    display: inline-block;
    margin: 2em 1.5em;
    padding: 2.5em 1.5em 1.5em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #fffbeb;
    color: #333333;
}

.tape .tape_ttl {
    position: absolute;
    top: -15px;
    transform: translateX(-.3em) rotate(-3.5deg);
    padding: .5em 1em;
    border-right: 2px dotted rgb(0 0 0 / 10%);
    border-left: 2px dotted rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255 / 40%);
    font-weight: 600;
}
.tape .sen{
  background-color: #fffbeb;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fffbeb 0%, #fffbeb 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.tape .sen p{
  margin-bottom: 2em;
}

.tape span{
   background: linear-gradient(transparent 0%, #fec21f 0%);
}
@media screen and (max-width: 768px) {
.tape {
    margin: 2em 0;
}
}

.recipe {
  margin-top:30px;
}

.recipe p {
  margin:3% auto;
}
.recipe h2 {
  position: relative;
  padding: 0.6em;
  background: #f4ffe2;
  margin-bottom: 30px;
}
.recipe h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f4ffe2;
  width: 0;
  height: 0;
}
.recipe h3 {
display: flex;
align-items: center;
font-size:1.5em;
color:#003520;
}
.recipe h3:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
margin-left: 1rem;
}

.recipe .method ul {
display:flex;
margin-top: 20px;
  padding:20px 0;
}
.recipe .method ul li{
width:50%;
box-sizing:border-box;
}
.recipe .method ul li:nth-child(2n+1){
padding-right: 30px; 
}

.recipe .use ul{
display: flex;
}
@media screen and (max-width: 1112px) {
.recipe .method ul {
display:block;
}
.recipe .method ul li{
width:100%;
}
.recipe .method ul li:nth-child(2n+1){
padding-right: 0; 
}
}
/* 20241216追加 有田みかん説明バナー設置 */
.about_arida {
  margin: 30px auto;
}

/* 20231116追加 リードタイム */
.leadtime {
  color: #FF4500;
  text-align: left;
  text-decoration: none;
  padding: 30px 20px 20px 20px;
  width: 800px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 35px;
  background-color: #FEFEDA;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  background-image: url("https://file003.shop-pro.jp/PA01456/643/img/truck.png");
  background-size: 100px 70px;
  background-repeat: no-repeat;  
  background-position: 680px 20px;
}
@media screen and (max-width: 1100px) {
.leadtime {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  background-position: top;
  padding: 80px 10px 10px 10px;
  }
}

.gokuwase span::before {
  content:"暑さの影響で収穫に遅れが生じております。ただいま10月10日ご注文のお客様の"; 
}

.gokuwase span::after {
  content: '商品を出荷中です。長らくお待たせしております。もうしばらくお待ちください。';
}
/* 
.wase span::before {
  content:"ただいま注文が殺到しており、お届けまでに10日間ほどお時間をいただいております。"; 
}

.wase span::after {
  content: 'あらかじめご了承のほどよろしくお願い申し上げます。';
}

.wase span::before {
  content:"ただいま10月10日ご注文のお客様の商品を出荷中です。"; 
}
 */
.wase span::before {
  content: 'ただいま注文が殺到しており、お届けまでに3週間ほどお時間をいただいております。';
}

.wase span::after {
  content: '長らくお待たせしております。あらかじめご了承のほどよろしくお願い申し上げます。';
}

.nakate span::before {
  content:"誠に恐れ入りますが、年内発送のご予約受付は終了いたしました。"; 
}
.nakate span::after {
  content: '年明けのお届けとなります。あらかじめご了承のほどよろしくお願い申し上げます。';
}
/* 
.okute span::before {
  content:"1月中旬の収穫開始予定です。"; 
}
.okute span::after {
  content: 'ただ今、予約受付中です。';
}

.okute span::before {
  content:"1月中旬の収穫開始予定です。12月中旬よりご予約受付開始予定です。"; 
}
.okute span::after {
  content: 'もうしばらくお待ちいただきますよう、お願い申し上げます。';
}
 */
.okute span::before {
  content:"ただいま12月22日ご注文のお客様の商品を出荷中です。"; 
}

.okute span::after {
  content: '長らくお待たせしております。もうしばらくお待ちください。';
}




/* リードタイム非表示 */

.gokuwase {
  display: none;
}

.wase {
  display: none;
}


.nakate {
  display: none;
}

.okute {
  display: none;
}
/* */
