@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::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
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet 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 */
}

/* 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: 0;
  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 */
}

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

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

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

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

select::-ms-value {
  color: currentColor;
  /* Internet 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 */
}

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
li {
  list-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

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

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

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

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: min(4vw, 1.6rem);
  font-family: var(--font-sans);
  font-weight: var(--weightMedium);
  line-height: 2;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  body {
    font-weight: 400;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

:root {
  --white: #fff;
  --white-opacity: rgba(255, 255, 255, .9);
  --black: #000;
  --black-opacity01: rgba(0, 0, 0, .1);
  --black-opacity03: rgba(0, 0, 0, .3);
  --black-opacity-dark: rgba(0, 0, 0, .8);
  --gray: #d9d9d9;
  --gray-light: #e6e6e6;
  --gray-light02: #AFAFAF;
  --gray-light-very: #f7f7f7;
  --gray-dark: #707070;
  --gray-dark-very: #4B4B4B;
  --gold: #b59f71;
  --gold-dark: #816d41;
  --gold-opacity: rgba(181, 159, 113, .2);
  --beige: #ddcaae;
  --maxWidth: 1200px;
  --maxWidth02: 1100px;
  --maxWidthSingle: 680px;
  --maxWidthShort: 500px;
  --fade03s: all .3s;
  --opa07: .7;
  --opa10: 1;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-serif: "游明朝", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  --weightMedium: 300;
  --letterSpaceLarge: 1px;
}

/*------------------------------------
-ヘッダーナビ
------------------------------------*/
.gHeaderNavBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-light);
}

@media (max-width: 867px) {
  .gHeaderNavBox {
    height: 64px;
  }
}

.gHeaderNavBox__in {
  max-width: var(--maxWidth);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  position: relative;
  height: 100%;
}

/* ロゴ */
.gHeaderLogoBtn {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  display: block;
}

.gHeaderLogoBtn:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
}

@media (max-width: 867px) {
  .gHeaderLogoBtn:hover {
    opacity: var(--opa10);
  }

  .gHeaderLogoBtn:active {
    opacity: var(--opa07);
  }
}

.common-header-navi-logo {
  user-select: none;
  width: 30vw;
  height: auto;
  display: block;
  max-width: 270px;
}

.common-header-navi-logo>img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 867px) {
  .common-header-navi-logo {
    height: auto;
    width: 38vw;
    max-width: 220px;
  }
}

@media (max-width: 420px) {
  .common-header-navi-logo {
    height: auto;
    width: 50vw;
  }
}

.common-header-tel-pc {
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  color: var(--black);
  font-size: min(6vw, 2.8rem);

  > span {
    position: relative;
    display: inline-block;
    padding-left: 32px;

    &::before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background: url("../common/img/icon_tel-gold.svg") no-repeat center center / 100%;
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-header-tel-pc {
    display: none;
  }
}

/* 電話・マップ */
.gHeaderIconBox__ul {
  position: absolute;
  top: calc(50% - 8px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gHeaderIconBox__ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 867px) {
  .gHeaderIconBox__ul {
    gap: 8.2vw;
    right: 21.2vw;
    top: calc(50% - 5px);
  }
}

.gHeaderIconBtn {
  width: 18px;
  height: auto;
}

.gHeaderIconBtn:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
}

@media (max-width: 867px) {
  .gHeaderIconBtn:hover {
    opacity: var(--opa10);
  }

  .gHeaderIconBtn:active {
    opacity: var(--opa07);
  }
}

.gHeaderNavIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  height: 40px;
}

.gHeaderNavIcon>img {
  width: 100%;
  height: auto;
  display: block;
}

/* ハンバーガー */
#hbBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#gHeaderNavConts {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100vh;
  background: var(--white);
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  pointer-events: none;
}

#gHeaderNavConts::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX3hEdDFYIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iMy41IiBoZWlnaHQ9IjMuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiNFNkU2RTYiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl94RHQxWCkiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
}

@media (max-width: 867px) {
  #gHeaderNavConts {
    top: 56px;
  }
}

#gHeaderNavConts.panelActive {
  opacity: 1;
  z-index: 99;
  pointer-events: initial;
}

#gHeaderNavConts__in {
  position: relative;
  z-index: 99;
}

@media (max-width: 867px) {
  #gHeaderNavConts__in {
    height: 10vh;
  }
}

#gHeaderNavConts.panelActive #gHeaderNavConts__in {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
}

/*ナビゲーション*/
.gHeaderNavConts__inUl {
  display: grid;
  margin: 0 auto 10svh;
  grid-template-columns: 1fr;
  max-width: 500px;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  gap: 16px;
}

