@media (max-width: 768px) {
.side {
  margin-top: 60px;
}
}

.youtube {
  margin: 30px 0;
}

@charset "euc-jp";
.main {
  background: #fff;
  border-radius: 7px;
  padding: 0 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.main {
  padding: 0 15px;
}
}
.border_top {
  margin-top: 30px;
}
ul.container {
  display: flex;
  justify-content: space-around;
}
ul.container li{
  width: 48%;
}
@media (max-width: 768px) {
ul.container {
  display: block;
}
ul.container li{
  width: 100%;
}
}
/* 商品画像 メイン */
.product_image_main {
  padding: 15px;
}
/* 商品画像 その他 */
.product_image_thumb {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.product_image_thumb li {
  cursor: pointer;
  padding: 0 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.product_image_thumb img {
  border: 1px solid #EEEEEE;
}
.product_image_thumb img:hover {
  border: 1px solid #EEEEEE;
}

/* 品番 購入数… */
.product_spec_block {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.ttl_h2 {
  text-align: left;
  font-size: 1.5em;
  padding-bottom: 10px;
  color: #7e5e3d;
  border-bottom: dotted 2px #7e5e3d;
}
.product_spec_block table {
  width: 100%;
}
.product_spec_table {
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
}
.product_spec_table th {
  padding: 1em .5em 1em 1em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product_spec_table td {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #ddd;
}
.product_spec_table th {  
  width: 33.333%;
}
.product_spec_table td {
  width: 66.666%;
}
.product_spec_table select {
  width: 90%;
}
.product_order_form input {
  float: left;
  margin-right: .3em;
  padding: .3em;
  width: 3em;
  text-align: right;
}
.product_order_form .text-titles-list__detail-text {
  width: 85%;
  text-align: left;
}
.product_unit {
  padding: .3em;
  float: left;
}
.product_init {
  display: none;
}
.product_option_table td div {
  margin-bottom: .5em;
}
/* サービス ボタン */
.product_service {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service_btn {
  width: 48%;
  color: #FFF;
  background-color: #bdbdbd;
  border-radius: 30px;  
  font-size: 1.1em;
  text-decoration:none;
  padding: 10px 0;
  margin: 3px 0;
  text-align: center;
  box-sizing: border-box; 
}  
.review_btn {
  width: 48%;
  color: #FFF;
  background-color: #ffc7b3;
  border-radius: 30px;  
  font-size: 1.1em;
  text-decoration:none;
  padding: 10px 0;
  margin: 3px 0;
  text-align: center;
  box-sizing: border-box; 
} 

@media (max-width: 768px) {
.product_service {
  width: 100%;
  margin-top: 25px;
}
.service_btn, .review_btn {
  width: 100%;
  margin: 3px 0;

}  
}
   
/* レビュー 返品 問い合わせ */
.product_info_lst {
  width: 60%;
  margin-bottom: 2em;
  margin: 0 auto;
}
.product_info_lst .icon {
  margin-bottom: .7em;
}
.product_info_lst a {
  color: #444;
  text-decoration: none;
}
.product_info_lst a:hover {
  text-decoration: underline;
}
.product_review {
  margin-bottom: 1.5em;
}
.product_review a {
  font-weight: bold;
}
.social_share {
  margin-top: 1.5em;
}
.social_share li {
  margin-bottom: .5em;
}

.product_cart_btn {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.product_addcart_btn {
  border-radius: 5px;
  float: left;
  width: 100%;
  padding: 1.1em 0;
  margin-bottom: 1em;
  border: none;
  background-color: #df7676;
  cursor: pointer;
  -webkit-appearance:none;
}
.product_addcart_btn:hover {
  opacity: 0.7;
}
.product_quick_order_btn {
  float: right;
  width: 40%;
  padding: .8em 0;
  background-color: #c67f7f;
  text-decoration: none;
}
.product_member_sale_msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
@media (max-width: 375px) {
.product_addcart_btn {
  padding: 0.8em 0;
  margin-bottom: 15px;
}
}

/* 商品説明文 */
.product_exp {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.6;
  clear: both;
}
.product_exp p {
  margin: 30px;
  text-align: left;
  text-align: justify;
}
@media (max-width: 768px) {
.product_exp {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.6;
}
.product_exp p {
  margin: 20px 5px;
}
}

.product_sales {
  color: red;
}

/* 商品情報 規格・配送 */
.product_information {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 10px 0 30px 0;
  box-sizing: border-box;
}
.product_information th{
  width: 25%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #ffc7b3;
  border-left: 1px double #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.product_information td{
  width: 75%;
  padding:5px;
  text-align: left;
  background-color: #fafafa;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

/* おすすめ商品 */
.prd_recommend_block {
  margin: 50px 0;
}
.prd_lst_regular, .prd_lst_price {
  color: red;
}

/* 動くカート */
#fixed_cart{
  position: fixed;
  font-size: 1.2em;
  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;
  width: 85%;
  margin-top: 20px;
  font-size: 1em;
  font-weight: bold;
  background: #df7676;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
@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;   
    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;
}
}

/* 240613 マンゴー商品詳細 */
.p_mango {
  display: none;
}


/* レビュー */
.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;
}
