@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Neuton&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

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

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221919;
  letter-spacing: 0;
}

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

p {
  text-align: justify;
}

.font-marcellus {
  font-family: "Marcellus", serif;
}

li {
  list-style: none;
}

.quote {
  position: relative;
}

.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.2rem;
  width: 3.8rem;
  height: 3.8rem;
  background: url("../img/common/quote.png") center center/contain no-repeat;
}

.bg-pink {
  background-color: #FDDADF;
}

.txt-red {
  color: #FB4D64;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100% !important;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-drawer {
  position: fixed;
  top: 1.1rem;
  left: 100%;
  width: 100%;
  z-index: 90;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.l-drawer__inner {
  padding: 9.6rem 2rem 5.6rem;
  backdrop-filter: blur(2px);
  border-radius: 0.8rem;
  border: 2px solid #FB92A0;
  background: rgba(255, 255, 255, 0.8);
}

.drawer {
  overflow-y: scroll;
}
.drawer .header__btn {
  text-align: center;
}
.drawer .header__btn a {
  padding: 1.4rem 4rem 1.4rem 8.2rem;
  font-size: 2rem;
  width: auto;
}

.l-drawer.active {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__content {
  margin: 0 auto;
}

.drawer__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Neuton", serif;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  color: #FB92A0;
  letter-spacing: 0.08em;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

.drawer__item {
  width: calc(50% - 0.5em);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.drawer__item:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background: url("../img/common/arrow-circle-right-pink.png") center center/contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  right: 0.4rem;
}

.drawer__link {
  display: block;
  color: #221919;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 2rem 0;
}

.drawer__btn {
  margin-top: 1.6rem;
}

.drawer__link img {
  width: 3.2rem;
  vertical-align: middle;
  margin-right: 1.6rem;
}

.l-footer {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.l-footer a {
  color: #221919;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}

.footer__logo {
  width: 16.8rem;
  margin-bottom: 7.2rem;
  margin-right: auto;
  margin-left: auto;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1.6rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
}

.footer__box {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer__box .button01 a, .footer__box .topDoctor .btn__wrapper .prof__btn a, .topDoctor .btn__wrapper .footer__box .prof__btn a, .footer__box .header__btn a, .footer__box .btn-reserve a, .footer__box .button02 a {
  padding: 1.6rem 1.6rem;
  font-size: 1.6rem;
  text-align: center;
}
.footer__box .button01 a::after, .footer__box .topDoctor .btn__wrapper .prof__btn a::after, .topDoctor .btn__wrapper .footer__box .prof__btn a::after, .footer__box .header__btn a::after, .footer__box .btn-reserve a::after, .footer__box .button02 a::after {
  display: none;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.footer__cta {
  margin-bottom: 3.2rem;
}

.footer__btn:first-of-type {
  margin-bottom: 2.4rem;
}

.footer__body {
  padding-bottom: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__subTtl {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.3125;
  margin-bottom: 1.6rem;
}

.footer__subTtl::before,
.footer__subTtl::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__subTtl::before {
  width: 1.7rem;
  height: 1.5rem;
  left: 0;
  background: url("../img/common/icon-circles-brown.svg") center center/contain no-repeat;
}

.footer__subTtl::after {
  width: 0.9rem;
  height: 0.5rem;
  right: 0;
  background: url("../img/common/arrow-square-white-down.svg") center center/contain no-repeat;
}

.footer__subTtl.open::after {
  background: url("../img/common/arrow-square-white-up.svg") center center/contain no-repeat;
}

.footer__item:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.footer__link.-sm {
  font-size: 1.2rem;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright small,
.footer__copyright address {
  color: #fff;
  line-height: 1.4;
  font-style: normal;
}

.footer__pageTop {
  position: absolute;
  left: 50%;
  top: -2.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
}

.l-header__inner {
  padding: 2rem 2.6rem;
}

.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
}

.scroll__logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.header__catch {
  font-size: 1rem;
  font-weight: 700;
}
.header__catch .txt-red {
  font-weight: 700;
  font-size: 1.2rem;
}

.header__logo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__logo .header__img {
  width: 7.5rem;
}
.header__logo.-scroll {
  position: relative;
}
.header__logo.-top {
  background: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  left: -4.2rem;
  top: -10.6rem;
  z-index: 5;
  opacity: 0;
}
.header__logo.-top .header__img {
  width: 18rem;
  z-index: 100;
  display: block;
  width: 20.7rem;
}
.header__logo.-top.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header__logo.-top .header__catch {
  font-size: 1.4rem;
  color: #000;
  margin-top: 0.8rem;
}
.header__logo.-top .header__catch .txt-red {
  font-size: 1.4rem;
}

.nav {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 1.5rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 2.5rem;
}

.nav__item {
  position: relative;
  height: inherit;
}

.nav__link {
  color: #221919;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.nav__item--arrow {
  cursor: default;
}

.nav__item--arrow::after {
  width: 1em;
  height: 0.6rem;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  background: url("../img/common/arrow-square-blue-down.svg") center center/contain no-repeat;
}

.nav__subList {
  position: absolute;
  background: #EABDBF;
  top: 7rem;
  left: 0;
  padding: 0.45rem 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.nav__item--arrow:hover .nav__subList {
  visibility: visible;
  opacity: 1;
}

.nav__subItem:first-of-type .nav__subLink {
  padding: 1rem 0.8rem 0.55rem;
}

.nav__subLink {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 0.55rem 0.8rem 0.75rem;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.nav__subLink:hover {
  opacity: 0.8;
}

.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  border-radius: 100vh;
  overflow: hidden;
  margin-left: 2.4rem;
}

.header__btn {
  height: 100%;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.header__btn a {
  text-align: center;
  padding-right: 1.8rem;
  padding-left: 4rem;
  display: block;
  position: relative;
}

.header__btn:hover {
  opacity: 0.8;
}

.header__btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5rem;
}

.header__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  left: -2.5rem;
}

.header__btn--search span::before {
  background: url("../img/common/icon-glass.svg") center center/contain no-repeat;
}

.header__btn--reservation span::before {
  background: url("../img/common/icon-comments.svg") center center/contain no-repeat;
}

.header__btn--search {
  background: #9F9F9F;
}

.header__btn--reservation {
  background: #06C755;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.drawer__btn a {
  padding: 1.4rem 2.8rem;
  display: block;
  border: #FB92A0 solid 0.1rem;
  color: #FB92A0;
  text-align: center;
}

.drawer__btn a span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
  position: relative;
  display: inline-block;
  padding-left: 0;
  text-align: center;
}

.drawer__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.4rem;
  height: 4.3rem;
  background: url("../img/common/icon-calender-round.png") center center/100% no-repeat;
}

.l-wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 100rem;
}

.l-sec {
  padding: 5.6rem 0;
}

.l-sec-sm {
  padding: 4rem 0;
}

.l-sec-md {
  padding-top: 4rem;
  padding-bottom: 7.2rem;
}

.l-sec-lg {
  padding-top: 7.2rem;
  padding-bottom: 16rem;
}

.mb-md {
  margin-bottom: 11rem !important;
}

.pb-md {
  padding-bottom: 11rem !important;
}

.l-inner {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.navBar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 10rem;
  z-index: 100;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #FB92A0;
  margin-left: auto;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navBar__line {
  width: 3rem;
  height: 2.1rem;
  cursor: pointer;
  position: absolute;
  top: 1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navBar__line span {
  border-radius: 0.6rem;
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #FB92A0;
  position: absolute;
}

.navBar__line span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navBar__line span:nth-of-type(1) {
  top: 5px;
}

.navBar__line span:nth-of-type(2) {
  top: 50%;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navBar__line span:nth-of-type(3) {
  bottom: 5px;
}

.navBar__line.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}

.navBar__line.active span:nth-of-type(2) {
  opacity: 0;
}

.navBar__line.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.button01 a, .topDoctor .btn__wrapper .prof__btn a, .header__btn a, .btn-reserve a, .button02 a,
.button01 button,
.topDoctor .btn__wrapper .prof__btn button,
.header__btn button,
.btn-reserve button,
.button02 button {
  display: inline-block;
  width: 25.6rem;
  background: #FB92A0;
  font-size: 1.8rem;
  padding: 1.6rem 3.8rem;
  position: relative;
  border-radius: 100px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #FB92A0;
}
.button01 a::after, .topDoctor .btn__wrapper .prof__btn a::after, .header__btn a::after, .btn-reserve a::after, .button02 a::after,
.button01 button::after,
.topDoctor .btn__wrapper .prof__btn button::after,
.header__btn button::after,
.btn-reserve button::after,
.button02 button::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/arrow-circle-right-white.png) center center/cover no-repeat;
}
.button01 a:hover, .topDoctor .btn__wrapper .prof__btn a:hover, .header__btn a:hover, .btn-reserve a:hover, .button02 a:hover,
.button01 button:hover,
.topDoctor .btn__wrapper .prof__btn button:hover,
.header__btn button:hover,
.btn-reserve button:hover,
.button02 button:hover {
  background: #FFFFFF;
  color: #FB92A0;
}
.button01 a:hover::after, .topDoctor .btn__wrapper .prof__btn a:hover::after, .header__btn a:hover::after, .btn-reserve a:hover::after, .button02 a:hover::after,
.button01 button:hover::after,
.topDoctor .btn__wrapper .prof__btn button:hover::after,
.header__btn button:hover::after,
.btn-reserve button:hover::after,
.button02 button:hover::after {
  background: url(../img/common/arrow-circle-right-pink.png) center center/cover no-repeat;
}

.button02 a,
.button02 button {
  background: #FFFFFF;
  border: 2px solid #FB92A0;
  color: #FB92A0;
}
.button02 a::after,
.button02 button::after {
  background: url(../img/common/arrow-circle-right-pink.png) center center/cover no-repeat;
}
.button02 a:hover,
.button02 button:hover {
  background: #FB92A0;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.button02 a:hover::after,
.button02 button:hover::after {
  background: url(../img/common/arrow-circle-right-white.png) center center/cover no-repeat;
}

.single__wrapper p.button01 a, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a, .single__wrapper p.header__btn a, .single__wrapper p.btn-reserve a, .single__wrapper p.button02 a {
  padding: 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  display: inline-block;
  border-radius: 100vh;
  min-width: 30rem;
  text-align: center;
}

.single__wrapper p.button01 a, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a, .single__wrapper p.header__btn a, .single__wrapper p.btn-reserve a, .single__wrapper p.button02 a {
  color: #fff;
  background-color: #FB92A0;
  margin-bottom: 3.2rem;
}
.single__wrapper p.button01 a::before, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a::before, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a::before, .single__wrapper p.header__btn a::before, .single__wrapper p.btn-reserve a::before, .single__wrapper p.button02 a::before {
  background: url("../img/common/arrow-icon-white.svg") center center/contain no-repeat;
}

.single__wrapper p.button01 a:hover, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a:hover, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a:hover, .single__wrapper p.header__btn a:hover, .single__wrapper p.btn-reserve a:hover, .single__wrapper p.button02 a:hover {
  background-color: #fff;
  border: 2px solid #EABDBF;
  border-radius: 50vh;
  color: #EABDBF;
}

.single__wrapper p.button02 a {
  color: #EABDBF;
  background-color: #fff;
  border: 2px solid #EABDBF;
}

.single__wrapper p.button02 a:hover {
  background-color: #EABDBF;
  color: #fff;
  border-radius: 50vh;
}

.single__wrapper p.header__btn a {
  padding-left: 5rem;
}

.header__btn a, .btn-reserve a {
  width: 24.8rem;
  padding: 1.8rem 3.2rem 1.8rem 3.2rem;
  font-size: 1.6rem;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn a::after, .btn-reserve a::after {
  background: url(../img/common/icon-calendar.png) center center/cover no-repeat;
  right: auto;
  left: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.header__btn a:hover, .btn-reserve a:hover {
  background: #FFFFFF;
  border: 2px solid #FB92A0;
  color: #FB92A0;
}
.header__btn a:hover::after, .btn-reserve a:hover::after {
  background: url(../img/common/icon-calendar-pink.png) center center/cover no-repeat;
}

.btn-reserve {
  margin: 0 auto 3.2rem;
}
.btn-reserve a {
  padding: 1.8rem 3.2rem 1.8rem 5.6rem !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.breadcrumb__wrapper {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.single-menu .breadcrumb__wrapper {
  padding: 0.8rem 0;
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FB92A0;
}

.breadcrumb__items span:not(:last-of-type) {
  margin-right: 0.8rem;
}

.breadcrumb__items span a,
.breadcrumb__items .current-item {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  display: inline-block;
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  color: #FB92A0;
}

.breadcrumb__items span a {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.6rem;
  color: #FB92A0;
}

.breadcrumb__items span a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow-square-blue-right.svg") center center/contain no-repeat;
  width: 0.4rem;
  height: 0.6rem;
  right: 0;
}

.breadcrumb__items .current-item {
  background: #fff;
  color: #FB92A0;
}

.btn-square a {
  display: inline-block;
  min-width: 30rem;
  color: #fff;
  background: #FB92A0;
  padding: 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Neuton", serif;
}

.btn-square-line, .btn-square-line-en {
  text-align: center;
}

.btn-square-line a, .btn-square-line-en a {
  display: inline-block;
  min-width: 26rem;
  color: #EABDBF;
  border: #EABDBF solid 0.1rem;
  padding: 2.1rem 2rem 1.9rem;
  font-size: 1.6rem;
  line-height: 1.1875;
  background: #fff;
  position: relative;
}

.btn-square-line-en {
  font-family: "Neuton", serif;
  font-size: 2rem;
  line-height: 1.2;
}

.btn-square-line-en a {
  padding: 1.6rem;
}

.btn-basic-blue, .btn-round-blue-icon a {
  text-align: center;
  position: relative;
  background: #242424;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s background ease, 0.3s color ease;
  transition: 0.3s background ease, 0.3s color ease;
}

.btn-basic-blue::before, .btn-round-blue-icon a::before,
.btn-basic-blue::after,
.btn-round-blue-icon a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-basic-blue::before, .btn-round-blue-icon a::before {
  right: 2.4rem;
  border: 0.1rem #fff solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}

.btn-basic-blue::after, .btn-round-blue-icon a::after {
  height: 0.1rem;
  background: #fff;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-basic-blue:hover, .btn-round-blue-icon a:hover {
  background: #fff;
  color: #242424;
}

.btn-basic-blue:hover::before, .btn-round-blue-icon a:hover::before {
  border-color: #242424;
}

.btn-basic-blue:hover::after, .btn-round-blue-icon a:hover::after {
  background: #242424;
}

.btn-basic-white, .btn-round-white-icon a, .btn-round-white-icon--sm a {
  position: relative;
  background: #fff;
  color: #EABDBF;
  display: inline-block;
  -webkit-transition: 0.3s background ease, 0.3s color ease;
  transition: 0.3s background ease, 0.3s color ease;
}

.btn-basic-white::before, .btn-round-white-icon a::before, .btn-round-white-icon--sm a::before,
.btn-basic-white::after,
.btn-round-white-icon a::after,
.btn-round-white-icon--sm a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-basic-white::after, .btn-round-white-icon a::after, .btn-round-white-icon--sm a::after {
  height: 0.1rem;
  background: #242424;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-round-white a {
  display: inline-block;
  padding: 1.6rem 8rem;
  text-align: center;
  background: #fff;
  border-radius: 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.btn-round-blue-icon {
  text-align: center;
}

.btn-round-blue-icon a {
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0.6rem #b1d3e8;
          box-shadow: 0 0 0.6rem #b1d3e8;
  border-radius: 3.2rem;
  padding: 1.6rem 12rem;
  line-height: 1.45;
  margin: 0 auto;
}

.btn-round-blue-icon a::before {
  width: 1.9rem;
  height: 1.9rem;
  right: 2.4rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-blue-icon a::after {
  right: 3.5rem;
  width: 4rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-white-icon, .btn-round-white-icon--sm {
  text-align: center;
}

.btn-round-white-icon a, .btn-round-white-icon--sm a {
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 10rem;
  padding: 1.8rem 8.4rem 1.8rem 4.8rem;
  line-height: 1.45;
  margin: 0 auto;
  min-width: 26rem;
  text-align: left;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(151, 140, 129, 0.3);
          box-shadow: 0 0 0.8rem 0 rgba(151, 140, 129, 0.3);
}

.btn-round-white-icon a::after, .btn-round-white-icon--sm a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4rem;
  width: 0.5rem;
  height: 1.2rem;
  background: url(../img/common/arrow-icon-brown.svg) center center/cover no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-white-icon--sm a {
  padding: 0.8rem 5.5rem 0.8rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  min-width: 0;
}

.btn-round-white-icon--sm a::before {
  width: 1.5rem;
  height: 1.5rem;
  right: 1.3rem;
}

.btn-round-white-icon--sm a::after {
  width: 3.3rem;
  right: 2.01rem;
}

.btn-round-beige-icon {
  text-align: center;
}

.btn-basic-beige, .btn-round-beige-icon a {
  text-align: center;
  background: #EABDBF;
  color: #fff;
  display: inline-block;
}

.btn-round-beige-icon a {
  position: relative;
  font-size: 1.6rem;
  border-radius: 10rem;
  padding: 0.8rem 7.5rem 0.8rem 3rem;
  line-height: 2;
  text-align: left;
  color: #fff;
}

.btn-round-beige-icon a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 1rem;
  height: 0.8rem;
  background: url(../img/common/arrow-icon-white.svg) center center/cover no-repeat;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-square-white {
  color: #242424;
  text-align: center;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 1.6rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.btn-square-arrow, .btn-square-arrow-brown, .btn-square-arrow-white {
  border: 0.1rem #242424 solid;
  display: inline-block;
  width: 100%;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 2.4rem 5rem 2.4rem 3.26rem;
  position: relative;
}

.btn-square-arrow::after, .btn-square-arrow-brown::after, .btn-square-arrow-white::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.2rem;
  width: 1.6rem;
  height: 2.43rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-square-arrow .en, .btn-square-arrow-brown .en, .btn-square-arrow-white .en {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  display: block;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.btn-square-arrow .ja, .btn-square-arrow-brown .ja, .btn-square-arrow-white .ja {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  display: block;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.btn-square-arrow-white {
  background: #fff;
}

.btn-square-arrow-white::after {
  background: url("../img/common/icon-arrow-brown.svg") center center/100% no-repeat;
}

.btn-square-arrow-white .en {
  color: #242424;
}

.btn-square-arrow-white .ja {
  color: #242424;
}

.btn-square-arrow-brown {
  background: #242424;
  border-color: #242424;
}

.btn-square-arrow-brown:after {
  background: url("../img/common/icon-arrow-white.svg") center center/100% no-repeat;
}

.btn-square-arrow-brown .en {
  color: #fff;
}

.btn-square-arrow-brown .ja {
  color: #fff;
}

.btn-round-arrow a, .btn-square-blue a, .btn-round-arrow-brown a, .btn-round-arrow-white a {
  text-align: center;
  display: inline-block;
  border-radius: 4.9rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.6rem;
  -webkit-box-shadow: 0 0.1vw 0.8vw rgba(36, 36, 36, 0.368627451);
          box-shadow: 0 0.1vw 0.8vw rgba(36, 36, 36, 0.368627451);
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-arrow a::before, .btn-square-blue a::before, .btn-round-arrow-brown a::before, .btn-round-arrow-white a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-arrow-white a {
  color: #242424;
  background: #fff;
}

.btn-round-arrow-white a::before {
  background: url("../img/common/arrow-icon-white.svg") center center/100% no-repeat;
}

.btn-round-arrow-white a:hover::before {
  background: url("../img/common/arrow-icon-brown.svg") center center/100% no-repeat;
}

.btn-round-arrow-brown a {
  color: #fff;
  background: #242424;
}

.btn-round-arrow-brown a::before {
  background: url("../img/common/arrow-round-white-right.svg") center center/100% no-repeat;
}

.btn-square-blue {
  text-align: center;
  margin-top: 4rem;
}

.btn-square-blue a {
  color: #fff;
  background: #242424;
  display: inline-block;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  font-size: 1.6rem;
}

.btn-square-blue a::before {
  background: url("../img/common/arrow-round-white-right.svg") center center/100% no-repeat;
}

.btn-square-blue a:hover {
  color: #242424;
  background: #fff;
}

.btn-square-blue a:hover::before {
  background: url("../img/common/arrow-round-blue-right.svg") center center/100% no-repeat;
}

.card-picture__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #F8F5F2;
  position: relative;
  padding: 2rem;
  margin-bottom: 2.9rem;
}

.card-picture--lg .card-picture__heading {
  background: #9F9F9F;
  padding: 3.2rem 0 1.7rem;
}

.card-picture__heading::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 1.2rem 0 1.2rem;
  border-color: #F8F5F2 transparent transparent transparent;
}

.card-picture--lg .card-picture__heading::after {
  border-color: #9F9F9F transparent transparent transparent;
}

.card-picture--lg .card-picture__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.5rem;
  width: 1.8rem;
  height: 1.3rem;
  background: url("../img/common/icon-crown.svg") center center/contain no-repeat;
}

.card-picture__heading p {
  font-size: 1.6rem;
  color: #242424;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.card-picture--lg .card-picture__heading p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.45;
}

.card-picture__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4.3rem;
  text-align: center;
}

.card-picture__imgWrap {
  padding: 0 1.1rem;
}

.card-picture__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.6rem;
  -webkit-box-shadow: 0.2rem 0.3rem 0.6rem #E0E0E0;
          box-shadow: 0.2rem 0.3rem 0.6rem #E0E0E0;
}

.card-picture__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-picture__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-picture__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-picture__info {
  margin-bottom: 1.6rem;
}

.card-picture__person {
  width: 4.2rem;
}

.card-picture__person img {
  border-radius: 90%;
}

.card-picture__name {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.card-picture__btnWrap {
  text-align: center;
}

.card-doctor01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-doctor01:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card-doctor01__ttl {
  margin-bottom: 1.7rem;
}

.card-doctor01__ttl .ja {
  font-size: 2rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.9rem;
  color: #FB92A0;
}

.card-doctor01__ttl .en {
  color: #9F9F9F;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  line-height: 1;
  display: block;
}

.card-doctor01__job {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  margin-bottom: 1.8rem;
  color: #FB92A0;
}

.card-doctor01__btn a {
  min-width: 16.8rem;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding: 1.2rem;
}

.card-doctor01__imgWrap {
  width: 12.4rem;
  height: 12.4rem;
  position: relative;
}

.card-doctor01__img {
  width: 12rem;
  height: 12rem;
}

.card-doctor01__box {
  width: 16.7rem;
}

.singleDoctor__list {
  width: 95%;
  margin: 0 auto;
  gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-doctor02__box {
  margin-top: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.doctorInfo__list {
  margin-bottom: 2rem;
}

.card-doctor02__ttl {
  font-size: 2.4rem;
  color: #FB92A0;
  font-weight: 600;
}

.card-doctor02__info {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FB92A0;
  padding-right: 1rem;
}

.card-doctor02__wrapBox {
  margin-bottom: 3.2rem;
}
.card-doctor02__wrapBox h3 {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.card-doctor02__wrapBox p {
  font-size: 1.4rem;
  font-weight: 400;
}

.card-doctor02__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-doctor02__wrap:not(:first-of-type) {
  margin-top: 3.2rem;
}

.card-doctor02__wrap:last-of-type {
  margin-bottom: 2.4rem;
}

.card-doctor02__wrap h4 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #9F9F9F;
  margin-bottom: 0.8rem;
}

.card-doctor02__wrap p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}

.card-doctor02__btn a {
  color: #FB92A0;
  letter-spacing: 0.08em;
  width: 80%;
  display: block;
  margin: 0 auto;
  border: #FB92A0 solid 1px;
  padding: 1.6rem 1.8rem;
  line-height: 1.2;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: 50vh;
  text-align: center;
  position: relative;
}
.card-doctor02__btn a:after {
  position: absolute;
  content: "";
  background: url("../img/common/arrow-icon-brown.svg") center center/contain no-repeat;
  width: 0.6rem;
  height: 1.35rem;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
}
.card-doctor02__btn a:hover {
  color: #fff;
  background-color: #FB92A0;
}
.card-doctor02__btn a:hover:after {
  background: url("../img/common/arrow-icon-white.svg") center center/contain no-repeat;
}

.cta {
  padding: 4.8rem 0 6.4rem;
}
.cta .sec-ttl {
  text-align: center;
  margin-bottom: 4rem;
  color: #FFFFFF;
}

.cta__bg {
  background-image: url(../img/cta/cta-bg-sp.jpg);
  background-size: cover;
}

.cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta__box {
  text-align: center;
  padding-top: 2.4rem;
}
.cta__box:first-of-type {
  padding-top: 0;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #FFFFFF;
}
.cta__box .button02 a {
  border: 2px solid #FFFFFF;
  font-size: 2rem;
  padding: 1.6rem 2.2rem 1.6rem 6.6rem;
  width: 32.4rem;
}
.cta__box .button02 a::after {
  background: url(../img/common/icon-mail.png) center center/cover no-repeat;
  right: auto;
  left: 3.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.cta__box .button02 a:hover::after {
  background: url(../img/common/icon-mail-white.png) center center/cover no-repeat;
  height: 1.6rem;
}

.cta__txt {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
}

.cta__tel {
  font-size: 3.8rem;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 6rem;
  position: relative;
}
.cta__tel::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/common/icon-tel-circle.png) center center/cover no-repeat;
}

.cta__ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  margin: 2.2rem 0 4rem;
}

.cta__subTtl {
  line-height: 1;
  font-family: "Neuton", serif;
  font-size: 6.4rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6rem;
}

.cta__content::before {
  display: none;
}

.cta__btn:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.cta__btn .cta__link {
  background-color: #FB92A0;
  color: #fff;
  font-size: 2.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__btn .cta__link:hover {
  background-color: #fff;
  border: 1px solid #FB92A0;
  border-radius: 50vh;
  color: #FB92A0;
}

.contact {
  color: #000;
}

.input[type=text] {
  padding: 0 2rem;
}

input[type=radio] {
  display: none;
}

input,
select,
textarea {
  background: #fff;
  border: 0.1rem solid #EABDBF !important;
  border-radius: 1rem !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.6rem !important;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  padding: 1.5rem 2rem 1.5rem 1rem;
  width: 100%;
  font-family: "Shippori Mincho", serif;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.info {
  position: relative;
}
.info dl:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.info dt {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.45;
  padding: 0 0 1.6rem 1.6rem;
  border-bottom: 0.1rem solid #242424;
  margin-bottom: 1.6rem;
}
.info dd {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1.6rem;
}
.info a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  text-decoration: underline;
  display: block;
}
.info .sns {
  margin-top: 2.7rem;
  color: #242424;
}

.info__wrapper {
  border: #242424 0.1rem solid;
  position: relative;
  background: #fff;
}

.info__dot {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.4rem;
  left: 0;
}

.info__dot::before,
.info__dot::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #242424;
  border-radius: 90%;
  top: 0;
}

.info__dot--top {
  top: 0.8rem;
}

.info__dot--top::before {
  left: 0.6rem;
}

.info__dot--top::after {
  right: 0.6rem;
}

.info__dot--bottom {
  bottom: 0.8rem;
}

.info__dot--bottom::before {
  left: 0.6rem;
}

.info__dot--bottom::after {
  right: 0.6rem;
}

.kv01 {
  position: relative;
  overflow: hidden;
  background-color: #FCF9FA;
}

.l-kv01__inner {
  padding: 6rem 0 2.4rem;
}

.kv01__wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.kv01__box {
  margin: 0 auto 2.4rem;
}

.kv01__ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  margin-bottom: 2.4rem;
  color: #FB92A0;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.kv01__ttlEn {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(234, 189, 191, 0.2901960784);
  padding-right: 1rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  color: #FB92A0;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0.8rem;
}

.kv01__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  text-align: center;
}

.kv01__imgWrap {
  -webkit-box-shadow: 0 0.3rem 0.6rem #dbdbdb;
          box-shadow: 0 0.3rem 0.6rem #dbdbdb;
}

.kv01__img {
  padding-top: 66.67%;
  position: relative;
  overflow: hidden;
}

.kv01__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv01__img img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.kv02 {
  position: relative;
  overflow: hidden;
  background-color: #FCF9FA;
}

.kv02::before {
  height: 68.45%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../img/kv/kv-bg_sp.jpg") center bottom/cover no-repeat;
  z-index: -1;
}

.l-kv02__inner {
  padding-bottom: 4rem;
  padding-top: 7rem;
}

.kv02__wrapper {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.kv02__box {
  margin-bottom: 3.2rem;
}

.kv02__ttl {
  font-size: 4rem;
  color: #FB92A0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.kv02__text {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  color: #FB92A0;
  font-family: "Neuton", serif;
  letter-spacing: 0.08em;
}

.kv02__imgWrap {
  position: relative;
  height: 33.2rem;
}

.kv02__img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.kv02__img img {
  height: auto;
}

.kv03 {
  position: relative;
  overflow: hidden;
  background-color: #FCF9FA;
}

.kv03::before {
  height: 68.45%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../img/kv/kv-bg_sp.jpg") center bottom/cover no-repeat;
  z-index: -1;
}

.l-kv03__inner {
  padding-bottom: 4rem;
  padding-top: 10rem;
}

.kv03__wrapper {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.kv03__box {
  margin-bottom: 0;
}

.kv03__ttl {
  font-size: 2.8rem;
  color: #FB92A0;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin: 0 0;
}

.kv03__text {
  font-size: 2rem;
  line-height: 1.2;
  color: #9F9F9F;
  font-family: "Neuton", serif;
  text-align: center;
  margin-bottom: 3.2rem;
}

.kv03__comment {
  font-size: 1.6rem;
  line-height: 2;
}

.kv03__imgWrap {
  position: relative;
  width: 100%;
}

.kv03__img {
  width: 21rem;
  height: 21rem;
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.kv03__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slide video {
  width: 100%;
  max-width: 100%;
}

.js-kvSliderSp .slick-next {
  right: 0;
}

/* 診療科目：追加コンテンツ240910 */
.kv03__btnWrapper {
  padding-bottom: 5vw;
}

.kv03__btn {
  display: block;
  border-radius: 13.0666666667vw;
  width: 90%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 4.2666666667vw;
  -webkit-box-shadow: 0 0.1vw 0.8vw rgba(128, 86, 72, 0.368627451);
  box-shadow: 0 0.1vw 0.8vw rgba(128, 86, 72, 0.368627451);
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 1.5rem auto 0;
  color: #fff;
  background: #eb6100;
  border-bottom: solid 5px #b65511;
}

.kv03__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.kv03__btn:hover:after {
  right: 1.4rem;
}

.kv03__btn:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.kv03__btnTxt {
  text-align: center;
  font-size: 5.4vw;
  letter-spacing: 0.04em;
}

.kv03__squareImage {
  padding-top: 2rem;
}

.kv03__txtWrapper {
  padding: 0;
}

.kv03__txtInner {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.kv03__txtHeading {
  font-size: 4vw;
}

.kv03__txtPriceHeading {
  background-color: #fff;
  padding-right: 1.5rem;
}

.kv03__txtRiskInner {
  margin-top: 2.5rem;
  border-radius: 1rem;
  background-color: #f8f5f2;
  margin-bottom: 0;
}

.kv03__txtRiskHeading {
  position: relative;
}

.kv03__txtRiskHeading::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 2rem;
  padding: 1rem;
}

.kv03__txtRiskHeading::before {
  content: "＋";
  font-weight: 600;
  position: absolute;
  right: 1rem;
  background-color: #fff;
  border-radius: 50vh;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-kv03__risk.active::before {
  content: "－";
  font-weight: 600;
  background-color: #fff;
  border-radius: 50vh;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.kv03__txtRisk {
  font-size: 3.5vw;
  padding: 1rem 0.5rem;
  display: none;
  line-height: 2;
}

.kv03__txtPriceInner {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; */
}

.kv03__txtPriceInner::before {
  /* content: "";
  position: absolute;
  border-bottom: 1px dotted #242424;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  z-index: -1; */
}

.kv03__txtPrice {
  font-size: 4vw;
  background-color: #fff;
  padding-top: 0.5rem;
  /* padding-left: 1.5rem; */
}

.kv03__txtYen {
  font-size: 3.5vw;
  margin-left: 0.5rem;
  background-color: #fff;
}

.kv03__btnImage {
  display: block;
  width: 95%;
  margin: 0 auto;
}

/* 目次（施術ページSP調整用） */
.ez-toc-title,
.ez-toc-title-toggle {
  letter-spacing: 0.08em;
  font-weight: 700;
}

div#ez-toc-container .ez-toc-title {
  color: #FB92A0;
}

.ez-toc-list li {
  line-height: 1.5;
}
.ez-toc-list li::before {
  display: none;
}

.single__wrapper .ez-toc-icon-toggle-span svg {
  margin-bottom: 0;
}
/* アイキャッチ非表示 */
#gt_float_wrapper {
  top: 36px;
  right: 90px;
  left: auto !important;
}
#gt_float_wrapper .gt_float_switcher {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EABDBF;
  border-radius: 5px;
}
#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0.125rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 14px;
  margin-right: 4px;
}
#gt_float_wrapper .gt_float_switcher img {
  width: 20px;
}

.list-4rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9rem;
  margin-bottom: 2.2rem;
}

.list-4rows li {
  width: calc(25% - 0.9rem);
  margin-left: 0.9rem;
  margin-bottom: 1rem;
}

.list-4rows li:hover {
  opacity: 0.8;
}

.list-4rows figure {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.list-4rows figure::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-4rows figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.newsBar {
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.newsBar__heading {
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #fff;
  font-weight: 700;
  font-family: "Neuton", serif;
  padding: 1.5rem 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#5BBDCE), to(#C6ADFD));
  background: linear-gradient(to right, #5BBDCE, #C6ADFD);
}

.newsBar__content {
  padding: 0.8rem 1.9rem 1.6rem;
}

.newsBar__box {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsBar__date {
  font-size: 1.4rem;
  font-family: "Neuton", serif;
  color: #242424;
}

.newsBar__tag {
  color: #fff;
  line-height: 1.4166666667;
  font-weight: 700;
  background: #242424;
  border-radius: 1rem;
  display: inline-block;
  padding: 0 0.8rem;
  margin-left: 1.2rem;
}

.newsBar__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
}

.pageTop__img {
  width: 5rem;
  margin: 0 auto;
}

.pageTop__text {
  color: #fff;
  font-weight: 700;
  line-height: 2.1428571429;
  font-size: 1.4rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.nav-links {
  margin-left: -0.8rem;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul a, .pagination ul span {
  width: 4rem;
  height: 4rem;
  line-height: 4.3rem;
  margin-left: 0.8rem;
  text-align: center;
  font-size: 1.7rem;
  background: #fff;
  color: #FB92A0;
  display: block;
  position: relative;
  border-radius: 90%;
  font-family: "Neuton", serif;
  border: #FB92A0 0.1rem solid;
}
.pagination ul a:hover {
  opacity: 0.8;
}

.current {
  background: #FB92A0 !important;
  color: #fff !important;
}

.dots {
  color: #142388 !important;
}

.pagination .prev,
.pagination .next {
  background: #fff !important;
  border: #fff 0.1rem solid;
}

.pagination-arrow-prev,
.pagination-arrow-next {
  position: absolute;
  width: 0.4rem;
  height: 1.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination-arrow-prev {
  background: url("../img/common/arrow-pagination-left.svg") center center/contain no-repeat;
}

.pagination-arrow-next {
  background: url("../img/common/arrow-pagination-right.svg") center center/contain no-repeat;
}

.relatedMenu {
  background-image: url("../img/single/bg-marble.jpg");
  background-repeat: repeat;
}

.relatedMenu___ttl {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FB92A0;
}

.relatedMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.relatedMenu__link:after {
  content: "";
  background: url(../img/common/arrow-icon-brown.svg) center center/contain no-repeat;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.347rem;
  height: 0.78rem;
  display: block;
}

.relatedMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}

.relatedMenu__item {
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
  padding-bottom: 0.8rem;
  padding-right: 2rem;
}

.relatedMenu__imgWrap {
  min-width: 3.2rem;
  overflow: hidden;
}

.relatedMenu__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.relatedMenu__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.relatedMenu__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.relatedMenu__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #FB92A0;
  margin-left: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.slider-basic__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-basic__item a:hover {
  opacity: 0.8;
}

.slider-basic__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.l-doctor .sns,
.l-doctor .blog,
.l-doctor .tiktok,
.l-doctor a.youtube {
  color: #FB92A0;
  font-size: 2rem;
  position: relative;
  font-weight: 500;
  padding-left: 5rem;
  line-height: 1.2;
  text-decoration: underline;
  display: block;
  overflow-wrap: break-word;
}
.l-doctor .sns::before,
.l-doctor .blog:before,
.l-doctor .tiktok:before,
.l-doctor a.youtube:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
}
.l-doctor .sns::before {
  background: url("../img/common/instagram-icon.png") center center/100% no-repeat;
}
.l-doctor .blog:before {
  background: url("../img/common/blog-icon.png") center center/100% no-repeat;
}
.l-doctor .tiktok:before {
  background: url("../img/common/tiktok-icon.png") center center/100% no-repeat;
}
.l-doctor a.youtube:before {
  background: url("../img/common/youtube-icon.png") center center/100% no-repeat;
}

.stickyMenu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 70;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stickyMenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stickyMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-top: 0.1rem #242424 solid;
  border-right: 0.1rem #242424 solid;
}

.stickyMenu__item {
  width: 25%;
  border-left: 0.1rem #242424 solid;
  border-bottom: 0.1rem #242424 solid;
}

.stickyMenu__link {
  padding: 0.8rem 0.5rem 0.6rem;
  display: block;
}

.stickyMenu__img {
  width: 4rem;
  margin: 0 auto 0.8rem;
}

.stickyMenu__text {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #242424;
}

.stickyBtn-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0;
}

.stickyBtn-sp.active {
  opacity: 1;
  visibility: visible;
}

.stickyBtn-sp__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.stickyBtn-sp__btn {
  width: auto;
  margin: 0 auto;
}
.stickyBtn-sp__btn a {
  color: #FFFFFF;
  font-weight: 500;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.stickyBtn-sp__btn.-web {
  width: 67.5%;
}
.stickyBtn-sp__btn.-web a {
  background: #FB92A0;
  padding: 1rem;
  text-align: center;
}
.stickyBtn-sp__btn.-tel {
  width: 32.5%;
}
.stickyBtn-sp__btn.-tel a {
  background: #A4D200;
  padding: 1rem 0.9rem 1rem;
  position: relative;
}
.stickyBtn-sp__btn.-tel a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-tel.png) center center/cover no-repeat;
}

.stickyBtn-pcContainer {
  position: fixed;
  right: 4rem;
  bottom: 3rem;
  z-index: 20;
}
.stickyBtn-pcContainer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stickyBtn-pcContainer a:hover {
  opacity: 0.9;
}

.stickyBtn-pc {
  width: 16rem;
  border-radius: 50%;
  overflow: hidden;
}
.stickyBtn-pc.-shadow {
  -webkit-box-shadow: 0 0 1.2rem 0 rgba(212, 141, 150, 0.4);
          box-shadow: 0 0 1.2rem 0 rgba(212, 141, 150, 0.4);
}

.stickyBtn-pc__snsBtn a {
  background-color: #fff;
  color: #FB92A0;
  border: 2px solid #FB92A0;
  border-right: none;
}

.stickyBtn-pc__btn a:hover {
  opacity: 0.8;
}

.stickyBtn-pc__btn a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  top: 2rem;
}

.stickyBtn-pc__btn:first-of-type a::before {
  background: url("../img/common/icon-comments.svg") center center/contain no-repeat;
}

.stickyBtn-pc__btn a::before {
  background: url("../img/common/icon-glass.svg") center center/contain no-repeat;
}

.stickyBtn-pc__icon {
  margin: 2rem 0 0;
}

.stickyBtn-pc__icon a {
  width: 8rem;
  display: block;
  margin-left: auto;
}

.stickyBtn-pc__icon:last-child {
  margin-top: 0;
}

.stickyBtn-pc__icon img {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 1rem 0 0 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.tel-num {
  font-size: 1.6rem;
  font-weight: 500;
}

.ttl-two-rows .en, .ttl-two-rows-flex .en, .ttl-two-rows-reverse .en, .ttl-two-rows-left .en, .ttl-two-rows-center .en {
  font-family: "Neuton", serif;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.057em;
  color: #EABDBF;
  display: block;
}

.ttl-two-rows span, .ttl-two-rows-flex span, .ttl-two-rows-reverse span, .ttl-two-rows-left span, .ttl-two-rows-center span {
  color: #EABDBF;
}

.ttl-two-rows .ja, .ttl-two-rows-flex .ja, .ttl-two-rows-reverse .ja, .ttl-two-rows-left .ja, .ttl-two-rows-center .ja {
  font-size: 2rem;
}

.ttl-two-rows-center {
  text-align: center;
}

.ttl-two-rows-left {
  text-align: left;
}

.ttl-two-rows-reverse {
  text-align: center;
}

.ttl-two-rows-reverse .en {
  margin-bottom: 0;
}

.ttl-two-rows-reverse .ja {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.ttl-line {
  text-align: center;
}

.ttl-line span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0666666667;
  position: relative;
  display: inline-block;
  padding-left: 7.2rem;
  padding-right: 7.2rem;
  color: #242424;
}

.ttl-line span::before,
.ttl-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #242424;
  width: 3.2rem;
  height: 0.1rem;
}

.ttl-line span::before {
  left: 0;
}

.ttl-line span::after {
  right: 0;
}

.ttl__box .ttl__head {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.sec-ttl {
  font-size: 3.2rem;
  font-weight: 500;
}
.sec-ttl.-center {
  text-align: center;
}
.sec-ttl.-left {
  text-align: left;
}
.sec-ttl.-right {
  text-align: right;
}
.sec-ttl.-pink {
  color: #FB92A0;
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}

.clinicMessage__content {
  padding: 4rem 1.6rem;
  background: #fff;
  border: #242424 0.1rem solid;
}

.clinicMessage__subTtl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.4rem;
}

.clinicMessage__img {
  width: 26.5rem;
  margin: 0 auto 3.2rem;
}

.clinicMessage__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 2.4rem;
}

.clinicMessage__name {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clinicReason__subTtl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.4rem;
}

.clinicReason__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 5.6rem;
}

.clinicReason__list {
  margin-bottom: -7.6rem;
}

.clinicReason__card {
  position: relative;
  border-radius: 1.6rem;
  background: #ECF5F7;
  padding: 4.8rem 2.4rem;
  margin-bottom: 7.6rem;
}

.clinicReason__num {
  top: -2.9rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5.6rem;
  line-height: 1;
  font-family: "Neuton", serif;
  color: #242424;
}

.clinicReason__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 2.4rem;
  text-align: center;
}

.clinicReason__img {
  border-radius: 90%;
  width: 20.8rem;
  margin: 0 auto 3.2rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.clinicReason__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.tokyoSubsidy__info {
  margin-top: 3.2rem;
}

.tokyoSubsidy__txt {
  color: #FB92A0;
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

.tokyoSubsidy__subTtl {
  position: relative;
  font-size: 1.8rem;
  border-left: 4px solid #242424;
  padding-left: 1rem;
  margin-bottom: 1.6rem;
}

.tokyoSubsidy__table {
  margin-bottom: 4rem;
  width: 100%;
}

.tokyoSubsidy__table th {
  background-color: #E5E5E5;
  padding: 0.8rem 1rem;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #242424;
  font-size: 1.6rem;
  vertical-align: middle;
}

.tokyoSubsidy__table td {
  text-align: center;
  border: 1px solid #242424;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 0.8rem 0;
  color: #FB92A0;
}

.tokyoSubsidy__list {
  padding-left: 1.6rem;
}

.tokyoSubsidy__item {
  position: relative;
  color: #FB92A0;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0;
}

.tokyoSubsidy__item:before {
  position: absolute;
  content: "・";
  top: 0;
  left: -1.6rem;
}

.l-columnRanking {
  padding-top: 4.8rem;
  background-image: url(../img/single/bg-marble.jpg);
  background-repeat: repeat;
  background-size: 40rem;
}

.columnRanking__content {
  position: relative;
}

.columnRanking__list {
  margin-bottom: -1.6rem;
}

.columnRanking__item {
  margin-bottom: 1.6rem;
}

.columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 1.1rem;
  border-bottom: 4px solid #242424;
}

.columnRanking__imgWrap {
  width: 12rem;
  position: relative;
}

.columnRanking__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnRanking__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after,
.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  width: 7rem;
  height: 4rem;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after {
  background: url("../img/column/rank-label01.svg") center center/contain no-repeat;
  width: 7.2rem;
  height: 7.2rem;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after {
  background: url("../img/column/rank-label02.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(3) .columnRanking__img::after {
  background: url("../img/column/rank-label03.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(4) .columnRanking__img::after {
  background: url("../img/column/rank-label04.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(5) .columnRanking__img::after {
  background: url("../img/column/rank-label05.svg") center center/contain no-repeat;
}

.columnRanking__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.columnRanking__box {
  width: calc(100% - 16rem);
  padding-left: 0.5rem;
}

.columnRanking__date {
  font-size: 1rem;
  line-height: 1.3;
  color: #242424;
  margin-bottom: 0.6rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.columnRanking__heading {
  font-size: 1.4rem;
  color: #242424;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.columnRanking__txt {
  color: #434850;
  font-size: 1.6rem;
  line-height: 2;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}
.columnRanking__item:nth-child(1) .columnRanking__link {
  display: block;
  padding: 2.4rem 1.8rem 3.2rem;
}
.columnRanking__item:nth-child(1) .columnRanking__imgWrap {
  width: 100%;
  margin-bottom: 1.6rem;
}
.columnRanking__item:nth-child(1) .columnRanking__box {
  width: 100%;
  padding-left: 0;
}
.columnRanking__item:nth-child(1) .columnRanking__number {
  padding: 2.5rem 1.8rem 1.7rem 0.7rem;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.columnRanking__item:nth-child(1) .columnRanking__date {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 1.6rem;
}
.columnRanking__item:nth-child(1) .columnRanking__heading {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 0.8rem;
}
.columnRanking__item:nth-child(1) .columnRanking__txt {
  display: block;
}

.columnCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.2rem;
}

.columnCategory__item {
  margin-left: 1.2rem;
  margin-bottom: 1.6rem;
  border: #242424 0.1rem solid;
}

.columnCategory__link {
  font-size: 1.6rem;
  line-height: 1.1875;
  padding: 0.5rem 1.1rem;
  color: #242424;
  display: inline-block;
}

.columnCategory__btn {
  text-align: center;
  margin-top: 1.6rem;
}

.columnCategory__btn span {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  background: #242424;
  display: inline-block;
  text-align: center;
  padding: 1.6rem;
  -webkit-box-shadow: 0 0 0.6rem #b1d3e8;
          box-shadow: 0 0 0.6rem #b1d3e8;
  border-radius: 3.2rem;
  position: relative;
  width: 100%;
}

.columnCategory__btn span::before,
.columnCategory__btn span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 0.1rem;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.columnCategory__btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  right: 1.6rem;
}

.columnCategory__btn span::after {
  right: 2.4rem;
}

.columnCategory__btn.close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.columnCategory__content.hide li:nth-child(n+19) {
  display: none;
}

.columnCategory__content li:nth-child(n+19) {
  display: block;
}

.columnList__btn.hide {
  display: none;
}

.columnCategory__btn {
  display: none;
}

.columnCategory__btn.active {
  display: block;
}

.columnAll {
  padding-bottom: 11rem;
}

.columnAll__content {
  margin-bottom: 6.4rem;
}

.l-columnAll__sidebar {
  margin-bottom: 4.8rem;
}

.columnAll__item {
  margin-bottom: 1.6rem;
}

.columnAll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 1.1rem;
}

.columnAll__imgWrap {
  width: 16rem;
  position: relative;
}

.columnAll__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnAll__header {
  font-size: 3.2rem;
  padding-bottom: 1.6rem;
  font-family: "Neuton", serif;
}

.columnAll__header::first-letter {
  color: #EABDBF;
}

.columnAll__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnAll__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.columnAll__box {
  width: 50%;
  padding-left: 1.2rem;
}

.columnAll__dateWrap {
  margin-bottom: 0.6rem;
}

.columnAll__date {
  font-size: 1rem;
  line-height: 1.3;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
}

.columnAll__heading {
  font-size: 1.4rem;
  color: #242424;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FB92A0;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.columnAll__txt {
  color: #434850;
  font-size: 1.6rem;
  line-height: 2;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}

.columnAll__pagination {
  margin-top: 2.4rem;
}

.columnAll__categoryItem {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  border: 1px solid #e2d9d6;
  margin: 0 0.8rem 0.8rem 0;
}

.columnAll__categoryLink {
  color: #242424;
}

.columnAll__tagItem {
  display: inline-block;
  padding: 0.6rem 0.8rem 0.6rem 0;
  margin: 0 0.8rem 0.8rem 0;
}

.columnAll__tagLink {
  color: #242424;
}

.columnAll__category {
  margin-bottom: 4.8rem;
}

.l-doctor__inner {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.doctor__wrapper:not(:last-child) {
  margin-bottom: 10rem;
}

.doctor__box {
  margin-bottom: 4rem;
}

.doctor__ttl {
  margin-bottom: 4.7rem;
}

.doctor__ttl .job {
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 500;
  display: block;
  margin-bottom: 1.6rem;
  color: gray;
}

.doctor__ttl .name {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #FB92A0;
}

.doctor__ttl .sns {
  display: block;
  margin-top: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  color: #FB92A0;
}

.doctor__imgWrap {
  width: 31.3rem;
  margin: 0 auto 4rem;
}

.doctor__txtWrap {
  margin-bottom: 5.1rem;
}

.doctor__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #FB92A0;
  color: #111010;
}

.doctor__heading {
  margin-left: 1.6rem;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1rem;
}

.doctor__heading .en {
  display: inline-block;
  font-size: 2.8rem;
  color: #EABDBF;
  line-height: 1.1875;
  font-family: "Neuton", serif;
  letter-spacing: 0.04em;
}

.doctor__heading .en::first-letter {
  color: #9F9F9F;
}

.doctor__heading .ja {
  font-size: 1.8rem;
  font-weight: 700;
  color: #D8A1A0;
  line-height: 2.6666666667;
  margin-top: 0.5rem;
}

.doctor__info {
  margin-bottom: 3.2rem;
}

.doctor__sns {
  margin-bottom: 3.2rem;
}

.doctorSns__wrap {
  padding: 5.4rem 2rem 5.2rem;
  border: #EABDBF solid 0.1rem;
  margin-top: -2.2rem;
}

.doctorSns__list {
  margin-bottom: -4.9rem;
}

.doctorSns__item {
  margin-bottom: 5rem;
}

.doctorInfo__box:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.doctorInfo__wrap {
  padding: 3.1rem 2rem 2.7rem;
  background: #FCF9FA;
}

.doctorInfo__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  position: relative;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.08em;
  color: #D8A1A0;
}

.doctorInfo__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1.2rem;
  width: 25.2rem;
  background: url("../img/doctor/icon-arrows.png") center center/100% no-repeat;
}

.doctorInfo__item {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.6rem;
  color: #FB92A0;
  color: #111010;
  font-weight: 400;
}

.doctorInfo__item:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.doctorInfo__item::before {
  position: absolute;
  content: "";
  top: 1.1rem;
  background: #D8A1A0;
  border-radius: 90%;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
}

.doctor__gallery {
  margin-bottom: 2.7rem;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.3rem;
  margin-bottom: -1.5rem;
}

.gallery--sm .gallery__list {
  margin-left: -1rem;
}

.gallery--lg .gallery__list {
  margin-left: -1.4rem;
}

.gallery__item {
  width: calc(33.3% - 1.3rem);
  margin-left: 1.3rem;
  margin-bottom: 1.5rem;
}

.gallery--sm .gallery__item {
  width: calc(25% - 1rem);
  margin-bottom: 1.1rem;
  margin-left: 1rem;
}

.gallery--lg .gallery__item {
  width: calc(50% - 1.4rem);
  margin-bottom: 1.6rem;
  margin-left: 1.4rem;
}

.doctor__specialty {
  margin-bottom: 4.7rem;
}

.doctorSpecialty__wrap {
  padding: 3rem 2rem 3.2rem;
  margin-top: -2.2rem;
  border: #FB92A0 0.1rem solid;
}

.doctorSpecialty__list {
  margin-bottom: -2.4rem;
}

.doctorSpecialty__item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 4.8rem;
  list-style: none;
  margin-bottom: 2.4rem;
  color: #FB92A0;
}

.doctorSpecialty__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/common/icon-check-round-lightbrown.svg") center center/100% no-repeat;
}

.doctorSpecialty__item a {
  color: #FB92A0;
  text-decoration: underline;
}

.doctor__subTtl {
  text-align: center;
  margin-bottom: 1.6rem;
}

.doctor__subTtl span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.2083333333;
}

.doctorPickup__gallery {
  margin-bottom: 4.8rem;
}

.doctorPickup__wrap {
  padding: 3.2rem 2rem;
  margin-top: -2.2rem;
  border: 0.1rem solid #EABDBF;
}

.doctorPickup__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #111010;
}

.doctor__pickup {
  margin-bottom: 4.8rem;
}

.doctorPickup__box {
  margin-bottom: 4.8rem;
}

.doctor__btn {
  margin-top: 5rem;
}

.doctor__btnViewMore {
  width: 30rem;
  display: block;
  margin: 5rem auto 0;
}

/* インタビュー */

.doctorInterview__content {
  margin-bottom: 3rem;
}

.doctorInterview__inner .doctorInterview_ttl {
  text-align: left;
  margin-bottom: 2rem !important;
}

.doctorInterview__inner .doctorInterview_ttl p:first-of-type {
  text-align: left;
  font-size: 7.4666666667vw;
  display: inline-block;
}

.doctorInterview__inner .doctorInterview_ttl h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 3.2vw;
  margin-left: 2.1333333333vw;
}

.doctorInterview__subTtl {
  padding-left: 2.5rem;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  color: #242424;
  position: relative;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.doctorInterview__subTtl:before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  content: "ー";
  left: 0;
  position: absolute;
}

.doctorInterview__image {
  margin-bottom: 2rem;
}

.doctorInterview__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
}

.menu-template-default .doctorInfo__wrap,
.clinic-template-default .doctorInfo__wrap {
  width: 100%;
  background: transparent;
}
.menu-template-default .doctorInfo__ttl,
.clinic-template-default .doctorInfo__ttl {
  display: none;
}
.menu-template-default .doctorInfo__box,
.clinic-template-default .doctorInfo__box {
  display: none;
  width: 100%;
  border: 0;
  margin-left: 0;
}
.menu-template-default .doctorInfo__box:first-of-type,
.clinic-template-default .doctorInfo__box:first-of-type {
  display: block;
}
.menu-template-default .doctorInfo__wrap,
.clinic-template-default .doctorInfo__wrap {
  border: 0;
  padding: 0;
}
.menu-template-default .doctorInfo__item,
.clinic-template-default .doctorInfo__item {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.menu-template-default .doctorInfo__item::before,
.clinic-template-default .doctorInfo__item::before {
  display: none;
}

/* 監修医師ACFブロック */

.card-doctor02__detail {
  display: none;
  background-color: #f9f5f2;
  border-radius: 0.5rem;
  padding: 5vw;
  margin-top: 5vw;
  margin-bottom: 10vw;
  font-size: 3.6vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #000;
}

.l-menuArchive__inner {
  padding-top: 3.2rem;
  padding-bottom: 14.2rem;
}

.menu__wrap {
  margin-bottom: -3.2rem;
}

.menu__box {
  margin-bottom: 2.4rem;
}

.menu__header {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu__header:hover {
  opacity: 0.8;
}

.menu__header.brown {
  background: #FCF9FA;
}

.menu__body {
  display: none;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3rem 5rem 1.3rem 0.4rem;
  position: relative;
  border-bottom: 0.4rem #FB92A0 solid;
}

.menu__ttlWrap {
  margin-left: 1.6rem;
}

.menu__ttl {
  color: #FB92A0;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.menu__en {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #242424;
}

.menu__img {
  width: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__img img {
  border-radius: 0;
}

.menu__btn {
  width: 3.2rem;
  height: 3.2rem;
  border: #FB92A0 solid 0.1rem;
  border-radius: 90%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.menu__btn::before,
.menu__btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 0.2rem;
  background: #FB92A0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  right: -1.2rem;
}

.menu__btn::after {
  right: 0;
}

.menu__btn.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.menu__subLink {
  color: #111010;
  display: block;
  line-height: 1.4285714286;
  padding-left: 4rem;
  position: relative;
  padding: 0.8rem 0 0.8rem 4rem;
  border-bottom: #EABDBF dotted 0.1rem;
  font-size: 1.4rem;
  text-decoration: underline;
}

.menu__subLink::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #EABDBF;
  border-radius: 50%;
}

.others:not(:first-of-type) {
  padding-top: 1rem;
}

.others__top {
  margin-bottom: 3.2rem;
  padding: 3.2rem 1.6rem 2.4rem;
  border: 2px solid #f8f5f2;
  border-radius: 1rem;
}

.others__slick {
  margin-bottom: 1.6rem;
}

.others__txtBox {
  background: #fff;
  padding: 1.6rem;
  border-radius: 0.8rem;
}

.others__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.others__slick .slick-prev {
  left: 0;
}

.others__slick .slick-next {
  right: 0;
}

.others__info .info__wrapper {
  margin-bottom: 4.8rem;
  padding: 4rem 1.6rem 5.1rem;
}

.others__box {
  background: #f8f5f2;
  border-radius: 0.8rem;
  padding: 2.4rem 2.4rem 2.4rem 1.6rem;
  margin-bottom: 2.4rem;
}

.others__subTtl {
  color: #242424;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2307692308;
  position: relative;
  margin-bottom: 0.8rem;
}

.others__subTtl::before {
  content: "Interior";
  position: absolute;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "Neuton", serif;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: -4rem;
}

.others__desc {
  font-size: 1.4rem;
  line-height: 2;
}

.others__img:not(:last-child) {
  margin-bottom: 1.6rem;
}

.others__toc {
  background: #f8f5f2;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
}

.others__toc h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.others__toc h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.others__toc ul {
  font-size: 1.6rem;
  padding-left: 0.8rem;
  margin-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
  vertical-align: middle;
}
.others__toc ul:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #242424;
  height: 100%;
  content: "";
  opacity: 0.3;
}

.others__toc h3 a {
  color: #242424;
  text-decoration: underline;
}

.others__toc li a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #FB92A0;
  text-decoration: underline;
}

.others__tocInner > .wp-block-group {
  margin-bottom: 1.6rem;
  padding-left: 1rem;
}

.notFound {
  padding-bottom: 8rem;
}

.notFound p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 4rem;
}

