@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
@media screen and (min-width: 835px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  color: #3c3c3c;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}

.sec-bottom {
  margin-bottom: 84px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 100px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

.bg-ly {
  background-image: linear-gradient(0deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem)), linear-gradient(90deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem));
  background-image: linear-gradient(0deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem)), linear-gradient(90deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem));
  background-position: center center;
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat;
}
.bg-ly.__intro {
  padding: 100px 0;
}
.bg-ly.__info {
  padding-bottom: 100px;
}

.bg-dot {
  background-image: radial-gradient(#ccc 1px, transparent 1px);
  background-size: 12px 12px;
  background-repeat: repeat;
}
.bg-dot.__intro {
  padding: 100px 0;
}
.bg-dot.__info {
  padding-bottom: 100px;
}

.l-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #fff;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 835px) {
  .l-header {
    padding-bottom: 40px;
  }
}
.l-header .head-container__top {
  padding: 10px 0;
  z-index: 100;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top {
    padding: 12px 0;
    margin-bottom: 18px;
  }
}
.l-header .head-container__top .top-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex {
    justify-content: space-between;
  }
}
.l-header .head-container__top .top-flex .logo {
  display: block;
  width: 130px;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex .logo {
    width: 260px;
  }
}
.l-header .head-container__top .top-flex .add-cont {
  display: none;
  font-size: 14px;
  color: #bf41d8;
}
@media screen and (min-width: 835px) {
  .l-header .head-container__top .top-flex .add-cont {
    display: block;
  }
}
.l-header .head-container__top .top-flex .add-cont .address {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}
.l-header .head-container__top .top-flex .add-cont .tel {
  text-align: end;
}
.l-header .head-container__top .top-flex .add-cont .tel span {
  font-size: 20px;
  font-weight: bold;
}
.l-header .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #faf7f9;
  padding: 80px 5%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .l-header .nav {
    width: auto;
    height: auto;
    padding: 0 5%;
    max-width: 1440px;
    margin: 0 auto;
    position: static;
    background: none;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
}
.l-header .nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list {
    flex-direction: row;
    justify-content: end;
    gap: 32px;
  }
}
.l-header .nav .nav-list li {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li {
    width: auto;
  }
}
.l-header .nav .nav-list li .nav-item {
  cursor: pointer;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 2;
  color: #bf41d8;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li .nav-item {
    align-items: center;
  }
}
.l-header .nav .nav-list li.has-child {
  position: relative;
}
.l-header .nav .nav-list li.has-child::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b8a8b6;
  top: 0;
  right: 2px;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header .nav .nav-list li.has-child::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b8a8b6;
  top: 3px;
  right: 5px;
  transition: background 0.6s ease;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header .nav .nav-list li.has-child:hover::after {
  background: #bf41d8;
}
.l-header .nav .nav-list li.has-child.open .child-list {
  display: block;
  opacity: 1;
  max-height: 500px;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child:hover .child-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header .nav .nav-list li.has-child .nav-item {
  padding-right: 20px;
}
.l-header .nav .nav-list li.has-child .nav-item a {
  color: #bf41d8;
}
.l-header .nav .nav-list li.has-child .child-list {
  display: none;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none;
  position: static;
  margin-top: 24px;
  background: #fff;
  border-radius: 0.4em;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child .child-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 300px;
    border-radius: 1rem;
    background-color: #faf7f9;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin-top: 0;
  }
}
.l-header .nav .nav-list li.has-child .child-list .child-item a {
  font-size: 12px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .l-header .nav .nav-list li.has-child .child-list .child-item a {
    line-height: 1.2;
    padding: 10px 26px;
    transition: all 0.3s ease;
  }
}
.l-header .nav .nav-list li.has-child .child-list .child-item:hover a {
  transform: translateX(6px);
  color: #666;
}
.l-header .nav.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
}
.l-header .burger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 34px;
  height: 34px;
  position: fixed;
  top: 8px;
  right: 18px;
  z-index: 100;
  transition: transform 0.5s ease;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .l-header .burger {
    display: none;
  }
}
.l-header .burger span {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  transition: 0.3s;
}
.l-header .burger.active {
  flex-direction: column;
  height: 26px;
  transform: rotate(180deg);
  flex-direction: column;
  height: 26px;
}
.l-header .burger.active span {
  margin: 0;
}

.l-header.is-hide {
  transform: translateY(-100%);
}

