@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Meddon&family=Playfair+Display:wght@400;600&family=Shippori+Mincho:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400&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;
  background-color: #fff;
}

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;
  color: #000000;
}

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.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Shippori Mincho","Noto Serif SC", serif;
  color: #CBB6BF;
}

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

p {
  text-align: justify;
}

.quote {
  position: relative;
}

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

.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: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 90;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-drawer__inner {
  padding-top: 28.8vw;
  padding-bottom: 5.3333333333vw;
}

.drawer {
  background: #F7F4F4;
  overflow-y: scroll;
}

.l-drawer.active {
  left: 0;
}

.drawer__content {
  max-width: 79.4666666667vw;
  margin: 0 auto;
}

.drawer__ttl {
  font-size: 10.6666666667vw;
  line-height: 1.4;
  font-family: "Playfair Display", cursive;
  margin-bottom: 4.2666666667vw;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 0.2666666667vw #CBB6BF solid;
  border-top: 0.2666666667vw #CBB6BF solid;
  margin-bottom: 8.5333333333vw;
}

.drawer__list .drawer__item:last-child {
  border-right: 0.2666666667vw #CBB6BF solid;
}

.drawer__item {
  width: 50%;
  background: #fff;
  border-bottom: 0.2666666667vw #CBB6BF solid;
  border-right: 0.2666666667vw #CBB6BF solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer__item:nth-child(2n) {
  /* border-left: 0.2666666667vw #CBB6BF solid; */
}

.drawer__link {
  display: block;
  color: #CBB6BF;
  text-align: center;
  font-size: 4.8vw;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5555555556;
  padding: 4.2666666667vw 1.3333333333vw;
  font-weight: 700;
}

.drawer__btn:first-of-type {
  margin-bottom: 6.4vw;
}

.l-footer {
  padding-top: 6.9333333333vw;
  margin-top: -13.3333333333vw;
  position: relative;
}

.l-footer__inner {
  padding-top: 6.4vw;
  position: relative;
}

.l-footer__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6.4vw;
  background: url("../img/common/footer-bg_sp.png") top center/cover no-repeat;
}

.footer__wrapper {
  padding-top: 14.4vw;
  padding-bottom: 20vw;
  background: #AA8D99;
}

.footer__logo {
  width: 80vw;
  margin: 0 auto 8.64vw;
}

.footer__cta {
  margin-bottom: 8.5333333333vw;
}

.footer__btn:first-of-type {
  margin-bottom: 6.4vw;
}

.footer__body {
  margin-bottom: 12.8vw;
}

.footer__box:first-of-type {
  margin-bottom: 6.9333333333vw;
}

.footer__subTtl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  position: relative;
  line-height: 1.3125;
  padding-left: 6.6666666667vw;
  margin-bottom: 4.2666666667vw;
}

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

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

.footer__subTtl::after {
  width: 2.4vw;
  height: 1.3333333333vw;
  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__list {
  padding: 0 6.4vw;
}

.footer__item:not(:last-of-type) {
  margin-bottom: 2.1333333333vw;
}

.footer__link {
  display: block;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-size: 3.7333333333vw;
  color: #fff;
  padding-left: 4.8vw;
  position: relative;
}

.footer__link::before {
  position: absolute;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 0.2666666667vw #fff solid;
  border-bottom: 0.2666666667vw #fff solid;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright small,
.footer__copyright address {
  color: #fff;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 24vw;
}

.header.active {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 4.2666666667vw;
}

.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;
}

.header__logo {
  width: 20vw;
  z-index: 100;
}

.header__img {
  width: 21vw;
  margin: auto;
}

.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;
}

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

.nav__link {
  line-height: 8.1rem;
  color: #CBB6BF;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  height: 100%;
  font-size: 1.2rem;
  padding: 0 0.8rem;
}

.home .nav__link {
  color: #fff;
}

.single-menu .home .nav__link{
  color: #CBB6BF;
}

.active .nav__link {
  color: #CBB6BF;
}

.nav__item--arrow {
  cursor: default;
}

.nav__item--arrow .nav__link {
  padding-right: 3.45rem;
}

.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;
}

.home .nav__item--arrow::after{
  background: url("../img/common/arrow-square-white-down.svg") center center/contain no-repeat;
}

.single-menu .home .nav__item--arrow::after {
  background: url("../img/common/arrow-square-blue-down.svg") center center/contain no-repeat;
}

.home.active .nav__item--arrow::after{
  background: url("../img/common/arrow-square-blue-down.svg") center center/contain no-repeat;
}

.nav__subList {
  position: absolute;
  background: #CBB6BF;
  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;
  font-family: "Shippori Mincho", serif;
  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;
  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: right;
  padding-right: 1.8rem;
  padding-left: 4rem;
  display: block;
}

.header__btn:hover {
  opacity: 0.8;
}

.header__btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 8.1rem;
  position: relative;
}

.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: #CBB6BF;
  border: 1px solid #fff;
  border-radius: 0 0 0 4rem;
}

.header__btn--reservation {
  background: #BEB7AF;
  border: 1px solid #fff;
}

.drawer__btn a {
  -webkit-box-shadow: 0 0.5333333333vw 1.6vw #D6CEC7;
  box-shadow: 0 0.5333333333vw 1.6vw #D6CEC7;
  padding: 7.4666666667vw 5.3333333333vw 7.4666666667vw 19.2vw;
  display: block;
  border: #CBB6BF solid 0.2666666667vw;
  background: #fff;
  color: #CBB6BF;
}

.drawer__btn a span {
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 1.35;
  position: relative;
  display: inline-block;
  padding-left: 16vw;
}

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

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

.l-sec {
  padding: 19.2vw 0;
}

.l-sec-sm {
  padding: 10.6666666667vw 0;
}

.l-sec-md {
  padding-top: 10.6666666667vw;
  padding-bottom: 19.2vw;
}

.l-sec-lg {
  padding-top: 19.2vw;
  padding-bottom: 42.6666666667vw;
}

.mb-md {
  margin-bottom: 29.3333333333vw !important;
}

.pb-md {
  padding-bottom: 29.3333333333vw !important;
}

.l-inner {
  padding-left: 4vw;
  padding-right: 4vw;
}

.navBar {
  height: inherit;
  width: 19.7333333333vw;
  height: 19.7333333333vw;
  border-bottom-left-radius: 4.2666666667vw;
  border-radius: 90%;
  z-index: 100;
  position: relative;
  background: #CBB6BF;
  -webkit-box-shadow: 0 0.8vw 1.6vw #D6DBDE;
  box-shadow: 0 0.8vw 1.6vw #D6DBDE;
}

.navBar__line {
  width: 10.1333333333vw;
  height: 5.6906666667vw;
  cursor: pointer;
  position: absolute;
  top: 4.2666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navBar__line span {
  border-radius: 1.6vw;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #fff;
  position: absolute;
}

.navBar__line::after {
  content: "MENU";
  position: absolute;
  font-size: 3.2vw;
  line-height: 1;
  left: 50%;
  bottom: -5.0666666667vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  -webkit-transform: 0.3s all ease;
  transform: 0.3s all ease;
  font-family: "Playfair Display", cursive;
}

.navBar__line.active::after {
  content: "CLOSE";
}

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

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

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

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

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

.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(30deg);
  transform: translateY(-50%) rotate(30deg);
}