.photosSearch {
  position: relative;
}

.photosSearch::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.4rem;
  width: 100%;
  height: 2.4rem;
  background: url("../img/common/bg-elliptical-brown_sp.png") top center/100% no-repeat;
  z-index: 1;
}

.photosSearch__content {
  background: #fff;
  padding: 4rem 1.2rem 4.8rem;
  border: 1px solid #FB92A0;
}

.photoSearch__content {
  -webkit-box-shadow: 0 0 0.8rem rgba(9, 86, 191, 0.16);
          box-shadow: 0 0 0.8rem rgba(9, 86, 191, 0.16);
  padding: 2.4rem;
}

.photoSearch__freeword {
  margin-bottom: 2.4rem;
  position: relative;
}

.photoSearch__freeword::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/common/icon-magnifier.png") center center/contain no-repeat;
}

.photoSearch__freeword input {
  font-size: 2rem;
  line-height: 1.45;
  padding: 1.2rem 2rem 1.2rem 8rem;
  color: #707070;
  border: #FB92A0 solid 0.1rem;
  border-radius: 4px;
}

.photoSearch__select {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #142388;
  position: relative;
  margin-bottom: 2.4rem;
}

.photoSearch__select::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.8rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url("../img/common/arrow-icon-brown.svg") center center/contain no-repeat;
}