@media (max-width: 867px) {
  .gHeaderNavConts__inUl {
    margin: 190px auto 80px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.menuBtn {
  position: absolute;
  z-index: 100;
  top: 9px;
  right: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 867px) {
  .menuBtn {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 480px) {
  .menuBtn {
    top: calc(50% - 1vw);
  }
}

.menuBtn::after {
  content: "MENU";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--txtColor);
  letter-spacing: var(--letterSpaceLarge);
  font-size: min(3.2vw, 1.4rem);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  font-family: var(--font-sans);
  font-weight: 500;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .menuBtn::after {
    bottom: -4px;
  }
}

.menuBtn.active::after {
  content: "CLOSE";
  font-family: var(--font-sans);
}

.menuBtn span {
  display: inline-block;
  position: absolute;
  left: 4px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--black);
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  width: 40px;
}

.menuBtn span:nth-of-type(1) {
  top: 14px;
}

.menuBtn span:nth-of-type(2) {
  top: 21px;
}

.menuBtn span:nth-of-type(3) {
  top: 28px;
}

.menuBtn.active span:nth-of-type(1) {
  top: 16px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

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

.menuBtn.active span:nth-of-type(3) {
  top: 28px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

#gHeaderNavConts .hbBannerBox {
  margin: 0 auto 16px;
}

@media (max-width: 867px) {
  #gHeaderNavConts .hbBannerBox {
    margin: 32px 24px;
  }
}

/* @media (max-width: 370px) {
  #gHeaderNavConts .hbBannerBox {
    margin: 16px 24px;
  }
} */

#gHeaderNavConts .hbBanner__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
}

#gHeaderNavConts .hbBanner__img>img {
  width: 100%;
  height: auto;
}

#gHeaderNavConts .hbBanner__img:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
}

@media (max-width: 867px) {
  #gHeaderNavConts .hbBanner__img:hover {
    opacity: var(--opa10);
  }

  #gHeaderNavConts .hbBanner__img:active {
    opacity: var(--opa07);
  }
}

.gHeaderNavConts__inUl .hbMenuBox__ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid var(--gray-light);
  border-bottom: 0.5px solid var(--gray-light);
  border-left: 0.5px solid var(--gray-light);
  border-right: 0.5px solid var(--gray-light);
}

.gHeaderNavConts__inUl .hbMenuBox__ul>li {
  border-bottom: 0.5px solid var(--gray-light);
}

.gHeaderNavConts__inUl .hbMenuBox__ul>li:nth-child(odd) {
  border-right: 0.5px solid var(--gray-light);
}

/* .gHeaderNavConts__inUl .hbMenuBox__ul>li:nth-child(6) {
  border-bottom: 0;
} */

.gHeaderNavConts__inUl .hbMenuBox__ul>li:nth-child(7) {
  border-bottom: 0;
}

@media (max-width: 867px) {
  .gHeaderNavConts__inUl .hbMenuBox__ul {
    border-left: 0;
    border-right: 0;
    grid-template-columns: 1fr;
  }

  .gHeaderNavConts__inUl .hbMenuBox__ul>li:nth-child(5) {
    border-bottom: 0.5px solid var(--gray-light);
  }
}

@media (max-width: 867px) {
  #gHeaderNavConts .hbSpace {
    padding: 24px 24px 0;
  }
}

#gHeaderNavConts .common-hamburger-menu {
  position: relative;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
}

#gHeaderNavConts .common-hamburger-menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../src/common/img/icon_btnHbArrow.svg");
  background-size: 14px;
  width: 14px;
  height: 4px;
  z-index: 2;
}

#gHeaderNavConts .common-hamburger-menu:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
  text-decoration: underline;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  #gHeaderNavConts .common-hamburger-menu:hover {
    -webkit-transition: var(--fade03s);
    transition: var(--fade03s);
    opacity: 1;
    text-decoration: none;
  }

  #gHeaderNavConts .common-hamburger-menu:active {
    -webkit-transition: var(--fade03s);
    transition: var(--fade03s);
    opacity: 1;
    text-decoration: underline;
  }
}

#gHeaderNavConts .hbIcon01::before,
#gHeaderNavConts .hbIcon02::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gHeaderNavConts .hbIcon01::before {
  background-image: url("../../src/common/img/icon_home.svg");
  left: 19px;
  background-size: 14px;
  width: 14px;
  height: 12px;
}

#gHeaderNavConts .hbIcon02::before {
  background-image: url("../../src/common/img/icon_arrow.svg");
  left: 24px;
  background-size: 4px;
  width: 4px;
  height: 12px;
}

#gHeaderNavConts .common-hamburger-menu {
  min-width: initial;
  left: initial;
  bottom: initial;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
}

#gHeaderNavConts .common-hamburger-menu:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
}

@media (max-width: 867px) {
  #gHeaderNavConts .hbtMenuBtn:hover {
    opacity: var(--opa10);
  }

  #gHeaderNavConts .hbtMenuBtn:active {
    opacity: var(--opa07);
  }
}

/*------------------------------------
-診療時間
------------------------------------*/
.consulBox {
  background-color: var(--white);
  border: 0.5px solid var(--gray-light);
  padding: 16px;
  position: relative;
  margin-bottom: 16px;
}

.consulBox table,
.consulBox td,
.consulBox th {
  border-collapse: collapse;
}

.consulBox table {
  width: 100%;
}