/* 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 {
  border-top: 0.2666666667vw solid #CBB6BF;
  border-bottom: 0.2666666667vw solid #CBB6BF;
}

.breadcrumb__wrapper {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

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

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

.breadcrumb__items span a,
.breadcrumb__items .current-item {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  display: inline-block;
  position: relative;
  padding: 4.2666666667vw 3.2vw 4.2666666667vw 0;
  color: #4a383d;
}

.breadcrumb__items span a {
  position: relative;
  padding: 2.2666666667vw 3.2vw 2.2666666667vw 0;
  color: #4a383d;
}

.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: 1.0666666667vw;
  height: 1.6vw;
  right: 0;
}

.breadcrumb__items .current-item {
  padding: 2.2666666667vw 0;
  color: #4a383d;
}

.btn-square a {
  display: inline-block;
  min-width: 80vw;
  color: #CBB6BF;
  border: #CBB6BF solid 0.2666666667vw;
  padding: 4.2666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.2;
  background: #fff;
  text-align: center;
  font-family: "Playfair Display", cursive;
}

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

.btn-square-line a,
.btn-square-line-en a {
  display: inline-block;
  min-width: 69.3333333333vw;
  color: #CBB6BF;
  border: #CBB6BF solid 0.2666666667vw;
  padding: 5.6vw 5.3333333333vw 5.0666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  background: #fff;
  position: relative;
}

.btn-square-line a::after,
.btn-square-line-en a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10.6666666667vw;
  height: 0.2666666667vw;
  background: #CBB6BF;
  right: -4.5333333333vw;
}

.btn-square-line-en {
  font-family: "Playfair Display", cursive;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}

.btn-square-line-en a {
  padding: 4.2666666667vw;
}

.btn-basic-blue,
.btn-round-blue-icon a {
  text-align: center;
  position: relative;
  background: #CBB6BF;
  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: 6.4vw;
  border: 0.2666666667vw #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.2666666667vw;
  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: #CBB6BF;
}

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

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

.btn-basic-white,
.btn-round-white-icon a,
.btn-round-white-icon--sm a {
  position: relative;
  background: #fff;
  color: #CBB6BF;
  display: inline-block;
  border: 0.2666666667vw #CBB6BF solid;
  -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::before,
.btn-round-white-icon a::before,
.btn-round-white-icon--sm a::before {
  border: 0.2666666667vw #CBB6BF solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}

.btn-basic-white::after,
.btn-round-white-icon a::after,
.btn-round-white-icon--sm a::after {
  height: 0.2666666667vw;
  background: #CBB6BF;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-round-white a {
  display: inline-block;
  padding: 4.2666666667vw 21.3333333333vw;
  text-align: center;
  color: #CBB6BF;
  border: 0.2666666667vw #CBB6BF solid;
  background: #fff;
  border-radius: 10.9333333333vw;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: 700;
}

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

.btn-round-blue-icon a {
  font-size: 5.3333333333vw;
  font-weight: 500;
  -webkit-box-shadow: 0 0 1.6vw #CBB6BF;
  box-shadow: 0 0 1.6vw #CBB6BF;
  border-radius: 8.5333333333vw;
  padding: 4.2666666667vw 32vw;
  line-height: 1.45;
  margin: 0 auto;
}

.btn-round-blue-icon a::before {
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  right: 6.4vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-blue-icon a::after {
  right: 9.3333333333vw;
  width: 10.6666666667vw;
  -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: 4.2666666667vw;
  font-weight: 500;
  -webkit-box-shadow: 0 0 1.6vw #CBB6BF;
  box-shadow: 0 0 1.6vw #CBB6BF;
  border-radius: 8.5333333333vw;
  padding: 4.8vw 22.4vw 4.8vw 12.8vw;
  line-height: 1.45;
  margin: 0 auto;
  min-width: 69.3333333333vw;
  text-align: left;
}

.btn-round-white-icon a::before,
.btn-round-white-icon--sm a::before {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  right: 6.4vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-white-icon a::after,
.btn-round-white-icon--sm a::after {
  right: 9.0666666667vw;
  width: 10.6666666667vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-white-icon--sm a {
  padding: 2.1333333333vw 14.6666666667vw 2.1333333333vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  min-width: 0;
}

.btn-round-white-icon--sm a::before {
  width: 4vw;
  height: 4vw;
  right: 3.4666666667vw;
}

.btn-round-white-icon--sm a::after {
  width: 8.8vw;
  right: 5.36vw;
}

.btn-square-white {
  color: #AA8D99;
  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: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  padding: 4.2666666667vw;
  border-radius: 2.6666666667vw;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.btn-square-arrow,
.btn-square-arrow-brown,
.btn-square-arrow-white {
  border: 0.2666666667vw #CBB6BF solid;
  display: inline-block;
  width: 100%;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  padding: 6.4vw 13.3333333333vw 6.4vw 8.6933333333vw;
  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: 8.5333333333vw;
  width: 4.2666666667vw;
  height: 6.48vw;
  -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: 3.7333333333vw;
  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: 4.5333333333vw;
  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-gray.svg") center center/100% no-repeat;
}

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

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

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

.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: 13.0666666667vw;
  width: 100%;
  font-size: 6.4vw;
  line-height: 1.5;
  font-family: "Shippori Mincho", 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;
}

.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: 6.4vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

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

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

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

.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: 10.6666666667vw;
}

.btn-square-blue a {
  color: #fff;
  background: #CBB6BF;
  display: inline-block;
  width: auto;
  padding-left: 17.3333333333vw;
  padding-right: 17.3333333333vw;
}

.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: #CBB6BF;
  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: "Shippori Mincho", serif;
  background: #F7F4F4;
  position: relative;
  padding: 5.3333333333vw;
  margin-bottom: 7.7333333333vw;
}

.card-picture--lg .card-picture__heading {
  background: #CBB6BF;
  padding: 8.5333333333vw 0 4.5333333333vw;
}

.card-picture__heading::after {
  content: "";
  position: absolute;
  bottom: -2.1333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1333333333vw 3.2vw 0 3.2vw;
  border-color: #F7F4F4 transparent transparent transparent;
}

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

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

.card-picture__heading p {
  font-size: 4.2666666667vw;
  color: #CBB6BF;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

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

.card-picture__ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 11.4666666667vw;
  text-align: center;
}

.card-picture__imgWrap {
  padding: 0 2.9333333333vw;
}

.card-picture__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.2666666667vw;
  -webkit-box-shadow: 0.5333333333vw 0.8vw 1.6vw #E0E0E0;
  box-shadow: 0.5333333333vw 0.8vw 1.6vw #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: 4.2666666667vw;
}

.card-picture__person {
  width: 11.2vw;
}

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

.card-picture__name {
  margin-left: 2.1333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.875;
  font-weight: 700;
  font-family: "Shippori Mincho", 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: 4.5333333333vw;
}

.card-doctor01__ttl .ja {
  font-size: 5.3333333333vw;
  line-height: 1;
  display: block;
  margin-bottom: 2.4vw;
  color: #4a383d;
}

.card-doctor01__ttl .en {
  color: #CBB6BF;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  line-height: 1;
  display: block;
}

.card-doctor01__job {
  font-size: 3.2vw;
  line-height: 1.1666666667;
  margin-bottom: 4.8vw;
  color: #4a383d;
}

.card-doctor01__btn a {
  min-width: 44.8vw;
  font-size: 3.7333333333vw;
  line-height: 1.1428571429;
  padding: 3.2vw;
}

.card-doctor01__imgWrap {
  width: 33.0666666667vw;
  height: 33.0666666667vw;
  position: relative;
}

.card-doctor01__imgWrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 32vw;
  height: 32vw;
  border: #CBB6BF 1px solid;
  border-radius: 90%;
}

.card-doctor01__img {
  width: 32vw;
  height: 32vw;
  border-radius: 90%;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}

.card-doctor01__box {
  width: 44.5333333333vw;
}

.card-doctor02__ttl {
  margin-bottom: 2.1333333333vw;
}

.card-doctor02__ttl .ja {
  font-size: 8.5333333333vw;
  font-weight: 500;
  line-height: 1.4375;
  margin-bottom: 2.1333333333vw;
  color: #4a383d;
}

.card-doctor02__ttl .en {
  color: #CBB6BF;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-left: 2.1333333333vw;
}

.card-doctor02__info {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  margin-bottom: 8.5333333333vw;
  color: #4a383d;
}

.card-doctor02__imgWrap {
  position: relative;
  width: 76.8vw;
  height: 76.8vw;
  margin: 0 auto 6.4vw;
}

.card-doctor02__imgWrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 74.4vw;
  height: 74.4vw;
  border: #CBB6BF 0.2666666667vw solid;
  border-radius: 90%;
}

.card-doctor02__img {
  width: 74.6666666667vw;
  height: 74.6666666667vw;
  border-radius: 90%;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}

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

.card-doctor02__wrap:last-of-type {
  margin-bottom: 6.4vw;
}

.card-doctor02__wrap h4 {
  font-size: 6.4vw;
  line-height: 1.3333333333;
  color: #CBB6BF;
  margin-bottom: 2.1333333333vw;
}

.card-doctor02__wrap p {
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
  font-weight: 500;
}

.l-cta__inner {
  padding-top: 12.8vw;
  padding-bottom: 42.6666666667vw;
}

.cta {
  background: #F7F4F4;
}

.cta__ttl {
  font-size: 8.5333333333vw;
  line-height: 1.5;
  font-weight: 500;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 10.6666666667vw;
}

.cta__content::before {
  display: none;
}

.cta__btn:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.contact {
  color: #000;
}

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: 6.4vw;
}

.info dt {
  font-size: 5.3333333333vw;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.45;
  padding: 0 0 4.2666666667vw 4.2666666667vw;
  border-bottom: 0.2666666667vw solid #cbb6bf67;
  margin-bottom: 4.2666666667vw;
}

.info dd {
  font-size: 4.2666666667vw;
  line-height: 2;
  padding-left: 4.2666666667vw;
}

.info a {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #CBB6BF;
  text-decoration: underline;
  display: block;
}

.info .sns {
  margin-top: 7.2vw;
  color: #CBB6BF;
}

.info__wrapper {
  border: #CBB6BF 0.2666666667vw solid;
  position: relative;
  background: #fff;
}

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

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

.info__dot--top {
  top: 2.1333333333vw;
}

.info__dot--top::before {
  left: 1.6vw;
}

.info__dot--top::after {
  right: 1.6vw;
}

.info__dot--bottom {
  bottom: 2.1333333333vw;
}

.info__dot--bottom::before {
  left: 1.6vw;
}

.info__dot--bottom::after {
  right: 1.6vw;
}

.kv01 {
  background: url("../img/kv/kv-img01_sp.jpg") center center/cover no-repeat;
  overflow: hidden;
}

.l-kv01__inner {
  padding: 30.4vw 0 6.4vw;
}

.kv01__wrapper {
  padding-left: 12.8vw;
  padding-right: 12.8vw;
}

.kv01__box {
  margin: 0 auto 6.4vw;
}

.kv01__ttl {
  font-size: 8.5333333333vw;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4375;
  margin-bottom: 6.4vw;
  color: #CBB6BF;
  font-weight: 500;
  margin-bottom: 2.1333333333vw;
}

.kv01__text {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #CBB6BF;
  text-align: center;
}

.kv01__imgWrap {
  -webkit-box-shadow: 0 0.8vw 1.6vw #DBDBDB;
  box-shadow: 0 0.8vw 1.6vw #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;
}

.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: 10.6666666667vw;
  padding-top: 44.2666666667vw;
}

.kv02__wrapper {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.kv02__box {
  margin-bottom: 8.5333333333vw;
}

.kv02__ttl {
  font-size: 10.6666666667vw;
  font-family: "Shippori Mincho", serif;
  color: #CBB6BF;
  line-height: 1.2;
  margin-bottom: 4vw;
  font-weight: 600;
}

.kv02__text {
  font-size: 6.4vw;
  line-height: 1.1666666667;
  color: #CBB6BF;
  font-family: "Playfair Display", cursive;
}

.kv02__imgWrap {
  position: relative;
  height: 88.5333333333vw;
}

.kv02__imgWrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82.6666666667vw;
  height: 82.6666666667vw;
  background: url("../img/kv/kv-bg-thumbnail.jpg") center center/100% no-repeat;
}

.kv02__img {
  width: 82.6666666667vw;
  z-index: 1;
  position: relative;
}

.kv02__img img {
  height: auto;
}

.kv03 {
  position: relative;
  overflow: hidden;
}

.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: 10.6666666667vw;
  padding-top: 32.8vw;
}

.kv03__wrapper {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.kv03__box {
  margin-bottom: 12.8vw;
}

.kv03__ttl {
  font-size: 8.5333333333vw;
  font-family: "Shippori Mincho", serif;
  color: #CBB6BF;
  line-height: 1.1875;
  font-weight: 500;
  text-align: center;
  width: 68.2666666667vw;
  margin: 0 auto 5.6vw;
}

.kv03__text {
  font-size: 5.3333333333vw;
  line-height: 1.2;
  color: #CBB6BF;
  font-family: "Playfair Display", cursive;
  text-align: center;
  margin-bottom: 8.5333333333vw;
}

.kv03__comment {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.kv03__imgWrap {
  position: relative;
  height: 88.5333333333vw;
}

.kv03__imgWrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82.6666666667vw;
  height: 82.6666666667vw;
  background: url("../img/kv/kv-bg-thumbnail.jpg") center center/100% no-repeat;
}

.kv03__img {
  width: 82.6666666667vw;
  height: 82.6666666667vw;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.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%);
}

.list-4rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.4vw;
  margin-bottom: 5.8666666667vw;
}

.list-4rows li {
  width: calc(25% - 2.4vw);
  margin-left: 2.4vw;
  margin-bottom: 2.6666666667vw;
}

.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: 2.1333333333vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}

.newsBar__heading {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", cursive;
  padding: 4vw 6.4vw;
  background: -webkit-gradient(linear, left top, right top, from(#5BBDCE), to(#C6ADFD));
  background: linear-gradient(to right, #5BBDCE, #C6ADFD);
}

.newsBar__content {
  padding: 2.1333333333vw 5.0666666667vw 4.2666666667vw;
}

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

.newsBar__date {
  font-size: 3.7333333333vw;
  font-family: "Playfair Display", cursive;
  color: #CBB6BF;
}

.newsBar__tag {
  color: #fff;
  line-height: 1.4166666667;
  font-weight: 700;
  background: #CBB6BF;
  border-radius: 2.6666666667vw;
  display: inline-block;
  padding: 0 2.1333333333vw;
  margin-left: 3.2vw;
}

.newsBar__ttl {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #CBB6BF;
}

.pageTop__img {
  width: 13.3333333333vw;
  margin: 0 auto;
}

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

.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: -2.1333333333vw;
}

.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: 10.6666666667vw;
  height: 10.6666666667vw;
  line-height: 11.4666666667vw;
  margin-left: 2.1333333333vw;
  text-align: center;
  font-size: 4.5333333333vw;
  background: #E8F6F8;
  color: #CBB6BF;
  display: block;
  position: relative;
  border-radius: 90%;
  font-family: "Playfair Display", cursive;
}

.pagination ul a:hover {
  opacity: 0.8;
}

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

.dots {
  color: #142388 !important;
}

.prev,
.next {
  background: #fff !important;
  border: #CBB6BF 0.2666666667vw solid;
}

.pagination-arrow-prev,
.pagination-arrow-next {
  position: absolute;
  width: 1.0666666667vw;
  height: 2.9333333333vw;
  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: 8.5333333333vw;
}

.relatedMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.relatedMenu__list {
  margin-bottom: -4.2666666667vw;
}

.relatedMenu__item {
  margin-bottom: 4.2666666667vw;
}

.relatedMenu__imgWrap {
  min-width: 8.5333333333vw;
  border-radius: 90%;
  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: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #4a383d;
  margin-left: 2.1333333333vw;
  font-family: "Shippori Mincho", serif;
}

.slider-basic .slick-dots>li:first-child:last-child {
  display: none;
}

.slider-basic {
  max-width: 100%;
  margin: 0 auto;
}

.slider-basic .slick-list {
  margin-bottom: 6.4vw;
}

.slider-basic__item {
  padding: 1.3333333333vw;
}

.slider-basic__link {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  -webkit-box-shadow: 0.5333333333vw 0.8vw 1.6vw #EAEAEA;
  box-shadow: 0.5333333333vw 0.8vw 1.6vw #EAEAEA;
  display: block;
}

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

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

.slider-basic__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;
}

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

.slider-basic .slick-arrow {
  top: 45%;
}

.slider-basic .slick-dots {
  width: auto;
  margin: 0 auto;
  display: block;
}

.slider-basic .slick-dots li {
  background: rgba(67, 186, 232, .53);
  height: 1.6vw;
  width: 1.6vw;
  border-radius: 90%;
  margin: 0;
}

.slider-basic .slick-dots li:not(:first-of-type) {
  margin-left: 5.6vw;
}

.slider-basic .slick-dots .slick-active {
  background: #CBB6BF;
  position: relative;
}

.slider-basic .slick-dots .slick-active::after {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.2666666667vw #CBB6BF solid;
  border-radius: 90%;
}

.slider-basic .slick-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
}

.slider-basic .slick-prev {
  left: 1.3333333333vw;
}

.slider-basic .slick-next {
  right: 1.3333333333vw;
}

.slider-square__item {
  margin: 0 2.1333333333vw;
}

.slider-square__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6.4vw;
  border-radius: 4.2666666667vw;
}

.slider-square__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;
}

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

.slider-square__date {
  line-height: 1.1904761905;
  font-size: 5.6vw;
  font-family: "Playfair Display", cursive;
  color: #CBB6BF;
  margin-bottom: 2.1333333333vw;
}

.slider-square__ttl {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4.2666666667vw;
  color: #4a383d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.slider-square__text {
  font-size: 3.2vw;
  line-height: 2;
  color: #4a383d;
}

.slick-arrow {
  width: 4.2666666667vw;
  height: 14.9333333333vw;
  position: absolute;
  background: #CBB6BF;
  z-index: 1;
}

.topPicture__ranking .slick-arrow {
  top: 50% !important;
  background: #CBB6BF;
}

.topPicture__ranking .slick-prev {
  left: 2.6666666667vw;
}

.topPicture__ranking .slick-next {
  right: 2.6666666667vw;
}

.photosPickup__ranking .slick-prev {
  left: 2.6666666667vw;
}

.photosPickup__ranking .slick-next {
  right: 2.6666666667vw;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  width: 2.1333333333vw;
  height: 4.2666666667vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

.topKv__slider .slick-arrow {
  width: 4.8vw;
  height: 2.9333333333vw;
  position: absolute;
  background: transparent;
  z-index: 1;
}

.topKv__slider .slick-prev,
.topKv__slider .slick-next {
  bottom: 4.2666666667vw;
  top: auto;
}

.topKv__slider .slick-prev {
  right: 25.0666666667vw;
}

.topKv__slider .slick-next {
  right: 7.7333333333vw;
}

.topKv__slider .slick-prev::before,
.topKv__slider .slick-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topKv__slider .slick-prev::before {
  background: none;
}

.topKv__slider .slick-next::before {
  background: none;
}

a.sns,
a.blog,
a.tiktok {
  color: #4a383d;
  font-size: 5.3333333333vw;
  position: relative;
  font-weight: 500;
  padding-left: 14.4vw;
  line-height: 1.2;
  text-decoration: underline;
  display: block;
}

a.sns::before,
a.blog:before,
a.tiktok:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12.2666666667vw;
  height: 12.2666666667vw;
}

a.sns::before {
  background: url("../img/common/instagram.png") center center/100% no-repeat;
}

a.blog:before {
  background: url("../img/common/blog-icon.png") center center/100% no-repeat;
}

a.tiktok:before {
  background: url("../img/common/tiktok-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.2666666667vw #CBB6BF solid;
  border-right: 0.2666666667vw #CBB6BF solid;
}

.stickyMenu__item {
  width: 25%;
  border-left: 0.2666666667vw #CBB6BF solid;
  border-bottom: 0.2666666667vw #CBB6BF solid;
}

.stickyMenu__link {
  padding: 2.1333333333vw 1.3333333333vw 1.6vw;
  display: block;
}

.stickyMenu__img {
  width: 10.6666666667vw;
  margin: 0 auto 2.1333333333vw;
}

.stickyMenu__text {
  font-size: 3.2vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #CBB6BF;
}

.stickyBtn-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.4666666667vw 4.2666666667vw;
  z-index: 50;
  background: rgba(248, 245, 242, 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.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;
}

.stickyBtn-sp__btn {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  border: 0.2666666667vw #242424 solid;
}

.stickyBtn-sp__btn 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;
  padding: 2.6666666667vw 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #4a383d;
  height: 100%;
  align-items: center;
}

.stickyBtn-sp__btn figure {
  width: 6.4vw;
  margin-right: 4.2666666667vw;
}

.stickyBtn-sp__btn figure {
  width: 6.4vw;
  margin-right: 4.2666666667vw;
}

.stickyBtn-pc {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 20;
}

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

.stickyBtn-pc__btn {
  margin-right: 3rem;
}

.stickyBtn-pc__btn a {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  -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: 0.4rem;
  padding: 5.3rem 2.4rem 2.5rem;
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.5em;
  position: relative;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  background-color: #CBB6BF;
}

.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 {
  background: #BEB7AF;
  margin-bottom: 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;
}

.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: "Playfair Display", cursive;
  font-size: 14.9333333333vw;
  line-height: 1.1607142857;
  margin-bottom: 1.3333333333vw;
  display: block;
}

.ttl-two-rows .en span,
.ttl-two-rows-flex .en span,
.ttl-two-rows-reverse .en span,
.ttl-two-rows-left .en span,
.ttl-two-rows-center .en span {
  /* color: #CBB6BF; */
  font-family: "Playfair Display", cursive;
}

.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: 4.2666666667vw;
  line-height: 2;
}

.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.8vw;
  font-weight: 700;
}

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

.ttl-line span {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.0666666667;
  position: relative;
  display: inline-block;
  padding-left: 19.2vw;
  padding-right: 19.2vw;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
}

.ttl-line span::before,
.ttl-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CBB6BF;
  width: 8.5333333333vw;
  height: 0.2666666667vw;
}

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

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

@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;
}

.l-columnRanking {
  padding-top: 12.8vw;
}

.columnRanking__list {
  margin-bottom: -4.2666666667vw;
}

.columnRanking__item {
  margin-bottom: 4.2666666667vw;
}

.columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1333333333vw;
  background: #ECF5F7;
  padding: 2.9333333333vw;
}

.columnRanking__imgWrap {
  width: 20.8vw;
  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__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.columnRanking__number {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 1.6vw 2.6666666667vw 1.6vw 1.0666666667vw;
  background: #CBB6BF;
  border-bottom-right-radius: 26.6666666667vw;
  line-height: 1.1666666667;
  font-weight: 700;
  font-size: 3.2vw;
  font-family: "Playfair Display", cursive;
  display: inline-block;
}

.columnRanking__item:nth-child(4) .columnRanking__number,
.columnRanking__item:nth-child(5) .columnRanking__number {
  color: #CBB6BF;
  background: #ECF5F7;
}

.columnRanking__box {
  width: calc(100% - 7.8rem);
  padding-left: 3.3333333333vw;
}

.columnRanking__date {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  color: #CBB6BF;
  margin-bottom: 1.6vw;
  display: block;
}

.columnRanking__heading {
  font-size: 4.2666666667vw;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
}

.columnRanking__txt {
  color: #434850;
  font-size: 4.2666666667vw;
  line-height: 2;
  display: none;
}

.columnRanking__item:nth-child(1) .columnRanking__link {
  display: block;
  border-radius: 4.2666666667vw;
  padding: 6.4vw 4.8vw 8.5333333333vw;
}

.columnRanking__item:nth-child(1) .columnRanking__imgWrap {
  width: 100%;
  margin-bottom: 4.2666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__box {
  width: 100%;
  padding-left: 0;
}

.columnRanking__item:nth-child(1) .columnRanking__number {
  padding: 6.6666666667vw 4.8vw 4.5333333333vw 1.8666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.1875;
}

.columnRanking__item:nth-child(1) .columnRanking__number::before {
  content: "";
  position: absolute;
  width: 4.8vw;
  height: 3.4666666667vw;
  top: 1.6vw;
  left: 3.4666666667vw;
  background: url("../img/common/crown.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(1) .columnRanking__date {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-bottom: 4.2666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__heading {
  font-size: 6.4vw;
  line-height: 1.4583333333;
  margin-bottom: 4.2666666667vw;
}

.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: -3.2vw;
}

.columnCategory__item {
  margin-left: 3.2vw;
  margin-bottom: 4.2666666667vw;
  border: #CBB6BF 0.2666666667vw solid;
}

.columnCategory__link {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  padding: 1.3333333333vw 2.9333333333vw;
  color: #CBB6BF;
  display: inline-block;
}

.columnCategory__btn {
  text-align: center;
  margin-top: 4.2666666667vw;
}

.columnCategory__btn span {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.45;
  background: #CBB6BF;
  display: inline-block;
  text-align: center;
  padding: 4.2666666667vw;
  -webkit-box-shadow: 0 0 1.6vw #B1D3E8;
  box-shadow: 0 0 1.6vw #B1D3E8;
  border-radius: 8.5333333333vw;
  position: relative;
  width: 100%;
}

.columnCategory__btn span::before,
.columnCategory__btn span::after {
  display: block;
  content: "";
  position: absolute;
  width: 4.2666666667vw;
  height: 0.2666666667vw;
  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: 4.2666666667vw;
}

.columnCategory__btn span::after {
  right: 6.4vw;
}

.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: 29.3333333333vw;
}

.columnAll__item {
  margin-bottom: 4.2666666667vw;
}

.columnAll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1333333333vw;
  background: #ECF5F7;
  padding: 2.9333333333vw;
}

.columnAll__imgWrap {
  width: 20.8vw;
  position: relative;
}

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

.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: calc(100% - 7.8rem);
  padding-left: 1.3333333333vw;
}

.columnAll__dateWrap {
  margin-bottom: 1.6vw;
}

.columnAll__date {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  color: #CBB6BF;
}

