@charset "UTF-8";
.wp-block-button__link {
  background-color: auto;
}

/* # =================================================================
   # g selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */ /* resset.dev • v5.0.2 */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* cardionet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, cardionet Explorer 11- */
}

/* Apply cursor pocardio to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pocardio;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* cardionet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* cardionet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pocardio cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pocardio cursor of trigger elements */
[aria-controls] {
  cursor: pocardio;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #504444;
  line-height: 1.7;
  scroll-behavior: smooth;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
  position: relative;
  color: #4a4a4a;
  font-family: serif;
  font-feature-settings: "palt";
  font-size: 17px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #504444;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 0.8rem 1rem;
}
p a {
  color: #a48b78;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

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

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.fbx-caption-title,
.fbx-caption-desc {
  font-family: serif;
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }
}

.widthM {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .widthM {
    width: 92%;
  }
}

.txt_r {
  text-align: right;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #header {
    width: 100%;
    padding: 0;
    background: white;
  }
}
#header > .inner {
  width: 80%;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  #header > .inner {
    width: 90%;
    min-width: 1024px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  #header > .inner {
    width: 100%;
    min-width: auto;
    padding: 0 10px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.menu__pc {
  padding: 10px 2% 0;
}
.menu__pc .wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-template-rows: auto auto;
  gap: 5px;
}
@media screen and (max-width: 1023px) {
  .menu__pc .wrap {
    display: grid;
    grid-template-columns: 1fr 80px;
    grid-template-rows: 60px;
  }
}
.menu__pc .wrap .btn__wrap {
  display: grid;
  grid-template-columns: repeat(2, auto) 40px 40px;
  justify-content: end;
  margin: 0;
}
.menu__pc .wrap .btn__wrap .btn--line a {
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .menu__pc .wrap .btn__wrap {
    display: none;
  }
}
.menu__pc .header__logo {
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .menu__pc .header__logo {
    padding: 0;
    display: flex;
    justify-content: left;
  }
}
.menu__pc .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 151/25;
}
.menu__pc .nav__pc {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ede8e4;
  grid-column: 1/3;
}
@media screen and (max-width: 1023px) {
  .menu__pc .nav__pc {
    display: none;
  }
}
.menu__pc .nav__pc ul.primary {
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 1439px) {
  .menu__pc .nav__pc ul.primary {
    gap: 0 1rem;
  }
}
.menu__pc .nav__pc ul.primary > li {
  height: 100%;
  display: flex;
  position: relative;
  padding: 0;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 600;
}
.menu__pc .nav__pc ul.primary > li a {
  padding: 0.8rem 1.5rem;
  position: relative;
  background: #ede8e4;
}
.menu__pc .nav__pc ul.primary > li a:hover {
  background: #a38a77;
}
.menu__pc .nav__pc ul.primary > li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.menu__pc .nav__pc ul.primary > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.menu__pc .nav__pc ul.secondary {
  position: absolute;
  top: 57px;
  left: calc(50% - 180px);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  width: 360px;
  overflow: hidden;
  background: #ede8e4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2px 5px;
}
@media screen and (max-width: 1023px) {
  .menu__pc .nav__pc ul.secondary {
    top: 58px;
  }
}
.menu__pc .nav__pc ul.secondary > li {
  box-sizing: border-box;
  text-align: left;
}
.menu__pc .nav__pc ul.secondary > li > a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 3rem;
  background: url("../images/icons/arrow.svg") no-repeat 10px center;
  background-size: 15px;
}
@media screen and (max-width: 767px) {
  .menu__pc .nav__pc ul.secondary > li > a {
    padding: 10px 25px 10px 40px;
  }
}
.menu__pc .nav__pc ul.secondary > li > a.small {
  font-size: 1.1rem;
  padding: 0.2rem 1rem 0.2rem 5rem;
  background-position: 50px 40%;
}
.menu__pc .nav__pc ul.secondary > li > a:hover {
  background: #a38a77;
  color: #fff;
}

.menuWindow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .menuWindow {
    display: block;
  }
}
.menuWindow .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  /*         height: 100vh; */
}
.menuWindow .menuWindow__wrapper {
  display: none;
  position: relative;
  z-index: 98;
}
.menuWindow .menuWindow__wrapper--visible {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuWindow .menuWindow__body {
  background: #fff;
  padding: 2rem 5%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90dvh;
  animation-name: slideAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__body {
    padding: 2rem 0;
  }
}
@keyframes slideAnime {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(9%);
    opacity: 1;
    @media screen and (max-width: 1023px) {
      .menuWindow .menuWindow__body {
        transform: translateY(5%);
      }
    }
  }
}
.menuWindow .menuWindow__Button {
  position: absolute;
  right: 2%;
  top: 100px;
  z-index: 99;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button {
    top: 10px;
    pointer-events: auto;
  }
}
.menuWindow .menuWindow__Button .hamburger {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger {
    opacity: 1;
    width: 60px;
    height: 60px;
  }
}
.menuWindow .menuWindow__Button .hamburger:before {
  content: "";
  opacity: 0;
}
.menuWindow .menuWindow__Button .hamburger:after {
  content: "";
  position: absolute;
  top: 37px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #a38a77;
  border-radius: 2px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger:after {
    top: 14px;
    width: 40px;
  }
}
.menuWindow .menuWindow__Button .hamburger > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #a38a77;
}
.menuWindow .menuWindow__Button .hamburger > span:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #a38a77;
  border-radius: 2px;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger > span:before {
    width: 40px;
    top: 29px;
  }
}
.menuWindow .menuWindow__Button .hamburger > span:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #a38a77;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger > span:after {
    width: 40px;
    top: 44px;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #dd3683;
  animation-name: fillAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened:before {
    top: -12px;
    left: -3px;
  }
}
@keyframes fillAnime {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened:after {
  opacity: 0;
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:before {
  top: 38px;
  transform: rotateZ(45deg);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:before {
    top: 26px;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:after {
  top: 38px;
  transform: rotateZ(-45deg);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:after {
    top: 26px;
  }
}

.menuWindow__menus {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: 50px auto 1fr;
  gap: 2rem 1rem;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus {
    grid-template-columns: 1fr;
    grid-template-rows: 60px auto 1fr;
  }
}
.menuWindow__menus::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
}
.menuWindow__menus::-webkit-scrollbar-thumb {
  background-color: #a38a77;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus::-webkit-scrollbar-thumb {
    background-color: #a38a77;
  }
}
.menuWindow__menus .header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
}
.menuWindow__menus .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menuWindow__menus .btn__wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menuWindow__menus .btn__wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1439px) {
  .menuWindow__menus .btn__wrap {
    grid-row: 2/3;
    align-items: end;
  }
  .menuWindow__menus .btn__wrap .btn--reserve {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 1439px) and (max-width: 767px) {
  .menuWindow__menus .btn__wrap .btn--reserve {
    all: unset;
  }
}
@media screen and (max-width: 1439px) {
  .menuWindow__menus .btn__wrap .btn--lv2--tel {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 1439px) and (max-width: 767px) {
  .menuWindow__menus .btn__wrap .btn--lv2--tel {
    all: unset;
  }
}
.menuWindow__menus .info {
  grid-row: 2/3;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .info {
    display: none;
  }
}
.menuWindow__menus .info section {
  margin-bottom: 2rem;
}
.menuWindow__menus .list {
  padding: 0 1rem;
  grid-column: 2/3;
  grid-row: 1/4;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .list {
    padding: 0 0.5rem;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.menuWindow__menus .list ul {
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .menuWindow__menus .list ul {
    font-size: 1rem;
  }
}
.menuWindow__menus .list ul li {
  border-bottom: 1px solid #ede8e4;
}
.menuWindow__menus .list ul li:first-child {
  border-top: 1px solid #ede8e4;
}
.menuWindow__menus .list ul li.cardio {
  background: #e8f0ed;
}
.menuWindow__menus .list ul li.cardio span {
  display: block;
  position: relative;
}
.menuWindow__menus .list ul li.cardio span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icons/cardio01.svg") center/contain no-repeat;
}
.menuWindow__menus .list ul li.cosmetic {
  background: #f4edf5;
}
.menuWindow__menus .list ul li.cosmetic span {
  display: block;
  position: relative;
}
.menuWindow__menus .list ul li.cosmetic span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icons/cosmetic01.svg") center/contain no-repeat;
}
.menuWindow__menus .list ul li a {
  display: block;
  padding: 0.8rem 2rem 0.8rem 36px;
  background: url("../images/icons/arrow.svg") 10px center/15px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .menuWindow__menus .list ul li a {
    padding: 10px 25px 10px 32px;
  }
}
.menuWindow__menus .list ul li a:hover {
  opacity: 0.6;
}
.menuWindow__menus .list ul li > ul.secondary {
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
  border-top: 1px solid #ede8e4;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .list ul li > ul.secondary {
    top: 58px;
  }
}
.menuWindow__menus .list ul li > ul.secondary > li {
  box-sizing: border-box;
  text-align: left;
}
.menuWindow__menus .list ul li > ul.secondary > li:last-child {
  border-bottom: none;
}
.menuWindow__menus .list ul li > ul.secondary > li a {
  padding: 0.8rem 2rem 0.8rem 30px;
  background: url("../images/icons/arrow.svg") 10px center/10px auto no-repeat;
}
.menuWindow__menus .list ul li > ul.secondary > li a.small {
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-position: 30px 40%;
}
.menuWindow__menus .noneborder {
  border-bottom: none;
}

ul.sns {
  border-top: 1px solid #a38a77;
}
ul.sns li {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #a38a77;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

.index__slider {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .index__slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index__slider {
    margin-top: 0;
  }
}

.page__header {
  width: 88%;
  margin: auto;
  position: relative;
  padding: 3rem 0 0;
}
@media screen and (max-width: 1023px) {
  .page__header {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .page__header {
    width: 100%;
  }
}
.page__header > .inner {
  padding: 80px 20px 0;
}
@media screen and (max-width: 1023px) {
  .page__header > .inner {
    padding-left: 0;
  }
}
.page__header h1.page__title {
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: left;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title {
    font-size: 2rem;
  }
}
.page__header h1.page__title p {
  display: inline-block;
  position: relative;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title p {
    padding-right: 3rem;
  }
}
.page__header h1.page__title p span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  color: #ede8e4;
  font-family: "Waterfall", cursive;
  font-weight: initial;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title p span {
    font-size: 3rem;
  }
}
.page__header h1.page__title .title__small {
  padding: 0 1rem;
  position: relative;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title .title__small {
    font-size: 1.4rem;
  }
}

#breadcrumbs {
  font-size: 0.8em;
}
#breadcrumbs span {
  position: relative;
}
#breadcrumbs span:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a38a77;
}
#breadcrumbs span a {
  padding-right: 40px;
}
#breadcrumbs span:last-child:after {
  display: none;
}

