@charset "UTF-8";
/* Color */
input,
textarea {
  background: #fff;
}

.c-table {
  border-collapse: initial;
  font-size: 1.4rem;
  width: 100%;
  background: #fff;
  border-left: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
}
.c-table_fixed {
  table-layout: fixed;
}
.c-table th {
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  width: 200px;
  padding: 0 10px;
  background: #faf8f5;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6;
}
.c-table th .c-red1,
.c-table th .c-gold3 {
  display: block;
}
.c-table td {
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  padding: 20px 30px;
  text-align: right;
  position: relative;
  vertical-align: middle;
  line-height: 1.6;
}
.c-table_text_left {
  text-align: left;
}
.c-table_text_right {
  text-align: right;
}
.c-table_text_center {
  text-align: center;
}
.c-table + .c-txt {
  margin: -20px 0 20px;
  font-size: small;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .c-table {
    font-size: 4.8vw;
  }
  .c-table th {
    width: 40%;
    padding: 5px;
    text-align: left;
    line-height: 1.4;
    font-feature-settings: "palt";
    font-size: 3.3vw;
  }
  .c-table td {
    padding: 6px;
    font-size: 4vw;
    line-height: 1.4;
  }
  .c-table_overflow {
    overflow-x: scroll;
  }
}
/*ラインテーブル*/
.c-table_line {
  width: 100%;
  line-height: 1.5;
}
.c-table_line tr {
  border-top: solid 1px #d3d3d3;
  display: block;
  padding: 15px 0;
}
.c-table_line tr:last-child {
  border-bottom: solid 1px #d3d3d3;
}
.c-table_line tr.is-link {
  background: #faf8f5;
  position: relative;
}
.c-table_line tr.is-link a {
  font-size: 1.8rem;
}
.c-table_line tr.is-link a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/common/icn_circle_arrow_right.svg") center/100% no-repeat;
  vertical-align: middle;
}
.c-table_line tr.is-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-table_line tr.is-link a:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-table_line th,
.c-table_line td {
  padding: 15px 25px;
  text-align: left;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.c-table_line th {
  font-weight: 700;
  width: 300px;
  font-size: 1.6rem;
}
.c-table_line td {
  border-left: solid 1px #d3d3d3;
  font-size: 1.4rem;
}
.c-table_line td .c-txt {
  font-size: 1.4rem;
}
.c-table_line td p:not(:last-child) {
  margin-bottom: 1.3vw;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .c-table_line {
    width: 100%;
  }
  .c-table_line tr {
    border-top: none;
    display: block;
    padding: 0;
  }
  .c-table_line tr + tr {
    margin-top: 4.8vw;
  }
  .c-table_line tr.is-link {
    background: none;
  }
  .c-table_line tr.is-link th {
    background: #f2eadf;
  }
  .c-table_line tr.is-link td a {
    font-size: 3.84vw;
  }
  .c-table_line tr.is-link td a::before {
    width: 12px;
    height: 12px;
    margin-right: 2vw;
  }
  .c-table_line tr.is-link td a::after {
    content: none;
  }
  .c-table_line tr:last-child {
    border-bottom: none;
  }
  .c-table_line th,
  .c-table_line td {
    text-align: left;
    display: block;
  }
  .c-table_line th {
    padding: 3.2vw;
    width: 100%;
    font-size: 4.16vw;
    background: #f1f1f1;
  }
  .c-table_line td {
    border-left: none;
    font-size: 3.84vw;
    width: 100%;
    padding: 3.2vw 0.8vw;
  }
}
.c-table_line {
  width: 100%;
  line-height: 1.5;
}
.c-table_line tr {
  border-top: solid 1px #d3d3d3;
  display: block;
  padding: 15px 0;
}
.c-table_line tr:last-child {
  border-bottom: solid 1px #d3d3d3;
}
.c-table_line tr.is-link {
  background: #faf8f5;
  position: relative;
}
.c-table_line tr.is-link a {
  font-size: 1.8rem;
}
.c-table_line tr.is-link a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/common/icn_circle_arrow_right.svg") center/100% no-repeat;
  vertical-align: middle;
}
.c-table_line tr.is-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-table_line tr.is-link a:hover {
  text-decoration: underline;
  opacity: 1;
}
.c-table_line th,
.c-table_line td {
  padding: 15px 25px;
  text-align: left;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.c-table_line th {
  font-weight: 700;
  width: 300px;
  font-size: 1.6rem;
}
.c-table_line td {
  border-left: solid 1px #d3d3d3;
  font-size: 1.4rem;
}
.c-table_line td .c-txt {
  font-size: 1.4rem;
}
.c-table_line td p:not(:last-child) {
  margin-bottom: 1.3vw;
}

/*---------------------------p-menu_price-------------------------------*/
.p-menu_price {
  margin-bottom: 50px;
}
.p-menu_price_clinic {
  margin-bottom: 15px;
}

.p-price_label_caption {
  font-size: 1.15rem;
  font-feature-settings: "palt";
  width: 100%;
  margin-right: 8px;
  color: #886813;
}
.p-price_label_first {
  margin-right: 8px;
}
.p-price_label_first + .c-gold {
  font-weight: 500;
  color: #8e671f;
}
.p-price_label_caption_sc {
  position: absolute;
  left: 240px;
}
.p-price_menu_sub_cat_ttl {
  margin-bottom: 46px;
  padding: 48px 0;
  background: #faf8f5;
  border: 1px solid #d3d3d3;
  border-width: 1px 0 1px 0;
  font-size: 2.2rem;
  text-align: center;
}
.p-price_menu_ttl {
  margin-bottom: 26px;
}
.p-price_menu_clinic {
  margin: 0px 0 24px;
  text-indent: -0.58em;
}
.p-price_menu_sub_ttl {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.p-price_menu_sub_ttl img {
  display: inline-block;
  height: 1.3rem;
  vertical-align: -0.15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-price_menu_table {
  margin-bottom: 40px;
}
.p-price_menu_text + .p-price_payment {
  margin-top: 40px;
}
.p-price_menu_fukurami_lower .p-price_menu_table_caution {
  display: none;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .p-price_label_first {
    position: static;
    font-size: 3.5vw;
    margin: 0 0 0 7px;
    width: auto;
    display: inline-block;
  }
  .p-menu_price {
    margin-bottom: 10vw;
  }
  .p-price_menu_sub_ttl {
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .p-price_label_caption {
    position: static;
    left: 0;
    line-height: 1;
  }
  .p-price_label_caption_sc {
    position: static;
    display: block;
    width: 92%;
    margin: 0 0 16px auto;
    padding: 0;
    text-align: right;
  }
}