<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

.is-pc {
  display: none;
}

@media (min-width: 750px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.is-bold {
  font-weight: bold;
}

.is-blur {
  filter: blur(3px);
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

mark {
  background: none;
  font-weight: bold;
  font-style: normal;
  color: #be3565;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 750px) {
  .flex-pc {
    display: flex;
    flex-wrap: wrap;
  }
}
.is-left {
  float: left;
  padding-right: 1.5rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-right: 20px;
  }
}
.is-right {
  float: right;
  padding-left: 1.25rem;
}

@media (min-width: 750px) {
  .is-left {
    padding-left: 20px;
  }
}
@media (min-width: 750px) {
  .is-left-pc {
    float: left;
  }
  .is-right-pc {
    float: right;
  }
}
.f-goth {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-en {
  font-family: "Times New Roman", Times, serif;
}

.f-wb {
  font-weight: bold;
}

.f-wn {
  font-weight: normal;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.mt0.mt0 {
  margin-top: 0;
}

.mr0.mr0 {
  margin-right: 0;
}

.ml0.ml0 {
  margin-left: 0;
}

.mb0.mb0 {
  margin-bottom: 0;
}

.mt5.mt5 {
  margin-top: 0.5rem;
}

@media (min-width: 750px) {
  .mt5.mt5 {
    margin-top: 8px;
  }
}
.mt10.mt10 {
  margin-top: 1rem;
}

@media (min-width: 750px) {
  .mt10.mt10 {
    margin-top: 15px;
  }
}
.mt15.mt15 {
  margin-top: 1.5rem;
}

@media (min-width: 750px) {
  .mt15.mt15 {
    margin-top: 20px;
  }
}
.mt20.mt20 {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .mt20.mt20 {
    margin-top: 30px;
  }
}
.mt30.mt30 {
  margin-top: 3rem;
}

@media (min-width: 750px) {
  .mt30.mt30 {
    margin-top: 40px;
  }
}
.mt40.mt40 {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .mt40.mt40 {
    margin-top: 60px;
  }
}
.mt50.mt50 {
  margin-top: 5rem;
}

@media (min-width: 750px) {
  .mt50.mt50 {
    margin-top: 80px;
  }
}
.mt60.mt60 {
  margin-top: 6rem;
}

@media (min-width: 750px) {
  .mt60.mt60 {
    margin-top: 100px;
  }
}
.mt70.mt70 {
  margin-top: 7rem;
}

@media (min-width: 750px) {
  .mt70.mt70 {
    margin-top: 110px;
  }
}
.mb10.mb10 {
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .mb10.mb10 {
    margin-bottom: 15px;
  }
}
.mb20.mb20 {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .mb20.mb20 {
    margin-bottom: 30px;
  }
}
.mb30.mb30 {
  margin-bottom: 3rem;
}

@media (min-width: 750px) {
  .mb30.mb30 {
    margin-bottom: 40px;
  }
}
.mb40.mb40 {
  margin-bottom: 4rem;
}

@media (min-width: 750px) {
  .mb40.mb40 {
    margin-bottom: 60px;
  }
}
.mb50.mb50 {
  margin-bottom: 5rem;
}

@media (min-width: 750px) {
  .mb50.mb50 {
    margin-bottom: 70px;
  }
}
.mb60.mb60 {
  margin-bottom: 6rem;
}

@media (min-width: 750px) {
  .mb60.mb60 {
    margin-bottom: 90px;
  }
}
.mb70.mb70 {
  margin-bottom: 7rem;
}

@media (min-width: 750px) {
  .mb70.mb70 {
    margin-bottom: 110px;
  }
}
.section {
  margin-top: 4rem;
}

@media (min-width: 750px) {
  .section {
    margin-top: 60px;
  }
  .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.block {
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .block {
    margin-top: 30px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.main-block {
  padding: 1.6rem 1.5rem 0.5rem;
}

.sub-block {
  margin: 3rem 0 0;
  padding: 0 1.5rem;
}

@media (min-width: 750px) {
  body {
    min-width: 1100px;
  }
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 24px 0 100px;
    display: flex;
    justify-content: space-between;
  }
  .contents .main-block {
    padding: 0;
    width: 830px;
  }
  .contents .sub-block {
    order: -1;
    display: block;
    margin-top: 0;
    padding: 0;
    width: 226px;
  }
}
.header {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(3px);
}
.header.is-blur {
  transition: all 0.4s;
}
.header p, .header ul {
  margin-bottom: 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
.header-h1 {
  display: none;
}
.header-logo {
  margin: 0.45rem 0 0;
  width: 17rem;
  line-height: 1;
}
.header-tel-lead {
  display: none;
}
.header-tel-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header-tel-item a {
  display: block;
}
.header-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 16rem;
}
.header-link img {
  width: 100%;
}
.header-link-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-link-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header .is-cn,
.header .is-mail,
.header .is-osaka {
  display: none;
}

@media (min-width: 750px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
  }
  .header {
    z-index: 2222;
    padding: 0;
    background: none;
    backdrop-filter: blur(0px);
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #000;
  }
  .header-inner {
    position: relative;
    margin: -18px auto 0;
    padding: 0;
    width: 1100px;
    height: 68px;
  }
  .header-h1 {
    position: relative;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    width: 1100px;
    height: 18px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #999;
  }
  .header-logo {
    margin-top: 2px;
    width: 258px;
    height: 36px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-tel {
    order: -1;
    width: 365px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-tel-lead, .header-tel-list {
    height: 38px;
  }
  .header-tel-lead {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 178px;
    background-color: #fff;
  }
  .header-tel-lead-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 22px;
    background-color: #909090;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
  }
  .header-tel-lead-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
  }
  .header-tel-wrap {
    position: relative;
  }
  .header-tel-clinic {
    display: flex;
    justify-content: space-between;
    width: 178px;
  }
  .header-tel-clinic-item {
    width: calc((100% - 6px) / 4);
    padding: 4px 0 2px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: 0.2s all;
    cursor: pointer;
  }
  .header-tel-clinic-item.is-active {
    color: #fff;
    background: #666;
  }
  .header-tel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 1px 0 0;
    width: 170px;
  }
  .header-tel-item {
    padding: 5px 0 0;
    width: 170px;
    height: auto;
    position: absolute;
    left: 4px;
    opacity: 0;
    transition: 0.2s all;
  }
  .header-tel-item.is-show {
    opacity: 1;
  }
  .header-link {
    width: 720px;
    height: 40px;
  }
  .header-link-list {
    margin: 0 0 0 6px;
    width: 258px;
    height: 38px;
  }
  .header-link-item {
    width: 127px;
    height: 38px;
  }
  .header-link-item a:hover {
    opacity: 0.8;
  }
  .header .is-cn,
  .header .is-mail {
    display: block;
  }
  .header .is-cn,
  .header .is-line {
    width: 38px;
  }
  .header .is-menu {
    display: none;
  }
  .header .is-osaka {
    display: block;
  }
}
.gnav {
  display: block;
  padding: 1.45rem 1rem 2.5rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  transition: all 0.2s;
  backdrop-filter: blur(3px);
  color: #fff;
}
.gnav.is-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.gnav-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnav-logo {
  width: 17rem;
}
.gnav-list {
  padding-top: 2rem;
  margin: 0 auto 1rem;
  width: 28.5rem;
}
.gnav-item {
  border-bottom: 1px solid #666;
}
.gnav-item a {
  display: block;
  padding: 1.5rem 0;
  background: url(/theme/img/arrow_right_bold.svg) no-repeat 97% center;
  background-size: 0.7rem auto;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav-item:last-child {
  border-bottom: 1px solid #666;
}
.gnav-item-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0 0.6rem;
  width: 2.4rem;
  height: 4.9rem;
  transition: all 0.2s ease;
}
.gnav-item .gnav-item-title {
  display: block;
  padding-right: 10%;
  padding-left: 10%;
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav .is-slide {
  border-bottom: 0;
  position: relative;
}
.gnav .is-open {
  transform: rotateZ(-180deg);
}
.gnav-child {
  display: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #666;
}
.gnav-child-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gnav-child-item a {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  background: url(/theme/img/arrow_right.svg) no-repeat 96.5% center;
  background-size: 0.6rem auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnav-child .is-link-item-img {
  display: none;
}
.gnav-contact {
  display: flex;
  margin: 4rem auto 0;
  width: 34.5rem;
  background-color: #333;
}
.gnav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.gnav-contact-item {
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.gnav-contact .is-line {
  width: 6rem;
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-position: top 1.4rem center;
}
.gnav-contact .is-tel {
  width: 7.5rem;
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.3rem center;
}
.gnav-contact .is-mail {
  width: 9rem;
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.5rem center;
}
.gnav-contact .is-counseling {
  flex: 1;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 1.15rem center;
}
.gnav .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3.5rem auto 0;
  width: 22rem;
  height: 5rem;
  border: 1px solid #666;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

@media (min-width: 750px) {
  .gnav {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9500;
    top: 68px;
    opacity: 1;
    padding: 0;
    height: 48px;
    background: none;
    backdrop-filter: blur(0px);
  }
  .gnav-header, .gnav-logo {
    display: none;
  }
  .gnav-logo {
    width: 17rem;
  }
  .gnav .is-slide {
    position: static;
  }
  .gnav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 13px 0 0;
    width: 1100px;
    position: relative;
  }
  .gnav-list a,
  .gnav-list span {
    border-bottom: 0;
  }
  .gnav-item {
    transition: all 0.4s ease;
    width: 122px;
    height: 26px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
  .gnav-item:first-child {
    border-left: 1px solid #eee;
  }
  .gnav-item-icon {
    display: none;
  }
  .gnav-item a,
  .gnav-item .gnav-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  .gnav-item a:hover,
  .gnav-item .gnav-item-title:hover {
    opacity: 0.5;
  }
  .gnav-item.is-about a {
    position: static;
  }
  .gnav-item.is-worry {
    width: 145px;
  }
  .gnav-item.is-case {
    width: 100px;
  }
  .gnav-child {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .gnav-child-list {
    padding: 25px 60px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gnav-child-item {
    margin: 20px 0 0 0;
    width: 25%;
  }
  .gnav-child-item.is-mt.is-mt {
    margin-top: 0;
  }
  .gnav-child-item a {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(/theme/img/arrow_long_darkgray.svg);
    background-repeat: no-repeat;
    background-position: bottom 4px left;
    background-size: 20px auto;
  }
  .gnav-child-item a:hover {
    background-position: bottom 4px left 4px;
    opacity: 1;
  }
  .gnav-child-item.is-link-item {
    margin: 15px 0 0 20px;
    width: calc((100% - 40px) / 3);
  }
  .gnav-child-item.is-link-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gnav-child-item .is-link-item-a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-color: #f5f5f5;
    transition: 0.2s all all;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
    color: #666;
  }
  .gnav-child-item .is-link-item-a:hover {
    background-color: #fff;
    background-position: right 7px bottom 5px;
    opacity: 1;
  }
  .gnav-child-item .is-link-item-a::before {
    content: "";
    display: block;
    margin-right: 11px;
    width: 85px;
    height: 85px;
    background-image: url(/theme/img/thum_lipo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 85px auto;
  }
  .gnav-child-item .is-link-item-a.is-agingcare::before {
    background-image: url(/theme/img/thum_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-bust::before {
    background-image: url(/theme/img/thum_bustup.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-body::before {
    background-image: url(/theme/img/thum_worry_body.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-bust::before {
    background-image: url(/theme/img/thum_worry_bust.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-agingcare::before {
    background-image: url(/theme/img/thum_worry_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-skin::before {
    background-image: url(/theme/img/thum_worry_skin.jpg);
  }
  .gnav-child-item .is-link-item-title {
    flex: 1;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .gnav-contact,
  .gnav .close-menu {
    display: none;
  }
}
.header-menu-btn {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem 0.3rem 0;
  position: relative;
}
.header-menu-btn-parts {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: transform 0.3s;
}
.header-menu-btn-parts:last-child {
  margin-bottom: 0;
}
.header-menu-btn-parts.active {
  position: absolute;
  width: 2.7rem;
}
.header-menu-btn.is-active {
  padding: 0;
  margin-right: 0.3rem;
}
.header-menu-btn.is-active .header-menu-btn-parts {
  position: absolute;
  margin: 0;
  width: 3rem;
}
.header-menu-btn.is-active .menu__line--top {
  top: 1.1rem;
  transform: rotate(45deg);
}
.header-menu-btn.is-active .menu__line--center {
  opacity: 0;
  transform: scaleX(0);
}
.header-menu-btn.is-active .menu__line--bottom {
  bottom: 1.7rem;
  transform: rotate(135deg);
}

.page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.8rem 1.5rem 0;
  width: 100%;
  min-height: 15rem;
  background-image: url(/theme/img/fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-title-text {
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
  text-shadow: 1px 0 1px #fff;
}
.page-title-text span {
  display: inline-block;
  margin: 0 0 0 0.25em;
  font-size: 0.65em;
}
.page-title-text::after {
  content: attr(data-text);
  display: block;
  margin: 0.2em 0 0;
  width: 100%;
  line-height: 1;
  font-size: 0.5em;
  color: #c7b27c;
}
.page-title-catch {
  margin: 1rem 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.page-title.is-big {
  padding-top: 11rem;
  padding-bottom: 5rem;
  min-height: 25rem;
}

@media (min-width: 750px) {
  .page-title {
    position: relative;
    padding: 116px 0 0;
    min-height: 300px;
    background-image: url(/theme/img/fv_pc.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }
  .page-title-text, .page-title-catch {
    margin: 0 auto;
    padding-left: 50px;
    width: 1100px;
  }
  .page-title-text {
    text-shadow: none;
    font-size: 46px;
  }
  .page-title-text::after {
    margin-top: 1px;
    padding-left: 2px;
    font-size: 18px;
  }
  .page-title-catch {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .page-title.is-big {
    padding-top: 206px;
    padding-bottom: 100px;
    min-height: 450px;
    height: 450px;
  }
}
@media screen and (min-width: 2200px) {
  .page-title.is-big {
    display: block;
  }
}
.topicpath {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.topicpath li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  color: #9f774b;
}
.topicpath li a {
  padding-right: 1em;
  margin-right: 0.3em;
  background: url(/theme/img/arrow_right.svg) no-repeat right center;
  background-size: 0.5rem auto;
}
.topicpath li:last-child a {
  background: none;
  padding-right: 0;
}

@media (min-width: 750px) {
  .topicpath {
    margin-bottom: 20px;
  }
  .topicpath li {
    font-size: 12px;
    line-height: 1.3;
  }
  .topicpath li a {
    margin-right: 2px;
    padding-right: 15px;
  }
}
.service {
  margin: 2rem 0;
}
.service-item {
  margin: 1rem 0 0;
  background-color: #f5f5f5;
}
.service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.3rem 0;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
  text-decoration: none;
}
.service-item a::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.5rem auto;
  background-image: url(/theme/img/icon_train.svg);
  border-right: 1px solid #e0e0e0;
}
.service-item:first-child {
  margin-top: 0;
}
.service-item.is-loan a::before {
  background-image: url(/theme/img/icon_credit.svg);
  background-size: 4.3rem auto;
}
.service-item.is-1day a::before {
  background-image: url(/theme/img/icon_1day.svg);
}
.service-item.is-guarantee a::before {
  background-image: url(/theme/img/icon_guarantee.svg);
  background-size: 3.1rem auto;
}
.service-inner {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3rem 0 1.7rem;
}
.service-title {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #93846a;
}
.service-text {
  margin: 0.4rem 0 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}

@media (min-width: 750px) {
  .service {
    margin: 20px 0;
  }
  .service-list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .service-item {
    margin: 0;
    width: 256px;
  }
  .service-item a {
    transition: 0.2s all;
    padding: 14px 0;
    background-position: right 10px bottom 12px;
    background-size: 30px auto;
  }
  .service-item a:hover {
    background-position: right 7px bottom 12px;
  }
  .service-item a::before {
    width: 75px;
    height: 70px;
    background-size: 35px auto;
  }
  .service-item.is-loan a::before {
    background-size: 43px auto;
  }
  .service-item.is-1day a::before {
    background-size: 43px auto;
  }
  .service-item.is-guarantee a::before {
    background-size: 31px auto;
  }
  .service-inner {
    padding: 0 30px 0 16px;
  }
  .service-title {
    line-height: 1.3;
    font-size: 16px;
  }
  .service-text {
    margin: 4px 0 0;
    font-size: 12px;
  }
}
.local-nav {
  margin: 2rem 0;
}

@media (min-width: 750px) {
  .local-nav {
    margin: 20px 0;
  }
  .local-nav:first-child {
    margin-top: 0;
  }
  .local-nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
  }
  .local-nav-title a {
    transition: 0.2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
    color: #666;
    text-decoration: none;
  }
  .local-nav-title a:hover:hover {
    background-position: right 7px bottom 10px;
  }
  .local-nav-contents {
    margin: 0;
    padding: 0 10px;
  }
  .local-nav-contents a {
    transition: 0.2s all;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-decoration: none;
  }
  .local-nav-list {
    margin: 5px 0 0;
  }
  .local-nav-item a {
    padding: 6px 15px 6px 2px;
    width: 100%;
    min-height: 32px;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-repeat: no-repeat;
    background-position: right 3px bottom 6px;
    background-size: 26px auto;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    font-size: 12px;
    line-height: 1.25;
  }
  .local-nav-item a:hover {
    background-position: right 0 bottom 6px;
  }
  .local-nav-sub-list {
    margin: 10px 0 2px;
    padding: 0 0 0 6px;
  }
  .local-nav-sub-item a {
    min-height: 30px;
    background: none;
    border-bottom: 0;
    background-size: 28px auto;
    color: rgba(102, 102, 102, 0.8);
    font-size: 12px;
  }
  .local-nav-sub-item a:hover {
    color: #93846a;
  }
  .sidenav-main {
    margin: 20px 0;
  }
  .sidenav-main-item {
    margin: 10px 0 0;
  }
  .sidenav-main-item:first-child {
    margin-top: 0;
  }
  .sidenav-main-item a {
    transition: 0.2s all all;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 17px;
    width: 100%;
    height: 47px;
    background-color: #f5f5f5;
    background-image: url(/theme/img/arrow_long_gold.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
  }
  .sidenav-main-item a:hover {
    background-position: right 7px bottom 10px;
  }
  .sidenav-main-item.is-cv a {
    letter-spacing: -0.025em;
    color: #fff;
    background-color: #93846a;
    background-image: url(/theme/img/arrow_long_white.svg);
  }
  .side-access {
    margin: 20px 0;
  }
  .side-access-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
  }
  .side-access-pic {
    width: 100%;
    margin: 0;
  }
  .side-access-text {
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .side-access-button {
    text-align: right;
    margin: 0;
  }
  .side-access-button a {
    transition: 0.2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 40px;
    margin: 10px auto 0;
    background-color: #93846a;
    color: #fff;
    text-decoration: none;
  }
  .side-access-button a:hover {
    opacity: 0.7;
  }
  .side-blog {
    margin-bottom: 20px;
  }
  .side-blog a:hover {
    opacity: 0.8;
  }
  .side-mov a:hover {
    opacity: 0.8;
  }
  .local-nav-sub-list {
    display: none;
  }
  .side-banner {
    margin-top: 10px;
  }
  .side-banner:first-child {
    margin-top: 20px;
  }
  .side-banner a:hover {
    opacity: 0.7;
  }
  .antiagingpage .local-nav #side_antiaging .local-nav-sub-list,
  .liposuctionpage .local-nav #side_liposuction .local-nav-sub-list,
  .bustuppage .local-nav #side_bustup .local-nav-sub-list,
  .siliconbagpage .local-nav #side_siliconbag .local-nav-sub-list {
    display: block;
  }
}
.push {
  margin: 2rem 0 0 -1.5rem;
  width: 37.5rem;
}
.push-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 4.5rem;
  background-color: #f5f5f5;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}
.push-inner {
  margin: 0;
  padding: 1.2rem 3rem 0;
}
.push-lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.push-lead em {
  font-style: normal;
  font-weight: bold;
  color: #a0293c;
}
.push-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  padding: 0;
}
.push-item {
  margin: 1rem 0 0;
  width: 15rem;
}
.push-item:nth-child(1), .push-item:nth-child(2) {
  margin-top: 0;
}
.push-item.is-full {
  width: 100%;
}
.push-item.is-link a {
  transition: 0.2s all all;
  display: flex;
  align-items: center;
  padding: 0 0 0 17px;
  height: 70px;
  background-color: #f5f5f5;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 28px auto;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.25;
}
.push-item.is-link a:hover {
  background-position: right 7px bottom 10px;
}
.push-book {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0 0;
}
.push-book-pic {
  margin: 0;
  width: 8.5rem;
}
.push-book-info {
  flex: 1;
  padding: 0 0 0 1.5rem;
}
.push-book-title {
  margin: 0;
  text-indent: -0.4em;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #93846a;
}
.push-book-author {
  margin: 0.6rem 0 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.push-book-text {
  margin: 0.8rem 0 0;
  line-height: 1.6;
  font-size: 1.1rem;
}
.push-promise {
  margin-top: 1rem;
}
.push-promise:first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .push {
    margin: 20px 0;
    width: 100%;
  }
  .push-title {
    border-radius: 6px 6px 0 0;
    height: 45px;
    font-size: 16px;
  }
  .push-inner {
    padding: 8px 10px 0;
  }
  .push-lead {
    font-size: 12px;
    line-height: 1.2;
  }
  .push-lead em {
    font-weight: normal;
  }
  .push-list {
    margin: 8px 0 0;
  }
  .push-item {
    margin: 10px 0 0;
    width: 100%;
  }
  .push-item a {
    transition: 0.2s all;
  }
  .push-item a:hover {
    opacity: 0.7;
  }
  .push-item.is-link a {
    height: 68px;
    font-size: 14px;
    text-align: left;
  }
  .push-item.is-link a:hover {
    background-position: right 7px bottom 10px;
  }
  .push-item:nth-child(2) {
    margin-top: 10px;
  }
  .push-book {
    margin: 8px 0 0;
  }
  .push-book-pic {
    width: 68px;
  }
  .push-book-info {
    padding: 0 0 0 10px;
  }
  .push-book-title {
    font-size: 15px;
  }
  .push-book-author {
    margin: 8px 0 0;
    font-size: 10px;
  }
  .push-book-text {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .push-promise {
    margin-top: 10px;
  }
}
.sub-block .service {
  margin: 2rem 0;
}
.sub-block .service-item {
  margin: 1rem 0 0;
  background-color: #f5f5f5;
}
.sub-block .service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.3rem 0;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
  text-decoration: none;
}
.sub-block .service-item a::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.5rem auto;
  background-image: url(/theme/img/icon_train.svg);
  border-right: 1px solid #e0e0e0;
}
.sub-block .service-item:first-child {
  margin-top: 0;
}
.sub-block .service-item.is-loan a::before {
  background-image: url(/theme/img/icon_credit.svg);
  background-size: 4.3rem auto;
}
.sub-block .service-item.is-1day a::before {
  background-image: url(/theme/img/icon_1day.svg);
}
.sub-block .service-item.is-guarantee a::before {
  background-image: url(/theme/img/icon_guarantee.svg);
  background-size: 3.1rem auto;
}

@media (min-width: 750px) {
  .sub-block .service {
    margin: 20px 0;
  }
  .sub-block .service-list {
    display: block;
  }
  .sub-block .service-item {
    margin: 10px 0 0;
    width: 100%;
  }
  .sub-block .service-item:first-child {
    margin-top: 0;
  }
  .sub-block .service-item a {
    padding: 13px 0;
    background-position: right 10px bottom 10px;
    background-size: 28px auto;
  }
  .sub-block .service-item a:hover {
    background-position: right 7px bottom 10px;
  }
  .sub-block .service-item a::before {
    width: 55px;
    height: 60px;
    background-size: 28px auto;
  }
  .sub-block .service-item.is-loan a::before {
    background-size: 35px auto;
  }
  .sub-block .service-item.is-guarantee a::before {
    background-size: 25px auto;
  }
  .sub-block .service-inner {
    padding: 0 25px 0 14px;
  }
  .sub-block .service-title {
    margin-top: 2px;
    font-size: 14px;
  }
}
.footer {
  margin: 3rem 0 0;
  background-color: #313131;
  border-top: 10px solid #c7b27c;
  color: #fff;
}
.footer-top {
  padding: 3.5rem 0 0;
}
.footer-top-logo {
  margin: 0 auto;
  width: 22.4rem;
}
.footer-top-lead {
  margin: 1.75rem 0;
  text-align: center;
  font-size: 1.2rem;
}
.footer-top-text {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-supervision {
  margin: 2.5rem 0 2rem;
  padding: 0 1.5rem;
}
.footer-supervision-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #c7b27c;
  text-align: center;
}
.footer-supervision-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c7b27c;
  vertical-align: middle;
}
.footer-supervision-title:nth-of-type(2) {
  margin: 2rem 0 0;
}
.footer-supervision-text {
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: light;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.2rem 0;
}
.footer-link-item {
  width: 50%;
}
.footer-link-item a {
  display: block;
  padding: 1.2rem 0.65rem 1.2rem 4.5rem;
  background: url(/theme/img/arrow_long_gold.svg) no-repeat left 2.25rem center;
  background-size: 1.53rem auto;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.footer-link-sub-list {
  display: none;
}
.footer-clinic {
  padding: 2.6rem 0 0;
  background-color: #1c1c24;
}
.footer-clinic-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #c7b27c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-clinic-title span {
  font-size: 1.4rem;
}
.footer-clinic-title span span {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
.footer-clinic-list {
  margin: 2.5rem 0 0;
  padding: 0 2rem;
}
.footer-clinic-item {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-clinic-item:first-child {
  margin-top: 0;
}
.footer-clinic-item::before {
  content: "";
  display: block;
  width: 8rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-clinic-item.is-tokyo::before {
  background-image: url(/theme/img/tokyo_pic.jpg);
}
.footer-clinic-item.is-osaka::before {
  background-image: url(/theme/img/osaka_pic.jpg);
}
.footer-clinic-item.is-nagoya::before {
  background-image: url(/theme/img/nagoya_pic.jpg);
}
.footer-clinic-item.is-fukuoka::before {
  background-image: url(/theme/img/fukuoka_pic.jpg);
}
.footer-clinic-box {
  position: relative;
  margin: 0;
  padding: 0.2rem 0 0 1.5rem;
  flex: 1;
}
.footer-clinic-box-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.footer-clinic-box-title a {
  color: #fff;
  text-decoration: none;
}
.footer-clinic-box-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clinic-box-text {
  line-height: 1.5;
  font-size: 1rem;
}
.footer-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.5rem 0 4.5rem;
  margin: 0;
  background-color: #1c1c24;
}
.footer-sns-item {
  margin: 0 0.5rem;
  width: 2.8rem;
  border-radius: 2px;
  overflow: hidden;
}
.footer-sns-item a {
  display: block;
}

.copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 10px;
  background-color: #1c1c24;
}

@media (min-width: 750px) {
  .footer {
    margin: 0;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer-contact {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 1100px;
  }
  .footer-top-header {
    width: 500px;
  }
  .footer-top-logo {
    width: 265px;
  }
  .footer-top-logo img {
    width: 100%;
  }
  .footer-top-lead {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .footer-top-lead::after {
    display: none;
  }
  .footer-top-text {
    width: 600px;
    margin: 0;
    padding: 5px 0 5px 60px;
    border-left: 1px solid #707070;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-supervision {
    margin: 35px auto 0;
    padding: 0;
    width: 1000px;
  }
  .footer-supervision-list {
    margin-left: 70px;
  }
  .footer-supervision-title {
    font-size: 12px;
    text-align: left;
  }
  .footer-supervision-title::before {
    margin-right: 4px;
    width: 5px;
    height: 5px;
  }
  .footer-supervision-title:nth-of-type(2) {
    margin: 20px 0 0;
  }
  .footer-supervision-text {
    margin-top: 7px;
    font-size: 10px;
    text-align: left;
  }
  .footer-link {
    margin: 0 auto;
    width: 1100px;
  }
  .footer-link-list {
    position: relative;
    display: block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
    height: 400px;
  }
  .footer-link-item {
    box-sizing: content-box;
    margin: 14px 0 0;
    padding-left: 875px;
    width: auto;
  }
  .footer-link-item.is-flow {
    display: none;
  }
  .footer-link-item:nth-child(odd) {
    border-right: 0;
  }
  .footer-link-item:nth-child(1) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 250px;
  }
  .footer-link-item:nth-child(2) {
    position: absolute;
    padding-left: 0;
    top: 0;
    left: 250px;
    margin-top: 0;
    width: 245px;
  }
  .footer-link-item:nth-child(3) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 490px;
    margin-top: 0;
    width: 335px;
  }
  .footer-link-item a {
    display: block;
    padding: 0 0 0 25px;
    background-size: 16px auto;
    background-position: left center;
    border-bottom: 0;
    letter-spacing: -0.025em;
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-link-item a:hover {
    background-position: left 4px center;
  }
  .footer-link-sub-list {
    display: block;
    margin: 0 0 0 28px;
  }
  .footer-link-sub-item {
    margin: 14px 0 0;
  }
  .footer-clinic {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-clinic-title {
    margin: 0;
    width: 355px;
    font-size: 14px;
  }
  .footer-clinic-title span {
    font-size: 14px;
  }
  .footer-clinic-title span span {
    font-size: 12px;
  }
  .footer-clinic-title br {
    display: none;
  }
  .footer-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px 0 8px 55px;
    width: 736px;
    border-left: 1px solid #707070;
  }
  .footer-clinic-item {
    margin: 10px 0 0;
    padding: 0 30px 0 0;
    width: 339px;
  }
  .footer-clinic-item:nth-child(1), .footer-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .footer-clinic-item::before {
    width: 80px;
    height: 50px;
  }
  .footer-clinic-box {
    margin: 0;
    padding: 5px 0 0 15px;
    flex: 1;
  }
  .footer-clinic-box-title {
    margin: 0 0 6px;
    font-size: 11px;
  }
  .footer-clinic-box-text {
    font-size: 10px;
  }
  .footer-sns {
    padding: 30px 0 0;
  }
  .footer-sns-item {
    margin: 0 8px;
    width: 30px;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
  .footer .copyright {
    padding: 26px 0 15px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
}
.flow-navi {
  position: fixed;
  bottom: -5.5rem;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0;
  transition: 0.7s all;
}
.flow-navi.menu-active {
  opacity: 1;
  bottom: 0;
}
.flow-navi-list {
  margin: 0;
  display: flex;
  width: 100%;
}
.flow-navi-item {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
}
.flow-navi-item a, .flow-navi-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 5.5rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.flow-navi-item a:focus, .flow-navi-item button:focus {
  outline: 0;
}
.flow-navi .is-line {
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-size: 1.6rem auto;
  background-position: top 1.2rem center;
}
.flow-navi .is-tel {
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.1rem center;
}
.flow-navi .is-chat {
  background-color: #498faf;
  background-image: url(/theme/img/icon_chat.svg);
  background-size: 1.75rem auto;
  background-position: top 0.9rem center;
}
.flow-navi .is-mail {
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.3rem center;
}
.flow-navi .is-counseling {
  width: 3.5rem;
  flex: auto;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 0.95rem center;
}

@media (min-width: 750px) {
  .flow-navi {
    top: 350px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 80px;
  }
  .flow-navi-list {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .flow-navi-item {
    width: 80px;
    flex: auto;
  }
  .flow-navi-item a, .flow-navi-item button {
    padding: 32px 2px 0;
    height: 72px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    transition: 0.3s all;
  }
  .flow-navi-item a:hover, .flow-navi-item button:hover {
    opacity: 0.7;
  }
  .flow-navi-item:first-child {
    margin-top: 0;
  }
  .flow-navi .is-line {
    background-size: 25px auto;
    background-position: top 13px center;
  }
  .flow-navi .is-tel {
    background-size: 22px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-chat {
    background-size: 24px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-mail {
    background-size: 24px auto;
    background-position: top 15px center;
  }
  .flow-navi .is-counseling {
    background-size: 20px auto;
    background-position: top 7px center;
  }
  .flow-navi .is-counseling a {
    letter-spacing: -0.1em;
  }
}
.text {
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 750px) {
  .text {
    line-height: 1.8;
  }
}
.link-d-item {
  margin: 1rem 0 0;
}
.link-d-item:nth-child(1) {
  margin-top: 0;
}
.link-d-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem bottom 1.4rem;
  background-size: 3rem auto;
  color: #666;
}
.link-d-inner {
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.link-d-title {
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.25;
  font-weight: bold;
}
.link-d-title span {
  display: inline-block;
  font-size: 0.75em;
}
.link-d-text {
  margin: 0.5rem 0 0;
  width: 100%;
  color: #666;
  align-items: center;
  line-height: 1.35;
  font-size: 1.2rem;
}
.link-d-img {
  order: -1;
  margin: 0;
  width: 8rem;
}

@media (min-width: 750px) {
  .link-d-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-d-item {
    margin: 10px 0 0;
    width: calc(50% - 10px);
  }
  .link-d-item:nth-child(1), .link-d-item:nth-child(2) {
    margin-top: 0;
  }
  .link-d-item a {
    transition: 0.2s all all;
    background-position: right 15px bottom 15px;
    background-size: 30px auto;
  }
  .link-d-item a:hover {
    background-color: #f5f5f5;
    background-position: right 12px bottom 15px;
  }
  .link-d-inner {
    padding: 0 0 0 10px;
  }
  .link-d-title {
    margin-top: 2px;
    font-size: 16px;
  }
  .link-d-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
  .link-d-img {
    width: 93px;
  }
}
.link-h-item {
  margin: 1.5rem 0 0;
}
.link-h-item:nth-child(1) {
  margin-top: 0;
}
.link-h-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-color: #f7f3e9;
  color: #666;
}
.link-h-inner {
  padding: 1.25rem 1.5rem;
}
.link-h-title {
  margin: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.link-h-title ruby {
  color: #666;
}
.link-h-title rt {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1rem;
  color: #c7b27c;
}
.link-h-text {
  margin: 0.7rem 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.link-h-img {
  order: -1;
  margin: 0;
  width: 100%;
}

@media (min-width: 750px) {
  .link-h-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-h-item {
    margin: 15px 0 0;
    width: calc(50% - 15px);
  }
  .link-h-item:nth-child(2) {
    margin-top: 0;
  }
  .link-h-item a {
    transition: 0.2s all all;
  }
  .link-h-item a:hover {
    opacity: 0.7;
  }
  .link-h-inner {
    padding: 18px 36px;
  }
  .link-h-title {
    font-size: 22px;
  }
  .link-h-title rt {
    margin: 0 0 0 10px;
    font-size: 10px;
  }
  .link-h-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
}
.page-title {
  background-image: url(/treatment/img/fv.jpg);
}

@media (min-width: 750px) {
  .page-title {
    background-image: url(/treatment/img/fv_pc.jpg);
  }
}
.treatment-list {
  margin: 0;
}
.treatment-item {
  margin: 2.5rem 0 0;
}
.treatment-item:first {
  margin-top: 0;
}

@media (min-width: 750px) {
  .treatment-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatment-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 385px;
    border-bottom: 1px solid #e0e0e0;
  }
  .treatment-item.is-vaser, .treatment-item.is-crf {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 0;
    width: 100%;
  }
  .treatment-item.is-vaser .treatment-link-list, .treatment-item.is-crf .treatment-link-list {
    flex: 1;
    display: block;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
  }
  .treatment-item.is-vaser .treatment-link-item, .treatment-item.is-crf .treatment-link-item {
    width: 100%;
  }
  .treatment-item.is-vaser .treatment-link-item a, .treatment-item.is-crf .treatment-link-item a {
    padding: 14px 0 14px 15px;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: right 3px bottom 12px;
  }
  .treatment-item.is-vaser .treatment-link-item a:hover, .treatment-item.is-crf .treatment-link-item a:hover {
    background-position: right 0 bottom 12px;
    opacity: 1;
  }
  .treatment-item.is-crf {
    margin-bottom: 40px;
  }
  .link-h-item {
    width: 440px;
  }
  .link-d-item {
    width: 100%;
  }
}
.treatment-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
}
.treatment-link-item {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0;
  width: calc(50% - 0.25rem);
  background-color: #f5f5f5;
}
.treatment-link-item:nth-child(1), .treatment-link-item:nth-child(2) {
  margin-top: 0;
}
.treatment-link-item a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem 0.2rem 1.5rem;
  width: 100%;
  min-height: 4.5rem;
  height: 4.5rem;
  color: #666;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.25;
}
.treatment-link-item a::before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
  font-size: 1.5em;
}

@media (min-width: 750px) {
  .treatment-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0 5px;
  }
  .treatment-link-item {
    display: block;
    margin: 0;
    width: calc(50% - 5px);
    background-color: transparent;
  }
  .treatment-link-item:nth-child(1), .treatment-link-item:nth-child(2) {
    margin-top: 0;
  }
  .treatment-link-item a {
    transition: 0.2s all;
    position: relative;
    display: block;
    padding: 8px 0 8px 15px;
    min-height: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
  }
  .treatment-link-item a:hover {
    opacity: 0.7;
  }
  .treatment-link-item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-right: 0;
    margin-top: -10px;
    font-size: 20px;
  }
}</pre></body></html>