.hero {
  position: relative;
}
.hero .hero__img .slick-body .slick-cards .slick-slide {
  margin: 0 10px;
}
.hero .hero__img .slick-body .slick-cards .card {
  width: 80vw;
}
@media screen and (min-width: 835px) {
  .hero .hero__img .slick-body .slick-cards .card {
    width: 490px;
  }
}
.hero .hero__img .slick-body .slick-cards .card .img {
  aspect-ratio: 490/637;
}
.hero .hero__img .slick-body .slick-cards .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  clip-path: inset(0 90% 0 0);
  animation: heroReveal 1.8s ease-out forwards;
  animation-delay: 0.2s;
}
.hero .slick-initialized .slick-active .img img {
  animation: heroReveal 2.5s ease-out forwards;
}
@keyframes heroReveal {
  from {
    clip-path: inset(0 90% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.hero .hero__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .hero .hero__content {
    bottom: -30px;
    left: 19%;
  }
}
.hero .hero__content .inner {
  padding: 20px;
  border-radius: 15px;
  background: #f5f0f1;
  height: fit-content;
  display: inline-block;
  opacity: 0;
  animation: textFadeRight 0.9s ease-out forwards;
  animation-delay: 1.4s;
}
.hero .hero__content h1 {
  writing-mode: vertical-rl;
  font-size: clamp(16px, 2.8vw, 26px);
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.hero .hero__content h1 .pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .hero .hero__content h1 .pc {
    display: block;
  }
}
.hero .hero__content h1 .line {
  display: block;
  margin: 0 10px 0 0;
}
.hero .hero__content h1 .line:first-child {
  margin: 0;
}
.hero .hero__content h1 .dot {
  display: inline-block;
  padding-right: 8px;
  background-image: url("../images/dots_vt.svg");
  background-repeat: repeat-y;
  background-position: right center;
  background-size: 3px auto;
}
.hero .hero__content h1 .dot .large {
  color: #bf41d8;
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .hero .hero__content h1 .dot .large {
    font-size: 36px;
  }
}
@keyframes textFadeRight {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.l-footer {
  padding-top: 84px;
  margin-bottom: 68px;
  background: #f5f0f1;
}
@media screen and (min-width: 835px) {
  .l-footer {
    margin-bottom: 0px;
  }
}
.l-footer .main-desc {
  display: flex;
  flex-direction: column;
  gap: 10%;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.l-footer .main-desc .cont-r .grid-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item {
  display: grid;
  grid-template-columns: minmax(32px, max-content) 1fr;
  row-gap: 24px;
  column-gap: 16px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item {
    display: block;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists {
  grid-column: 2;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists::after {
  position: relative;
  display: block;
  content: "";
  grid-column: 2;
  block-size: 1px;
  background: #939393;
  margin-block-start: 16px;
  margin-inline-end: -20px;
  margin-inline-start: 14px;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item .lists::after {
    display: none;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists .more-menu-title {
  font-weight: bold;
  line-height: 2;
  padding: 8px 16px;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a {
  padding: 8px 16px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a:hover {
  background: #9b9b9b;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a {
    width: fit-content;
  }
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li a span {
  font-size: 14px;
}
.l-footer .main-desc .cont-r .grid-desc .grid-item .lists li .more-menu__child {
  font-weight: normal;
}
.l-footer .cont-bottom {
  margin-top: 40px;
  background: #f5f0f1;
}
.l-footer .cont-bottom a {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 12px;
}
@media screen and (min-width: 835px) {
  .l-footer .cont-bottom a {
    width: 200px;
  }
}
.l-footer .cont-bottom .copy-wrap {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  background: #f5f0f1;
  color: #000000;
}

.title-block.__section {
  text-align: center;
  margin-bottom: 40px;
}
.title-block.__section .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #bf41d8;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
  text-transform: uppercase;
  font-size: 12px;
}
.title-block.__section .ja {
  margin-top: 0.75rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0833333333;
}

.page-title {
  background: url(../images/page_title_bg.jpg) left center;
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .page-title {
    background-position: right center;
    padding: 120px 0;
  }
}
.page-title h2 {
  padding-left: 20px;
  position: relative;
}
.page-title h2::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bf41d8;
  left: 0;
  top: 0;
}
.page-title h2 span {
  display: block;
}
.page-title h2 .en {
  font-size: 12px;
  margin-bottom: 8px;
}
.page-title h2 .ja {
  font-size: 38px;
}

.title-sub {
  line-height: 1.7;
  border-left: 3px solid #bf41d8;
  font-weight: bold;
  padding: 4px 20px;
  margin-bottom: 24px;
  background: #f5f0f1;
  border-radius: 0 20px 20px 0;
  font-size: 16px;
}

.a-btn .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 2px solid #bf41d8;
  font-size: 14px;
}
.a-btn .btn .arrow {
  margin-left: 6px;
  background: #bf41d8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 18px;
  border-radius: 35%;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.a-btn .btn .arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  mask-image: url("../images/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/arrow.svg"); /* Safari対応 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.a-btn .btn:hover .arrow {
  transform: translateX(4px);
}

.s-facilities .side-nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 26px;
  background: #fbfaf9;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .s-facilities .side-nav {
    justify-content: space-between;
    align-items: center;
  }
}
.s-facilities .side-nav .nav-title {
  font-size: 12px;
}
.s-facilities .side-nav .nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.s-facilities .side-nav .nav .nav-item a {
  display: block;
  padding: 10px 20px;
  background: #f5f0f1;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 0 6px rgba(191, 65, 216, 0.2);
}
.s-facilities .gallery-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 835px) {
  .s-facilities .gallery-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-facilities .gallery-item {
  transform: scale(0.96);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
}
.s-facilities .gallery-item img {
  aspect-ratio: 366/260;
  width: 100%;
  border-radius: 12px;
}
.s-facilities .gallery-item .gallery-title {
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  width: fit-content;
  letter-spacing: 0.2em;
  font-size: 12px;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pagination .pagination-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.pagination .pagination-list .page {
  display: inline-block;
  padding: 8px 9px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .pagination-list .page:hover {
  background-color: #f5f5f5;
  border-radius: 0.5em;
}
.pagination .pagination-list .page.is-current {
  background-color: #bf41d8;
  color: #fff;
  border-radius: 0.5em;
}
.pagination .pagination-list .page.prev, .pagination .pagination-list .page.next {
  font-weight: bold;
  border: none;
}

.body--narrow {
  max-width: 980px;
  margin-inline: auto;
}

.c-common-style {
  padding: 80px 0;
}
.c-common-style .title-sub {
  margin-top: 2em;
}
.c-common-style .title-m {
  font-size: 16px;
  margin: 40px 0 16px;
  color: #bf41d8;
  position: relative;
  padding-left: 14px;
}
.c-common-style .title-m::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #bf41d8;
  border-radius: 50%;
}
.c-common-style p {
  line-height: 1.6;
  font-size: 14px;
  margin-block: 1em;
}
.c-common-style li {
  line-height: 1.6;
  font-size: 14px;
}
.c-common-style ol {
  margin-block: 1em;
  padding-left: 1.7em;
}
.c-common-style ol li {
  list-style: decimal;
}
.c-common-style img {
  margin: 1em 0;
}
.c-common-style ul {
  margin-block: 1em;
  padding-left: 1.2em;
}
.c-common-style ul li {
  list-style: disc;
}
.c-common-style .box {
  padding: 20px;
  background: #faf6ed;
  border-radius: 20px;
  margin-bottom: 20px;
}
.c-common-style .box li {
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
  list-style: none;
}
.c-common-style .box li .title {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}
.c-common-style .row-card-col2 {
  display: flex;
  gap: 20px;
}
.c-common-style .row-card-col2.left {
  justify-content: flex-start;
}
.c-common-style .row-card-col2 > div {
  max-width: 48%;
}
.c-common-style .table-1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.7;
  border-left: 3px solid #bf41d8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.c-common-style .table-1 th,
.c-common-style .table-1 td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.c-common-style .table-1 th {
  width: auto;
  background-color: #f7f7f7;
  font-weight: 600;
  text-align: left;
  color: #333;
  white-space: nowrap;
}
.c-common-style .table-1 td {
  color: #555;
}
.c-common-style .table-1 strong {
  color: #333;
  font-weight: 600;
}

@media screen and (min-width: 835px) {
  .c-right-img {
    float: right;
    margin: 0 0 2em 2em !important;
    max-width: 400px;
  }
}

@media screen and (min-width: 835px) {
  .price-body .flex-box {
    display: flex;
    gap: 20px;
  }
  .price-body .flex-box .flex-box_item.cont-l {
    flex-basis: calc(100% - 450px);
  }
  .price-body .flex-box .flex-box_item.cont-r {
    flex-basis: 450px;
  }
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.content-body {
  margin-top: 32px;
}
.content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.content-body p:last-child {
  margin-bottom: 48px;
}
.content-body .wp-block-column .wp-block-heading {
  font-size: 24px;
  line-height: 1.4;
}
.content-body .wp-block-column h3.wp-block-heading,
.content-body .wp-block-column h4.wp-block-heading {
  margin-bottom: 12px;
}
.content-body .wp-block-column p {
  font-size: 14px;
}
.content-body .wp-block-column p a {
  text-decoration: underline;
}
.content-body .wp-block-column .wp-block-image {
  aspect-ratio: 1/1;
}
.content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  font-size: 10px;
  margin: 120px 0 0;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  gap: 8px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  padding: 10px 0;
}
.breadcrumb .breadcrumb__list .current-item {
  color: #0da0a0;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #eff8f6;
  text-align: center;
  display: flex;
  gap: 10px;
  margin-top: 46px;
  align-items: center;
  padding: 10px;
  border-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000000;
  mask-image: url("../images/icon-check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon-check.svg"); /* Safari対応 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: rgb(250, 234, 240);
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}

.l-aside {
  display: block;
}
.l-aside .l-aside_cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  padding: 0 5%;
}
@media screen and (min-width: 835px) {
  .l-aside .l-aside_cta {
    padding: 0;
    right: 0px;
    bottom: 240px;
    left: auto;
    transform: none;
    width: fit-content;
  }
}
.l-aside .l-aside_cta .aside-items {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4px;
  position: relative;
  border-radius: 0.4em 0.4em 0 0;
  background: #f5f0f1;
  margin-bottom: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 0 6px rgba(191, 65, 216, 0.2);
}
.l-aside .l-aside_cta .aside-items::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 26px;
  background-color: #eee;
  background: #9b9b9b;
}
@media screen and (min-width: 835px) {
  .l-aside .l-aside_cta .aside-items {
    flex-direction: column;
    gap: 20px;
    background: none;
    box-shadow: none;
  }
  .l-aside .l-aside_cta .aside-items::after {
    content: none;
  }
}
.l-aside .l-aside_cta .aside-items .item {
  position: relative;
  padding: 20px 6px 20px 32px;
  text-align: center;
  background: #f5f0f1;
  flex: 1;
  border-radius: 0.4em;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.l-aside .l-aside_cta .aside-items .item:hover {
  transform: scale(1.05);
  background-color: rgb(249.08, 246.12, 246.712);
}
@media screen and (min-width: 835px) {
  .l-aside .l-aside_cta .aside-items .item {
    width: 60px;
    padding: 40px 8px 12px 8px;
    border-radius: 0.4em 0 0 0.4em;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 0 6px rgba(191, 65, 216, 0.2);
  }
}
.l-aside .l-aside_cta .aside-items .item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #bf41d8;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media screen and (min-width: 835px) {
  .l-aside .l-aside_cta .aside-items .item::before {
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-aside .l-aside_cta .aside-items .item.__reserve::before {
  mask-image: url("../images/icon-reserve.svg");
  -webkit-mask-image: url("../images/icon-reserve.svg");
}
.l-aside .l-aside_cta .aside-items .item.__insta::before {
  mask-image: url("../images/icon-insta.svg");
  -webkit-mask-image: url("../images/icon-insta.svg");
}
.l-aside .l-aside_cta .aside-items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-aside .l-aside_cta .aside-items .item .text {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .l-aside .l-aside_cta .aside-items .item .text {
    writing-mode: vertical-rl;
  }
}
.l-aside .l-aside_cta .aside-items .item .text.__insta {
  letter-spacing: 0.25em;
}

.s-info .container {
  padding: 10px 20px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media screen and (min-width: 835px) {
  .s-info .container {
    display: flex;
    padding: 60px;
  }
}
.s-info .container .info_parking {
  margin: 20px 0 0;
}
@media screen and (min-width: 835px) {
  .s-info .container .info_parking {
    margin: 20px 0 0;
    overflow: hidden;
    height: 40%;
  }
}
.s-info .container .cont-l,
.s-info .container .cont-r {
  padding: 12px 0px 24px;
  transition: background-color 0.5s ease, flex-basis 0.3s ease;
  flex-basis: 50%;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l,
  .s-info .container .cont-r {
    padding: 40px 20px;
    display: flex;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-l {
    flex-direction: column;
  }
}
.s-info .container .cont-l iframe {
  border-radius: 20px;
  overflow: hidden;
  height: 45%;
  /* aspect-ratio: 16 / 14; */
}
.s-info .container .cont-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
.s-info .container .cont-r .logo {
  width: 300px;
  margin: 0 auto;
}
.s-info .container .cont-r .item {
  width: 100%;
}
.s-info .container .cont-r .item.__address {
  line-height: 2;
  font-size: 14px;
}
.s-info .container .cont-r .item.__address .sns-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.s-info .container .cont-r .item.__address .sns-wrap .btn {
  display: block;
  position: relative;
  padding: 10px 8px 8px 44px;
  text-decoration: underline;
}
.s-info .container .cont-r .item.__address .sns-wrap .btn::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #bf41d8;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.s-info .container .cont-r .item.__address .sns-wrap .btn.__web::before {
  mask-image: url("../images/icon-reserve.svg");
  -webkit-mask-image: url("../images/icon-reserve.svg");
}
.s-info .container .cont-r .item.__address .sns-wrap .btn.__insta::before {
  mask-image: url("../images/icon-insta.svg");
  -webkit-mask-image: url("../images/icon-insta.svg");
}
.s-info .container .cont-r .item.__tel {
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-radius: 0.5em;
  background: #fff;
}
.s-info .container .cont-r .item.__tel .tel-text {
  margin-bottom: 8px;
  font-size: 14px;
}
.s-info .container .cont-r .item.__tel .tel {
  font-size: 30px;
}
.s-info .container .cont-r .item.__table .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.s-info .container .cont-r .item.__table .time-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-r .item.__table .time-table {
    min-width: auto;
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.s-info .container .cont-r .item.__table .time-table th,
.s-info .container .cont-r .item.__table .time-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 6px;
}
@media screen and (min-width: 835px) {
  .s-info .container .cont-r .item.__table .time-table th,
  .s-info .container .cont-r .item.__table .time-table td {
    padding: 12px;
  }
}
.s-info .container .cont-r .item.__table .time-table thead {
  background: #f5f0f1;
}
.s-info .container .cont-r .item.__table .time-table thead th {
  font-weight: 700;
}
.s-info .container .cont-r .item.__table .time-table tbody th,
.s-info .container .cont-r .item.__table .time-table tbody td {
  background: #ffffff;
}
.s-info .container .cont-r .item.__table .time-table tbody th {
  font-weight: 600;
  white-space: nowrap;
}
.s-info .container .cont-r .item.__table .time-table .ok {
  color: #bf41d8;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-r .item.__table .time-table .ng {
  color: #e37272;
  font-weight: 700;
  font-size: 16px;
}
.s-info .container .cont-r .item.__table .table-text {
  line-height: 1.6;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
}
.s-info .container .cont-r .item.__table .table-text .closed {
  display: block;
  margin-bottom: 8px;
  color: #bf41d8;
}

body.home .s-insta {
  position: relative;
  background: #f5f0f1;
  padding: 46px 0;
}
@media screen and (min-width: 835px) {
  body.home .s-insta {
    padding: 120px 0;
  }
}
body.home .s-insta .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
}
body.home .s-insta .wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
body.home .s-insta .wave__path {
  fill: #f5f0f1;
}
body.home .s-insta .wave--top {
  top: -47px;
}
body.home .s-insta .wave--bottom {
  bottom: -47px;
}
body.home .s-insta .insta-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 835px) {
  body.home .s-insta .insta-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
body.home .s-insta .insta-wrap .cont-l {
  flex: 1;
}
body.home .s-insta .insta-wrap .cont-l h3 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
}
body.home .s-insta .insta-wrap .cont-l p {
  line-height: 1.8;
  margin-bottom: 40px;
}
body.home .s-insta .insta-wrap .cont-r {
  background: #faf6ed;
  border-radius: 0.5em;
  padding: 20px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.home .s-insta .insta-wrap .cont-r {
    width: 340px;
  }
}
body.home .s-insta .insta-wrap .cont-r .grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
body.home .s-insta .insta-wrap .cont-r .grid-item .item {
  width: 100%;
  border-radius: 0.5em;
  aspect-ratio: 1/1;
  background: #ffffff;
}
body.home .s-insta .insta-wrap .cont-r .grid-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
body.home .s-news .news-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 835px) {
  body.home .s-news .news-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home .s-news .news-body .item.__news .news-list {
  margin-bottom: 24px;
}
body.home .s-news .news-body .item.__news .news-list li {
  margin-bottom: 12px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #c8c8c8;
}
body.home .s-news .news-body .item.__news .news-list li:last-child {
  margin-bottom: 0;
}
body.home .s-news .news-body .item.__news .news-list li .item-wrap {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  align-items: flex-end;
}
body.home .s-news .news-body .item.__news .news-list li .item-wrap time {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
}
body.home .s-news .news-body .item.__news .news-list li .item-wrap .news-category {
  background: #f5f0f1;
  color: #bf41d8;
  font-size: 12px;
  padding: 4px 4px;
  font-weight: normal;
  line-height: 1;
  border-radius: 0.3em;
}
body.home .s-news .news-body .item.__news .news-list li .title {
  line-height: 1.4;
}
body.home .s-news .news-body .item.__closed .clinic-calendar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 834px) {
  body.home .s-news .news-body .item.__closed .clinic-calendar {
    grid-template-columns: 1fr;
  }
}
body.home .s-news .news-body .item.__closed .clinic-calendar .month-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
  background: #f2f2f2;
  padding: 8px 0;
}
body.home .s-news .news-body .item.__closed .calendar-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 6px;
}
body.home .s-news .news-body .item.__closed .calendar-head li {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
body.home .s-news .news-body .item.__closed .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
body.home .s-news .news-body .item.__closed .calendar-body li {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
body.home .s-news .news-body .item.__closed .calendar-body .full {
  background: #656565;
  color: #fff;
  font-weight: 600;
}
body.home .s-news .news-body .item.__closed .calendar-body .am {
  background: #f6f4bb;
}
body.home .s-news .news-body .item.__closed .calendar-body .pm {
  background: #f9ccd9;
}
body.home .s-news .news-body .item.__closed .calendar-legend {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  font-size: 12px;
}
body.home .s-news .news-body .item.__closed .calendar-legend li {
  display: flex;
  align-items: center;
  gap: 4px;
}
body.home .s-news .news-body .item.__closed .calendar-legend li span {
  color: #000;
}
body.home .s-news .news-body .item.__closed .calendar-legend .full {
  color: #656565;
}
body.home .s-news .news-body .item.__closed .calendar-legend .am {
  color: #f6f4bb;
}
body.home .s-news .news-body .item.__closed .calendar-legend .pm {
  color: #f28fa8;
}
body.home .s-intro {
  padding-top: 46px;
  padding-bottom: 430px;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.home .s-intro {
    padding-bottom: 0px;
  }
}
body.home .s-intro .s-intro__img {
  position: relative;
}
body.home .s-intro .s-intro__img .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}
body.home .s-intro .s-intro__img .slide-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.home .s-intro .s-intro__img .slide-item .wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
body.home .s-intro .s-intro__img .slide-item .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 6s ease;
}
body.home .s-intro .s-intro__img .slide-item.is-active .wrap img {
  transform: scale(1);
}
body.home .s-intro__img {
  height: 40vh;
}
@media screen and (min-width: 835px) {
  body.home .s-intro__img {
    height: 50vh;
  }
}
body.home .s-intro__img .slide-item {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 835px) {
  body.home .s-intro__img .slide-item {
    justify-content: space-between;
  }
}
body.home .s-intro__img .slide-item .slide-sub {
  display: none;
}
@media screen and (min-width: 835px) {
  body.home .s-intro__img .slide-item .slide-sub {
    display: block;
    width: 15.888889vw;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
  }
}
body.home .s-intro__img .slide-item .slide-main {
  width: 88.5416666667vw;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.home .s-intro__img .slide-item .slide-main {
    width: 69.7916666667vw;
  }
}
body.home .s-intro .text__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f5f0f1;
  padding: 20px 46px;
  border-radius: 15px;
  background: #f5f0f1;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .text__content {
    bottom: -30px;
    left: 19%;
  }
}
body.home .s-intro .text__content h1 {
  line-height: 1.6;
  font-size: clamp(16px, 2.8vw, 34px);
  margin-bottom: 16px;
}
body.home .s-intro .text__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}
body.home .s-features {
  padding: 100px 0;
  background: #f5f0f1;
}
body.home .s-features .features-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 20px 0px;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body {
    padding: 89px 0 0px;
  }
}
body.home .s-features .features-body .inner {
  max-width: 1000px;
  margin: 0 auto;
}
body.home .s-features .features-body .inner .flex-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box {
    margin-bottom: 53px;
  }
}
body.home .s-features .features-body .inner .flex-box .flex-box {
  display: block;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .flex-box {
    display: flex;
  }
}
body.home .s-features .features-body .inner .flex-box .cont-l {
  width: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .cont-l {
    width: 70px;
  }
}
body.home .s-features .features-body .inner .flex-box .cont-l.__hasline {
  position: relative;
}
body.home .s-features .features-body .inner .flex-box .cont-l.__hasline::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #bf41d8;
  left: 17px;
  top: 47px;
  transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .cont-l.__hasline::after {
    left: 35px;
    top: 80px;
  }
}
body.home .s-features .features-body .inner .flex-box .cont-r {
  max-width: 895px;
  width: calc(100% - 50px);
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
body.home .s-features .features-body .inner .flex-box .cont-r.__bdnone {
  border: none;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .cont-r {
    width: 95%;
    padding-bottom: 56px;
  }
}
body.home .s-features .features-body .inner .flex-box .flex-box_item .num {
  width: 35px;
  height: 35px;
  font-size: 20px;
  border: 1px solid #bf41d8;
  color: #bf41d8;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .flex-box_item .num {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
}
body.home .s-features .features-body .inner .flex-box .flex-box_item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  body.home .s-features .features-body .inner .flex-box .flex-box_item .title {
    font-size: 20px;
  }
}
body.home .s-features .features-body .inner .flex-box .flex-box_item .text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  flex-basis: calc(100% - 300px);
}
body.home .s-features .features-body .inner .flex-box .flex-box_item .img {
  flex-basis: 300px;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-id-70 .s-staff .staff-body,
body.page-id-6 .s-staff .staff-body {
  padding: 80px 0;
}
body.page-id-70 .s-staff .staff-body .staff-all,
body.page-id-6 .s-staff .staff-body .staff-all {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 600px;
  height: auto;
}
body.page-id-70 .s-staff .staff-body .staff-all img,
body.page-id-6 .s-staff .staff-body .staff-all img {
  border-radius: 6.875rem;
  border: #484848;
}
body.page-id-70 .s-staff .staff-body .grid-items,
body.page-id-6 .s-staff .staff-body .grid-items {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 835px) {
  body.page-id-70 .s-staff .staff-body .grid-items,
  body.page-id-6 .s-staff .staff-body .grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-70 .s-staff .staff-body .grid-items .item .img-wrap,
body.page-id-6 .s-staff .staff-body .grid-items .item .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6.875rem;
  border: 1px solid #969696;
}
@media screen and (min-width: 835px) {
  body.page-id-70 .s-staff .staff-body .grid-items .item .img-wrap,
  body.page-id-6 .s-staff .staff-body .grid-items .item .img-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
body.page-id-70 .s-staff .staff-body .grid-items .item .img-wrap .img img,
body.page-id-6 .s-staff .staff-body .grid-items .item .img-wrap .img img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .img-wrap .category,
body.page-id-6 .s-staff .staff-body .grid-items .item .img-wrap .category {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 18px;
  font-size: 14px;
  background: #f6f4bb;
  color: #484848;
  border-radius: 20px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .name,
body.page-id-6 .s-staff .staff-body .grid-items .item .name {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 20px;
  font-weight: bold;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .name .positions,
body.page-id-6 .s-staff .staff-body .grid-items .item .name .positions {
  font-size: 16px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc {
  padding: 20px;
  background: #faf7f9;
  border-radius: 0.5em;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .skill,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .skill {
  margin-bottom: 32px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .skill .skill-title,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .skill .skill-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  font-weight: bold;
  margin-bottom: 12px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .skill ul,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .skill ul {
  padding-left: 1.2em;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .skill ul li,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .skill ul li {
  list-style: disc;
  margin-bottom: 8px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .skill ul li::marker,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .skill ul li::marker {
  color: #bf41d8;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .experience,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .experience {
  text-align: 1.8;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .experience .experience-title,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .experience .experience-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  font-weight: bold;
  margin-bottom: 12px;
}
body.page-id-70 .s-staff .staff-body .grid-items .item .info-desc .experience p,
body.page-id-6 .s-staff .staff-body .grid-items .item .info-desc .experience p {
  line-height: 1.8;
}

body.page-id-16 .s-access .access.__map,
body.page-id-9 .s-access .access.__map {
  margin-bottom: 80px;
}
body.page-id-16 .s-access .access.__map .map-grid,
body.page-id-9 .s-access .access.__map .map-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-access .access.__map .map-grid,
  body.page-id-9 .s-access .access.__map .map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-16 .s-access .access.__map .map-grid .map-r iframe,
body.page-id-9 .s-access .access.__map .map-grid .map-r iframe {
  max-height: 270px;
}
body.page-id-16 .s-access .access.__map .map-table,
body.page-id-9 .s-access .access.__map .map-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.7;
  border-left: 3px solid #bf41d8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
body.page-id-16 .s-access .access.__map .map-table th,
body.page-id-16 .s-access .access.__map .map-table td,
body.page-id-9 .s-access .access.__map .map-table th,
body.page-id-9 .s-access .access.__map .map-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
body.page-id-16 .s-access .access.__map .map-table th,
body.page-id-9 .s-access .access.__map .map-table th {
  width: 25%;
  background-color: #f7f7f7;
  font-weight: 600;
  text-align: left;
  color: #333;
  white-space: nowrap;
}
body.page-id-16 .s-access .access.__map .map-table td,
body.page-id-9 .s-access .access.__map .map-table td {
  color: #555;
}
body.page-id-16 .s-access .access.__map .map-table strong,
body.page-id-9 .s-access .access.__map .map-table strong {
  color: #333;
  font-weight: 600;
}
body.page-id-16 .s-access .access.__parking .parking-grid,
body.page-id-9 .s-access .access.__parking .parking-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.page-id-16 .s-access .access.__parking .parking-grid,
  body.page-id-9 .s-access .access.__parking .parking-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-id-16 .s-access .access.__parking .parking-grid .parking-r .img,
body.page-id-9 .s-access .access.__parking .parking-grid .parking-r .img {
  margin-bottom: 24px;
}
body.page-id-16 .s-access .access.__parking .parking-grid .parking-r p,
body.page-id-9 .s-access .access.__parking .parking-grid .parking-r p {
  font-size: 12px;
  line-height: 1.8;
}

body.page-id-19 .page-title,
body.page-id-11 .page-title {
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout,
  body.page-id-11 .s-medical-service .main-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    align-items: start;
  }
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout .side-nav,
  body.page-id-11 .s-medical-service .main-layout .side-nav {
    position: sticky;
    top: 140px;
    left: 0;
  }
}
body.page-id-19 .s-medical-service .main-layout .side-nav .nav,
body.page-id-11 .s-medical-service .main-layout .side-nav .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  column-gap: 10px;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout .side-nav .nav,
  body.page-id-11 .s-medical-service .main-layout .side-nav .nav {
    grid-template-columns: 1fr;
  }
}
body.page-id-19 .s-medical-service .main-layout .side-nav .nav .nav-item,
body.page-id-11 .s-medical-service .main-layout .side-nav .nav .nav-item {
  line-height: 1.6;
  font-size: 14px;
}
body.page-id-19 .s-medical-service .main-layout .side-nav .nav .nav-item a,
body.page-id-11 .s-medical-service .main-layout .side-nav .nav .nav-item a {
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #c0bbbb;
  text-align: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout .side-nav .nav .nav-item a,
  body.page-id-11 .s-medical-service .main-layout .side-nav .nav .nav-item a {
    width: fit-content;
    padding: 12px 20px 12px 0;
  }
}
body.page-id-19 .s-medical-service .main-layout .side-nav .nav .nav-item a:hover,
body.page-id-11 .s-medical-service .main-layout .side-nav .nav .nav-item a:hover {
  color: #bf41d8;
  transform: translateY(-2px);
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item {
  padding-top: 80px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table {
  padding-top: 0;
  width: 100%;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table p,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 14px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table {
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table,
  body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table {
    padding: 30px;
  }
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .table-scroll,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table th,
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table td,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table th,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 6px;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table th,
  body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table td,
  body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table th,
  body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table td {
    padding: 12px;
  }
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table thead,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table thead {
  background: #f6f6f6;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table thead th,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table thead th {
  font-weight: 700;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th,
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody td,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody td {
  background: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th .woman,
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody td .woman,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th .woman,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody td .woman {
  color: #b35555;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item.__table .item-table .time-table tbody th {
  font-weight: 600;
  white-space: nowrap;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list {
  padding: 20px;
  background: #faf6ed;
  border-radius: 20px;
  margin-bottom: 20px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list li,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list li {
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list li .title,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item .menu-list li .title {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}
body.page-id-19 .s-medical-service .main-layout .main-content .service-list .list-item .a-btn,
body.page-id-11 .s-medical-service .main-layout .main-content .service-list .list-item .a-btn {
  margin-left: 20px;
}
body.page-id-19 .s-medical-intro,
body.page-id-11 .s-medical-intro {
  padding: 6.875rem 0 8rem;
  border-radius: 11.25rem 11.25rem 0rem 0rem;
  background: #f5f0f1;
}
body.page-id-19 .s-medical-intro .main-layout__message,
body.page-id-11 .s-medical-intro .main-layout__message {
  margin-bottom: 100px;
}
body.page-id-19 .s-medical-intro .main-layout__message .text-desc,
body.page-id-11 .s-medical-intro .main-layout__message .text-desc {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-intro .main-layout__message .text-desc,
  body.page-id-11 .s-medical-intro .main-layout__message .text-desc {
    display: flex;
    gap: 40px;
  }
}
body.page-id-19 .s-medical-intro .main-layout__message .text-desc p,
body.page-id-11 .s-medical-intro .main-layout__message .text-desc p {
  flex: 1;
  line-height: 1.8;
}
body.page-id-19 .s-medical-intro .main-layout__message .text-desc .img,
body.page-id-11 .s-medical-intro .main-layout__message .text-desc .img {
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-19 .s-medical-intro .main-layout__message .text-desc .img,
  body.page-id-11 .s-medical-intro .main-layout__message .text-desc .img {
    order: 2;
  }
}
body.page-id-19 .s-medical-intro .main-layout__message .text-desc .img img,
body.page-id-11 .s-medical-intro .main-layout__message .text-desc .img img {
  height: 100%;
  width: 100%;
}
body.page-id-19 .s-medical-intro .main-layout__overview,
body.page-id-11 .s-medical-intro .main-layout__overview {
  margin-bottom: 100px;
}
body.page-id-19 .s-medical-intro .main-layout__overview .inner,
body.page-id-11 .s-medical-intro .main-layout__overview .inner {
  background: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
}
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.8;
}
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview th,
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview td,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview th,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview td {
  padding: 14px 18px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview th,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview th {
  width: 28%;
  text-align: center;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview tr:last-child th,
body.page-id-19 .s-medical-intro .main-layout__overview .inner .clinic-overview tr:last-child td,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview tr:last-child th,
body.page-id-11 .s-medical-intro .main-layout__overview .inner .clinic-overview tr:last-child td {
  border-bottom: none;
}

body.page-id-105 .s-topics,
body.page-id-66 .s-topics {
  position: relative;
  background: #f5f0f1;
  padding: 46px 0;
  margin-top: 100px;
}
body.page-id-105 .s-topics .wave,
body.page-id-66 .s-topics .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
}
body.page-id-105 .s-topics .wave svg,
body.page-id-66 .s-topics .wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
body.page-id-105 .s-topics .wave__path,
body.page-id-66 .s-topics .wave__path {
  fill: #f5f0f1;
}
body.page-id-105 .s-topics .wave--top,
body.page-id-66 .s-topics .wave--top {
  top: -47px;
}
body.page-id-105 .s-topics .wave--bottom,
body.page-id-66 .s-topics .wave--bottom {
  bottom: -47px;
}
body.page-id-105 .s-topics .topics-body,
body.page-id-66 .s-topics .topics-body {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  gap: 60px;
  align-items: center;
}
@media screen and (min-width: 835px) {
  body.page-id-105 .s-topics .topics-body,
  body.page-id-66 .s-topics .topics-body {
    flex-direction: row;
  }
}
body.page-id-105 .s-topics .topics-body .img,
body.page-id-66 .s-topics .topics-body .img {
  width: 250px;
}
@media screen and (min-width: 835px) {
  body.page-id-105 .s-topics .topics-body .img,
  body.page-id-66 .s-topics .topics-body .img {
    order: 2;
  }
}
body.page-id-105 .s-topics .topics-body .text-desc,
body.page-id-66 .s-topics .topics-body .text-desc {
  flex: 1;
}
body.page-id-105 .s-topics .topics-body .text-desc h4,
body.page-id-66 .s-topics .topics-body .text-desc h4 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
body.page-id-105 .s-topics .topics-body .text-desc p,
body.page-id-66 .s-topics .topics-body .text-desc p {
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.page-id-105 .s-topics .topics-body .btn-flex,
  body.page-id-66 .s-topics .topics-body .btn-flex {
    display: flex;
    gap: 40px;
  }
}
body.page-id-105 .s-topics .topics-body .btn-flex .a-btn,
body.page-id-66 .s-topics .topics-body .btn-flex .a-btn {
  margin-bottom: 20px;
}
body.page-id-105 .s-ultrasound,
body.page-id-66 .s-ultrasound {
  padding: 60px 0;
  background: #fff;
}
body.page-id-105 .s-ultrasound .ultrasound-content,
body.page-id-105 .s-ultrasound .movie-content,
body.page-id-66 .s-ultrasound .ultrasound-content,
body.page-id-66 .s-ultrasound .movie-content {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}
body.page-id-105 .s-ultrasound .ultrasound-content .lead-img,
body.page-id-105 .s-ultrasound .movie-content .lead-img,
body.page-id-66 .s-ultrasound .ultrasound-content .lead-img,
body.page-id-66 .s-ultrasound .movie-content .lead-img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 20px;
}
body.page-id-105 .s-ultrasound .ultrasound-content .lead-img img,
body.page-id-105 .s-ultrasound .movie-content .lead-img img,
body.page-id-66 .s-ultrasound .ultrasound-content .lead-img img,
body.page-id-66 .s-ultrasound .movie-content .lead-img img {
  height: 300px;
  width: 100%;
}
body.page-id-105 .s-ultrasound .ultrasound-content p,
body.page-id-105 .s-ultrasound .movie-content p,
body.page-id-66 .s-ultrasound .ultrasound-content p,
body.page-id-66 .s-ultrasound .movie-content p {
  margin-bottom: 16px;
}
body.page-id-105 .s-ultrasound .ultrasound-content h3,
body.page-id-105 .s-ultrasound .movie-content h3,
body.page-id-66 .s-ultrasound .ultrasound-content h3,
body.page-id-66 .s-ultrasound .movie-content h3 {
  font-size: 16px;
  margin: 40px 0 16px;
  color: #bf41d8;
  position: relative;
  padding-left: 14px;
}
body.page-id-105 .s-ultrasound .ultrasound-content h3::before,
body.page-id-105 .s-ultrasound .movie-content h3::before,
body.page-id-66 .s-ultrasound .ultrasound-content h3::before,
body.page-id-66 .s-ultrasound .movie-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #bf41d8;
  border-radius: 50%;
}
body.page-id-105 .s-ultrasound .ultrasound-content h4,
body.page-id-105 .s-ultrasound .movie-content h4,
body.page-id-66 .s-ultrasound .ultrasound-content h4,
body.page-id-66 .s-ultrasound .movie-content h4 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
}
body.page-id-105 .s-ultrasound .ultrasound-content ul,
body.page-id-105 .s-ultrasound .movie-content ul,
body.page-id-66 .s-ultrasound .ultrasound-content ul,
body.page-id-66 .s-ultrasound .movie-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.page-id-105 .s-ultrasound .ultrasound-content ul:last-child,
body.page-id-105 .s-ultrasound .movie-content ul:last-child,
body.page-id-66 .s-ultrasound .ultrasound-content ul:last-child,
body.page-id-66 .s-ultrasound .movie-content ul:last-child {
  margin-bottom: 0;
}
body.page-id-105 .s-ultrasound .ultrasound-content ul li a,
body.page-id-105 .s-ultrasound .movie-content ul li a,
body.page-id-66 .s-ultrasound .ultrasound-content ul li a,
body.page-id-66 .s-ultrasound .movie-content ul li a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.6;
}
body.page-id-105 .s-ultrasound .ultrasound-content .lead,
body.page-id-105 .s-ultrasound .movie-content .lead,
body.page-id-66 .s-ultrasound .ultrasound-content .lead,
body.page-id-66 .s-ultrasound .movie-content .lead {
  font-weight: 500;
}
body.page-id-105 .s-ultrasound .ultrasound-content .case-block,
body.page-id-105 .s-ultrasound .movie-content .case-block,
body.page-id-66 .s-ultrasound .ultrasound-content .case-block,
body.page-id-66 .s-ultrasound .movie-content .case-block {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
}
body.page-id-105 .s-ultrasound .ultrasound-content .note,
body.page-id-105 .s-ultrasound .movie-content .note,
body.page-id-66 .s-ultrasound .ultrasound-content .note,
body.page-id-66 .s-ultrasound .movie-content .note {
  background: rgba(191, 65, 216, 0.06);
  padding: 20px;
  border-radius: 12px;
  margin: 40px 0;
}
body.page-id-105 .s-ultrasound .ultrasound-content .hospital,
body.page-id-105 .s-ultrasound .movie-content .hospital,
body.page-id-66 .s-ultrasound .ultrasound-content .hospital,
body.page-id-66 .s-ultrasound .movie-content .hospital {
  margin-top: 40px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 40px;
}
body.page-id-105 .s-ultrasound .ultrasound-content .hospital .windous-icon,
body.page-id-105 .s-ultrasound .movie-content .hospital .windous-icon,
body.page-id-66 .s-ultrasound .ultrasound-content .hospital .windous-icon,
body.page-id-66 .s-ultrasound .movie-content .hospital .windous-icon {
  display: block;
  margin-bottom: 24px;
}
body.page-id-105 .s-ultrasound .babyimg-content .img-flex,
body.page-id-66 .s-ultrasound .babyimg-content .img-flex {
  display: flex;
  gap: 20px;
}
body.page-id-105 .s-ultrasound .babyimg-content .img-flex .img,
body.page-id-66 .s-ultrasound .babyimg-content .img-flex .img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  body.page-id-105 .s-ultrasound .babyimg-content .img-flex .img,
  body.page-id-66 .s-ultrasound .babyimg-content .img-flex .img {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */