@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding-bottom: 0.23rem;
  }
  .section-common-keyvisual .keyvisual-image {
    margin-bottom: 0.21rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.27rem;
    line-height: 1.4;
    text-align: center;
  }
}
.anchor-common-primary .anchor-feature {
  list-style-type: none;
  border-radius: 0.1rem;
  background-color: #e7f2df;
}
.anchor-common-primary .anchor-item:not(:first-child) .anchor-link:hover {
  color: #8fae79;
}
.anchor-common-primary .anchor-link.is-modify::after {
  background: url("../img/common/arrow_icn_down_02.svg") center/100% auto no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .anchor-common-primary .anchor-list.is-padding-spacing {
    padding-bottom: 0.1rem;
  }
  .anchor-common-primary .anchor-feature {
    margin-bottom: 0;
    padding: 0.19rem 0.2rem 0.17rem;
  }
  .anchor-common-primary .anchor-feature-item {
    margin-bottom: 0.1rem;
  }
  .anchor-common-primary .anchor-feature-item:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .anchor-common-primary {
    padding-top: 62px;
  }
  .anchor-common-primary .anchor-list {
    padding-bottom: 9px;
  }
  .anchor-common-primary .anchor-item.is-spacing {
    margin: 0;
  }
  .anchor-common-primary .anchor-item.is-spacing:first-child {
    margin: 0 27px 0 0;
    padding-top: 17px;
  }
  .anchor-common-primary .anchor-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 861px;
    margin-bottom: 0;
    padding: 5px 20px 22px 18px;
    gap: 15px 48px;
  }
}
.section-body-reservation .content-description {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2;
}
.section-body-reservation .content-description .description-highlight {
  font-weight: 700;
}
.section-body-reservation .title-common-secondary.is-style-font {
  font-size: 0.2rem;
}
.section-body-reservation .title-common-secondary::before {
  background-color: #f091a8;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-body-reservation {
    padding: 0.4rem 0;
  }
  .section-body-reservation .reservation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-body-reservation .content-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-body-reservation .title-common-secondary.is-style-font {
    margin-bottom: 0.2rem;
    padding: 0.05rem 0.15rem;
  }
  .section-body-reservation .content-description {
    margin-bottom: 0.4rem;
  }
  .section-body-reservation .content-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 2.49rem;
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-body-reservation {
    padding: 63px 0 100px;
  }
  .section-body-reservation .title-common-primary {
    margin-bottom: 40px;
  }
  .section-body-reservation .reservation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-body-reservation .content-wrapper {
    max-width: 600px;
  }
  .section-body-reservation .content-description {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .section-body-reservation .content-description.is-modify {
    margin-bottom: 51px;
  }
  .section-body-reservation .title-common-secondary.is-style-font {
    margin-bottom: 26px;
    padding: 6px 22px 4px;
  }
  .section-body-reservation .content-image {
    width: 400px;
    height: 300px;
  }
}
.section-body-checkup {
  background-color: #fef5e6;
}
.section-body-checkup .checkup-block:last-child {
  margin-bottom: 0;
}
.section-body-checkup .checkup-box {
  border-radius: 0.1rem;
  background-color: #fff;
}
.section-body-checkup .checkup-wrapper {
  margin-bottom: 0.7rem;
}
.section-body-checkup .checkup-wrapper:last-child {
  margin-bottom: 0;
}
.section-body-checkup .title-common-tertiary {
  margin-bottom: 0.3rem;
}
.section-body-checkup .checkup-description {
  margin-bottom: 0.4rem;
}
.section-body-checkup .block-common-contact {
  min-height: unset;
  padding: 0;
  background-color: unset;
}
.section-body-checkup .block-common-contact .category-common {
  background-color: #8fae79;
  color: #fff;
}
.section-body-checkup .checkup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.5rem;
  margin-bottom: 0.15rem;
  padding: 0.05rem 0.2rem;
  border-radius: 0.1rem;
  background-color: #fef5e6;
  font-size: 0.18rem;
  font-weight: 700;
}
.section-body-checkup .checkup-title .title-wrapper {
  position: relative;
  padding: 0 0.32rem;
}
.section-body-checkup .checkup-title .title-wrapper::before, .section-body-checkup .checkup-title .title-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.22rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: url("../img/common/decor_title_02.svg") no-repeat 0 0/auto 100%;
}
.section-body-checkup .checkup-title .title-wrapper::before {
  left: 0;
}
.section-body-checkup .checkup-title .title-wrapper::after {
  right: 0;
}
.section-body-checkup .list-common-check .check-item {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-body-checkup {
    padding-bottom: 0.4rem;
  }
  .section-body-checkup .checkup-block {
    padding-top: 0.54rem;
  }
  .section-body-checkup .title-common-primary {
    margin-bottom: 0.3rem;
    line-height: 1.4;
  }
  .section-body-checkup .title-common-primary .title-wrapper {
    padding-bottom: 0.22rem;
  }
  .section-body-checkup .checkup-box {
    padding: 0.2rem;
  }
  .section-body-checkup .checkup-content {
    margin-bottom: 0.4rem;
  }
  .section-body-checkup .checkup-image {
    height: 50%;
    margin-bottom: 0.4rem;
  }
  .section-body-checkup .block-common-contact {
    width: 100%;
    margin-top: 0.12rem;
  }
  .section-body-checkup .block-common-contact .category-common {
    width: 100%;
    margin-bottom: 0.07rem;
  }
  .section-body-checkup .block-common-contact .contact-time {
    margin-bottom: -0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-body-checkup {
    padding-bottom: 100px;
  }
  .section-body-checkup .title-common-primary {
    margin-bottom: 40px;
  }
  .section-body-checkup .checkup-block {
    margin-bottom: 21px;
    padding-top: 43px;
  }
  .section-body-checkup .checkup-box {
    padding: 40px 40px 52px;
  }
  .section-body-checkup .checkup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .section-body-checkup .checkup-row.is-men {
    margin-bottom: 19px;
  }
  .section-body-checkup .checkup-row.is-men .checkup-image {
    top: -7px;
    right: 65px;
  }
  .section-body-checkup .checkup-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 70px;
  }
  .section-body-checkup .checkup-title {
    width: 510px;
  }
  .section-body-checkup .checkup-image {
    position: relative;
    width: 320px;
    height: 240px;
  }
  .section-body-checkup .checkup-box.is-special {
    position: relative;
  }
  .section-body-checkup .checkup-box.is-special .checkup-wrapper {
    width: 510px;
  }
  .section-body-checkup .checkup-box.is-special .checkup-image {
    position: absolute;
    top: 39px;
    right: 135px;
    height: auto;
  }
  .section-body-checkup .checkup-box.is-special .block-common-contact {
    width: 100%;
    margin: 16px 0 -2px;
  }
  .section-body-checkup .checkup-box.is-special .block-common-contact .category-common {
    margin-bottom: 6px;
  }
  .section-body-checkup .checkup-box.is-special .block-common-contact .contact-time {
    margin-bottom: 5px;
  }
  .section-body-checkup .checkup-box.is-special .block-common-contact .contact-tel {
    right: -2px;
  }
  .section-body-checkup .checkup-box.is-special .table-common-primary .table-content {
    padding-right: 30px;
  }
  .section-body-checkup .block-common-contact {
    margin: 15px 0 11px;
  }
}
.table-common-primary .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-common-primary .table-content {
    padding-right: 0;
  }
}
.block-checkup-notes .notes-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-checkup-notes .notes-title {
  font-size: 0.18rem;
  line-height: 1.4;
  text-align: center;
}
.block-checkup-notes .notes-title .title-wrapper {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9afbb), to(#f9afbb)) no-repeat;
  background: linear-gradient(#f9afbb, #f9afbb) no-repeat;
  background-position: center bottom 0;
  background-size: 100% 0.1rem;
}
.block-checkup-notes .notes-item {
  position: relative;
}
.block-checkup-notes .notes-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #d2a36c;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.block-checkup-notes .notes-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-checkup-notes .notes-item:last-child::before {
  display: none;
}
.block-checkup-notes .notes-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e7f2df;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.block-checkup-notes .notes-description .highlight {
  font-weight: 700;
}
.block-checkup-notes .notes-description p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-checkup-notes {
    position: relative;
    margin-top: -0.06rem;
    padding-top: 0.24rem;
  }
  .block-checkup-notes::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #d2a36c;
    -webkit-mask-image: url("../img/common/line_common_01.svg");
    -webkit-mask-repeat: repeat-x;
  }
  .block-checkup-notes .notes-title {
    margin-bottom: 0.2rem;
  }
  .block-checkup-notes .notes-title .title-wrapper {
    padding-bottom: 0.02rem;
  }
  .block-checkup-notes .notes-item {
    margin-bottom: 0.3rem;
    padding-bottom: 0.31rem;
  }
  .block-checkup-notes .notes-tag {
    min-height: 0.4rem;
    margin-bottom: 0.2rem;
    padding: 0.03rem 0.1rem;
  }
  .block-checkup-notes .notes-image {
    height: 2.25rem;
    margin-top: 0.21rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-checkup-notes {
    margin-bottom: -12px;
    padding-top: 36px;
  }
  .block-checkup-notes .notes-title {
    margin-bottom: 40px;
    font-size: 0.18rem;
  }
  .block-checkup-notes .notes-title .title-wrapper {
    padding: 0 9px 3px;
  }
  .block-checkup-notes .notes-item {
    margin-bottom: 22px;
    padding-right: 398px;
    padding-bottom: 30px;
  }
  .block-checkup-notes .notes-item::before {
    right: 400px;
  }
  .block-checkup-notes .notes-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 240px;
  }
  .block-checkup-notes .notes-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1px;
  }
  .block-checkup-notes .notes-tag {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    padding: 5px;
    overflow: hidden;
    border-radius: 100px;
  }
  .block-checkup-notes .notes-description {
    padding-top: 10px;
  }
}
.checkup-diagnostic .diagnostic-content {
  padding: 0.2rem;
  border-radius: 0.1rem;
  background-color: #fef5e6;
}
.checkup-diagnostic .category-common {
  min-width: 2.05rem;
  min-height: 0.42rem;
  margin-bottom: 0.2rem;
  padding: 0.05rem 0.2rem 0.04rem;
  background-color: #f9afbb;
  color: #5e4e2e;
}
.checkup-diagnostic .diagnostic-text p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .checkup-diagnostic .diagnostic-image {
    height: 50%;
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .checkup-diagnostic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
  }
  .checkup-diagnostic .diagnostic-image {
    width: 320px;
    height: 240px;
    margin-right: 50px;
  }
  .checkup-diagnostic .diagnostic-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 240px;
  }
}
/*# sourceMappingURL=full_body_checkup.css.map */