.columnAll__heading {
  font-size: 4.2666666667vw;
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.columnAll__txt {
  color: #434850;
  font-size: 4.2666666667vw;
  line-height: 2;
  display: none;
}

.columnAll__pagination {
  margin-top: 6.4vw;
}

.l-doctor__inner {
  padding-top: 14.6666666667vw;
  padding-bottom: 49.6vw;
}

.doctor__wrapper:not(:last-child) {
  margin-bottom: 26.6666666667vw;
}

.doctor__box {
  margin-bottom: 10.6666666667vw;
}

.doctor__ttl {
  margin-bottom: 12.5333333333vw;
}

.doctor__ttl .job {
  font-size: 6.4vw;
  line-height: 1.2083333333;
  font-weight: 500;
  display: block;
  margin-bottom: 6.1333333333vw;
}

.doctor__ttl .name {
  font-size: 10.6666666667vw;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  color: #4a383d;
}

.doctor__ttl .sns {
  display: block;
  margin-top: 8.5333333333vw;
  font-size: 6.4vw;
  line-height: 1.2083333333;
  color: #4a383d;
}

.doctor__imgWrap {
  width: 83.4666666667vw;
  margin: 0 auto 10.6666666667vw;
}

.doctor__txtWrap {
  margin-bottom: 13.6vw;
}

.doctor__txt {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2;
  color: #4a383d;
  font-family: "Shippori Mincho", "Noto Serif SC", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

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

.doctor__heading .en {
  display: inline-block;
  font-size: 7.4666666667vw;
  color: #CBB6BF;
  line-height: 1.1875;
  font-family: "Playfair Display", cursive;
  text-transform: uppercase;
}

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

.doctor__heading .ja {
  font-size: 3.2vw;
  font-weight: 700;
  color: #CBB6BF;
  line-height: 2.6666666667;
  margin-left: 2.1333333333vw;
}

.doctor__info {
  margin-bottom: 8.5333333333vw;
}

.doctor__sns {
  margin-bottom: 8.5333333333vw;
}

.doctorSns__wrap {
  padding: 14.4vw 5.3333333333vw 13.8666666667vw;
  border: #CBB6BF solid 0.2666666667vw;
  margin-top: -5.8666666667vw;
  border-bottom: 1.0666666667vw solid #CBB6BF;
}

.doctorSns__list {
  margin-bottom: -13.0666666667vw;
}

.doctorSns__item {
  margin-bottom: 13.3333333333vw;
}

.doctorInfo__box:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.doctorInfo__wrap {
  border: #CBB6BF 0.2666666667vw solid;
  padding: 8.2666666667vw 5.3333333333vw 7.2vw;
  background: #F7F4F4;
}

.doctorInfo__ttl {
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.4583333333;
  position: relative;
  font-weight: 500;
  margin-bottom: 8.8vw;
  position: relative;
}

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

.doctorInfo__item {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-left: 4.2666666667vw;
  color: #4a383d;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.doctorInfo__item:not(:last-of-type) {
  margin-bottom: 2.1333333333vw;
}

.doctorInfo__item::before {
  position: absolute;
  content: "";
  top: 2.9333333333vw;
  background: #AA8D99;
  border-radius: 90%;
  width: 1.6vw;
  height: 1.6vw;
  left: 0;
}

.doctor__gallery {
  margin-bottom: 7.2vw;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.4666666667vw;
  margin-bottom: -4vw;
}

.gallery--sm .gallery__list {
  margin-left: -2.6666666667vw;
}

.gallery--lg .gallery__list {
  margin-left: -3.7333333333vw;
}

.gallery__item {
  width: calc(33.3% - 3.4666666667vw);
  margin-left: 3.4666666667vw;
  margin-bottom: 4vw;
}

.gallery--sm .gallery__item {
  width: calc(25% - 2.6666666667vw);
  margin-bottom: 2.9333333333vw;
  margin-left: 2.6666666667vw;
}

.gallery--lg .gallery__item {
  width: calc(50% - 3.7333333333vw);
  margin-bottom: 4.2666666667vw;
  margin-left: 3.7333333333vw;
}

.doctor__specialty {
  margin-bottom: 12.5333333333vw;
}

.doctorSpecialty__wrap {
  padding: 8vw 5.3333333333vw 8.5333333333vw;
  margin-top: -5.8666666667vw;
  border: #CBB6BF 0.2666666667vw solid;
  border-bottom: 1.0666666667vw #CBB6BF solid;
}

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

.doctorSpecialty__item,
.doctorDescription__item {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 12.8vw;
  list-style: none;
  margin-bottom: 6.4vw;
  color: #4a383d;
}

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

.doctorSpecialty__item a,
.doctorDescription__item a {
  color: #4a383d;
  text-decoration: underline;
}

.doctor__subTtl {
  text-align: center;
  margin-bottom: 4.2666666667vw;
}

.doctor__subTtl span {
  font-size: 6.4vw;
  font-weight: 500;
  color: #CBB6BF;
  line-height: 1.2083333333;
}

.doctorPickup__gallery {
  margin-bottom: 12.8vw;
}

.doctorPickup__wrap {
  padding: 8.5333333333vw 5.3333333333vw;
  margin-top: -5.8666666667vw;
  border: 0.2666666667vw solid #CBB6BF;
  border-bottom: 1.0666666667vw #CBB6BF solid;
}

.doctorPickup__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  color: #4a383d;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.doctor__pickup {
  margin-bottom: 12.8vw;
}

.doctorPickup__box {
  margin-bottom: 12.8vw;
}

.doctor__btn {
  margin-top: 13.3333333333vw;
}

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

.doctor__btnViewMore a:hover {
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  background-color: #CBB6BF;
  color: #fff;
}

/* インタビュー */
.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: #CBB6BF;
  position: relative;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

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

.doctorInterview__image {
  margin-bottom: 2rem;
}

.doctorInterview__txt {
  font-family: "Shippori Mincho", 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: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-left: 0;
  font-family: "Shippori Mincho", serif;
}

.menu-template-default .doctorInfo__item::before,
.clinic-template-default .doctorInfo__item::before {
  display: none;
}

.eclinicMessage__content {
  padding: 10.6666666667vw 4.2666666667vw;
  background: #fff;
  border: #CBB6BF 0.2666666667vw solid;
}

.eclinicMessage__subTtl {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6.4vw;
}

.eclinicMessage__img {
  width: 70.6666666667vw;
  margin: 0 auto 8.5333333333vw;
}

.eclinicMessage__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 6.4vw;
}

.eclinicMessage__name {
  display: block;
  text-align: right;
  font-size: 5.3333333333vw;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.eclinicReason__subTtl {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6.4vw;
}

.eclinicReason__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 14.9333333333vw;
}

.eclinicReason__list {
  margin-bottom: -20.2666666667vw;
}

.eclinicReason__card {
  position: relative;
  border-radius: 4.2666666667vw;
  background: #ECF5F7;
  padding: 12.8vw 6.4vw;
  margin-bottom: 20.2666666667vw;
}

.eclinicReason__num {
  top: -7.7333333333vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14.9333333333vw;
  line-height: 1;
  font-family: "Playfair Display", cursive;
  color: #CBB6BF;
}

.eclinicReason__heading {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 6.4vw;
  text-align: center;
}

.eclinicReason__img {
  border-radius: 90%;
  width: 55.4666666667vw;
  margin: 0 auto 8.5333333333vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}

.eclinicReason__desc {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.tokyoSubsidy__box {
}
.tokyoSubsidy__image {

}
.tokyoSubsidy__info {
  margin-top: 8.5333333333vw;
}
.tokyoSubsidy__txt {
  font-size: 4.8vw;
  margin-bottom: 10.6666666667vw;
  color: #262727;
}
.tokyoSubsidy__subTtl {
    position: relative;
    font-size: 4.8vw;
    border-left: 4px solid #CBB6BF;
    padding-left: 1rem;
    margin-bottom: 4.2666666667vw;
}
.tokyoSubsidy__table {
  margin-bottom: 10.6666666667vw;
  width: 100%;
}
.tokyoSubsidy__table th {
  font-size: 1.6rem;
  background: #F7F4F4;
  padding: 2.1333333333vw 2.6666666667vw;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #CBB6BF;
  font-size: 4.2666666667vw;
  vertical-align: middle;
}
.tokyoSubsidy__table td {
  border: 1px solid #CBB6BF;
  text-align: center;
  font-size: 3.7333333333vw;
  vertical-align: middle;
  padding: 2.1333333333vw 0;
  color: #262727;
}
.tokyoSubsidy__list {
  padding-left: 0.8333333333vw;
}
.tokyoSubsidy__item {
  font-size: 4.2666666667vw;
  margin-bottom: 3vw;
  color: #262727;
  position: relative;
}
.tokyoSubsidy__item:before {
    position: absolute;
      content: "・";
      top: 0;
      left: -4.2666666667vw;
}

.l-menuArchive__inner {
  padding-top: 8.5333333333vw;
  padding-bottom: 37.8666666667vw;
}

.menu__wrap {
  margin-bottom: -8.5333333333vw;
}

.menu__box {
  margin-bottom: 10.6666666667vw;
}

.menu__header {
  margin-bottom: 2.1333333333vw;
  position: relative;
}

.menu__header.brown {
  background: #F7F4F4;
}

.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: 3.4666666667vw 4.2666666667vw;
  position: relative;
  border: #CBB6BF solid 0.2666666667vw;
  border-bottom: 1.0666666667vw #CBB6BF solid;
}

.menu__ttlWrap {
  margin-left: 4.2666666667vw;
}

.menu__ttl {
  color: #CBB6BF;
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  font-weight: 700;
  margin-bottom: 1.6vw;
}

.menu__en {
  font-size: 3.2vw;
  line-height: 1.1666666667;
  font-family: "Playfair Display", cursive;
  color: #CBB6BF;
}

.menu__img {
  width: 26.6666666667vw;
}

.menu__img img {
  border-radius: 90%;
}

.menu__btn {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  border: #CBB6BF solid 0.2666666667vw;
  border-radius: 90%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.menu__btn::before,
.menu__btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  background: #CBB6BF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5333333333vw;
  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: -3.2vw;
}

.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: #4a383d;
  display: block;
  line-height: 1.4285714286;
  padding-left: 10.6666666667vw;
  position: relative;
  padding: 2.1333333333vw 0 2.1333333333vw 10.6666666667vw;
  border-bottom: #CBB6BF dotted 0.2666666667vw;
  font-size: 3.7333333333vw;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  text-decoration: underline;
}

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

.others:not(:first-of-type) {
  padding-top: 2.6666666667vw;
}

.others__top {
  margin-bottom: 8.5333333333vw;
  padding: 8.5333333333vw 4.2666666667vw 6.4vw;
}

.others__slick, .others__slick02 {
  margin-bottom: 4.2666666667vw;
}

.others__txtBox {
  background: #FFF;
  padding: 4.2666666667vw;
  border-radius: 2.1333333333vw;
}

.others__txt {
  font-size: 3.2vw;
  line-height: 2;
}

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

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

.others__info .info__wrapper {
  margin-bottom: 12.8vw;
  padding: 10.6666666667vw 4.2666666667vw 13.6vw;
}

.others__box {
  background: #F7F4F4;
  border-radius: 2.1333333333vw;
  padding: 6.4vw 6.4vw 6.4vw 4.2666666667vw;
  margin-bottom: 6.4vw;
}

.others__subTtl {
  color: #CBB6BF;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.2307692308;
  position: relative;
  margin-bottom: 2.1333333333vw;
}

.others__subTtl::before {
  content: "Interior";
  position: absolute;
  font-size: 8.5333333333vw;
  text-transform: uppercase;
  font-family: "Playfair Display", cursive;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: -10.6666666667vw;
}

.others__desc {
  font-size: 3.7333333333vw;
  line-height: 2;
}

.others__img:not(:last-child) {
  margin-bottom: 4.2666666667vw;
}

.columnRanking__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%);
}

.notFound {
  padding-bottom: 21.3333333333vw;
}

.notFound p {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.75;
  margin-bottom: 10.6666666667vw;
}

.photosSearch {
  position: relative;
}

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

.photosSearch__content {
  background: #fff;
  border-radius: 4.2666666667vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  padding: 10.6666666667vw 3.2vw 12.8vw;
}

.photoSearch__content {
  -webkit-box-shadow: 0 0 2.1333333333vw rgba(9, 86, 191, 0.16);
  box-shadow: 0 0 2.1333333333vw rgba(9, 86, 191, 0.16);
  padding: 6.4vw;
}

.photoSearch__freeword {
  margin-bottom: 6.4vw;
  position: relative;
}

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

.photoSearch__freeword input {
  font-size: 5.3333333333vw;
  line-height: 1.45;
  padding: 3.2vw 5.3333333333vw 3.2vw 21.3333333333vw;
  border-radius: 7.4666666667vw;
  color: #707070;
  border: #CBB6BF solid 0.2666666667vw;
}

.photoSearch__select {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  color: #142388;
  position: relative;
  margin-bottom: 6.4vw;
}

.photoSearch__select::after {
  content: "";
  position: absolute;
  width: 4vw;
  height: 5.8666666667vw;
  right: 6.4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icon-arrow-both.png") center center/contain no-repeat;
}

.photoSearch__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  font-size: 5.3333333333vw;
  line-height: 1;
  padding: 3.7333333333vw 10.6666666667vw 3.7333333333vw;
  border-radius: 7.4666666667vw;
  border: #CBB6BF solid 0.2666666667vw;
}

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

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

.photoSearch__radio {
  margin-bottom: 10.6666666667vw;
}

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

.photoSearch__radio span {
  display: inline-block;
  padding-left: 8.5333333333vw;
  position: relative;
}

.photoSearch__radio span::before {
  border: 0.2666666667vw solid #CBB6BF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6.4vw;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.4vw;
}

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

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

.photoSearch__radio label {
  margin-right: 8vw;
  cursor: pointer;
}

.photoSearch__radio input {
  cursor: pointer;
  width: 6.4vw;
  height: 6.4vw;
}

.photoSearch__radio span {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  color: #CBB6BF;
  display: inline-block;
  margin-left: 2.1333333333vw;
  vertical-align: super;
}

.photoSearch__btn {
  margin-top: 6.4vw;
  position: relative;
}

.photoSearch__btn::after {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 2.9333333333vw;
  right: 6.4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow-white.svg") center center/100% no-repeat;
}

.photoSearch__btn input {
  text-align: center;
}

.photoSearch__btn input {
  text-align: center;
  position: relative;
  background: #CBB6BF;
  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: 4.2666666667vw;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 500;
  border-radius: 8.5333333333vw;
  line-height: 1.45;
  margin: 0 auto;
}

.photoSearch__btn input:hover {
  background: #CBB6BF;
  color: #fff;
  opacity: 0.8;
}

.photoSearch__btn::before {
  content: "";
  position: absolute;
  width: 4vw;
  height: 4vw;
  right: 6.4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 90%;
  border: 0.2666666667vw #fff solid;
  z-index: 1;
}

.photoSearch__btn::after {
  content: "";
  position: absolute;
  right: 8.6666666667vw;
  width: 8.1466666667vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 0.2666666667vw;
  background: #fff;
}

.photoSearch__checkbox {
  margin-left: -4.2666666667vw;
}

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

.photosSearch__checkboxTtl {
  margin-bottom: 4.2666666667vw;
  margin-left: 4.2666666667vw;
}

.photosSearch__checkboxTtl span {
  border-radius: 7.4666666667vw;
  background: #fff !important;
  border: #CBB6BF 0.2666666667vw solid;
  color: #CBB6BF;
  display: inline-block;
  font-size: 4.2666666667vw;
  font-family: "Shippori Mincho", serif;
  padding: 3.2vw 4.2666666667vw;
}

.photoSearch__checkbox label {
  margin-left: 4.2666666667vw;
}

.photoSearch__checkbox span {
  display: inline-block;
  font-size: 4.2666666667vw;
  border-radius: 7.4666666667vw;
  line-height: 1.5;
  padding: 2.1333333333vw 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  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: 21.3333333333vw;
}

.photosPickup__ranking {
  max-width: 85.3333333333vw;
  margin: 0 auto;
}

.photosPickup__rank {
  padding: 0 2.6666666667vw;
}

.photosPickup__rank:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}

.photosAll__list {
  max-width: 80vw;
  margin: 0 auto;
  list-style: none;
}

.photosAll__item {
  margin-bottom: 10.6666666667vw;
}

.photosAll__img {
  margin-bottom: 4.2666666667vw;
}

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

.photosAll__dateWrap time {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.7142857143;
}

.photosAll__subTtl {
  font-size: 5.3333333333vw;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 3.2vw;
  border-radius: 0.5333333333vw;
  border-left: 1.0666666667vw solid #CBB6BF;
  margin-bottom: 4.2666666667vw;
}

.photosAll__price {
  display: block;
  text-align: right;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-bottom: 4.2666666667vw;
}

.photosAll__btn {
  padding: 3.2vw;
  border-radius: 9.6vw;
  border: 0.2666666667vw #CBB6BF solid;
  text-align: center;
}

.photosAll__btn span {
  display: inline-block;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  padding-right: 8.5333333333vw;
  position: relative;
  font-weight: 500;
  color: #CBB6BF;
}

