@charset "UTF-8";
.main-area {
  width: 760px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.main-area.trade-price {
  background-color: #f7f4ed;
  padding-top: 32px;
  padding-bottom: 20px;
  color: #313131;
}

.main-area .h1 {
  font-size: 42px;
  color: #d8db8f;
  line-height: 1.5;
  margin: 20px 0;
}

.main-area p {
  margin: 0;
}

.main-area .lead {
  position: relative;
  top: -54px;
  color: #ad958c;
  font-size: 32px;
}

.trade-price .trade-price-voice {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

.trade-price .trade-price-voice li {
  font-size: 20px;
  text-align: left;
  line-height: 61px;
  line-height: 61px;
  padding-left: 68px;
  width: 582px;
  border-radius: 32px;
  background: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_face01.png) no-repeat 16px center #d9d0bd;
  position: relative;
  margin-left: 24px;
  margin-bottom: 19px;
}

.trade-price .trade-price-voice li:after {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 25px;
  left: -20px;
  bottom: 5px;
  background: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_fukidasi.png) no-repeat center;
}

.trade-price .trade-price-voice li:nth-child(2) {
  margin-left: auto;
  margin-right: 24px;
  width: 650px;
  background-image: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_face02.png);
}

.trade-price .trade-price-voice li:nth-child(2):after {
  transform: rotateY(180deg);
  left: inherit;
  right: -20px;
}

.trade-price .trade-price-voice li:nth-child(3) {
  background-image: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_face03.png);
}

.trade-price .okotae {
  font-size: 30px;
  font-weight: bold;
  color: #ad958c;
  line-height: 54px;
  margin-bottom: 30px;
}

.trade-price .okotae:before, .trade-price .okotae:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 57px;
  background: #ad958c;
  position: relative;
  top: 20px;
}

.trade-price .okotae:before {
  margin-right: 20px;
  transform: rotate(-30deg);
}

.trade-price .okotae:after {
  margin-left: 20px;
  transform: rotate(30deg);
}

.trade-price .trade-price-contact {
  margin-bottom: 50px;
  font-size: 18px;
}

.trade-price .trade-price-contact img {
  margin-right: 4px;
  top: -2px;
}

.trade-price .trade-price-contact span {
  display: block;
  color: #d4a696;
  font-weight: bold;
  font-size: 36px;
}

.trade-price .trade-price-system {
  background: white;
  border-radius: 8px 8px 0 0;
  margin: 0 15px;
}

.trade-price .trade-price-system h3 {
  background: #d8db8f;
  color: white;
  font-weight: normal;
  font-size: 26px;
  line-height: 48px;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

.trade-price .trade-price-system .h2 {
  font-size: 30px;
  color: #ad958c;
  font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0 0 1em;
  font-weight: normal;
}

.trade-price .trade-price-system .system-lead {
  background: #ad958c;
  color: white;
  line-height: 2;
  width: 637px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  padding: 16px 0;
  font-size: 18px;
}

.trade-price .trade-price-system > div {
  padding: 40px 10px;
}

.salon-sample {
  margin: 50px 0;
}

.salon-sample:before {
  content: '';
  display: block;
  background: #313131;
  width: 100%;
  height: 1px;
  position: relative;
  top: 18px;
  z-index: 0;
}

.salon-sample .ttl {
  margin-bottom: 40px;
}

.salon-sample h4 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  background: white;
  padding: 0 10px;
  margin: 0;
}

.sample-box {
  padding: 20px 0;
  border-bottom: 2px dashed #c3b597;
}

.sample-box .fukidasi {
  padding-left: 84px;
  background: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_woman01.png) no-repeat left 10px;
  margin-left: 10px;
}

.sample-box .fukidasi.fukidasi02 {
  background-image: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_woman02.png);
}

.sample-box .fukidasi.fukidasi03 {
  background-image: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_woman03.png);
}

.sample-box .fukidasi.fukidasi03 .fukidasi-inner {
  height: 72px;
}

.sample-box .fukidasi-inner {
  background: #d8db8f;
  border-radius: 20px;
  margin-left: 20px;
  position: relative;
  padding: 20px 16px;
  font-size: 24px;
  color: #00365b;
}

.sample-box .fukidasi-inner:before {
  content: '';
  display: block;
  position: absolute;
  border-right: 20px solid #d8db8f;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
}

.sample-box ul {
  margin: 0;
  list-style: none;
  padding: 20px 0 20px 160px;
  font-size: 16px;
}

.sample-box .otoku {
  padding-left: 170px;
}

.sample-box .otoku p {
  font-size: 18px;
}

.sample-box .otoku .otoku-price {
  background: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_calc.png) no-repeat left;
  color: #ad958c;
  padding: 10px 0 0 40px;
  font-weight: bold;
}

.sample-box .otoku .otoku-price span {
  font-size: 36px;
}

.trade-price-caution .trade-price-caution-inner {
  padding: 0 20px;
}

.trade-price-caution h4.ttl {
  background: #ad958c;
  color: white;
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 1em;
}

.trade-price-caution p {
  font-size: 18px;
  margin-bottom: 1em;
  padding: 0 8px;
}

.trade-price-caution p span {
  font-size: 22px;
  font-weight: bold;
}

.trade-price-caution p.small {
  font-size: 14px;
  padding-left: 10px;
}

.trade-price-caution h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 8px;
}

.trade-price-caution .exception {
  border: 3px solid #f5f0b5;
}

.trade-price-caution .exception h5 {
  font-size: 21px;
  color: #e60012;
  background: #f5f0b5;
  line-height: 40px;
  margin: 0;
}

.trade-price-caution .exception .txt {
  padding: 20px 16px;
}

.trade-price-caution .exception .txt p {
  font-size: 16px;
}

.trade-price-caution .exception .txt p span {
  font-size: 22px;
}

.trade-price-caution .exception .txt p.tel {
  color: #ad958c;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0;
}

.trade-price-caution .exception .txt p.tel img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.trade-price-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 16px 16px;
}

.trade-price-footer > div {
  width: 349px;
}

.trade-price-footer > div h5 {
  font-size: 21px;
  padding-left: 10px;
  padding-bottom: 8px;
  color: #d8db8f;
  margin: 30px 0 20px;
  background: url(https://bilux.jp/design/bilux/img/tradeprice/salon_pc_footer_border.png) no-repeat bottom;
}

.trade-price-footer > div h5 img {
  margin-right: 8px;
  vertical-align: baseline;
  position: relative;
  top: 8px;
}

.trade-price-footer > div ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.trade-price-footer > div ul li {
  font-size: 18px;
  line-height: 1.75;
}

.trade-price-footer > div p {
  font-size: 12px;
  padding-left: 20px;
}

.f-serif {
  font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.weight-normal {
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.pos-relative {
  position: relative;
}
