﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.product-main-info {
  width: 48%;
  order: 2;
}
.camket-ttl {
    background: #005aab;
    color: #fff;
    padding: 7px 10px;
    font-weight: 500;
    margin-bottom: 0;
}
.camket-content {
    width:100%;
    background: #f5f5f5;
}
    .camket-content li {
        position: relative;
        padding: 20px 15px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        font-size: 17px;
        color : #444;     
    }
.camket-content li:last-of-type {
    border-bottom:none;
}
/*.camket-content li:after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: solid #24b300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    position: absolute;
    top: 25px;
    left: 5px;
}*/
ul.services li .fa-phone,.fa-paper-plane,.fa-arrow-rotate-left,.fa-plane {
    padding: 0 10px 0 0;font-size: 24px;vertical-align: top;
}
ul.services li span {
    font-size: 13px;
}
ul.services li:hover {
        background: #fe5621;
        color:#fff;
}
.product-main-ttl {
    color: #cf4234;
    font-size: 30px;
    line-height: 1.5em;
    margin: 0 0 8px;
    font-family: 'Oswald', sans-serif;
}

.product-main-txt {
    font-size: 17px;
    line-height: 1.6em;
    margin: 0 0 20px;
}
.product-main-price {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
}
    .product-main-price span {
        font-size: 24px;
        font-weight:bold;
        color: #D50000;
    }
.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;
}
.product-main-cart {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-bottom: 30px;
}
.product-main-cart a {
    background: #cf4234;
    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;
}
    .product-main-cart a:hover {
        background:#ff9d57;
    }
.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;
}
.pro-btn-hotline {}
.pro-btn-hotline i {
    background: url(/W_images/icon-call-white.png) no-repeat left center;
    background-size: 33px;
    padding: 7px 17px;
}
.pro-btn-facebook {}
.pro-btn-facebook i {
    background: url(/W_images/ico-facebook.png) no-repeat -15px center;
    background-size: 50px;
    padding: 7px 15px;
}

.pro_contact {
    border: 1px dashed #85c226;
    padding: 10px;
    background: #fdfdcb;
    color: #ff6b09;
    font-weight: bold;
}
.pro_contact_title {
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    color:#333;
}
.pro_contact_text {
    display:flex;
    justify-content:space-around;
}
.text_left .fa-phone {
    padding:0 13px 0 0;
}
.pro_contact_text span {
    color: #333;
    font-weight: normal;
}

.ico-phone {
    padding: 0px 12px;
    background: url(/img/ico-phone.png) no-repeat left 5px;
    background-size: 14px;
}

.product-main-img {
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: space-evenly;
}
.product-main-img-lager {
    margin: 0;
    order: 2;
    width: calc(75% - 10px);
    /*border: 1px solid #e0e0e0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    padding: 10px;box-shadow: 0px 0px 7px 2px #aaa;
}
    .product-main-img-lager img {
     
   
    }
.product-main-img-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
}
.product-main-img-thumb li {
  height: calc(33.33% - 5px);
  border: 1px solid #e0e0e0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-main-img-lager img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.product-main-img-thumb li img {
}
.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: 15px;
        color: #094bc3;
        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 {
        background: #cf4234;
        color: #fff;
        /*border-color: #3a3a3a;*/
    }
.pro-tab-content {
    display: none;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 15px;
    min-height: 100px;
    /*height: calc(100% - 53px);*/
}
.pro-tab-content.current {
  display: inherit;
}
.pro-tab-content p {
  font-size: 16px;
}
.product-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content:space-between;
}
.side-col {
    display:flex;
    flex-wrap:wrap;
    width: 22%;
	height: fit-content;
}

.new_product_ttl {
    font-size:20px;
    color:#cf4234;
    font-weight:bold;
    margin-top:30px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #505050;font-family: 'Oswald', sans-serif;text-transform: uppercase;
}
.new_product_item{margin-bottom:30px;}
.new_product_item a {
    display: flex;
    text-decoration: none;
    transition: all 0.5s ease;
}