#footer {
  padding: 50px 0 200px;
  background: #ede8e4;
}
#footer section.info__wrap {
  display: grid;
  grid-template-columns: 40% 1fr;
  justify-content: center;
  gap: 40px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap {
    grid-template-columns: 1fr;
    gap: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap {
    width: 98%;
  }
}
#footer section.info__wrap .info {
  display: grid;
  gap: 2rem;
}
#footer section.info__wrap .info .footer__logo {
  padding-bottom: 10px;
  max-width: 80%;
  text-align: center;
  margin: auto;
}
#footer section.info__wrap .info .footer__logo img {
  aspect-ratio: 271/175;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .info .footer__logo img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
#footer section.info__wrap .info section.detail {
  display: flex;
  flex-direction: column;
  gap: 0 2%;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap .info section.detail {
    grid-column: 1;
    grid-row: auto;
  }
}
#footer section.info__wrap .info section.detail .timetable h4.type1 {
  color: #fff;
}
#footer section.info__wrap section.access {
  border-left: 1px solid #a38a77;
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap section.access {
    border: none;
    padding-left: 0;
  }
}
#footer section.info__wrap section.access .detail li {
  position: relative;
  padding: 0 0 0.5rem 2rem;
}
#footer section.info__wrap section.access .detail li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
#footer section.info__wrap section.access .detail li.train::before {
  background: url("../images/icons/train.svg") center/contain no-repeat;
}
#footer section.info__wrap section.access .detail li.car::before {
  background: url("../images/icons/car.svg") center/contain no-repeat;
}
#footer section.info__wrap section.access .detail li.info::before {
  background: url("../images/icons/info.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel {
    text-align: center;
  }
}
#footer section.info__wrap .footer__tel > dl {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.04em;
  padding-top: 30px;
  text-align: center;
}
#footer section.info__wrap .footer__tel > dl > dt {
  font-weight: bold;
  display: inline-block;
  border-radius: 16px;
  white-space: nowrap;
  padding: 2px 10%;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dt {
    font-size: initial;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dd.num {
    display: block;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num > a {
  color: #a38a77;
}
#footer section.info__wrap .footer__tel > dl > dd.time {
  font-size: 0.8rem;
}
#footer .footer__link {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer__link {
    margin: 50px 0 20px;
  }
}
#footer .attention {
  text-align: center;
  font-size: 0.8rem;
  color: #a48b78;
  padding: 4rem 0 0;
}
#footer .footer__copyright {
  color: #a38a77;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #footer .footer__copyright {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__copyright {
    margin-top: 50px;
  }
}

.footerlink {
  font-size: 0.8rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 2%;
}
.footerlink > .grid__wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin: auto;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footerlink > .grid__wrap {
    grid-template-columns: 1fr;
  }
}
.footerlink h3 {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .footerlink h3 {
    padding-top: 60px;
  }
}
.footerlink a {
  text-decoration: underline;
  color: #a48b78;
}
.footerlink a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footerlink--large li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.footerlink--large li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.footerlink--small li {
  font-size: 0.8rem;
  padding: 0 10px;
  line-height: 1em;
}
.footerlink--small li a {
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .footerlink--small li a {
    padding: 10px 0 10px 0;
  }
}
.footerlink--small--inner li {
  font-size: 0.8rem;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .footerlink--small--inner li {
    padding: 5px 0 5px 30px;
  }
}

.yogimall {
  text-align: center;
}

/* サイドまたはフッタメニュー固定時使用
.home {
#footer {
@include g.mq(md) {
padding-bottom: 100px;
}
}
}
*/
article.blog header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  justify-content: space-around;
  border-bottom: 1px solid #a38a77;
}
@media screen and (max-width: 767px) {
  article.blog header {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0.5rem;
  }
}
article.blog header h1 {
  grid-column: 1/3;
  grid-row: 2/3;
  font-family: serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #a38a77;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  article.blog header h1 {
    font-size: 1.2rem;
    grid-row: 3/4;
  }
}
article.blog header time {
  letter-spacing: 0.1em;
}
article.blog header .tags {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  article.blog header .tags {
    justify-content: start;
    grid-row: 2/3;
  }
}
article.blog section.article__body {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  article.blog section.article__body {
    padding: 2rem 0.6rem;
  }
}
article.blog section.article__body p {
  padding-bottom: 0.8rem;
}

