@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333333;
  font-size: 18rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}
a:hover {
  opacity: 0.7;
}
a.underline {
  text-decoration: underline;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.font_san {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
}

.notes {
  font-size: 12rem;
}

.c_red {
  color: #df1616;
}

.btn_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fa5dc1;
  border: 1px solid #fa5dc1;
  position: relative;
  width: 306rem;
  min-height: 50rem;
  text-align: center;
  border-radius: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.btn_more a::after {
  content: "";
  display: block;
  width: 20rem;
  height: 16rem;
  background: url(/assets/img/ico_more_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 32rem;
  transform: translateY(-50%);
}
.btn_more.ico_none a::after {
  content: none;
}
.btn_more.btn_white a {
  background-color: #fff;
  color: #fa5dc1;
  border-color: #fa5dc1;
}
.btn_more.btn_white a::after {
  background-image: url(/assets/img/ico_more_arrow_pink.svg);
}
.btn_more.btn_blue a {
  background-color: #408fc6;
  border-color: #408fc6;
}

.c_table_wrap {
  border-radius: 25rem;
  background-color: #fff;
  padding: 20rem 25rem;
  box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.22);
  width: 488rem;
  display: flex;
  gap: 22rem;
  align-items: center;
}
.c_table_wrap .heading {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20rem;
  line-height: 1;
  color: #fa5dc1;
}
.c_table_wrap table tr th {
  font-size: 18rem;
  text-align: left;
  line-height: 1;
  border-top: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 0 5rem;
}
.c_table_wrap table tr th span {
  font-size: 12rem;
}
.c_table_wrap table tr td {
  text-align: center;
  text-align: center;
  color: #fa5dc1;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  vertical-align: top;
  font-size: 16rem;
  padding: 14rem 10rem 3rem;
  line-height: 1.1;
}
.c_table_wrap table tr:nth-child(1) th {
  border-top: none;
}
.c_table_wrap table tr:nth-child(1) td {
  color: #333;
  border-top: none;
}

.c_ttl {
  font-size: 36rem;
  letter-spacing: 2rem;
  color: #fa5dc1;
  text-align: center;
}

header {
  background-color: #fff6f6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .h_inner {
  height: 115rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20rem;
}
header .h_inner .logo {
  width: 300rem;
  margin-left: 50rem;
}
header .h_inner .logo a svg {
  height: auto;
}
header .h_inner .nav_container .nav_wrap ul {
  display: flex;
  gap: 46rem;
}
header .h_inner .nav_container .nav_wrap ul li a {
  display: block;
  font-size: 20rem;
  position: relative;
}
header .h_inner .nav_container .nav_wrap ul li a::after {
  content: "";
  width: 0;
  height: 10rem;
  background-color: rgba(250, 93, 193, 0.2);
  bottom: 0;
  position: absolute;
  display: block;
  transition: 0.3s all;
  left: 50%;
  transform: translateX(-50%);
}
header .h_inner .nav_container .nav_wrap ul li a:hover {
  opacity: 1;
}
header .h_inner .nav_container .nav_wrap ul li a:hover::after {
  width: 100%;
}
header .h_inner .nav_container .nav_cta .btn_more {
  margin-top: 33rem;
}
header .h_inner .nav_container .nav_cta .btn_more + .btn_more {
  margin-top: 10rem;
}
header .h_inner .nav_container .nav_cta .btn_more.tel a {
  font-size: 13rem;
}
header .h_inner .nav_container .nav_cta .btn_more.tel a span {
  font-size: 18rem;
  font-weight: bold;
}
header .h_inner .nav_container .clinic {
  width: 230rem;
  margin: 30rem auto 0;
}
header .h_inner .cta_wrap {
  margin-bottom: -48rem;
}
header .h_inner .cta_wrap .tel .txt {
  font-size: 14rem;
  margin-left: 44rem;
}
header .h_inner .cta_wrap .tel .num {
  width: 241rem;
}
header .h_inner .cta_wrap .reservation_btn {
  margin-top: 17rem;
}
header .h_inner .cta_wrap .reservation_btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32rem 0 0 32rem;
  background-color: #fa5dc1;
  font-size: 30rem;
  margin-left: auto;
  width: 253rem;
  height: 64rem;
}

