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

h1.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  color: #3e3935;
}
@media screen and (max-width: 767px) {
h1.product_name {
  font-size: 1.1em;
}
}
.product_form{
  margin: 0 0 30px;
}
.product_detail_area {
  display: flex;
}

.product_detail_area li:last-child {
  padding-left: 30px;
}
.other_link li:last-child,
.p-product-sns-list li:last-child {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
.product_detail_area {
  display: block;
}
.product_detail_area li:last-child {
  padding-left: 0;
}
}
.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;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  width: 35%;
  text-align: left;
  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: 25px;
  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%;
}

.product_description {
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 0.9em;
  line-height: 2;
}

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

.product_link_area {
  margin: 60px 0;
  padding: 20px 0;
  border-bottom: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
@media screen and (max-width: 768px) {
.product_link_area {
  margin: 30px 0;
}
}
ul.other_link {
  margin-top: 20px;
  margin-left: 20px;
}


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 #163634;
  border-bottom: 1px solid #163634;
  border-left: 1px solid #163634;
}
table.p-nut tr:last-child {
  border-right: 1px solid #163634;
}
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: #307470;
  border-bottom: 1px solid #163634;
}
@media screen and  (max-width: 768px){
table.p-nut tr {
  clear: both;
  width: 100%;
}
table.p-nut tr th, table.p-nut tr td {
  border-right: 1px solid #163634;
}
table.p-nut tr:last-child {
  border-right:none;
}
}

/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
}
.p-product-sns-list__item {
  margin-right: 15px;
}
@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 22px 20px 0;
  width: 82px;
  height: 82px;
  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: #fffffb;
  color: #2c7258;
  border: 1px solid #2c7258;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: #2c7258;
  color: #fff;
  text-decoration: none;
}
.c-btn-cart.is-soldout {
  color: #fff;
  background: #ac0000;
  cursor: default;
  border: none;
}

/* 出荷時期 */
.time {
  color: red;
  text-align: left;
  text-decoration: none;
  padding: 19px 0 0 40px;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 35px;
  height: 100px;
  background-color: #e9eee8;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  background-image: url("https://img21.shop-pro.jp/PA01468/158/etc/truck.png?cmsp_timestamp=20210528165338");
  background-size: 100px 73px;
  background-repeat: no-repeat;  
  background-position: 357px 13px;
}
.time span::before {
  content:"収穫時期は、"; 
  font-weight: normal;
  color: #307470;
}
.time span::after {
  content: 'です。';
  font-weight: normal;
  margin-left: 10px;
  color: #307470;
}
.time::after {
  content: '収穫後、順次出荷いたします。';
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #307470;
}
@media screen and (max-width: 1032px) {
.time {
  padding: 17px 0 0 0;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  font-size: 19px;
  background-image: url("https://img21.shop-pro.jp/PA01468/158/etc/truck.png?cmsp_timestamp=20210528165338");
  background-size: 100px 73px;
  background-repeat: no-repeat;  
  background-position: 570px 13px;
  }
}
.sales {
  color: red;
  text-align: center;
  text-decoration: none;
  padding: 19px 0 0 40px;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 35px;
  height: 100px;
  background-color: #e7bc62;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  background-size: 100px 73px;
  background-repeat: no-repeat;  
  background-position: 357px 13px;
}
/*  
.sales span::before {
  content:"お申込みの締切は、"; 
  font-weight: normal;
  color: #230606;
}
 */

.sales span::after {
  content: '予約受付開始予定です。';
  font-weight: normal;
  margin-left: 10px;
  color: #230606;
}
.sales::after {
  content: '予約開始までお待ちください。';
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #230606;
}
@media screen and (max-width: 1032px) {
.sales {
  padding: 17px 0 0 0;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  font-size: 17px;
  }
}
.time_end {
  color: red;
  text-align: center;
  text-decoration: none;
  padding: 19px 0 0 40px;;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 35px;
  height: 100px;
  background-color: #f2f0d7;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  background-size: 100px 73px;
  background-repeat: no-repeat;  
  background-position: 357px 13px;
}
.time_end span::after {
  content: 'の受付は終了しました。';
  font-weight: normal;
  margin-left: 5px;
  color: #230606;
}
.time_end::after {
  content: '2026年の販売開始をお待ちください。';
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #230606;
}
@media screen and (max-width: 1032px) {
.time_end {
  padding: 17px 0 0 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
  }
.time_end::after {
  font-size: 14px;
}
}

/* 関連商品 */

.p-product-other {
  width: 100%;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}

.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}

.c-item-list__price {
  color: #4b2e1c;
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}


/* レビュー */
h2.review_title {
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  color: #3e3935;
}
.p-product-review {
  margin-bottom: 30px;
}
.p-product-review__item {
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-product-review {
    margin-top: 30px;
  }
  .p-product-review__item {
    padding: 20px;
  }
}
.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: 160px;
  margin-left: 15px;
  text-align: center;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1112px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
  .p-product-review__img {
    width: 300px;
    margin-left: 5px;
}
}
.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: 16.666%;
}
.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%;
}
}

/* 動くカート */
#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: #2c7258;
  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;
    background: #2c7258;      
    max-width: 100%;
  }
  #fixed_cart .add_cart__title{
    width: 50%;
    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;
}
}

/* 20240801画像付き商品説明 */
.tokucho{
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0 50px;
}
.tokucho-box{
  display: flex;
  flex-direction: row;
}
.tokucho-box + .tokucho-box{
  margin-top: 80px;
}
.box__body{
  width: 50%;
  padding: 0 20px;
}
.box__txt {
  margin-top: 20px;
}
.box__image{
  width: 50%;
}
.box__image img{
  height: 100%;
  object-fit: cover;
}

.tokucho-box.reverse{
  flex-direction: row-reverse;
}

.tokucho h2 {
  position: relative;
  background: #D3F3D3;
  font-size: 20px;
  padding: 10px 5px 5px 25px;
  text-align: left;
  color: #1C3C1A;
  border-radius: 0 10px 10px 0;
  line-height: 25px;
  margin-left: 15px;
}

.tokucho h2:before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #3A612E;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 45px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.tokucho .shina h2:before {
  content: "品";
}
.tokucho .aji h2:before {
  content: "味";
}
.tokucho .shape h2:before {
  content: "形";
}
@media screen and (max-width:768px){
  .tokucho-box {
    display: block;
  }
  .tokucho-box + .tokucho-box{
    margin-top: 60px;
  }
  .box__body{
    width: 100%;
    padding: 0;
  }
  .box__image{
    margin-top: 20px;
    width: 100%;
  }
}