.tax--aesthetic .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .tax--aesthetic .posts {
    grid-template-columns: 1fr;
  }
}
.tax--aesthetic .posts .post {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 0.5rem;
  border: 1px solid #e4d1e5;
  box-shadow: 0 6px 10px rgba(200, 200, 200, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.tax--aesthetic .posts .post figure {
  grid-row: 1/4;
}
.tax--aesthetic .posts .post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax--aesthetic .posts .post h3 {
  font-size: 1.2rem;
  padding: 1rem 0 0 1rem;
}
.tax--aesthetic .posts .post p {
  font-size: 1rem;
}
.tax--aesthetic .posts .post .tags {
  flex-wrap: wrap;
  padding: 0 0.5rem 0.5rem 1rem;
}
.tax--aesthetic .posts .post a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tarms {
  background: #e4d1e5;
}
.tarms.formens {
  background: #b6d1eb;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 10px;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 10px;
}
@media screen and (max-width: 374px) {
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

section.blog__archive ul.blog__posts {
  display: grid;
}
section.blog__archive ul.blog__posts > li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  justify-content: space-around;
  padding: 2rem 1rem;
  border-bottom: 1px solid #a38a77;
}
@media screen and (max-width: 767px) {
  section.blog__archive ul.blog__posts > li {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 2rem 0;
    gap: 0.5rem;
  }
}
section.blog__archive ul.blog__posts > li time {
  letter-spacing: 0.1em;
}
section.blog__archive ul.blog__posts > li .tags {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  section.blog__archive ul.blog__posts > li .tags {
    justify-content: start;
    grid-row: 2/3;
  }
}
section.blog__archive ul.blog__posts > li a {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  section.blog__archive ul.blog__posts > li a {
    grid-row: 3/4;
  }
}
section.blog__archive ul.blog__posts > li a h3 {
  font-family: serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #a38a77;
  text-decoration: underline;
}
section.blog__archive ul.blog__posts > li a h3:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.blog__archive ul.blog__posts > li a h3 {
    font-size: 1.2rem;
    grid-row: 3/4;
  }
}
section.blog__archive ul.blog__posts > li a .excerpt {
  padding-left: 1rem;
}

.doctorblog__archive .posts,
.indexblog .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .doctorblog__archive .posts,
  .indexblog .posts {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .doctorblog__archive .posts,
  .indexblog .posts {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.doctorblog__archive .posts .post,
.indexblog .posts .post {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.5rem;
  border: 1px solid #e4d1e5;
  box-shadow: 0 6px 10px rgba(200, 200, 200, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.doctorblog__archive .posts .post .media,
.indexblog .posts .post .media {
  height: 140px;
  position: relative;
}
.doctorblog__archive .posts .post .media img,
.indexblog .posts .post .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctorblog__archive .posts .post figure,
.indexblog .posts .post figure {
  grid-row: 1/4;
}
.doctorblog__archive .posts .post figure img,
.indexblog .posts .post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctorblog__archive .posts .post h3,
.indexblog .posts .post h3 {
  font-size: 1.1rem;
  padding: 0.5rem 1rem 0;
}
.doctorblog__archive .posts .post time,
.indexblog .posts .post time {
  text-align: right;
  font-size: 0.8rem;
  padding: 0 1rem 0.5rem;
}
.doctorblog__archive .posts .post a,
.indexblog .posts .post a {
  position: absolute;
  width: 100%;
  height: 100%;
}

p.category {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #a38a77;
  color: #fff;
  padding: 0 1rem;
  border-radius: 4px 0 0 4px;
}
p.category.cardio, p.category.general {
  background-color: #71a092;
}
p.category.aestheticmed {
  background-color: #bb8dbe;
}

/* 固定ページ */
.page__article {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .page__article {
    padding: 20px 0 20px 5px;
    margin-bottom: 30px;
  }
}
.page__article .wp-block-column {
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .page__article .wp-block-column {
    padding: 1rem;
  }
}
.page__article .wp-block-column.has-background {
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(200, 200, 200, 0.1);
}
.page__article a.txtlink {
  color: #a48b78;
  text-decoration: underline;
}
.page__article a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}
.page__article p {
  margin: 0 0 20px;
}
.page__article strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffefbb 0%) repeat scroll 0 0;
}
.page__article .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.page__article .wp-block-image {
  margin: 40px 0 40px;
}
.page__article .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.page__article .wp-block-button a {
  text-decoration: none;
}

.group--gn h2.type2 {
  border-bottom: 1px solid #538e73;
}
.group--gn h2.type2 span {
  color: #71a092;
}
.group--gn h3.type1 {
  color: #538e73;
}
.group--pr h2.type2 {
  border-bottom: 1px solid #9a639c;
}
.group--pr h2.type2 span {
  color: #bb8dbe;
}
.group--pr h3.type1 {
  color: #9a639c;
}

/*frontpage*/
.preopen {
  padding-top: 0;
}
.preopen h1.header__logo {
  display: block;
  width: 38%;
  margin: 100px auto 0;
}
@media screen and (max-width: 1023px) {
  .preopen h1.header__logo {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .preopen h1.header__logo {
    width: 90%;
  }
}
.preopen h1.header__logo img {
  width: 100%;
}
.preopen .main .inner {
  padding-top: 0;
}
.preopen .main .inner .page__article {
  padding-top: 0;
}
.preopen .copy2 {
  padding-bottom: 120px;
}
.preopen .copy2 p {
  text-align: center;
  display: block;
  color: #32323d;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .preopen .copy2 p {
    font-size: 1.2rem;
  }
}

ul.subject {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 2em 0 0;
}
@media screen and (max-width: 767px) {
  ul.subject {
    gap: 0.3em;
  }
}
ul.subject li {
  padding: 0.2em 2em 0.1em;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  ul.subject li {
    padding: 0.2em 0.8em 0.1em;
  }
}
@media screen and (max-width: 374px) {
  ul.subject li {
    font-size: initial;
  }
}
ul.subject li:before {
  display: no;
}
ul.subject .gn {
  background-color: #71a092;
}
ul.subject .pu {
  background-color: #bb8dbe;
}

/* .blog__nextprev {
    > ul {
        display: flex;
        justify-content: space-between;
        @include g.mq(sm) {
            margin-bottom: 50px;
        }

        > li {
            width: 47%;
            border-bottom: 2px solid #e5d389;

            margin-top: 0;
            margin-bottom: 2px;

            &:hover {
                margin-top: 2px;
                margin-bottom: 0px;
                box-shadow: none;
            }

            > a {
                display: block;
                padding: 10px;
                @include g.mq(sm) {
                    padding: 10px;
                    font-size: 12px;
                }
                > dl {
                    > dt {
                        font-weight: bold;

                        margin-bottom: 5px;
                    }
                }
            }
        }
    }
} */
.inner {
  display: block;
  width: 1240px;
  padding: 80px 65px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 1024px;
    padding: 80px 32px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 60px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 60px 2%;
    margin: 0;
  }
}

h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}

h2.type1 {
  /* アクセントライン */
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 40px auto;
  color: #504444;
}
h2.type1::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3px;
  bottom: 0;
  left: calc(50% - 1.5rem);
  background: #ede8e4;
}

h2.type2 {
  /* 文字left+アンダーライン */
  border-bottom: 1px solid #a38a77;
  padding: 3rem 0 0.5rem 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  h2.type2 {
    font-size: 1.3rem;
  }
}
h2.type2:first-of-type {
  margin-top: 40px;
}
h2.type2 span {
  font-size: 1rem;
  color: #a38a77;
}

h2.type3 {
  /* 文字センター+アンダーライン */
  background: none;
  border-top: none;
  text-align: center;
  border-bottom: 2px solid #a38a77;
  padding: 140px 0 0.5rem 0.5rem;
  margin-bottom: 40px;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.5rem 1rem;
  color: #a38a77;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.1rem;
  }
}

h3.type2 {
  display: inline-block;
  font-family: serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  padding: 0 1rem;
  border-radius: 20px;
  position: relative;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  h3.type2 {
    font-size: 1rem;
  }
}
h3.type2.gn {
  background: #71a092;
}

h3.type3 {
  display: inline-block;
  background: #bb8dbe;
  font-family: serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  border: none;
  border-radius: 20px;
  position: relative;
  margin: 60px auto 10px;
}
@media screen and (max-width: 767px) {
  h3.type3 {
    font-size: 1rem;
  }
}

/* おすすめメニュー */
div.recommend {
  border: 2px solid #dd3683;
  border-radius: 10px;
  padding: 1rem 1rem 3rem;
  margin: 2rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.recommend {
    padding: 0.5rem 0.5rem 3rem;
  }
}
div.recommend .title {
  position: absolute;
  top: -1rem;
  left: -2px;
  font-weight: 600;
  background: url("../images/icons/recommend.svg") 1.5rem center/24px no-repeat #dd3683;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
  padding: 0.2rem 3rem 0.2rem 4rem;
  color: #fff;
}

/* 治療の流れ */
ol.flow {
  padding: 1rem;
  counter-reset: listnum;
  display: grid;
  gap: 1rem;
}
ol.flow li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.2rem;
}
ol.flow li::marker {
  content: none;
}
ol.flow li:before {
  counter-increment: listnum;
  content: counter(listnum);
  background: #bb8dbe;
  color: #fff;
  font-family: "Waterfall", cursive;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* point */
ul.type1 {
  padding: 10px 0 10px 5px;
}
ul.type1 > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 14px;
}
ul.type1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #a38a77;
}

/* line */
ul.type2 {
  padding: 10px 0 10px 5px;
}
ul.type2 > li {
  position: relative;
  padding: 0.4rem;
  border-bottom: 1px solid #ede8e4;
}
ul.type2 > li:first-child {
  border-top: 1px solid #ede8e4;
}