.photosAll__btn span::after,
.photosAll__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CBB6BF;
  height: 0.5333333333vw;
  width: 4.2666666667vw;
  -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: 10.6666666667vw;
  margin-top: 4.2666666667vw;
}

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

.photosAll__person {
  border-radius: 90%;
  overflow: hidden;
  width: 10.6666666667vw;
}

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

.photosAll__wrap {
  padding: 0 4.2666666667vw;
}

.photosAll__box:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.photosAll__heading {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.1333333333vw;
}

.photosAll__box li a {
  font-size: 3.7333333333vw;
  line-break: 1.4285714286;
  padding-left: 4.8vw;
  position: relative;
  color: #CBB6BF;
  display: inline-block;
  text-decoration: underline;
}

.photosAll__box li a::before {
  content: "▶";
  color: #CBB6BF;
  position: absolute;
  font-size: 3.7333333333vw;
  left: 0;
  top: 0;
}

.photosAll__box p {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}

.photosAll__pagination {
  margin-top: 10.6666666667vw;
}

.photoSearch__select--category .feas_clevel_01,
.photoSearch__select--category .feas_clevel_03,
.photoSearch__select--category .feas_clevel_04 {
  display: none;
}

.no-display {
  display: none;
}

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

.page-faq .single__container::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #F7F4F4;
  left: 0;
  top: 0;
}

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

.single__header {
  padding-top: 3.2vw;
  position: relative;
}

.single__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  padding: 0 4.2666666667vw;
}

.single__date {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  color: #4a383d;
}

.single__date:not(:first-of-type) {
  margin-left: 8.5333333333vw;
}

.single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.9333333333vw;
  width: 90%;
  margin: 0 auto 3vw;
}

.single__tag {
  color: #CBB6BF;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-right: 4vw;
  margin-bottom: 1vw;
}

.single__body {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.single__contents--pc {
  display: none;
}

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

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

.ez-toc-title-container {
    margin-bottom: 4.6666666667vw;
}

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

.ez-toc-list {
  padding-left: 4.2666666667vw !important;
  border-left: 0.2666666667vw solid #e2d9d6;
}

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

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

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

#ez-toc-container {
  background: #F7F4F4;
  padding: 9.8666666667vw 4.5333333333vw 8.5333333333vw !important;
}

.ez-toc-list li:not(:last-of-type) {
  margin-bottom: 4.2666666667vw;
}

.ez-toc-list li a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286 !important;
  display: block;
  color: #4a383d !important;
  text-decoration: underline !important;
  position: relative;
}

.single__content * {
  margin-bottom: 6.4vw;
}

.single__content *:last-child {
  margin-bottom: 0;
}

.single__content .flex-basic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.single__content .flex-basic .is-layout-flex {
  gap: 0 !important;
}

.single__content .bg-marble,
.single__content .bg-brown,
.single__content .bg-marble-blue,
.single__content .bg-marble-purple,
.single__content .bg-bubble,
.single__content .bg-blue,
.single__content .bg-gray {
  position: relative;
  margin-bottom: 0 !important;
}

.single__content .bg-marble::before,
.single__content .bg-brown::before,
.single__content .bg-marble-blue::before,
.single__content .bg-marble-purple::before,
.single__content .bg-bubble::before,
.single__content .bg-blue::before,
.single__content .bg-gray::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;
}

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

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

.single__content .bg-bubble::before {
  background-image: url("../img/single/bg-bubble_sp.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}

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

.single__content .bg-blue::before {
  background: #F7F4F4;
}

.single__content .bg-brown::before {
  background: #F7F4F4;
}

.single__content .bg-gray::before {
  background: #f7f7f7;
}

.single__content .ttl-en {
  display: none;
  font-size: 8.8vw;
  line-height: 1.2083333333;
  font-family: "Playfair Display", cursive;
  color: #CBB6BF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-all;
}

.single__content .ttl-en::first-letter {
  color: #CBB6BF;
}

.single__content h2 {
  font-size: 8vw;
  line-height: 1.2083333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #c65c8a;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-all;
  margin-top: 4vw;
  margin-bottom: 8.5333333333vw;
  /* font-size: 4.2666666667vw;
  text-align: center;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-bottom: 8.5333333333vw;
  font-family: "Shippori Mincho", serif; */
}

.single__content .ttl-bg {
  font-size: 6.4vw;
  line-height: 1.2083333333;
  font-weight: 500;
  color: #000000;
  background: #CBB6BF;
  padding: 3.2vw 4.2666666667vw;
  margin-top: 12.8vw;
}

.single__content .ttl-left-line {
  font-size: 5.3333333333vw;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 3.2vw;
  border-left: 1.0666666667vw solid #CBB6BF;
  margin-top: 8.5333333333vw;
}

.single__content .ttl-bottom-line {
  font-size: 5.3333333333vw;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 2px solid #70707020;
  margin-top: 8.5333333333vw;
  position: relative;
  color: #4a383d;
  text-align: left;
  padding-bottom: 2.5vw;
}

.single__content .ttl-bottom-line:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: #CBB6BF;
  left: 0;
  right: 0;
  bottom: -2px;
}

.single__content p {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
  color: #4a383d;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.single__content ul {
  background: #F7F4F4;
  border-radius: 4.2666666667vw;
  padding: 8.5333333333vw 4.2666666667vw;
}

.single__content ul li {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.1875;
  position: relative;
  color: #4a383d;
  padding-left: 12.8vw;
  margin-bottom: 8.5333333333vw;
}

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

.single__content ol li {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  padding-left: 8vw;
  position: relative;
}

.single__content ol li:not(:last-of-type) {
  margin-bottom: 4.2666666667vw !important;
}

.single__content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16%;
  font-family: "Playfair Display", cursive;
  font-size: 6.4vw;
}

.single__content ol li:nth-child(1)::before {
  content: "1.";
}

.single__content ol li:nth-child(2)::before {
  content: "2.";
}

.single__content ol li:nth-child(3)::before {
  content: "3.";
}

.single__content ol li:nth-child(4)::before {
  content: "4.";
}

.single__content ol li:nth-child(5)::before {
  content: "5.";
}

.single__content ol li:nth-child(6)::before {
  content: "6.";
}

.single__content ol li:nth-child(7)::before {
  content: "7.";
}

.single__content ol li:nth-child(8)::before {
  content: "8.";
}

.single__content ol li:nth-child(9)::before {
  content: "9.";
}

.single__content ol li:nth-child(10)::before {
  content: "10.";
}

.single__content ol li:nth-child(11)::before {
  content: "11.";
}

.single__content ol li:nth-child(12)::before {
  content: "12.";
}

.single__content ol li:nth-child(13)::before {
  content: "13.";
}

.single__content ol li:nth-child(14)::before {
  content: "14.";
}

.single__content ol li:nth-child(15)::before {
  content: "15.";
}

.single__content ol li:nth-child(16)::before {
  content: "16.";
}

.single__content ol li:nth-child(17)::before {
  content: "17.";
}

.single__content ol li:nth-child(18)::before {
  content: "18.";
}

.single__content ol li:nth-child(19)::before {
  content: "19.";
}

.single__content ol li:nth-child(20)::before {
  content: "20.";
}

.single__content ol li:nth-child(21)::before {
  content: "21.";
}

.single__content ol li:nth-child(22)::before {
  content: "22.";
}

.single__content ol li:nth-child(23)::before {
  content: "23.";
}

.single__content ol li:nth-child(24)::before {
  content: "24.";
}

.single__content ol li:nth-child(25)::before {
  content: "25.";
}

.single__content ol li:nth-child(26)::before {
  content: "26.";
}

.single__content ol li:nth-child(27)::before {
  content: "27.";
}

.single__content ol li:nth-child(28)::before {
  content: "28.";
}

.single__content ol li:nth-child(29)::before {
  content: "29.";
}

.single__content ol li:nth-child(30)::before {
  content: "30.";
}

.single__content ol li:nth-child(31)::before {
  content: "31.";
}

.single__content ol li:nth-child(32)::before {
  content: "32.";
}

.single__content ol li:nth-child(33)::before {
  content: "33.";
}

.single__content ol li:nth-child(34)::before {
  content: "34.";
}

.single__content ol li:nth-child(35)::before {
  content: "35.";
}

.single__content ol li:nth-child(36)::before {
  content: "36.";
}

.single__content ol li:nth-child(37)::before {
  content: "37.";
}

.single__content ol li:nth-child(38)::before {
  content: "38.";
}

.single__content ol li:nth-child(39)::before {
  content: "39.";
}

.single__content ol li:nth-child(40)::before {
  content: "40.";
}

.single__content ol li:nth-child(41)::before {
  content: "41.";
}

.single__content ol li:nth-child(42)::before {
  content: "42.";
}

.single__content ol li:nth-child(43)::before {
  content: "43.";
}

.single__content ol li:nth-child(44)::before {
  content: "44.";
}

.single__content ol li:nth-child(45)::before {
  content: "45.";
}

.single__content ol li:nth-child(46)::before {
  content: "46.";
}

.single__content ol li:nth-child(47)::before {
  content: "47.";
}

.single__content ol li:nth-child(48)::before {
  content: "48.";
}

.single__content ol li:nth-child(49)::before {
  content: "49.";
}

.single__content ol li:nth-child(50)::before {
  content: "50.";
}

.single__content .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.8vw 4.2666666667vw;
  border-radius: 4.2666666667vw;
  -webkit-box-shadow: 0 0 1.6vw #f0f0f0;
  box-shadow: 0 0 1.6vw #f0f0f0;
  gap: 0 !important;
  background: #fff;
  position: relative;
}

.single__content .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;
}

.single__content .step div {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.single__content .step:not(:last-of-type) {
  margin-bottom: 21.3333333333vw;
}

.single__content .step:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14.9333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5333333333vw 18.6666666667vw 0 18.6666666667vw;
  border-color: #F7F4F4 transparent transparent transparent;
}

.single__content .step .is-layout-flow:last-of-type {
  margin-bottom: 6.4vw;
  text-align: center;
}

.single__content .step .is-layout-flow:first-of-type {
  margin-bottom: 0;
}

.single__content .step div:last-of-type p:first-of-type {
  font-size: 6.4vw;
  font-family: "Playfair Display", cursive;
  line-height: 1.3333333333;
  color: #fff;
  padding: 2.1333333333vw 5.8666666667vw;
  display: inline-block;
  background: #CBB6BF;
  border-radius: 13.3333333333vw;
  margin-bottom: 4.2666666667vw;
}

.single__content .step div:last-of-type p:last-of-type {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.single__content .table-price table {
  width: 100%;
  border: 0.2666666667vw solid #CBB6BF !important;
  border-bottom: none !important;
}

.single__content .table-basic table {
  margin-bottom: 0;
}

.single__content .table-basic {
  width: 100%;
  -webkit-box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.16);
}

.single__content .table-basic thead {
  border-bottom: none;
}

.single__content .table-basic table th {
  background: #CBB6BF;
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.1428571429;
  font-weight: 500;
  padding: 2.1333333333vw;
  vertical-align: middle;
  color: #fff;
  border: 0.2666666667vw #CBB6BF solid;
}

.single__content .table-basic table td {
  background: #fff;
  color: #4a383d;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  padding: 2.1333333333vw;
  vertical-align: middle;
  border: 0.2666666667vw #CBB6BF solid !important;
}

.single__content .table-basic table tr td:first-of-type {
  background: #F7F4F4;
}

.single__content .table-basic table {
  width: 100%;
}

.single__content .table-complex {
  overflow-x: scroll;
}

.single__content .table-complex table {
  border-collapse: separate;
  overflow: hidden;
  width: auto;
  border-spacing: 2.1333333333vw;
}

.single__content .table-complex table th,
.single__content .table-complex table td {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  white-space: nowrap;
}

.single__content .table-complex table th {
  color: #fff;
  font-weight: 500;
  background: #CBB6BF !important;
  text-align: center !important;
  border: none !important;
  padding: 2.1333333333vw 5.3333333333vw;
}

.single__content .table-complex table td {
  color: #4a383d !important;
  text-align: center !important;
  border: #CBB6BF 0.2666666667vw solid !important;
}

.single__content .table-complex table tr td:first-child {
  background: #F7F4F4 !important;
  border: none !important;
  height: 17.6vw;
  color: #4a383d;
}

.single__content .table-price table th {
  width: 100%;
  display: block;
  border: none !important;
  border-bottom: 0.2666666667vw solid #CBB6BF !important;
  padding: 4.2666666667vw 10.6666666667vw !important;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center !important;
  font-weight: 700;
  background: #F7F4F4 !important;
  margin-bottom: 0;
  color: #4a383d;
}

.single__content .table-price table p{
  font-weight: 700;
}

.table-price th a{
  color: #4a383d;
}

.single__content .table-price table td {
  width: 100%;
  font-size: 4.2666666667vw;
  display: block;
  border: none !important;
  border-bottom: 0.2666666667vw solid #CBB6BF !important;
  vertical-align: middle;
  text-align: left !important;
  background: #fff;
  padding: 4.2666666667vw 2.1333333333vw !important;
  color: #434850;
}

.single__content .card-list>div {
  margin-bottom: -8.5333333333vw;
}

.single__content .card {
  margin-bottom: 8.5333333333vw;
}

.single__content .card>div {
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  border-radius: 4.2666666667vw;
  overflow: hidden;
  position: relative;
}

.single__content .card.hide>div::after {
  content: "続きをよむ";
  position: absolute;
  text-align: center;
  display: block;
  background: #CBB6BF;
  color: #fff;
  width: 78.4vw;
  bottom: 6.4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 7.7333333333vw;
  font-size: 3.7333333333vw;
  z-index: 2;
  padding: 3.2vw;
}

.single__content .card.hide>div {
  height: 106.6666666667vw;
}

.single__content .card.hide.is-show>div {
  height: auto;
}

.single__content .card.hide.is-show>div::before {
  display: none;
}

.single__content .card.hide.is-show>div::after {
  content: "閉じる";
}

.single__content .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;
}

.single__content .card h3 {
  text-align: center;
  font-weight: 500;
  font-size: 5.3333333333vw;
  line-height: 1.45;
  font-family: "Shippori Mincho", serif;
  padding: 4.2666666667vw;
  margin-bottom: 0;
  margin-top: 0;
  background: #F7F4F4;
  color: #CBB6BF;
}

.single__content .card p {
  font-size: 4.2666666667vw;
  line-height: 1.8;
}

.single__content .card .wp-block-group {
  padding: 4.2666666667vw 6.4vw 6.4vw;
  background: #fff;
}

.single__content .card.hide {
  cursor: pointer;
}

.single__content .card.hide .wp-block-group {
  padding: 4.2666666667vw 6.4vw 24vw;
}

.singleDoctor__ttl {
  margin-bottom: 8.5333333333vw;
  text-transform: uppercase;
}

.singleDoctor__card:not(:last-of-type) {
  margin-bottom: 19.2vw;
}

.qa:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.qa {
  border: #CBB6BF 0.2666666667vw solid;
  border-bottom: #CBB6BF 1.0666666667vw solid;
  padding: 0 4.2666666667vw;
  background: #fff;
}

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

.qa .qa__question {
  cursor: pointer;
}

.qa .qa__question p,
.qa .qa__question h3 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.3333333333;
  position: relative;
  padding: 2.4vw 6.4vw 3vw 9.8666666667vw;
}

.qa .qa__answer p {
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #4a383d;
  padding: 2.4vw 0 3vw;
}

.qa .wp-block-group:first-of-type {
  position: relative;
  /* padding-bottom: 6.4vw; */
}

.qa .qa__question p::before,
.qa .qa__question h3::before {
  content: "Q";
  position: absolute;
  color: #CBB6BF;
  font-family: "Playfair Display", cursive;
  font-size: 8.5333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

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

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

.qa .wp-block-group:last-of-type {
  /* padding: 6.4vw 0; */
  border-top: 0.2666666667vw dashed #e2d9d6;
}

.ttl-basic {
  text-align: center;
  margin-bottom: 8.5333333333vw !important;
}

.ttl-basic a{
  color: #4a383d;
}

.ttl-basic p{
  font-family: "Playfair Display", cursive;
}

.ttl-basic p:first-of-type {
  color: #CBB6BF;
  font-family: "Playfair Display", cursive;
  line-height: 1.1666666667;
  font-size: 8.8vw;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
  word-break: break-all;
  margin-bottom: 1.3333333333vw;
}

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

.ttl-basic h2 {
  display: inline-block;
  font-size: 4.2666666667vw;
  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: 8.5333333333vw !important;
}

.ttl-icon p,
.ttl-icon--left p {
  color: #CBB6BF;
  font-family: "Playfair Display", cursive;
  line-height: 1.2083333333;
  font-size: 12.8vw;
  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: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
  position: relative;
  padding-right: 6.6666666667vw;
  margin-bottom: 0 !important;
  text-align: center;
}

.ttl-icon h2::after,
.ttl-icon--left h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.5333333333vw;
  height: 4vw;
  background: url("../img/common/icon-circles-colorful.svg") center center/contain no-repeat;
}

.bg-bubble-blue {
  background-image: url("../img/top/bg_circle_sp_1.png");
  background-repeat: repeat;
  background-size: 40rem;
}

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

.bg-blue02 {
  background: #F7F4F4;
}

.bg-paleOrange {
  background: #F7F4F4;
}

.bg-skyBlue{
  background-color: #CBB6BF;
}

.single02__inner {
  padding-top: 15.7333333333vw;
  padding-bottom: 40vw;
}

.single02__content * {
  margin-bottom: 6.4vw;
}

.single02__content *:last-child {
  margin-bottom: 0;
}

.single02__content p {
  font-size: 4.2666666667vw;
  line-height: 1.875;
}

.single02__content h2 {
  font-size: 7.4666666667vw;
  line-height: 1.4285714286;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.single02__content h3 {
  font-size: 6.4vw;
  line-height: 1.4583333333;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  background: #CBB6BF;
  padding: 3.2vw 4.2666666667vw;
  color: #fff;
}

.single02__content h4 {
  font-size: 5.3333333333vw;
  line-height: 1.6;
  padding-left: 5.3333333333vw;
  border-left: 1.0666666667vw #CBB6BF solid;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.single02__content h5 {
  font-size: 4.8vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.single02__content h6 {
  font-size: 4.2666666667vw;
  line-height: 2.25;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.single02__content ul li {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  padding-left: 3.7333333333vw;
  position: relative;
}

.single02__content ul li:not(:last-of-type) {
  margin-bottom: 4.2666666667vw !important;
}

.single02__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 90%;
  background: #CBB6BF;
  width: 1.6vw;
  height: 1.6vw;
}

.single02__content ol li {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  padding-left: 8vw;
  position: relative;
}

.single02__content ol li:not(:last-of-type) {
  margin-bottom: 4.2666666667vw !important;
}

.single02__content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16%;
  font-family: "Playfair Display", cursive;
  font-size: 6.4vw;
}

.single02__content ol li:nth-child(1)::before {
  content: "1.";
}

.single02__content ol li:nth-child(2)::before {
  content: "2.";
}

.single02__content ol li:nth-child(3)::before {
  content: "3.";
}

.single02__content ol li:nth-child(4)::before {
  content: "4.";
}

.single02__content ol li:nth-child(5)::before {
  content: "5.";
}

.single02__content ol li:nth-child(6)::before {
  content: "6.";
}

.single02__content ol li:nth-child(7)::before {
  content: "7.";
}

.single02__content ol li:nth-child(8)::before {
  content: "8.";
}

.single02__content ol li:nth-child(9)::before {
  content: "9.";
}

.single02__content ol li:nth-child(10)::before {
  content: "10.";
}

.single02__content ol li:nth-child(11)::before {
  content: "11.";
}

.single02__content ol li:nth-child(12)::before {
  content: "12.";
}

.single02__content ol li:nth-child(13)::before {
  content: "13.";
}

.single02__content ol li:nth-child(14)::before {
  content: "14.";
}

.single02__content ol li:nth-child(15)::before {
  content: "15.";
}

.single02__content ol li:nth-child(16)::before {
  content: "16.";
}

.single02__content ol li:nth-child(17)::before {
  content: "17.";
}

.single02__content ol li:nth-child(18)::before {
  content: "18.";
}

.single02__content ol li:nth-child(19)::before {
  content: "19.";
}

.single02__content ol li:nth-child(20)::before {
  content: "20.";
}

.single02__content ol li:nth-child(21)::before {
  content: "21.";
}

.single02__content ol li:nth-child(22)::before {
  content: "22.";
}

.single02__content ol li:nth-child(23)::before {
  content: "23.";
}

.single02__content ol li:nth-child(24)::before {
  content: "24.";
}

.single02__content ol li:nth-child(25)::before {
  content: "25.";
}

.single02__content ol li:nth-child(26)::before {
  content: "26.";
}

.single02__content ol li:nth-child(27)::before {
  content: "27.";
}

.single02__content ol li:nth-child(28)::before {
  content: "28.";
}

.single02__content ol li:nth-child(29)::before {
  content: "29.";
}

.single02__content ol li:nth-child(30)::before {
  content: "30.";
}

.single02__content ol li:nth-child(31)::before {
  content: "31.";
}

.single02__content ol li:nth-child(32)::before {
  content: "32.";
}

.single02__content ol li:nth-child(33)::before {
  content: "33.";
}

.single02__content ol li:nth-child(34)::before {
  content: "34.";
}

.single02__content ol li:nth-child(35)::before {
  content: "35.";
}

.single02__content ol li:nth-child(36)::before {
  content: "36.";
}

.single02__content ol li:nth-child(37)::before {
  content: "37.";
}

.single02__content ol li:nth-child(38)::before {
  content: "38.";
}

.single02__content ol li:nth-child(39)::before {
  content: "39.";
}

.single02__content ol li:nth-child(40)::before {
  content: "40.";
}

.single02__content ol li:nth-child(41)::before {
  content: "41.";
}

.single02__content ol li:nth-child(42)::before {
  content: "42.";
}

.single02__content ol li:nth-child(43)::before {
  content: "43.";
}

.single02__content ol li:nth-child(44)::before {
  content: "44.";
}

.single02__content ol li:nth-child(45)::before {
  content: "45.";
}

.single02__content ol li:nth-child(46)::before {
  content: "46.";
}

.single02__content ol li:nth-child(47)::before {
  content: "47.";
}

.single02__content ol li:nth-child(48)::before {
  content: "48.";
}

.single02__content ol li:nth-child(49)::before {
  content: "49.";
}

.single02__content ol li:nth-child(50)::before {
  content: "50.";
}

.single02__content .wp-block-quote {
  border: none !important;
  padding-left: 0 !important;
  position: relative;
}

.single02__content .wp-block-quote::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -2.6666666667vw;
  width: 4.8vw;
  height: 4.8vw;
  background: url("../img/common/quote.png") center center/contain no-repeat;
}

.single02__content .wp-block-quote p {
  font-size: 4.2666666667vw;
  line-height: 1.125;
}

.single02__content table {
  border: 0.2666666667vw #CBB6BF solid;
  border-bottom: none !important;
}

.single02__content table th,
.single02__content table td {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  padding: 4.2666666667vw 6.4vw !important;
  border: none !important;
  border-bottom: 0.2666666667vw #CBB6BF solid !important;
  vertical-align: middle;
}

.single02__content table th {
  margin-bottom: 0 !important;
  background: #F7F4F4 !important;
  font-weight: 700;
}

.single02__content table td {
  margin-bottom: 0 !important;
}

.tokyoAbout__info {
  background: #F7F4F4;
  padding: 8.5333333333vw 8.5333333333vw 19.2vw;
}

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

.tokyoAbout__info dl {
  border-bottom: #CBB6BF solid 0.2666666667vw;
  padding: 0 4.2666666667vw 8.5333333333vw;
}

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

.tokyoAbout__info dd {
  color: #4a383d;
  font-size: 4.2666666667vw;
  line-height: 2;
}

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

.tokyoAccess__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  margin-bottom: 8.5333333333vw;
  color: #4a383d;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.tokyoAccess__mapWrap {
  margin-bottom: 8.8vw;
}

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

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

.tokyoAccess__box:not(:last-of-type) {
  margin-bottom: 19.2vw;
}

.tokyoAccess__subTtl {
  font-size: 4.2666666667vw;
  line-height: 2;
  padding-left: 3.2vw;
  border-left: 1.0666666667vw solid #CBB6BF;
  margin-bottom: 8.5333333333vw;
}

.tokyoAccess__list {
  width: 69.3333333333vw;
  margin: 0 auto;
}

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

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

.tokyoAccess__img {
  margin-bottom: 2.1333333333vw;
  border-radius: 4.2666666667vw;
}

.tokyoAccess__desc {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #4a383d;
}

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

.tokyoInterior__container {
  border-top: 0.2666666667vw #CBB6BF solid;
}

.tokyoInterior__box {
  padding: 8.5333333333vw 5.8666666667vw 10.6666666667vw;
  border-bottom: 0.2666666667vw #CBB6BF solid;
}

.tokyoInterior__imgWrap {
  margin-bottom: 8.2666666667vw;
}

.tokyoInterior__heading {
  font-size: 6.4vw;
  line-height: 1.2083333333;
  margin-bottom: 5.3333333333vw;
  font-weight: 500;
}

.tokyoInterior__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  font-weight: 500;
}

.l-topKv__inner {
  padding: 4vw 4vw 0;
}

.topKv {
  position: relative;
  margin-bottom: 5rem;
}

/* .topKv::before {
  content: "";
  position: absolute;
  background: #F7F4F4;
  width: 100%;
  height: calc(100% - 37.0666666667vw);
  top: 0;
  left: 0;
  z-index: -1;
} */

.topKv__box {
  margin-bottom: 10.6666666667vw;
}

.topKv__lead {
  color: #CBB6BF;
  font-family: "Meddon", cursive;
  font-size: 6.4vw;
  line-height: 2.125;
}

.topKv__lead span {
  color: #CBB6BF;
}

.topKv__ttl {
  margin-bottom: 4.2666666667vw;
}

.topKv__ttl .en {
  font-size: 17.0666666667vw;
  line-height: 1.234375;
  font-family: "Playfair Display", serif;
}

.topKv__ttl .ja {
  display: inline-block;
  font-size: 6.4vw;
  line-height: 1.2083333333;
  font-weight: 500;
  margin-left: 4.2666666667vw;
}

.topKv__txt {
  font-size: 4.2666666667vw;
  line-height: 2;
  margin-bottom: 2rem;
}

.topKv__wrap {
  position: relative;
}

.topKv__item {
  list-style: none;
}

.topKv__numWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37.3333333333vw;
  height: 37.0666666667vw;
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(20px) brightness(112%);
  backdrop-filter: blur(20px) brightness(112%);
}

.topKv__numWrap::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5.6vw;
  width: 21.6vw;
  height: 2.9333333333vw;
  background: url("../img/top/kv-icon.svg") center center/cover no-repeat;
}

.topKv__numBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5.8666666667vw;
  width: 15.4666666667vw;
  height: 18.4vw;
}

.topKv__numBox::after {
  content: "";
  position: absolute;
  width: 14.6666666667vw;
  top: 10.9333333333vw;
  right: -2.1333333333vw;
  height: 0.2666666667vw;
  background: #CBB6BF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topKv__currentNum {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9.6vw;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
}

.topKv__allNum {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}

.l-topAbout__inner {
  padding-top: 19.2vw;
  padding-bottom: 12.8vw;
}

.topAbout__ttl {
  margin-bottom: 9.3333333333vw;
  text-transform: uppercase;
}

.topAbout__txt {
  font-size: 4.2666666667vw;
  margin-bottom: 8.5333333333vw;
  line-height: 2;
}

.topCampaign {
  /* background: #F7F4F4; */
}

.l-topCampaign {
  padding-top: 3vw;
  padding-bottom: 19.4666666667vw;
}

.topCampaign__ttl {
  text-transform: uppercase;
  margin-bottom: 6.1333333333vw;
}

.topSuggest__ttl, .topSuggest__ttl .en span {
  /* color: #fff; */
}

.topCampaign__slider,
.topSuggest__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4.8vw;
}

.topCampaign__slider-item.slider-basic__item,
.topSuggest__gridItem {
  width: 46%;
  margin: 0;
  padding: 0;
}

.topCampaign__btn {
  text-align: center;
}


@media screen and (min-width:64em) {
  .topCampaign__slider {
    gap: 4.8rem;
    margin-bottom: 4.1rem;
  }

  .topCampaign__slider-item.slider-basic__item {
    width: 28.5%;
    margin: 0 1rem;
  }

  .topSuggest__gridItem {
    width: 18%;
  }
}

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

.l-topNews__inner {
  padding-top: 19.2vw;
  padding-bottom: 19.2vw;
}

.topNews__box {
  margin-bottom: 14.9333333333vw;
}

.topNews__ttl {
  margin-bottom: 9.3333333333vw;
  text-transform: uppercase;
}

.topNews__list {
  border-top: 0.2666666667vw solid #CBB6BF;
  margin-bottom: 8.5333333333vw;
}

.topNews__item {
  border-bottom: 0.2666666667vw #CBB6BF solid;
}

.topNews__link {
  padding: 4.5333333333vw 17.0666666667vw 6.4vw 4.2666666667vw;
  display: block;
  color: #CBB6BF;
  position: relative;
}

.topNews__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.1333333333vw;
  height: 4.2666666667vw;
  width: 6.48vw;
  background: url("../img/top/news-icon.svg") center center/contain no-repeat;
}

.topNews__date {
  font-size: 3.7333333333vw;
  line-height: 1.1428571429;
  font-family: "Playfair Display", cursive;
  display: block;
  margin-bottom: 2.4vw;
}

.topNews__heading {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.topNews__btn {
  text-align: center;
}

.l-topPicture__inner {
  padding-top: 18.1333333333vw;
  padding-bottom: 19.2vw;
}

.topPicture__ttl {
  margin-bottom: 11.2vw;
}

.topPicture__wrap:first-of-type {
  margin-bottom: 18.9333333333vw;
}

.topPicture__subTtl {
  margin-bottom: 9.6vw;
}

.topPicture__ranking {
  max-width: 85.3333333333vw;
  margin: 0 auto;
}

.topPicture__rank {
  padding: 0 2.6666666667vw;
}

.topPicture__subTtl {
  margin-bottom: 8.5333333333vw;
}

.topPicture__list {
  margin-bottom: 5.8666666667vw;
}

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

.l-topProblems__inner {
  padding-top: 19.2vw;
}

.topProblems__ttl {
  margin-bottom: 9.3333333333vw;
  text-transform: uppercase;
}

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

.topProblems__item:nth-child(2n) .topProblems__btn span {
  padding-right: 0;
  padding-left: 11.7333333333vw;
} */

.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: #CBB6BF;
  position: relative;
  overflow: hidden;
}

.topProblems__box {
  padding: 6.4vw 3.7333333333vw;
  height: 25.0666666667vw;
  position: relative;
  z-index: 1;
}

.topProblems__subTtl .ja {
  font-size: 5.3333333333vw;
  font-weight: 700;
  display: block;
  line-height: 1.45;
  margin-bottom: 2.1333333333vw;
  color: #4a383d;
}

.topProblems__subTtl .en {
  color: #CBB6BF;
  display: block;
  font-weight: 700;
  font-family: "Playfair Display", cursive;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
}

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

.topProblems__btn span {
  font-weight: 500;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  display: inline-block;
  padding-right: 11.7333333333vw;
  position: relative;
  color: #4a383d;
}

.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.2666666667vw #CBB6BF solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}

.topProblems__btn span::after {
  height: 0.2666666667vw;
  width: 6.6666666667vw;
  background: #CBB6BF;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  right: 2.6666666667vw;
}

/* .topProblems__item:nth-child(2n) .topProblems__btn span::before {
  left: 0;
  border: 0.2666666667vw #CBB6BF solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}

.topProblems__item:nth-child(2n) .topProblems__btn span::after {
  height: 0.2666666667vw;
  width: 6.6666666667vw;
  background: #CBB6BF;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  left: 2.6666666667vw;
} */

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

.l-topTreatment__inner {
  padding-top: 14.9333333333vw;
  padding-bottom: 19.2vw;
}

.topTreatment__ttl {
  margin-bottom: 10.6666666667vw;
  white-space: nowrap;
}

.topTreatment__ttl .en {
  font-size: 12.8vw;
}

.topTreatment__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -4.2666666667vw;
  margin-left: -2.6666666667vw;
  margin-bottom: 6.4vw;
}

.topTreatment__btn {
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4615384615;
  padding: 3.2vw;
  background: #E2C2C3;
  border-radius: 1.0666666667vw;
  text-align: center;
  margin-bottom: 4.2666666667vw;
  margin-left: 2.6666666667vw;
  width: calc(33.3% - 2.6666666667vw);
  color: #4a383d;
}

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

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

.topTreatment__box {
  background: #fff;
  padding: 0 4.2666666667vw 8.5333333333vw;
  border-radius: 4.2666666667vw;
  display: none;
}

.topTreatment__box.active {
  display: block;
}

.topTreatment__link {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  color: #CBB6BF;
  padding: 4.2666666667vw 0;
  padding-left: 5.4666666667vw;
  position: relative;
  display: block;
  border-bottom: 0.2666666667vw #CBB6BF solid;
}

.topTreatment__link::before {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  left: 0;
  top: 7.7333333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CBB6BF;
  border-radius: 90%;
}

.topMessage {
  background: #fbfaf8;
}

.l-topMessage__inner {
  padding-top: 19.2vw;
  padding-bottom: 16.8vw;
}

.topMessage__ttl {
  margin-bottom: 12.5333333333vw;
}