.consulBox td,
.consulBox th {
  font-size: 1.4rem;
  padding: 8px 0;
  width: 30px;
  height: 25px;
  text-align: center;
}

@media (max-width: 867px) {

  .consulBox td,
  .consulBox th {
    font-size: 1.1rem;
  }
}

@media (max-width: 370px) {

  .consulBox td,
  .consulBox th {
    padding: 0 4px;
    width: 30px;
    height: 25px;
    text-align: center;
  }

  .consulBox td {
    font-size: 1rem;
  }
}

.consulBox .consulBar {
  position: relative;
}

.consulBox .consulBar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 867px) {
  .consulBox .consulBar::before {
    left: -8px;
  }
}

.consulBox .consulBar02 {
  border-bottom: 0.5px dashed var(--gray-light);
}

.consulBox .consulTime {
  width: 30%;
}

@media (max-width: 867px) {
  .consulBox .consulTime {
    padding: 4px 0;
  }
}

@media (max-width: 867px) {
  .consulBox {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}

.attTxt {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  text-align: justify;
  word-break: break-all;
  line-break: strict;
  line-height: 1.4;
}

.attTxt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.attSmallTxt {
  position: relative;
  font-size: 1.3rem;
  padding-left: 16px;
  margin-bottom: 40px;
  text-align: justify;
  word-break: break-all;
  line-break: strict;
}

.attSmallTxt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 867px) {
  .attSmallTxt {
    margin-bottom: 12%;
    line-height: 1.4;
  }
}

@media (max-width: 370px) {
  .attSmallTxt {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 8%;
  }
}

.addressSmallTxt {
  font-size: 1.3rem;
  text-align: justify;
  word-break: break-all;
  line-height: 1.4;
}

@media (max-width: 370px) {
  .addressSmallTxt {
    font-size: 1.2rem;
  }
}

.addressTxtBox {
  margin: 0 0 4px;
  display: inline-block;
}

@media (max-width: 867px) {
  .addressTxtBox {
    margin: 0;
  }
}

@media (max-width: 370px) {
  .addressTxtBox {
    margin: 0;
    font-size: 1.2rem;
  }
}

.addressTxtBox__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.addressTxtBox__img>img {
  width: 100%;
  height: auto;
  display: block;
}

_::-webkit-full-page-media,
_:future,
:root .addressTxtBox__img>img {
  width: auto;
  height: 24px;
}

@media (max-width: 867px) {
  .addressTxtBox__img {
    height: 22px;
  }
}

/*------------------------------------
-記事カード
------------------------------------*/
.postListBox {
  max-width: var(--maxWidthSingle);
  padding: 0 24px;
  margin: 15vh auto 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 370px) {
  .postListBox {
    margin: 24px auto 0;
  }
}

.common-post-list,.common-post-list-case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.common-post-list-case {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 8px;
}

@media all and (min-width: 0px) and (max-width: 1024px) {
  .common-post-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .common-post-list-case {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-post-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 4px;
  }
}

@media all and (min-width: 0px) and (max-width: 640px) {
  .common-post-list,.common-post-list-case {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
/*================================
-サムネイル
=================================*/

.common-thumbnail {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 0;
  border: .5px solid var(--beige);
  background-color: var(--white);
}

.common-thumbnail-eyecatch {
  overflow: hidden;
  transition: ease .3s;

  .image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;

    >img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 100 / 120;
      background-color: var(--gray-light02);
      transition: ease .3s;
    }
  }

  &:hover {
    transition: ease .3s;

    .image {
      >img {
        transform: scale(1.2, 1.2);
        transform-origin: center center;
        transition: ease .3s;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-thumbnail-eyecatch {

    .image {

      >img {
        aspect-ratio: 100 / 140;
      }
    }

    &:hover {
      transition: ease .3s;

      .image {
        >img {
          transform: scale(1, 1);
        }
      }
    }

    &:active {
      transition: ease .3s;

      .image {
        >img {
          transform: scale(1.2, 1.2);
          transform-origin: center center;
          transition: ease .3s;
        }
      }
    }
  }

}

.common-thumbnail-item {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-serif);
  position: relative;

  &::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 8px;
    background: url("../common/img/post-arrow.svg") no-repeat center center / 100%;
    width: 80px;
    height: 7px;
    z-index: 1;
  }


  .category {
    font-size: min(3.46vw, 1.3rem);
    display: inline-block;
    background-color: var(--gold);
    line-height: 1.4;
    color: var(--white);
    padding: 2px 8px;
    border-radius: 40px;
    text-decoration: none !important;
    transition: ease .3s;
    margin-bottom: 8px;

    &:hover {
      opacity: .7;
      transition: ease .3s;
      text-decoration: none !important;
    }
  }

  .title {
    display: inline-block;
    color: var(--black);
    line-height: 1.4;
    text-decoration: none;
    font-weight: 500;

    >span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }

    &:hover {
      text-decoration: underline;
    }
  }

  .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
    color: var(--gray-dark);
    font-size: min(3.73vw, 1.3rem);
    margin: 8px 0;
    font-family: var(--font-sans);
    text-align: justify;
  }
}


.common-thumbnail a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}

.common-thumbnail a:hover {
  opacity: var(--opa07);
  text-decoration: underline;
}

@media (max-width: 867px) {
  .common-thumbnail a:hover {
    opacity: var(--opa10);
    text-decoration: none;
  }

  .common-thumbnail a:active {
    opacity: var(--opa07);
    text-decoration: underline;
  }
}

@media (max-width: 370px) {
  .common-thumbnail a {
    font-size: 1.2rem;
  }
}

/*================================
-症例用サムネイル
=================================*/

.common-thumbnail-case {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  background-color: var(--white);
  border: .5px solid var(--beige);
}

@media (min-width: 868px) {
  .common-thumbnail-case {
    &:hover {
      opacity: var(--opa10);
      text-decoration: none;
    }
  }
}

@media (max-width: 867px) {
  .common-thumbnail-case {
    &:active {
      opacity: var(--opa10);
      text-decoration: none;
    }
  }
}

.common-thumbnail-case-eyecatch {
  .image {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;


    > img {
      width: 100%;
      height: auto;
      display: block;
      aspect-ratio: 141 / 100;
      object-fit: cover;
      will-change: transform;
    }
  }
}


.common-thumbnail-case-item {
  padding: 16px;

  .category {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-decoration: none;

    span {
      font-size: min(3.46vw, 1.3rem);
      display: inline-block;
      background-color: var(--gold);
      line-height: 1.4;
      color: var(--white);
      padding: 2px 8px;
      border-radius: 40px;
      text-decoration: none !important;
      transition: ease .3s;
      margin-bottom: 8px;
    }

    &:hover {
      opacity: .7;
      transition: ease .3s;
      text-decoration: none !important;
    }
  }

  .title {
    display: inline-block;
    color: var(--black);
    font-family: var(--font-serif);
    line-height: 1.4;
    text-decoration: none;
    font-weight: 500;

    >span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
    }

    &:hover {
      text-decoration: underline;
    }
  }

  .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    color: var(--gray-dark);
    font-size: min(3.73vw, 1.3rem);
    margin: 0;
    font-family: var(--font-sans);
    text-align: justify;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }
}

@media (max-width: 867px) {
  .common-thumbnail-case-item {
    .title {
      >span {
        -webkit-line-clamp: 2;
      }
    }
  }
}

/*------------------------------------
-装飾
------------------------------------*/
.objStripeBox {
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 60%;
  height: 210px;
  z-index: 1;
}

@media (max-width: 867px) {
  .objStripeBox {
    width: 93%;
  }
}

.objStripe {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX3hEdDFYIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iMy41IiBoZWlnaHQ9IjMuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiNFNkU2RTYiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl94RHQxWCkiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
}

/*------------------------------------
-コピーライト・ページトップ
------------------------------------*/
#pageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
}

#pageTop:hover {
  background-color: black;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
}

#pageTop > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 48px;
  height: 48px;
  backdrop-filter: blur(4px);

  > span  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../../src/common/img/icon_pageTop.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 14px;
  }
}

@media (max-width: 867px) {
  #pageTop {
    right: 16px;
    bottom: 112px;
  }

  #pageTop:hover {
    background-color: initial;
    -webkit-transition: initial;
    transition: initial;
  }

  #pageTop:active {
    -webkit-transition: var(--fade03s);
    transition: var(--fade03s);
    background-color: black;
  }
}