.imgbox {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .imgbox {
    flex-direction: column;
    width: 100%;
  }
}
.imgbox picture {
  text-align: center;
}
.imgbox picture img {
  width: initial;
}
@media screen and (max-width: 767px) {
  .imgbox picture img {
    width: 100%;
  }
}

.tags {
  display: flex;
  justify-content: left;
  gap: 0.5rem;
}
.tags > li {
  align-self: center;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 0.8rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .tags > li {
    padding: 0.2rem 0.5rem 0.1rem;
  }
}
.tags > li.cardio {
  border: 2px solid #71a092;
}
.tags > li.cardio a {
  color: #538e73;
}
.tags > li.beauty {
  border: 2px solid #bb8dbe;
}
.tags > li.beauty a {
  color: #9a639c;
}

.txtbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.txtbox.type1 {
  margin: 2rem auto;
  background: #fcfbfc;
  padding: 2%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .txtbox.type1 {
    width: 98%;
  }
}
.txtbox.type1 h2 {
  font-weight: initial;
  color: #b88711;
  border-bottom: 1px solid #b88711;
  margin-bottom: 20px;
}

.textlink a {
  color: #354773;
  background: url("../images/icons/arrow.svg") center right/20px no-repeat;
  padding-right: 30px;
}

.text__block {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .text__block {
    padding: 0 10px 20px;
  }
}

/* .table__wrap {
    width: 98%;
    margin: 0 auto 40px;

    table {
        width: 100%;
        text-align: center;
        tr {
            display: flex;
            border-bottom: 1px solid #999;
            text-align: left;
            @include g.mq(sm) {
                flex-direction: column;

                &:first-of-type {
                    border-top: 1px solid #999;
                }
            }
            &:last-child {
                border-bottom: none;
            }

            td {
                border: none;
                border-right: 1px solid #999;
                padding: 2%;
                @include g.mq(sm) {
                    border: none;
                }
                &:first-of-type {
                    background: #efede8;
                    flex: 1;
                }
                &:last-of-type {
                    flex: 4;
                    border-right: none;
                }
            }
        }
    }
} */
/***************************料金表などtable***********************************/
/*プレーン 2カラム*/
dl.col2 {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-top: 1px solid #bb8dbe;
}
@media screen and (max-width: 1023px) {
  dl.col2 {
    grid-template-columns: 1fr;
  }
}
dl.col2 > dt {
  padding: 0.5rem;
  background: #f4edf5;
  border-bottom: 1px solid #bb8dbe;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  dl.col2 > dt {
    border-bottom: none;
  }
}
dl.col2 dd {
  padding: 0.5rem;
  border-bottom: 1px solid #bb8dbe;
}

/*プレーン 3カラム*/
dl.col3 {
  display: grid;
  grid-template-columns: 40% repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  dl.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
dl.col3 > dt {
  padding: 0.5rem;
  background: #f4edf5;
  border-bottom: 1px solid #bb8dbe;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  dl.col3 > dt {
    border-bottom: none;
    grid-column: 1/3;
  }
}
dl.col3 dd {
  padding: 0.5rem;
  border-bottom: 1px solid #bb8dbe;
}

/*商品のみ*/
dl.items {
  display: grid;
  grid-template-columns: 40% repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  dl.items {
    grid-template-columns: repeat(3, auto);
  }
}
dl.items dt,
dl.items dd {
  padding: 0.5rem;
  border-bottom: 1px solid #bb8dbe;
}

/*大分類*/
dl.large {
  display: grid;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 1023px) {
  dl.large {
    grid-template-columns: 1fr;
  }
}
dl.large > dt {
  padding: 0.5rem;
  background: #f4edf5;
  border-bottom: 1px solid #bb8dbe;
  grid-row: auto/span 3;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  dl.large > dt {
    border-bottom: none;
  }
}
dl.large dd {
  border-bottom: 1px solid #bb8dbe;
}

/*中分類（省略可）*/
dl.middle {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
}
dl.middle > dt {
  padding: 0.5rem;
  grid-row: auto/span 2;
}
dl.middle dd {
  border-bottom: 1px solid #bb8dbe;
}
dl.middle dd:last-child {
  border-bottom: none;
}

/*小分類*/
dl.small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
dl.small > dt {
  padding: 0.5rem;
  border-bottom: 1px solid #bb8dbe;
}
dl.small > dt:last-of-type {
  border-bottom: none;
}
dl.small dd {
  padding: 0.5rem;
  border-bottom: 1px solid #bb8dbe;
}
dl.small dd:last-child {
  border-bottom: none;
}

/*下線*/
.uline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgb(105, 196, 205) 91%);
}

/* ボタン */
.btn__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 98%;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.btn__wrap a {
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
}
.btn__wrap a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn__wrap a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .btn__wrap a {
    font-size: initial;
    padding: 10px 16px;
    max-width: 300px;
  }
}