.topMessage__imgWrap {
  margin-bottom: 12.5333333333vw;
}

.topMessage__heading {
  font-size: 6.4vw;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.6666666667;
  margin-bottom: 5.3333333333vw;
}

.topMessage__txt {
  font-size: 4.2666666667vw;
  line-height: 2.5;
}

.topDoctor {
  background: #F7F4F4;
}

.l-topDoctor_inner {
  padding-top: 8.5333333333vw;
  padding-bottom: 19.2vw;
}

.topDoctor__ttl {
  margin-bottom: 9.0666666667vw;
  text-transform: uppercase;
}

.topDoctor__card:not(:last-of-type) {
  margin-bottom: 8.5333333333vw;
}

.l-topInfo__inner {
  padding-top: 14.4vw;
  padding-bottom: 19.2vw;
}

.topInfo__ttl {
  margin-bottom: 11.4666666667vw;
  text-transform: uppercase;
}

.topInfo__wrap {
  padding-bottom: 18.6666666667vw;
  position: relative;
  margin-bottom: 8.5333333333vw;
  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: 10.6666666667vw;
  line-height: 1.15;
  font-family: "Playfair Display", cursive;
  color: rgba(199, 146, 145, 0.39);
  left: 4.2666666667vw;
  bottom: 6.4vw;
}

.topInfo__slider {
  width: 95vw;
  margin-right: auto;
}

.topInfo__box {
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}

.topInfo__list {
  margin-left: -2.6666666667vw;
  margin-bottom: -4.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topInfo__item {
  width: calc(33.3% - 2.6666666667vw);
  margin-left: 2.6666666667vw;
  margin-bottom: 4.2666666667vw;
  background: url("../img/top/bg-info01.jpg") center center/cover no-repeat;
  height: 29.8666666667vw;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

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

.topInfo__line {
  border: 0.2666666667vw #CBB6BF solid;
  height: 100%;
  color: #CBB6BF;
  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: 8.5333333333vw;
  line-height: 1.25;
  margin-bottom: 0.5333333333vw;
  font-family: "Playfair Display", serif;
}

.topInfo__link .txt {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.4;
}

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

.topMenu__ttl {
  text-transform: uppercase;
  margin-bottom: 10.6666666667vw;
}

.topMenu__slider {
  margin-bottom: 10.6666666667vw;
}

.l-topContact__inner {
  padding-top: 19.2vw;
  padding-bottom: 42.6666666667vw;
}

.topContact__ttl {
  margin-bottom: 9.3333333333vw;
  text-transform: uppercase;
}

.topContact__content {
  border: 2.1333333333vw #CBB6BF solid;
  background: #fff;
  padding: 6.4vw 5.0666666667vw 8.5333333333vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-bottom: 12.8vw;
}

.topContact__subTtl {
  font-family: "Shippori Mincho", serif;
  font-size: 6.4vw;
  line-height: 1.4583333333;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 8vw;
  color: #4a383d;
}

.topContact__subTtl::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #CBB6BF;
  border-radius: 0.8vw;
  width: 9.6vw;
  height: 0.5333333333vw;
}

.topContact__tel span {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.4375;
  font-family: "Shippori Mincho", serif;
  color: #4a383d;
}

.topContact__tel .brown {
  color: #CBB6BF;
}

.topContact__tel {
  display: block;
}

.topContact__text {
  font-size: 3.2vw;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 6.1333333333vw;
  color: #4a383d;
}

.topContact__text small {
  font-size: 1.4rem;
  display: block;
  margin-top: 1rem;
  line-height: 1.7142857143;
}

.topContact__table {
  margin-bottom: 4.2666666667vw;
  width: 100%;
  color: #4a383d;
}

.topContact__table tr {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  border-bottom: 0.2666666667vw #dedede solid;
  text-align: center;
}

.topContact__table .font-lg {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
}

.topContact__table th,
.topContact__table td {
  padding: 2.1333333333vw 0;
  position: relative;
}

.topContact__table span {
  position: absolute;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topContact__table .circle {
  background: #CBB6BF;
  border-radius: 90%;
}

.topContact__table .cross::before,
.topContact__table .cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #CBB6BF;
  width: 2.4vw;
  height: 0.2666666667vw;
}

.topContact__table .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.topContact__table .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.topContact__table .w-30 {
  width: 30%;
}

.topContact__table .w-10 {
  width: 10%;
}

.topContact__cta {
  margin-bottom: 10.6666666667vw;
}

.topContact__mapWrap {
  border-radius: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  overflow: hidden;
}

.topContact__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 78.2%;
}

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

.topContact__address {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-family: "Shippori Mincho", serif;
  color: #4a383d;
}

.topContact__btn:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

/* トップページスライダー */
.kvSlider__bg {
  position: relative;
}