.new_product_item a:hover {
    color:#cf4234;
}

.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: 10px;line-height: 1.4em;
}

.new_product_itm_txt {
    font-size: 13px;
    margin: 10px 0;
    color: #333;
}

.new_product_itm_price {
    font-size:14px;
}

.pro_list {
    display: flex;
    flex-wrap:wrap;
}
.pro_item {
    width: calc(100%/5 - 16px);
    position: relative;
    overflow: hidden;
    margin: 0 20px 40px 0;
    text-decoration: none;
    padding: 10px;
	border: 1px solid #e5e5e5;
    /*box-shadow: 0px 0px 5px 0px #e5e5e5;*/
}

.pro_item:nth-child(5n){
    margin-right:0;
}

.pro_ttl {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.pro_link a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  transition: all 0.3s;
}
.pro_link a:hover {
  color: #333;
}
.pro_link li {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.pro_link li:before {
  content: '';
  position: absolute;
  background: url("../W_images/idx_icon01.png") no-repeat center center/100% auto;
  left: 0;
  top: 5px;
  width: 24px;
  height: 10px;
}

.pro_itm_img {
  display: block;
      overflow: hidden;
  position: relative;
  
 
}
.pro_itm_img img {
  width: 100%;
  transition: all 0.7s;
}
.pro_item:hover .pro_itm_img img {
  transform: scale(1.1,1.1);
}
.pro_itm_main {
   
}
.pro_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    left: 0;
    top: 0;
    transform: scale(0.5,0.5);
    opacity: 0;
    transition: all 0.5s ease;
}
.pro_item:hover:after {
  transform: scale(1,1);opacity: 1;
}
/*.pro_item .pro_itm_img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  top: calc(100% - 60px);
  left: 0;
  transition: all 0.3s;
}
.pro_item:hover .pro_itm_img:after {
  top: 0;
}*/
.pro_item:hover .pro_itm_link{
    opacity:1;
}
.pro_itm_ttl{
    display: block;
    text-decoration: none;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
 
    line-height: 1.8em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;margin-bottom: 0;
}
.pro_item:hover .pro_itm_ttl{
  color: #f79930;
}
.pro_itm_star {
  margin: 0;
  text-align: center;
}
.pro_itm_link{position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.pro_itm_link  li {
    width: 35px;
    height: 35px;
    display: flex;
    background: #f79930;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
  transition: all 0.3s;
}
.pro_itm_link img {
  flex-shrink: 0;
}
.pro_item:hover .pro_itm_link li{opacity:1;}
.pro_itm_link li:not(:last-child) {
  margin-right: 10px;
}
.pro_itm_link a:hover {
  background: #f34431;
}
.pro_list:not(:last-child) {
  margin-bottom: 70px;
}

.pro_itm_txt {
    margin:0;
    color: #fff;
    font-size:14px;
}

.product-cont-more {
  width: 100%;
}
.product-cont-more-list {
    display:flex;
    flex-wrap:wrap;
}
.product-cont-info {
  width: 75%;
  margin-bottom: 30px;
}
.product-cont-more-ttl {
  font-size: 30px;
  color: #D50000;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;line-height: 1.8em;font-family: 'Oswald', sans-serif;
 
}


.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-price-txt {
  color:#333;
}
.pro-other-itm-price-num {
    color: #fb3332;
    font-weight: bold;
}
.pro-other-itm-price-num span {
  font-size: 160%;
}
.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 span {
    font-size: 20px;
  }
  .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: #cf4234;
    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;
    }
  .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-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-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_list {
 
    justify-content: space-between;
}
.pro_item {
    width: 48%;
	margin-right:0;
}


.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-btn-hotline i {
    background-size: 25px;
    padding: 10px 13px;
}
    /*ul.pro-tabs li:last-child{padding-right:0;}*/
}