.common-footer {
  width: 100%;
  padding: 0;
  background-color: var(--gray-light);

  >.inner {
    max-width: 1200px;
    padding: 80px 24px 0;
    margin: auto;
  }

  >.inner-background {
    margin: auto;
    background: url("../../src/common/img/eyecatch_sub.webp") no-repeat center center / cover;
    padding: 32px 0;
    position: relative;

    &::before {
      position: absolute;
      content: "";
      background-color: var(--black-opacity-dark);
      backdrop-filter: blur(4px);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer {
    >.inner {
      padding: 40px 5.33vw 0;
    }
  }
}

.common-footer-title {
  font-size: min(5.33vw, 2.4rem);
  font-family: var(--font-serif);
  margin-bottom: 24px;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-title {
    font-weight: 500;
  }
}

.common-footer-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  margin-bottom: 80px;
  max-height: 60svh;
  overflow-y: auto;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-post {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    margin-bottom: 40px;
  }
}

@media all and (min-width: 0px) and (max-width: 500px) {
  .common-footer-post {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.common-footer-menu {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 57.2% 1fr;
  gap: 56px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;

  >.information {
    color: var(--white);
    border-right: .5px solid var(--white);
    padding-right: 16px;

    .common-text-small {
      font-size: min(3.73vw, 1.3rem);
      line-height: 1.4;
    }

    .common-text-att {
      position: relative;
      padding-left: 1.4rem;
      margin-top: 12px;

      &::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0;
      }
    }
  }

  >.list {
    display: grid;
    /* grid-template-columns: 26% 30.1% 1fr; */
    grid-template-columns: 40% 29.1% 1fr;
    justify-content: flex-end;
    gap: 16px 4px;

    >a {
      color: var(--white);
      text-decoration: none;
      font-size: min(3.73vw, 1.4rem);
      padding-left: 16px;
      position: relative;

      &::before {
        content: "〉";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        text-decoration: none;
      }

      &:last-child {
        margin-right: 0;
      }

      &:hover {
        text-decoration: underline;
      }

      &:nth-of-type(1) {
        &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -6px;
          transform: translateY(-50%);
          background: url("../common/img/icon_homeWt.svg") no-repeat center center / 100%;
          width: 16px;
          height: 16px;
        }
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 1200px) {
  .common-footer-menu {
    gap: 2vw;
  }
}

@media all and (min-width: 0px) and (max-width: 1024px) {
  .common-footer-menu {
    grid-template-columns: 45.2% 1fr;
    gap: 24px;

    >.information {
      padding-right: 24px;
    }

    >.list {
      /* grid-template-columns: 26% 30% 1fr; */
      grid-template-columns: 40% 1fr;
      gap: 16px 0.8vw;
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-menu {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 5.33vw;

    >.information {
      margin: auto;
      border-right: 0;
      border-bottom: .5px solid var(--white);
      padding-right: 0;
      padding-bottom: 32px;
      width: 100%;
    }

    >.list {
      display: grid;
      /* grid-template-columns: 22vw 30vw 1fr; */
      grid-template-columns: 30vw 30vw 1fr;
      gap: 16px 1vw;

      >a {
        margin-right: 0;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 560px) {
  .common-footer-menu {
    >.list {
      grid-template-columns: 47vw 1fr;
    }
  }
}

.common-footer-menu02 {
  max-width: 1200px;
  margin: auto;
  padding: 40px 24px 0;

  > a {
    margin: 0 auto;
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-menu02 {
    padding: 40px 5.33vw 0;
  }
}

.common-footer-logo {
  max-width: 250px;
  width: 80vw;
  height: auto;
  display: block;
  margin-bottom: 16px;
  transition: ease .3s;

  &:hover {
    transition: ease .3s;
    opacity: .7;
  }

  .image {
    width: 100%;
    height: auto;
    display: block;

    >img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-logo {
    &:hover {
      opacity: 1;
    }

    &:active {
      transition: ease .3s;
      opacity: .7;
    }
  }
}

.common-footer-post-list,
.common-sidebar-post-list,
.common-accordion-post-list {
  border-top: .5px solid var(--gray-dark);
  font-family: var(--font-serif);
  padding: 24px 0;

  .category {
    font-size: min(3.46vw, 1.3rem);
    display: inline-block;
    background-color: var(--gold);
    line-height: 1.4;
    color: var(--white);
    padding: 2px 8px;
    border-radius: 40px;
    text-decoration: none;
    border-bottom: 0;
    transition: ease .3s;
    margin-bottom: 8px;

    &:hover {
      opacity: .7;
      transition: ease .3s;
    }
  }

  .title {
    display: inline-block;
    color: var(--black);
    line-height: 1.4;
    text-decoration: underline;
    border-bottom: 0;

    >span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
    }

    &:hover {
      text-decoration: none;
    }
  }
}

.common-footer-post-list {
  .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: min(3.73vw, 1.5rem);
  }
}

@media screen and (min-width: 768px) {
  .common-footer-post-list {
    padding: 24px 0;

    .title {
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .common-footer-post-list {
    padding: 16px 0;

    .title {
      text-decoration: none;

      &:active {
        text-decoration: underline;
      }
    }
  }
}

.common-sidebar-post-list,
.common-accordion-post-list {
  border-top: 0;
  border-bottom: .5px dashed var(--gray);
  padding: 0;

  .category {
    margin-top: 16px;
  }

  .title {
    display: block;
    padding-bottom: 16px;
  }
}

.common-accordion-post-list {
  border-bottom: .5px dashed var(--gray-dark);
}

.common-siderbar-item,
.common-siderbar-item-child,
.common-category-accordion-item,
.common-category-accordion-item-child {

  .common-sidebar-post-list:last-child,
  .common-accordion-post-list:last-child {
    border-bottom: 0;
  }

}

.common-siderbar-item-child,
.common-category-accordion-item-child {
  >a {
    padding-left: 40px !important;

    &::before {
      content: "" !important;
      width: 16px;
      height: 1px;
      left: 16px !important;
      background-color: var(--black);
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {

  .common-footer-post-list,
  .common-sidebar-post-list,
  .common-accordion-post-list {
    .category {
      &:hover {
        opacity: 1;
      }

      &:active {
        opacity: .7;
        transition: ease .3s;
      }
    }

    .title {
      &:hover {
        text-decoration: underline;
      }

      &:active {
        text-decoration: none;
      }
    }
  }
}

.common-footer-copyright {
  font-size: min(3.46vw, 1.3rem);
  line-height: 1.4;
  color: var(--white);
  background-color: var(--black);

  >p {
    padding: 16px 24px;
    max-width: 1200px;
    margin: auto;
    text-align: center;

    >a {
      color: var(--white);
      text-decoration: underline;

      &:hover {
        text-decoration: none;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-copyright {
    >p {
      padding: 16px 5.33vw 104px;

      >a {
        &:hover {
          text-decoration: underline;
        }

        &:active {
          text-decoration: none;
        }
      }
    }
  }
}

/*================================
-ボトムナビ
=================================*/

.common-bottom-navi {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  background-color: var(--black-opacity-dark);
  backdrop-filter: blur(4px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;

  .link {
    color: var(--white);
    text-decoration: none;
    font-family: var(--font-sans);
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 24px 12px;
    letter-spacing: 1px;
    position: relative;
    font-size: min(3.73vw, 1.4rem);

    > span {
      position: relative;
      z-index: 5;
      padding-top: 36px;
      display: inline-block;

      &::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
      }
    }

    &::before {
      transition: ease .3s;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: var(--gold);
      opacity: 0;
      z-index: 1;
    }

    &:nth-of-type(2) {
      border-bottom: .5px solid var(--white);
    }

    &:hover {
      &::before {
        background-color: var(--gold);
        opacity: 1;
        pointer-events: none;
        transition: ease .3s;
      }
    }
  }

  .tel {
    display: none;

    > span {
      &::before {
        background: url("../common/img/icon_tel-wt.svg") no-repeat center center / 100%;
        width: 22px;
        height: 26px;
      }
    }
  }

  .line {
    > span {
      &::before {
        background: url("../common/img/icon_line-wt.svg") no-repeat center center / 100%;
      }
    }
  }

  .form {
    > span {
      &::before {
        background: url("../common/img/icon_phone-wt.svg") no-repeat center center / 100%;
        width: 15px;
        height: 24px;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-bottom-navi {
    right: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: initial;
    top: initial;
    grid-template-columns: repeat(3, 1fr);

    .link {
      writing-mode: initial;
      text-orientation: initial;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;

      > span {
        padding-top: 28px;
        line-height: 1.4;
      }

      &:nth-of-type(1) {
        border-right: .5px solid var(--white);
      }

      &:nth-of-type(2) {
        border-bottom: 0;
        border-right: .5px solid var(--white);
      }

      &:hover {
        &::before {
          content: none;
        }
      }

      &:active {
        &::before {
          background-color: var(--gold);
          opacity: 1;
          pointer-events: none;
          transition: ease .3s;
        }
      }
    }

    .tel {
      display: flex;
    }
  }
}

/*------------------------------------
-アコーディオン
------------------------------------*/
#acBoxUl {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.common-category-title,
.common-category-title02 {
  font-family: var(--font-serif);
  position: relative;
  cursor: initial;
  font-size: min(4.8vw, 1.8rem);
  height: 64px;
  letter-spacing: 1px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.4;
  padding: 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: .5px solid var(--gray-light);
  background-color: var(--gray-light);
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    background-color: var(--gray-dark);
    right: 28px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    z-index: 0;
    opacity: .2;
  }

  &::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: var(--gold);
    right: -20px;
    bottom: 0;
    transform: rotate(-20deg);
    z-index: 0;
    opacity: .2;
  }
}

.common-category-title::before,
.common-category-title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: var(--black);
}

.common-category-title::before {
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.common-category-title::after {
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-category-title.close::before {
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-category-title.close::after {
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-accordion-wrapper,
.common-accordion-wrapper02 {
  display: none;
  margin-top: -1px;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: .5px solid var(--gray-light);
  background-color: var(--white);
  border-top: 0;
  max-height: 30vh;
  overflow-y: auto;
}

.common-accordion-wrapper02 {
  display: block;
  max-height: initial;
  max-height: 80svh;
  padding: 0 16px;
}

.categoryBox__ul>li,
.dateBox__ul>li,
.common-category-item>a,
.common-category-accordion-item>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}

.categoryBox__ul>li:not(:first-child)>a,
.dateBox__ul>li:not(:first-child)>a,
.common-category-item>a:not(:first-child),
.common-category-accordion-item>a:not(:first-child) {
  position: relative;
}

.categoryBox__ul>li>a,
.dateBox__ul>li>a,
.common-category-item>a,
.common-category-accordion-item>a {
  position: relative;
  border-bottom: 0.5px dashed var(--gray-light);
  height: 48px;
  font-size: min(3.73vw, 1.4rem);
  padding-left: 16px;
  letter-spacing: 1px;
  color: var(--black);
  font-family: var(--font-serif);
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.common-category-item a,
.common-category-accordion-item a {
  border-bottom: 0.5px dashed var(--gray);
}

.common-category-accordion-item a {
  border-bottom: 0.5px dashed var(--gray-dark);
}

.categoryBox__ul>li>a>span,
.dateBox__ul>li>a>span,
.common-category-item>a>span,
.common-category-accordion-item>a>span {
  font-weight: 500;
}

.categoryBox__ul>li>a:after,
.dateBox__ul>li>a:after,
.common-category-item>a::before,
.common-category-accordion-item>a::before {
  content: "〉";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
}

.categoryBox__ul>li>a:hover,
.dateBox__ul>li>a:hover,
.common-category-item>a:hover,
.common-category-accordion-item>a:hover {
  text-decoration: underline;
}

.common-category-item>a:last-child,
.common-category-accordion-item>a:last-child {
  border-bottom: 0;
}

.common-accordion {
  position: relative;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;

  > .inner {
    position: relative;
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-accordion {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.common-accordion-trigger {
  letter-spacing: 1px;
  font-size: min(4vw, 1.5rem);
  background: var(--black);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-serif);
  position: relative;
  transition: .3s all;
  font-weight: 500;

  &:hover {
    transition: .3s all;
    background: var(--gold);
  }

  &::before,
  &::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--white);
    z-index: 5;
  }

  &::before {
    top: 50%;
    right: 16px;
            transform: translateX(-50%) rotate(0deg);
    transition: all 0.5s ease;
  }

  &::after {
    top: 50%;
    right: 16px;
            transform: translateX(-50%) rotate(90deg);
    transition: all 0.5s ease;
  }
}

.common-accordion-trigger.on::before {
  transform: translateX(-50%) rotate(0deg);
  transition: all 0.5s ease;
}

.common-accordion-trigger.on::after {
  transform: translateX(-50%) rotate(0deg);
  transition: all 0.5s ease;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-accordion-trigger {
    &:hover {
      background: var(--black);
    }

    &:active {
      -webkit-transition: .3s all;
      transition: .3s all;
      background: var(--gold);
    }
  }
}

.common-accordion-contents {
  background: var(--gray-light-very);
  position: absolute;
  top: 56px;
  left: 0;
  display: none;
  z-index: 10;
  border: 1px solid var(--beige);
  padding: 0 16px;
  width: 100%;
  max-height: 50svh;
  overflow-y: auto !important;
}

/*================================
-ボタン
=================================*/

.common-button,
.common-button-map,
.common-button-map02 {
  margin: 40px auto;
  max-width: 300px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  text-decoration: none;
  transition: ease .3s;
  font-weight: 500;
  position: relative;
  color: var(--white);


  &::after {
    content: "〉";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  >span {
    position: relative;
    display: inline-block;
    font-family: var(--font-serif);
    line-height: 1.4;
    color: var(--white);
    font-size: min(3.73vw, 1.4rem);
    letter-spacing: 1px;
    font-weight: 500;
  }

  &:hover {
    transition: ease .3s;
    opacity: .7;
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {

  .common-button,
  .common-button-map,
  .common-button-map02 {
    max-width: 240px;

    &:hover {
      transition: ease .3s;
      opacity: 1;
    }

    &:active {
      transition: ease .3s;
      opacity: 1;
    }
  }
}

.common-button-map,
.common-button-map02 {
  background-color: var(--gold);

  >span {
    padding-left: 1.8rem;

    &::before {
      background: url("../common/img/icon_map-wt.svg") no-repeat center center / 100%;
      width: 12px;
      height: 18px;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
    }
  }

  &:after {
    content: none;
  }
}

.common-button-map02 {
  background-color: initial;
  border: 1px solid var(--white);
}

.common-button+.common-button-map,
.common-button+.common-button {
  margin-top: -24px;
}

/*================================
-見出し
=================================*/

.common-headline01 {
  position: relative;
  display: flex;
  font-family: var(--font-serif);
  margin-bottom: 48px;
  font-size: min(5.86vw, 3.4rem);
  font-weight: 400;
  line-height: 1.6;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 80px;
    height: 2px;
    background-color: var(--gold);
    z-index: 1;
  }

  &::after {
    content: "";
    position: absolute;
    left: 84px;
    bottom: -16px;
    width: 24px;
    height: 2px;
    background-color: var(--beige);
    z-index: 1;
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-headline01 {
    font-weight: 500;
  }
}

/*================================
-テキスト部分
=================================*/
.common-text-small {
  font-size: min(3.73vw, 1.4rem);
  line-height: 1.4;
}

.common-text-att {
  position: relative;
  padding-left: 1.4rem;
  margin-top: 24px;

  &::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*------------------------------------
-フェードインアニメーション
------------------------------------*/
.fadeIn,
.fadeInFirst {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp,
.fadeUpFirst {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeDown,
.fadeDownFirst {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeLeft,
.fadeLeftFirst {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeRight,
.fadeRightFirst {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeDelay01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fadeDelay02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fadeDelay03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fadeDelay04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeDelay05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeDelay06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeDelay07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fadeDelay08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeDelay09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.fadeDelay10s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeDelay11s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.fadeDelay12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fadeDelay13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.fadeDelay14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.fadeIn,
.fadeInFirst,
.fadeUp,
.fadeUpFirst,
.fadeLeft,
.fadeLeftFirst,
.fadeRight,
.fadeRightFirst,
.fadeDown,
.fadeDownFirst {
  opacity: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.spSe {
  display: none;
}

@media (max-width: 867px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (max-width: 370px) {
  .spSe {
    display: block;
  }
}

/*# sourceMappingURL=common.css.map */

/*================================
-240515 add
=================================*/

#gHeaderNavConts .common-hamburger-menu {
  min-width: initial;
  left: initial;
  bottom: initial;
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  font-family: var(--font-serif);
  color: var(--black);
  text-decoration: none;
  font-size: min(3.73vw, 1.4rem);
  font-weight: 500;
}

#gHeaderNavConts .common-hamburger-menu:hover {
  -webkit-transition: var(--fade03s);
  transition: var(--fade03s);
  opacity: var(--opa07);
}

@media (max-width: 867px) {
  #gHeaderNavConts .hbtMenuBtn:hover {
    opacity: var(--opa10);
  }

  #gHeaderNavConts .hbtMenuBtn:active {
    opacity: var(--opa07);
  }
}

.gHeader-text,
.gHeader-text02 {
  position: relative;
}

.gHeader-text::before,
.gHeader-text02::before {
  position: absolute;
  bottom: -14px;
  color: #000;
  font-size: min(2.5vw, 1.1rem);
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: var(--font-serif);
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

@media all and (min-width: 0px) and (max-width: 867px) {

  .gHeader-text::before,
  .gHeader-text02::before {
    bottom: -10px;
  }
}

.gHeader-text02 {
  img {
    width: 14px;
  }
}

.gHeader-text::before {
  content: "電話";
}

.gHeader-text02::before {
  content: "予約";
}

/*================================
-241211 add
=================================*/

.common-footer-banner,
.common-hamburger-banner {
  position: relative;
  z-index: 10;
  margin: 80px auto 0;
  padding: 0 20px;
  max-width: 600px;
}

.common-hamburger-banner {
  margin: 0 auto 8px;
  padding: 0;
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-banner,
  .common-hamburger-banner {
    padding: 0 5.33vw;
  }

  .common-hamburger-banner {
    margin: 32px 24px -24px;
    padding: 0;
  }
}

.common-footer-banner-link,
.common-hamburger-banner-link {
  display: flex;
  position: relative;
  transition: ease .3s;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: ease .3s;
    z-index: 2;
  }

  .image {
    width: 100%;
    height: auto;
    display: block;

    > img {
      width: 100%;
      height: auto;
      display: block;
      border: .5px solid var(--gold);
    }
  }
}

@media all and (min-width: 0px) and (min-width: 868px) {
  .common-footer-banner-link,
  .common-hamburger-banner-link {
    &:hover {
      &::before {
        opacity: .3;
        transition: ease .3s;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-footer-banner-link,
  .common-hamburger-banner-link {
    &:active {
      &::before {
        opacity: .3;
        transition: ease .3s;
      }
    }
  }
}

@media (max-width: 321px) {
  .gHeaderNavConts__inUl {
      margin: 120px auto 80px;
      grid-template-columns: 1fr;
      gap: 0;
  }
}

.common-sidebar-post-list {
  display: flex;
  height: 56px;
  align-items: center;

  .title {
    text-decoration: none;
    font-size: min(3.73vw, 1.4rem);
    padding-bottom: 0;
  }
}

@media all and (min-width: 0px) and (min-width: 868px) {
  .common-sidebar-post-list {
    .title {
      &:hover {
        text-decoration: underline;
      }
    }
  }
}

@media all and (min-width: 0px) and (max-width: 867px) {
  .common-sidebar-post-list {
    .title {
      &:active {
        text-decoration: underline;
      }
    }
  }
}

/*================================
-250403 画像比較スライダー
=================================*/

.twentytwenty-overlay:hover {
  background: initial !important;
}

/*================================
-症例ページ用カテゴリ
=================================*/

.common-case-archive-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin: 40px auto;

	.list {
		background-color: #fff;
		color: var(--black);
		text-align: center;
		letter-spacing: .05rem;
		font-size: min(3.73vw, 14px);
		height: 56px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		border: .5px solid #ccc;
    justify-content: center;
    text-align: center;
    font-family: var(--font-serif);

		&::before {
			content: "〉";
            position: absolute;
            top: calc(50% + 5px);
            right: 13px;
            transform: translateY(-50%) rotate(90deg);
            z-index: 2;
            color: var(--gold);
		}

		> select {
			display: flex;
			width: 100%;
      height: 100%;
      text-align: center;
      justify-content: center;
		}
	}
}

@media screen and (min-width: 868px) {
  .common-case-archive-box {
    .list {
      transition: ease .3s;

      &:hover {
        opacity: .7;
        transition: ease .3s;
      }
    }
  }
}

@media screen and (max-width: 867px) {
	.common-case-archive-box {
		grid-template-columns: repeat(1, 1fr);

    .list {
      transition: ease .3s;

      &:hover {
        opacity: .7;
        transition: ease .3s;
      }
    }
	}
}
