﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.product-main-info {
    width: 48%;
    padding: 0 10px 0 20px;
}

.product-main-ttl {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--mcolor);
    line-height: 1.3em;
    margin: 0 0 20px;
}
.info-itm {
    font-size: 19px;
    color: #000;
    margin-bottom: 0px;
}
.product-main-txt > p {
    font-size: 19px;
    margin-bottom: 0px;
}
.product-main-txt {
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 20px;
}
.pro-stock {
    color: #10532b
}
.product-main-price {
    margin: 0 0 15px;
    background: #f2f2f2;
    padding: 10px 20px;
    color: var(--mcolor);
    font-size: 33px;
    font-weight: bold;
}
    .product-main-price .price-ttl {
        font-size: 24px;
        color: #636363;
        font-weight: 500;
        margin-right: 10px;
    }
.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 .buy-now {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 4px 20px 8px;
    transition: all 0.5s;
    overflow: hidden;
}

    .product-main-cart .buy-now:before {
        content: '';
        position: relative;
        display: inline-block;
        background: url(../W_images/idx_cart.png) no-repeat;
        background-size: 100% auto;
        width: 25px;
        height: 23px;
        margin-right: 10px;
        top: 4px;
    }

.product-main-cart .add-to-cart {
    display: inline-block;
    background: #073d1e;
    color: #ff0;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 20px 8px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.product-main-cart .add-to-cart:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../W_images/b02_cart.png) no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    top: 4px;
}
.product-main-cart .add-to-cart img {
    position: absolute;
    left: 0%;
    bottom: 0;
}
.product-main-cart .buy-now:hover {
    background: #0c4e28;
}
.product-main-cart .add-to-cart:hover {
    background: #ffa900;
}
.product-main-img {
    display: flex;
    width: 48%;
    justify-content: space-between;
}
.product-main-img-lager {
    width: 440px;
    order: 2;
    margin: 0;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    min-height: 440px;
}
.product-main-img-thumb{width:170px;}
.product-main-img-thumb li{padding:0 5px;}
/*.product-main-img-thumb {
    display: flex;
    flex-direction: column;  width: 25%;
    justify-content: space-between;
  
}*/
/*.product-main-img-thumb li {
  height: calc(33.33% - 5px);
  border: 1px solid #e0e0e0;
  width: 25%;
  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%;
    height: 100%;
    object-fit: cover;
}
.product-main-img-thumb .slick-arrow {
    position: absolute;
    text-indent: -5000000px;
    border: none;
    width: 17px;
    height: 39px;
    z-index: 99;
    top: 25%;
    cursor: pointer;
}

.product-main-img-thumb .slick-prev {
    left: 0;
    background: url(/W_images/ico-prev.png) no-repeat left center;
}
.product-main-img-thumb .slick-next {
    right: 0;
    background: url(/W_images/ico-next.png) no-repeat left center;
}
.product-main-img-thumb li:hover {
    opacity: 0.7;
}
ul.pro-tabs {
  display: flex;
  margin-bottom: -1px;
}
    ul.pro-tabs li {
        font-size: 21px;
        color: #565656;
        display: inline-block;
        padding: 10px 30px;
        cursor: pointer;
        text-transform: uppercase;
        background: #6f421b;
        /*border: 1px solid #e0e0e0;font-weight: bold;*/
        transition: all 0.5s ease;
        margin-right: 5px;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }
        ul.pro-tabs li.current, ul.pro-tabs li:hover {background: var(--mcolor);color: #fff;}
.pro-tab-content {
    display: none;
    border-top: 1px solid var(--mcolor);
    border-bottom: 1px solid var(--mcolor);
    padding: 25px 0;
    height: calc(100% - 53px);
}
.pro-tab-content.current {
  display: inherit;
}
.pro-tab-content p {
  font-size: 16px;
}
.product-cont{margin-bottom:40px;}
/*--------------------*/

/*FAQs*/
.product-faqs {
    width: 30%;
}
    .product-faqs h2 {
        background: #10532b;
        color: #feef00;
        padding: 20px;
        font-size: 17px;
        border-radius: 5px 5px 0 0;
        text-align: center;
        font-weight: 500;
    }
.list-faqs {
    padding: 20px 20px 40px 20px;
    background: #f2f2f2;
}
.faqs-itm {
    margin-bottom: 15px;
    overflow: hidden;
}
.faqs-itm:last-child{margin-bottom:0;}
    .faqs-itm h3 {
        line-height: 1.8em;
        font-size: 16px;
        color: #10532a;
        font-weight: 500;
        margin-bottom: 5px;
    }
        .faqs-itm h3 > span {
            background: #10532b;
            display: inline-block;
            color: #feef00;
            padding: 0px 10px;
            border-radius: 50%;
            margin-right: 5px;
        }
.faqs-reply {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    font-style: italic;
    color: #000;
    line-height: 1.5em;
}
.list-faqs .slick-dots {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .list-faqs .slick-dots button {
        width: 10px;
        height: 10px;
        border: none;
        background: #c9c9c9;
        cursor: pointer;
        border-radius: 50%;
        text-indent: -5000000px;
        margin: 0 7px;
    }
    .list-faqs .slick-dots .slick-active button {
        background: #dcdcdc;
    }
.info-itm label {
    margin-right: 20px;
}
.info-itm label input{margin-right:5px;}
.info-itm > span:first-child{color:#000;}
.sp-main-num {
    display: flex;
    margin: 20px 0;
}
.sp-main-num > span{margin-right:30px;}
.btn-booking a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: var(--mcolor);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 25px;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .product-faqs{width:100%;}
    .product-main {
        display: block;
        margin: 0 0 40px;
    }
    .product-main-info {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }
  .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;display: block;
  }
  .product-main-img-lager, .product-main-img-thumb{width:100%;margin-bottom: 20px;}
  .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-tab-content{padding: 25px 0;}
 .product-cont-more-list{display:flex;justify-content:space-between;}
.product-cont-more-list .pro-other-item {
    margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 2%;
    font-size: 11px;
  }
}