@charset "UTF-8";
@font-face {
  font-family: "CALIST";
  src: url("../fonts/CALIST.woff2") format("woff2"), url("../fonts/CALIST.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CALISTB";
  src: url("../fonts/CALISTB.woff2") format("woff2"), url("../fonts/CALISTB.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pro W3";
  src: url("../fonts/ヒラギノ角ゴ Pro W3.woff2") format("woff2"), url("../fonts/ヒラギノ角ゴ Pro W3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino-w6";
  src: url("../fonts/Hiragino-w6.woff2") format("woff2"), url("../fonts/Hiragino-w6.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "w4";
  src: url("../fonts/w4.woff2") format("woff2"), url("../fonts/w4.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg6";
  src: url("../fonts/DShirkg6.woff2") format("woff2"), url("../fonts/DShirkg6.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg3";
  font-weight: 300;
  src: url("../fonts/DShirkg3.woff2") format("woff2"), url("../fonts/DShirkg3.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg4";
  src: url("../fonts/DShirkg4.woff2") format("woff2"), url("../fonts/DShirkg4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg5";
  src: url("../fonts/DShirkg5.woff2") format("woff2"), url("../fonts/DShirkg5.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg5-2";
  src: url("../fonts/DShirkg5-2.woff2") format("woff2"), url("../fonts/DShirkg5.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DShirkg7";
  src: url("../fonts/DShirkg7.woff2") format("woff2"), url("../fonts/DShirkg7.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a-otf-jun201pro-regular";
  src: url("../fonts/a-otf-jun201pro-regular.woff2") format("woff2"), url("../fonts/a-otf-jun201pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a-otf-jun101pro-light";
  src: url("../fonts/a-otf-jun101pro-light.woff2") format("woff2"), url("../fonts/a-otf-jun101pro-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a-otf-jun34pro-medium";
  src: url("../fonts/a-otf-jun34pro-medium.woff2") format("woff2"), url("../fonts/a-otf-jun34pro-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a-otf-jun501pro-bold";
  src: url("../fonts/a-otf-jun501pro-bold.woff2") format("woff2"), url("../fonts/a-otf-jun501pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 20260220 added */
/* =====================
    header
===================== */
.header__nav {
  margin-left: auto;
  margin-right: 10px;
}
.header__nav .header__inner,
.header__nav .header__inner2,
.header__nav .header__text {
  margin-left: 0;
}
.header__item:has(.header__item-sub)::after {
  top: 1.3649658759rem !important;
}
.header__item:has(.header__item-sub) > a {
  padding-bottom: 0 !important;
}
.header__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin: 1.4em;
}
.header__item-sub li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.header__item-sub li a {
  display: inline !important;
}
.header__item-sub li a::before {
  content: "・";
}
.header__item__bottom:has(.header__item__popup) {
  position: relative;
}
.header__item__bottom:has(.header__item__popup):hover .header__item__popup {
  display: block;
}
.header__item__bottom .header__item__popup {
  position: absolute;
  font-size: 0.9em;
  width: calc(100% + 2em);
  background-color: #fff5f7;
  padding-bottom: 0.5em;
  display: none;
  left: -1em;
}
.header__item__bottom .header__item__popup::before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-color: #fff;
  margin-bottom: 0.5em;
}
.header__item__bottom .header__item__popup li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
}
.header__item__bottom .header__item__popup li a::after {
  content: ">";
  color: #fe758e;
}

/* =====================
    footer
===================== */
.footer__backtop {
  position: fixed;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  line-height: 0;
}
.footer__backtop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .footer__backtop {
    width: 2.3148148148rem;
    bottom: 0.9259259259rem;
    right: 0.9259259259rem;
  }
}
@media screen and (max-width: 750px) {
  .footer__backtop {
    display: none !important;
  }
}
/* =====================
    profile
===================== */
.top-profile__logo:has(.clinic-name) {
  width: auto;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.top-profile__logo:has(.clinic-name) img {
  width: 192px;
  height: auto !important;
}
.top-profile__logo .clinic-name {
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #51595b;
  font-size: 0.8em;
  margin-bottom: 0.25em;
}
.top-profile__item:last-child:has(.top-contact__sns-list) {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.top-profile__item:last-child .top-contact__sns-list {
  margin: 0;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .top-profile__logo:has(.clinic-name) img {
    width: 8.8888888889rem;
  }
}
@media screen and (max-width: 750px) {
  .top-profile__logo:has(.clinic-name) img {
    width: 11.244718882rem;
  }
}
/* =====================
    contact
===================== */
.top-contact__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}

@media screen and (max-width: 750px) {
  .top-contact__sns-wrapper {
    padding: 0 0.6499837504rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .top-contact__sns-flexitem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top-contact__sns-list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .top-contact__sns-item {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}
/* =====================
    clinic-info
===================== */
.clinic-info__wrapper {
  max-width: 1246px;
  padding: 51px 20px 120px;
  margin: 0 auto;
}
.clinic-info__line {
  position: relative;
  border-top: 1px solid #dde5e6;
  width: 100%;
}
.clinic-info__line::after {
  content: "";
  background-image: url(../img/top/case-icon2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 6px;
  display: block;
  width: 32px;
  height: 6px;
}
.clinic-info__title {
  margin-left: 13px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 24px;
  color: #333333;
}
.clinic-info__box {
  background-color: #f8f8f8;
  padding: 30px 40px 40px 30px;
  display: grid;
  grid-template: "image title" "image table"/420px 1fr;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-bottom: 50px;
}
.clinic-info__box-image {
  grid-area: image;
  line-height: 0;
}
.clinic-info__box-image img {
  width: 100%;
}
.clinic-info__box-title {
  grid-area: title;
  position: relative;
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 20px;
  color: #333333;
}
.clinic-info__box-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 38px;
  background-image: url(../img/menu/menu-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 19px;
  vertical-align: middle;
}
.clinic-info__box-table {
  grid-area: table;
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 16px;
}
.clinic-info__box-table th,
.clinic-info__box-table td {
  text-align: left;
  vertical-align: top;
  padding-top: 1em;
  line-height: 2;
  font-weight: 400;
}
.clinic-info__box-table th {
  width: 6em;
}
.clinic-info__box-table a.gmap-link {
  text-decoration: underline;
}
.clinic-info__box-table td.button {
  text-align: right;
}
.clinic-info__box-table td.button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "DShirkg6";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 18px;
  color: #fff;
  width: 224px;
  height: 56px;
  background-color: #00b2ad;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clinic-info__box-table tr:has(.top-contact__sns-list) th,
.clinic-info__box-table tr:has(.top-contact__sns-list) td {
  vertical-align: middle;
}
.clinic-info__box-table .top-contact__sns-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
}

@media screen and (max-width: 1440px) {
  .clinic-info__wrapper {
    max-width: 57.6851851852rem;
    padding: 2.3611111111rem 0.9259259259rem 5.5555555556rem;
  }
  .clinic-info__line::after {
    background-size: 1.4814814815rem 0.2777777778rem;
    width: 1.4814814815rem;
    height: 0.2777777778rem;
  }
  .clinic-info__title {
    margin-left: 0.6018518519rem;
    margin-top: 1.1574074074rem;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 1.1111111111rem;
  }
  .clinic-info__box {
    padding: 1.3888888889rem 1.8518518519rem 1.8518518519rem 1.3888888889rem;
    grid-template: "image title" "image table"/19.4444444444rem 1fr;
    -webkit-column-gap: 2.0833333333rem;
       -moz-column-gap: 2.0833333333rem;
            column-gap: 2.0833333333rem;
    margin-bottom: 2.3148148148rem;
  }
  .clinic-info__box-title {
    font-size: 0.9259259259rem;
  }
  .clinic-info__box-title::before {
    width: 0.2777777778rem;
    height: 1.7592592593rem;
    margin-right: 0.8796296296rem;
  }
  .clinic-info__box-table {
    font-size: 0.7407407407rem;
  }
  .clinic-info__box-table td.button a {
    font-size: 0.8333333333rem;
    width: 10.3703703704rem;
    height: 2.5925925926rem;
    border-radius: 1.3888888889rem;
  }
}
@media screen and (max-width: 750px) {
  .clinic-info__wrapper {
    max-width: none;
    padding: 2.1449463763rem 1.1374715632rem;
  }
  .clinic-info__line::after {
    background-image: url(../img/top/case-icon2-sp.png);
    background-size: 1.2349691258rem 0.2274943126rem;
    width: 1.2349691258rem;
    height: 0.2274943126rem;
  }
  .clinic-info__title {
    font-family: "DShirkg3";
    font-weight: 300;
    margin-left: 0.4224894378rem;
    margin-top: 1.2024699383rem;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 1.2999675008rem;
  }
  .clinic-info__box {
    padding: 0.9749756256rem;
    grid-template: "title" "image" "table"/1fr;
    margin-bottom: 2.1449463763rem;
  }
  .clinic-info__box-title {
    margin-bottom: 1.2674683133rem;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 1.1699707507rem;
    font-family: "DShirkg4";
    font-weight: 300;
  }
  .clinic-info__box-title::before {
    width: 0.1949951251rem;
    height: 1.8849528762rem;
    margin-right: 0.812479688rem;
    background-image: url(../img/menu/menu-icon-sp.png);
  }
  .clinic-info__box-table {
    display: block;
    font-size: 0.7799805005rem;
  }
  .clinic-info__box-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clinic-info__box-table th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.5em;
            flex: 0 0 5.5em;
  }
  .clinic-info__box-table td {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 5.5em);
            flex: 1 1 calc(100% - 5.5em);
    min-width: 0;
  }
  .clinic-info__box-table td.button {
    text-align: center;
  }
  .clinic-info__box-table td.button a {
    font-size: 1.0399740006rem;
    width: 11.6997075073rem;
    height: 3.0874228144rem;
    border-radius: 1.624959376rem;
  }
  .clinic-info__box-table tr:has(.top-contact__sns-list) th {
    display: none;
  }
  .clinic-info__box-table tr:has(.top-contact__sns-list) td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
  }
  .clinic-info__box-table .top-contact__sns-list {
    width: 66%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5em auto 2em;
  }
}
/* =====================
   clinic-under
===================== */
.clinic-slide + .top-news .top-news__line {
  margin-top: 0;
}

.top-profile .clinic-message__title {
  margin-bottom: 1em;
}

.top-news__tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

a.opacity:has(.top-news__tag):hover {
  opacity: 1;
}
a.opacity:has(.top-news__tag):hover .top-news__date,
a.opacity:has(.top-news__tag):hover .top-news__subtitle {
  opacity: 0.8;
}
a.opacity:has(.top-news__tag):hover .top-news__tag {
  background-color: rgba(250, 118, 143, 0.8);
}

/* =====================
   line-page
===================== */
.line-main {
  padding-top: 115px;
}

.line-wrapper {
  max-width: 1300px;
  padding: 56px 20px 120px;
  margin: 0 auto;
}

.line-catch {
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 14px;
  color: #333333;
}

.line-container {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
}

.line-clinic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.line-clinic__name {
  text-align: left;
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 22px;
  color: #333333;
  width: 100%;
  height: 53px;
  background-color: #f8f9f4;
  border-left: 4px solid #bcbeb5;
  padding: 16px 0 16px 26px;
  font-weight: normal;
  margin-bottom: 60px;
}
.line-clinic__qr {
  line-height: 0;
}
.line-clinic__qr img {
  width: 100%;
  max-width: 256px;
  height: auto;
  outline: 1px solid #ccc;
}
.line-clinic__add {
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 18px;
  color: #333333;
  margin: 2em auto 1.5em;
}
.line-clinic__notice {
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 14px;
  color: #999;
  margin-bottom: 2em;
}
.line-clinic__link {
  font-family: "DShirkg4";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 1440px) {
  .line-main {
    padding-top: 5.3240740741rem;
  }
  .line-wrapper {
    max-width: 60.1851851852rem;
    padding: 2.5925925926rem 0.9259259259rem 5.5555555556rem;
  }
  .line-catch {
    font-size: 0.6481481481rem;
  }
  .line-container {
    margin-top: 2.0833333333rem;
    -webkit-column-gap: 2.4537037037rem;
       -moz-column-gap: 2.4537037037rem;
            column-gap: 2.4537037037rem;
  }
  .line-clinic__name {
    font-size: 1.0185185185rem;
    height: 2.4537037037rem;
    border-left: 0.1851851852rem solid #bcbeb5;
    padding: 0.7407407407rem 0 0.7407407407rem 1.1111111111rem;
    margin-bottom: 2.7777777778rem;
  }
  .line-clinic__qr img {
    max-width: 11.8518518519rem;
  }
  .line-clinic__add {
    font-size: 0.8333333333rem;
  }
  .line-clinic__notice {
    font-size: 0.6481481481rem;
  }
  .line-clinic__link {
    font-size: 0.6481481481rem;
  }
}
@media screen and (max-width: 750px) {
  .line-main {
    padding-top: 4.5498862528rem;
  }
  .line-wrapper {
    max-width: none;
    padding: 2.1774455639rem 0.6499837504rem 7.1498212545rem;
  }
  .line-catch {
    letter-spacing: -0.07em;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 0.9099772506rem;
    line-height: 1.7;
  }
  .line-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.0833333333rem;
    row-gap: 2.0833333333rem;
  }
  .line-clinic__name {
    font-family: "DShirkg5";
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 1.1699707507rem;
    height: 3.5749106272rem;
    padding: 1.1699707507rem 0 0.5199870003rem 0.8449788755rem;
  }
  .line-clinic__qr img {
    max-width: 9.7497562561rem;
  }
  .line-clinic__add {
    letter-spacing: -0.07em;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 1.1049723757rem;
    line-height: 1.7;
  }
  .line-clinic__notice {
    letter-spacing: -0.07em;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 0.9099772506rem;
    line-height: 1.7;
  }
  .line-clinic__link {
    letter-spacing: -0.07em;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 0.9099772506rem;
    line-height: 1.7;
  }
}
/* =====================
   charge-page
===================== */
section:has(div.charges-treatment__wrapper) {
  margin: 3em auto;
}

.charges-treatment__titlewrap + .charges-treatment__campaign {
  margin-top: 1em;
}
.charges-treatment__titlewrap + .charges-treatment__campaign + .charges-treatment__subtitle {
  margin-top: 0.5em;
}

.charges-treatment__text2 {
  margin-bottom: 1em;
}

/* =====================
   sp-fix
===================== */
@media screen and (max-width: 750px) {
  .mv__title {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0) rotate(0.05deg) !important;
            transform: translateX(0) rotate(0.05deg) !important;
  }
  .top-profile__business {
    white-space: nowrap;
  }
  select.contact__input {
    color: #333;
  }
}/*# sourceMappingURL=test.css.map */