@charset "UTF-8";
.section-common-treatment {
  position: relative;
  z-index: 1;
}
.section-common-treatment::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}
.section-common-treatment .treatment-thumbnail {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 156, 208, 0.3)), to(rgba(51, 156, 208, 0))), -webkit-gradient(linear, left bottom, left top, from(#8acdf7), to(#8acdf7)), #5ebaf2;
  background: linear-gradient(180deg, rgba(51, 156, 208, 0.3) 0%, rgba(51, 156, 208, 0) 100%), linear-gradient(0deg, #8acdf7, #8acdf7), #5ebaf2;
  background-blend-mode: multiply, normal, normal;
}
.section-common-treatment .thumbnail-heading {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.005rem;
  text-align: center;
}
.section-common-treatment .treatment-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-common-treatment .treatment-item:nth-child(2n) .treatment-thumbnail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 123, 109, 0.3)), to(rgba(243, 123, 109, 0))), -webkit-gradient(linear, left bottom, left top, from(#f897b4), to(#f897b4)), #f48282;
  background: linear-gradient(180deg, rgba(243, 123, 109, 0.3) 0%, rgba(243, 123, 109, 0) 100%), linear-gradient(0deg, #f897b4, #f897b4), #f48282;
}
.section-common-treatment .treatment-item:nth-child(3n) .treatment-thumbnail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 170, 52, 0.3)), to(rgba(93, 170, 52, 0))), -webkit-gradient(linear, left bottom, left top, from(#ade575), to(#ade575)), #afd985;
  background: linear-gradient(180deg, rgba(93, 170, 52, 0.3) 0%, rgba(93, 170, 52, 0) 100%), linear-gradient(0deg, #ade575, #ade575), #afd985;
}
.section-common-treatment .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10rem;
  background-color: #fe7e00;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.005rem;
  cursor: pointer;
}
.section-common-treatment .content-button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow_01.svg") no-repeat center 100%/100%;
}
.section-common-treatment .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.2);
}
.section-common-treatment .item-link {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.005rem;
  text-underline-offset: 0.02rem;
}
.section-common-treatment .item-link::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/icon_arrow_02.svg") no-repeat center 100%/100%;
}
.section-common-treatment .item-link.is-disable {
  font-weight: 500;
  text-decoration: none;
  pointer-events: none;
}