.kvSlider__bg:before {
  position: absolute;
  /*background-color: #F0E8DF;*/
  width: 100%;
  height: 70vh;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

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

.l-kvSlider__inner {
  padding-top: 25vw;
  padding-bottom: 10vw;
}

.kvSliderSp{
  padding: 3rem 0;
  /* background: linear-gradient(#CBB6BF, #C2F1EA); */
  background-color: #CBB6BF;
}

@media screen and (width < 64em) {
  .kvSliderSp__item,
  .slider-basic__item,
  .topCampaign__slider-item.slider-basic__item {
    margin: 0 .5rem;
  }
  .kvSliderSp__item *,
  .slider-basic__item * {
    opacity: 0.7;
  }
  .kvSliderSp__item.slick-center *,
  .slider-basic__item.slick-center * {
    opacity: 1;
  }
}

.others__bottom {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width:80em) {

  /* トップスライダー */
  .kvSlider__thumb {
    width: 200rem;
  }

  .kvSlider__bg:before {
    height: 50vh;
  }
}

@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: 1rem;
    margin-top: -6.6rem;
  }

  .l-footer__inner {
    padding-top: 5.6rem;
  }

  .l-footer__inner::before {
    background: url("../img/common/footer-bg_pc.png") top center/cover no-repeat;
    height: 5.6rem;
  }

  .footer__wrapper {
    padding-top: 4.8rem;
    padding-bottom: 1.6rem;
  }

  .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 {
    width: 29.7rem;
    margin: 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 {
    margin-bottom: 7.2rem;
  }

  .footer__box:first-of-type {
    margin-bottom: 3.2rem;
  }

  .footer__subTtl {
    padding-left: 2.5rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }

  .footer__subTtl::before {
    width: 1.7rem;
    height: 1.5rem;
  }

  .footer__subTtl::after {
    display: none;
  }

  .footer__list {
    padding: 0 1.4rem;
    margin-bottom: -0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__item {
    width: 25%;
  }

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

  .footer__link {
    font-size: 1.4rem;
    padding-left: 2.4rem;
  }

  .footer__link::before {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 1px;
  }

  .footer__pageTop {
    top: -11.3rem;
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }

  .header {
    height: 8.1rem;
    border-bottom: 2px #fff solid;
  }

  .single-menu .header{
    border: none;
  }

  .header.active {
    background: #fff;
  }

  .l-header__inner {
    margin: 0 auto;
    padding: 0;
  }

  .header__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__logo {
    width: 16rem;
    height: 16rem;
    border-radius: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.4rem #fff solid;
    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;
  }

  .header__img {
    width: 11rem;
    height: 11rem;
  }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.1rem;
  }

  .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: 10.4rem 0;
  }

  .l-sec-sm {
    padding: 5.2rem 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: 104rem;
    margin: 0 auto;
  }

  .breadcrumb {
    border-width: 1px;
  }

  .breadcrumb__wrapper {
    max-width: 104rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .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-top: 1rem;
    padding-bottom: 1rem;
  }

  .breadcrumb__items span a {
    background: #F7F4F4;
    padding-left: 1.6rem;
    padding-right: 1.7rem;
    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-lightblue-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-violet-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-violet-left.png") center center/contain no-repeat;
  }

  .breadcrumb__items span:not(:first-of-type) a::before {
    background: url("../img/common/polygon-lightblue-left.png") center center/contain no-repeat;
  }

  .breadcrumb__items .current-item::before {
    background: url("../img/common/polygon-violet-left.png") center center/contain no-repeat;
  }

  .breadcrumb__items .current-item {
    color: #fff;
    background: #AA8D99;
    padding-left: 1.6rem;
    padding-right: 1.7rem;
  }

  .btn-square a {
    min-width: 30rem;
    font-size: 2rem;
    padding: 1.6rem;
    border-width: 1px;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity 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::after,
  .btn-square-line-en a::after {
    height: 1px;
    width: 4rem;
    right: -1.6rem;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
  }

  .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:hover,
  .btn-round-white-icon a:hover,
  .btn-round-white-icon--sm a:hover {
    background: #CBB6BF;
    color: #fff;
  }

  .btn-basic-white::before,
  .btn-round-white-icon a::before,
  .btn-round-white-icon--sm a::before {
    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-basic-white:hover::after,
  .btn-round-white-icon a:hover::after,
  .btn-round-white-icon--sm a:hover::after {
    background: #fff;
  }

  .btn-round-white a {
    font-size: 2rem;
    line-height: 1.45;
    padding: 1.6rem 9rem;
    border-width: 1px;
  }

  .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;
    -webkit-box-shadow: 0 0 6px #CBB6BF;
    box-shadow: 0 0 6px #CBB6BF;
    padding: 1.8rem 8.4rem 1.8rem 4.8rem;
    min-width: 26rem;
  }

  .btn-round-white-icon a::before,
  .btn-round-white-icon--sm a::before {
    width: 2rem;
    height: 2rem;
    right: 2.4rem;
  }

  .btn-round-white-icon a::after,
  .btn-round-white-icon--sm a::after {
    width: 4rem;
    right: 3.4rem;
  }

  .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.6rem;
  }

  .btn-round-white-icon--sm a {
    padding: 1.6rem 11.6rem 1.6rem 4.8rem;
    min-width: 0;
  }

  .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: 2.8rem;
    height: 2.8rem;
  }

  .btn-square-blue {
    margin-top: 5rem;
  }

  .btn-square-blue a {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .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: 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__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
  }

  .card-doctor01__img {
    width: 97.2%;
    height: 97.2%;
  }

  .card-doctor01__box {
    width: auto;
  }

  .card-doctor02 {
    width: 32rem;
  }

  .card-doctor02__ttl {
    text-align: left;
    margin-bottom: 0.8rem;
  }

  .card-doctor02__ttl .ja {
    font-size: 3.2rem;
    line-height: 1.3333333333;
    margin-bottom: 0.8rem;
  }

  .card-doctor02__ttl .en {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 0.8rem;
  }

  .card-doctor02__info {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .card-doctor02__imgWrap {
    margin: 0 0 2.4rem 0;
    width: 28.8rem;
    height: 28.8rem;
  }

  .card-doctor02__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
    border-width: 1px;
  }

  .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }

  .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;
  }

  .l-cta__inner {
    padding-top: 8.8rem;
    padding-bottom: 18rem;
  }

  .cta__ttl {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 4.7rem;
  }

  .cta__content {
    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;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

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

  .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.3rem;
  }

  .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: #cbb6bf67 1px solid;
  }

  .info dt {
    font-size: 2rem;
    line-height: 1.5384615385;
    font-weight: 500;
    font-family: "Shippori Mincho", 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;
  }

  .kv01 {
    background: url("../img/kv/kv-img01_pc.jpg") center center/cover no-repeat;
  }

  .l-kv01__inner {
    padding: 15.4rem 0 2.7rem;
    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-left: 2rem;
    padding-right: 2rem;
  }

  .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__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: 16.2rem;
    padding-bottom: 7.2rem;
  }

  .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;
    padding-top: 7.7rem;
    margin-right: 3rem;
  }

  .kv02__ttl {
    font-size: 7.2rem;
    line-height: 1.1944444444;
    margin-bottom: 2rem;
  }

  .kv02__text {
    font-size: 4rem;
    line-height: 1.15;
  }

  .kv02__imgWrap {
    width: 45rem;
    height: 45rem;
  }

  .kv02__imgWrap::before {
    width: 45rem;
    height: 45rem;
    right: -4.8rem;
    bottom: -3.2rem;
  }

  .kv02__img {
    width: 45rem;
    height: 45rem;
  }

  .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: 16.2rem;
    padding-bottom: 7.2rem;
  }

  .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-bottom: 0;
    margin-right: 11.8rem;
    max-width: 43.2rem;
  }

  .kv03__ttl {
    width: auto;
    font-size: 4rem;
    line-height: 1.2;
    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: 45rem;
    height: 45rem;
  }

  .kv03__imgWrap::before {
    width: 45rem;
    height: 45rem;
    right: -4.8rem;
    bottom: -3.2rem;
  }

  .kv03__img {
    width: 45rem;
    height: 45rem;
  }

  .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: 0.8rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.3rem;
    font-size: 1.7rem;
  }

  .prev,
  .next {
    border-width: 1px;
  }

  .pagination-arrow-prev,
  .pagination-arrow-next {
    width: 0.4rem;
    height: 0.9rem;
  }

  .relatedMenu___ttl {
    margin-bottom: 4.8rem;
  }

  .relatedMenu__list {
    margin-left: -2.4rem;
    margin-bottom: -2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .relatedMenu__item {
    margin-left: 2.5rem;
    margin-bottom: 2.4rem;
    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;
  }

  .slider-basic {
    max-width: none;
  }

  .slider-basic .slick-list {
    margin-bottom: 3.8rem;
    padding-bottom: 1rem !important;
  }

  .slider-basic__item {
    margin: 0 2.4rem;
    padding: 0;
  }

  .slider-basic__link {
    -webkit-box-shadow: 2px 3px 6px #EAEAEA;
    box-shadow: 2px 3px 6px #EAEAEA;
  }

  .slider-basic .slick-arrow {
    top: 41%;
  }

  .slider-basic .slick-dots li {
    height: 1.2rem;
    width: 1.2rem;
  }

  .slider-basic .slick-dots li:not(:first-of-type) {
    margin-left: 4.3rem;
  }

  .slider-basic .slick-dots .slick-active::after {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 1px;
  }

  .slider-basic .slick-prev {
    left: 0;
  }

  .slider-basic .slick-next {
    right: 0;
  }

  .slider-square {
    max-width: 107.5rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-square__item {
    margin: 0 1.75rem;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }

  .slider-square__item:hover {
    opacity: 0.8;
  }

  .slider-square__img {
    border-radius: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .slider-square__date {
    font-size: 2.1rem;
    margin-bottom: 0.8rem;
  }

  .slider-square__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .slider-square__text {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .slick-arrow {
    width: 2.4rem;
    height: 8rem;
  }

  .slider-square .slick-arrow {
    top: 38%;
  }

  .slider-square .slick-prev {
    left: 3.75rem;
  }

  .slider-square .slick-next {
    right: 3.75rem;
  }

  .slick-prev::before,
  .slick-next::before {
    width: 0.8rem;
    height: 1.6rem;
  }

  .topKv__slider .slick-arrow {
    width: 2rem;
    height: 1.3rem;
  }

  .topKv__slider .slick-prev,
  .topKv__slider .slick-next {
    bottom: 3.4rem;
  }

  .topKv__slider .slick-prev {
    right: 14rem;
  }

  .topKv__slider .slick-next {
    right: 5.9rem;
  }

  .topKv__slider .slick-prev::before,
  .topKv__slider .slick-next::before {
    width: 0.8rem;
    height: 1.6rem;
  }

  a.sns,
  a.blog,
  a.tiktok {
    padding-left: 5.4rem;
    font-size: 1.6rem;
  }

  a.sns::before,
  a.blog:before,
  a.tiktok:before {
    width: 4.6rem;
    height: 4.6rem;
  }

  .stickyMenu {
    display: none;
  }

  .stickyBtn-sp {
    display: none;
  }

  .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: "Playfair Display", cursive;
    font-size: 7.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.1666666667;
  }

  .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: 1.6rem;
  }

  .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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .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;
  }

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

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

  .columnRanking__item {
    margin-bottom: 2.4rem;
    width: 50.6rem;
    margin-left: auto;
  }

  .columnRanking__link {
    border-radius: 8px;
    padding: 1.6rem;
  }

  .columnRanking__imgWrap {
    width: 11.5rem;
  }

  .columnRanking__number {
    font-size: 1.2rem;
    padding: 0.8rem 1.4rem 0.8rem 0.8rem;
    border-bottom-right-radius: 20rem;
  }

  .columnRanking__box {
    width: calc(100% - 11.4rem);
  }

  .columnRanking__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0.8rem;
  }

  .columnRanking__heading {
    font-size: 1.6rem;
  }

  .columnRanking__txt {
    font-size: 1.6rem;
  }

  .columnRanking__item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 46.8rem;
    z-index: 1;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link {
    border-radius: 1.6rem;
    padding: 2.4rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__imgWrap {
    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__number::before {
    width: 1.8rem;
    height: 1.3rem;
    top: 1rem;
    left: 2rem;
  }

  .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__item {
    margin-bottom: 4rem;
  }

  .columnAll__link {
    border-radius: 1.6rem;
    padding: 3.2rem 4rem;
  }

  .columnAll__imgWrap {
    width: 28rem;
  }

  .columnAll__box {
    width: calc(100% - 28rem);
    margin-left: 3.4rem;
  }

  .columnAll__dateWrap {
    margin-bottom: 2.4rem;
    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: 2.4rem;
  }

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

  .columnAll__pagination {
    margin-top: 4rem;
  }

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

  .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: 4rem;
    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: 1.6rem;
    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;
    border-bottom: 4px solid #CBB6BF;
  }

  .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,
  .doctorDescription__item {
    font-size: 1.6rem;
    padding-left: 5.6rem;
    width: calc(30% - 5.6rem);
    margin-left: 5.6rem;
    margin-bottom: 3.2rem;
  }

  .doctorDescription__item {
    width: 100%;
  }

  .doctorSpecialty__item::before,
  .doctorDescription__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;
    border-bottom: 4px #CBB6BF solid;
  }

  .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;
  }

  .eclinicMessage__content {
    padding: 6.4rem 5.7rem;
    border-width: 1px;
  }

  .eclinicMessage__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 3.8rem;
  }

  .eclinicMessage__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;
  }

  .eclinicMessage__img {
    width: 26.5rem;
    margin: 0;
  }

  .eclinicMessage__box {
    width: calc(100% - 26.5rem);
    padding-right: 4rem;
  }

  .eclinicMessage__txt {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }

  .eclinicMessage__name {
    font-size: 2rem;
  }

  .eclinicReason__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }

  .eclinicReason__txt {
    font-size: 1.6rem;
    margin-bottom: 8rem;
  }

  .eclinicReason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-bottom: 0;
  }

  .eclinicReason__card {
    margin-left: 2.5rem;
    margin-bottom: 0;
    padding: 4.8rem 2.4rem 4rem;
    border-radius: 1.6rem;
  }

  .eclinicReason__num {
    font-size: 5.6rem;
    top: -2.9rem;
  }

  .eclinicReason__heading {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  .eclinicReason__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;
  }

  .eclinicReason__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: 0.9375vw;
    margin-bottom: 2.0833333333vw;
  }
  .tokyoSubsidy__subTtl {
    font-size: 0.9375vw;
    margin-bottom: 0.8333333333vw;
  }
  .tokyoSubsidy__table {
    margin-bottom: 2.0833333333vw;
  }
  .tokyoSubsidy__table th {
    padding: 0.4166666667vw 0;
    font-size: 1.6rem;
  }
  .tokyoSubsidy__table td {
    font-size: 0.7291666667vw;
    padding: 0.4166666667vw 0;
  }
  .tokyoSubsidy__list {
    padding-left: 0.8333333333vw;
  }
  .tokyoSubsidy__item {
    font-size: 0.8333333333vw;
    margin-bottom: 0.2083333333vw;
  }
  .tokyoSubsidy__item:before {
    left: -0.8333333333vw;
  }

  .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: -4.2rem;
    margin-bottom: -4.8rem;
  }

  .menu__box {
    margin-bottom: 4.8rem;
    width: 50%;
  }

  .menu__header {
    margin-bottom: 1rem;
  }

  .menu__link {
    padding: 1.6rem 3.2rem;
    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: 14rem;
  }

  .menu__btn {
    right: 2.4rem;
    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;
  }

  .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;
    margin-bottom: 1.5625vw;
  }

  .others__info {
    width: 63.3rem;
  }

  .others__info .info__wrapper {
    padding: 6.4rem 3.2rem 7.2rem;
    margin-bottom: 3rem;
  }

  .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;
  }

  .columnRanking {
    min-height: 97.7rem;
  }

  .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-gray_pc.png");
  }

  .photosSearch__content {
    border-radius: 3.1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    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-radius: 3.6rem;
    border: #CBB6BF solid 1px;
    padding: 1.8rem 2rem 1.8rem 10.4rem;
  }

  .photoSearch__select {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 3.2rem;
    margin-right: 3.2rem;
  }

  .photoSearch__select::after {
    top: 50%;
    width: 1.5rem;
    height: 2.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: 4.8rem;
  }

  .photoSearch__btn::after {
    right: 2.4rem;
    width: 1rem;
    height: 1.1rem;
  }

  .photoSearch__btn input {
    font-size: 2rem;
    padding: 1.9rem;
  }

  .photoSearch__btn::before {
    width: 1.9rem;
    height: 1.9rem;
    right: 3.2rem;
    border: 1px #fff solid;
  }

  .photoSearch__btn:hover::before {
    right: 2.4rem;
  }

  .photoSearch__btn::after {
    width: 4rem;
    right: 4.3rem;
    height: 0.1rem;
  }

  .photoSearch__btn:hover::after {
    right: 3.5rem;
  }

  .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: #CBB6BF 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 {
    border-width: 4px;
    border-radius: 2px;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    padding-left: 1.2rem;
    min-height: 5.6rem;
  }

  .photosAll__price {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .photosAll__btn {
    padding: 1.2rem;
    border-radius: 3.6rem;
    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: 4rem;
  }

  .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: 1.6rem;
  }

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

  .photosAll__pagination {
    margin-top: 5.6rem;
  }

  .single__header {
    padding: 1.6rem 2rem 4.8rem;
  }

  .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: 2rem;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
  }

  .single__tag {
    font-size: 1.4rem;
    margin-right: 2.4rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .single__body {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 104rem;
    margin: 0 auto;
  }

  .single__contents--sp {
    width: 100%;
    margin-top: 2.4rem;
  }

  #ez-toc-container {
    position: sticky;
    top: 15rem;
  }

  .ez-toc-title-container {
    margin-bottom: 3.2rem;
  }

  .ez-toc-title {
    font-weight: normal !important;
    display: block !important;
    font-size: 2rem !important;
    line-height: 1.45;
    font-family: "Shippori Mincho", serif;
    position: relative;
  }

  .ez-toc-list {
    padding-left: 2.4rem !important;
    border-width: 1px;
  }

  .ez-toc-list {
    padding-left: 1.6rem !important;
  }

  #ez-toc-container {
    padding: 1.6rem 2.4rem 2rem !important;
  }

  .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;
  }

  .ez-toc-list li a {
    font-size: 1.4rem;
    line-height: 1.5 !important;
  }

  .single__content * {
    margin-bottom: 2.4rem;
  }

  .single__content .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;
  }

  .single__content .flex-basic .is-layout-flow:first-of-type {
    min-width: 40rem;
    margin-right: 3.2rem;
    margin-bottom: 0;
  }

  .single__content .flex-basic figure {
    margin-bottom: 0;
  }

  .single__content .wp-block-image {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }

  .single__content .bg-bubble::before {
    background: url("../img/single/bg-bubble_pc.jpg") top center/100% repeat-y;
  }

  .single__content .ttl-en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
  }

  .single__content h2 {
    font-size: 5rem;
    line-height: 1.1944444444;
    margin-bottom: 4.8rem;
    margin-top: 2rem;
    /* font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 4.8rem !important; */
  }

  .single__content .ttl-bg {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding: 1.2rem 1.6rem;
    margin-top: 7.2rem;
  }

  .single__content .ttl-left-line {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 2rem;
    border-width: 4px;
    margin-top: 5.6rem;
  }

  .single__content .ttl-bottom-line {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    margin-top: 5.6rem;
  }

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

  .single__content .l-inner-sm {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }

  .single__content .l-inner-md {
    max-width: 93.4rem;
    margin: 0 auto 3.2rem;
  }

  .single__content ul {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
    padding: 3.2rem 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 1.6rem;
  }

  .single__content ul li {
    font-size: 1.6rem;
    padding-left: 4.8rem;
    margin-bottom: 3.2rem;
    width: 50%;
  }

  .single__content ul li:nth-child(2n+1) {
    padding-right: 7%;
  }

  .single__content ul li:last-child {
    margin-bottom: 3.2rem;
  }

  .single__content ul li::before {
    width: 3.2rem;
    height: 3.2rem;
    top: 25%;
  }

  .single__content ol li {
    font-size: 1.6rem;
    padding-left: 1.4rem;
    padding-left: 3rem;
  }

  .single__content ol li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }

  .single__content ol li::before {
    font-size: 2.4rem;
  }

  .single__content .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;
  }

  .single__content .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;
  }

  .single__content .step .wp-block-image {
    margin-bottom: 0;
  }

  .single__content .step .wp-block-group__inner-container {
    margin-left: 0 !important;
  }

  .single__content .step:not(:last-of-type) {
    margin-bottom: 8rem;
  }

  .single__content .step:not(:last-of-type)::before {
    border-width: 3.2rem 7rem 0 7rem;
    bottom: -5.6rem;
  }

  .single__content .step .is-layout-flow:last-of-type {
    width: calc(100% - 32rem);
    padding-left: 2.4rem;
    margin-bottom: 0;
    text-align: left;
  }

  .single__content .step .is-layout-flow:first-of-type {
    width: 32rem;
  }

  .single__content .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;
  }

  .single__content .step div:last-of-type p:last-of-type {
    font-size: 1.6rem;
  }

  .single__content .table-price table {
    border: none !important;
  }

  .single__content .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);
  }

  .single__content .table-basic table th {
    font-size: 1.6rem;
    border-width: 1px;
    padding: 1.4rem;
  }

  .single__content .table-basic table td {
    font-size: 1.6rem;
    border-width: 1px !important;
    padding: 0.8rem;
  }

  .single__content .table-complex {
    overflow-x: none;
  }

  .single__content .table-complex table {
    border-spacing: 0.8rem;
    width: 100%;
  }

  .single__content .table-complex table th,
  .single__content .table-complex table td {
    font-size: 1.6rem;
    white-space: initial;
  }

  .single__content .table-complex table th {
    padding: 0.8rem 2rem;
  }

  .single__content .table-complex table td {
    padding: 0.8rem;
    border-width: 1px !important;
  }

  .single__content .table-complex table tr td:first-child {
    height: 6.6rem;
  }

  .single__content .table-price table th {
    display: table-cell;
    width: 32%;
    font-size: 1.6rem;
    padding: 2.1rem 2.8rem !important;
    border: 1px solid #CBB6BF !important;
    text-align: left;
  }

  .single__content .table-price table td {
    display: table-cell;
    width: 68%;
    text-align: right !important;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem 2.1rem !important;
    border: 1px solid #CBB6BF !important;
  }

  .single__content .table-td-text-right table tr td {
    text-align: left !important;
  }

  .single__content .card-list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-bottom: -4rem;
  }

  .single__content .card {
    width: calc(33.3% - 2rem);
    margin-bottom: 4rem;
    margin-left: 2rem;
  }

  .single__content .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;
  }

  .single__content .card.hide>div::after {
    font-size: 1.4rem;
    border-radius: 2.9rem;
    padding: 1rem;
    bottom: 2.4rem;
    width: 80%;
    max-width: 27.3rem;
  }

  .single__content .card.hide>div {
    height: 45rem;
  }

  .single__content .card h3 {
    font-size: 2rem;
    padding: 1.6rem;
  }

  .single__content .card p {
    font-size: 1.6rem;
  }

  .single__content .card .wp-block-group {
    padding: 1.6rem 2.4rem 2.4rem;
  }

  .single__content .card.hide .wp-block-group {
    padding: 1.6rem 2.4rem 9rem;
  }

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

  .singleDoctor__ttl {
    margin-bottom: 4.8rem;
  }

  .singleDoctor__card {
    margin-left: 2rem;
  }

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

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

  .qa {
    border-width: 1px;
    border-bottom: #CBB6BF 4px solid;
    padding: 0 2.4rem;
  }

  .qa .qa__question p,
  .qa .qa__question h3 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding: 2rem 5rem 2rem 7rem;
  }

  .qa .qa__answer p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .qa .wp-block-group:first-of-type {
    /* padding-bottom: 4.2rem; */
  }

  .qa .qa__question p::before,
  .qa .qa__question h3::before {
    font-size: 4.8rem;
  }

  .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 {
    font-family: "Playfair Display", cursive;
  }

  .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: 2rem;
    line-height: 1.45;
    padding-right: 2.5rem;
    font-weight: 500;
    margin-bottom: 0 !important;
  }

  .ttl-icon h2::after,
  .ttl-icon--left h2::after {
    width: 1.7rem;
    height: 1.5rem;
  }

  .ttl-icon--left {
    margin-bottom: 3.5rem;
    text-align: left;
  }

  .ttl-icon--left p {
    text-align: left;
  }

  .bg-bubble-blue {
    background: url("../img/top/bg_circle_1.png") top center/100% repeat-y;
  }

  .bg-marble {
    background-image: url("../img/common/bg-marble_pc.jpg");
    background-size: 1000px auto;
  }

  .single02__inner {
    padding-top: 8.6rem;
    padding-bottom: 22.6rem;
  }

  .single02__content * {
    margin-bottom: 3.2rem;
  }

  .single02__content p {
    font-size: 1.6rem;
  }

  .single02__content h2 {
    font-size: 3.2rem;
    line-height: 1.4375;
  }

  .single02__content h3 {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
  }

  .single02__content h4 {
    font-size: 2rem;
    border-width: 4px;
    padding-left: 2rem;
  }

  .single02__content h5 {
    font-size: 1.8rem;
  }

  .single02__content h6 {
    font-size: 1.6rem;
  }

  .single02__content ul li {
    font-size: 1.6rem;
    padding-left: 1.4rem;
  }

  .single02__content ul li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }

  .single02__content ul li::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .single02__content ol li {
    font-size: 1.6rem;
    padding-left: 1.4rem;
    padding-left: 3rem;
  }

  .single02__content ol li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }

  .single02__content ol li::before {
    font-size: 2.4rem;
  }

  .single02__content .wp-block-quote::before {
    width: 1.8rem;
    height: 1.8rem;
    top: -1rem;
  }

  .single02__content .wp-block-quote p {
    font-size: 1.6rem;
  }

  .single02__content table {
    border-width: 1px !important;
  }

  .single02__content table th,
  .single02__content table td {
    font-size: 1.6rem !important;
    padding: 1.6rem !important;
    border-width: 1px !important;
  }

  .single02__content table th {
    text-align: center !important;
    width: 32%;
  }

  .single02__content table td {
    border-left: 1px #CBB6BF solid !important;
    width: 68%;
  }

  .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: 4.1666666667vw 7.03125vw 4.5833333333vw 11.9270833333vw;
    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 #CBB6BF;
  }

  .tokyoInterior__box:nth-child(2n) .tokyoInterior__imgWrap {
    border-left: 1px solid #CBB6BF;
    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;
  }

  .l-topKv__inner {
    padding: 5rem 2rem 0;
  }

  .topKv::before {
    height: 100%;
  }

  .topKv__wrapper {
    max-width: 136.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .topKv__box {
    width: 40%;
    margin: 0 5%;
    margin-bottom: 0;
  }

  .topKv__lead {
    font-size: 3.2rem;
    line-height: 2.125;
  }

  .topKv__ttl {
    margin-bottom: 1.6rem;
  }

  .topKv__ttl .en {
    font-size: 9.6rem;
    line-height: 1.2395833333;
  }

  .topKv__ttl .ja {
    font-size: 3.2rem;
    line-height: 1.1875;
    margin-left: 1.6rem;
  }

  .topKv__txt {
    font-size: 1.6rem;
  }

  .topKv__wrap {
    width: 50.07%;
  }

  .topKv__numWrap {
    width: 21.8rem;
    height: 21.8rem;
  }

  .topKv__numWrap::before {
    width: 10.3rem;
    height: 1.4rem;
    bottom: 4rem;
  }

  .topKv__numBox {
    width: 9rem;
    height: 10.9rem;
    top: 4.1rem;
  }

  .topKv__numBox::after {
    width: 7rem;
    top: 7.2rem;
    right: 0.3rem;
    height: 0.1rem;
  }

  .topKv__currentNum {
    font-size: 5.6rem;
    line-height: 1.2321428571;
  }

  .topKv__allNum {
    font-size: 3.2rem;
    line-height: 1.25;
  }

  .l-topAbout__inner {
    padding-top: 10rem;
    padding-bottom: 2.2rem;
  }

  .topAbout__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .topAbout__box {
    width: 46.8rem;
    padding-top: 2.9rem;
  }

  .topAbout__ttl {
    margin-bottom: 3.5rem;
  }

  .topAbout__txt {
    font-size: 1.6rem;
  }

  .topAbout__wrap {
    width: 47rem;
  }

  .l-topCampaign {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .topCampaign__ttl {
    margin-bottom: 2rem;
  }

  .l-topNews__inner {
    padding-top: 10.3rem;
    padding-bottom: 2.4rem;
  }

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

  .topNews__box {
    width: 60.7rem;
    margin-right: 2rem;
    padding-top: 0.3rem;
    margin-bottom: 0;
  }

  .topNews__ttl {
    margin-bottom: 4rem;
  }

  .topNews__list {
    border-width: 1px;
    margin-bottom: 4.8rem;
  }

  .topNews__item {
    border-width: 1px;
  }

  .topNews__link {
    padding: 1.6rem 12rem 2.4rem 0.8rem;
  }

  .topNews__link::after {
    width: 2.43rem;
    height: 1.4rem;
    right: 1.1rem;
  }

  .topNews__date {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .topNews__heading {
    font-size: 1.6rem;
  }

  .topNews__wrap {
    width: 35rem;
  }

  .topNews__btn {
    text-align: left;
  }

  .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;
  }

  .l-topDoctor_inner {
    padding-bottom: 10.4rem;
    padding-top: 10rem;
  }

  .topDoctor__ttl {
    margin-bottom: 4.4rem;
  }

  .topDoctor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6.8rem;
    margin-bottom: -2rem;
  }

  .topDoctor__card:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .topDoctor__card {
    margin-left: 6.8rem;
    margin-bottom: 2rem;
    width: calc(33.3% - 6.8rem);
  }

  .topInfo {
    background: url("../img/top/bg-info_pc.jpg") center bottom/100% no-repeat;
  }

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

  .topInfo__ttl {
    margin-bottom: 5.4rem;
    text-align: center;
  }

  .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: 2.4479166667vw;
  }

  .topInfo__wrap::before {
    font-size: 4.5833333333vw;
    line-height: 1.1590909091;
    left: -1.25vw;
    bottom: -2.9166666667vw;
  }

  .topInfo__slider {
    width: auto;
    margin-right: 0;
  }

  .topInfo__box {
    padding: 0;
    width: 24.6354166667vw;
  }

  .topInfo__list {
    margin-left: -1.3020833333vw;
    margin-bottom: -1.6666666667vw;
  }

  .topInfo__item {
    width: calc(50% - 1.3020833333vw);
    height: 11.6666666667vw;
    margin-left: 1.3020833333vw;
    margin-bottom: 1.6666666667vw;
  }

  .topInfo__link {
    padding: 0.625vw;
  }

  .topInfo__item:hover {
    background-image: url("../img/top/bg-info02.jpg");
  }

  .topInfo__item:hover .topInfo__line {
    border-color: #fff;
    color: #fff;
  }

  .topInfo__line {
    border-width: 0.0520833333vw;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .topInfo__link .num {
    font-size: 2.9166666667vw;
    line-height: 1.2321428571;
    margin-bottom: 0.2604166667vw;
  }

  .topInfo__link .txt {
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }

  .topMenu__ttl {
    margin-bottom: 4rem;
  }

  .topMenu__slider {
    margin-bottom: 6.4rem;
  }

  .l-topContact__inner {
    padding-top: 9.3rem;
    padding-bottom: 21.4rem;
  }

  .topContact__ttl {
    margin-bottom: 4rem;
  }

  .topContact__content {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.6rem 7.7rem 4.8rem 7.75rem;
    border-width: 8px;
    text-align: left;
    margin-bottom: 3.1rem;
  }

  .topContact__box {
    width: 36.05rem;
  }

  .topContact__subTtl {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2.2rem;
  }

  .topContact__subTtl::before {
    height: 2px;
    width: 3.6rem;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .topContact__tel span {
    font-size: 3.2rem;
  }

  .topContact__tel {
    margin-bottom: 0.8rem;
  }

  .topContact__text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .topContact__table {
    margin-bottom: 2.4rem;
  }

  .topContact__table tr {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    border-width: 1px;
  }

  .topContact__table .font-lg {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .topContact__table th,
  .topContact__table td {
    padding: 0.8rem 0;
  }

  .topContact__table span {
    width: 0.8rem;
    height: 0.8rem;
  }

  .topContact__table .cross::before,
  .topContact__table .cross::after {
    width: 0.9rem;
    height: 0.1rem;
  }

  .topContact__cta {
    margin-bottom: 0;
  }

  .topContact__location {
    width: 40rem;
  }

  .topContact__mapWrap {
    border-radius: 1.6rem;
    margin-bottom: 2.3rem;
  }

  .topContact__map {
    padding-top: 72.75%;
  }

  .topContact__address {
    font-size: 1.4rem;
  }

  .topContact__btn:not(:last-of-type) {
    margin-bottom: 0;
  }

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

  /* トップ　スライダー */
  .l-kvSlider__inner {
    padding-top: 15rem;
    padding-bottom: 10.4rem;
    /* background: linear-gradient(#CBB6BF, #C2F1EA); */
    background-color: #CBB6BF;
    background: url("../img/kv/mv-bg.jpg") center top/100% no-repeat
  }

  .kvSliderPc__list .kvSliderPc__item {
    width: 100%;
    max-width: 1500px;
    object-fit: cover;
    margin: 0 .5vw;
  }

  .kvSliderPc__list .kvSliderPc__item img{
    border-radius: 2rem;
    margin: 0 auto;
  }

  .kvSlider__bg:before {
    height: 60vh;
  }

  .kvSliderPc__list .slick-track {
    display: flex;
    align-items: center;
  }

  .kvSlider__thumb {
    position: absolute;
    bottom: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100rem;
  }

  .kvSlider__thumbItem {
    margin-left: 10px;
    margin-right: 10px;
  }

  .kvSlider__thumbItem img{
    border-radius: 4px;
  }

  .kvSlider__thumbList {
    position: relative;
  }

  .kvSlider__thumb .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset !important;
  }

  /*
  .kvSlider__thumb .slick-track {
    transform: unset !important;
  } */
}

@media screen and (min-width: 90em) {
  .nav__link {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }

  .header__btn a {
    padding-right: 3.2rem;
    padding-left: 5.4rem;
  }

  .header__btn a span {
    font-size: 2rem;
  }

  .header__btn a span::before {
    left: -3.2rem;
  }

  .single-menu .l-kv01__inner {
    max-width: calc(52.0833333333vw + 4rem);
  }

  .single-menu .kv01__ttl {
    font-size: 2.0833333333vw;
  }

  .single-menu .kv01__text {
    font-size: 1.0416666667vw;
  }

  .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: 77.0833333333vw;
    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;
  }

  .page-faq .single__header {
    display: none;
  }

  .single__header {
    background: #fff;
    padding: 1.6rem 0;
    margin-bottom: 2.4rem;
  }

  .single__body {
    padding: 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;
  }

  .ez-toc-title-container {
    margin-bottom: 1rem;
  }

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

  .single__contents--pc #ez-toc-container {
    display: block !important;
    position: sticky;
  }

  #ez-toc-container {
    padding: 4rem 1.6rem 4rem;
    background: #fff;
  }

  .ez-toc-list {
    display: block;
  }

  .ez-toc-list li {
    width: 100%;
    padding-right: 0;
  }

  .single__content .bg-marble::before,
  .single__content .bg-brown::before,
  .single__content .bg-marble-blue::before,
  .single__content .bg-marble-purple::before,
  .single__content .bg-bubble::before,
  .single__content .bg-blue::before,
  .single__content .bg-gray::before {
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
  }
}

