﻿.product-main {
  display: flex;
  justify-content: space-between;align-items: start;
  margin: 0 0 60px;
}
.product-main-info {
  width: 48%;
  order: 2;
}

.product-main-ttl {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e4355;
    line-height: 1.3em;
    margin: 0 0 20px;
}
.product-main-weight{font-size:18px;}
.product-main-txt {
  
  
  margin: 0 0 20px;
}
.product-main-price {
  font-size: 18px;
  margin: 0 0 15px;
}
.product-main-price .product-main-price-new {
font-size: 24px;
    color: #eb1c1c;
    font-weight: bold;
}
.product-main-price-old{text-decoration:line-through;margin-left: 20px;}
.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 a {
  text-decoration: none;
  color: #fff;
  background: #1e4355;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 50px;
  display: inline-block;
  transition: all 0.5s ease;
}
.product-main-cart {
  margin: 20px 0 0;
}
.product-main-cart a:hover {
  background: #d63838;
}
.product-main-img {
    display: flex;
    width: 48%;
    justify-content: space-between;
}
.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;
}
.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, .product-main-img-thumb li img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.product-main-img-thumb li:hover {
  opacity: 0.7;
}
ul.pro-tabs {
  display: flex;
  margin-bottom: -1px;
}
ul.pro-tabs li {
    font-size: 15px;
  color: #565656;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: #6f421b;
  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: #1e4355;
  color: #fff;
  /*border-color: #3a3a3a;*/
}
.pro-tab-content {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 40px;
  height: calc(100% - 53px);
}
.pro-tab-content.current {
  display: inherit;
}
.pro-tab-content p {
  font-size: 16px;
}
.product-cont {
  display: flex;
  justify-content: space-between;
}
.product-cont-more {
  width: 270px;
}
.product-cont-info {
  width: calc(100% - 300px);
}
.product-cont-more-ttl {
  font-size: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;
}
.pro-other-item {
  margin: 0 30px 30px 0;
  width: 100%;
}

.pro-other-itm-main {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pro-other-itm-img {
  margin: 0;
}
.pro-other-itm-img img {
  width: 100%;
  max-width: none;
  max-height: 100%;
  transition: all 0.7s;
}
.pro-other-itm-btn {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  transition: all 0.3s;
  z-index: 5;
}
.pro-other-itm-btn a {
  display: flex;
  width: 50%;
  background: #94c4d4;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}
.pro-other-itm-btn a:first-child {
  background: #1e4355;
}
.pro-other-itm-btn a:hover {
  background: #d76a2e;
}
.pro-other-itm-ttl {
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #6f421b;
  display: block;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.pro-other-item:hover .pro-other-itm-btn {
  bottom: 0;
}
.pro-other-itm-img a {
  display: block;
}
.pro-other-item:hover .pro-other-itm-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.pro-other-itm-ttl a {
  text-decoration: none;
} 

@media screen and (max-width: 768px) {
	.pro-tab-content{padding:10px;}
     .product-main {
    display: block;
    margin: 0 0 40px;
  }
  .product-main-info {
    width: 100%;
    margin: 0 0 30px;
  }
  .product-main-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .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: 16px;
    padding: 10px 30px;
  }
  .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;
  }
  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-cont-more {
    width: 100%;
  }
  .under #content {
    padding-bottom: 50px;
  }
 
}
@media screen and (max-width: 480px) {
	.pro-other-itm-main{padding:0;}
	.product-main-img{display: block;}
	.product-main-img-lager{width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0;}
	.product-main-img-thumb{    width: 100%;}
 .product-cont-more-list{display:flex;justify-content:space-between;}
.product-cont-more-list .pro-other-item {
    width: 100%;margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 2%;
    font-size: 11px;
  }
}