@charset "UTF-8";
#products{
  border-bottom: 1px solid #d7c7be;
}
#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 .txt_red{
        color: #ff0819;
  }
#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.img1{
  justify-content: center;
}

#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: 10px;
}

#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;
  cursor:pointer;
}
#products .inner > .img .slider-nav .slick-slide img:hover {opacity: .7}
#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 > .name{
  margin-bottom: 10px;
}
#products .inner > .detail > .name > span{
      font-size: 60%;
    color: #111;
    font-weight: normal;
    margin-left: 1rem;
}
#products .inner > .detail >p{
  padding: 0px 20px;
    margin-bottom: 10px;
}

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

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

#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: 130px;
  box-sizing: border-box;
  font-weight: 800;
  border-right: 4px 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: 20px;
}

#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: 10px 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: 10px;
/*  結婚指輪KUWAYAMAのアンブラッセの中間写真用にサイズ合わせている*/
  max-width: 370px;
width: 47%;
    display: block;
}

#products .inner > .detail > .cont02 > .list > dd ul {
  list-style-type: disc;
  padding-left: 30px;
  box-sizing: border-box;
}
#products .inner > .detail > .cont02 > .list > dd ul li{
  margin-bottom: 0.5rem;
}
#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:767px) {
  #products .inner > .detail > .cont02 > .list > dd img {
        float: none;
    width: 100%;
    max-width: 480px;
            margin: 0;
  }
  
  
  
  #products .inner{
        font-size: 93%;
    line-height: 1.6;
  }

#products .inner > .detail > .cont01 {
    padding: 5px 0px;
}
  
  
  
  #products .inner > .detail > .cont01 > .inner .tbl{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  #products .inner > .detail > .cont01 > .inner .tbl tr{
    display: flex;
    flex-direction: column;
  }
  #products .inner > .detail > .cont01 > .inner .tbl tr:last-child td{
    padding-bottom: 0;
  }
  #products .inner > .detail > .cont01 > .inner .tbl th, #products .inner > .detail > .cont01 > .inner .tbl td{
    padding: 0px 0px;
    display: block;
  }
  #products .inner > .detail > .cont01 > .inner .tbl th {
/*    width: 80px;*/
    width: 100%;
/*        padding-right: 10px;*/
padding-bottom: 5px;
            border: 0px;
    font-size: 105%;
    
  }
#products .inner > .detail > .cont01 > .inner .tbl td{
        padding:0 0 20px 15px;
  }
#products .inner > .detail > .name,#products .inner > .name{
font-size: 130%;
  padding: 3px 10px 5px;
          line-height: 1.3;
}
  #products .inner > .detail >p{
        padding: 0;
        font-size: 14px;
        margin: 0px 0 10px;
  }

  
#products .inner > .detail > .cont02 {
    padding: 0 0px;
}
  #products .inner > .detail > .cont02 > .list > dt{
    padding-bottom: 5px;
  }
  #products .inner > .detail > .cont02 > .list{
    padding: 5px 0px 0;
  }
  #products .inner > .detail > .cont02 > .list > dd ul{
    padding-left: 25px;
  }
  
  #products .inner > .detail > .cont02 > .list > dd ul li{
    margin-bottom: 0.7rem;
  }
  
  
  #products .inner > .img,
  #products .inner > .detail {
    width: 100%;
  }
  #products .inner > .img.style-01 > div {
    width: 100%;
  }
}

#products .inner > .detail .flex_btnrap{
      max-width: 580px;
    margin: 0 auto 2rem;
  padding: 0px 20px;
}

#products .inner > .detail .btn-wrap{
  display: flex;
    justify-content: space-between;
    align-items: center;
  margin: 0 0 10px;
  
}
#products .inner > .detail .btn-wrap > .btn_ttl{
      font-size: 125%;
  color: #7f5c2e;
}
#products .inner > .detail .btn-wrap > .btn a{
  text-decoration: none;
    font-size: 100%;
    color: #fff;
    letter-spacing: 1px;
    background-color: #7f5c2e;
    padding: 8px 60px;
    transition: all 300ms ease-in-out;
      display: block;
}

#products .inner > .detail .btn-wrap > .btn a:hover{
  opacity: 0.7;
}

#products .inner > .detail .btn-wrap > .btn a img{
  
    padding-left: 0.5rem;
}

@media screen and (max-width:1040px) {
  #products .inner > .detail .btn-wrap > .btn_ttl {
            font-size: 115%;
  }
  #products .inner > .detail .btn-wrap > .btn a{
    padding: 5px 40px;
  }
}
@media screen and (max-width:466px) {
  #products .inner > .detail .btn-wrap > .btn_ttl {
/*    font-size: 80%;*/

  }
  #products .inner > .detail .btn-wrap > .btn a{
  padding: 2px 10px;
    font-size: 90%;
  }
  
  
  #products .inner > .detail > .cont01 > .inner .tbl{
            padding: 0px 5px;
  }
      
  
  #products .inner > .detail > .cont01 > .inner .tbl th{
/*            width: 50px;*/
  }
  
}


/*

婚約指輪　表*/


#products .details {
  display: block;
  margin-bottom: 10px;
  overflow: auto;
}

#products .details > .tbl-blc {
  display: block;
  padding: 10px 5px 0px;
  /* overflow: auto; */
}

#products .details > .tbl-blc > .tbl {
  width: 100%;
  /* min-width: 718px; */
  border: 2px solid #d7c7be;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}

#products .details > .tbl-blc > .tbl th,
#products .details > .tbl-blc > .tbl td {
  text-align: center;
  border-bottom: 2px solid #d7c7be;
  padding: 2px 10px;
  box-sizing: border-box;
}

#products .details > .tbl-blc > .tbl th.sp {
  display: none;
}

#products .details > .tbl-blc > .tbl thead th:nth-child(2n+2) {
  background-color: #faf5f2;
}

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

#products .details > .tbl-blc > .tbl thead th:nth-child(1),
#products .details > .tbl-blc > .tbl tbody th {
  text-align: left;
  width: 170px;
}

#products .details > .tbl-blc > .tbl thead th:nth-child(1),
#products .details > .tbl-blc > .tbl tbody th {
  border-right: 2px solid #af9f99;
}

#products .details > .tbl-blc > .tbl thead th {
  width: calc(20% - (300px / 5));
}

#products .details > .txt-over {
  text-align: center;
  font-size: 90%;
  color: #d20023;
  margin-top: 5px;
}


@media screen and (min-width:791px) {
  #products .details > .txt-over {
    display: none;
  }
}



@media screen and (max-width:1000px) {
  #products .img .slider-for {
    min-height: 0;
  }
  #products .details > .tbl-blc > .tbl thead th:nth-child(1),
  #products .details > .tbl-blc > .tbl tbody th {
    width: 110px;
  }
  #products .details > .tbl-blc > .tbl thead th {
    width: calc(20% - (280px / 5));
  }
}

@media screen and (max-width:790px) {
  #products .details > .tbl-blc > .tbl thead th:nth-child(1),
  #products .details > .tbl-blc > .tbl tbody th {
    width: 100px;
  }
  #products .details > .tbl-blc > .tbl thead th {
    width: calc(20% - (250px / 5));
  }
}

@media screen and (max-width:767px) {
  #products .details > .tbl-blc > .tbl {
    border: none;
  }
  #products .details > .tbl-blc > .tbl thead {
    display: none;
  }
  #products .details > .tbl-blc > .tbl tbody tr {
    margin-bottom: 20px;
  }
  #products .details > .tbl-blc > .tbl tbody th,
  #products .details > .tbl-blc > .tbl tbody td {
    display: inline-block;
    border: 1px solid #af9f99;
    border-top: none;
  }
  #products .details > .tbl-blc > .tbl tbody th:nth-of-type(1) {
    width: 100%;
    border-top: 1px solid #af9f99;
    border-right: 1px solid #af9f99;
    margin-top: 20px;
  }
  #products .details > .tbl-blc > .tbl tbody td:nth-of-type(2n+1) {
    background-color: #fff;
  }
  #products .details > .tbl-blc > .tbl tbody th:nth-of-type(2n+2) {
    background-color: #faf5f2;
  }
  #products .details > .tbl-blc > .tbl tbody td:nth-of-type(2n+1) {
    background-color: #faf5f2;
  }
  #products .details > .tbl-blc > .tbl th.sp {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-right: none;
  }
  #products .details > .tbl-blc > .tbl td {
    width: 50%;
  }
  
  
  
}



/*リンクボタンについて*/
.btn_block a{display: block}
.btn_block a:hover{opacity: 0.7}
.btn_block img{width: 100%;}

.btn_block{
    padding: 0 6% 0;
  display: flex;
  justify-content: space-between;
}
.btn_block.flex_center{
  justify-content:center;
}
.btn_block>div{
width: 48%;
  max-width: 355px;
}

@media screen and (max-width:560px) {
  .btn_block{
        padding: 0 2% 0;
    flex-direction: column;
    justify-content: center;
  }
.btn_block>div{
  width: 100%;
  margin: 0 auto;
  }
  .btn_block>div:first-child{
        margin-bottom: 10px;
  }
}



.back_btn .btn a{
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    letter-spacing: 1px;
    background-color: #7f5c2e;
    padding: 10px 5px;
    transition: all 300ms ease-in-out;
      margin: 10px 0 0;
}
.back_btn .btn a:hover{
  opacity: .7;
}
@media screen and (max-width:990px) and (min-width:767px){
  .back_btn .btn a{
        font-size: 75%;
  }
}

@media screen and (max-width:559px) {
  .back_btn .btn a{
     font-size: 130%;
  }
}
.back_btn2{
        margin: 100px 0 0;
}


/*mens-jewelry/ring印台*/
#products .inner > .img .slider-nav .slick-slide .slider-nav_txt{
    line-height: 1;
    text-align: center;
}


