@charset "UTF-8";

#products .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d7c7be;
}

#products .inner > .name {
  width: 100%;
}

#products .inner > .img {
  width: 33%;
}

#products .inner > .img.style-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

#products .inner > .img.style-01 > div {
  text-align: center;
  width: 49%;
  margin-bottom: 20px;
}

#products .inner > .img .slick-slider {
  padding: 0 !important;
}

#products .inner > .img .slider-for {
  min-height: 300px;
  margin-bottom: 20px;
}

#products .inner > .img .slider-for .slick-prev.slick-arrow,
#products .inner > .img .slider-for .slick-next.slick-arrow {
  width: 30px;
}

#products .inner > .img .slider-for .slick-prev.slick-arrow::before {
  width: 30px;
  background-image: url('../img/product/arrow-left.png');
}

#products .inner > .img .slider-for .slick-next.slick-arrow::before {
  width: 30px;
  background-image: url('../img/product/arrow-right.png');
}

#products .inner > .img .slider-nav .slick-slide {
  /* border: 2px solid #fff; */
  padding: 0 2px;
  box-sizing: border-box;
}

#products .inner > .img .slider-for .slick-slide img,
#products .inner > .img .slider-nav .slick-slide img {
  margin: 0 auto;
}

#products .inner > .img .slider-nav .slick-slide img {
  object-fit: contain;
}

#products .inner > .detail {
  width: 65%;
}

#products .inner > .detail.style-01 {
  width: 100%;
}

#products .inner > .name,
#products .inner > .detail > .name {
  line-height: 1.5;
  font-size: 180%;
  color: #7f5c2e;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  padding: 10px 20px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#products .inner > .detail > .cont01 {
  padding: 10px 20px;
}

#products .inner > .detail > .cont01 > .inner {
  background-color: #f7f7f7;
  border-bottom: none;
  padding: 15px 10px;
}

#products .inner > .detail > .cont01 > .inner > .txt-blc {
  display: block;
  width: 100%;
  padding: 0 20px 25px;
}

#products .inner > .detail > .cont01 > .inner > .txt-blc > .ttl {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 140%;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding: 5px 0 10px;
}

#products .inner > .detail > .cont01 > .inner > .txt-blc > .sub {
  color: #e60012;
  font-weight: 800;
  margin: 25px 0 0;
}

#products .inner > .detail > .cont01 > .inner > .txt-blc > .txt {
  margin: 0;
}

#products .inner > .detail > .cont01 > .inner .tbl {
  width: 100%;
}

#products .inner > .detail > .cont01 > .inner .tbl th,
#products .inner > .detail > .cont01 > .inner .tbl td {
  padding: 15px 10px;
}

#products .inner > .detail > .cont01 > .inner .tbl th {
  width: 90px;
  box-sizing: border-box;
  font-weight: 800;
  border-right: 1px solid #fff;
  padding-right: 20px;
}

#products .inner > .detail > .cont01 > .inner .tbl td {
  padding-left: 20px;
}

#products .inner > .detail > .cont01 > .inner .tbl td ul {
  list-style-type: disc;
  padding-left: 30px;
  box-sizing: border-box;
}

#products .inner > .detail > .cont02 {
  padding: 0 20px;
  margin-bottom: 40px;
}

#products .inner > .detail > .cont02.low-bottom {
  margin-bottom: 10px;
}

#products .inner > .detail.style-01 > .cont02 {
  max-width: 800px;
  margin: 0 auto 40px;
}

#products .inner > .detail > .cont02 img {
  max-width: 100%;
  height: auto;
}

#products .inner > .detail > .cont02 > .list {
  padding: 20px 18px 0;
}

#products .inner > .detail > .cont02 > .list > dt {
  font-size: 120%;
  color: #7f5c2e;
  font-weight: 600;
  padding-bottom: 10px;
}

#products .inner > .detail > .cont02 > .list > dd {
  position: relative;
  padding-bottom: 20px;
}

#products .inner > .detail > .cont02 > .list > dd:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}

#products .inner > .detail > .cont02 > .list > dd img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#products .inner > .detail > .cont02 > .list > dd ul {
  list-style-type: disc;
  padding-left: 30px;
  box-sizing: border-box;
}

#products .inner > .detail > .cont03 {
  padding: 10px 20px;
}

#products .inner > .detail > .cont03 > .tbl-blc > .tbl {
  border-collapse: collapse;
  margin: 10px 0;
}