.photoSearch__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-family: inherit;
  line-height: 1;
  padding: 1.4rem 4rem 1.4rem;
  border: #FB92A0 solid 0.1rem;
  border-radius: 4px;
}

.photoSearch__select select:focus-visible {
  outline: none !important;
}

.search__noPhotos {
  text-align: center;
  font-size: 2rem;
  display: block;
  width: 100%;
}

.photoSearch__radio {
  margin-bottom: 4rem;
}

.photoSearch__radio input[type=radio] {
  display: none;
}

.photoSearch__radio span {
  display: inline-block;
  padding-left: 3.2rem;
  position: relative;
}

.photoSearch__radio span::before {
  border: 0.1rem solid #FB92A0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}

.photoSearch__radio span::after {
  background: #242424;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.6rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  left: 0.5rem;
}

.photoSearch__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.photoSearch__radio label {
  margin-right: 3rem;
  cursor: pointer;
}

.photoSearch__radio input {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
}

.photoSearch__radio span {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #242424;
  display: inline-block;
  margin-left: 0.8rem;
  vertical-align: super;
}

.photoSearch__btn {
  margin-top: 2.4rem;
  position: relative;
}

.photoSearch__btn::after, .photoSearch__btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3rem;
  width: 4px;
  height: 9px;
  -webkit-transition: 0.3s allease;
  transition: 0.3s allease;
}

.photoSearch__btn::after {
  background: url(../img/common/arrow-icon-white.svg) center center/cover no-repeat;
}

.photoSearch__btn:hover::after {
  background: url(../img/common/arrow-icon-brown.svg) center center/cover no-repeat;
  right: 2rem;
}

.photoSearch__btn {
  text-align: center;
}

.photoSearch__btn input {
  text-align: center;
  position: relative;
  background: #FB92A0;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s all ease, 0.3s color ease;
  transition: 0.3s all ease, 0.3s color ease;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 600;
}

.photoSearch__btn input:hover {
  background: #FB92A0;
  color: #fff;
  opacity: 0.8;
  border: 1px solid #FB92A0;
}

.photoSearch__inputTtl {
  position: relative;
  padding: 1rem 0 1rem 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0549019608);
  color: #FB92A0;
  font-size: 1.8rem;
}

.photoSearch__inputTtl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/search-icon.png) center center/cover no-repeat;
  width: 21px;
  height: 21px;
}

.photoSearch__checkbox {
  margin-left: -1.6rem;
}

.photoSearch__checkbox input[type=checkbox]:checked + span {
  color: #242424;
  background: #BFDFF0;
}

.photosSearch__checkboxTtl {
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
}

.photosSearch__checkboxTtl span {
  border-radius: 2.8rem;
  background: #fff !important;
  border: #242424 0.1rem solid;
  color: #242424;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 1.2rem 1.6rem;
}

.photoSearch__checkbox label {
  margin-left: 1.6rem;
}

.photoSearch__checkbox span {
  display: inline-block;
  font-size: 1.6rem;
  border-radius: 2.8rem;
  line-height: 1.5;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
  background: #F7F7F7;
}

.photoSearch__checkbox label input {
  position: absolute;
  opacity: 0;
}

.photoSearch__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.photosAll .wp-block-video video {
  vertical-align: bottom;
}

.photosAll .slick-next {
  right: 0;
}

.l-photosPickup {
  padding-top: 8rem;
}

.photosPickup__ranking {
  max-width: 32rem;
  margin: 0 auto;
}

.photosPickup__rank {
  padding: 0 1rem;
}
.photosPickup__rank:not(:last-of-type) {
  margin-bottom: 4rem;
}

.photosAll__list {
  max-width: 30rem;
  margin: 0 auto;
  list-style: none;
}

.photosAll__item {
  margin-bottom: 4rem;
}

.photosAll__img {
  margin-bottom: 1.6rem;
}

.photosAll__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
}

.photosAll__dateWrap time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  opacity: 0.6;
}

.photosAll__subTtl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 0.2rem;
  margin-bottom: 1.6rem;
  color: #FB92A0;
}

.photosAll__price {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 1.6rem;
}

.photosAll__btn {
  padding: 1.2rem;
  border: 0.1rem #FB92A0 solid;
  border-radius: 4px;
  background-color: #FB92A0;
  color: #fff;
}

.photosAll__btn span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 3.2rem;
  position: relative;
  font-weight: 600;
  color: inherit;
  width: 100%;
}

.photosAll__btn span::after,
.photosAll__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  height: 0.2rem;
  width: 1.6rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.photosAll__btn span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 47%;
}

.photosAll__btn.open span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.photosAll__btn.open span:after {
  background-color: transparent;
}

.photosAll__wrapper {
  padding-bottom: 4rem;
  margin-top: 1.6rem;
}

.photosAll__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.photosAll__person {
  border-radius: 90%;
  overflow: hidden;
  width: 4rem;
}

.photosAll__name {
  display: inline-block;
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.photosAll__wrap {
  padding: 0 1.6rem;
}

.photosAll__box:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.photosAll__heading {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #FB92A0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FB92A0;
}

.photosAll__box li a {
  font-size: 1.4rem;
  line-break: 1.4285714286;
  padding-left: 1.8rem;
  position: relative;
  color: #242424;
  display: inline-block;
  text-decoration: underline;
}

.photosAll__box li a::before {
  content: "●";
  font-size: 0.8rem;
  color: #FB92A0;
  position: absolute;
  font-size: 1.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photosAll__box p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.photosAll__pagination {
  margin-top: 4rem;
}

.no-display {
  display: none;
}

.reserve__btnBox {
  margin-bottom: 4rem;
}
.reserve__btnBox .btn-round-beige-icon.-line a {
  background: #06C755;
}
.reserve__btnBox .btn-round-beige-icon a {
  font-size: 2.4rem;
  width: 30rem;
}
.reserve__btnBox .btn-round-beige-icon:not(:last-of-type) {
  margin-bottom: 2rem;
}

.btn__back {
  display: none;
}

.reserve__txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.mw_wp_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.mw_wp_form .reserve__txt {
  font-size: 1.4rem;
}
.mw_wp_form br {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.reserve__container {
  margin-right: auto;
  margin-left: auto;
}

.reserve__head {
  display: inline-block;
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}

.required {
  position: relative;
}
.required::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "必須";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #EABDBF;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  width: 5.4rem;
  margin-left: 1rem;
}

.small {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.reserve__inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.reserve__inputWrap.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

input[type=radio] + span {
  padding-left: 4rem;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  display: block;
  padding: 0.9rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.1rem solid #EABDBF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #EABDBF;
  left: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.reserve__menuContent {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.reserve__menuContent:last-of-type {
  margin-bottom: 0;
}
.reserve__menuContent span {
  display: block;
  margin-bottom: 1.5rem;
}
.reserve__menuContent span:last-of-type {
  margin-bottom: 0;
}

.reserve__menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.reserve__menuBox .small {
  margin-bottom: 0;
}

.reserve__menuWrap .small {
  display: inline-block;
  font-size: 1.4rem;
  color: #787878;
  margin-bottom: 1.2rem;
}

.select__box {
  position: relative;
}
.select__box::after {
  position: absolute;
  content: "";
  top: 1.8rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 1rem;
  width: 2rem;
  height: 1.6rem;
  background: url(../img/common/arrow-icon-brown.svg) center center/cover no-repeat;
}
.select__box.-two {
  width: 12rem;
}
.select__box.-three {
  width: 15rem;
}

.select__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.confirm__separator {
  display: none;
}

.reserve__dateWrap {
  margin-bottom: 2rem;
}
.reserve__dateWrap:last-of-type {
  margin-bottom: 0;
}

.reserve__dateContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.reserve__dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.reserve__dateBoxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserve__dateBoxInner .reserve__txt.-xs {
  margin-bottom: 0;
}

.form__btn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #EABDBF !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6rem;
  width: 28rem !important;
  height: 6rem;
  text-align: center;
}
.form__btn:hover {
  opacity: 0.7;
}

.submit__box {
  margin-right: auto;
  margin-left: auto;
}

.thanks__head {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #EABDBF;
  font-weight: 700;
}

.thanks__txt {
  font-size: 1.6rem;
  text-align: center;
}

.mw_wp_form_confirm br,
.mw_wp_form_confirm p {
  display: none;
}
.mw_wp_form_confirm .confirm__txt {
  font-size: 1.6rem;
}
.mw_wp_form_confirm .form__content,
.mw_wp_form_confirm .reserve__menuWrap,
.mw_wp_form_confirm .reserve__dateWrap {
  border-bottom: 0.1rem solid #EABDBF;
  padding-bottom: 1.5rem;
}
.mw_wp_form_confirm .reserve__menuWrap:last-of-type,
.mw_wp_form_confirm .reserve__dateWrap:last-of-type {
  border-bottom: none;
}
.mw_wp_form_confirm .reserve__menuWrap:last-of-type {
  padding-bottom: 0;
}
.mw_wp_form_confirm .reserve__menuWrap + p {
  display: block;
}
.mw_wp_form_confirm .select__box::after {
  display: none;
}
.mw_wp_form_confirm .select__box,
.mw_wp_form_confirm .select__box.-two,
.mw_wp_form_confirm input {
  width: auto;
}
.mw_wp_form_confirm .submit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.mw_wp_form_confirm .btn__back {
  display: block;
  background: #000 !important;
  color: #fff;
}
.mw_wp_form_confirm .confirm__separator {
  display: block;
}

.page-faq .single__container {
  position: relative;
}

.single__wrapper {
  margin-bottom: 4rem;
}

.page-faq .single__header {
  background: #f8f5f2 !important;
}

.single__header {
  padding-top: 1.2rem;
  position: relative;
}

.single__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6rem;
  padding: 0 1.6rem;
}

.single__date {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  color: #FB92A0;
}

.single__date:not(:first-of-type) {
  margin-left: 3.2rem;
}

.single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.6rem;
  margin-top: -1.2rem;
}

.single__tag {
  color: #242424;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-left: 1.5rem;
}

.single__body {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.single__contents--pc {
  display: none;
}

.page-faq #ez-toc-container {
  background: #FCF9FA;
}

#ez-toc-container {
  border: none !important;
}

#ez-toc-container .ez-toc-title-container {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ez-toc-title {
  font-size: 2rem !important;
  line-height: 1.2 !important;
}

#ez-toc-container .ez-toc-list {
  padding-left: 1.6rem !important;
  border-left: 0.1rem solid #e2d9d6;
  margin-top: 1rem;
}

#ez-toc-container {
  display: none !important;
}

.single__contents--sp #ez-toc-container {
  display: block !important;
}

.single__contents--pc #ez-toc-container {
  display: none !important;
  background-color: #FCF9FA;
}

