@charset "UTF-8";
.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/price/price_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 61px;
  height: 11px;
  background: url(/images01/common/key_text_price.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(../images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(../images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(../images01/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images01/price/price_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 18vw;
    height: 2.9vw;
    background: url(/images01/common/key_text_price.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(../images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(../images01/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(../images01/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.tax_text {
  margin-bottom: 80px;
  color: #f15a24;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .tax_text {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.lead_sec {
  padding: 100px 20px 200px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.lead_sec .list {
  display: flex;
  justify-content: center;
}
.lead_sec .item {
  width: 480px;
}
.lead_sec .item:nth-of-type(1) {
  margin-right: 50px;
}
.lead_sec .item_title {
  padding: 25px 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.lead_sec .item:nth-of-type(1) .item_title {
  background: #e1b654;
}
.lead_sec .item:nth-of-type(2) .item_title {
  background: #d99678;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw 27.7vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .lead_sec .list {
    display: block;
  }
  .lead_sec .item {
    width: 100%;
  }
  .lead_sec .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10.6vw;
  }
  .lead_sec .item_title {
    padding: 4vw 0;
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.sec01 .list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sec01 .item {
  width: 316px;
}
.sec01 .item:not(:last-of-type) {
  margin-right: 20px;
}
.sec01 .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border: 1px solid #ed7e00;
  box-sizing: border-box;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.sec01 .item a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 13px;
  margin: auto 0;
  background: url(/images01/price/arrow.webp) center/contain no-repeat;
}
.sec01 .item:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 42px;
  margin: auto 0;
  background: url(/images01/price/icon_denture.webp) center/contain no-repeat;
}
.sec01 .item:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 46px;
  margin: auto 0;
  background: url(/images01/price/icon_inlay.webp) center/contain no-repeat;
}
.sec01 .item:nth-of-type(3) a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 19px;
  margin: auto 0;
  background: url(/images01/price/icon_whitening.webp) center/contain no-repeat;
}
.sec01 .btn {
  width: 260px;
  margin: 0 auto;
}
.sec01 .btn a {
  position: relative;
  content: "";
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
.sec01 .btn a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  margin: auto 0;
  background: url(/images01/price/arrow02.webp) center/contain no-repeat;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec01 .item a {
    font-size: 2.2vw;
  }
  .sec01 .item:nth-of-type(1) a:before {
    width: 3.9vw;
  }
  .sec01 .item:nth-of-type(2) a:before {
    width: 3.9vw;
  }
  .sec01 .item:nth-of-type(3) a:before {
    width: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
  }
  .sec01 .list {
    display: block;
    margin-bottom: 8vw;
  }
  .sec01 .item {
    width: 80vw;
    margin: 0 auto;
  }
  .sec01 .item:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 5.5vw;
  }
  .sec01 .item a {
    padding: 4vw 0;
    font-size: 4.4vw;
  }
  .sec01 .item a:after {
    right: 4vw;
    width: 1.3vw;
    height: 3.4vw;
  }
  .sec01 .item:nth-of-type(1) a:before {
    left: 4vw;
    width: 8vw;
    height: 6.7vw;
  }
  .sec01 .item:nth-of-type(2) a:before {
    left: 4vw;
    width: 8vw;
    height: 7.3vw;
  }
  .sec01 .item:nth-of-type(3) a:before {
    left: 4vw;
    width: 8vw;
    height: 3vw;
  }
  .sec01 .btn {
    width: 58vw;
    margin: 0 auto;
  }
  .sec01 .btn a {
    position: relative;
    content: "";
    display: block;
    padding: 4vw 0;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 4.4vw;
  }
  .sec01 .btn a:before {
    width: 5.5vw;
    height: 5.5vw;
  }
}

.sec02 .sec_body,
.sec03 .sec_body,
.sec04 .sec_body {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont,
.sec03 .cont,
.sec04 .cont {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sec02 .cont:not(:last-of-type),
.sec03 .cont:not(:last-of-type),
.sec04 .cont:not(:last-of-type) {
  border-bottom: 1px solid #ed7e00;
}
.sec02 .cont_header,
.sec03 .cont_header,
.sec04 .cont_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec02 .cont_title,
.sec03 .cont_title,
.sec04 .cont_title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec02 .price,
.sec03 .price,
.sec04 .price {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec02 .price .color,
.sec03 .price .color,
.sec04 .price .color {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 15px;
  color: #f15a24;
  text-align: left;
}
.sec02 .price .color:before,
.sec03 .price .color:before,
.sec04 .price .color:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec02 .category_name,
.sec03 .category_name,
.sec04 .category_name {
  padding-left: 25px;
  margin-bottom: 80px;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #ed7e00;
  text-align: center;
}
.sec02 .cont_text,
.sec03 .cont_text,
.sec04 .cont_text {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .sec02,
  .sec03,
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_body,
  .sec03 .sec_body,
  .sec04 .sec_body {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont,
  .sec03 .cont,
  .sec04 .cont {
    padding-bottom: 5.5vw;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont_header,
  .sec03 .cont_header,
  .sec04 .cont_header {
    display: block;
    margin-bottom: 8vw;
  }
  .sec02 .cont_title,
  .sec03 .cont_title,
  .sec04 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
  }
  .sec02 .price,
  .sec03 .price,
  .sec04 .price {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    text-align: right;
  }
  .sec02 .price .color,
  .sec03 .price .color,
  .sec04 .price .color {
    font-size: 4vw;
  }
  .sec02 .category_name,
  .sec03 .category_name,
  .sec04 .category_name {
    padding-left: 5.5vw;
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .cont_text,
  .sec03 .cont_text,
  .sec04 .cont_text {
    width: 100%;
  }
}

.sec05 {
  padding-bottom: 200px;
}
.sec05 .leadtext {
  margin-bottom: 50px;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.sec05 .sec_text {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 27.7vw;
  }
  .sec05 .leadtext {
    margin-bottom: 8vw;
    font-size: 5.5vw;
  }
}/*# sourceMappingURL=price.css.map */