.btn {
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
}
.btn--lv1 a {
  background: #a38a77;
  padding: 8px 20px;
  min-width: 280px;
  max-width: 360px;
  border-radius: 6px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .btn--lv1 a {
    padding: 8px 1rem;
  }
}
.btn--lv1.gn a {
  background: #538e73;
}
.btn--lv1.pr a {
  background: #9a639c;
}
.btn--lv1--blank a {
  background: #a38a77;
  padding: 8px 20px;
  min-width: 280px;
  border-radius: 6px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
.btn--lv1--blank a:after {
  content: "";
  background: url("../images/icons/newwindow.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}
.btn--reserve a {
  background: #dd3683;
  padding: 8px 20px;
  border-radius: 6px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-align: center;
}
.btn--reserve a span {
  position: relative;
  padding: 2px 0 0 38px;
}
.btn--reserve a span:after {
  content: "";
  background: url("../images/icons/calendar.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .btn--reserve a span:after {
    left: 10px;
  }
}
.btn--reserve.gn a {
  background: #538e73;
}
.btn--reserve.pr a {
  background: #9a639c;
}
.btn--insta, .btn--line {
  width: 40px;
  height: 40px;
}
.btn--insta a, .btn--line a {
  box-shadow: none;
  padding: 0;
}
.btn--insta img, .btn--line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn--lv2 a {
  color: #a38a77;
  border: 1px solid #a38a77;
  background-color: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 8px 3rem;
  border-radius: 6px;
  position: relative;
}
.btn--lv2 a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn--lv2 a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.btn--lv2.gn a {
  border: 1px solid #538e73;
  color: #538e73;
}
.btn--lv2.pr a {
  border: 1px solid #9a639c;
  color: #9a639c;
}
.btn--lv2--blank a {
  color: #a38a77;
  border: 1px solid #a38a77;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 8px 3rem;
  border-radius: 6px;
  position: relative;
}
.btn--lv2--blank a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn--lv2--blank a:hover {
  background: #ede8e4;
}
.btn--lv2--blank a:after {
  content: "";
  background: url("../images/icons/newwindow_bw.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}
.btn--lv2--tel a {
  color: #a38a77;
  box-shadow: none;
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 8px 1rem 8px 3rem;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .btn--lv2--tel a {
    border: 1px solid #a38a77;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    pointer-events: initial;
  }
}
.btn--lv2--tel a:active {
  transform: translateY(2px);
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .btn--lv2--tel a:hover {
    background: #ede8e4;
    opacity: 0.8;
  }
}
.btn--lv2--tel a:before {
  content: "";
  background: url("../images/icons/tel_br.svg");
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 0.9rem);
}

.wp-container-1 {
  justify-content: center;
}

.wp-block-buttons {
  justify-content: center;
}
.wp-block-buttons a {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons a {
    min-width: 280px;
    max-width: 310px;
  }
}
.wp-block-buttons a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.wp-block-buttons a:hover {
  opacity: 0.9;
}
.wp-block-buttons.btn--lv1 a, .wp-block-buttons.btn--lv1--blank a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.wp-block-buttons.btn--lv2 a {
  box-shadow: none;
}

section.timetable {
  margin: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
section.timetable ul {
  padding: 0;
  display: grid;
  grid-template-columns: 40% repeat(6, 1fr);
  grid-template-rows: auto 1fr;
  place-content: center;
}
section.timetable ul li {
  text-align: center;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0.2rem 0;
}
@media screen and (max-width: 1023px) {
  section.timetable ul li {
    font-size: 1rem;
  }
}
section.timetable ul li:nth-child(-n+7) {
  font-weight: 600;
  color: #fff;
}
section.timetable ul li::before {
  display: none;
}
section.timetable ul li.mt {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  section.timetable ul li.mt {
    font-size: 1rem;
  }
}
section.timetable aside {
  padding: 0.5rem 1rem 0;
}
section.timetable.gn {
  border: 1px solid #71a092;
  background: #fff;
}
section.timetable.gn li {
  border-bottom: 1px solid #71a092;
}
section.timetable.gn li:not(.mt) {
  color: #71a092;
}
section.timetable.gn li:nth-child(-n+7) {
  background: #71a092;
  color: #fff;
}
section.timetable.gn li.mt {
  border-right: 1px solid #71a092;
}
section.timetable.pr {
  border: 1px solid #bb8dbe;
  background: #fff;
}
section.timetable.pr li {
  border-bottom: 1px solid #bb8dbe;
}
section.timetable.pr li:not(.mt) {
  color: #bb8dbe;
}
section.timetable.pr li:nth-child(-n+7) {
  background: #bb8dbe;
  color: #fff;
}
section.timetable.pr li.mt {
  border-right: 1px solid #bb8dbe;
}

dl.table {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  dl.table {
    border: none;
  }
}
dl.table > dt {
  background: #f3f3f3;
  border-bottom: 1px solid #aaa;
  width: 25%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.table > dt {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-bottom: none;
  }
}
dl.table > dt:last-of-type {
  border: none;
}
dl.table > dd {
  width: 75%;
  border-bottom: 1px solid #aaa;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  dl.table > dd {
    display: block;
    width: 100%;
    padding: 10px 5px 20px;
    border-bottom: none;
  }
}
dl.table > dd:last-of-type {
  border: none;
}

/* 価格表 */
.price__table {
  margin-bottom: 40px;
}
.price__table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.price__table tr:first-child {
  border-top: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr {
    grid-template-columns: 1fr;
  }
}
.price__table tr td {
  border: none;
  border-bottom: 1px solid #b8af9b;
}
.price__table tr td:first-child {
  background: #d8caad;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .price__table tr td:first-child {
    border-bottom: none;
  }
}
.price__table tr td:last-child {
  text-align: right;
  border-right: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr td:last-child {
    border-left: 1px solid #b8af9b;
  }
}
.price__table figcaption {
  font-size: 0.8rem;
}

.symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.1rem;
  padding: 0.5rem;
}
.symptoms li {
  background: #e8f0ed;
  border-radius: 4px;
  text-align: center;
  padding: 0.2rem 1rem;
}
.symptoms li:before {
  display: none;
}

.insta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .insta {
    padding: 1rem;
  }
}
.insta img {
  width: 40px;
  height: auto;
}

.pagination {
  text-align: center;
  padding: 0 0 100px;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #a38a77;
  border-radius: 50%;
  margin-right: 25px;
  font-weight: bold;
  border: 1px solid #a38a77;
}
.nav-links .current {
  background: #a38a77;
  color: #ffffff;
  padding: 0;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a:hover {
  background-color: #ede8e4;
  border-color: #ede8e4;
  border-radius: 50%;
  color: #a38a77;
}

.treat__detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .treat__detail {
    grid-template-columns: 1fr;
  }
}
.treat__detail dt {
  background: #bb8dbe;
  color: #fff;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-weight: 600;
}
.treat__detail dd {
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-bottom: 1px solid #bb8dbe;
}
@media screen and (max-width: 767px) {
  .treat__detail dd {
    border-bottom: none;
    padding: 0.5rem 0 0.5rem 1rem;
  }
}

.helthcheck__detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px 0;
}
@media screen and (max-width: 767px) {
  .helthcheck__detail {
    grid-template-columns: 1fr;
  }
}
.helthcheck__detail dt {
  background: #c6d9d3;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-weight: 600;
}
.helthcheck__detail dd {
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-bottom: 1px solid #c6d9d3;
}
@media screen and (max-width: 767px) {
  .helthcheck__detail dd {
    border-bottom: none;
    padding: 0.5rem 0 0.5rem 1rem;
  }
}

/*SimpLy Gallery Plugin*/
.pgc-rev-lb-b-item-title {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

.main__single .wp-block-media-text {
  margin-bottom: 2rem;
}
.main__single ul {
  /*type1*/
  padding: 10px 0 10px 1rem;
}
.main__single ul > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 14px;
}
.main__single ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #a38a77;
}
.main__single.gn h2 {
  /*type2*/
  border-bottom: 1px solid #538e73;
  padding: 3rem 0 0.5rem;
  margin-bottom: 1rem;
}
.main__single.gn h2:first-of-type {
  padding-top: 0;
}
.main__single.gn p {
  padding: 0 0.5rem 2rem;
}
.main__single.gn h2.type1::after {
  background: #c6d9d3;
}
.main__single.gn h3 {
  color: #538e73;
}
.main__single.gn h3 a {
  color: #538e73;
  text-decoration: underline;
}
.main__single.gn ul > li:before {
  background: #538e73;
}
.main__single.gn strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #b6f2c3 0%) repeat scroll 0 0;
}
.main__single.gn hr {
  border: none;
  border-top: 1px solid #c6d9d3;
  margin: 2rem auto;
}
.main__single.pr h2.type1::after {
  background: #e4d1e5;
}
.main__single.pr h2.type2 {
  /* 文字left+アンダーライン */
  border-bottom: 1px solid #9a639c;
  color: #9a639c;
}
.main__single.pr h2.type3 {
  /* 文字センター+アンダーライン */
  border-bottom: 2px solid #9a639c;
  color: #9a639c;
}
.main__single.pr ul.recommend {
  padding: 1rem 0 0 0;
}
.main__single.pr ul.recommend li {
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  font-weight: 600;
}
.main__single.pr ul.recommend li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/icons/checked.svg") center/100% no-repeat;
}
.main__single.pr h4 {
  font-size: 1.6rem;
  color: #9a639c;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 24px;
  font-weight: 600;
}
.main__single.pr h4:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #a38a77;
}
.main__single.pr h4.type3 {
  font-size: 1.1rem;
  color: #9a639c;
  position: relative;
  margin-bottom: 15px;
  padding: 40px 0 0 0;
  font-weight: 600;
}
.main__single.pr h4.type3:before {
  content: none;
}
.main__single.pr h5 {
  font-size: 1rem;
  padding: 2rem 0 0.5rem 1rem;
  color: #9a639c;
}
.main__single.pr ul > li:before {
  background: #bb8dbe;
}
.main__single.pr strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffd1f5 0%) repeat scroll 0 0;
}
.main__single.pr hr {
  border: none;
  border-top: 1px solid #e4d1e5;
  margin: 2rem auto;
}
.main__single.pr .point {
  background: #f4edf5;
  padding: 5rem 2rem 2rem;
  border-radius: 10px;
  position: relative;
}
.main__single.pr .point::before {
  content: "Point";
  position: absolute;
  top: 0;
  left: 2rem;
  color: #9a639c;
  font-size: 3rem;
  font-family: "Waterfall", cursive;
  font-weight: 600;
}
.main__single.pr .point p {
  padding-left: 0;
  padding-right: 0;
}
.main__single.pr .point p:last-of-type {
  padding-bottom: 0;
}
.main__single .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.main__single .sidebar__tagList li {
  border: 1px solid #a38a77;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.main__single .sidebar__tagList li:before {
  display: none;
}
.main__single .sidebar__tagList li a {
  color: #a38a77;
  font-weight: 600;
}

/*　おしらせ　*/
.main--info .sidebar {
  border-top: 1px solid #a38a77;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar {
    padding: 2rem 0;
  }
}
.main--info .sidebar aside {
  padding-bottom: 2rem;
}
.main--info .sidebar .sidebar__linkList {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar .sidebar__linkList {
    padding: 0 1rem;
  }
}
.main--info .sidebar .sidebar__linkList > li {
  padding-bottom: 0.8rem;
}
.main--info .sidebar .sidebar__linkList > li > a {
  color: #a48b78;
  text-decoration: underline;
}
.main--info .sidebar .sidebar__linkList > li > a:hover {
  text-decoration: none;
}
.main--info .sidebar .tags {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar .tags {
    padding: 0 1rem;
  }
}

/* 疾患詳細 */
.detail__footerlink {
  text-align: justify;
}
.detail__footerlink.gn {
  border-bottom: 1px solid #71a092;
  background: url("../images/gra/bg_gn02.webp") center/cover no-repeat #e8f0ed;
}
.detail__footerlink.pr {
  border-top: 1px solid #bb8dbe;
  border-bottom: 1px solid #bb8dbe;
  background: url("../images/gra/bg_pr02.webp") center/cover no-repeat;
}
.detail__footerlink .linkWrap {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .detail__footerlink .linkWrap {
    padding: 2rem 1rem;
  }
}
.detail__footerlink li:before {
  display: none;
}

.medsub .col2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .medsub .col2 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.medsub .col2 > section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 1rem;
}
.medsub h3 {
  text-align: center;
}
.medsub .img {
  border-radius: 8px;
  overflow: hidden;
}
.medsub .img img {
  width: 100%;
  aspect-ratio: 16/9;
}
.medsub .cardio {
  padding: 1rem;
  background: #e8f0ed;
}
.medsub .cardio h3 {
  color: #538e73;
}
.medsub .beauty {
  padding: 1rem;
  background: #f4edf5;
}
.medsub .beauty h3 {
  color: #9a639c;
}

section.reason {
  background: #ede8e4;
}
section.reason .reason__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section.reason .reason__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.reason .reason__wrap img {
  width: 100%;
  aspect-ratio: 16/9;
}
section.reason dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1rem;
}
section.reason dl dt {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

.meddetail section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 1rem;
}
.meddetail section.cardio {
  padding: 2rem;
  background: #e8f0ed;
  margin-bottom: 60px;
}
.meddetail section.cardio h2 {
  color: #538e73;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .meddetail section.cardio {
    padding: 1rem;
  }
}
.meddetail section.beauty {
  padding: 2rem;
  background: #f4edf5;
}
.meddetail section.beauty h2 {
  color: #9a639c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .meddetail section.beauty {
    padding: 1rem;
  }
}
.meddetail .detail__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .meddetail .detail__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.meddetail .detail {
  background: #fff;
  padding: 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .meddetail .detail {
    padding: 2rem 1rem;
  }
}
.meddetail .detail h4 {
  text-align: center;
  position: relative;
  padding-top: 50px;
  font-size: 1.2rem;
  font-weight: 600;
}
.meddetail .detail h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
.meddetail .detail h4.cardio01::before {
  background: url("../images/icons/cardio01.svg") center/contain no-repeat;
}
.meddetail .detail h4.cardio02::before {
  background: url("../images/icons/cardio02.svg") center/contain no-repeat;
}
.meddetail .detail h4.cosmetic::before {
  background: url("../images/icons/cosmetic01.svg") center/contain no-repeat;
}
.meddetail .detail .flavor {
  padding: 1rem;
  border-top: 1px solid #ede8e4;
  border-bottom: 1px solid #ede8e4;
}
@media screen and (max-width: 767px) {
  .meddetail .detail .flavor {
    padding: 1rem 0;
  }
}
.meddetail .detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .meddetail .detail ul {
    grid-template-columns: 1fr;
  }
}
.meddetail .detail ul a {
  color: #a48b78;
  text-decoration: underline;
}
.meddetail h3 {
  text-align: center;
}

.index__greeting {
  padding: 100px 0;
  border-top: 1px solid #ede8e4;
}
.index__greeting section.comment.cardio {
  background: url("../images/gra/bg_gn01.svg") bottom center/contain no-repeat;
}
.index__greeting section.comment.cosmetic {
  background: url("../images/gra/bg_pr01.svg") bottom center/contain no-repeat;
}
.index__greeting section.comment .greeting {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .greeting {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.index__greeting section.comment .greeting picture {
  grid-row: 1/3;
}
.index__greeting section.comment .greeting picture img {
  width: 100%;
  aspect-ratio: 600/378;
}
.index__greeting section.comment .greeting .txt {
  flex: 2;
  background: rgba(255, 255, 255, 0.9);
}
.index__greeting section.list {
  flex: 1;
}
.index__greeting section.list > section {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .index__greeting section.list > section {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .index__greeting section.list > section {
    padding: 20px;
  }
}

/* 医師紹介と共通 */
.doctor {
  position: relative;
}
.doctor .clinicname {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .doctor .clinicname {
    font-size: 0.9rem;
  }
}
.doctor .name__wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  font-weight: normal;
  gap: 0 1rem;
  justify-content: start;
  align-items: center;
}
.doctor .name__wrap .job1 {
  font-size: 1.6rem;
  border-right: 1px solid #ede8e4;
  padding-right: 1rem;
  letter-spacing: 0.4rem;
}
.doctor .name__wrap .job2 {
  border-right: 1px solid #ede8e4;
  padding-right: 1rem;
  grid-column: 1/2;
  font-size: 1rem;
}
.doctor .name__wrap .name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
}
.doctor .name__wrap .english {
  grid-row: 2/3;
  grid-column: 2/3;
}
.doctor .name__wrap .english.gn {
  color: #71a092;
}
.doctor .name__wrap .english.pr {
  color: #bb8dbe;
}

.index__disease {
  background: #fff;
}
.index__disease dl {
  width: 90%;
  margin: 0 auto;
}
.index__disease dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
.index__disease dl dd {
  text-align: left;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 767px) {
  .index__disease dl dd {
    padding: 10px 0 10px 0;
  }
}
.index__disease dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__disease small {
  display: block;
  text-align: right;
}
.index__disease .areaimg {
  float: right;
  width: 200px;
  height: auto;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .index__disease .areaimg {
    width: 150px;
  }
}
.index__disease .column2 > strong {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .index__disease .column2 {
    gap: 10px;
  }
}

.child__ul__wrap {
  margin-bottom: 40px;
}

ul.child__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  ul.child__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  ul.child__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.child__list li {
  border-bottom: 1px solid #a38a77;
}
ul.child__list li a {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/15px no-repeat;
  color: #a48b78;
}
ul.child__list li a:hover {
  opacity: 0.8;
}
ul.child__list li span {
  display: block;
  padding: 5px 10px;
}

section.information ul.posts {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
section.information ul.posts > li {
  display: grid;
  grid-template-columns: 6rem auto 1fr;
  justify-content: left;
  gap: 1rem 2rem;
  background: white;
  border-bottom: 1px solid #e3e6e7;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  section.information ul.posts > li {
    grid-template-columns: 5rem 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1rem 0.5rem;
    padding: 1rem 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  section.information ul.posts > li a {
    grid-column: 1/3;
  }
}
section.information ul.posts > li a .title {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #a48b78;
  text-align: justify;
  padding: initial;
}
@media screen and (max-width: 767px) {
  section.information ul.posts > li a .title {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
section.information ul.posts > li time {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  section.information ul.posts > li time {
    right: 2px;
    font-size: 0.9em;
  }
}

#keyvisual_splide {
  width: 80%;
  margin: 60px auto;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  #keyvisual_splide {
    width: 96%;
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide {
    grid-template-columns: 1fr;
    margin: 20px auto;
  }
}
#keyvisual_splide .splide__track {
  height: 100%;
}
#keyvisual_splide .splide__slide {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide .splide__slide {
    display: block;
  }
}
#keyvisual_splide .fix__pr {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 160px);
  grid-template-rows: 160px;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide .fix__pr {
    top: 5px;
    right: auto;
    left: 5px;
    grid-template-columns: 130px;
    grid-template-rows: repeat(3, 130px);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #keyvisual_splide .fix__pr {
    position: relative;
    padding-top: 0px;
    grid-template-columns: repeat(3, 110px);
    grid-template-rows: 110px;
    justify-content: center;
    gap: 5px;
  }
}
#keyvisual_splide .fix__pr > div {
  background: #71a092;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 2rem;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide .fix__pr > div {
    border-radius: 70px;
  }
}
@media screen and (max-width: 767px) {
  #keyvisual_splide .fix__pr > div {
    line-height: 1.8rem;
  }
}
#keyvisual_splide .fix__pr > div > p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide .fix__pr > div > p {
    font-size: 1.2rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (max-width: 767px) {
  #keyvisual_splide .fix__pr > div > p {
    font-size: 1.2rem;
    letter-spacing: initial;
  }
}
#keyvisual_splide .fix__pr > div > p span {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide .fix__pr > div > p span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #keyvisual_splide .fix__pr > div > p span {
    font-size: 1.4rem;
  }
}

.keyvisual {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    min-height: auto;
    height: 280px;
  }
}
.keyvisual .splide__slide {
  position: relative;
  align-items: end;
}
@media screen and (max-width: 1023px) {
  .keyvisual .splide__slide {
    min-height: auto;
    grid-template-columns: 1fr;
  }
}
.keyvisual .splide__slide figure {
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 100%;
}
.keyvisual .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 50%;
}
.keyvisual .splide__slide .reason {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: end;
}
@media screen and (max-width: 1023px) {
  .keyvisual .splide__slide .reason {
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual .splide__slide .reason {
    font-size: 1rem;
  }
}
.keyvisual .splide__slide .reason span {
  padding: 0 1rem;
  display: inline-block;
  background: #fff;
  font-family: serif;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.scrollfix {
  display: none;
}
@media screen and (max-width: 1023px) {
  .scrollfix {
    width: 100%;
    display: grid;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    bottom: 0;
    top: auto;
  }
}
.scrollfix > a {
  padding: 0.5rem 0 0.5rem;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollfix .to_reserve {
  background: #dd3683;
}
.scrollfix .to_reserve > span {
  background: url("../images/icons/calendar.svg") 5px calc(50% - 2px)/20px no-repeat;
  padding-left: 30px;
  letter-spacing: 0.02rem;
  line-height: 26px;
}
.scrollfix .to_tel {
  background: #a38a77;
}
.scrollfix .to_tel > span {
  background: url("../images/icons/tel_wh.svg") 0 calc(50% - 2px)/20px no-repeat;
  padding-left: 25px;
  letter-spacing: 0.02rem;
  line-height: 26px;
}

.c-recruitbanner {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  bottom: 20px;
  left: 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-recruitbanner {
    bottom: 60px;
  }
}
.c-recruitbanner.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-recruitbanner > a {
  display: block;
  position: relative;
  height: 100%;
}
.c-recruitbanner > a .closure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
}

.c-menurecruitbanner {
  width: 80%;
  margin: auto;
  padding-block: 2em;
}
.c-menurecruitbanner > a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.indexblog h2.title {
  text-align: center;
  color: #ede8e4;
  font-family: "Waterfall", cursive;
  font-size: 5rem;
  font-weight: 100;
}
@media screen and (max-width: 1023px) {
  .indexblog h2.title {
    font-size: 4rem;
  }
}

main.cardio {
  /* single共通 */
  /* single共通ここまで */
}
main.cardio p {
  margin: 0 0 20px;
}
main.cardio strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #b6f2c3 0%) repeat scroll 0 0;
}
main.cardio h2.type1 {
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 40px auto;
  color: #504444;
}
main.cardio h2.type1::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3px;
  bottom: 0;
  left: calc(50% - 1.5rem);
  background: #71a092;
}
main.cardio .eyecatch {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 2rem 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  main.cardio .eyecatch {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  main.cardio .eyecatch {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
main.cardio .eyecatch h2 {
  font-size: 3rem;
  padding: 0 3rem 0 0;
  letter-spacing: 0.4rem;
  border-right: 1px solid #71a092;
  position: relative;
}
main.cardio .eyecatch h2 span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0 2rem 0 0;
  color: #c6d9d3;
  font-family: "Waterfall", cursive;
  font-weight: initial;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  transform: rotate(-5deg);
}
@media screen and (max-width: 1023px) {
  main.cardio .eyecatch h2 {
    font-size: 2rem;
  }
  main.cardio .eyecatch h2 span {
    top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  main.cardio .eyecatch h2 {
    padding: 0 0 0 0;
    border-right: none;
    border-bottom: 1px solid #c6d9d3;
  }
  main.cardio .eyecatch h2 span {
    padding: 0 0 0 0;
    font-size: 4rem;
  }
}
main.cardio section.timetable {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  main.cardio section.timetable {
    width: 100%;
  }
}
main.cardio section.reserve {
  border-top: 2px solid #71a092;
}
main.cardio section.spnote {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  main.cardio section.spnote {
    padding: 2rem 1rem;
  }
}
main.cardio section.spnote .article {
  background: #e8f0ed;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  main.cardio section.spnote .article {
    padding: 1rem;
  }
}
main.cardio section.spnote .article h3 {
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main.cardio section.spnote .article h3 {
    display: block;
    text-align: center;
  }
}
main.cardio section.meddetail {
  background: #e8f0ed;
}
main.cardio section.generalmed,
main.cardio section.cardiomed {
  position: relative;
  padding: 100px 0;
}
main.cardio section.generalmed:after,
main.cardio section.cardiomed:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: radial-gradient(#c6d9d3 20%, transparent 21%), radial-gradient(#c6d9d3 40%, transparent 41%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-repeat: repeat;
}
main.cardio section.generalmed .wrap,
main.cardio section.cardiomed .wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 4rem 2rem;
  width: 80%;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  main.cardio section.generalmed .wrap,
  main.cardio section.cardiomed .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  main.cardio section.generalmed .wrap,
  main.cardio section.cardiomed .wrap {
    width: 98%;
    padding: 2rem 0.5rem;
  }
}
main.cardio section.generalmed h2,
main.cardio section.cardiomed h2 {
  text-align: center;
  position: relative;
  padding-top: 50px;
  font-weight: 600;
  border-bottom: 1px solid #71a092;
  font-size: 2rem;
}
main.cardio section.generalmed h2::before,
main.cardio section.cardiomed h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
main.cardio section.generalmed h2.cardio01::before,
main.cardio section.cardiomed h2.cardio01::before {
  background: url("../images/icons/cardio01.svg") center/contain no-repeat;
}
main.cardio section.generalmed h2.cardio02::before,
main.cardio section.cardiomed h2.cardio02::before {
  background: url("../images/icons/cardio02.svg") center/contain no-repeat;
}
main.cardio section.generalmed .grid,
main.cardio section.cardiomed .grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  main.cardio section.generalmed .grid,
  main.cardio section.cardiomed .grid {
    display: block;
  }
}
main.cardio section.generalmed .grid div,
main.cardio section.cardiomed .grid div {
  padding: 1rem;
}
main.cardio section.generalmed .grid div.diseaselist__wrap,
main.cardio section.generalmed .grid div.symptoms__wrap,
main.cardio section.cardiomed .grid div.diseaselist__wrap,
main.cardio section.cardiomed .grid div.symptoms__wrap {
  grid-column: 1/3;
}
@media screen and (max-width: 1023px) {
  main.cardio section.generalmed .grid .flavor,
  main.cardio section.cardiomed .grid .flavor {
    grid-column: 1/3;
    border-right: none;
    border-bottom: 1px solid #71a092;
  }
}
@media screen and (max-width: 1023px) {
  main.cardio section.generalmed .grid div.image,
  main.cardio section.cardiomed .grid div.image {
    grid-column: 1/3;
  }
}
main.cardio section.generalmed .grid div.image img,
main.cardio section.cardiomed .grid div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.cardio section.generalmed {
  background: url("../images/photos/68615301.webp") center/cover no-repeat;
}
main.cardio section.cardiomed {
  background: url("../images/photos/9762672.webp") center/cover no-repeat;
}
main.cardio section.greeting .greeting {
  padding: 0 0 60px;
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  main.cardio section.greeting .greeting {
    grid-template-columns: 1fr;
  }
}
main.cardio section.greeting .greeting .image {
  grid-row: 1/3;
}
main.cardio section.greeting .greeting .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.cardio section.greeting .voice {
  position: relative;
  width: 80%;
  margin: 0 auto 100px;
  padding: 2rem 150px 2rem 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgba(200, 200, 200, 0.08);
}
@media screen and (max-width: 767px) {
  main.cardio section.greeting .voice {
    width: 95%;
    padding: 2rem 110px 2rem 1rem;
  }
}
main.cardio section.greeting .voice img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