#ez-toc-container {
  background: #FCF9FA;
  padding: 3.7rem 1.7rem 3.2rem !important;
  margin-bottom: 3rem;
}

.ez-toc-list li:not(:last-of-type) {
  margin-bottom: 1.6rem !important;
}

.ez-toc-list li a {
  font-size: 1.4rem !important;
  line-height: 1.4285714286 !important;
  display: block;
  color: #FB92A0 !important;
  text-decoration: underline !important;
  position: relative;
}

.block-editor *,
.single__wrapper * {
  margin-bottom: 2.4rem;
}
.block-editor *:last-child,
.single__wrapper *:last-child {
  margin-bottom: 0;
}
.block-editor .flex-basic,
.single__wrapper .flex-basic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.block-editor .flex-basic .is-layout-flex,
.single__wrapper .flex-basic .is-layout-flex {
  gap: 0 !important;
}
.block-editor .bg-marble,
.block-editor .bg-brown,
.block-editor .bg-marble-blue,
.block-editor .bg-marble-purple,
.block-editor .bg-bubble,
.block-editor .bg-blue,
.single__wrapper .bg-marble,
.single__wrapper .bg-brown,
.single__wrapper .bg-marble-blue,
.single__wrapper .bg-marble-purple,
.single__wrapper .bg-bubble,
.single__wrapper .bg-blue {
  position: relative;
  margin-bottom: 0 !important;
}
.block-editor .bg-marble::before,
.block-editor .bg-brown::before,
.block-editor .bg-marble-blue::before,
.block-editor .bg-marble-purple::before,
.block-editor .bg-bubble::before,
.block-editor .bg-blue::before,
.single__wrapper .bg-marble::before,
.single__wrapper .bg-brown::before,
.single__wrapper .bg-marble-blue::before,
.single__wrapper .bg-marble-purple::before,
.single__wrapper .bg-bubble::before,
.single__wrapper .bg-blue::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/single/bg-marble-blue.jpg");
  background-repeat: repeat;
}
.block-editor .bg-marble::before,
.single__wrapper .bg-marble::before {
  background-image: url("../img/single/bg-marble.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}
.block-editor .bg-marble-blue::before,
.single__wrapper .bg-marble-blue::before {
  background-image: url("../img/single/bg-marble-blue.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}
.block-editor .bg-bubble::before,
.single__wrapper .bg-bubble::before {
  background-image: url("../img/single/bg-bubble_sp.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
.block-editor .bg-marble-purple::before,
.single__wrapper .bg-marble-purple::before {
  background-image: url("../img/single/bg-marble-purple.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}
.block-editor .bg-blue::before,
.single__wrapper .bg-blue::before {
  background: #f8f5f2;
}
.block-editor .bg-brown::before,
.single__wrapper .bg-brown::before {
  background: #FCF9FA;
}
.block-editor .ttl-en,
.single__wrapper .ttl-en {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  font-family: "Neuton", serif;
  color: #242424;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-all;
}
.block-editor .ttl-en::first-letter,
.single__wrapper .ttl-en::first-letter {
  color: #9F9F9F;
}
.block-editor h2,
.single__wrapper h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  color: #FB92A0;
  padding: 1.2rem 1.6rem;
  margin-top: 4.8rem;
  margin-bottom: 1.8rem;
}
.block-editor h2:first-child,
.single__wrapper h2:first-child {
  margin-top: 2rem;
}
.block-editor #ez-toc-container + h2.wp-block-heading,
.single__wrapper #ez-toc-container + h2.wp-block-heading {
  margin-top: 3rem;
}
.block-editor h3,
.single__wrapper h3 {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 500;
  color: #FB92A0;
  padding: 1.2rem 1.6rem;
  margin-top: 4.8rem;
  position: relative;
}
.block-editor h3:before,
.single__wrapper h3:before {
  content: "";
  width: 2px;
  height: 60%;
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #FB92A0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-editor h4,
.single__wrapper h4 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #FB92A0;
  padding: 1.2rem 1.6rem;
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}
.block-editor .ttl-bg,
.single__wrapper .ttl-bg {
  font-size: 2rem;
  line-height: 1.2083333333;
  font-weight: 500;
  color: #fff;
  background: #242424;
  padding: 1.2rem 1.6rem;
  margin-top: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.block-editor .ttl-left-line,
.single__wrapper .ttl-left-line {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #242424;
  margin-top: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.block-editor p,
.single__wrapper p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  color: #111010;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
.block-editor p a,
.single__wrapper p a {
  color: #FB92A0;
  text-decoration: underline;
}
.block-editor ul,
.single__wrapper ul {
  margin-bottom: 5rem;
}
.block-editor ul li,
.single__wrapper ul li {
  font-size: 1.6rem;
  line-height: 1.1875;
  position: relative;
  color: #221919;
  padding-left: 3rem;
}
.block-editor ul li:last-child,
.single__wrapper ul li:last-child {
  margin-bottom: 0;
}
.block-editor ul li::before,
.single__wrapper ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vh;
  background-color: #EABDBF;
}
.block-editor ol,
.single__wrapper ol {
  margin-bottom: 5rem;
}
.block-editor ol li,
.single__wrapper ol li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
}
.block-editor ol li:not(:last-of-type),
.single__wrapper ol li:not(:last-of-type) {
  margin-bottom: 1.6rem !important;
}
.block-editor ol li::before,
.single__wrapper ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16%;
  color: #EABDBF;
  font-size: 2rem;
}
.block-editor ol li:nth-child(1)::before,
.single__wrapper ol li:nth-child(1)::before {
  content: "1.";
}
.block-editor ol li:nth-child(2)::before,
.single__wrapper ol li:nth-child(2)::before {
  content: "2.";
}
.block-editor ol li:nth-child(3)::before,
.single__wrapper ol li:nth-child(3)::before {
  content: "3.";
}
.block-editor ol li:nth-child(4)::before,
.single__wrapper ol li:nth-child(4)::before {
  content: "4.";
}
.block-editor ol li:nth-child(5)::before,
.single__wrapper ol li:nth-child(5)::before {
  content: "5.";
}
.block-editor ol li:nth-child(6)::before,
.single__wrapper ol li:nth-child(6)::before {
  content: "6.";
}
.block-editor ol li:nth-child(7)::before,
.single__wrapper ol li:nth-child(7)::before {
  content: "7.";
}
.block-editor ol li:nth-child(8)::before,
.single__wrapper ol li:nth-child(8)::before {
  content: "8.";
}
.block-editor ol li:nth-child(9)::before,
.single__wrapper ol li:nth-child(9)::before {
  content: "9.";
}
.block-editor ol li:nth-child(10)::before,
.single__wrapper ol li:nth-child(10)::before {
  content: "10.";
}
.block-editor ol li:nth-child(11)::before,
.single__wrapper ol li:nth-child(11)::before {
  content: "11.";
}
.block-editor ol li:nth-child(12)::before,
.single__wrapper ol li:nth-child(12)::before {
  content: "12.";
}
.block-editor ol li:nth-child(13)::before,
.single__wrapper ol li:nth-child(13)::before {
  content: "13.";
}
.block-editor ol li:nth-child(14)::before,
.single__wrapper ol li:nth-child(14)::before {
  content: "14.";
}
.block-editor ol li:nth-child(15)::before,
.single__wrapper ol li:nth-child(15)::before {
  content: "15.";
}
.block-editor ol li:nth-child(16)::before,
.single__wrapper ol li:nth-child(16)::before {
  content: "16.";
}
.block-editor ol li:nth-child(17)::before,
.single__wrapper ol li:nth-child(17)::before {
  content: "17.";
}
.block-editor ol li:nth-child(18)::before,
.single__wrapper ol li:nth-child(18)::before {
  content: "18.";
}
.block-editor ol li:nth-child(19)::before,
.single__wrapper ol li:nth-child(19)::before {
  content: "19.";
}
.block-editor ol li:nth-child(20)::before,
.single__wrapper ol li:nth-child(20)::before {
  content: "20.";
}
.block-editor ol li:nth-child(21)::before,
.single__wrapper ol li:nth-child(21)::before {
  content: "21.";
}
.block-editor ol li:nth-child(22)::before,
.single__wrapper ol li:nth-child(22)::before {
  content: "22.";
}
.block-editor ol li:nth-child(23)::before,
.single__wrapper ol li:nth-child(23)::before {
  content: "23.";
}
.block-editor ol li:nth-child(24)::before,
.single__wrapper ol li:nth-child(24)::before {
  content: "24.";
}
.block-editor ol li:nth-child(25)::before,
.single__wrapper ol li:nth-child(25)::before {
  content: "25.";
}
.block-editor ol li:nth-child(26)::before,
.single__wrapper ol li:nth-child(26)::before {
  content: "26.";
}
.block-editor ol li:nth-child(27)::before,
.single__wrapper ol li:nth-child(27)::before {
  content: "27.";
}
.block-editor ol li:nth-child(28)::before,
.single__wrapper ol li:nth-child(28)::before {
  content: "28.";
}
.block-editor ol li:nth-child(29)::before,
.single__wrapper ol li:nth-child(29)::before {
  content: "29.";
}
.block-editor ol li:nth-child(30)::before,
.single__wrapper ol li:nth-child(30)::before {
  content: "30.";
}
.block-editor ol li:nth-child(31)::before,
.single__wrapper ol li:nth-child(31)::before {
  content: "31.";
}
.block-editor ol li:nth-child(32)::before,
.single__wrapper ol li:nth-child(32)::before {
  content: "32.";
}
.block-editor ol li:nth-child(33)::before,
.single__wrapper ol li:nth-child(33)::before {
  content: "33.";
}
.block-editor ol li:nth-child(34)::before,
.single__wrapper ol li:nth-child(34)::before {
  content: "34.";
}
.block-editor ol li:nth-child(35)::before,
.single__wrapper ol li:nth-child(35)::before {
  content: "35.";
}
.block-editor ol li:nth-child(36)::before,
.single__wrapper ol li:nth-child(36)::before {
  content: "36.";
}
.block-editor ol li:nth-child(37)::before,
.single__wrapper ol li:nth-child(37)::before {
  content: "37.";
}
.block-editor ol li:nth-child(38)::before,
.single__wrapper ol li:nth-child(38)::before {
  content: "38.";
}
.block-editor ol li:nth-child(39)::before,
.single__wrapper ol li:nth-child(39)::before {
  content: "39.";
}
.block-editor ol li:nth-child(40)::before,
.single__wrapper ol li:nth-child(40)::before {
  content: "40.";
}
.block-editor ol li:nth-child(41)::before,
.single__wrapper ol li:nth-child(41)::before {
  content: "41.";
}
.block-editor ol li:nth-child(42)::before,
.single__wrapper ol li:nth-child(42)::before {
  content: "42.";
}
.block-editor ol li:nth-child(43)::before,
.single__wrapper ol li:nth-child(43)::before {
  content: "43.";
}
.block-editor ol li:nth-child(44)::before,
.single__wrapper ol li:nth-child(44)::before {
  content: "44.";
}
.block-editor ol li:nth-child(45)::before,
.single__wrapper ol li:nth-child(45)::before {
  content: "45.";
}
.block-editor ol li:nth-child(46)::before,
.single__wrapper ol li:nth-child(46)::before {
  content: "46.";
}
.block-editor ol li:nth-child(47)::before,
.single__wrapper ol li:nth-child(47)::before {
  content: "47.";
}
.block-editor ol li:nth-child(48)::before,
.single__wrapper ol li:nth-child(48)::before {
  content: "48.";
}
.block-editor ol li:nth-child(49)::before,
.single__wrapper ol li:nth-child(49)::before {
  content: "49.";
}
.block-editor ol li:nth-child(50)::before,
.single__wrapper ol li:nth-child(50)::before {
  content: "50.";
}
.block-editor .step,
.single__wrapper .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.3rem 1.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0 0.6rem #f0f0f0;
          box-shadow: 0 0 0.6rem #f0f0f0;
  gap: 0 !important;
  background: #fff;
  position: relative;
}
.block-editor .step .wp-block-columns,
.single__wrapper .step .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.block-editor .step div,
.single__wrapper .step div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.block-editor .step:not(:last-of-type),
.single__wrapper .step:not(:last-of-type) {
  margin-bottom: 8rem;
}
.block-editor .step:not(:last-of-type)::before,
.single__wrapper .step:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2rem 7rem 0 7rem;
  border-color: #f8f5f2 transparent transparent transparent;
}
.block-editor .step .is-layout-flow:last-of-type,
.single__wrapper .step .is-layout-flow:last-of-type {
  margin-bottom: 2.4rem;
  text-align: center;
}
.block-editor .step .is-layout-flow:first-of-type,
.single__wrapper .step .is-layout-flow:first-of-type {
  margin-bottom: 0;
}
.block-editor .step div:last-of-type p:first-of-type,
.single__wrapper .step div:last-of-type p:first-of-type {
  font-size: 2.4rem;
  font-family: "Neuton", serif;
  line-height: 1.3333333333;
  color: #fff;
  padding: 0.8rem 2.2rem;
  display: inline-block;
  background: #9F9F9F;
  border-radius: 5rem;
  margin-bottom: 1.6rem;
}
.block-editor .step div:last-of-type p:last-of-type,
.single__wrapper .step div:last-of-type p:last-of-type {
  font-size: 1.6rem;
  line-height: 2;
}
.block-editor .wp-block-table,
.single__wrapper .wp-block-table {
  padding-bottom: 4.8rem;
}
.block-editor .wp-block-table thead,
.single__wrapper .wp-block-table thead {
  background-color: #EABDBF;
  border: 0;
}
.block-editor .wp-block-table thead th,
.single__wrapper .wp-block-table thead th {
  color: #fff;
}
.block-editor .wp-block-table tr,
.single__wrapper .wp-block-table tr {
  vertical-align: middle;
}
.block-editor .wp-block-table tr td:first-of-type,
.single__wrapper .wp-block-table tr td:first-of-type {
  font-weight: 500;
}
.block-editor .wp-block-table th,
.single__wrapper .wp-block-table th {
  text-align: left;
  color: #FB92A0;
  border: 0;
  border-bottom: 1px solid rgba(234, 189, 191, 0.568627451);
  padding-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.block-editor .wp-block-table th:first-of-type,
.single__wrapper .wp-block-table th:first-of-type {
  width: 10%;
}
.block-editor .wp-block-table td,
.single__wrapper .wp-block-table td {
  border: 0;
  border-bottom: 1px solid rgba(234, 189, 191, 0.568627451);
  padding: 1.6rem 0 1.6rem 2rem;
}
.block-editor .wp-block-table td:first-of-type,
.single__wrapper .wp-block-table td:first-of-type {
  width: 30%;
}
.block-editor .has-cyan-bluish-gray-background-color,
.single__wrapper .has-cyan-bluish-gray-background-color {
  background-color: #FCF9FA !important;
  padding: 2rem;
}
.block-editor .table-price table,
.single__wrapper .table-price table {
  width: 100%;
  border: 0.1rem solid #242424 !important;
  border-bottom: none !important;
}
.block-editor .table-basic table,
.single__wrapper .table-basic table {
  margin-bottom: 0;
}
.block-editor .table-basic,
.single__wrapper .table-basic {
  width: 100%;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
.block-editor .table-basic thead,
.single__wrapper .table-basic thead {
  border-bottom: none;
}
.block-editor .table-basic table th,
.single__wrapper .table-basic table th {
  background: #9F9F9F;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1428571429;
  font-weight: 500;
  padding: 0.8rem;
  vertical-align: middle;
  color: #fff;
  border: 0.1rem #9F9F9F solid;
}
.block-editor .table-basic table td,
.single__wrapper .table-basic table td {
  background: #fff;
  color: #FB92A0;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 0.8rem;
  vertical-align: middle;
  border: 0.1rem #9F9F9F solid !important;
  font-family: "Noto Sans JP", sans-serif;
}
.block-editor .table-basic table tr td:first-of-type,
.single__wrapper .table-basic table tr td:first-of-type {
  background: #f8f5f2;
}
.block-editor .table-basic table,
.single__wrapper .table-basic table {
  width: 100%;
}
.block-editor .table-complex,
.single__wrapper .table-complex {
  overflow-x: scroll;
}
.block-editor .table-complex table,
.single__wrapper .table-complex table {
  border-collapse: separate;
  overflow: hidden;
  width: auto;
  border-spacing: 0.8rem;
}
.block-editor .table-complex table th,
.block-editor .table-complex table td,
.single__wrapper .table-complex table th,
.single__wrapper .table-complex table td {
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
}
.block-editor .table-complex table th,
.single__wrapper .table-complex table th {
  color: #fff;
  font-weight: 500;
  background: #242424 !important;
  text-align: center !important;
  border: none !important;
  padding: 0.8rem 2rem;
}
.block-editor .table-complex table td,
.single__wrapper .table-complex table td {
  color: #FB92A0 !important;
  text-align: center !important;
  border: #9F9F9F 0.1rem solid !important;
}
.block-editor .table-complex table tr td:first-child,
.single__wrapper .table-complex table tr td:first-child {
  background: #f8f5f2 !important;
  border: none !important;
  height: 6.6rem;
  color: #FB92A0;
}
.block-editor .table-price table th,
.single__wrapper .table-price table th {
  width: 100%;
  display: block;
  border: none !important;
  border-bottom: 0.1rem solid #242424 !important;
  padding: 1.6rem 4rem !important;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center !important;
  font-weight: 700;
  background: #f8f5f2 !important;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.block-editor .table-price table td,
.single__wrapper .table-price table td {
  width: 100%;
  font-size: 1.5rem;
  display: block;
  border: none !important;
  border-bottom: 0.1rem solid #242424 !important;
  vertical-align: middle;
  text-align: left !important;
  background: #fff;
  padding: 1.6rem 0.8rem !important;
  color: #434850;
  font-family: "Noto Sans JP", sans-serif;
}
.block-editor .card-list > div,
.single__wrapper .card-list > div {
  margin-bottom: -3.2rem;
}
.block-editor .card,
.single__wrapper .card {
  margin-bottom: 3.2rem;
}
.block-editor .card > div,
.single__wrapper .card > div {
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
.block-editor .card.hide > div::after,
.single__wrapper .card.hide > div::after {
  content: "続きをよむ";
  position: absolute;
  text-align: center;
  display: block;
  background: #242424;
  color: #fff;
  width: 29.4rem;
  bottom: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2.9rem;
  font-size: 1.4rem;
  z-index: 2;
  padding: 1.2rem;
}
.block-editor .card.hide > div,
.single__wrapper .card.hide > div {
  height: 40rem;
}
.block-editor .card.hide.is-show > div,
.single__wrapper .card.hide.is-show > div {
  height: auto;
}
.block-editor .card.hide.is-show > div::before,
.single__wrapper .card.hide.is-show > div::before {
  display: none;
}
.block-editor .card.hide.is-show > div::after,
.single__wrapper .card.hide.is-show > div::after {
  content: "閉じる";
}
.block-editor .card.hide > div::before,
.single__wrapper .card.hide > div::before {
  content: "";
  position: absolute;
  display: block;
  color: #fff;
  width: 100%;
  height: 60%;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), white);
  bottom: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
}
.block-editor .card h3,
.single__wrapper .card h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
  padding: 1.6rem;
  margin-bottom: 0;
  margin-top: 0;
  background: #f8f5f2;
  color: #242424;
}
.block-editor .card p,
.single__wrapper .card p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.block-editor .card .wp-block-group,
.single__wrapper .card .wp-block-group {
  padding: 1.6rem 2.4rem 2.4rem;
  background: #fff;
}
.block-editor .card.hide,
.single__wrapper .card.hide {
  cursor: pointer;
}
.block-editor .card.hide .wp-block-group,
.single__wrapper .card.hide .wp-block-group {
  padding: 1.6rem 2.4rem 9rem;
}

.singleDoctor {
  background-color: #FCF9FA;
  margin-top: 4rem;
}

.singleDoctor__ttl {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  color: #FB92A0;
}

.singleDoctor__card:not(:last-of-type) {
  margin-bottom: 7.2rem;
}

.qa:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.qa {
  padding: 0 1.6rem;
  background: #fff;
}

.qa .wp-block-group {
  margin: 0;
}

.qa .qa__question {
  cursor: pointer;
}

.qa .qa__question p, .qa .qa__question h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
  position: relative;
  padding: 1rem 2.4rem 1rem 3.7rem;
  color: #FB92A0;
  font-family: "Shippori Mincho", serif;
}

.qa .qa__answer p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-family: "Neuton", serif;
  color: #FB92A0;
  padding: 1.6rem 0;
}

.qa .wp-block-group:first-of-type {
  position: relative;
}
.qa .qa__question p::before, .qa .qa__question h3::before {
  content: "Q";
  position: absolute;
  color: #9F9F9F;
  font-size: 2.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.qa .qa__question p::after, .qa .qa__question h3::after {
  content: "";
  position: absolute;
  right: -0.45rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1rem;
  background: url("../img/common/arrow-square-brown-down.svg") center center/contain no-repeat;
}

.qa .qa__question.open p::after {
  background: url("../img/common/arrow-square-brown-up.svg") center center/contain no-repeat;
}

.qa .wp-block-group:last-of-type {
  border-top: 0.1rem dashed #e2d9d6;
}

.ttl-basic {
  text-align: center;
  margin-bottom: 3.2rem !important;
}

.ttl-basic p:first-of-type {
  color: #EABDBF;
  font-family: "Neuton", serif;
  line-height: 1.1666666667;
  font-size: 4.8rem;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
  word-break: break-all;
  margin-bottom: 0.5rem;
}

.ttl-basic p:first-of-type:first-letter {
  color: #EABDBF;
}

.ttl-basic h2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  margin-bottom: 0 !important;
  text-align: center;
}

.ttl-icon, .ttl-icon--left {
  text-align: center;
  margin-bottom: 3.2rem !important;
}

.ttl-icon p, .ttl-icon--left p {
  color: #242424;
  font-family: "Neuton", serif;
  line-height: 1.2083333333;
  font-size: 4.8rem;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
  word-break: break-all;
}

.ttl-icon h2, .ttl-icon--left h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4285714286;
  position: relative;
  padding-right: 2.5rem;
  margin-bottom: 0 !important;
  text-align: center;
  color: #FB92A0;
}

.bg-marble-purple02 {
  background-image: url("../img/single/bg-marble-purple.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}

.tokyoAbout__info {
  background: #f8f5f2;
  padding: 3.2rem 3.2rem 7.2rem;
}

.tokyoAbout__info dl:not(:first-of-type) {
  padding-top: 3.7rem;
}

.tokyoAbout__info dl {
  border-bottom: #242424 solid 0.1rem;
  padding: 0 1.6rem 3.2rem;
}

.tokyoAbout__info dt {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 500;
}

.tokyoAbout__info dd {
  color: #FB92A0;
  font-size: 1.6rem;
  line-height: 2;
}

.tokyoAbout__info dl dd small {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 2.2857142857;
}

.tokyoAccess__top {
  margin-bottom: 2.4rem;
}

.tokyoAccess__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
  color: #FB92A0;
  font-family: "Neuton", serif;
}

.tokyoAccess__mapWrap {
  margin-bottom: 3.3rem;
}

.tokyoAccess__map {
  position: relative;
  width: 100%;
  padding-top: 59.77%;
  overflow: hidden;
  border-radius: 1.6rem;
}

.tokyoAccess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tokyoAccess__box:not(:last-of-type) {
  margin-bottom: 7.2rem;
}

.tokyoAccess__subTtl {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #242424;
  margin-bottom: 3.2rem;
}

.tokyoAccess__list {
  width: 26rem;
  margin: 0 auto;
}

.tokyoAccess__item:not(:last-of-type) {
  margin-bottom: 10.4rem;
  position: relative;
}

.tokyoAccess__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -6.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 1.75rem 0 1.75rem;
  border-color: #e2d9d6 transparent transparent transparent;
}

.tokyoAccess__img {
  margin-bottom: 0.8rem;
  border-radius: 1.6rem;
}

.tokyoAccess__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Neuton", serif;
  color: #FB92A0;
}

