@charset "UTF-8";
#products{
      border-bottom: 1px solid #d7c7be;
  padding: 0 0 5rem;
}
.kakaku_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kakaku_box > .img,
.kakaku_box > .cont {
  width: 50%;
  box-sizing: border-box;
}

.kakaku_box > .img {
    max-width: 540px;
    width: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kakaku_box > .cont {
  background-color: #fff8ff;
  padding: 20px 20px;
  line-height: 1.5;
}

.kakaku_box > .cont > .ttl {
  font-size: 180%;
  color: #7f5c2e;
  font-weight: 600;
  border-bottom: 1px solid #5e3f32;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.kakaku_box > .cont > .txt-box {
  display: inline-block;
  margin: 10px;
      font-size: 14px;
}
.kakaku_box > .cont > .txt-box span.red{
  color: #ff0819;

}
.kakaku_box > .cont > .txt-box span.bold{
    font-weight: bold
}
.kakaku_box > .cont > .txt-box a{
  font-weight: bold;
  color: #7f5c2e;
}

.kakaku_box > .cont > .txt-box > .tbl {
  margin: 12px 0 30px;
}


@media screen and (max-width:1000px) {
  .kakaku_box {
    max-width: 600px;
    margin: 0 auto;
  }
  .kakaku_box > .img {
    height: 440px;
  }
  .kakaku_box > .img,
  .kakaku_box > .cont {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .kakaku_box > .cont > .txt-box {
  display: inline-block;
  margin: 0px;
      font-size: 14px;
}
  .kakaku_box > .cont {
    padding: 20px 20px;
  }
}

@media screen and (max-width:640px) {
  .kakaku_box > .img {
    height: 66vw;
  }
}

@media screen and (max-width:480px) {
  .kakaku_box > .cont {
    padding: 20px 15px;
  }
  .kakaku_box > .cont > .txt-box > .tbl th,
  .kakaku_box > .cont > .txt-box > .tbl td {
    display: block;
  }
}

/* ノットさんに書かれたのはここから */

.kakaku_box {
  margin-bottom: 40px;
}

#products .inner .txtRed {
  display: block;
  text-align: center;
  color: #ff0819;
  margin-bottom: 20px;
}

#products .inner table, 
#products .inner table tr th, 
#products .inner table tr td {
  border: 1px solid #b5a49e;
  border-collapse: collapse;
}

#products .inner table {
  margin: 0 auto;
  margin-bottom: 40px;
      max-width: 950px;
  
}

#products .inner table tr th,
#products .inner table tr td {
  padding: 2px 8px;
  box-sizing: border-box;
}

#products .inner table tr:nth-child(1) td {
  text-align: center;
  color: #5b3a28;
  font-weight: 600;
  background-color: #faf4f4;
  border-bottom: 1px solid #4d2b1d
}

#products .inner table tr td {
  text-align: center;
}

#products .inner table tr td a {
  color: #997e5a;
}

#products .inner table tr:not(:nth-child(1)) td:nth-child(2) {
  text-align: right;
}


/*ボタン*/


.diamond_btn ul{
display: flex;
    flex-direction: column;
    justify-content: center;
      margin: 20px 0 0;
}
.diamond_btn li{
    background-color: #7f5c2e;
    padding: 8px 40px;
width: 100%;
    max-width: 420px;
  margin: 1rem auto 0;
}


.diamond_btn a {
    display: block;
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    letter-spacing: 1px;

    transition: all 300ms ease-in-out;
}

#products .inner .diamond_btn a:hover{
  opacity: .7;
}

/*ダイアモンド価格表*/
.B_txtBox,.diamond_btn{
  text-align: center;
}
.B_txtBox{
      line-height: 1.6;
}
.B_txtBox .Red{
  font-size: 120%;
  color: #ff0819;
}

.diamondBox{
      padding: 4rem 0 0;
}
@media screen and (max-width:550px) {
  .diamond_btn li {
  padding: 8px 5px;
        width: 95%;
  }
}

/*---------------表　幅固定---------------*/

/*
#products .inner table tr td{
  white-space:nowrap;
}

*/
#products .inner table tr td:nth-child(2),#products .inner table tr td:nth-child(4),#products .inner table tr td:nth-child(6),#products .inner table tr td:nth-child(7),#products .inner table tr td:last-child{
  white-space:nowrap;
}
#products .inner table tr:nth-child(1) td{
  white-space:normal;
}
@media screen and (max-width:860px) {
  #products .inner table{
    font-size: 12.5px;
  }
}
@media screen and (max-width:670px) {
  #products .inner table{
    line-height: 1.3;
    font-size: 11.5px;
  }
  #products .inner table tr td{
    padding: 5px 4px;
  }
}

@media screen and (max-width:450px) {
  #products .inner table{
    font-size: 9.7px;
  }
      #products .inner table tr td {
        padding: 5px 2px;
    }
}