footer {
  border-top: 1px solid #fa5dc1;
  margin-top: 135rem;
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 176rem;
  background: url(/assets/img/bg_footer_dot.png) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer .f_inner {
  padding-top: 43rem;
  padding-bottom: 29rem;
}
footer .f_inner .logo a {
  display: block;
  width: 305rem;
  margin-left: auto;
  margin-right: auto;
}
footer .f_inner .schedule_wrap {
  margin-top: 32rem;
  display: flex;
  gap: 32rem;
  align-items: center;
}
footer .f_inner .cta_wrap {
  margin-top: 52rem;
  display: flex;
  justify-content: center;
  gap: 40rem;
}
footer .f_inner .cta_wrap .btn_more.tel a {
  letter-spacing: 1rem;
}
footer .f_inner .cr {
  font-size: 14rem;
  margin-top: 52rem;
  text-align: center;
}

.news_list li {
  display: flex;
  width: 100%;
  position: relative;
  padding-left: 30rem;
}
.news_list li + li {
  margin-top: 10rem;
}
.news_list li::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border: 1px solid #fa5dc1;
  position: absolute;
  top: 10rem;
  left: 0;
}
.news_list li .time {
  width: 110rem;
}
.news_list li .title {
  max-width: 80%;
}
.news_list li .title a {
  display: block;
}
.news_list li .title a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li .title a:hover {
  text-decoration: underline;
  opacity: 1;
}

.breadcrumb {
  margin-top: 115rem;
  display: flex;
  justify-content: flex-end;
  font-size: 13rem;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1250rem;
}
.breadcrumb li {
  padding: 5rem 10rem 5rem 20rem;
  position: relative;
}
.breadcrumb li::after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  transform: rotate(45deg);
  position: absolute;
  top: 13rem;
  right: -6rem;
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 20rem;
}
.breadcrumb li.current {
  padding-right: 0;
  color: #fa5dc1;
}
.breadcrumb li.current::after {
  content: none;
}

.under_page .under_mv .mv_wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1298rem;
}
.under_page .under_mv .mv_wrap .img_wrap {
  border-radius: 50rem;
  margin: 0 auto;
  overflow: hidden;
}
.under_page .under_mv .mv_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_page .under_mv .mv_wrap .ttl_wrap {
  position: absolute;
  top: 170rem;
  left: 105rem;
}
.under_page .under_mv .mv_wrap .ttl_wrap h1 {
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
  font-size: 38rem;
  font-weight: 300;
  letter-spacing: 7rem;
  height: 58rem;
  min-width: 336rem;
  padding-left: 45rem;
  padding-right: 45rem;
  background-color: #fff;
}
.under_page .under_mv .mv_wrap .ttl_wrap .en_ttl {
  margin-top: 15rem;
  font-size: 26rem;
  letter-spacing: 5rem;
  font-weight: 400;
  color: #fa5dc1;
  width: -moz-fit-content;
  width: fit-content;
  height: 48rem;
  display: flex;
  align-items: center;
  padding-left: 55rem;
  padding-right: 55rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.under_page .under_mv .mv_wrap .clinic {
  bottom: -14rem;
}
.under_page .read_wrap {
  margin-top: 50rem;
}
.under_page .read_wrap h2 {
  font-size: 30rem;
  color: #fa5dc1;
  text-align: center;
}
.under_page .read_wrap p {
  margin-top: 45rem;
}

.symptom_wrap {
  background-color: #ecf6fd;
  margin-top: 85rem;
  border-radius: 44rem;
  padding-top: 50rem;
  padding-bottom: 60rem;
}
.symptom_wrap h3 {
  font-size: 24rem;
  text-align: center;
}
.symptom_wrap .symptom_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20rem 30rem;
  margin-top: 40rem;
}
.symptom_wrap .symptom_list li {
  font-weight: bold;
  font-size: 20rem;
  width: 405rem;
  padding-left: 45rem;
  position: relative;
  border-bottom: 2rem dotted #b7b8b8;
  padding-bottom: 10rem;
}
.symptom_wrap .symptom_list li span {
  font-size: 16rem;
}
.symptom_wrap .symptom_list li::before {
  content: "";
  background-image: url(../img/ico_dot_symptom.svg);
  width: 11rem;
  height: 11rem;
  display: block;
  position: absolute;
  top: calc(50% - 6.5rem);
  left: 18rem;
  background-size: 11rem;
}