.tokyoInterior {
  background-image: url("../img/single/bg-marble.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}

.tokyoInterior__container {
  border-top: 0.1rem #242424 solid;
}

.tokyoInterior__box {
  padding: 3.2rem 2.2rem 4rem;
  border-bottom: 0.1rem #242424 solid;
}

.tokyoInterior__imgWrap {
  margin-bottom: 3.1rem;
}

.tokyoInterior__heading {
  font-size: 2.4rem;
  line-height: 1.2083333333;
  margin-bottom: 2rem;
  font-weight: 500;
}

.tokyoInterior__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

.sec-img {
  margin: 0 calc(50% - 50vw);
}

.top__headTxt {
  font-size: 2rem;
  color: #EABDBF;
  margin-bottom: 0.8rem;
}

.timecat__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.timecat__wrapper time {
  font-size: 1.4rem;
  color: rgba(34, 25, 25, 0.8);
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timecat__wrapper .cat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.timecat__wrapper .cat__box .cat {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  background: #FB92A0;
  border-radius: 0.2rem;
}

.topKv {
  position: relative;
  margin-top: 9.5rem;
  margin-bottom: 13.6rem;
}
.topKv .kv__container {
  position: relative;
}
.topKv .news {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(109, 113, 93, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(109, 113, 93, 0.25);
  width: 100%;
  position: absolute;
  bottom: -10.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 89.81%;
}
.topKv .news .news__head {
  padding: 1rem 1.6rem;
  background: #FEE;
}
.topKv .news .news__head h3 {
  font-size: 1.8rem;
  color: #FB92A0;
  letter-spacing: 0.08em;
}
.topKv .news .news__list {
  padding: 0.8rem 1.6rem 1.6rem;
  background: #FFFFFF;
}
.topKv .news .news__link {
  display: block;
  color: #221919;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 1.4rem;
}
.topKv .news .news__link::after {
  position: absolute;
  content: "";
  right: -0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow-circle-right-pink02.png) center center/cover no-repeat;
  width: 4.1rem;
  height: 4.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topKv .news .news__link:hover {
  opacity: 0.7;
}
.topKv .news .news__link:hover::after {
  right: -1rem;
}
.topKv .news .timecat__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.topKv .news .timecat__wrapper time {
  font-size: 1.2rem;
  color: rgba(34, 25, 25, 0.8);
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topKv .news .timecat__wrapper .cat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.topKv .news .timecat__wrapper .cat__box .cat {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  background: #FB92A0;
  border-radius: 0.2rem;
}
.topKv .news .news__ttl {
  font-weight: 500;
}

.kv__img {
  display: block;
}

.kv__img img {
  display: block;
}

.kv__txt {
  bottom: 5.3rem;
  left: 1.6rem;
  position: absolute;
  color: #FFFFFF;
}

.kv__txt p {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 1.6rem;
}

.kv__txt h1 {
  font-weight: 700;
}

.topKv__doctorSpecialty .doctor__heading {
  background: #f6f3ee;
}

.topAbout.sec-bg::before {
  top: auto;
  bottom: 0;
  height: 67%;
}

.topAbout {
  position: relative;
  margin-top: 6.4rem;
}
.topAbout .sec-ttl {
  margin-bottom: 5.6rem;
  font-size: 2.4rem;
}
.topAbout .topAbout__wrapper {
  padding: 3.2rem 3.4rem 4.8rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 193, 193, 0.25);
          box-shadow: 0px 0px 24px 0px rgba(255, 193, 193, 0.25);
  border-radius: 1.6rem;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.topAbout .card__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.topAbout .card__list .card__item {
  border-radius: 0.8rem;
  background: linear-gradient(127deg, #FEE 28.65%, #F6EEDB 88.25%);
  position: relative;
  padding: 4.2rem 1.6rem 2.4rem;
}
.topAbout .card__list .card__item::before {
  color: #FB92A0;
  font-size: 2.4rem;
  font-family: "Marcellus", serif;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FEE;
  border-radius: 24rem;
}
.topAbout .card__list .card__item:nth-of-type(1)::before {
  content: "1";
}
.topAbout .card__list .card__item:nth-of-type(2)::before {
  content: "2";
}
.topAbout .card__list .card__item:nth-of-type(3)::before {
  content: "3";
}
.topAbout .card__list .card__icon {
  width: 8.8rem;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.topAbout .card__list .card__txt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.topDoctor {
  background: #F8F8F8;
  padding-top: 8.4rem;
  padding-bottom: 6.4rem;
}
.topDoctor .sec-ttl {
  margin-bottom: 3.2rem;
  text-align: center;
}
.topDoctor .doctor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.topDoctor .list__head {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  color: #FB92A0;
  margin-bottom: 0.5rem;
}
.topDoctor .list__wrapper {
  margin-bottom: 3.2rem;
}
.topDoctor .topDoctor__item {
  font-size: 1.4rem;
  color: #000000;
  line-height: 2;
  border-bottom: 1px solid #FFFFFF;
}
.topDoctor .topDoctor__prof {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topDoctor .topDoctor__prof .topDoctor__img {
  margin-bottom: 3rem;
  border-radius: 0.8rem;
}
.topDoctor .topDoctor__prof .name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3rem;
}
.topDoctor .topDoctor__prof .name .kana {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: bottom;
}
.topDoctor .btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.topDoctor .btn__wrapper .prof__btn a {
  width: 100%;
  background: #FFFFFF;
  color: #221919;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 218, 223, 0.44);
          box-shadow: 0px 0px 12px 0px rgba(255, 218, 223, 0.44);
  border-color: transparent;
  display: inline-block;
  text-align: center;
}
.topDoctor .btn__wrapper .prof__btn a::after {
  display: none;
}
.topDoctor .btn__wrapper .prof__btn a span {
  position: relative;
}
.topDoctor .btn__wrapper .prof__btn a span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icon-link.png) center center/cover no-repeat;
}
.topDoctor .prof__table tr {
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topDoctor .prof__table tr:first-of-type th,
.topDoctor .prof__table tr:first-of-type td {
  padding-top: 0;
}
.topDoctor .prof__table th,
.topDoctor .prof__table td {
  display: inline-block;
  line-height: 2;
  font-size: 1.4rem;
}
.topDoctor .prof__table th {
  width: 5rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sec-bg {
  position: relative;
}
.sec-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F8F8F8;
  z-index: -1;
}

.recruit {
  position: relative;
  z-index: 1;
  margin-bottom: 5.4rem;
}

.recruit__wrapper {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.recruit__wrapper .recruit__img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.recruit__wrapper .txt__box {
  position: absolute;
  top: 2.7rem;
  left: 1.2rem;
  color: #FFFFFF;
  font-weight: 500;
}
.recruit__wrapper .txt__box .ttl {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #FFFFFF;
}
.recruit__wrapper .txt__box .recruit__txt {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.recruit__wrapper .txt__box .button02 a {
  border: 2px solid #FFFFFF;
  text-align: center;
  width: 22.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.recruit__wrapper .txt__box .button02 a::after {
  display: none;
}

.topMenu {
  background: #FDDADF;
}
.topMenu .sec-ttl {
  margin-bottom: 3.2rem;
}
.topMenu .topMenu__list {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.topMenu .topMenu__list .topMenu__item .button02 button {
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
}
.topMenu .topMenu__list .topMenu__item .button02 button:hover {
  border-color: #FB92A0;
}
.topMenu .topMenu__list .topMenu__item .button02 button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 2.4rem;
  height: 2.4rem;
}
.topMenu .topMenu__list .topMenu__item.is-open .button02 button {
  background: #FB92A0;
  color: #fff;
}
.topMenu .topMenu__list .topMenu__item.is-open .button02 button::after {
  background: url(../img/common/arrow-circle-right-white.png) center center/cover no-repeat;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.topMenu .dot-list li {
  position: relative;
  padding-left: 2.5rem;
}
.topMenu .dot-list li::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50%;
}
.topMenu .accordion__item {
  padding-bottom: 0.8rem;
  margin-top: 1rem;
  border-bottom: 0.1rem dashed #fff;
}
.topMenu .accordion__link {
  font-weight: 500;
  color: #000;
}

.topVisit .sec-ttl {
  margin-bottom: 3.2rem;
  text-align: center;
}
.topVisit .topVisit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7rem;
  margin-bottom: 5.6rem;
}
.topVisit .topVisit__container .topVisit__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 2rem;
  border-left: 4px solid #FB92A0;
  margin-bottom: 2.3rem;
}
.topVisit .topVisit__container .topVisit__txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.topVisit .js-topVisit-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.topVisit .js-topVisit-slider .topVisit-slide {
  width: 80rem;
}

.topColumn {
  padding: 3.2rem 0 4rem;
}
.topColumn .sec-ttl {
  margin-bottom: 2.4rem;
}
.topColumn .column__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topColumn .column__link:hover {
  opacity: 0.7;
}
.topColumn .topColumn__wrapper {
  position: relative;
}

.top__commonSlider {
  margin-right: calc(50% - 50vw);
}
.top__commonSlider .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
.top__commonSlider .slick-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.top__commonSlider .thumbnail {
  margin-bottom: 0.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.top__commonSlider .thumbnail img {
  aspect-ratio: 256/155;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__commonSlider time {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 0.4rem;
  display: inline-block;
  width: 100%;
}
.top__commonSlider .column__ttl {
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: #221919;
}
.top__commonSlider .column__txt {
  font-size: 1.4rem;
  color: #221919;
}

.top__commonSlider-wrapper {
  position: relative;
}
.top__commonSlider-wrapper .arrow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 2.4rem;
  z-index: 1;
}
.top__commonSlider-wrapper .arrow__box .slick-arrow {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.top__commonSlider-wrapper .arrow__box .prev-arrow {
  background: url("../img/common/arrow-circle-left.png") center center/cover no-repeat;
}
.top__commonSlider-wrapper .arrow__box .next-arrow {
  background: url("../img/common/arrow-circle-right.png") center center/cover no-repeat;
}

.topNews .sec-ttl {
  color: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 2.7rem;
}
.topNews .topNews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
.topNews .topNews__list {
  margin-bottom: 2.7rem;
}
.topNews .topNews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.6rem 0 1.6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topNews .topNews__link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/arrow-circle-right-pink.png) center center/cover no-repeat;
}
.topNews .topNews__link:hover {
  opacity: 0.7;
}
.topNews .timecat__wrapper {
  gap: 1.2rem;
  border: none;
  padding: 0;
  margin-bottom: 0.9rem;
}
.topNews .topNews__ttl {
  font-weight: 500;
  color: #221919;
}
.topNews .button01, .topNews .button02, .topNews .header__btn, .topNews .btn-reserve, .topNews .topDoctor .btn__wrapper .prof__btn, .topDoctor .btn__wrapper .topNews .prof__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topInfo {
  padding-top: 4.8rem;
}
.topInfo .sec-ttl {
  margin-bottom: 3.2rem;
}

.l-topInfo__inner {
  padding-top: 5.4rem;
  padding-bottom: 7.2rem;
}

.topInfo__ttl {
  margin-bottom: 4.3rem;
}

.topInfo__ttl .en, .topInfo__ttl .ja {
  color: #fff;
}

.topInfo__list {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topInfo__item .button02 {
  height: 100%;
}
.topInfo__item .button02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}
.topInfo__item .button02 a::after {
  width: 2.4rem;
  height: 2.4rem;
}

.topInfo__wrap {
  padding-bottom: 7rem;
  position: relative;
  margin-bottom: 3.2rem;
  background: url("../img/top/bg-info_sp.jpg") center bottom/100% no-repeat;
}

.topInfo__wrap::before {
  content: "VARIOUS\aINFORMATION";
  position: absolute;
  white-space: pre;
  font-size: 4rem;
  line-height: 1.15;
  font-family: "Neuton", serif;
  color: rgba(36, 36, 36, 0.39);
  left: 1.6rem;
  bottom: 2.4rem;
}

.topInfo__slider {
  width: 35.625rem;
  margin-right: auto;
}

.topInfo__box {
  padding-left: 1rem;
  padding-right: 1rem;
}

.topInfo__link {
  display: block;
  height: 100%;
  padding: 0.9rem;
  text-align: center;
}

.topInfo__line {
  border: 0.1rem #242424 solid;
  height: 100%;
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topInfo__link .num {
  display: block;
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 0.2rem;
  font-family: "Neuton", serif;
}

.topInfo__link .txt {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.topCampaign {
  padding: 4rem 0;
}
.topCampaign .sec-ttl {
  margin-bottom: 2.4rem;
}

.topCampaign__slider .slider-basic__item {
  border-radius: 0.8rem;
  overflow: hidden;
}

.l-topPicture__inner {
  padding-top: 6.8rem;
  padding-bottom: 7.2rem;
}

.topPicture__ttl {
  margin-bottom: 4.2rem;
}

.topPicture__wrap:first-of-type {
  margin-bottom: 7.1rem;
}

.topPicture__subTtl {
  margin-bottom: 3.6rem;
}

.topPicture__ranking {
  max-width: 32rem;
  margin: 0 auto;
}

.topPicture__rank {
  padding: 0 1rem;
}

.topPicture__subTtl {
  margin-bottom: 3.2rem;
}

.topPicture__list {
  margin-bottom: 2.2rem;
}

.topProblems {
  background-image: url("../img/single/bg-marble.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}

.l-topProblems__inner {
  padding-top: 7.2rem;
}

.topProblems__ttl {
  margin-bottom: 3.5rem;
}

.topProblems__item:nth-child(2n) {
  text-align: right;
}

.topProblems__item:nth-child(2n) .topProblems__btn span {
  padding-right: 0;
  padding-left: 4.4rem;
}

.topProblems__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
}

.topProblems__item:nth-child(1) .topProblems__link::before {
  background: url("../img/top/problems-img01_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(2) .topProblems__link::before {
  background: url("../img/top/problems-img02_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(3) .topProblems__link::before {
  background: url("../img/top/problems-img03_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(4) .topProblems__link::before {
  background: url("../img/top/problems-img04_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(5) .topProblems__link::before {
  background: url("../img/top/problems-img05_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(6) .topProblems__link::before {
  background: url("../img/top/problems-img06_sp.jpg") center center/cover no-repeat;
}

.topProblems__link {
  display: block;
  color: #242424;
  position: relative;
  overflow: hidden;
}

.topProblems__box {
  padding: 2.4rem 1.4rem;
  height: 9.4rem;
  position: relative;
  z-index: 1;
}

.topProblems__subTtl .ja {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  line-height: 1.45;
  margin-bottom: 0.8rem;
  color: #FB92A0;
}

.topProblems__subTtl .en {
  color: #9F9F9F;
  display: block;
  font-weight: 700;
  font-family: "Neuton", serif;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.topProblems__btn {
  display: block;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.topProblems__btn span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  padding-right: 4.4rem;
  position: relative;
  color: #FB92A0;
}

.topProblems__btn span::before,
.topProblems__btn span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topProblems__btn span::before {
  right: 0;
  border: 0.1rem #9F9F9F solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 1.9rem;
  height: 1.9rem;
}

.topProblems__btn span::after {
  height: 0.1rem;
  width: 2.5rem;
  background: #9F9F9F;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  right: 1rem;
}

.topProblems__item:nth-child(2n) .topProblems__btn span::before {
  left: 0;
  border: 0.1rem #9F9F9F solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 1.9rem;
  height: 1.9rem;
}

.topProblems__item:nth-child(2n) .topProblems__btn span::after {
  height: 0.1rem;
  width: 2.5rem;
  background: #9F9F9F;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  left: 1rem;
}

.topTreatment {
  background-image: url("../img/single/bg-marble.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}

.l-topTreatment__inner {
  padding-top: 5.6rem;
  padding-bottom: 7.2rem;
}

.topTreatment__ttl {
  margin-bottom: 4rem;
  white-space: nowrap;
}

.topTreatment__ttl .en {
  font-size: 4.8rem;
}
.topTreatment__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1.6rem;
  margin-left: -1rem;
  margin-bottom: 2.4rem;
}

.topTreatment__btn {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4615384615;
  padding: 1.2rem;
  background: #DDDDDD;
  border-radius: 0.4rem;
  text-align: center;
  margin-bottom: 1.6rem;
  margin-left: 1rem;
  width: calc(33.3% - 1rem);
  color: #FB92A0;
}

.topTreatment__btn.active {
  background: #242424;
  color: #fff;
  position: relative;
}

.topTreatment__btn.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-color: #242424 transparent transparent transparent;
}

.topTreatment__box {
  background: #fff;
  padding: 0 1.6rem 3.2rem;
  border-radius: 1.6rem;
  display: none;
}

.topTreatment__box.active {
  display: block;
}

.topTreatment__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #242424;
  padding: 1.6rem 0;
  padding-left: 2.05rem;
  position: relative;
  display: block;
  border-bottom: 0.1rem #9F9F9F solid;
}

.topTreatment__link::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 2.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #9F9F9F;
  border-radius: 90%;
}

.topMessage {
  background: #EDEDED;
}

.l-topMessage__inner {
  padding-top: 7.2rem;
  padding-bottom: 6.3rem;
}

.topMessage__ttl {
  margin-bottom: 4.7rem;
}

.topMessage__imgWrap {
  margin-bottom: 4.7rem;
}

.topMessage__heading {
  font-size: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  margin-bottom: 2rem;
}

.topMessage__txt {
  font-size: 1.6rem;
  line-height: 2.5;
}

.topClinic .sec-img img {
  height: auto;
}

.topClinic__container {
  margin-bottom: 5rem;
}

.topClinic__box:not(:last-of-type) {
  margin-bottom: 2rem;
}

.topClinic__ttl {
  margin-bottom: 3.5rem;
}

.topClinic__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.topReserve {
  background: url(../img/top/reserve-bg-sp.png) center center/cover no-repeat;
}

.topReserve__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topReserve__container .ttl-two-rows-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topReserve__ttl {
  margin-bottom: 3.3rem;
}

.topReserve__container .btn-round-beige-icon a {
  padding: 2rem 11.5rem;
  font-size: 2.4rem;
}

.topReserve__container .btn-round-beige-icon a::after {
  display: none;
}

.topFeature__ttl {
  margin-bottom: 3.2rem;
}

.topFeature .topFeature__ttl .en,
.topFeature .topFeature__ttl .ja {
  display: block;
  text-align: center;
}

.topFeature__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.topFeature__item {
  position: relative;
}

.topFeature__txt {
  font-size: 2.4rem;
  color: #EABDBF;
  position: absolute;
  bottom: 1.4rem;
  left: 3.5rem;
}

.topFeature__img {
  position: relative;
  overflow: hidden;
}
.topFeature__img::before {
  display: block;
  content: "";
  padding-top: 47.5362318841%;
}
.topFeature__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topContact {
  background: #FB92A0;
  padding: 5.6rem 0 5.6rem;
}
.topContact .sec-ttl {
  color: #FFFFFF;
  margin-bottom: 1.4rem;
}
.topContact .topContact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.topContact .topContact__container {
  color: #FFFFFF;
}
.topContact .topContact__box {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.topContact .topContact__box .tel {
  color: #FFFFFF;
  font-size: 2rem;
}
.topContact .topContact__txt {
  margin-bottom: 1.4rem;
}
.topContact .topContact__txt.-sm {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.topContact .topContact__txt.-sm:last-of-type {
  margin-bottom: 0;
}
.topContact .topContact__tableBox {
  width: 100%;
}
.topContact .topContact__tableWrap {
  padding: 2.4rem;
}
.topContact .topContact__tableWrap .time__info:first-of-type {
  margin-bottom: 2rem;
}
.topContact .topContact__table {
  margin-bottom: 1.4rem;
  width: 100%;
  color: #FB92A0;
}
.topContact .topContact__table tr {
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #FFFFFF;
}
.topContact .topContact__table tr th,
.topContact .topContact__table tr td {
  padding: 0.8rem 0;
}
.topContact .topContact__table tr td {
  font-size: 0.9rem;
}
.topContact .topContact__table tr th {
  font-weight: 500;
  width: 11.8%;
  font-size: 1.2rem;
}
.topContact .topContact__table tr th.-sm {
  font-size: 1rem;
  width: 18%;
}
.topContact .topContact__location {
  width: 100%;
}
.topContact .topContact__mapWrap {
  overflow: hidden;
}
.topContact .topContact__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 88.5802469136%;
}
.topContact .topContact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-topInstagram_inner {
  padding-top: 14.9333333333vw;
  padding-bottom: 19.2vw;
}

.topInstagram__ttl {
  margin-bottom: 10.6666666667vw;
  white-space: nowrap;
  text-align: center;
}

.topInstagram__ttl .en {
  font-family: "Ysabeau Office", sans-serif;
  font-size: 14.9333333333vw;
  line-height: 1.1607142857;
  margin-bottom: 1.3333333333vw;
  display: block;
}

.topInstagram__ttl .en span {
  color: #9F9F9F;
}

.topInstagram__ttl .ja {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.topInstagram__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 5vw;
}

.topInstagram__link {
  color: #242424;
}

.topInstagram__image figcaption {
  margin-top: 1vw;
  font-size: 3vw;
}

.topInstagram__ttlIcon {
  width: 4.2rem;
  min-width: 29px;
  margin: auto 2.1rem auto 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .quote::before {
    width: 4.3rem;
    height: 4.3rem;
    top: -1.2rem;
  }
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-footer {
    padding-top: 3.4rem;
    padding-bottom: 5.3rem;
  }
  .footer__content {
    position: relative;
  }
  .footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .footer__logo {
    margin-left: 0;
    margin-right: 0;
    width: 19.2rem;
    margin-bottom: 0;
  }
  .footer__copy {
    margin-top: 2.4rem;
  }
  .footer__box {
    padding-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 80rem;
  }
  .footer__box .button01 a, .footer__box .topDoctor .btn__wrapper .prof__btn a, .topDoctor .btn__wrapper .footer__box .prof__btn a, .footer__box .header__btn a, .footer__box .btn-reserve a, .footer__box .button02 a {
    width: 17rem;
  }
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .footer__btn:first-of-type {
    margin-bottom: 0;
    margin-right: 1.63rem;
  }
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
  .footer__subTtl {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .footer__subTtl::before {
    width: 1.7rem;
    height: 1.5rem;
  }
  .footer__subTtl::after {
    display: none;
  }
  .footer__item:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
  .footer__copyright small,
  .footer__copyright address {
    font-size: 1.4rem;
  }
  .footer__pageTop {
    top: -11.3rem;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .l-header__inner {
    padding: 1.6rem;
    max-width: 147.2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .header__wrapper {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    max-width: 100%;
  }
  .scroll__logoWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
  }
  .scroll__logoWrapper.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__catch {
    font-size: 1.2rem;
  }
  .header__catch .txt-red {
    font-size: 1.6rem;
  }
  .header__logo .header__img {
    width: 27.5rem;
  }
  .header__logo.-top {
    padding: 12rem 6.4rem 5rem 7.8rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header__tel {
    max-width: 31.4rem;
    margin-left: 2.4rem;
  }
  .header__btn a {
    padding-left: 5.5rem;
    padding-right: 3.8rem;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec-sm {
    padding: 4rem 0;
  }
  .l-sec-md {
    padding-top: 8rem;
    padding-bottom: 10.4rem;
  }
  .l-sec-lg {
    padding-top: 10.4rem;
    padding-bottom: 22.6rem;
  }
  .mb-md {
    margin-bottom: 16rem !important;
  }
  .pb-md {
    padding-bottom: 16rem !important;
  }
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 115.8rem;
    margin: 0 auto;
  }
  .single__wrapper p.button01 a, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a, .single__wrapper p.header__btn a, .single__wrapper p.btn-reserve a, .single__wrapper p.button02 a {
    font-size: 1.8rem;
  }
  .single__wrapper p.button01 a, .single__wrapper .topDoctor .btn__wrapper p.prof__btn a, .topDoctor .btn__wrapper .single__wrapper p.prof__btn a, .single__wrapper p.header__btn a, .single__wrapper p.btn-reserve a, .single__wrapper p.button02 a {
    margin-bottom: 5rem;
  }
  .btn-reserve {
    margin-bottom: 5rem;
  }
  .breadcrumb__wrapper {
    max-width: 104rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .single-menu .breadcrumb__wrapper {
    padding: 0;
  }
  .breadcrumb__items span:not(:last-of-type) {
    margin-right: 1.7rem;
  }
  .breadcrumb__items span a,
  .breadcrumb__items .current-item {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1rem 2rem;
  }
  .breadcrumb__items span a {
    padding-left: 1.6rem;
    padding-right: 0;
    position: relative;
  }
  .breadcrumb__items span a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -0.8rem;
    width: 0.8rem;
    height: 100%;
    background: url("../img/common/polygon-lightbrown-right.png") center center/contain no-repeat;
  }
  .breadcrumb__items .current-item::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -0.8rem;
    width: 0.8rem;
    height: 100%;
    background: url("../img/common/polygon-brown-right.png") center center/contain no-repeat;
  }
  .breadcrumb__items span:not(:first-of-type) a::before,
  .breadcrumb__items .current-item::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -0.8rem;
    width: 0.8rem;
    height: 100%;
  }
  .error404 .breadcrumb__items span:not(:first-of-type) a::before {
    background: url("../img/common/polygon-brown-left.png") center center/contain no-repeat;
  }
  .breadcrumb__items span:not(:first-of-type) a::before {
    background: url("../img/common/polygon-lightbrown-left.png") center center/contain no-repeat;
  }
  .breadcrumb__items .current-item::before {
    background: url("../img/common/polygon-brown-left.png") center center/contain no-repeat;
  }
  .btn-square a {
    min-width: 30rem;
    font-size: 2rem;
    padding: 1.6rem;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .btn-square a:hover {
    opacity: 0.7;
  }
  .btn-square-line a, .btn-square-line-en a {
    min-width: 26rem;
    font-size: 1.6rem;
    border-width: 1px;
    padding: 2.1rem 2rem 1.9rem;
  }
  .btn-square-line a:hover::after, .btn-square-line-en a:hover::after {
    right: -2.4rem;
  }
  .btn-square-line-en {
    font-size: 2rem;
  }
  .btn-square-line-en a {
    padding: 1.6rem;
  }
  .btn-basic-blue::before, .btn-round-blue-icon a::before {
    border-width: 1px;
  }
  .btn-basic-blue::after, .btn-round-blue-icon a::after {
    height: 0.1rem;
  }
  .btn-basic-white, .btn-round-white-icon a, .btn-round-white-icon--sm a {
    border-width: 1px;
  }
  .btn-basic-white::after, .btn-round-white-icon a::after, .btn-round-white-icon--sm a::after {
    height: 0.1rem;
  }
  .btn-basic-white:hover::before, .btn-round-white-icon a:hover::before, .btn-round-white-icon--sm a:hover::before {
    border-color: #fff;
  }
  .btn-round-white a {
    font-size: 2rem;
    line-height: 1.45;
    padding: 1.6rem 9rem;
    border-width: 1px;
    border-radius: 10rem;
  }
  .btn-round-blue-icon a {
    -webkit-box-shadow: 0 0 6px #b1d3e8;
            box-shadow: 0 0 6px #b1d3e8;
    width: 35rem;
    font-size: 2rem;
    padding: 1.6rem;
  }
  .btn-round-blue-icon a::before {
    width: 1.9rem;
    height: 1.9rem;
    right: 2.4rem;
  }
  .btn-round-blue-icon a:hover::before {
    right: 1.6rem;
  }
  .btn-round-blue-icon a::after {
    width: 4rem;
    right: 3.5rem;
  }
  .btn-round-blue-icon a:hover::after {
    right: 2.7rem;
  }
  .btn-round-white-icon a, .btn-round-white-icon--sm a {
    font-size: 1.6rem;
    border-radius: 10rem;
    padding: 1.8rem 8.4rem 1.8rem 4.8rem;
    min-width: 26rem;
    -webkit-box-shadow: 0 0 0.8rem 0 rgba(151, 140, 129, 0.3);
            box-shadow: 0 0 0.8rem 0 rgba(151, 140, 129, 0.3);
  }
  .btn-round-white-icon a::after, .btn-round-white-icon--sm a::after {
    width: 1rem;
    height: 0.8rem;
    right: 4.5rem;
  }
  .btn-round-white-icon a:hover::before, .btn-round-white-icon--sm a:hover::before {
    right: 1.6rem;
  }
  .btn-round-white-icon a:hover::after, .btn-round-white-icon--sm a:hover::after {
    right: 2.5rem;
  }
  .btn-round-white-icon--sm a {
    padding: 1.6rem 11.6rem 1.6rem 4.8rem;
    min-width: 0;
  }
  .btn-round-beige-icon a {
    font-size: 1.6rem;
    border-radius: 10rem;
    padding: 0.8rem 7.5rem 0.8rem 3rem;
  }
  .btn-round-beige-icon a::after {
    width: 1rem;
    height: 0.8rem;
    right: 2rem;
  }
  .btn-round-beige-icon a:hover::before {
    right: 0.1rem;
  }
  .btn-round-beige-icon a:hover::after {
    right: 1.2rem;
  }
  .btn-square-white {
    width: 25.474rem;
    font-size: 1.6rem;
    padding: 1.8rem;
    border-radius: 1rem;
  }
  .btn-square-white:hover {
    opacity: 0.8;
  }
  .btn-square-arrow, .btn-square-arrow-brown, .btn-square-arrow-white {
    padding: 3.7rem 4rem;
    border-radius: 1rem;
    width: 48rem;
    border-width: 1px;
    -webkit-box-shadow: 0 3px 6pz rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6pz rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
  }
  .btn-square-arrow:hover::after, .btn-square-arrow-brown:hover::after, .btn-square-arrow-white:hover::after {
    right: 3.2rem;
  }
  .btn-square-arrow::after, .btn-square-arrow-brown::after, .btn-square-arrow-white::after {
    right: 4rem;
    width: 3.3rem;
    height: 2.1rem;
  }
  .btn-square-arrow .en, .btn-square-arrow-brown .en, .btn-square-arrow-white .en {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1.2;
  }
  .btn-square-arrow .ja, .btn-square-arrow-brown .ja, .btn-square-arrow-white .ja {
    font-size: 2.4rem;
    line-height: 1.2083333333;
  }
  .btn-round-arrow a, .btn-square-blue a, .btn-round-arrow-brown a, .btn-round-arrow-white a {
    font-size: 2.4rem;
    min-width: 38rem;
    padding: 2.4rem;
  }
  .btn-round-arrow a::before, .btn-square-blue a::before, .btn-round-arrow-brown a::before, .btn-round-arrow-white a::before {
    right: 2.8rem;
    width: 1rem;
    height: 1rem;
  }
  .btn-square-blue {
    margin-top: 5rem;
  }
  .btn-square-blue a {
    padding-left: 8rem;
    padding-right: 8rem;
    font-size: 2rem;
  }
  .card-picture {
    padding: 1.5rem 0 0 0;
  }
  .top.card-picture {
    padding-top: 0;
  }
  .photosPickup__rank:nth-child(1) .card-picture__ttl {
    margin-bottom: 4rem;
  }
  .card-picture__heading {
    padding: 2rem;
    margin-bottom: 2.4rem;
  }
  .card-picture--lg .card-picture__heading {
    padding: 3.2rem 0 1.7rem;
  }
  .card-picture__heading::after {
    border-width: 0.8rem 1.2rem 0 1.2rem;
    bottom: -0.8rem;
  }
  .card-picture--lg .card-picture__heading::before {
    top: 1.5rem;
    width: 1.8rem;
    height: 1.3rem;
  }
  .card-picture__heading p {
    font-size: 1.6rem;
  }
  .card-picture--lg .card-picture__heading p {
    font-size: 2rem;
  }
  .card-picture__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .card-picture__imgWrap {
    padding: 0;
  }
  .card-picture__img {
    -webkit-box-shadow: 2px 3px 6px #E0E0E0;
            box-shadow: 2px 3px 6px #E0E0E0;
    margin-bottom: 1.6rem;
  }
  .card-picture__info {
    margin-bottom: 1.6rem;
  }
  .card-picture__person {
    width: 4.2rem;
  }
  .card-picture__name {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
  .card-doctor01 {
    display: block;
  }
  .card-doctor01__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.4rem;
  }
  .card-doctor01__ttl .ja {
    font-size: 3.2rem;
    line-height: 1.1875;
    font-weight: 500;
    margin-bottom: 0;
  }
  .card-doctor01__ttl .en {
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-left: 1.6rem;
  }
  .card-doctor01__job {
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-bottom: 4.1rem;
  }
  .card-doctor01__btn a {
    min-width: 25rem;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.6rem;
  }
  .card-doctor01__imgWrap {
    width: 100%;
    height: auto;
    margin-bottom: 3.3rem;
  }
  .card-doctor01__img {
    width: 100%;
    height: 100%;
  }
  .card-doctor01__box {
    width: auto;
  }
  .singleDoctor__list {
    gap: 5.6rem;
  }
  .card-doctor02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-doctor02__infoWrap {
    width: 60%;
  }
  .card-doctor02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .doctorInfo__list {
    margin-bottom: 2rem;
  }
  .card-doctor02__ttl {
    text-align: left;
    font-size: 2.6rem;
  }
  .card-doctor02__info {
    font-size: 1.6rem;
  }
  .card-doctor02__wrapBox {
    margin-bottom: 3.2rem;
  }
  .card-doctor02__wrapBox h3 {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .card-doctor02__wrapBox p {
    margin-bottom: 1.4rem;
  }
  .card-doctor02__wrap:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .card-doctor02__wrap:last-of-type {
    margin-bottom: 2.4rem;
  }
  .card-doctor02__wrap h4 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-bottom: 0.8rem;
  }
  .card-doctor02__wrap p {
    font-size: 1.6rem;
  }
  .card-doctor02__btn {
    text-align: left;
    max-width: 330px;
  }
  .card-doctor02__btn a {
    font-size: 1.6rem;
    padding: 2rem 2rem;
    margin-left: 0;
  }
  .card-doctor02__btn a:after {
    width: 0.6rem;
    height: 1.35rem;
    right: 2rem;
  }
  .cta {
    padding: 6.4rem 0 7.3rem;
  }
  .cta__bg {
    background-image: url(../img/cta/cta-bg.jpg);
  }
  .cta__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 97.2rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .cta__wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4705882353);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cta__box {
    padding-top: 0;
  }
  .cta__box:first-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .cta__box .button02 a {
    padding: 1.6rem 6.2rem 1.6rem 9.6rem;
    width: 38.4rem;
  }
  .cta__box .button02 a::after {
    left: 6.4rem;
  }
  .cta__tel {
    font-size: 4.4rem;
    padding-left: 6.4rem;
  }
  .cta__ttl {
    font-size: 2rem;
    line-height: 1.2;
    width: 100%;
    margin: 0 0 0 4rem;
    text-align: left;
  }
  .cta__subTtl {
    font-size: 7.2rem;
    display: inline-block;
    margin: 0;
  }
  .cta__content {
    row-gap: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .cta__btn:not(:last-of-type) {
    margin-bottom: 0;
  }
  .cta__btn .cta__link {
    font-size: 2.4rem;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.6rem;
  }
  .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info dl:not(:last-of-type) {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: #242424 1px solid;
  }
  .info dt {
    font-size: 2rem;
    line-height: 1.5384615385;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 0;
    border: 0;
    margin-bottom: 0;
    padding-right: 1rem;
  }
  .info dd {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
  }
  .info a {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .info .sns {
    margin-top: 1.1rem;
  }
  .info__wrapper {
    border-width: 1px;
  }
  .info__dot {
    height: 0.4rem;
  }
  .info__dot::before,
  .info__dot::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .info__dot--top {
    top: 1.6rem;
  }
  .info__dot--top::before {
    left: 1.6rem;
  }
  .info__dot--top::after {
    right: 1.6rem;
  }
  .info__dot--bottom {
    bottom: 1.6rem;
  }
  .info__dot--bottom::before {
    left: 1.6rem;
  }
  .info__dot--bottom::after {
    right: 1.6rem;
  }
  .l-kv01__inner {
    padding: 8rem 0 5rem;
    max-width: 104rem;
    margin: 0 auto;
  }
  .kv01__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .kv01__box {
    margin: 0;
    width: calc(100% - 39.2rem);
    padding-right: 2rem;
  }
  .kv01__ttl {
    font-size: 4rem;
    line-height: 1.45;
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .kv01__ttlEn {
    font-size: 3.2rem;
    padding-right: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 0.4rem;
  }
  .kv01__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
  }
  .kv01__imgWrap {
    width: 39.2rem;
    -webkit-box-shadow: 4px 3px 6px #dbdbdb;
            box-shadow: 4px 3px 6px #dbdbdb;
  }
  .kv02::before {
    height: 80.53%;
    background: url("../img/kv/kv-bg_pc.jpg") center bottom/cover no-repeat;
  }
  .l-kv02__inner {
    max-width: 104rem;
    margin: 0 auto;
    padding-top: 14rem;
    padding-bottom: 5rem;
  }
  .kv02__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kv02__box {
    margin-bottom: 0;
    margin-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kv02__ttl {
    font-size: 6.4rem;
    margin-bottom: 2rem;
  }
  .kv02__text {
    font-size: 4rem;
    line-height: 1.15;
  }
  .kv02__imgWrap {
    width: 30rem;
    height: 30rem;
  }
  .kv02__img {
    width: 30rem;
    height: 30rem;
  }
  .kv03::before {
    height: 80.53%;
    background: url("../img/kv/kv-bg_pc.jpg") center bottom/cover no-repeat;
  }
  .l-kv03__inner {
    max-width: 104rem;
    margin: 0 auto;
    padding-top: 14rem;
    padding-bottom: 6rem;
  }
  .kv03__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kv03__box {
    margin-right: 6rem;
    max-width: 52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kv03__ttl {
    width: auto;
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 2.3rem;
    text-align: left;
  }
  .kv03__text {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .kv03__comment {
    font-size: 1.6rem;
  }
  .kv03__imgWrap {
    width: 25rem;
    height: 25rem;
  }
  .kv03__img {
    width: 25rem;
    height: 25rem;
  }
  .kvSliderPc {
    position: relative;
  }
  .kvSliderPc__list .kvSliderPc__item {
    width: 100%;
    max-width: 1500px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 2vw;
  }
  .kvSliderPc__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kvSlider__thumb {
    position: absolute;
    bottom: -4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200rem;
  }
  .kvSlider__thumbItem {
    margin-left: 10px;
    margin-right: 10px;
  }
  .kvSlider__thumbList {
    position: relative;
  }
  .kvSlider__thumb .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  #gt_float_wrapper {
    top: auto;
    right: auto;
    bottom: 50px;
    left: 30px !important;
  }
  #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1rem 2rem;
  }
  #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 18px;
    margin-right: 6px;
    font-weight: 600;
  }
  .list-4rows {
    margin-left: -2.7rem;
    margin-bottom: -3.2rem;
  }
  .list-4rows li {
    width: calc(25% - 2.7rem);
    margin-left: 2.7rem;
    margin-bottom: 3.2rem;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .newsBar {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px #ABCDE3;
            box-shadow: 0 0 6px #ABCDE3;
  }
  .newsBar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsBar__heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#5BBDCE), to(#C6ADFD));
    background: linear-gradient(to bottom, #5BBDCE, #C6ADFD);
    font-size: 2.4rem;
    line-height: 1.2083333333;
    padding: 1.6rem 2.4rem;
  }
  .newsBar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.7rem 3.2rem 1.5rem 2.4rem;
  }
  .newsBar__box {
    margin-bottom: 0;
  }
  .newsBar__date {
    font-size: 1.4rem;
    line-height: 1.0714285714;
    color: #195EA7;
  }
  .newsBar__tag {
    font-size: 1.2rem;
    line-height: 1.5454545455;
    padding: 0.4rem 1.6rem;
    margin-left: 1.6rem;
  }
  .newsBar__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 1.6rem;
    max-width: 61rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pageTop {
    cursor: pointer;
  }
  .pageTop__img {
    width: 5rem;
  }
  .pageTop__text {
    font-size: 1.4rem;
  }
  .nav-links {
    margin-left: -0.8rem;
  }
  .pagination ul a, .pagination ul span {
    margin-left: 1.8rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.3rem;
    font-size: 1.7rem;
    border: #FB92A0 0.1rem solid;
  }
  .pagination .prev,
  .pagination .next {
    border-width: 1px;
  }
  .pagination-arrow-prev,
  .pagination-arrow-next {
    width: 0.4rem;
    height: 0.9rem;
  }
  .relatedMenu___ttl {
    margin-bottom: 4.8rem;
    font-size: 4.8rem;
  }
  .relatedMenu__link:after {
    right: 0;
    width: 7px;
    height: 12px;
  }
  .relatedMenu__list {
    margin-left: -2.4rem;
    margin-bottom: -2.4rem;
    gap: 0;
  }
  .relatedMenu__item {
    margin-left: 2.5rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1.2rem;
    padding-right: 1.6rem;
    width: calc(25% - 2.5rem);
  }
  .relatedMenu__imgWrap {
    min-width: 6.4rem;
  }
  .relatedMenu__text {
    margin-left: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-doctor .sns,
  .l-doctor .blog,
  .l-doctor .tiktok,
  .l-doctor a.youtube {
    padding-left: 5rem;
    font-size: 1.6rem;
  }
  .l-doctor .sns::before,
  .l-doctor .blog:before,
  .l-doctor .tiktok:before,
  .l-doctor a.youtube:before {
    width: 3rem;
    height: 3rem;
  }
  .stickyMenu {
    display: none;
  }
  .stickyBtn-sp {
    display: none;
  }
  .stickyBtn-pcContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .ttl-two-rows .en, .ttl-two-rows-flex .en, .ttl-two-rows-reverse .en, .ttl-two-rows-left .en, .ttl-two-rows-center .en {
    font-size: 7.2rem;
  }
  .ttl-two-rows .ja, .ttl-two-rows-flex .ja, .ttl-two-rows-reverse .ja, .ttl-two-rows-left .ja, .ttl-two-rows-center .ja {
    font-size: 2rem;
  }
  .ttl-two-rows-reverse .ja {
    margin-bottom: 0.4rem;
    font-size: 2rem;
  }
  .ttl-two-rows-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .ttl-two-rows-flex .ja {
    margin-left: 1.6rem;
  }
  .ttl-line span {
    font-size: 2.4rem;
    padding-left: 17.6rem;
    padding-right: 17.6rem;
  }
  .ttl-line span::before,
  .ttl-line span::after {
    height: 1px;
    width: 10.4rem;
  }
  .ttl__box .ttl__head {
    font-size: 2rem;
  }
  .sec-ttl {
    font-size: 3.2rem;
  }
  .clinicMessage__content {
    padding: 6.4rem 5.7rem;
    border-width: 1px;
  }
  .clinicMessage__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 3.8rem;
  }
  .clinicMessage__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .clinicMessage__img {
    width: 26.5rem;
    margin: 0;
  }
  .clinicMessage__box {
    width: calc(100% - 26.5rem);
    padding-right: 4rem;
  }
  .clinicMessage__txt {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .clinicMessage__name {
    font-size: 2rem;
  }
  .clinicReason__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
  .clinicReason__txt {
    font-size: 1.6rem;
    margin-bottom: 8rem;
  }
  .clinicReason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-bottom: 0;
  }
  .clinicReason__card {
    margin-left: 2.5rem;
    margin-bottom: 0;
    padding: 4.8rem 2.4rem 4rem;
    border-radius: 1.6rem;
  }
  .clinicReason__num {
    font-size: 5.6rem;
    top: -2.9rem;
  }
  .clinicReason__heading {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .clinicReason__img {
    width: 20.8rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 3.2rem;
  }
  .clinicReason__desc {
    font-size: 1.6rem;
  }
  .tokyoSubsidy__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tokyoSubsidy__image {
    width: 40%;
  }
  .tokyoSubsidy__info {
    margin-top: 0;
    width: 57%;
  }
  .tokyoSubsidy__txt {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .tokyoSubsidy__subTtl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .tokyoSubsidy__table {
    margin-bottom: 4rem;
  }
  .tokyoSubsidy__table th {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
  .tokyoSubsidy__table td {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
  .tokyoSubsidy__list {
    padding-left: 1.6rem;
  }
  .tokyoSubsidy__item {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .tokyoSubsidy__item:before {
    left: -1.6rem;
  }
  .l-columnRanking {
    padding-top: 8rem;
  }
  .columnRanking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columnRanking__list {
    margin-bottom: -2.4rem;
    position: relative;
  }
  .columnRanking__item {
    margin-bottom: 2.4rem;
    width: 48%;
  }
  .columnRanking__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 2rem;
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
  .columnRanking__imgWrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
  }
  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__imgWrap {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .columnRanking__item:nth-child(2) .columnRanking__img::after,
  .columnRanking__item:nth-child(3) .columnRanking__img::after,
  .columnRanking__item:nth-child(4) .columnRanking__img::after,
  .columnRanking__item:nth-child(5) .columnRanking__img::after {
    width: 10rem;
    height: 5.6rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__img::after {
    width: 8.8rem;
    height: 8.8rem;
  }
  .columnRanking__box {
    width: auto;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__box {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .columnRanking__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0.8rem;
  }
  .columnRanking__heading {
    font-size: 2rem;
  }
  .columnRanking__txt {
    display: block;
    font-size: 1.6rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .columnRanking__item:nth-child(1) {
    width: 100%;
    z-index: 1;
  }
  .columnRanking__item:nth-child(1) .columnRanking__link {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 2.7rem;
    padding: 2.4rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__imgWrap {
    width: 50%;
    margin-bottom: 1.2rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__number {
    padding: 2.9rem 2.8rem 2.7rem 1.2rem;
    font-size: 1.6rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__date {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .columnCategory__list {
    margin-left: -1.6rem;
  }
  .columnCategory__item {
    margin-left: 1.6rem;
    margin-bottom: 3.2rem;
    border-width: 1px;
  }
  .columnCategory__link {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    padding: 0.8rem 1.4rem;
  }
  .columnCategory__btn {
    margin-top: 2.4rem;
  }
  .columnCategory__btn span {
    font-size: 2.5rem;
    line-height: 1.44;
    padding: 1.6rem;
    width: 40rem;
    border-radius: 3.9rem;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px #b1d3e8;
            box-shadow: 0 0 6px #b1d3e8;
  }
  .columnCategory__btn span::before,
  .columnCategory__btn span::after {
    width: 1.6rem;
    height: 1px;
  }
  .columnCategory__btn span::before {
    right: 1.6rem;
  }
  .columnCategory__btn span::after {
    right: 2.4rem;
  }
  .columnAll {
    padding-bottom: 21.6rem;
  }
  .columnAll .columnAll__ttl,
  .columnAll .columnAll__ttl p:first-of-type {
    display: inline-block;
    text-align: left;
  }
  .l-columnAll__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnAll__content {
    margin-bottom: 4rem;
  }
  .l-columnAll__column {
    width: 72%;
  }
  .l-columnAll__sidebar {
    width: 25%;
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .columnAll__item {
    margin-bottom: 4rem;
  }
  .columnAll__link {
    padding: 0 0 3.2rem;
  }
  .columnAll__imgWrap {
    width: 30%;
  }
  .columnAll__header {
    font-size: 3.2rem;
    padding-bottom: 2.4rem;
  }
  .columnAll__box {
    width: 60%;
    padding-left: 2rem;
    margin-left: 0;
  }
  .columnAll__sideBox {
    margin-bottom: 4.8rem;
  }
  .columnAll__dateWrap {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columnAll__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-right: 3.2rem;
  }
  .columnAll__heading {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 0.8rem;
  }
  .columnAll__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .columnAll__pagination {
    margin-top: 4rem;
  }
  .columnAll__categoryItem {
    padding: 1.2rem 1.2rem;
    margin: 0 1.2rem 1.2rem 0;
  }
  .columnAll__tagItem {
    padding: 0.6rem 0.8rem 0.6rem 0;
    margin: 0 0.8rem 0.8rem 0;
  }
  .columnAll__category {
    margin-bottom: 4.8rem;
  }
  .l-doctor__inner {
    padding-top: 7.4rem;
    padding-bottom: 7.4rem;
  }
  .doctor__wrapper:not(:last-child) {
    margin-bottom: 16rem;
  }
  .doctor__top {
    margin-bottom: 4.8rem;
  }
  .doctor__box {
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doctor__ttl {
    margin-bottom: 3.5rem;
  }
  .doctor__ttl .job {
    font-size: 3.2rem;
    line-height: 1.1875;
    display: inline-block;
    margin-bottom: 0;
  }
  .doctor__ttl .name {
    margin-left: 0.8rem;
    font-size: 3.2rem;
    line-height: 1.2;
    display: inline-block;
  }
  .doctor__ttl .sns {
    margin-top: 0;
    font-size: 2.4rem;
    display: inline-block;
    margin-left: 2.4rem;
  }
  .doctor__imgWrap {
    width: 31.3rem;
    padding-bottom: 2.4rem;
    margin: 0;
  }
  .doctor__img {
    width: 29rem;
  }
  .doctor__txtWrap {
    width: calc(100% - 31.3rem);
    padding-left: 6.8rem;
    margin-bottom: 0;
  }
  .doctor__txt {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .doctor__heading {
    margin-left: 3.2rem;
    padding: 0 0.8rem;
  }
  .doctor__heading .en {
    font-size: 3.2rem;
    display: inline-block;
  }
  .doctor__heading .ja {
    font-size: 2rem;
    margin-left: 0.8rem;
  }
  .doctor__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.2rem;
    margin-left: -1.9rem;
  }
  .doctor__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5.2rem;
  }
  .doctorSns__wrap {
    padding: 5.4rem 11.6rem 4.4rem 3.2rem;
    border-width: 1px;
    margin-top: -2.6rem;
    display: inline-block;
  }
  .doctorSns__list {
    margin-left: -3.2rem;
    margin-bottom: -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doctorSns__item {
    margin-left: 3.2rem;
    margin-bottom: 3rem;
  }
  .doctorInfo__box {
    margin-left: 1.9rem;
    width: calc(33.3% - 1.9rem);
  }
  .doctorInfo__box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .doctorInfo__wrap {
    padding: 1.6rem 1.6rem 2.4rem;
    border-width: 1px;
  }
  .doctorInfo__ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .doctorInfo__ttl::before {
    height: 2.4rem;
    width: 25.2rem;
  }
  .doctorInfo__item {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
  .doctorInfo__item:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
  .doctorInfo__item::before {
    top: 1.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .doctor__gallery {
    margin-bottom: 7.2rem;
  }
  .gallery__list {
    margin-left: -2.6rem;
    margin-bottom: -2.4rem;
  }
  .gallery--sm .gallery__list {
    margin-left: -2.7rem;
  }
  .gallery--lg .gallery__list {
    margin-left: -2.7rem;
  }
  .gallery__item {
    width: calc(25% - 2.6rem);
    margin-bottom: 2.4rem;
    margin-left: 2.6rem;
  }
  .gallery--sm .gallery__item {
    width: calc(25% - 2.6rem);
    margin-bottom: 2.4rem;
    margin-left: 2.6rem;
  }
  .gallery--lg .gallery__item {
    margin-left: 2.7rem;
    margin-bottom: 2.4rem;
    width: calc(33.3% - 2.7rem);
  }
  .doctor__specialty {
    margin-bottom: 6.3rem;
  }
  .doctorSpecialty__wrap {
    padding: 5.1rem 3.2rem 4.4rem;
    border-width: 1px;
    margin-top: -2.6rem;
  }
  .doctorSpecialty__list {
    margin-bottom: -3.2rem;
    margin-left: -5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doctorSpecialty__item {
    font-size: 1.6rem;
    padding-left: 5.6rem;
    width: calc(30% - 5.6rem);
    margin-left: 5.6rem;
    margin-bottom: 3.2rem;
  }
  .doctorSpecialty__item::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .doctor__subTtl {
    margin-bottom: 3.4rem;
  }
  .doctor__subTtl span {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .doctorPickup__gallery {
    margin-bottom: 4.8rem;
  }
  .doctorPickup__wrap {
    padding: 4rem 3.2rem;
    border-width: 1px;
    margin-top: -2.6rem;
  }
  .doctorPickup__txt {
    font-size: 1.6rem;
  }
  .doctor__pickup {
    margin-bottom: 4.8rem;
  }
  .doctorPickup__box {
    margin-bottom: 5.6rem;
  }
  .doctor__btn {
    margin-top: 5rem;
  }
  .doctor__btnViewMore {
    margin-top: 5rem;
  }
  .doctor__interview {
    margin: 8rem auto;
  }
  .doctorInterview_ttl, .doctorInterview_ttl p:first-of-type {
    display: inline-block;
    text-align: left;
  }
  .doctorInterview__inner .doctorInterview_ttl p:first-of-type {
    font-size: 3.2rem;
  }
  .doctorInterview__inner .doctorInterview_ttl h2 {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
  .doctorInterview__subTtl {
    margin-bottom: 1rem !important;
  }
  .doctorInterview__image {
    float: right;
    margin-left: 3.5rem;
    margin-bottom: 2rem;
    width: 30%;
  }
  .doctorInterview__box {
    overflow: hidden;
  }
  .menu-template-default .doctorInfo__item,
  .clinic-template-default .doctorInfo__item {
    font-size: 1.6rem;
  }
  .card-doctor02__supervision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .card-doctor02__detail {
    padding: 3.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .card-doctor02__content {
    width: 60%;
  }
  .l-menuArchive__inner {
    padding-top: 8rem;
    padding-bottom: 20.8rem;
  }
  .menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: -4.8rem;
    gap: 0 2%;
  }
  .menu__box {
    margin-bottom: 4.8rem;
    width: 48%;
  }
  .menu__link {
    padding: 1.6rem 6.4rem 1.6rem 1rem;
    border-width: 1px;
    border-bottom-width: 4px;
  }
  .menu__ttlWrap {
    margin-left: 1.6rem;
  }
  .menu__ttl {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 0.8rem;
  }
  .menu__en {
    font-size: 1.4rem;
  }
  .menu__img {
    width: 20rem;
  }
  .menu__btn {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 1px;
  }
  .menu__btn::before,
  .menu__btn::after {
    width: 1.6rem;
    height: 2px;
  }
  .menu__btn::before {
    right: 0.2rem;
  }
  .menu__btn::after {
    right: 1.8rem;
  }
  .menu__subLink {
    padding: 1.2rem 5.6rem;
    font-size: 1.6rem;
    border-width: 1px;
    width: 96%;
  }
  .menu__subLink::before {
    width: 0.6rem;
    height: 0.6rem;
    left: 2.8rem;
  }
  .others:not(:first-of-type) {
    padding-top: 0;
  }
  .others__top {
    padding: 5.6rem 15rem 4rem;
    margin-bottom: 3.2rem;
    border-radius: 2rem;
  }
  .others__slick {
    margin-bottom: -3.4rem;
  }
  .others__txtBox {
    padding: 2.4rem 3.2rem;
    opacity: 0.93;
    border-radius: 0.8rem;
    width: 65.2rem;
    margin: 0 auto;
  }
  .others__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .others__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .others__info {
    width: 63.3rem;
  }
  .others__info .info__wrapper {
    padding: 6.4rem 3.2rem 7.2rem;
  }
  .others__info dt {
    width: calc(100% - 39.8rem);
  }
  .others__info dd {
    width: 39.8rem;
  }
  .others__wrap {
    width: calc(100% - 63.3rem);
    padding-right: 3.2rem;
    margin-top: 0.8rem;
  }
  .others__box {
    padding: 2.4rem 1.6rem;
    margin-bottom: 1.6rem;
    border-radius: 8px;
  }
  .others__subTtl {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
  .others__subTtl::before {
    font-size: 3.2rem;
    top: -3.5rem;
  }
  .others__desc {
    font-size: 1.4rem;
  }
  .others__img:not(:last-child) {
    margin-bottom: 2rem;
  }
  .others__toc {
    padding: 5rem 10rem 4rem;
    margin-top: 4rem;
  }
  .others__tocInner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .others__toc h2 {
    font-size: 2rem;
  }
  .others__toc h3 {
    font-size: 1.6rem;
  }
  .others__toc ul {
    padding-left: 0;
    border: 0;
    font-size: 2rem;
    gap: 2rem;
    margin: 0;
  }
  .others__toc li {
    width: 33%;
    border-bottom: 1px solid #242424;
    background: #f8f5f2;
    position: relative;
  }
  .others__toc li:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #242424;
    width: 1rem;
    height: 0.5rem;
  }
  .others__toc li a {
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    padding: 0.2rem 1.6rem 0.4rem;
  }
  .others__tocInner > .wp-block-group {
    margin-bottom: 3rem;
    padding-left: 0;
  }
  .notFound {
    padding-bottom: 12rem;
  }
  .notFound p {
    margin-bottom: 4.8rem;
    font-size: 2rem;
  }
  .photosSearch::before {
    height: 5.6rem;
    bottom: -5.6rem;
    background-image: url("../img/common/bg-elliptical-brown_pc.png");
  }
  .photosSearch__content {
    padding: 4rem 10rem 7.2rem;
  }
  .photoSearch__content {
    -webkit-box-shadow: 0 0 8px rgba(9, 86, 191, 0.16);
            box-shadow: 0 0 8px rgba(9, 86, 191, 0.16);
    padding: 3.2rem;
  }
  .photoSearch__freeword {
    margin-bottom: 3.2rem;
  }
  .photoSearch__freeword::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 4rem;
  }
  .photoSearch__freeword input {
    font-size: 2rem;
    border: #FB92A0 solid 1px;
    padding: 1.8rem 2rem;
  }
  .photoSearch__select {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 3.2rem;
    margin-right: 3.2rem;
  }
  .photoSearch__select::after {
    top: 52%;
    width: 1.25rem;
    height: 2rem;
    right: 2.4rem;
  }
  .photoSearch__select select {
    font-size: 2rem;
    border-width: 1px;
    padding: 1.4rem 6.8rem 1.4rem 4rem;
    cursor: pointer;
    outline: none !important;
  }
  .search__noPhotos {
    font-size: 2rem;
  }
  .photoSearch__radio {
    margin-bottom: 3.2rem;
  }
  .photoSearch__radio span {
    padding-left: 3.2rem;
  }
  .photoSearch__radio span::before {
    border-width: 1px;
    height: 2.4rem;
    width: 2.4rem;
  }
  .photoSearch__radio span::after {
    width: 1.6rem;
    height: 1.6rem;
    left: 0.5rem;
  }
  .photoSearch__radio label {
    margin-right: 3.2rem;
  }
  .photoSearch__radio input {
    width: 2.4rem;
    height: 2.4rem;
  }
  .photoSearch__radio span {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
  .photoSearch__btn {
    margin-top: 3.2rem;
  }
  .photoSearch__btn::after, .photoSearch__btn:hover::after {
    width: 1rem;
    height: 0.8rem;
    right: 3rem;
  }
  .photoSearch__btn:hover::after {
    right: 2.5rem;
  }
  .photoSearch__btn input {
    font-size: 2rem;
    padding: 1.9rem;
  }
  .photoSearch__inputTtl {
    padding: 1rem 0 1rem 3rem;
    font-size: 1.6rem;
  }
  .photoSearch__checkbox {
    margin-left: -1.6rem;
  }
  .photosSearch__checkboxTtl {
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .photosSearch__checkboxTtl span {
    font-size: 2rem;
    padding: 1rem 2rem;
    border: #242424 1px solid;
  }
  .photoSearch__checkbox label {
    margin-left: 1.6rem;
    cursor: pointer;
  }
  .photoSearch__checkbox span {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
    margin-bottom: 1.6rem;
  }
  .l-photosPickup {
    padding-top: 16rem;
  }
  .photosPickup__ranking {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5rem;
  }
  .photosPickup__rank {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
  }
  .photosPickup__rank:not(:last-of-type) {
    margin-bottom: 0;
  }
  .photosAll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    margin: 0;
    margin-left: -5rem;
    margin-bottom: -5.6rem;
  }
  .photosAll__item {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
    margin-bottom: 5.6rem;
  }
  .photosAll__img {
    margin-bottom: 1.6rem;
  }
  .photosAll__dateWrap {
    margin-bottom: 1.6rem;
  }
  .photosAll__dateWrap time {
    font-size: 1.4rem;
  }
  .photosAll__subTtl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    min-height: 5.6rem;
  }
  .photosAll__price {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .photosAll__btn {
    padding: 1.2rem 2.5rem;
    border-width: 1px;
    cursor: pointer;
  }
  .photosAll__btn span {
    font-size: 1.6rem;
    padding-right: 3.2rem;
  }
  .photosAll__btn span::after,
  .photosAll__btn span::before {
    height: 0.2rem;
    width: 1.6rem;
  }
  .photosAll__wrapper {
    padding-bottom: 4rem;
    margin-top: 1.6rem;
  }
  .photosAll__info {
    margin-bottom: 2rem;
  }
  .photosAll__person {
    width: 4rem;
  }
  .photosAll__name {
    margin-left: 1.6rem;
    font-size: 1.6rem;
  }
  .photosAll__wrap {
    padding: 0 1.6rem;
  }
  .photosAll__box:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .photosAll__heading {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .photosAll__box li a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
  }
  .photosAll__box li a::before {
    font-size: 1rem;
  }
  .photosAll__box p {
    font-size: 1.4rem;
  }
  .photosAll__pagination {
    margin-top: 5.6rem;
  }
  .reserve__btnBox {
    margin-bottom: 5rem;
  }
  .mw_wp_form form {
    row-gap: 5rem;
  }
  .reserve__inputBase {
    width: 33rem !important;
  }
  .reserve__container {
    max-width: 70rem;
  }
  .reserve__head {
    font-size: 2rem;
  }
  .reserve__inputWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .select__box {
    max-width: 33rem;
  }
  .select__box.-two {
    width: 12.5rem;
  }
  .select__wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .reserve__dateWrap {
    margin-bottom: 5rem;
  }
  .reserve__dateContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .reserve__dateBoxInner {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .mw_wp_form_confirm .submit__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .single__header {
    padding: 3.2rem 2rem 4.8rem;
    display: none;
  }
  .single__headerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    max-width: 100rem;
    margin: 0 auto;
  }
  .single__dateWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding: 0;
  }
  .single__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .single__date:not(:first-of-type) {
    margin-left: 3.2rem;
  }
  .single__tags {
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 34.3rem);
    margin-left: 0;
  }
  .single__tag {
    font-size: 1.4rem;
    margin-left: 2.4rem;
  }
  .single__body {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 104rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
  .single__contents--sp {
    width: 100%;
    margin-top: 2.4rem;
  }
  #ez-toc-container {
    position: sticky;
    top: 13rem;
  }
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0;
  }
  .ez-toc-title {
    font-weight: normal !important;
    display: block !important;
    font-size: 1.8rem !important;
    line-height: 1.45;
    position: relative;
  }
  #ez-toc-container .ez-toc-list {
    padding-left: 2.4rem !important;
    border-width: 1px;
  }
  #ez-toc-container .ez-toc-list {
    padding-left: 1.6rem !important;
  }
  #ez-toc-container {
    padding: 1.4rem 2.4rem 1.6rem !important;
    margin-bottom: 3rem;
  }
  #ez-toc-container > nav {
    overflow: auto;
    overflow-y: scroll;
    max-height: 74vh;
  }
  .ez-toc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ez-toc-list li {
    width: 46%;
    margin-right: 2% !important;
  }
  .ez-toc-list li:not(:last-of-type) {
    margin-bottom: 1rem !important;
  }
  .ez-toc-list li a {
    font-size: 1.4rem !important;
    line-height: 2 !important;
  }
  .block-editor *,
  .single__wrapper * {
    margin-bottom: 2.4rem;
  }
  .block-editor .flex-basic,
  .single__wrapper .flex-basic {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .block-editor .flex-basic .is-layout-flow:first-of-type,
  .single__wrapper .flex-basic .is-layout-flow:first-of-type {
    min-width: 40rem;
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .block-editor .flex-basic figure,
  .single__wrapper .flex-basic figure {
    margin-bottom: 0;
  }
  .block-editor .wp-block-image,
  .single__wrapper .wp-block-image {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }
  .block-editor .bg-bubble::before,
  .single__wrapper .bg-bubble::before {
    background: url("../img/single/bg-bubble_pc.jpg") top center/100% repeat-y;
  }
  .block-editor .ttl-en,
  .single__wrapper .ttl-en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
  }
  .block-editor h2,
  .single__wrapper h2 {
    font-size: 2.6rem;
    line-height: 1.4090909091;
    padding: 1.2rem 1.6rem;
    margin-top: 10rem;
    margin-bottom: 2rem;
  }
  .block-editor h2:first-child,
  .single__wrapper h2:first-child {
    margin-top: 0;
  }
  .block-editor h3,
  .single__wrapper h3 {
    font-size: 1.8rem;
    padding: 1.2rem 1.6rem;
    margin-top: 7.2rem;
  }
  .block-editor h4,
  .single__wrapper h4 {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    margin-top: 7.2rem;
    margin-bottom: 1.2rem;
  }
  .block-editor .ttl-bg,
  .single__wrapper .ttl-bg {
    font-size: 2rem;
    line-height: 1.4583333333;
    padding: 1.2rem 1.6rem;
    margin-top: 7.2rem;
  }
  .block-editor .ttl-left-line,
  .single__wrapper .ttl-left-line {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 2rem;
    border-width: 4px;
    margin-top: 5.6rem;
  }
  .block-editor p,
  .single__wrapper p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .block-editor .l-inner-sm,
  .single__wrapper .l-inner-sm {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }
  .block-editor .l-inner-md,
  .single__wrapper .l-inner-md {
    max-width: 93.4rem;
    margin: 0 auto 3.2rem;
  }
  .block-editor ul,
  .single__wrapper ul {
    margin-bottom: 5rem;
  }
  .block-editor ul li,
  .single__wrapper ul li {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
  .block-editor ul li::before,
  .single__wrapper ul li::before {
    width: 1rem;
    height: 1rem;
  }
  .block-editor ol,
  .single__wrapper ol {
    margin-bottom: 5rem;
  }
  .block-editor ol li,
  .single__wrapper ol li {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
  .block-editor ol li:not(:last-of-type),
  .single__wrapper ol li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }
  .block-editor ol li::before,
  .single__wrapper ol li::before {
    font-size: 2rem;
  }
  .block-editor .step,
  .single__wrapper .step {
    border-radius: 1.6rem;
    padding: 3.2rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-shadow: 0 0 6px #f0f0f0;
            box-shadow: 0 0 6px #f0f0f0;
  }
  .block-editor .step .wp-block-columns,
  .single__wrapper .step .wp-block-columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .block-editor .step .wp-block-image,
  .single__wrapper .step .wp-block-image {
    margin-bottom: 0;
  }
  .block-editor .step .wp-block-group__inner-container,
  .single__wrapper .step .wp-block-group__inner-container {
    margin-left: 0 !important;
  }
  .block-editor .step:not(:last-of-type),
  .single__wrapper .step:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .block-editor .step:not(:last-of-type)::before,
  .single__wrapper .step:not(:last-of-type)::before {
    border-width: 3.2rem 7rem 0 7rem;
    bottom: -5.6rem;
  }
  .block-editor .step .is-layout-flow:last-of-type,
  .single__wrapper .step .is-layout-flow:last-of-type {
    width: calc(100% - 32rem);
    padding-left: 2.4rem;
    margin-bottom: 0;
    text-align: left;
  }
  .block-editor .step .is-layout-flow:first-of-type,
  .single__wrapper .step .is-layout-flow:first-of-type {
    width: 32rem;
  }
  .block-editor .step div:last-of-type p:first-of-type,
  .single__wrapper .step div:last-of-type p:first-of-type {
    margin-bottom: 1.6rem;
    border-radius: 5rem;
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem;
  }
  .block-editor .step div:last-of-type p:last-of-type,
  .single__wrapper .step div:last-of-type p:last-of-type {
    font-size: 1.6rem;
  }
  .block-editor .wp-block-table,
  .single__wrapper .wp-block-table {
    padding-bottom: 5rem;
  }
  .block-editor .wp-block-table th,
  .single__wrapper .wp-block-table th {
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .block-editor .wp-block-table td,
  .single__wrapper .wp-block-table td {
    padding: 1.6rem 0 1.6rem 2rem;
    vertical-align: middle;
  }
  .block-editor .has-cyan-bluish-gray-background-color,
  .single__wrapper .has-cyan-bluish-gray-background-color {
    padding: 2rem 2rem 2.4rem;
    margin-bottom: 5rem;
  }
  .block-editor .table-price table,
  .single__wrapper .table-price table {
    border: none !important;
  }
  .block-editor .table-basic,
  .single__wrapper .table-basic {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .block-editor .table-basic table th,
  .single__wrapper .table-basic table th {
    font-size: 1.6rem;
    border-width: 1px;
    padding: 1.4rem;
  }
  .block-editor .table-basic table td,
  .single__wrapper .table-basic table td {
    font-size: 1.6rem;
    border-width: 1px !important;
    padding: 0.8rem;
  }
  .block-editor .table-complex,
  .single__wrapper .table-complex {
    overflow-x: none;
  }
  .block-editor .table-complex table,
  .single__wrapper .table-complex table {
    border-spacing: 0.8rem;
    width: 100%;
  }
  .block-editor .table-complex table th,
  .block-editor .table-complex table td,
  .single__wrapper .table-complex table th,
  .single__wrapper .table-complex table td {
    font-size: 1.6rem;
    white-space: initial;
  }
  .block-editor .table-complex table th,
  .single__wrapper .table-complex table th {
    padding: 0.8rem 2rem;
  }
  .block-editor .table-complex table td,
  .single__wrapper .table-complex table td {
    padding: 0.8rem;
    border-width: 1px !important;
  }
  .block-editor .table-complex table tr td:first-child,
  .single__wrapper .table-complex table tr td:first-child {
    height: 6.6rem;
  }
  .block-editor .table-price table th,
  .single__wrapper .table-price table th {
    display: table-cell;
    width: 32%;
    font-size: 1.6rem;
    padding: 2.1rem 2.8rem !important;
    border: 1px solid #242424 !important;
    text-align: left;
  }
  .block-editor .table-price table td,
  .single__wrapper .table-price table td {
    display: table-cell;
    width: 68%;
    text-align: right !important;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 2.1rem !important;
    border: 1px solid #242424 !important;
  }
  .block-editor .table-td-text-right table tr td,
  .single__wrapper .table-td-text-right table tr td {
    text-align: left !important;
  }
  .block-editor .card-list > div,
  .single__wrapper .card-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2rem;
    margin-bottom: -4rem;
  }
  .block-editor .card,
  .single__wrapper .card {
    width: calc(33.3% - 2rem);
    margin-bottom: 4rem;
    margin-left: 2rem;
  }
  .block-editor .card > div,
  .single__wrapper .card > div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
  }
  .block-editor .card.hide > div::after,
  .single__wrapper .card.hide > div::after {
    font-size: 1.4rem;
    border-radius: 2.9rem;
    padding: 1rem;
    bottom: 2.4rem;
    width: 80%;
    max-width: 27.3rem;
  }
  .block-editor .card.hide > div,
  .single__wrapper .card.hide > div {
    height: 45rem;
  }
  .block-editor .card h3,
  .single__wrapper .card h3 {
    font-size: 2rem;
    padding: 1.6rem;
  }
  .block-editor .card p,
  .single__wrapper .card p {
    font-size: 1.6rem;
  }
  .block-editor .card .wp-block-group,
  .single__wrapper .card .wp-block-group {
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .block-editor .card.hide .wp-block-group,
  .single__wrapper .card.hide .wp-block-group {
    padding: 1.6rem 2.4rem 9rem;
  }
  .singleDoctor {
    margin-top: 10rem;
  }
  .singleDoctor__ttl {
    margin-bottom: 4.8rem;
    font-size: 4.8rem;
  }
  .singleDoctor__card:not(:last-of-type) {
    margin-bottom: 0;
  }
  .qa:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .qa {
    padding: 0 2.4rem;
  }
  .qa .qa__question p, .qa .qa__question h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4583333333;
    padding: 1rem 5rem 1rem 3.5rem;
  }
  .qa .qa__answer p {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0;
  }
  .qa .qa__question p::before, .qa .qa__question h3::before {
    font-size: 3rem;
  }
  .qa .qa__question p::after, .qa .qa__question h3::after {
    width: 2.6rem;
    height: 1.4rem;
    right: 0;
  }
  .qa .wp-block-group:last-of-type {
    padding: 1.6rem 0 2.4rem;
    border-width: 1px;
  }
  .ttl-basic {
    margin-bottom: 4rem !important;
  }
  .ttl-basic p:first-of-type {
    font-size: 7.2rem;
    line-height: 1.1666666667;
    margin-bottom: 0.5rem;
  }
  .ttl-basic h2 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0 !important;
  }
  .ttl-icon, .ttl-icon--left {
    margin-bottom: 4rem !important;
  }
  .ttl-icon p, .ttl-icon--left p {
    font-size: 7.2rem;
    line-height: 1.1944444444;
  }
  .ttl-icon h2, .ttl-icon--left h2 {
    font-size: 4rem;
    line-height: 1.45;
    padding-right: 2.5rem;
    font-weight: 500;
    margin-bottom: 0 !important;
  }
  .ttl-icon--left {
    margin-bottom: 3.5rem;
    text-align: left;
  }
  .ttl-icon--left p {
    text-align: left;
  }
  .bg-marble-bubble02 {
    background: url("../img/single/bg-bubble_pc.jpg") top center/100% repeat-y;
  }
  .wp-block-column .ttl-bg:first-of-type {
    margin-top: 0;
  }
  .tokyoAbout {
    overflow: hidden;
  }
  .tokyoAbout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tokyoAbout__img {
    height: 100%;
  }
  .tokyoAbout__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .tokyoAbout__box {
    width: 50%;
    margin: 0;
  }
  .tokyoAbout__ttl {
    text-align: left;
  }
  .tokyoAbout__ttl p {
    text-align: left !important;
  }
  .tokyoAbout__info {
    padding: 8rem 13.5rem 8.8rem 22.9rem;
    width: 50%;
  }
  .tokyoAbout__info dl:not(:first-of-type) {
    padding-top: 2rem;
  }
  .tokyoAbout__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px;
    padding: 2rem 0.8rem;
  }
  .tokyoAbout__info dt {
    margin-bottom: 0;
    width: 14.2rem;
    padding-right: 1rem;
    font-size: 2rem;
    line-height: 1.5384615385;
  }
  .tokyoAbout__info dd {
    width: calc(100% - 14.2rem);
    font-size: 1.6rem;
  }
  .tokyoAccess__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .tokyoAccess__txt {
    margin-bottom: 0;
    font-size: 1.6rem;
    width: calc(100% - 53.6rem);
    padding-right: 2rem;
  }
  .tokyoAccess__mapWrap {
    width: 53.6rem;
    margin-bottom: 0;
  }
  .tokyoAccess__map {
    border-radius: 1.6rem;
    padding-top: 59.99%;
  }
  .tokyoAccess__box:not(:last-of-type) {
    margin-bottom: 6.4rem;
  }
  .tokyoAccess__subTtl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-left: 2rem;
    border-width: 4px;
    margin-bottom: 3.2rem;
  }
  .tokyoAccess__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -11rem;
  }
  .tokyoAccess__item {
    width: calc(33.3% - 11rem);
    margin-left: 11rem;
  }
  .tokyoAccess__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .tokyoAccess__item:not(:last-of-type)::after {
    border-width: 1.75rem 0 1.75rem 2.4rem;
    border-color: transparent transparent transparent #e2d9d6;
    bottom: auto;
    left: auto;
    top: 26%;
    -webkit-transform: none;
            transform: none;
    right: -7rem;
  }
  .tokyoAccess__img {
    margin-bottom: 2.4rem;
  }
  .tokyoAccess__desc {
    font-size: 1.6rem;
  }
  .l-tokyoInterior__inner {
    position: relative;
  }
  .tokyoInterior__container {
    border-width: 4px;
  }
  .tokyoInterior__box {
    border-width: 4px;
    padding: 0;
  }
  .tokyoInterior__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tokyoInterior__box:nth-child(2n) .tokyoInterior__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tokyoInterior__imgWrap {
    padding: 2.4rem;
    margin-bottom: 0;
    border-right: 1px solid #242424;
  }
  .tokyoInterior__box:nth-child(2n) .tokyoInterior__imgWrap {
    border-left: 1px solid #242424;
    border-right: none;
  }
  .tokyoInterior__wrap {
    padding: 2.4rem 3.2rem;
    width: 48%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tokyoInterior__heading {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
  .tokyoInterior__txt {
    font-size: 1.6rem;
  }
  .sec-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 calc(50% - 50vw);
    width: 28.8%;
  }
  .sec-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top__headTxt {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
  .topKv {
    margin-top: 11.2rem;
    margin-bottom: 4.8rem;
  }
  .topKv .l-inner {
    max-width: 151.2rem;
  }
  .topKv .news {
    max-width: 47rem;
    left: auto;
    right: 4rem;
    bottom: 4.9rem;
    -webkit-transform: none;
            transform: none;
  }
  .topKv .news .news__head {
    padding: 1.2rem 4rem;
  }
  .topKv .news .news__head h3 {
    font-size: 2.4rem;
  }
  .topKv .news .news__list {
    padding: 1.4rem 4rem;
  }
  .topKv .news .news__link {
    font-size: 1.6rem;
  }
  .topKv .news .news__link::after {
    width: 5.6rem;
    height: 5.6rem;
    right: -1.5rem;
    bottom: 2.1rem;
  }
  .topKv .news .news__link:hover::after {
    right: -2.5rem;
  }
  .topKv .news .timecat__wrapper time {
    font-size: 1.4rem;
  }
  .topKv .news .timecat__wrapper .cat__box .cat {
    font-size: 1.2rem;
  }
  .kv__container {
    margin-bottom: 1.2rem;
  }
  .kv__txt {
    bottom: 5.7rem;
    left: 6.6rem;
  }
  .kv__txt p {
    font-size: 4.8rem;
    text-align: left;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .kv__txt h1 {
    font-size: 2rem;
    text-align: left;
  }
  .topAbout {
    margin-top: 7.2rem;
  }
  .topAbout .sec-ttl {
    font-size: 3.2rem;
  }
  .topAbout .topAbout__wrapper {
    padding: 4.8rem;
  }
  .topAbout .card__list {
    gap: 3.2rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 83.2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .topDoctor {
    padding-top: 8.8rem;
    padding-bottom: 8.9rem;
  }
  .topDoctor .sec-ttl {
    text-align: left;
  }
  .topDoctor .doctor__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.5rem;
  }
  .topDoctor .list__head {
    margin-bottom: 0.5rem;
  }
  .topDoctor .topDoctor__item {
    font-size: 1.6rem;
  }
  .topDoctor .topDoctor__prof {
    width: 38.3rem;
  }
  .topDoctor .btn__wrapper .prof__btn a {
    width: 35.2rem;
  }
  .topDoctor .prof__table th,
  .topDoctor .prof__table td {
    font-size: 1.6rem;
  }
  .topDoctor .prof__table th {
    width: 9.6rem;
  }
  .recruit {
    margin-bottom: 8.9rem;
  }
  .recruit__wrapper {
    max-width: 92.8rem;
  }
  .recruit__wrapper .recruit__img img {
    width: 92.8rem;
  }
  .recruit__wrapper .txt__box {
    max-width: 39.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10rem;
  }
  .recruit__wrapper .txt__box .ttl {
    font-size: 3.2rem;
  }
  .recruit__wrapper .txt__box .recruit__txt {
    font-size: 2rem;
    margin-bottom: 2.8rem;
  }
  .topMenu .topMenu__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem 3.2rem;
  }
  .topMenu .topMenu__list .topMenu__item .button02 button {
    font-size: 1.8rem;
  }
  .topVisit .sec-ttl {
    margin-bottom: 5.2rem;
  }
  .topVisit .topVisit__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.8rem;
  }
  .topVisit .topVisit__container .topVisit__img {
    width: 48rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topVisit .topVisit__container .topVisit__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .topVisit .topVisit__container .topVisit__txt {
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
  }
  .topVisit .js-topVisit-slider .topVisit-slide {
    width: 160rem;
  }
  .topColumn {
    padding: 4.8rem 0 7.2rem;
  }
  .top__commonSlider {
    margin: 0;
  }
  .top__commonSlider .slick-slide {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .top__commonSlider .slick-list {
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important;
  }
  .top__commonSlider time {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
  }
  .topNews .topNews__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topNews .topNews__container {
    width: 48.7%;
  }
  .topNews .topNews__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.6rem 0 2rem;
  }
  .topNews .timecat__wrapper {
    width: 40%;
    margin-bottom: 0;
  }
  .topNews .topNews__img {
    width: 44.9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topNews .button01, .topNews .button02, .topNews .header__btn, .topNews .btn-reserve, .topNews .topDoctor .btn__wrapper .prof__btn, .topDoctor .btn__wrapper .topNews .prof__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topInfo {
    padding-top: 8rem;
  }
  .l-topInfo__inner {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }
  .topInfo__ttl {
    margin-bottom: 5.4rem;
    text-align: center;
  }
  .topInfo__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.4rem;
  }
  .topInfo__item .button02 {
    min-height: 8.8rem;
  }
  .topInfo__item .button02 a {
    font-size: 2rem;
  }
  .topInfo__item .button02 a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  .topInfo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .topInfo__wrap {
    background: none;
    width: 48.96%;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 4.7rem;
  }
  .topInfo__wrap::before {
    font-size: 8.8rem;
    line-height: 1.1590909091;
    left: -2.4rem;
    bottom: -5.6rem;
  }
  .topInfo__slider {
    width: auto;
    margin-right: 0;
  }
  .topInfo__box {
    padding: 0;
    width: 47.3rem;
  }
  .topInfo__link {
    padding: 1.2rem;
  }
  .topInfo__item:hover {
    background-image: url("../img/top/bg-info02-brown.jpg");
  }
  .topInfo__item:hover .topInfo__line {
    border-color: #fff;
    color: #fff;
  }
  .topInfo__line {
    border-width: 0.1rem;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .topInfo__link .num {
    font-size: 5.6rem;
    line-height: 1.2321428571;
    margin-bottom: 0.5rem;
  }
  .topInfo__link .txt {
    font-size: 2rem;
    line-height: 1.6;
  }
  .topCampaign {
    padding: 4.8rem 0 7.2rem;
  }
  .l-topPicture__inner {
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
  }
  .topPicture__ttl {
    margin-bottom: 4rem;
  }
  .topPicture__wrap:first-of-type {
    margin-bottom: 10.4rem;
  }
  .topPicture__subTtl {
    margin-bottom: 3.2rem;
  }
  .topPicture__ranking {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5rem;
  }
  .topPicture__rank {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
  }
  .topPicture__list {
    margin-bottom: 1.2rem;
  }
  .l-topProblems__inner {
    padding-top: 10.4rem;
  }
  .topProblems__wrapper {
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .topProblems__ttl {
    margin-bottom: 4.3rem;
  }
  .topProblems__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topProblems__item {
    width: 33.3%;
  }
  .topProblems__item:nth-child(2n) {
    text-align: left;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span {
    padding-right: 7.4rem;
    padding-left: 0;
  }
  .topProblems__item:nth-child(1) .topProblems__link::before {
    background-image: url("../img/top/problems-img01.jpg");
  }
  .topProblems__item:nth-child(2) .topProblems__link::before {
    background-image: url("../img/top/problems-img02.jpg");
  }
  .topProblems__item:nth-child(3) .topProblems__link::before {
    background-image: url("../img/top/problems-img03.jpg");
  }
  .topProblems__item:nth-child(4) .topProblems__link::before {
    background-image: url("../img/top/problems-img04.jpg");
  }
  .topProblems__item:nth-child(5) .topProblems__link::before {
    background-image: url("../img/top/problems-img05.jpg");
  }
  .topProblems__item:nth-child(6) .topProblems__link::before {
    background-image: url("../img/top/problems-img06.jpg");
  }
  .topProblems__box {
    padding: 3.2rem 1.6rem;
    height: 25.7rem;
  }
  .topProblems__subTtl .ja {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 2rem;
  }
  .topProblems__subTtl .en {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
  .topProblems__btn {
    padding: 2.4rem;
  }
  .topProblems__btn span {
    font-size: 2rem;
    line-height: 1.45;
    padding-right: 7.4rem;
    -webkit-transition: 0.3s padding-right ease;
    transition: 0.3s padding-right ease;
  }
  .topProblems__link:hover .topProblems__btn span {
    padding-right: 8.2rem;
  }
  .topProblems__link:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .topProblems__btn span::before {
    border-width: 1px;
    width: 2rem;
    height: 2rem;
    border-width: 1px;
  }
  .topProblems__btn span::after {
    height: 0.1rem;
    width: 4rem;
    right: 1rem;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span::before {
    border-width: 1px;
    right: 0;
    left: auto;
    border-width: 1px;
    width: 2rem;
    height: 2rem;
    border-width: 1px;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span::after {
    height: 0.1rem;
    left: auto;
    width: 4rem;
    right: 1rem;
  }
  .l-topTreatment__inner {
    padding-top: 10.47rem;
    padding-bottom: 10.4rem;
  }
  .topTreatment__ttl {
    margin-bottom: 4rem;
  }
  .topTreatment__btnList {
    margin-left: -0.8rem;
    margin-bottom: 3.2rem;
  }
  .topTreatment__btn {
    width: calc(16.6% - 0.8rem);
    font-size: 2rem;
    line-height: 1.45;
    padding: 1.6rem;
    border-radius: 4px;
    margin-left: 0.8rem;
    margin-bottom: 0;
    cursor: pointer;
  }
  .topTreatment__btn.active::after {
    border-width: 1.2rem 1.2rem 0 1.2rem;
    bottom: -1.2rem;
  }
  .topTreatment__box {
    padding: 2.4rem 2.5rem 3.2rem;
    border-radius: 1.6rem;
  }
  .topTreatment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-bottom: -2.4rem;
  }
  .topTreatment__item {
    width: calc(33.3% - 2.5rem);
    margin-left: 2.5rem;
    margin-bottom: 2.4rem;
  }
  .topTreatment__link {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 0 1.6rem 2.5rem;
    border-width: 1px;
  }
  .topTreatment__link::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.3rem;
  }
  .l-topMessage__inner {
    padding-top: 10.4rem;
    padding-bottom: 8rem;
  }
  .topMessage__ttl {
    margin-bottom: 4.3rem;
  }
  .topMessage__imgWrap {
    margin-bottom: 0;
    width: 40.4rem;
  }
  .topMessage__box {
    width: calc(100% - 40.4rem);
    padding-left: 3.6rem;
  }
  .topMessage__heading {
    font-size: 2.4rem;
    margin-bottom: 4.4rem;
  }
  .topMessage__txt {
    font-size: 1.6rem;
    line-height: 3;
  }
  .topMessage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topClinic .sec-img {
    width: 66%;
  }
  .topClinic__container {
    margin-bottom: 0;
  }
  .topClinic__box:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .topClinic__ttl {
    margin-bottom: 3.7rem;
  }
  .topClinic__txt {
    font-size: 1.6rem;
  }
  .topReserve {
    background: url(../img/top/reserve-bg.png) center center/cover no-repeat;
  }
  .topReserve__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topReserve__container .ttl-two-rows-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .topReserve__ttl {
    margin-bottom: 0;
  }
  .topReserve__container .btn-round-beige-icon a {
    padding: 2rem 16.4rem;
    font-size: 3.2rem;
  }
  .topFeature__ttl {
    margin-bottom: 5.7rem;
  }
  .topFeature__list {
    gap: 2rem 2.4rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .topFeature__txt {
    font-size: 2.4rem;
    bottom: 1.9rem;
    left: 1.4rem;
  }
  .topFeature__img::before {
    padding-top: 51.25%;
  }
  .topContact .topContact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topContact .topContact__container {
    width: 64rem;
  }
  .topContact .topContact__tableWrap {
    padding: 2.4rem;
  }
  .topContact .topContact__tableWrap .time__info:first-of-type {
    margin-bottom: 2.4rem;
  }
  .topContact .topContact__table tr {
    font-size: 1.4rem;
  }
  .topContact .topContact__table tr td {
    font-size: 1.4rem;
  }
  .topContact .topContact__table tr th {
    width: 11.3%;
    font-size: 1.4rem;
  }
  .topContact .topContact__table tr th.-sm {
    font-size: 1.4rem;
    width: 22%;
  }
  .topContact .topContact__location {
    width: 38.4rem;
  }
  .topContact .topContact__map {
    padding-top: 88.28125%;
  }
  .l-topInstagram_inner {
    padding-top: 10.47rem;
    padding-bottom: 10.4rem;
  }
  .topInstagram__ttl {
    margin-bottom: 4rem;
    text-align: left;
  }
  .topInstagram__ttl .en {
    font-size: 7.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.1666666667;
    display: inline-block;
    text-align: left;
  }
  .topInstagram__ttl .ja {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 2rem;
  }
  .topInstagram__grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
  .topInstagram__ttlIcon {
    width: 4.8rem;
    margin-right: 2.4rem;
  }
}

@media screen and (min-width: 90em) {
  .scroll__logoWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__btn a span {
    font-size: 1.4rem;
  }
  .header__btn a span::before {
    left: -3.2rem;
  }
  .single-menu .l-kv01__inner {
    max-width: 104rem;
    padding-left: 1.6rem;
  }
  .single-menu .kv01__ttl {
    font-size: 4rem;
  }
  .single-menu .kv01__text {
    font-size: 2rem;
  }
  .page-faq .single__container {
    padding-top: 7.2rem;
  }
  .single__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single__container {
    max-width: 148rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single__wrapper {
    width: 85%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 104rem;
    margin-bottom: 5rem;
  }
  .page-faq .single__header {
    display: none;
  }
  .single__header {
    background: #fff;
    padding: 3.2rem 0;
    margin-bottom: 2.4rem;
  }
  .single__body {
    padding: 8rem 0 0;
    margin: 0;
    max-width: none;
  }
  .single__contents {
    margin-right: 1.6rem;
    width: 25%;
  }
  .single__contents--sp {
    display: none;
  }
  .single__contents--pc {
    display: block;
    width: 30%;
    padding-left: 2rem;
    padding-top: 7.6rem;
    padding-bottom: 10rem;
  }
  .single__contents--sp #ez-toc-container {
    display: none !important;
  }
  .single__contents--pc #ez-toc-container {
    display: block !important;
    position: sticky;
    top: 18rem;
  }
  #ez-toc-container {
    padding: 1.6rem;
    background: #fff;
  }
  .ez-toc-list {
    display: block;
  }
  .ez-toc-list li {
    width: 100%;
    padding-right: 0;
  }
  .block-editor .bg-marble::before,
  .block-editor .bg-brown::before,
  .block-editor .bg-marble-blue::before,
  .block-editor .bg-marble-purple::before,
  .block-editor .bg-bubble::before,
  .block-editor .bg-blue::before,
  .single__wrapper .bg-marble::before,
  .single__wrapper .bg-brown::before,
  .single__wrapper .bg-marble-blue::before,
  .single__wrapper .bg-marble-purple::before,
  .single__wrapper .bg-bubble::before,
  .single__wrapper .bg-blue::before {
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
  .top__commonSlider-wrapper .arrow__box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    gap: 0;
    margin-top: 0;
  }
  .top__commonSlider-wrapper .arrow__box .slick-arrow {
    width: 6.4rem;
    height: 6.4rem;
  }
  .top__commonSlider-wrapper .arrow__box .prev-arrow {
    left: -14rem;
  }
  .top__commonSlider-wrapper .arrow__box .next-arrow {
    right: -14rem;
  }
}

@media screen and (min-width: 117em) {
  .single-menu .breadcrumb__wrapper {
    max-width: 104rem;
  }
  .single-menu .kv01__ttl {
    font-size: 4rem;
  }
  .single-menu .kv01__text {
    font-size: 2rem;
  }
  .single__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin: 0;
  }
  .single__wrapper {
    max-width: 104rem;
  }
  .single__contents {
    margin-right: 1.6rem;
    max-width: 42rem;
    width: 100%;
  }
  .single__contents--pc {
    display: block;
    width: 100vw;
    max-width: 42rem;
    margin-left: -41.6rem;
  }
  .block-editor .bg-marble::before,
  .block-editor .bg-brown::before,
  .block-editor .bg-marble-blue::before,
  .block-editor .bg-marble-purple::before,
  .block-editor .bg-bubble::before,
  .block-editor .bg-blue::before,
  .single__wrapper .bg-marble::before,
  .single__wrapper .bg-brown::before,
  .single__wrapper .bg-marble-blue::before,
  .single__wrapper .bg-marble-purple::before,
  .single__wrapper .bg-bubble::before,
  .single__wrapper .bg-blue::before {
    -webkit-transform: translateX(-50.5%);
            transform: translateX(-50.5%);
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .cta__content {
    row-gap: 2.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}

@media (width < 90em) {
  #ez-toc-container {
    padding: 3.866667vw 4.533333vw 3.533333vw !important;
  }
  div#ez-toc-container:has(.ez-toc-list:not([style*=block])) .ez-toc-title-container {
    margin-bottom: 0;
  }
  .menu-template-default .ez-toc-title-toggle {
    display: inline;
  }
  .menu-template-default .ez-toc-list {
    display: none;
  }
}

@media (width < 64em) {
  .menu-template-default .kv03__imgWrap--spnone {
    display: none;
  }
  .menu-template-default .l-kv03__inner:has(.kv03__imgWrap--spnone) {
    padding-bottom: 0.1vw;
  }
  .menu-template-default .l-kv03__box:has(.kv03__imgWrap--spnone) {
    margin-bottom: 0;
  }
  .kv03:has(.kv03__imgWrap--spnone)::before {
    height: 180%;
  }
}
/*# sourceMappingURL=style.css.map */
