﻿.product-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    background: url(../W_images/b03_bg.png) no-repeat left 300px center #fff;
    border-radius: 20px;
    padding: 60px 60px 20px;
    box-shadow: 0px 0px 10px 0px #ebe1c4;
}
.product-main-info {
  width: 48%;
  order: 2;
}

.product-main-ttl {
    color: #16460c;
    font-size: 27px;
    line-height: 1.5em;
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0 0 10px;
    font-weight: bold;
   
}

.product-main-txt p, .product-main-txt li {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
}
.product-main-price {
    font-size: 21px;
    margin: 0 0 15px;
}
.product-main-price span {
    color: red;
    font-weight: bold;
}
    .product-main-price .new {
      font-weight:normal;
      color: red;
      font-weight:bold;
  }
  .product-main-price .old {
      font-size: 16px;
      font-weight: normal;
      color: #666;
      text-decoration: line-through;
      margin-left: 30px;
  }
.product-main-tit {
  font-size: 18px;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin: 0 0 10px;
}
.product-main-list li {
  font-size: 16px;
  margin: 0 0 10px;
  background: url("../W_images/pro_icon.png") no-repeat left 5px;
  padding-left: 20px;
}
.pro-button {
    display:flex;
    flex-wrap:wrap;
}
.product-main-cart {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.product-main-cart a {
    background: #008bd4;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 15px 40px;width: 100%;font-size: 19px;
}
    .product-main-cart a:hover {
        opacity:0.7;
    }
.pro-btn-cart {}
    .pro-btn-cart i {
        background: url(/W_images/icon-cart.png) no-repeat left center;
        background-size: 30px;
        padding: 7px 17px;
    }
.pro-btn-cart span {
    font-weight:normal;
    text-transform:none;font-size: 15px;
}

.product-main-img {
    display: flex;
    width: 48%;
    justify-content: space-evenly;
}
.product-main-img-lager {
    margin: 0;
    order: 2;
    width: calc(80% - 10px);
    /*border: 1px solid #e0e0e0; align-items: center;*/
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
    padding: 10px;
}
.product-main-img-lager img {background:#fff;}
.product-main-img-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
}
    .product-main-img-thumb li {
        border: 1px solid #ededed !important;
        cursor: pointer;
        margin: 2px 0;
        border-radius: 5px;
    }
.product-main-img-lager img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.product-main-img-thumb li img {
    padding:5px;
}
.product-main-img-thumb li:hover {
  opacity: 0.7;
}
.product-main-status span {
    font-weight:bold;
    color:#666;
}
ul.pro-tabs {
  display: flex;
  margin-bottom: -1px;
}
    ul.pro-tabs li {
        font-size: 18px;
        color: #16460c;
        display: inline-block;
        padding: 10px 30px;
        cursor: pointer;
        font-weight: 700;
        text-transform: uppercase;
        background: #fff;
        /*border: 1px solid #e0e0e0;*/
        transition: all 0.5s ease;
        margin-right: 5px;
        text-align: center;
    }
        ul.pro-tabs li.current, ul.pro-tabs li:hover {
            /*   color: #fff;border-color: #3a3a3a;  background: #008bd4;*/
        }
.pro-tab-content {
    display: none;
    overflow: hidden;
    /*border: 1px solid #e0e0e0;*/
    padding: 15px;
    min-height: 100px;
    color: #444;
    /*height: calc(100% - 53px);*/
}
.pro-tab-content.current {
  display: inherit;
}

.product-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content:space-between;
}
.side-col {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    width: 22%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.new_product_item:not(:last-child){
	
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.new_product_ttl {
    font-size: 20px;
    color: #16460c;text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 14px 0;
    /*border-bottom: 1px solid #dbdbdb;*/
}

.new_product_item a {
    display: flex;align-items: center;
    text-decoration: none;
    transition: all 0.5s ease;
}

.new_product_item a:hover .new_product_itm_ttl {
    color:#008bd4;
}

.new_product_itm_img {
    width: calc(90%/2 - 10px);margin-bottom:0;
}

.new_product_itm_main {
    width: 100%;
    padding-left: 10px;
}

.new_product_itm_ttl {
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 0;line-height: 1.4em;
    color: #444;
    transition:all 0.3s;
}

.new_product_itm_txt {
    font-size: 13px;
    margin: 10px 0;
    color: #333;
}

.new_product_itm_price {
    font-size:14px;
    margin:10px 0 0 0 ;
}

.new_product_itm_price .new {
    color: #ed1b24;
	font-size: 120%;
}

.new_product_itm_price .old {
	text-decoration: line-through;
	display: inline-block;
	margin-left: 30px;
}

.pro_item {
    width: calc(100%/4 - 15px);
    margin: 0 20px 50px 0;
    position: relative;
    transition: all 0.3s;
}

/*.pro_item:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: -1;
	background: url("../W_images/b01_itm_bg.png") no-repeat top right;
	width: 144px;
	height: 20px;
}*/

.pro_item:nth-child(4n){
    margin-right:0;
}

.pro_item:hover {
	transform: translateY(-10px);
}

.pro_item a {
   text-decoration:none;text-align:center;
}

.pro_ttl {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 300;
}
.pro_itm_img {
    margin: 0;
    overflow: hidden;
}
    .pro_itm_img img {
        flex-shrink: 0;
        max-height: 100%;
    }

.pro_itm_ttl a:hover {
  color: #f79930;
}
.pro_itm_ttl {
    font-size: 16px;
    color: #000;
    color: #16460c;
    font-weight: 600;
    line-height: 1.4;
}


.product-cont-more {
    width: 100%;
    padding: 50px;
    /*border-radius: 20px;box-shadow: 0px 0px 10px 0px #ebe1c4;*/
    background: #fff;
}
.product-cont-more-list {
    display:flex;
    flex-wrap:wrap;
}
.product-cont-info {
    width: 75%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.product-cont-more-ttl {
    font-size: 26px;
    color: #16460c;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
    padding-bottom: 15px;
    line-height: 1.8em;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}


.pro-other-item {
    width: calc(90%/4 - 70px);
    margin: 0 45px 10px 0;
}
.pro-other-item:nth-child(5n) {
  margin-right: 0;
}
    .pro-other-item a {
        text-decoration: none;
        background: #fff;
        display: block;
        height: 100%;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        overflow: hidden;
        transition: all 0.5s;
        position: relative;
    }
.pro-other-itm-new {
  margin: 0;
  position: absolute;
  background: #8dc63f;
  right: 0;
  top: 15px;
  color: #fff;
  font-size: 18px;
  padding: 3px 10px 0 0;
  font-family: 'iCielPanton';
  font-weight: 300;
  z-index: 2;
}
.pro-other-itm-new:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 15px;
  border-color: transparent transparent #8ec63f transparent;
  left: -15px;
  top: 0;
}
.pro-other-itm-img {
  overflow: hidden;
  margin: 0;
  padding: 20px;
}
.pro-other-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.pro-other-itm-main {
  padding: 10px;
  position: relative;
}
/*.pro-other-itm-main:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8dc63f;
  right: 10px;
  top: 30px;
}
.pro-other-itm-main:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  background: #8dc63f;
  right: 17px;
  top: 23px;
}
.pro-other-itm-price:before {
  content: '';
  position: absolute;
  background: #8dc63f;
  width: 50px;
  height: 1px;
  top: 30px;
  right: 30px;
}*/
.pro-other-itm-price {
  font-size: 15px;
  margin: 0 0 10px;
  text-align:center;
}
.pro-other-itm-main {
    border-left: 3px solid #8cc63e;
    padding-left: 10px;
    font-family: 'UTMBryantLG';
}
.pro-other-itm-price .new {
    color: red;
    font-size:130%;
}
.pro-other-itm-price .old {
    margin-left: 25px;
    text-decoration:line-through;
}
.pro-other-itm-ttl {
    font-size: 17px;
    color: #36358d;
    margin: 0;
    margin-bottom: 6px;
    text-align:center;
}
.pro-other-itm-txt {
    margin: 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    color: #000;
}
.pro-other-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
     .product-main {
    display: block;
    margin: 0 0 40px;
  }
  .product-main-info {
    width: 100%;
    margin: 0 0 30px;
  }
    .product-main-ttl {
        font-size: 22px;
        margin: 0 0 20px;
    }
  /*.product-main-txt {
    font-size: 14px;
  }*/
  .product-main-price {
    font-size: 16px;
  }
  .product-main-price .new {
      font-weight:normal;
      color: red;
      font-size:24px;
  }
  .product-main-price .old {
      font-weight: normal;
      color: #666;
      text-decoration: line-through;
      margin-left: 30px;
  }
  .product-main-tit {
    font-size: 16px;
  }
  .product-main-list li {
    font-size: 14px;
    background-position-y: 4px;
  }
  .product-main-cart a {
    font-size: 12px;
    padding: 10px 30px;
    background-color: #60980c;
    width:100%;
  }
  .product-main-img {
    width: 100%;margin-bottom: 30px;
  }
  .product-cont {
    display: block;
  }
  .product-cont-info {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 3%;
    font-size: 12px;
  }
  .tab-content {
    padding: 20px;
  }
  .tab-content p {
    font-size: 14px;
  }
  .side-col {
      width:100%;
  }
  .new_product {
      width:100%;
  }
  .new_product_itm_img {
      width: calc(50%/2 - 10px);
  }

  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
  }
    .pro_item {
        width: calc(100%/4 - 15px);
        margin: 0 20px 20px 0;
    }
    .pro_item:nth-child(5n) {
        margin: 0 20px 20px 0;
    }
    .pro_item:nth-child(4n) {
        margin-right: 0;
    }
    .pro_itm_txt {
        font-size: 11px;
    }
    .pro_itm_ttl {
        line-height: 1.3em;
        min-width:initial;
    }
    .pro_itm_img {
        height:auto;
    }
  .product-cont-more {
    width: 100%;
  }
    .pro-other-item {
        width: calc(100%/3 - 40px);
        margin: 0 40px 15px 0;
    }
  .pro-other-itm-ttl {
      font-size:14px;
  }
}
@media screen and (max-width: 480px) {
    .product-main, .product-cont-more {
        padding: 0;border-radius: unset;
        box-shadow:none;
    }
    .product-main-img-thumb li{margin:0 3px;}
    .product-main-cart {
        flex-wrap: wrap;
    }
    .product-main-cart a {
        font-size:12px;
        padding: 10px 20px;
    }
    .pro-btn-facebook {
        width: 100%;
        margin-top: 15px;
    }
    .product-main-img {
        display: block;
    }
    .product-main-img-lager, .product-main-img-thumb {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .pro-tab-content {
        font-size:14px;
    }
    .pro-other-itm-main {
        padding: 5px;
    }
    .pro_contact_title {
        line-height: 1.5em;
    }
 .product-cont-more-list{display:flex;justify-content:space-between;}
.product-cont-more-list .pro-other-item {
    width: 49%;margin: 0 0 30px;    
  }
.pro_item {
    width: 48%;margin-right:0;margin-bottom:40px;
    
}
.pro_itm_ttl{font-size:15px;}
.pro-other-itm-ttl{line-height: 1.3em;font-size:13px;}
    ul.pro-tabs li {
        font-size: 13px;
        margin-right: 0;
        padding: 10px 8px;
    }

.pro-other-itm-price {
    font-size: 12px;
    margin: 0 0 5px;
}
    /*ul.pro-tabs li:last-child{padding-right:0;}*/
}