.treatment_wrap {
  margin-top: 100rem;
  padding-top: 70rem;
  padding-bottom: 90rem;
}
.treatment_wrap .ttl {
  font-size: 30rem;
  font-weight: bold;
  text-align: center;
}
.treatment_wrap .sub_ttl {
  margin-top: 20rem;
  text-align: center;
}
.treatment_wrap .btn_more a {
  margin-top: 50rem;
  width: 716rem;
  background-color: #408fc6;
  border: 1px solid #408fc6;
  height: 68rem;
  border-radius: 34rem;
}
.treatment_wrap .btn_more a::after {
  width: 14rem;
  height: 18rem;
  background: url(/assets/img/ico_more_arrow_2.svg) no-repeat center;
  top: 50%;
  right: 32rem;
  transform: translateY(-50%);
}
.treatment_wrap .treatment_list {
  margin-top: 72rem;
  display: flex;
  justify-content: space-between;
}
.treatment_wrap .treatment_list li {
  width: 496rem;
  background-color: #fff;
  border-radius: 36rem;
  padding-bottom: 32rem;
}
.treatment_wrap .treatment_list li .num {
  text-align: center;
  margin-top: -32rem;
}
.treatment_wrap .treatment_list li h3 {
  font-size: 24rem;
  font-weight: bold;
  color: #fa5dc1;
  text-align: center;
  margin-top: 18rem;
  padding-bottom: 14rem;
  border-bottom: 1px solid #fa5dc1;
}
.treatment_wrap .treatment_list li h4 {
  border-radius: 13rem;
  margin-top: 23rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(250, 93, 193, 0.2);
  width: 245rem;
  min-height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.treatment_wrap .treatment_list li .desc {
  margin-top: 10rem;
  padding-left: 32rem;
  padding-right: 32rem;
}
.treatment_wrap .treatment_list li .desc .img_wrap {
  border-radius: 32rem;
  width: 410rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 20rem;
}
.treatment_wrap .treatment_list li .desc .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_mv {
  padding-top: 150rem;
  background-color: #fff6f6;
  position: relative;
  z-index: 1;
}
.c_mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 160rem;
  background: url(/assets/img/bg_top_mv_wave.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 55rem;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: -1;
}
.c_mv .clinic {
  max-width: 1440rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  width: 100vw;
  padding: 0 20rem;
  z-index: 1;
}
.c_mv .clinic img {
  width: 458rem;
}

.mv_top .mv_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.mv_top .mv_wrap .item_wrap {
  position: absolute;
  top: 240rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1400rem;
  padding: 0 30rem;
  z-index: 2;
}
.mv_top .mv_wrap .item_wrap .mv_ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.mv_top .mv_wrap .item_wrap .mv_ttl .txt {
  display: block;
  background-color: #fff;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12rem;
  font-size: 46rem;
  margin-left: auto;
}
.mv_top .mv_wrap .item_wrap .mv_ttl .txt .pink {
  color: #fa5dc1;
}
.mv_top .mv_wrap .item_wrap .mv_ttl .txt + .txt {
  margin-top: 17rem;
}
.mv_top .mv_wrap .item_wrap .mv_ttl .txt.txt1 {
  font-size: 32rem;
}
.mv_top .mv_wrap .swiper_area {
  width: 1100rem;
  margin: 0 auto;
  border-radius: 50rem;
  overflow: hidden;
}
.mv_top .mv_wrap .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_top .mv_wrap .clinic {
  max-width: 1340rem;
  text-align: left;
  bottom: -22rem;
}
.mv_top .schedule_wrap {
  position: relative;
  max-width: 1540rem;
  padding: 0 20rem;
  margin: -158rem auto 0;
  z-index: 1;
}
.mv_top .schedule_wrap .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.mv_top .schedule_wrap .wrapper .notes {
  text-align: center;
  margin-top: 8rem;
}

.medical_top {
  margin-top: 132rem;
}
.medical_top .content_wrap {
  margin-top: 22rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500rem;
  border-radius: 40rem;
  overflow: hidden;
}
.medical_top .content_wrap .img_wrap {
  display: flex;
}
.medical_top .content_wrap .img_wrap .box {
  width: 50%;
  padding-top: 128rem;
  padding-bottom: 46rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.medical_top .content_wrap .img_wrap .box .ttl {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 26rem;
  letter-spacing: 1rem;
}
.medical_top .content_wrap .img_wrap .box .ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -73rem;
  left: 50%;
  transform: translateX(-50%);
}
.medical_top .content_wrap .img_wrap .box .ttl::after {
  content: "";
  display: block;
  width: 173rem;
  height: 173rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.medical_top .content_wrap .img_wrap .box .desc {
  margin-top: 30rem;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.medical_top .content_wrap .img_wrap .box .btn_more {
  margin-top: 20rem;
}
.medical_top .content_wrap .img_wrap .box .btn_more a {
  width: 288rem;
  height: 40rem;
}
.medical_top .content_wrap .img_wrap .box.hifu {
  background-image: url(/assets/img/bg_top_medical_hifu_v2.jpg);
}
.medical_top .content_wrap .img_wrap .box.hifu .ttl::before {
  width: 54rem;
  height: 56rem;
  background-image: url(/assets/img/ico_top_medical_hifu.svg);
}
.medical_top .content_wrap .img_wrap .box.biyou {
  background-image: url(/assets/img/bg_top_medical_biyou.jpg);
}
.medical_top .content_wrap .img_wrap .box.biyou .ttl::before {
  width: 66rem;
  height: 73rem;
  background-image: url(/assets/img/ico_top_medical_biyou.svg);
}
.medical_top .content_wrap .tab_box {
  background-color: #ecf6fd;
  padding: 76rem 20rem 100rem;
}
.medical_top .content_wrap .tab_box .wrapper {
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}
.medical_top .content_wrap .tab_box .wrapper .tab_menu {
  display: flex;
}
.medical_top .content_wrap .tab_box .wrapper .tab_menu li {
  width: 50%;
  font-size: 22rem;
  color: #898989;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 20rem;
}
.medical_top .content_wrap .tab_box .wrapper .tab_menu li::after {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.medical_top .content_wrap .tab_box .wrapper .tab_menu li.active {
  font-weight: bold;
}
.medical_top .content_wrap .tab_box .wrapper .tab_menu li.active::after {
  background-color: #408fc6;
}
.medical_top .content_wrap .tab_box .wrapper .tab_content {
  padding: 32rem;
  background-color: #fff;
  min-height: 230rem;
  display: none;
  position: relative;
}
.medical_top .content_wrap .tab_box .wrapper .tab_content .txt {
  line-height: 2;
}
.medical_top .content_wrap .tab_box .wrapper .tab_content .more_view {
  position: absolute;
  right: 32rem;
  bottom: 35rem;
  width: -moz-fit-content;
  width: fit-content;
}
.medical_top .content_wrap .tab_box .wrapper .tab_content .more_view a {
  display: block;
  padding-right: 50rem;
}
.medical_top .content_wrap .tab_box .wrapper .tab_content .more_view a::after {
  content: "";
  display: block;
  width: 36rem;
  height: 36rem;
  background: url(/assets/img/ico_top_medical_arrow_blue.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.medical_top .content_wrap .tab_box .wrapper .tab_content.active {
  display: block;
}
.medical_top .content_wrap .tab_box.tab_hifu {
  background-color: #ecf6fd;
}
.medical_top .content_wrap .tab_box.tab_hifu .wrapper .tab_menu li.active {
  color: #408fc6;
}
.medical_top .content_wrap .tab_box.tab_hifu .wrapper .tab_menu li.active::after {
  background-color: #408fc6;
}
.medical_top .content_wrap .tab_box.tab_biyou {
  background-color: #fff6f6;
}
.medical_top .content_wrap .tab_box.tab_biyou .wrapper .tab_menu li.active {
  color: #fa5dc1;
}
.medical_top .content_wrap .tab_box.tab_biyou .wrapper .tab_menu li.active::after {
  background-color: #fa5dc1;
}
.medical_top .content_wrap .tab_box.tab_biyou .wrapper .tab_content .more_view a::after {
  background-image: url(/assets/img/ico_top_medical_arrow_pink.svg);
}

.features_top {
  margin-top: 118rem;
}
.features_top .content_wrap {
  margin-top: 62rem;
  padding-left: 20rem;
  padding-right: 20rem;
}
.features_top .content_wrap ul {
  max-width: 1540rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 22rem;
}
.features_top .content_wrap ul li {
  position: relative;
  padding: 30rem 18rem;
  width: 25%;
  border-radius: 30rem;
  background-color: #fff6f6;
}
.features_top .content_wrap ul li .num {
  height: 43rem;
  position: absolute;
  top: -24rem;
  left: 30rem;
}
.features_top .content_wrap ul li .num img {
  width: auto;
  height: 100%;
}
.features_top .content_wrap ul li .ttl {
  font-size: 24rem;
  font-weight: bold;
  color: #fa5dc1;
  line-height: 1.4;
  min-height: 61rem;
}
.features_top .content_wrap ul li .desc {
  margin-top: 17rem;
}

.news_top {
  margin-top: 120rem;
}
.news_top .content_wrap {
  margin-top: 20rem;
  border-radius: 30rem;
  background-color: #f6f6f6;
  padding: 32rem;
}
.news_top .btn_more {
  margin-top: 22rem;
}
.news_top .btn_more a {
  color: #70a6cb;
  background-color: #fff;
  border-color: #70a6cb;
}
.news_top .btn_more a::after {
  background-image: url(/assets/img/ico_more_arrow_blue.svg);
}

.access_top {
  margin-top: 135rem;
}
.access_top .content_wrap {
  margin-top: 35rem;
  display: flex;
  align-items: center;
}
.access_top .content_wrap .img_box {
  height: 430rem;
  width: 50%;
  position: relative;
}
.access_top .content_wrap .img_box .map_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30rem 30rem 0;
  overflow: hidden;
}
.access_top .content_wrap .img_box .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.access_top .content_wrap .txt_box {
  width: 50%;
  padding-left: 65rem;
}
.access_top .content_wrap .txt_box .address {
  line-height: 1.8;
}
.access_top .content_wrap .txt_box .btn_wrap {
  margin-top: 38rem;
}
.access_top .content_wrap .txt_box .btn_wrap .btn_more a {
  margin-left: 0;
  width: 360rem;
}
.access_top .content_wrap .txt_box .btn_wrap .btn_more + .btn_more {
  margin-top: 19rem;
}

.float_cta {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: all;
}
.float_cta .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #fa5dc1;
  font-size: 26rem;
  width: 253rem;
  height: 64rem;
  border-radius: 32rem 0 0 32rem;
  padding-left: 60rem;
  position: relative;
}
.float_cta .btn a::before {
  content: "";
  display: block;
  width: 26rem;
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
}
.float_cta .btn + .btn {
  margin-top: 12rem;
}
.float_cta .btn.clock a::before {
  background-image: url(/assets/img/ico_float_clock.svg);
}
.float_cta .btn.web a::before {
  background-image: url(/assets/img/ico_float_web.svg);
}
.float_cta .btn.tel a::before {
  background-image: url(/assets/img/ico_float_tel.svg);
  width: 30rem;
}
.float_cta.hidden {
  opacity: 0;
  pointer-events: none;
}

.announce {
  text-align: center;
  margin-top: 140rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30rem 20rem 40rem;
  border-radius: 10px;
  border: 1px solid #fa5dc1;
  background-color: #fff;
}
.announce h3 {
  font-size: 1.3em;
  font-weight: 400;
  color: #fa5dc1;
}
.announce p {
  margin-top: 20rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  .float_cta {
    display: none;
  }
  #page_access header > .h_inner .nav_container .nav_wrap ul li .gn_access::after,
  #page_faq header > .h_inner .nav_container .nav_wrap ul li .gn_faq::after,
  #page_dermatology header > .h_inner .nav_container .nav_wrap ul li .gn_dermatology::after,
  #page_greeting header > .h_inner .nav_container .nav_wrap ul li .gn_greeting::after,
  #page_news header > .h_inner .nav_container .nav_wrap ul li .gn_news::after,
  #page_single header > .h_inner .nav_container .nav_wrap ul li .gn_news::after,
  #page_beauty header > .h_inner .nav_container .nav_wrap ul li .gn_beauty::after {
    width: 100%;
  }
}
@media screen and (max-width: 1599px) and (min-width: 681px) {
  header .h_inner .logo {
    width: 210rem;
    margin-left: 30rem;
  }
  header .h_inner .nav_container .nav_wrap ul {
    gap: 35rem;
  }
  header .h_inner .nav_container .nav_wrap ul li a {
    font-size: 17rem;
  }
  header .h_inner .cta_wrap .tel .num {
    width: 220rem;
  }
  header .h_inner .cta_wrap .reservation_btn a {
    width: 220rem;
    height: 55rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .breadcrumb {
    margin-top: 80rem;
    font-size: 12rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .inner,
  .s_inner {
    width: 335rem;
  }
  .c_ttl {
    font-size: 23rem;
  }
  .btn_more a {
    width: 279rem;
    height: 44rem;
    border-radius: 22rem;
    font-size: 15rem;
  }
  .btn_more a::after {
    width: 13rem;
    right: 18rem;
  }
  .c_table_wrap {
    width: 100%;
    border-radius: 12.5rem;
    padding: 15rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.22);
    gap: 10rem;
  }
  .c_table_wrap .heading {
    font-size: 15rem;
  }
  .c_table_wrap table tr th {
    font-size: 12rem;
  }
  .c_table_wrap table tr th span {
    font-size: 9rem;
  }
  .c_table_wrap table tr td {
    font-size: 11rem;
    padding: 7rem;
  }
  .c_table_wrap table tr:nth-child(1) td {
    font-size: 11rem;
  }
  .float_cta {
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1px;
  }
  .float_cta .btn {
    width: 100%;
  }
  .float_cta .btn a {
    width: 100%;
    height: 60rem;
    border-radius: 10rem 10rem 0 0;
    font-size: 15rem;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 19rem;
  }
  .float_cta .btn a::before {
    width: 21rem;
    height: 21rem;
    left: 50%;
    transform: translateX(-50%);
    top: 7rem;
  }
  .float_cta .btn + .btn {
    margin-top: 0;
  }
  header .h_inner {
    height: 60rem;
    padding-bottom: 0;
  }
  header .h_inner .logo {
    margin-bottom: 6rem;
    margin-left: 20rem;
    width: 149rem;
    position: relative;
    z-index: 10;
  }
  header .h_inner .nav_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(250, 93, 193, 0.9);
    width: 100vw;
    height: 100vh;
    padding: 70rem 25rem 35rem;
    opacity: 0;
    transition: 0.6s;
    overflow: auto;
    pointer-events: none;
  }
  header .h_inner .nav_container .nav_wrap ul {
    flex-direction: column;
    gap: 0;
  }
  header .h_inner .nav_container .nav_wrap ul li a {
    font-size: 15rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16rem 24rem;
    position: relative;
  }
  header .h_inner .nav_container .nav_wrap ul li a::after {
    content: "";
    display: block;
    width: 27rem;
    height: 27rem;
    background: url(/assets/img/ico_nav_arrow_sp.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20rem;
    left: auto;
    transform: translateY(-50%);
  }
  header .h_inner .nav_container .nav_cta .btn_more.tel a span {
    display: inline-block;
    margin-left: 8rem;
    margin-top: -3rem;
  }
  header .h_inner .icons {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    text-align: center;
    height: 100%;
    background: #fa5dc1;
    width: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
  }
  header .h_inner .icons .hamburger {
    width: 35rem;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
  }
  header .h_inner .icons .hamburger span {
    width: 100%;
    height: 1px;
    border-radius: 10%;
    background-color: #fff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  header .h_inner .icons .hamburger span + span {
    margin-top: 8rem;
  }
  header .h_inner .icons .open,
  header .h_inner .icons .close {
    font-size: 15rem;
    color: #fff;
    line-height: 1;
    margin-top: 3rem;
  }
  header .h_inner .icons .close {
    display: none;
  }
  header.open .h_inner .logo a svg path {
    fill: #fff;
  }
  header.open .h_inner .nav_container {
    opacity: 1;
    pointer-events: all;
  }
  header.open .h_inner .icons {
    background-color: #fff;
  }
  header.open .h_inner .icons::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  header.open .h_inner .icons span {
    background-color: #fa5dc1;
  }
  header.open .h_inner .icons span:nth-child(1) {
    top: 7rem;
    transform: rotate(45deg);
  }
  header.open .h_inner .icons span:nth-child(2) {
    display: none;
  }
  header.open .h_inner .icons span:nth-child(3) {
    top: -1rem;
    transform: rotate(-45deg);
  }
  header.open .h_inner .icons .open {
    display: none;
  }
  header.open .h_inner .icons .close {
    display: block;
    margin-top: 12rem;
    color: #fa5dc1;
  }
  footer {
    margin-top: 65rem;
  }
  footer::after {
    width: 100vw;
    height: 23.0666666667vw;
  }
  footer .f_inner {
    padding-bottom: 25rem;
    padding-top: 32rem;
  }
  footer .f_inner .logo a {
    width: 181rem;
  }
  footer .f_inner .schedule_wrap {
    flex-direction: column;
    gap: 15rem;
  }
  footer .f_inner .schedule_wrap .txt_wrap {
    text-align: center;
  }
  footer .f_inner .cta_wrap {
    flex-direction: column;
    gap: 10rem;
    margin-top: 28rem;
  }
  footer .f_inner .cr {
    font-size: 10rem;
    margin-top: 35rem;
  }
  .news_list li {
    padding-left: 20rem;
  }
  .news_list li::before {
    top: 5rem;
  }
  .news_list li .time {
    width: 55rem;
  }
  .c_mv {
    padding-top: 80rem;
  }
  .c_mv::after {
    width: 100%;
    height: 76rem;
    background-image: url(/assets/img/bg_top_mv_wave_sp.png);
    bottom: 2rem;
  }
  .c_mv .clinic {
    bottom: -6rem;
    margin-left: -26rem;
  }
  .c_mv .clinic img {
    width: 235rem;
  }
  .under_page .under_mv .mv_wrap .img_wrap {
    width: 327rem;
    height: 200rem;
    border-radius: 25rem;
  }
  .under_page .under_mv .mv_wrap .ttl_wrap {
    top: 84rem;
    left: -8rem;
  }
  .under_page .under_mv .mv_wrap .ttl_wrap h1 {
    min-width: 175rem;
    height: 29rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18.6rem;
    background-color: #fff;
    padding-left: 33rem;
    padding-right: 33rem;
    letter-spacing: 3rem;
    padding-bottom: 2rem;
  }
  .under_page .under_mv .mv_wrap .ttl_wrap .en_ttl {
    margin-top: 5rem;
    font-size: 13rem;
    height: 24rem;
    letter-spacing: 2rem;
    padding-left: 33rem;
    padding-right: 33rem;
    padding-bottom: 0;
  }
  .under_page .under_mv .mv_wrap .clinic {
    margin-left: 9rem;
  }
  .under_page .read_wrap {
    margin-top: 40rem;
  }
  .under_page .read_wrap h2 {
    font-size: 20rem;
  }
  .under_page .read_wrap p {
    margin-top: 20rem;
  }
  .symptom_wrap {
    margin-top: 50rem;
    padding: 20rem 15rem 40rem;
    border-radius: 30rem;
  }
  .symptom_wrap h3 {
    font-size: 18rem;
  }
  .symptom_wrap .symptom_list {
    margin-top: 20rem;
    gap: 15rem;
  }
  .symptom_wrap .symptom_list li {
    width: 100%;
    font-size: 14rem;
    padding: 10rem 36rem;
  }
  .symptom_wrap .symptom_list li span {
    font-size: 14rem;
  }
  .symptom_wrap .symptom_list li::before {
    margin-top: 3rem;
    width: 8rem;
    height: 8rem;
    background-size: contain;
  }
  .treatment_wrap {
    margin-top: 70rem;
    padding-top: 40rem;
    padding-bottom: 50rem;
  }
  .treatment_wrap .treatment_list {
    flex-direction: column;
    gap: 60rem;
  }
  .treatment_wrap .treatment_list li {
    width: 100%;
    border-radius: 25rem;
  }
  .treatment_wrap .treatment_list li .num {
    margin-top: -20rem;
    width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment_wrap .treatment_list li h3 {
    font-size: 16rem;
    margin-top: 13rem;
    padding-bottom: 8rem;
  }
  .treatment_wrap .treatment_list li .desc .img_wrap {
    width: 100%;
    border-radius: 25rem;
  }
  .treatment_wrap .ttl {
    font-size: 20rem;
  }
  .treatment_wrap .btn_more a {
    width: 280rem;
  }
  .mv_top .mv_wrap {
    margin-right: 0;
  }
  .mv_top .mv_wrap .swiper_area {
    width: 327rem;
    border-radius: 25rem 0 0 25rem;
  }
  .mv_top .mv_wrap .item_wrap {
    top: 105rem;
    padding: 0;
    width: 100%;
    transform: none;
    left: -27px;
  }
  .mv_top .mv_wrap .item_wrap .mv_ttl .txt {
    font-size: 26rem;
    letter-spacing: 3rem;
  }
  .mv_top .mv_wrap .item_wrap .mv_ttl .txt + .txt {
    margin-top: 8rem;
  }
  .mv_top .mv_wrap .item_wrap .mv_ttl .txt.txt1 {
    font-size: 18rem;
  }
  .mv_top .mv_wrap .item_wrap .clinic {
    width: 230rem;
    margin-left: 0;
    margin-top: 65rem;
  }
  .mv_top .mv_wrap .clinic {
    bottom: -6rem;
  }
  .mv_top .schedule_wrap {
    margin-top: 35rem;
  }
  .mv_top .schedule_wrap .wrapper .notes {
    text-align: left;
  }
  .medical_top {
    margin-top: 70rem;
  }
  .medical_top .content_wrap {
    border-radius: 20rem;
  }
  .medical_top .content_wrap .img_wrap .box {
    padding-top: 50rem;
    padding-bottom: 20rem;
  }
  .medical_top .content_wrap .img_wrap .box .ttl {
    font-size: 16rem;
    text-align: center;
    line-height: 1.4;
  }
  .medical_top .content_wrap .img_wrap .box .ttl::after {
    width: 86rem;
    height: 86rem;
  }
  .medical_top .content_wrap .img_wrap .box .desc {
    margin-top: 26rem;
    line-height: 1.5;
    text-align: left;
    padding-left: 20rem;
    padding-right: 20rem;
    min-height: 158rem;
  }
  .medical_top .content_wrap .img_wrap .box .btn_more {
    margin-top: 6rem;
  }
  .medical_top .content_wrap .img_wrap .box .btn_more a {
    width: 150rem;
    height: 40rem;
    font-size: 13rem;
  }
  .medical_top .content_wrap .img_wrap .box.hifu .ttl::before {
    width: 21rem;
    height: 30rem;
    top: -28rem;
  }
  .medical_top .content_wrap .img_wrap .box.biyou .ttl::before {
    width: 30rem;
    height: 28rem;
    top: -30rem;
  }
  .medical_top .content_wrap .tab_box {
    padding-top: 26rem;
    padding-bottom: 38rem;
  }
  .medical_top .content_wrap .tab_box .wrapper .tab_menu li {
    font-size: 14rem;
    padding-bottom: 10rem;
  }
  .medical_top .content_wrap .tab_box .wrapper .tab_menu li::after {
    height: 4rem;
  }
  .medical_top .content_wrap .tab_box .wrapper .tab_content {
    padding: 18rem;
    min-height: 158rem;
  }
  .medical_top .content_wrap .tab_box .wrapper .tab_content .txt {
    line-height: 1.6;
  }
  .medical_top .content_wrap .tab_box .wrapper .tab_content .more_view {
    right: 15rem;
    bottom: 16rem;
  }
  .features_top {
    margin-top: 68rem;
  }
  .features_top .content_wrap {
    margin-top: 35rem;
  }
  .features_top .content_wrap ul {
    flex-direction: column;
    gap: 32rem;
  }
  .features_top .content_wrap ul li {
    width: 100%;
    border-radius: 15rem;
    padding: 24rem 20rem;
  }
  .features_top .content_wrap ul li .num {
    height: 33rem;
    top: -21rem;
    left: 20rem;
  }
  .features_top .content_wrap ul li .ttl {
    line-height: 1.4;
    font-size: 16rem;
    min-height: auto;
  }
  .features_top .content_wrap ul li .desc {
    margin-top: 10rem;
  }
  .news_top {
    margin-top: 90rem;
  }
  .news_top .content_wrap {
    margin-top: 23rem;
    border-radius: 15rem;
    padding: 22rem;
  }
  .news_top .content_wrap ul li a {
    padding-left: 16rem;
  }
  .news_top .content_wrap ul li a::before {
    top: 6rem;
  }
  .news_top .content_wrap ul li a .time {
    width: 80rem;
  }
  .news_top .content_wrap ul li a .title {
    max-width: 70%;
    white-space: unset;
  }
  .news_top .btn_more a {
    width: 230rem;
  }
  .access_top {
    margin-top: 75rem;
  }
  .access_top .content_wrap {
    margin-top: 32rem;
    flex-direction: column;
  }
  .access_top .content_wrap .img_box {
    width: 340rem;
    height: 215rem;
  }
  .access_top .content_wrap .img_box .map_wrap {
    border-radius: 0 15rem 15rem 0;
  }
  .access_top .content_wrap .txt_box {
    width: 100%;
    padding-left: 0;
    padding-top: 20rem;
  }
  .access_top .content_wrap .txt_box .address {
    padding-left: 52rem;
    padding-right: 52rem;
    line-height: 1.6;
  }
  .access_top .content_wrap .txt_box .btn_wrap {
    margin-top: 14rem;
  }
  .access_top .content_wrap .txt_box .btn_wrap .btn_more a {
    width: 280rem;
    height: 44rem;
    margin-left: auto;
    margin-right: auto;
  }
  .access_top .content_wrap .txt_box .btn_wrap .btn_more + .btn_more {
    margin-top: 10rem;
  }
}
.announce {
  margin-top: 100rem;
}/*# sourceMappingURL=style.css.map */