#products .inner > .detail > .cont03 > .tbl-blc > .tbl th,
#products .inner > .detail > .cont03 > .tbl-blc > .tbl td {
  text-align: center;
  border: 1px solid #5e3f32;
}

#products .inner > .detail > .cont03 > .tbl-blc > .tbl > thead tr.bg th:nth-of-type(2n+2) {
  background-color: #faf5f2;
}

#products .inner > .detail > .cont03 > .tbl-blc > .tbl > tbody th {
  vertical-align: middle;
  background-color: #faf5f2;
}

#products .inner > .detail > .cont03 > .tbl-blc > .tbl > tbody td:nth-of-type(2n+2) {
  background-color: #faf5f2;
}

#products .inner > .detail > .cont03 > .txt-blc {
padding: 0 18px;
}

#products .inner > .detail > .cont03 > .img-blc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#products .inner > .detail > .cont03 > .img-blc > .img {
  margin-bottom: 15px;
}

#products .inner > .detail > .cont04 {
  margin-bottom: 40px;
}

#products .inner > .detail > .cont04.low-bottom {
  margin-bottom: 10px;
}

#products .inner > .detail > .cont04 > .txt-blc {
  padding: 20px 18px 0;
}

#products .inner > .detail > .cont04 > .txt-blc > .ttl {
  font-size: 120%;
  color: #7f5c2e;
  font-weight: 600;
  padding-bottom: 10px;
}

#products .inner > .detail > .cont04 > .txt-blc > .txt {
  padding: 0 10px;
}

#products .inner > .detail > .cont04 > .txt-blc > .txt > .inp {
  padding: 15px 2%;
}

#products .inner > .detail > .cont04 > .txt-blc > .txt > .inp > input[type=text] {
  width: 180px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 5px;
}

#products .inner > .detail > .cont04 > .txt-blc > .txt > .inp > input[type=submit] {
  border: 1px solid #000;
  padding: 2px 15px;
  margin: 0 5px;
}

#products .inner > .detail > .cont04 .tbl {
  background-color:  #f7f7f7;
  margin: 15px 0;
}

#products .inner > .detail > .cont04 .tbl > tbody > tr > th,
#products .inner > .detail > .cont04 .tbl > tbody > tr > td {
  border-bottom: 1px solid #5e3f32;
  padding: 5px 10px;
}

#products .inner > .detail > .cont04 .tbl > tbody > tr:nth-last-child(1) > th,
#products .inner > .detail > .cont04 .tbl > tbody > tr:nth-last-child(1) > td {
  border-bottom: none;
}

#products .inner > .detail > .cont04 .tbl > tbody > tr > th {
  text-align: center;
  width: 70px;
  border-right: 1px solid #fff;
}

#products .inner > .detail > .btn {
  display: flex;
  justify-content: center;
}

#products .inner > .detail.style-01 > .btn {
  margin-bottom: 40px;
}

#products .inner > .detail > .btn > a {
  text-decoration: none;
  font-size: 100%;
  color: #fff;
  letter-spacing: 1px;
  background-color: #7f5c2e;
  padding: 8px 40px;
  transition: all 300ms ease-in-out;
}

#products .inner > .detail > .btn > a:hover {
  opacity: .7;
}

#products .inner > .detail > .btn.pdf > a > img {
  position: relative;
  top: -2px;
  margin: 0 10px;
}

@media screen and (max-width:1000px) {
  #products .inner > .detail > .cont03 .tbl-blc,
  #products .inner > .detail > .cont04 .tbl-blc {
    overflow-y: scroll;
  }  
  #products .inner > .detail > .cont03 .tbl-blc > .tbl,
  #products .inner > .detail > .cont04 .tbl-blc > .tbl {
    width: 680px;
  }
}

@media screen and (max-width:767px) {
  #products .inner > .img,
  #products .inner > .detail {
    width: 100%;
  }
  #products .inner > .img.style-01 > div {
    width: 100%;
  }
  
    #products .inner > .detail > .name {
        font-size: 130%;
        padding: 3px 10px 5px;
    }
  #products .inner > .detail > .cont02,#products .inner > .detail > .cont01,#products .inner > .detail > .cont01 > .inner > .txt-blc,#products .inner > .detail > .cont03,#products .inner > .detail > .cont04 > .txt-blc,#products .inner > .detail > .cont04 > .txt-blc > .txt{
    padding: 0
  }
  #products .inner > .detail > .cont01 > .inner > .txt-blc > .ttl{
        font-size: 120%;
    padding: 0;
  }
  #products .inner > .detail > .cont01 > .inner > .txt-blc > .sub{
    margin: 5px 0 0;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
}