/* -------------------------------
  ▼ SP表示
  -------------------------------- */
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment {
    padding: 0.57rem 0 0.43rem;
    background-color: #edf8fe;
  }
  .section-common-treatment::before {
    top: -10.44rem;
    height: 20.63rem;
    background: url("../img/top/sp/treatment_bg.jpg") no-repeat top center/cover;
  }
  .section-common-treatment .treatment-item {
    margin-bottom: 0.28rem;
  }
  .section-common-treatment .treatment-item:last-child {
    margin-bottom: 0;
  }
  .section-common-treatment .treatment-thumbnail {
    margin-bottom: -0.23rem;
    padding: 0.16rem 0.18rem 0.39rem;
    border-radius: 0.18rem;
  }
  .section-common-treatment .thumbnail-image {
    width: 3.01rem;
    height: 1.4rem;
  }
  .section-common-treatment .thumbnail-heading {
    margin-bottom: 0.15rem;
    font-size: 0.25rem;
    line-height: 1.168;
  }
  .section-common-treatment .content-button {
    width: 2.92rem;
    min-height: 0.47rem;
    margin-bottom: -0.1rem;
    padding: 0.07rem 0.5rem;
    font-size: 0.17rem;
  }
  .section-common-treatment .content-button::after {
    right: 0.25rem;
    width: 0.14rem;
    height: 0.08rem;
  }
  .section-common-treatment .content-list {
    padding: 0.35rem 0.3rem;
  }
  .section-common-treatment .content-item {
    margin-bottom: 0.07rem;
  }
  .section-common-treatment .item-link {
    padding-left: 0.28rem;
    font-size: 0.16rem;
  }
  .section-common-treatment .item-link::before {
    top: 0.03rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .section-common-treatment .title-common-primary {
    margin-bottom: 0.16rem;
  }
}
/* -------------------------------
  ▼ PC表示
  -------------------------------- */
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment {
    padding: 20px 0 94px;
  }
  .section-common-treatment::before {
    top: -984px;
    height: 2058px;
    background: url("../img/top/treatment_bg.jpg") no-repeat top center/cover;
  }
  .section-common-treatment .wrapper {
    max-width: 1180px;
  }
  .section-common-treatment .treatment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px 0 -17px;
  }
  .section-common-treatment .treatment-item {
    width: 33.3333333333%;
    padding: 0 18px 0 17px;
  }
  .section-common-treatment .treatment-thumbnail {
    margin-bottom: -15px;
    padding: 26px 20px 39px;
    border-radius: 20px;
  }
  .section-common-treatment .thumbnail-image {
    width: 330px;
    height: 200px;
  }
  .section-common-treatment .thumbnail-heading {
    margin-bottom: 23px;
    font-size: 0.26rem;
    line-height: 1.2307692308;
  }
  .section-common-treatment .content-button {
    width: 320px;
    min-height: 52px;
    margin-bottom: -10px;
    padding: 5px 30px;
    font-size: 0.18rem;
  }
  .section-common-treatment .content-button::after {
    right: 27px;
    width: 16px;
    height: 9px;
  }
  .section-common-treatment .content-list {
    padding: 35px 31px;
  }
  .section-common-treatment .content-item {
    margin-bottom: 7px;
  }
  .section-common-treatment .item-link {
    padding-left: 27px;
    font-size: 0.17rem;
  }
  .section-common-treatment .item-link::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .section-common-treatment .title-common-primary {
    margin-bottom: 32px;
  }
}
/* -------------------------------
  ▼ SP表示
  -------------------------------- */
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-hours {
    padding: 0.36rem 0 0.5rem;
  }
  .section-info-hours .hours-calendar tbody th span {
    display: block;
    margin-bottom: -0.05rem;
    text-align: center;
  }
}
/* -------------------------------
  ▼ PC表示
-------------------------------- */
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-hours {
    padding: 60px 0 75px;
  }
  .section-info-hours .title-common-primary {
    margin-bottom: 62px;
  }
  .section-info-hours .hours-calendar .circle img,
  .section-info-hours .hours-calendar .line img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-info-hours .hours-calendar th,
  .section-info-hours .hours-calendar td {
    font-size: 0.19rem;
  }
  .section-info-hours .hours-calendar th {
    letter-spacing: 0.0083rem;
  }
  .section-info-hours .hours-calendar th:first-child {
    width: 292px;
  }
  .section-info-hours .hours-calendar th:last-child {
    width: 120px;
  }
  .section-info-hours .hours-calendar thead th {
    padding: 9px;
  }
  .section-info-hours .hours-calendar tbody th,
  .section-info-hours .hours-calendar tbody td {
    padding: 18px 10px;
  }
  .section-info-hours .hours-calendar tbody th {
    padding-right: 48px;
    text-align: right;
  }
  .section-info-hours .hours-calendar tbody th span {
    margin-right: 36px;
  }
  .section-info-hours .hours-calendar tbody .is-modify {
    position: relative;
    left: 12px;
  }
  .section-info-hours .hours-calendar .circle {
    top: 6px;
    left: -2px;
    width: 28px;
    height: 28px;
  }
  .section-info-hours .hours-calendar .line {
    left: 0;
    width: 23px;
    height: 4px;
    margin-bottom: 6px;
  }
}
.section-info-patient {
  background-color: rgba(213, 236, 255, 0.3);
}
.section-info-patient .text-common-highlight {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.section-info-patient .prepare-list {
  padding-left: 0;
  list-style-type: none;
}
.section-info-patient .prepare-wrapper {
  border: 0.08rem solid #d0ecff;
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-info-patient .prepare-heading {
  position: relative;
  color: #339cd0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-info-patient .prepare-heading::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/icon_check.svg") no-repeat center 100%/100%;
}
.section-info-patient .prepare-text {
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.005rem;
  line-height: 2;
}
.section-info-patient .button-common-primary {
  width: 2.79rem;
  margin: 0 auto;
}
.section-info-patient .accordion-heading {
  position: relative;
  background-color: #339cd0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.005rem;
  cursor: pointer;
}
.section-info-patient .accordion-heading::before, .section-info-patient .accordion-heading::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.section-info-patient .accordion-heading::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-info-patient .accordion-heading.is-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-info-patient .accordion-heading .heading-text {
  position: relative;
}
.section-info-patient .accordion-heading .heading-text::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/info/icon_heading.svg") no-repeat center 100%/100%;
}
.section-info-patient .accordion-content {
  display: none;
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-info-patient .content-title {
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
.section-info-patient .content-title::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #24aff0), to(#a3e341));
  background: linear-gradient(360deg, #24aff0 19%, #a3e341 100%);
}
.section-info-patient .content-block {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.005rem;
}
.section-info-patient .content-block:last-child {
  margin-bottom: 0;
}
.section-info-patient .content-note {
  background-color: #f8ffe7;
}

/* -------------------------------
  ▼ SP表示
-------------------------------- */
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-patient {
    padding: 0.25rem 0 0.46rem;
  }
  .section-info-patient .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .section-info-patient .text-common-highlight {
    margin: 0 -0.16rem 0.21rem;
    margin-bottom: 0.28rem;
    font-size: 0.18rem;
    letter-spacing: 0.0047rem;
    line-height: 1.6777777778;
  }
  .section-info-patient .patient-prepare {
    margin: 0 -0.13rem;
  }
  .section-info-patient .prepare-item {
    margin-bottom: 0.1rem;
  }
  .section-info-patient .prepare-wrapper {
    padding: 0.18rem 0.13rem 0.16rem;
  }
  .section-info-patient .prepare-heading {
    margin-bottom: 0.12rem;
    padding-left: 0.24rem;
    font-size: 0.2rem;
    letter-spacing: 0.0048rem;
    line-height: 1.42;
  }
  .section-info-patient .prepare-heading::before {
    top: 0.05rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-info-patient .prepare-text {
    padding-left: 0.1rem;
  }
  .section-info-patient .button-common-primary {
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
  }
  .section-info-patient .patient-handle {
    margin: 0 -0.12rem;
  }
  .section-info-patient .accordion-heading {
    padding: 0.16rem 0.4rem 0.16rem 0.14rem;
    border-radius: 0.15rem;
    font-size: 0.18rem;
  }
  .section-info-patient .accordion-heading::before, .section-info-patient .accordion-heading::after {
    top: 0.32rem;
    right: 0.11rem;
    width: 0.24rem;
    height: 0.02rem;
  }
  .section-info-patient .heading-text {
    padding-left: 0.47rem;
  }
  .section-info-patient .heading-text::before {
    top: 0.04rem;
    width: 0.36rem;
    height: 0.25rem;
  }
  .section-info-patient .accordion-content {
    margin-top: 0.1rem;
    padding: 0.3rem 0.2rem;
  }
  .section-info-patient .content-block {
    margin-bottom: 0.4rem;
    line-height: 1.7;
  }
  .section-info-patient .content-title {
    margin-bottom: 0.18rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    line-height: 1;
  }
  .section-info-patient .content-title::before {
    top: -0.02rem;
    width: 0.04rem;
    height: 0.3rem;
  }
  .section-info-patient .content-note {
    padding: 0.15rem 0.2rem 0.15rem 0.4rem;
    border-radius: 0.15rem;
    text-indent: -0.2rem;
  }
}
/* -------------------------------
  ▼ PC表示
-------------------------------- */
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-patient {
    padding: 74px 0 84px;
  }
  .section-info-patient .text-common-highlight {
    margin-bottom: 31px;
    font-size: 0.19rem;
    letter-spacing: 0.005rem;
    line-height: 1.6842105263;
  }
  .section-info-patient .text-common-highlight .text-wrapper {
    padding-bottom: 6px;
    background-size: 100% 19px;
  }
  .section-info-patient .title-common-primary {
    margin-bottom: 37px;
  }
  .section-info-patient .patient-prepare {
    margin-bottom: 30px;
    padding: 0 11px;
  }
  .section-info-patient .prepare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-info-patient .prepare-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px 0 9px;
  }
  .section-info-patient .prepare-wrapper {
    height: 100%;
    padding: 25px 32px 26px 22px;
  }
  .section-info-patient .prepare-heading {
    margin-bottom: 14px;
    padding-left: 40px;
    font-size: 0.23rem;
    letter-spacing: 0.005rem;
    line-height: 1.3;
  }
  .section-info-patient .prepare-heading::before {
    top: 0;
    width: 30px;
    height: 30px;
  }
  .section-info-patient .prepare-text {
    padding-left: 40px;
  }
  .section-info-patient .button-common-primary {
    left: 6px;
    margin-top: 12px;
  }
  .section-info-patient .accordion-heading {
    padding: 22px 70px 22px 29px;
    border-radius: 20px;
    font-size: 0.19rem;
  }
  .section-info-patient .accordion-heading::before, .section-info-patient .accordion-heading::after {
    top: 41px;
    right: 37px;
    width: 25px;
    height: 3px;
  }
  .section-info-patient .accordion-heading .heading-text {
    padding-left: 60px;
  }
  .section-info-patient .accordion-heading .heading-text::before {
    top: 3px;
    width: 45px;
    height: 30px;
  }
  .section-info-patient .accordion-content {
    margin-top: 12px;
    padding: 39px 60px 55px;
  }
  .section-info-patient .content-title {
    margin-bottom: 29px;
    padding-left: 24px;
    font-size: 0.19rem;
    letter-spacing: 0.005rem;
    line-height: 1.6842105263;
  }
  .section-info-patient .content-title::before {
    top: -11px;
    bottom: -7px;
    width: 5px;
  }
  .section-info-patient .content-block {
    margin-bottom: 60px;
    line-height: 1.8823529412;
  }
  .section-info-patient .content-text {
    margin-bottom: 29px;
  }
  .section-info-patient .content-note {
    padding: 31px 28px;
    border-radius: 20px;
  }
  .section-info-patient .list-common-dots {
    margin-top: -13px;
  }
}
.section-info-partner .partner-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-info-partner .partner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border: 1px solid #339cd0;
  border-radius: 1rem;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.section-info-partner .partner-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background: #339cd0;
}
.section-info-partner .partner-link:hover {
  color: #fff;
}
.section-info-partner .partner-link:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

/* -------------------------------
  ▼ SP表示
-------------------------------- */
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-partner {
    padding: 0.31rem 0;
  }
  .section-info-partner .title-common-primary {
    margin-bottom: 0.25rem;
  }
  .section-info-partner .partner-item {
    margin-bottom: 0.08rem;
  }
  .section-info-partner .partner-link {
    width: 100%;
    min-height: 0.48rem;
    padding: 0.08rem 0.35rem;
  }
}
/* -------------------------------
  ▼ PC表示
-------------------------------- */
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-partner {
    padding-top: 75px;
  }
  .section-info-partner .wrapper {
    max-width: 1050px;
  }
  .section-info-partner .partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-info-partner .partner-item {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .section-info-partner .partner-link {
    min-width: 190px;
    min-height: 57px;
    padding: 11px 32px;
  }
}
.section-common-treatment::before {
  display: none;
}

/* -------------------------------
  ▼ SP表示
-------------------------------- */
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-treatment {
    padding-bottom: 1rem;
  }
}
/* -------------------------------
  ▼ PC表示
 -------------------------------- */
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-treatment {
    padding-top: 92px;
    padding-bottom: 286px;
  }
}
  .inchoname_top {
	display: none;
  }
/*# sourceMappingURL=info.css.map */