@media screen and (min-width: 117em) {
  .single-menu .breadcrumb__wrapper {
    max-width: 104rem;
  }

  .single-menu .l-kv01__inner {
    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;
  }

  .single__content .bg-marble::before,
  .single__content .bg-brown::before,
  .single__content .bg-marble-blue::before,
  .single__content .bg-marble-purple::before,
  .single__content .bg-bubble::before,
  .single__content .bg-blue::before,
  .single__content .bg-gray::before {
    -webkit-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .ie-only {
    display: none;
  }

  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}

/* TOP開院案内 */
.l-topOpen {
  padding-bottom: 19.4666666667vw;
}

@media screen and (min-width:64em) {
  .l-topOpen {
    padding-bottom: 10.4rem;
  }
}

.topOpen {
  display: flex;
  max-width: 104rem;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.topOpen_item {
  width: 15%;
  height: auto;
}

.topOpen_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width:768px) {
  .topOpen_item {
    width: 30%;
    height: auto;
  }
}

/* 写真用スライダーブロック */

.l-postSlider {
  width: 100%;
}

.l-postSlider .l-postSlider__inner *:last-child {
  margin-bottom: auto;
}

.l-postSlider .l-postSlider__inner ul {
  background-color: transparent;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.l-postSlider .l-postSlider__inner ul li {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  position: static;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 100%;
}

.l-postSlider .l-postSlider__inner ul li:before {
  display: none;
}

.l-postSlider .l-postSlider__inner ul li:nth-child(2n+1) {
  padding-right: 0;
}

.l-postSlider .l-postSlider__inner ul li iframe {
  margin-bottom: 0;
}

.sliderPhoto-block .slick-dots>li:first-child:last-child {
  display: none;
}

.sliderPhoto-block {
  max-width: 91.2vw;
  margin: 0 auto;
}

.sliderPhoto-block .slick-list {
  margin-bottom: 6.4vw;
}


.sliderPhoto-block__item a {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.sliderPhoto-block__item a:hover {
  opacity: 0.8;
}

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

.sliderPhoto-block__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;
}

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

.sliderPhoto-block .slick-arrow {
  top: 45%;
}

.sliderPhoto-block .slick-dots {
  width: auto;
  margin: 0 auto;
  display: block;
}

.sliderPhoto-block .slick-dots li {
  background: #b4e3f5;
  height: 1.6vw;
  width: 1.6vw;
  border-radius: 90%;
  margin: 0;
}

.sliderPhoto-block .slick-dots li:not(:first-of-type) {
  margin-left: 5.6vw;
}

.sliderPhoto-block .slick-dots .slick-active {
  background: #CBB6BF;
  position: relative;
}

.sliderPhoto-block .slick-dots .slick-active::after {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.2666666667vw #CBB6BF solid;
  border-radius: 90%;
}

.sliderPhoto-block .slick-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
  /* width: 20px;
  height: 20px; */
}

.sliderPhoto-block .slick-prev {
  left: 0;
}

.sliderPhoto-block .slick-next {
  right: 0;
}

.sliderPhoto-block .instagram-media {
  width: 100%;
  max-width: 100%;
}

.sliderPhoto-block .sliderPhoto-block__item {
  margin-left: 1.3333333333vw;
  margin-right: 1.3333333333vw;
}

.sliderPhoto-block__item blockquote>div {
  display: none;
}

.sliderPhoto-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderPhoto-block .slick-slide {
  height: auto !important;
}

.l-postSlider {
  width: 100%;
}

.l-postSlider .l-postSlider__inner *:last-child {
  margin-bottom: auto;
}

.l-postSlider .l-postSlider__inner ul {
  background-color: transparent;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.l-postSlider .l-postSlider__inner ul li {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  position: static;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 100%;
}

.l-postSlider .l-postSlider__inner ul li:before {
  display: none;
}

.l-postSlider .l-postSlider__inner ul li:nth-child(2n+1) {
  padding-right: 0;
}

.l-postSlider .l-postSlider__inner ul li iframe {
  margin-bottom: 0;
}


@media screen and (min-width: 64em) {
  .sliderPhoto-block {
    max-width: none;
  }

  .sliderPhoto-block .slick-list {
    border: none;
    margin-bottom: 3.8rem;
    padding-bottom: 1rem !important;
  }

  .sliderPhoto-block__item {
    margin: 0 1.2rem;
  }

  .sliderPhoto-block .slick-arrow {
    top: 41%;
  }

  .sliderPhoto-block .slick-dots li {
    height: 1.2rem;
    width: 1.2rem;
  }

  .sliderPhoto-block .slick-dots li:not(:first-of-type) {
    margin-left: 4.3rem;
  }

  .sliderPhoto-block .slick-dots .slick-active::after {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 1px;
  }

  .sliderPhoto-block .sliderPhoto-block__item {
    margin-left: 0.5208333333vw;
    margin-right: 0.5208333333vw;
  }
}

/* FullCalendar表示 */

.fc-today-button,
.fc-prev-button,
.fc-next-button {
  display: none !important;
}

.fc {
  margin-bottom: 10vh;
  font-size: 16px;
}

.fc .fc-non-business {
  background: rgba(90, 188, 204, 0.3);
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #CBB6BF;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #CBB6BF;
}

.fc-col-header {
  background: #CBB6BF;
  color: #fff;
  width: 100% !important;
}

.fc-daygrid-body {
  width: 100% !important;
}

.fc-view-harness {
  height: 70vh !important;
}

.fc-col-header-cell-cushion {
  font-weight: 700;
}

.fc-toolbar-chunk {
  margin-bottom: 0 !important;
}

.fc .fc-toolbar-title {
  margin: 0 !important;
}

.fc-scrollgrid-sync-table {
  width: 100% !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
}

.fc-h-event {
  border-color: transparent;
}

.fc-h-event.kanazawa {
  background-color: #C1ADFB;
}

.fc-h-event.tokyo {
  background-color: #855FF4;
}

.fc-h-event.toyama {
  background-color: #6BE0F2;
}

.fc-h-event.osaka {
  background-color: #5ABCCC;
}

.fc-h-event .fc-event-title {
  overflow: unset;
  white-space: normal;
  font-weight: 500;
}

.calendar-none {
  display: none;
}

/* スクロールバー変更 */
.fc-scroller-liquid-absolute {
  box-shadow: inset 0em -0.9em 0.8em -18px;
}

.fc-scroller-liquid-absolute::after {
  content: '';
  display: block;
  position: relative;
  z-index: 99;
  height: 0.8em;
  background-color: #ffff;
  margin: 0 -0.2em;
}

.fc-scroller::-webkit-scrollbar {
  background-color: #fff;
}

.fc-scroller::-webkit-scrollbar-thumb {
  background: #CBB6BF;
  border-radius: 100px;
}

.ttl-h5 {
  font-weight: 700;
  font-size: 1.4em;
  color: #CBB6BF;
}

.top_doctor__heading {
  margin-left: 4.2666666667vw;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 2.6666666667vw;
}

.top_doctorSpecialty__item::before {
  width: 1.2rem;
  height: 1.2rem;
}

.top_doctorSpecialty__item {
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 3rem;
  list-style: none;
  color: #4a383d;
}

.top__wrapper-top {
  justify-content: center;
  margin-bottom: 10vw;
}

@media screen and (min-width: 64em) {
  .top__wrapper-top {
    margin-bottom: 7rem;
  }
}

/*# sourceMappingURL=style.css.map */


 /* アコーディオン */
 .qaqnothing:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.qaqnothing {
  border: #B4ACAC 0.2666666667vw solid;
  border-bottom: #B4ACAC 1.0666666667vw solid;
  padding: 0 4.2666666667vw;
  background: #fff;
}

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

.qaqnothing .qaqnothing__question {
  cursor: pointer;
}

.qaqnothing .qaqnothing__question p, .qaqnothing .qaqnothing__question h3 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.3333333333;
  position: relative;
  padding: 2.4vw 6.4vw 3vw 0;
  color: #262727;
  font-family: "Shippori Mincho", serif;
}

.qaqnothing .qaqnothing__answer p {
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #262727;
  padding: 2.4vw 0 3vw;
}

.qaqnothing .qaqnothing__answer > div {
  padding: 2.4vw 0 3vw;
}

.qaqnothing .wp-block-group:first-of-type {
  position: relative;
  /* padding-bottom: 6.4vw; */
}


.qaqnothing .qaqnothing__question p::after,
.qaqnothing .qaqnothing__question h3::after {
  content: "";
  position: absolute;
  right: -1.2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8vw;
  height: 2.6666666667vw;
  background: url("../img/common/arrow-square-brown-down.svg") center center/contain no-repeat;
}

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

.qaqnothing__answer > .wp-block-group__inner-container:last-of-type {
  /* padding: 6.4vw 0; */
  border-top: 0.2666666667vw dashed #CECECE;
}

.qaqnothing__answer>.wp-block-group__inner-container:last-of-type p {
  padding: 0;
}

@media screen and (min-width: 64em) {

.qaqnothing:not(:last-of-type) {
  margin-bottom: 4rem;
}
.qaqnothing {
  border-width: 1px;
  border-bottom: #B4ACAC 4px solid;
  padding: 0 2.4rem;
}
.qaqnothing .qaqnothing__question p,
.qaqnothing .qaqnothing__question h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  padding: 2rem 5rem 2rem 0;
}
.qaqnothing .qaqnothing__answer p {
  font-size: 1.6rem;
  line-height: 2;
  padding: 2rem 0;
}
.qaqnothing .qaqnothing__answer > div {
  padding: 2rem 0;
}
.qaqnothing .wp-block-group:first-of-type {
  /* padding-bottom: 4.2rem; */
}

.qaqnothing .qaqnothing__question p::after,
.qaqnothing .qaqnothing__question h3::after {
  width: 2.6rem;
  height: 1.4rem;
  right: 0;
}
.qaqnothing__answer>.wp-block-group__inner-container:last-of-type {
  /* padding: 1.6rem 0 2.4rem; */
  border-width: 1px;
}

}

 /* アコーディオンここまで*/