.diseaselist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .diseaselist {
    grid-template-columns: 1fr;
  }
}
.diseaselist li {
  padding: 0.2rem;
  font-size: 1.1rem;
  padding-left: 2rem;
}
.diseaselist a {
  color: #a48b78;
  letter-spacing: 0.15rem;
  text-decoration: underline;
  position: relative;
}
.diseaselist a:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  height: 8px;
  width: 6px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #71a092;
}
.diseaselist.type1 li {
  padding: 0 0 0 14px;
}

/* .disease__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    dl {
        padding: 1rem;
    }
    dt {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        color: g.$color-wh;
        background: g.$color-gn;
    }
    dd {
        padding: 0.5rem;
    }
} */
main.aesthetic .eyecatch {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 2rem 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main.aesthetic .eyecatch {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
main.aesthetic .eyecatch h2 {
  font-size: 3rem;
  padding: 0 3rem 0 0;
  letter-spacing: 0.4rem;
  border-right: 1px solid #bb8dbe;
  position: relative;
}
main.aesthetic .eyecatch h2 span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0 2rem 0 0;
  color: #e4d1e5;
  font-family: "Waterfall", cursive;
  font-weight: initial;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  main.aesthetic .eyecatch h2 {
    font-size: 2rem;
    padding: 0 0 0 0;
    border-right: none;
    border-bottom: 1px solid #e4d1e5;
  }
  main.aesthetic .eyecatch h2 span {
    padding: 0 0 0 0;
    font-size: 4rem;
  }
}
main.aesthetic section.timetable {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  main.aesthetic section.timetable {
    width: 100%;
  }
}
main.aesthetic section.reserve {
  border-top: 2px solid #bb8dbe;
}
main.aesthetic section.spnote .article {
  background: #f4edf5;
  padding: 2rem;
}
main.aesthetic section.meddetail {
  background: #f4edf5;
}
main.aesthetic section.greeting .comment .greeting {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  main.aesthetic section.greeting .comment .greeting {
    grid-template-columns: 1fr;
  }
}
main.aesthetic section.greeting .comment .greeting .img {
  grid-row: 1/3;
}
main.aesthetic section.greeting .comment .greeting .img img {
  width: 100%;
}
main.aesthetic section.greeting .voice {
  position: relative;
  width: 80%;
  margin: auto;
  padding: 2rem 150px 2rem 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgba(200, 200, 200, 0.08);
}
main.aesthetic section.greeting .voice img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}
main.aesthetic section.greeting .insta {
  justify-content: right;
}

.timeline li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
}
.timeline li span {
  padding: 0.2rem 0;
}
.timeline li:before {
  display: none;
}

.main__blog .inner {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .main__blog .inner {
    grid-template-columns: 1fr;
  }
}
.main__blog .inner .wp-block-image {
  padding: 0 0 2rem;
}
.main__blog .pagetitle {
  font-size: 1.2rem;
}
.main__blog .header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  padding: 1rem 1rem 0;
  border-top: 1px solid #a38a77;
}
.main__blog .category {
  background-color: #a38a77;
  color: #fff;
  padding: 0 1rem;
  border-radius: 4px;
}
.main__blog .category.cardio, .main__blog .category.general {
  background-color: #71a092;
}
.main__blog .category.aestheticmed {
  background-color: #bb8dbe;
}
.main__blog .thumbnail {
  width: 100%;
  height: 400px;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .main__blog .thumbnail {
    height: 260px;
  }
}
.main__blog .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main__blog .thumb--blank {
  width: 100%;
  height: 100px;
}
.main__blog .wp-block-media-text {
  margin-bottom: 2rem;
}
.main__blog ul {
  /*type1*/
  padding: 10px 0 10px 1rem;
}
.main__blog ul > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 14px;
}
.main__blog ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #a38a77;
}
.main__blog.gn h2 {
  /*type2*/
  color: #538e73;
  border-bottom: 1px solid #538e73;
  padding: 3rem 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main__blog.gn h2 {
    font-size: 1.2rem;
  }
}
.main__blog.gn h2:first-of-type {
  padding-top: 0;
}
.main__blog.gn p {
  padding: 0 0.5rem 2rem;
}
.main__blog.gn h2.type1::after {
  background: #c6d9d3;
}
.main__blog.gn h3 {
  color: #538e73;
  padding: 1rem 0;
}
.main__blog.gn h4 {
  color: #538e73;
  padding: 1rem 0;
}
.main__blog.gn ul > li:before {
  background: #538e73;
}
.main__blog.gn strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #b6f2c3 0%) repeat scroll 0 0;
}
.main__blog.gn hr {
  border: none;
  border-top: 1px solid #c6d9d3;
  margin: 2rem auto;
}
.main__blog.pr h2.type1::after {
  background: #e4d1e5;
}
.main__blog.pr h2 {
  /* 文字left+アンダーライン */
  border-bottom: 1px solid #9a639c;
  color: #9a639c;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .main__blog.pr h2 {
    font-size: 1.3rem;
  }
}
.main__blog.pr h2.type3 {
  /* 文字センター+アンダーライン */
  border-bottom: 2px solid #9a639c;
  color: #9a639c;
}
.main__blog.pr h3 {
  color: #9a639c;
}
.main__blog.pr ul.recommend {
  padding: 1rem 0 0 0;
}
.main__blog.pr ul.recommend li,
.main__blog.pr h5 {
  font-size: 1rem;
  padding: 2rem 0 0.5rem 1rem;
  color: #9a639c;
}
.main__blog.pr ul > li:before {
  background: #bb8dbe;
}
.main__blog.pr ol {
  padding: 1rem;
}
.main__blog.pr strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffd1f5 0%) repeat scroll 0 0;
}
.main__blog.pr hr {
  border: none;
  border-top: 1px solid #e4d1e5;
  margin: 2rem auto;
}
.main__blog.pr .point {
  background: #f4edf5;
  padding: 5rem 2rem 2rem;
  border-radius: 10px;
  position: relative;
}
.main__blog.pr .point::before {
  content: "Point";
  position: absolute;
  top: 0;
  left: 2rem;
  color: #9a639c;
  font-size: 3rem;
  font-family: "Waterfall", cursive;
  font-weight: 600;
}
.main__blog.pr .point p {
  padding-left: 0;
  padding-right: 0;
}
.main__blog.pr .point p:last-of-type {
  padding-bottom: 0;
}
.main__blog .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.main__blog .sidebar__tagList li {
  border: 1px solid #a38a77;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.main__blog .sidebar__tagList li:before {
  display: none;
}
.main__blog .sidebar__tagList li a {
  color: #a38a77;
  font-weight: 600;
}

.auther {
  background: #ede8e4;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 0.5rem;
  margin: 3rem auto;
}
.auther figure {
  width: 60px;
  height: 60px;
  clip-path: circle(50% at 50% 50%);
  position: relative;
}
.auther figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a38a77;
  z-index: -1;
}
.auther figure img {
  width: 100%;
  height: 100%;
  clip-path: circle(48.5% at 50% 50%);
  object-fit: cover;
}
.auther .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auther .name p {
  font-size: 1rem;
  padding: 0;
}
.auther.hiroshiy {
  background: #e8f0ed;
}
.auther.hiroshiy figure:before {
  background: #538e73;
}
.auther.yukay {
  background: #f4edf5;
}
.auther.yukay figure:before {
  background: #9a639c;
}

/* ドクターブログ */
.blog__sidebar {
  text-align: justify;
}
.blog__sidebar h4.type1 {
  background: #a38a77;
  color: #fff;
  padding: 0.2rem 2rem 0;
}
.blog__sidebar .linkWrap {
  background: #ede8e4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
.blog__sidebar ul.child__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 15px 5px 0 5px;
}
.blog__sidebar ul.child__list li {
  border-bottom: 1px solid #a38a77;
  padding: 0;
}
.blog__sidebar ul.child__list li:before {
  display: none;
}
.blog__sidebar ul.child__list li a {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/15px no-repeat;
  color: #a48b78;
}
.blog__sidebar ul.child__list li a:hover {
  opacity: 0.8;
}
.blog__sidebar ul.child__list li span {
  display: block;
  padding: 5px 10px;
}
.blog__sidebar .sidebar__linkList {
  padding: 15px 1rem 0 1rem;
}

.sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sidebar__tagList li {
  border: 1px solid #a38a77;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.sidebar__tagList li:before {
  display: none;
}
.sidebar__tagList li a {
  color: #a38a77;
  font-weight: 600;
}
