
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bellefair&display=swap");
@charset "UTF-8";
/*
font-family: 'Noto Serif JP', serif;
*/
/*
font-family: 'Bellefair', serif;
regular 400
*/
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/*
z-index
-------------------- */
/*
margin
-------------------- */
/*
font
-------------------- */
/*
link line
-------------------- */
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "Noto Serif JP", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-size: 1.4rem;
  color: #000;
  background: url(../images/bg2.jpg) repeat-x 50% 0;
  background-size: auto auto; }
body.s-top {
    background: url(../images/bg2.jpg) repeat-x 50% 150px;
    background-size: auto auto; }
body.activeMenu {
    background: none !important; }
a {
  color: #000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em; }
strong {
  font-weight: 600; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
html, body {
  width: 100%;
  height: 100%; }
.l-breadcrumb {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 180px; }
.l-breadcrumb::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #000;
    margin-bottom: 20px; }
.l-breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-breadcrumb ol::before {
      content: "";
      width: 20px;
      height: 20px;
      background: url("../images/i-home.svg") no-repeat 50% 50%;
      background-size: contain;
      margin-right: 5px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
.l-breadcrumb ol li {
      font-size: 1.2rem; }
.l-breadcrumb ol li + li {
        margin-left: 15px; }
.l-breadcrumb ol li + li::before {
          content: ">";
          margin-right: 15px; }
.l-breadcrumb ol li a {
        position: relative; }
.l-footer {
  position: relative;
  background: url(../images/bg.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
  line-height: 1.6;
  overflow: hidden; }
.l-footer__copy {
    padding: 100px 0 50px;
    text-align: center;
    font-size: 1.2rem; }
.l-header {
  z-index: 4600;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: white; }
.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
.l-header__logo {
    position: relative;
    line-height: 1;
    font-size: 1rem; }
.l-header__logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-header__logo a i {
        width: 80px;
        margin-right: 8px; }
.l-header__logo a img, .l-header__logo a svg {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
.l-header__sns {
    position: absolute;
    top: 36px;
    right: 30px;
    margin-left: 20px; }
.l-header__sns svg {
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s;
      fill: #2151A4; }
.l-headerList {
  font-size: 1.5rem;
  padding-right: 50px; }
.l-headerList > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px; }
.l-headerList__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
.l-headerList__item + .l-headerList__item {
      margin-left: 25px; }
.l-headerList__item > a {
      position: relative;
      display: block;
      -webkit-transition: color ease-out .2s;
      transition: color ease-out .2s;
      padding: 5px 2px; }
.l-headerList__item > a::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #2151A4;
        -webkit-transform-origin: right;
                transform-origin: right;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: -webkit-transform ease-out .2s;
        transition: -webkit-transform ease-out .2s;
        transition: transform ease-out .2s;
        transition: transform ease-out .2s, -webkit-transform ease-out .2s; }
.l-headerList__item > a:hover {
        color: #2151A4; }
.l-headerList__item > a:hover::before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          -webkit-transform-origin: left;
                  transform-origin: left; }
.l-headerList-diagnosis {
    position: absolute;
    top: 70px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    overflow: hidden; }
.l-headerList-diagnosis.is-active {
      opacity: 1;
      pointer-events: all; }
.l-headerList-diagnosis.is-active ul {
        -webkit-transform: translate(0, 0px);
                transform: translate(0, 0px); }
.l-headerList-diagnosis ul {
      position: relative;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-transform: translate(0, -20px);
              transform: translate(0, -20px);
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.l-headerList-diagnosis li:nth-of-type(1) figure {
      background-image: url(../images/top/c2-01@2x.jpg); }
.l-headerList-diagnosis li:nth-of-type(2) figure {
      background-image: url(../images/top/c2-02@2x.jpg); }
.l-headerList-diagnosis li:nth-of-type(3) figure {
      background-image: url(../images/top/c2-03@2x.jpg); }
.l-headerList-diagnosis li:nth-of-type(4) figure {
      background-image: url(../images/top/c2-04@2x.jpg); }
.l-headerList-diagnosis a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 1.4rem;
      -webkit-transition: ease-out .4s;
      transition: ease-out .4s;
      padding: 20px; }
.l-headerList-diagnosis a:hover {
        opacity: .6; }
.l-headerList-diagnosis figure {
      width: 100px;
      height: 70px;
      background-color: #005500;
      margin-right: 10px;
      background: no-repeat 50% 50%;
      background-size: cover; }
.l-headerList-diagnosis span {
      display: block;
      margin-bottom: 5px; }
.l-headerList-diagnosis i {
      display: block;
      font-size: 1.1rem;
      font-style: normal;
      padding: 2px 8px;
      border-radius: 10px;
      margin-left: 5px; }
.l-headerList-diagnosis i.insurance {
        color: #2151A4;
        background-color: #EAF6FF;
        border: 1px solid #D9E5EF; }
.l-headerList-diagnosis i.self {
        color: #63A219;
        background-color: #F3FCEA;
        border: 1px solid #DAEFD9; }
.l-loading {
  z-index: 5001;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.l-loading__bg {
    position: relative;
    height: 102%;
    width: 102%;
    background-color: #fff; }
.l-main {
  line-height: 1.6; }
menu {
  padding: 0;
  margin: 0; }
.l-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4501;
  width: 100%;
  height: 100%;
  background-color: white; }
.l-menu__inner {
    height: 100%;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: auto; }
.l-menuList a {
  -webkit-transition: color ease-out .2s;
  transition: color ease-out .2s; }
.l-menuList a:hover {
    color: #2151A4; }
.l-menuList > li {
  font-size: 1.8rem; }
.l-menuList > li + li {
    margin-top: 1.3em; }
.l-menuList > li small {
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    display: block;
    margin-top: 6px; }
.l-menuList > li ul {
    margin-left: 1em; }
.l-menuList > li li {
    margin-top: 1.2em; }
.l-menuList > li li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 1.4rem; }
.l-menuList > li li span {
      display: block; }
.l-menuList > li li i {
      display: block;
      font-size: 1.1rem;
      font-style: normal;
      padding: 2px 8px;
      border-radius: 10px;
      margin-left: 5px; }
.l-menuList > li li i.insurance {
        color: #2151A4;
        background-color: #EAF6FF;
        border: 1px solid #D9E5EF; }
.l-menuList > li li i.self {
        color: #63A219;
        background-color: #F3FCEA;
        border: 1px solid #DAEFD9; }
.l-menuYoyaku {
  margin-top: 20px; }
.l-menuYoyaku a {
    position: relative;
    background-color: #2151A4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px;
    color: #fff; }
.l-menuYoyaku a::before {
      content: "";
      position: absolute;
      top: 0px;
      bottom: 0;
      right: 10px;
      margin: auto;
      display: block;
      width: 6px;
      height: 6px;
      border: 6px solid transparent;
      border-left: 6px solid #fff; }
.l-menuYoyaku i {
    width: 34px;
    margin-right: 8px; }
.l-menuYoyaku i svg {
      fill: #fff; }
.l-menuYoyaku__txt {
    text-align: center;
    line-height: 1.3; }
.l-menuYoyaku__txt span {
      font-size: 1.5rem;
      display: block; }
.l-menuFix-btn {
  z-index: 4610;
  position: fixed;
  right: 30px;
  top: 37px;
  width: 35px;
  height: 25px;
  display: none; }
.l-menuFix-btn__border {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer; }
.l-menuFix-btn__border span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      display: block;
      width: 100%;
      height: 1px;
      margin: auto;
      color: #000;
      background-color: currentColor;
      -webkit-transition: color ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      transition: color ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      transition: color ease-out .1s, transform ease-out .1s, width ease-out .2s;
      transition: color ease-out .1s, transform ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      -webkit-transform-origin: right;
              transform-origin: right; }
.l-menuFix-btn__border span:nth-of-type(1) {
        margin-top: 0; }
.l-menuFix-btn__border span:nth-of-type(3) {
        margin-bottom: 0; }
.l-menuFix-btn.active span {
    -webkit-transform-origin: center;
            transform-origin: center; }
.l-menuFix-btn.active span:nth-of-type(1) {
      -webkit-transform: rotate(-45deg) !important;
              transform: rotate(-45deg) !important;
      margin: auto; }
.l-menuFix-btn.active span:nth-of-type(2) {
      -webkit-transform: scaleX(0) scale(0) !important;
              transform: scaleX(0) scale(0) !important; }
.l-menuFix-btn.active span:nth-of-type(3) {
      -webkit-transform: rotate(45deg) !important;
              transform: rotate(45deg) !important;
      width: 100%;
      margin: auto; }
.p-access {
  position: relative;
  margin-top: 150px; }
.p-access .deco1 {
    position: absolute;
    z-index: 10; }
.p-access .deco2 {
    position: absolute;
    z-index: 10; }
.p-access .circle {
    position: absolute;
    top: 250px;
    right: -100px;
    width: 557px;
    height: 557px;
    background: url(../images/deco-circle.png) no-repeat 50% 50%;
    background-size: contain; }
.p-access__head {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto; }
.p-access__map {
    margin-top: 30px;
    position: relative;
    padding: 0 50px; }
.p-access__map iframe {
      width: 100%;
      height: 50vh;
      vertical-align: bottom; }
.p-accessRoute {
    margin-top: 20px; }
.p-clinic {
  position: relative;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px; }
.p-clinic .deco {
    position: absolute;
    top: 20px;
    right: 50px; }
.p-clinic__pix {
    width: 50%;
    background: url(../images/top/c1-01.jpg) no-repeat 50% 50%;
    background-size: cover; }
.p-clinic__body {
    padding-left: 70px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.p-clinic__body p {
      line-height: 1.8; }
.p-clinic__btn {
    margin-top: 40px; }
.p-clinic-c1 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
.p-clinic-c1__inner {
    padding: 0 100px; }
.p-clinic-c1__pix {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px; }
.p-clinic-c1__pix::before {
      content: "";
      position: absolute;
      top: -32px;
      right: -55px;
      width: 121px;
      height: 51px;
      display: block;
      background: url(../images/deco1.png) no-repeat 50% 50%;
      background-size: contain; }
.p-clinic-c1__pix img {
      width: 100%; }
.p-clinic-c1 p {
    font-size: 1.4rem;
    line-height: 1.8; }
.p-clinic-c2 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }
.p-clinic-c2__pix {
    position: relative;
    display: block;
    width: 220px;
    margin-left: 80px; }
.p-clinic-c2__pix img, .p-clinic-c2__pix svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.p-clinic-c2 p {
    font-size: 1.4rem;
    line-height: 1.8; }
.p-clinic-c3 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }
.p-clinic-c3__body {
    position: relative; }
.p-clinic-c3__body .circle {
      position: absolute;
      background: url(../images/deco-circle.png) no-repeat 50% 50%;
      background-size: contain; }
.p-clinic-profile h3 {
  font-weight: normal;
  display: inline-block; }
.p-clinic-profile h3 .name {
    position: relative;
    font-size: 3.6rem;
    margin-bottom: 26px; }
.p-clinic-profile h3 .kana {
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    margin-bottom: 15px; }
.p-clinic-profile .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-clinic-profile .tag span {
    padding: 4px 10px;
    display: block;
    background-color: #EFEFEF;
    margin-right: 10px; }
.p-clinic-profile1__body {
  font-size: 1.4rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-clinic-profile1__body h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 18px; }
.p-clinic-profile1__body h4::before, .p-clinic-profile1__body h4::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto; }
.p-clinic-profile1__body h4::before {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background-color: #65A5D5; }
.p-clinic-profile1__body h4::after {
      width: 7px;
      height: 7px;
      left: 3px;
      border-radius: 50%;
      background-color: #fff; }
.p-clinic-profile1__body p + h4 {
    margin-top: 40px; }
.p-clinic-profile1__body dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-clinic-profile1__body dl dt {
      width: 185px; }
.p-clinic-profile1__body dl dd {
      width: 300px; }
.p-clinic-profile1__box1 {
  width: 530px;
  margin-bottom: 40px; }
.p-clinic-profile2__ttl {
  padding-left: 50px;
  padding-bottom: 70px; }
.p-clinic-profile2__body {
  font-size: 1.4rem;
  line-height: 1.8; }
.p-clinic-profile2 .deco1 {
  position: absolute;
  display: block;
  background: url(../images/deco5.png) no-repeat 50% 50%;
  background-size: contain; }
.p-clinic-profile2 .deco2 {
  position: absolute;
  display: block;
  background: url(../images/deco2.png) no-repeat 50% 50%;
  background-size: contain; }
.p-contents.end {
  padding-bottom: 0; }
.p-contents:nth-of-type(2n) {
  background-color: rgba(101, 165, 213, 0.08); }
.p-contents__inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px; }
.p-contents__inner-sub {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px; }
.p-contents__ttl {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px; }
.p-contents__ttl2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 24px; }
.p-contents__ttl2::before, .p-contents__ttl2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; }
.p-contents__ttl2::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #65A5D5; }
.p-contents__ttl2::after {
    width: 9px;
    height: 9px;
    left: 3px;
    border-radius: 50%;
    background-color: #fff; }
.p-contents__ttl2 small {
    font-size: 1.4rem;
    margin-left: 5px; }
.p-contents__ttl3 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 300;
  color: #2151A4;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc; }
.p-contents__ttl3 span {
    position: relative;
    display: block;
    padding-left: 16px; }
.p-contents__ttl3 span::before {
      content: "";
      position: absolute;
      top: 0;
      left: 2px;
      display: block;
      width: 5px;
      height: 100%;
      border-radius: 3px;
      background-color: #2151A4; }
.p-contents__body {
  font-size: 1.4rem;
  line-height: 1.8; }
.p-contents__body p + p {
    margin-top: 1em; }
.p-contents__body p.comingsoon {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-bottom: 20px; }
.p-contents__body .pix {
    text-align: center;
    margin: 20px 0; }
.p-contents-plastic__block {
  position: relative;
  margin-top: 40px; }
.p-contents-uv__block {
  position: relative;
  margin-top: 40px; }
.p-diagnosis {
  padding-top: 200px;
  overflow: hidden; }
.p-diagnosis .deco {
    position: absolute;
    top: -20px;
    left: -65px; }
.p-diagnosis .circle {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0px;
    width: 557px;
    height: 557px;
    background: url(../images/deco-circle.png) no-repeat 50% 50%;
    background-size: contain; }
.p-diagnosis__head {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto; }
.p-diagnosis__body {
    position: relative; }
.p-diagnosisList .p-diagnosisList__item--01, .p-diagnosisList .p-diagnosisList__item--02, .p-diagnosisList .p-diagnosisList__item--03, .p-diagnosisList .p-diagnosisList__item--04 {
    position: relative;
    width: 25%;
    height: 560px; }
.p-diagnosisList .p-diagnosisList__item--01 a, .p-diagnosisList .p-diagnosisList__item--02 a, .p-diagnosisList .p-diagnosisList__item--03 a, .p-diagnosisList .p-diagnosisList__item--04 a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: ease-out .4s;
      transition: ease-out .4s;
      background: no-repeat 50% 50%;
      background-size: cover; }
.p-diagnosisList .p-diagnosisList__item--01:hover a, .p-diagnosisList .p-diagnosisList__item--02:hover a, .p-diagnosisList .p-diagnosisList__item--03:hover a, .p-diagnosisList .p-diagnosisList__item--04:hover a {
      opacity: 0.5; }
.p-diagnosisList .p-diagnosisList__item--01:hover .p-diagnosisList__ttl, .p-diagnosisList .p-diagnosisList__item--02:hover .p-diagnosisList__ttl, .p-diagnosisList .p-diagnosisList__item--03:hover .p-diagnosisList__ttl, .p-diagnosisList .p-diagnosisList__item--04:hover .p-diagnosisList__ttl {
      color: #fff;
      background-color: #2151A4; }
.p-diagnosisList .p-diagnosisList__item--01 a {
    background-image: url(../images/top/c2-01@2x.jpg);
    background-position: 60% 50%; }
.p-diagnosisList .p-diagnosisList__item--02 a {
    background-image: url(../images/top/c2-02@2x.jpg);
    background-position: 70% 50%; }
.p-diagnosisList .p-diagnosisList__item--03 a {
    background-image: url(../images/top/c2-03@2x.jpg);
    background-position: 55% 50%; }
.p-diagnosisList .p-diagnosisList__item--04 a {
    background-image: url(../images/top/c2-04@2x.jpg);
    background-position: 60% 50%; }
.p-diagnosisList__ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 0.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "Noto Serif JP", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    position: absolute;
    width: 50px;
    padding: 20px 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    pointer-events: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.p-gallery {
  position: relative; }
.p-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-gallery__item {
    width: 32%; }
.p-gallery__item img, .p-gallery__item svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.p-gallery__item:nth-of-type(n+4) {
      margin-top: 40px; }
.p-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.p-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%; }
.p-modal__box {
    position: relative;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 900px; }
.p-modal__box img, .p-modal__box svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.p-modal__text {
    position: absolute;
    left: 0;
    bottom: 5px; }
.p-modal__text p {
      background-color: #fff;
      padding: 15px 30px; }
.p-modal .is-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px; }
.p-modal .is-close span {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000; }
.p-modal .is-close span:nth-of-type(1) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
.p-modal .is-close span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
.p-info {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative; }
.p-infoTime table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 14px; }
.p-infoTime table th, .p-infoTime table td {
      padding: 6px 10px;
      text-align: center;
      border: 1px solid #CDE2E2;
      font-weight: 400; }
.p-infoTime table th {
      background-color: #E5F6FA; }
.p-infoTime table td {
      padding: 12px 10px;
      background-color: #fff; }
.p-infoTime p {
    margin-top: 8px; }
.p-infoYoyaku {
    margin-top: 40px; }
.p-infoYoyaku__head {
      margin-bottom: 15px;
      padding: 10px 0;
      border-top: 1px dotted #ccc;
      border-bottom: 1px dotted #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.p-infoYoyaku__head i {
        display: block;
        line-height: 1; }
.p-infoYoyaku__head svg {
        width: 28px;
        height: 28px; }
.p-infoYoyaku__head span {
        margin: 0 0 0 10px; }
.p-infoYoyaku__head small {
        font-weight: 400;
        font-size: 1.2rem; }
.p-infoYoyaku__qr {
      width: 126px; }
.p-infoYoyaku__txt {
      font-size: 1.2rem;
      line-height: 1.8; }
.p-infoYoyaku__btn {
      margin-top: 10px; }
.p-infoClinic__pix img, .p-infoClinic__pix svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
.p-infoClinic__body {
    position: relative;
    margin-top: 20px; }
.p-infoClinic__body::after {
      content: "";
      display: block;
      width: 120px;
      height: 120px;
      background: url(../images/logo@2x.png) no-repeat 50% 50%;
      background-size: contain; }
.p-infoClinic__tel {
    display: inline-block;
    font-size: 4rem;
    color: #2151A4;
    line-height: 1.2;
    margin-bottom: 5px; }
.p-infoClinic__tel small {
      font-size: 2rem; }
.p-infoClinic__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
.p-infoClinic__link::before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border: 5px solid transparent;
      border-left: 5px solid #2151A4; }
.p-link {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.8; }
.p-link__list {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc; }
.p-link__ttl {
    font-size: 2.4rem;
    color: #2151A4;
    margin-bottom: 5px; }
.p-mainVs {
  padding: 100px 50px 0;
  height: 100%; }
.p-mainVs__bg {
    background: url(../images/top/main@2x.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100%; }
.p-mainVs-pix {
  position: relative;
  height: 600px;
  margin: 100px 50px 90px;
  background: no-repeat 50% 50%;
  background-size: cover; }
.s-clinic .p-mainVs-pix {
    background-image: url(../images/clinic/main@2x.jpg); }
.s-dermatology .p-mainVs-pix {
    background-image: url(../images/dermatology/main@2x.jpg); }
.s-plastic .p-mainVs-pix {
    background-image: url(../images/plastic/main@2x.jpg); }
.s-uv .p-mainVs-pix {
    background-image: url(../images/uv/main@2x.jpg); }
.s-self .p-mainVs-pix {
    background-image: url(../images/self/main@2x.jpg); }
.s-link .p-mainVs-pix {
    background-image: url(../images/link/main@2x.jpg); }
.p-mainVs-pix__ttl {
    position: absolute;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
.p-mainVs-pix__ttl span, .p-mainVs-pix__ttl small {
      line-height: 1.4;
      display: block; }
.p-mainVs-pix__ttl span {
      font-family: "Bellefair", serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      font-size: 4rem; }
.p-mainVs-pix__ttl small {
      font-size: 1.4rem;
      font-weight: normal; }
.p-mainVs-pix__ttl .p-mainVs-pix__sub-in span {
      font-size: 2rem; }
.p-mainVs-pix__ttl .p-mainVs-pix__sub-in small {
      font-size: 1.2rem; }
.p-mainVs-pix__ttl::before {
      content: "";
      position: absolute;
      top: -32px;
      left: -30px;
      width: 77px;
      height: 60px;
      display: block;
      background: url(../images/deco5.png) no-repeat 50% 50%;
      background-size: contain; }
.p-mainVs-pix__diagnosis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px; }
.p-mainVs-pix__diagnosis span {
      display: block;
      font-size: 3rem; }
.p-mainVs-pix__diagnosis i {
      display: block;
      font-size: 1.4rem;
      font-style: normal;
      padding: 6px 12px;
      border-radius: 14px;
      margin-left: 5px; }
.p-mainVs-pix__diagnosis i.insurance {
        color: #2151A4;
        background-color: #EAF6FF;
        border: 1px solid #D9E5EF; }
.p-mainVs-pix__diagnosis i.self {
        color: #63A219;
        background-color: #F3FCEA;
        border: 1px solid #DAEFD9; }
.s-top .l-header {
  -webkit-transition: ease-out .5s .2s;
  transition: ease-out .5s .2s;
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px); }
.start .s-top .l-header {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.s-top .p-yoyaku__wrap {
  -webkit-transition: ease-out .4s .3s;
  transition: ease-out .4s .3s;
  -webkit-transform: translate(0, 120px);
          transform: translate(0, 120px); }
.start .s-top .p-yoyaku__wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.start.s-top .l-header {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.start.s-top .p-yoyaku__wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.p-news {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 150px;
  text-align: center; }
.p-news__btn {
    margin-top: 40px; }
.p-newsList {
    display: inline-block; }
.p-newsList dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: left; }
.p-newsList dl + dl {
        margin-top: 10px; }
.p-newsList dt {
      width: 100px;
      color: #727272;
      font-size: 1.4rem; }
.p-newsList dd {
      position: relative; }
.p-newsList dd::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-left: 5px solid #2151A4; }
.p-pagenavi {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
.p-pagenavi__ttl {
    position: relative;
    color: #fff;
    padding: 15px;
    background-color: #65A5D5;
    text-align: center; }
.p-pagenavi__ttl::before {
      content: "";
      position: absolute;
      top: 5px;
      bottom: 0;
      right: 20px;
      margin: auto;
      display: block;
      width: 7px;
      height: 7px;
      border: 7px solid transparent;
      border-top: 7px solid #fff; }
.p-pagenavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-pagenavi ul li a {
      display: block;
      padding: 15px 30px;
      background-color: #fff;
      border-radius: 30px;
      border: 1px solid #65A5D5;
      -webkit-transition: ease-out .4s;
      transition: ease-out .4s; }
.p-pagenavi ul li a:hover {
        color: #fff;
        background-color: #65A5D5; }
.p-pagenavi ul li.is-comingsoon a {
      background-color: #E2E2E2;
      border: 1px solid #ccc; }
.p-pagenavi ul li.is-comingsoon a:hover {
        color: #fff;
        background-color: #bbb; }
.p-pagenavi p.att {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 20px; }
.p-self-first__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
.p-self-first__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px; }
.p-self-first table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
.p-self-first table th, .p-self-first table td {
    border: 3px solid #C0C8D8;
    padding: 15px;
    font-size: 2rem;
    line-height: 1.5; }
.p-self-first table th {
    background-color: #D9E3F2;
    border-right: none;
    font-weight: 600; }
.p-self-first table td {
    text-align: right;
    border-left: none; }
.p-self-price {
  margin-top: 30px; }
.p-self-price__block + .p-self-price__block {
    margin-top: 40px; }
.p-self-price__block .txt {
    margin-bottom: 1em; }
.p-self-price__block .att {
    margin-top: 10px;
    font-size: 90%;
    padding-left: 1em;
    text-indent: -1em; }
.p-self-price__block .att + .att {
      margin-top: 0; }
.p-self-price table {
    border-collapse: collapse;
    border-spacing: 0; }
.p-self-price table th, .p-self-price table td {
      border: 1px solid #c0c8d8;
      padding: 12px 15px; }
.p-self-price table th {
      text-align: center;
      font-weight: 600;
      background-color: #d9e3f2; }
.p-self-price table td {
      background-color: #fff; }
.p-self-price table.default {
      width: 100%; }
.p-self-price table.default td:nth-of-type(n+2) {
        text-align: right; }
.p-self-price table.default-column2 {
      width: 550px; }
.p-self-price table.default-column2 td:nth-of-type(n+2) {
        text-align: right; }
.p-self-price table.default-column3 {
      width: 800px; }
.p-self-price table.default-column3 td:nth-of-type(n+2) {
        text-align: right; }
.p-self-price table.default-column4 {
      width: 100%; }
.p-self-price table.default-column4 td:nth-of-type(n+2) {
        text-align: right; }
.p-self-price table.type-woman td:nth-of-type(n+2), .p-self-price table.type-man td:nth-of-type(n+2) {
      text-align: right; }
.p-self-price table.type-woman {
      width: 550px; }
.p-self-price table.type-woman th, .p-self-price table.type-woman td {
        border: 1px solid #e2cdcd; }
.p-self-price table.type-woman th {
        background-color: #f8dfdf; }
.p-self-price table.type-man {
      width: 550px; }
.p-self-price table.type-man th, .p-self-price table.type-man td {
        border: 1px solid #cde2e2; }
.p-self-price table.type-man th {
        background-color: #e5f6fa; }
.p-self-price table.aga {
      width: 100%; }
.p-self-price table.aga td:nth-of-type(1) {
        white-space: nowrap; }
.p-self-laser1__logo {
  width: 230px;
  height: 140px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px; }
.p-self-laser1__pix {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 40px; }
.p-self-laser2 {
  margin-top: 40px; }
.p-self-laser2__block {
    margin-top: 40px; }
.p-self-laser2__box {
    width: 48.5%; }
.p-self-laser2__box {
    padding: 20px 30px;
    border: 1px solid #e2e9f0;
    background-color: #f7fafd;
    border-radius: 10px; }
.p-self-laser2__box h4 {
      position: relative;
      font-size: 2rem;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 14px; }
.p-self-laser2__box h4::before, .p-self-laser2__box h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 1px; }
.p-self-laser2__box h4::before {
        z-index: 10;
        width: 30px;
        height: 1px;
        background-color: #65a5d5; }
.p-self-laser2__box h4::after {
        content: "";
        width: 70px;
        height: 1px;
        background-color: #dbdbdb; }
.p-self-toning__pix {
  display: block;
  text-align: right; }
.p-self-healite1__ttl {
  font-size: 1.9rem;
  color: #fff;
  background-color: #2151A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-self-healite1 ul {
  padding-top: 10px; }
.p-self-healite1 ul li {
    padding-left: 1em;
    text-indent: -1em; }
.p-self-healite2 {
  margin-top: 40px;
  padding: 40px;
  border: 4px solid #f5da66; }
.p-self-healite2 ul {
    width: 65%;
    padding-right: 30px; }
.p-self-healite2 ul li {
      counter-increment: nmb;
      position: relative;
      padding-left: 50px; }
.p-self-healite2 ul li + li {
        margin-top: 15px; }
.p-self-healite2 ul li::before {
        content: counter(nmb, upper-roman);
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f5da66;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.p-self-healite2__pix {
    width: 100%;
    display: block; }
.p-self-healite2__pix img, .p-self-healite2__pix svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.p-self-aga {
  margin-top: 40px; }
.p-self-aga dl {
    margin-bottom: 15px; }
.p-self-aga_pix {
  margin: 30px auto;
  padding: 20px;
  width: 80%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd; }
.p-self-aga_pix2 {
  margin: 30px auto;
  padding: 20px;
  width: 80%;
  text-align: center;
  background-color: #fff;
  border: 0px solid #fff; }
.p-teaser {
  background: url(../images/teaser/bg.jpg) no-repeat 50% 0%;
  background-size: 100% auto;
  text-align: center;
  padding: 100px 0 0px;
  overflow: hidden; }
.p-teaser__header {
    height: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto; }
.p-teaser__footer {
    position: relative;
    padding: 0; }
.p-teaser__footer .copy {
      padding: 100px 0; }
.p-teaser__footer::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 500px;
      background: url(../images/teaser/bg.jpg) no-repeat 50% 0%;
      background-size: 100% auto; }
.p-teaser__inner {
    position: relative; }
.p-teaserLogo img {
  width: 240px; }
.p-teaserLogo p {
  margin-top: 10px;
  font-size: 1.9rem;
  color: #2151A4; }
.p-teaserTitle {
  position: relative;
  margin-top: 15px; }
.p-teaserTitle__ttl {
    position: relative;
    font-size: 4.5rem;
    font-weight: 300;
    color: #2151A4;
    max-width: 650px;
    margin: 0 auto;
    padding: 12px;
    border-top: 3px solid #2151A4;
    border-bottom: 3px solid #2151A4; }
.p-teaserTitle__ttl strong {
      display: block; }
.p-teaserTitle__ttl i {
      display: block;
      padding-top: 48px;
      font-size: 1.8rem;
      font-style: normal; }
.p-teaserTitle__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 30px; }
.p-teaserTitle__txt p + p {
      margin-top: 20px; }
.p-teaserStaff {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-teaserStaff__pix {
    width: 680px;
    padding-bottom: 70px; }
.p-teaserStaff__dtl {
    width: 350px; }
.p-teaserProfile {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8; }
.p-teaserProfile + .p-teaserProfile {
    margin-top: 60px; }
.p-teaserProfile__list {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-teaserProfile__list span {
      background-color: #DDDDDD;
      padding: 4px 10px;
      font-size: 1.4rem;
      line-height: 1.2;
      margin-right: 10px; }
.p-teaserProfile__name {
    position: relative;
    font-size: 2.2rem;
    padding: 15px 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4; }
.p-teaserProfile__name small {
      font-size: 1.4rem;
      padding-left: 15px; }
.p-teaserProfile__kana {
    position: absolute;
    top: -12px;
    font-size: 1.2rem; }
.p-teaserProfile__kana span {
      background-color: #fff;
      padding-right: 15px; }
.p-teaserProfile__txt {
    margin-top: 20px;
    font-size: 1.4rem; }
.p-teaser-deco1 {
  position: absolute;
  right: -100px;
  top: 80px; }
.p-teaser-deco2 {
  position: absolute;
  left: -130px;
  bottom: -130px; }
.p-teaserEntry {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  margin-top: 100px; }
.p-teaserEntry__ttl {
    background-color: #2151A4;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px; }
.p-teaserEntry__body {
    text-align: left; }
.p-teaserContact {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  margin-top: 100px; }
.p-teaserContact__att {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600; }
.p-teaserContact__ttl {
    background-color: #2151A4;
    color: #fff;
    padding: 10px; }
.p-teaserContact__block {
    border: 1px solid #2151A4;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff; }
.p-teaserContact__inner {
    padding: 20px; }
.p-teaserContact__tel {
    font-size: 4rem;
    letter-spacing: 0.02em;
    color: #2151A4; }
.p-teaserContact__tel a {
      display: block;
      text-decoration: none; }
/*
.p-xx{
  &__list{}
  &__item{}
  &__link{}
}
.p-xx
  ul.p-xx__list
    li.p-xx__item
      a(href="").p-xx__link
        .p-xx
.p-xx{
  &__block{}
  &__pix{}
  &__dtl{}
  &__ttl{}
  &__txt{}
}
.p-xx
  .p-xx__block
    .p-xx__pix
    .p-xx__dtl
      h3.p-xx__ttl
      p.p-xx__txt

*/
.p-teaserMap {
  margin: 0 auto;
  margin-top: 150px;
  max-width: 1200px; }
.p-teaserMap iframe {
    width: 100%;
    height: 500px; }
.p-teaserAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
.p-teaserAccess__txt h3 {
    font-size: 1.6rem; }
.p-teaserAccess__txt p {
    font-size: 1.6rem; }
.p-yoyaku {
  z-index: 4500;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 110px;
  -webkit-transition: -webkit-transform ease-out 0s 1s;
  transition: -webkit-transform ease-out 0s 1s;
  transition: transform ease-out 0s 1s;
  transition: transform ease-out 0s 1s, -webkit-transform ease-out 0s 1s; }
.activeMenu .p-yoyaku {
    -webkit-transform: translateX(120px);
            transform: translateX(120px); }
.p-yoyaku__wrap {
    height: 100%; }
.p-yoyaku a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
    color: #fff;
    background-color: #2151A4;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.p-yoyaku a:hover {
      background-color: #3669C1; }
.p-yoyaku i {
    display: block;
    width: 36px;
    margin-bottom: 8px; }
.p-yoyaku svg {
    fill: #fff; }
.c-bg, .c-bg--w, .c-bg--p, .c-bg--g {
  margin-top: 100px;
  padding: 100px 0; }
.c-bg + .c-bg, .c-bg--w + .c-bg, .c-bg--p + .c-bg, .c-bg--g + .c-bg, .c-bg + .c-bg--w, .c-bg--w + .c-bg--w, .c-bg--p + .c-bg--w, .c-bg--g + .c-bg--w, .c-bg + .c-bg--p, .c-bg--w + .c-bg--p, .c-bg--p + .c-bg--p, .c-bg--g + .c-bg--p, .c-bg + .c-bg--g, .c-bg--w + .c-bg--g, .c-bg--p + .c-bg--g, .c-bg--g + .c-bg--g {
    margin-top: 0; }
.c-bg--w:last-of-type {
    padding-bottom: 0; }
.c-bg--p {
    background-image: linear-gradient(-45deg, #ffeff0 25%, #ffebed 25%, #ffebed 50%, #ffeff0 50%, #ffeff0 75%, #ffebed 75%, #ffebed);
    background-size: 20px 20px; }
.c-bg--g {
    background-image: linear-gradient(-45deg, #defefb 25%, #e4fefc 25%, #e4fefc 50%, #defefb 50%, #defefb 75%, #e4fefc 75%, #e4fefc);
    background-size: 20px 20px; }
.c-btn {
  display: inline-block; }
.c-btn a {
    position: relative;
    min-width: 270px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2151A4;
    color: #fff;
    padding: 0 40px;
    text-decoration: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.c-btn a span {
      position: relative; }
.c-btn a i.blank svg {
      width: 17px; }
.c-btn a i.arrow svg {
      width: 20px; }
.c-btn a svg {
      stroke: #Ffff; }
.c-btn a i {
      display: block;
      line-height: 1;
      margin-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-footer .c-btn a {
    min-width: 200px;
    height: 50px; }
.c-btn-arrow a {
  max-width: 319px;
  display: block;
  text-decoration: none;
  background: url(../images/top/arrow.png) no-repeat 100% 7px;
  background-size: auto 8px; }
.c-ctt {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
.c-ctt + .c-ctt {
    margin-top: 100px; }
.c-ctt__inner {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4rem;
    line-height: 1.8; }
.c-ctt__inner + .c-ctt__inner {
      margin-top: 80px; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.form-group {
  font-size: 1.4rem;
  line-height: 1.8; }
.form-group + .form-group {
    margin-top: 25px; }
.form-group__dt {
    font-weight: 600; }
.form-group .text-danger {
    margin-left: 135px;
    font-size: 1.2rem; }
.form-group .c-form__polcy .text-danger {
    margin-left: 0; }
.c-form {
  margin-top: 30px; }
.c-form__inner {
    background-color: #fff;
    padding: 58px 130px;
    border-radius: 20px;
    color: #fff; }
.c-form__polcy {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    color: #fff; }
.c-form__polcy a {
      text-decoration: underline; }
.c-form__btnText {
    width: 100%;
    display: block;
    border: none;
    background-color: #2151A4;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem; }
.c-form__btn {
    margin-top: 34px;
    text-align: center; }
.c-form__btn button.border-gradient {
      width: 100%;
      height: 110px;
      max-width: 500px;
      border-radius: 60px;
      border: none;
      background: -webkit-gradient(linear, right top, left top, from(#eb63ad), color-stop(#fbd66c), to(#00afe0));
      background: linear-gradient(to left, #eb63ad, #fbd66c, #00afe0);
      padding: 3px;
      color: #000;
      cursor: pointer;
      outline: none; }
.c-form__btn .child {
      position: relative;
      background-color: #3f4276;
      border-radius: 50px;
      height: 100%;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: background-color cubic-bezier(0.035, 0.775, 0.49, 1) 0.5s;
      transition: background-color cubic-bezier(0.035, 0.775, 0.49, 1) 0.5s; }
.c-form__btn .child::before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 110px;
        display: block;
        width: 71px;
        height: 65px;
        background: url(../images/teaser/btn_icon.png) no-repeat 50% 50%;
        background-size: contain; }
.c-form__btn button.border-gradient .child:hover {
      background-color: rgba(0, 0, 0, 0); }
.c-form__btn svg {
      width: 146px;
      fill: #fff; }
.c-form input, .c-form textarea, .c-form button {
    outline: none; }
.c-form input[type=radio],
  .c-form input[type=checkbox] {
    margin-right: 5px; }
.c-form .vertical-item + .vertical-item {
    margin-left: 20px; }
.c-form .horizontal-item + .horizontal-item {
    margin-left: 20px; }
.c-form label + label {
    display: inline-block;
    margin-left: 20px; }
.c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=number],
  .c-form input[type=email] {
    width: 100%;
    padding: 13px;
    border: none;
    border: 1px solid #2151A4;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    font-size: 1.3rem;
    -webkit-appearance: none; }
.c-form input[type=text]:focus,
    .c-form input[type=tel]:focus,
    .c-form input[type=number]:focus,
    .c-form input[type=email]:focus {
      outline: 0; }
.c-form .cp_ipselect {
    overflow: hidden;
    width: 200px;
    text-align: center;
    font-size: 1.3rem; }
.c-form .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.c-form .cp_ipselect select::-ms-expand {
    display: none; }
.c-form .cp_ipselect.cp_sl04 {
    position: relative;
    border: 1px solid #2151A4;
    background: #ffffff; }
.c-form .cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 1.3em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2151A4;
    pointer-events: none; }
.c-form .cp_ipselect.cp_sl04 select {
    padding: 13px 38px 13px 8px; }
.c-form textarea {
    width: 100%;
    padding: 10px;
    line-height: 1.6;
    background-color: #ddd;
    border: 1px solid #ddd;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s; }
.c-form textarea:focus {
      border: 1px solid #ccc;
      background-color: #fff;
      outline: 0; }
.form-radio {
  display: none; }
.form-radio + label {
  padding-left: 25px;
  position: relative;
  margin-right: 25px; }
.form-radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #85e3ca;
  border-radius: 50%; }
.form-radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #85e3ca;
  border-radius: 50%; }
.form-checkbox {
  display: none; }
.form-checkbox + label {
  padding-left: 25px;
  position: relative;
  margin-right: 25px; }
.form-checkbox + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #fff; }
.form-checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/teaser/check_on.png) no-repeat 50% 50%;
  background-size: contain; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-inview-fade {
  opacity: 0;
  -webkit-transition: opacity ease-out .5s .0s;
  transition: opacity ease-out .5s .0s; }
.c-inview-fade.inview {
    opacity: 1; }
.c-inview-slide {
  opacity: 0;
  -webkit-transform: translate(-50px, -30px);
          transform: translate(-50px, -30px);
  -webkit-transition: opacity ease-out .6s .2s, -webkit-transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, -webkit-transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, transform ease-out 1.5s .2s, -webkit-transform ease-out 1.5s .2s; }
.c-inview-slide.inview {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
.c-inview-up {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(1);
          transform: translateY(40px) scale(1);
  -webkit-transition: opacity ease-out .8s .2s, -webkit-transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, -webkit-transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, transform ease-out .6s .2s, -webkit-transform ease-out .6s .2s; }
.c-inview-up.inview {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
.c-inview-rocket {
  opacity: 0;
  -webkit-transform: translate(-40px, 40px) scale(1);
          transform: translate(-40px, 40px) scale(1);
  -webkit-transition: opacity ease-out .5s .2s, -webkit-transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, -webkit-transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, transform ease-out .8s .2s, -webkit-transform ease-out .8s .2s; }
.c-inview-rocket.inview {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
.c-link--icon {
  padding-left: 10px;
  display: block;
  position: relative; }
.c-link--icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid; }
.c-pager__inner {
  margin-top: 60px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
.c-tbl th, .c-tbl td {
    border: 1px solid #666;
    padding: 10px;
    line-height: 1.5; }
.c-tbl th {
    background-color: #2B2525;
    color: #fff; }
.c-tbl td {
    text-align: center; }
.c-tbl .c-tbl__ttl {
    background-color: #1D1818; }
.c-title {
  margin-bottom: 40px; }
.c-title span, .c-title small {
    line-height: 1.4;
    display: block; }
.c-title span {
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 4rem; }
.c-title small {
    font-size: 1.4rem;
    font-weight: normal; }
.c-title-s {
  position: relative;
  z-index: 10;
  margin-bottom: 30px; }
.c-title-s span, .c-title-s small {
    line-height: 1.4;
    display: block; }
.c-title-s span {
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 3.4rem; }
.c-title-s small {
    font-size: 1.4rem;
    font-weight: normal; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.5; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: -00px;
  display: none; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 814px) {
  .mediaQuerySetting {
    display: block; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
          .l-breadcrumb ol li a {
            -webkit-transition: color ease-out .24s;
            transition: color ease-out .24s; }
            .l-breadcrumb ol li a:hover {
              color: #65A5D5; }
      .l-header__sns:hover svg {
        fill: #000; }
      .l-menu__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .l-menu__body {
      padding-top: 100px;
      padding-bottom: 50px; }
    .l-menuYoyaku {
      display: none; }
    .l-menuFix-btn:hover span:nth-of-type(1) {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .l-menuFix-btn:hover span:nth-of-type(2) {
      -webkit-transform: scale(0.8, 1);
              transform: scale(0.8, 1); }
    .l-menuFix-btn:hover span:nth-of-type(3) {
      -webkit-transform: scale(0.6, 1);
              transform: scale(0.6, 1);
      width: 100%; }
      .p-access .deco1 {
        top: -20px;
        left: 605px; }
      .p-access .deco2 {
        top: 30px;
        left: 765px; }
      .p-accessRoute__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-accessRoute__block + .p-accessRoute__block {
          margin-top: 10px; }
      .p-accessRoute__head {
        position: relative;
        width: 76px;
        height: 76px;
        text-align: center;
        color: #2151A4;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #2151A4;
        border-radius: 50%;
        margin-right: 15px; }
        .p-accessRoute__head::before {
          content: "";
          position: absolute;
          right: -10px;
          top: 0;
          bottom: 0;
          margin: auto;
          display: block;
          width: 5px;
          height: 5px;
          border: 5px solid transparent;
          border-left: 5px solid #2151A4; }
      .p-clinic__body {
        position: relative;
        width: 50%;
        max-width: 600px; }
    .p-clinic-c2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
        .p-clinic-c3__body .circle {
          top: -220px;
          left: 0px;
          width: 557px;
          height: 557px; }
      .p-clinic-profile h3 .name::before {
        content: "";
        position: absolute;
        bottom: -12px;
        right: 0;
        display: block;
        width: 300px;
        height: 1px;
        background-color: #C4C4C4; }
  .p-clinic-profile1 {
    position: relative;
    padding-left: 330px; }
    .p-clinic-profile1__pix {
      padding-top: 70px;
      margin-bottom: 30px; }
      .p-clinic-profile1__pix figure {
        position: absolute;
        top: -110px;
        left: 0; }
    .p-clinic-profile2__pix {
      padding-top: 70px;
      margin-bottom: 30px; }
      .p-clinic-profile1__pix figure {
        position: absolute;
        
        left: 0; }
  .p-clinic-profile2 {
    position: relative;
    padding-left: 340px;
    margin-top: 60px; }
    .p-clinic-profile2__pix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .p-clinic-profile2__body {
      position: absolute;
      bottom: 0;
      left: 670px; }
    .p-clinic-profile2 .deco1 {
      top: 30px;
      left: -150px;
      width: 77px;
      height: 60px; }
    .p-clinic-profile2 .deco2 {
      top: 88px;
      left: -0;
      width: 76px;
      height: 50px; }
  .p-contents {
    padding: 0 0 100px; }
    .p-contents + .p-contents {
      padding-top: 95px; }
    .p-contents-plastic__block img {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 45%; }
  .p-contents-uv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-contents-uv__body {
      width: 55%; }
    .p-contents-uv__pix {
      text-align: right;
      width: 45%;
      padding-left: 20px; }
      .p-contents-uv__pix img, .p-contents-uv__pix svg {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    .p-diagnosisList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-diagnosisList .p-diagnosisList__item--01:nth-of-type(even), .p-diagnosisList .p-diagnosisList__item--02:nth-of-type(even), .p-diagnosisList .p-diagnosisList__item--03:nth-of-type(even), .p-diagnosisList .p-diagnosisList__item--04:nth-of-type(even) {
        margin-top: 100px; }
      .p-diagnosisList__ttl {
        left: 0;
        right: 0;
        margin: 0 auto; }
    .p-diagnosisList__item--01 .p-diagnosisList__ttl {
      bottom: -60px; }
    .p-diagnosisList__item--02 .p-diagnosisList__ttl {
      top: -53px; }
    .p-diagnosisList__item--03 .p-diagnosisList__ttl {
      bottom: -60px; }
    .p-diagnosisList__item--04 .p-diagnosisList__ttl {
      top: -53px; }
      .p-gallery__item {
        -webkit-transition: ease-out .4s;
        transition: ease-out .4s; }
        .p-gallery__item:hover {
          opacity: 0.7; }
    .p-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-info-l {
        width: 52%;
        max-width: 550px; }
      .p-info-r {
        width: 48%;
        padding-left: 30px;
        max-width: 480px; }
      .p-infoYoyaku__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-infoYoyaku__txt {
          padding-left: 20px;
          width: calc(100% - 126px); }
        .p-infoClinic__body::after {
          position: absolute;
          top: -15px;
          right: 0; }
      .p-infoClinic__link {
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s; }
        .p-infoClinic__link:hover {
          color: #2151A4; }
    .p-link {
      padding-left: 100px;
      padding-right: 100px; }
    .p-link a {
      -webkit-transition: color ease-out .24s;
      transition: color ease-out .24s; }
      .p-link a:hover {
        color: #65A5D5; }
      .p-mainVs-pix__ttl {
        left: 50px;
        bottom: 40px;
        min-width: 230px;
        height: 150px;
        padding: 0 30px; }
        .s-link .p-mainVs-pix__ttl {
          left: auto;
          right: 50px; }
        .p-newsList dd a {
          -webkit-transition: ease-out .2s;
          transition: ease-out .2s; }
          .p-newsList dd a:hover {
            color: #2151A4; }
      .p-pagenavi__ttl {
        display: none; }
    .p-pagenavi__menu {
      display: block !important; }
      .p-pagenavi ul li {
        margin: 7px; }
        .s-self .p-pagenavi ul li {
          width: 204px;
          text-align: center; }
          .s-self .p-pagenavi ul li a {
            padding: 15px 0px; }
  .p-self-first {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px dotted #999;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc; }
    .p-self-first__txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
        .p-self-price table.default td:nth-of-type(n+2) {
          width: 35%; }
        .p-self-price table.default-column2 td:nth-of-type(n+2) {
          width: 250px; }
        .p-self-price table.default-column3 td:nth-of-type(n+2) {
          width: 250px; }
        .p-self-price table.default-column4 td:nth-of-type(n+2) {
          width: 23%; }
      .p-self-price table.type-woman td:nth-of-type(n+2), .p-self-price table.type-man td:nth-of-type(n+2) {
        width: 250px; }
        .p-self-price table.aga td:nth-of-type(1) {
          width: 300px; }
  .p-self-laser1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-self-laser1__txt {
      width: calc(100% - 280px); }
      .p-self-laser2__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .p-self-toning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-self-toning__body {
      width: calc(100% - 250px); }
    .p-self-toning__pix {
      width: 250px; }
  .p-self-healite1 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-self-healite1__ttl {
      margin-right: 30px;
      width: 72px;
      height: 72px;
      border-radius: 50%; }
    .p-self-healite2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-self-healite2__pix {
        max-width: 35%;
        text-align: right; }
  .p-self-vitaminC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-self-vitaminC + .p-self-vitaminC {
      margin-top: 15px; }
    .p-self-vitaminC dt {
      width: 100px; }
    .p-self-vitaminC dd {
      width: calc(100% - 100px); }
      .p-self-aga dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-self-aga dl dt {
          width: 150px; }
        .p-self-aga dl dd {
          width: calc(100% - 150px); }
        .p-teaserTitle__ttl i {
          position: absolute;
          right: -120px;
          top: -90px;
          width: 160px;
          height: 142px;
          background: url(../images/teaser/fuki.svg) no-repeat 50% 50%;
          background-size: contain;
          color: #fff; }
      .p-teaserEntry__body dl {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px dotted #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-teaserEntry__body dl dt {
          width: 160px;
          padding-left: 20px; }
          .p-teaserEntry__body dl dt::before {
            content: "■";
            color: #2151A4;
            margin-right: 5px; }
        .p-teaserEntry__body dl dd {
          width: calc(100% - 160px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-right: 20px; }
        .p-teaserEntry__body dl dd + dd {
          padding-top: 18px;
          margin-top: 18px;
          border-top: 1px dotted #ccc; }
        .p-teaserEntry__body dl span.w {
          display: inline-block;
          width: 26%; }
        .p-teaserEntry__body dl span.d {
          width: 74%; }
      .p-teaserContact__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left; }
      .p-teaserContact__tel {
        padding-left: 40px;
        margin-left: 40px;
        border-left: 1px solid #2151A4; }
    .p-teaserAccess__txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-teaserAccess__txt p {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid rgba(0, 0, 0, 0.4); }
      .c-btn a:hover {
        opacity: 0.8; }
  .c-btn-arrow {
    -webkit-transition: opacity ease-out .4s;
    transition: opacity ease-out .4s; }
    .c-btn-arrow:hover {
      opacity: 0.7; }
    .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form-group__dt {
        width: 135px; }
    .form-group__dd {
      width: calc(100% - 135px); }
      .c-form input[type=radio],
      .c-form input[type=checkbox] {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
    .p-access .c-title {
      margin-bottom: 20px; }
  .for-mobile {
    display: none; } }
@media (max-width: 1260px) {
  .mediaQuerySetting {
    display: block; }
      .l-header__sns {
        right: 90px; }
    .l-headerList {
      display: none; }
    .l-menuFix-btn {
      display: block;
      right: 30px;
      top: 37px; }
      .p-clinic-c1__inner {
        padding: 0 50px; }
      .p-clinic-c1__pix {
        margin-left: 50px;
        margin-right: 50px; }
    .p-clinic-profile2__ttl {
      padding-left: 30px; }
      .p-diagnosisList .p-diagnosisList__item--01, .p-diagnosisList .p-diagnosisList__item--02, .p-diagnosisList .p-diagnosisList__item--03, .p-diagnosisList .p-diagnosisList__item--04 {
        height: 400px; }
        .p-gallery__item:nth-of-type(n+4) {
          margin-top: 20px; }
    .p-self-aga_pix {
      width: 100%; } }
@media (max-width: 813px) {
  .mediaQuerySetting {
    display: block; }
    body {
      font-size: 1.2rem;
      background: url(../images/bg2.jpg) repeat-x 50% 0;
      background-size: 600px auto; }
      body.s-top {
        background: url(../images/bg2.jpg) repeat-x 50% 50vh;
        background-size: 600px auto; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-breadcrumb {
      padding-left: 0;
      padding-right: 0; }
    .l-breadcrumb {
      margin-top: 100px; }
      .l-breadcrumb::before {
        width: 100%; }
      .l-breadcrumb ol {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .l-breadcrumb ol::before {
          width: 16px;
          height: 16px; }
        .l-breadcrumb ol li {
          font-size: 1.1rem;
          letter-spacing: 0; }
          .l-breadcrumb ol li + li {
            margin-left: 10px; }
            .l-breadcrumb ol li + li::before {
              margin-right: 10px; }
    .l-footer {
      background-size: 200% auto; }
      .l-footer__copy {
        padding-top: 40px;
        margin-top: 0px; }
    .l-header {
      padding-left: 5%;
      padding-right: 5%; }
    .l-header {
      height: 60px;
      padding-left: 10px;
      padding-right: 10px; }
          .l-header__logo a i {
            width: 54px;
            margin-right: 5px; }
        .l-header__logo a span img {
          height: 28px; }
      .l-header__sns {
        top: 17px;
        right: 56px; }
      .l-menu__inner {
        padding-left: 50px; }
    .l-menu__body {
      padding-top: 80px;
      padding-bottom: 50px; }
    .l-menuList > li {
      font-size: 1.6rem; }
    .l-menuFix-btn {
      right: 15px;
      top: 21px;
      width: 26px;
      height: 20px; }
    .p-access {
      margin-top: 100px; }
      .p-access .deco1 {
        top: -20px;
        left: 200px;
        width: 40px; }
      .p-access .deco2 {
        top: 10px;
        left: 250px;
        width: 50px; }
      .p-access .circle {
        top: 0;
        width: 300px;
        height: 300px; }
      .p-access__head {
        padding-left: 5%;
        padding-right: 5%; }
      .p-access__map {
        padding: 0 0; }
      .p-accessRoute__block + .p-accessRoute__block {
        margin-top: 20px; }
      .p-accessRoute__head {
        padding: 5px;
        margin-bottom: 7px;
        position: relative;
        text-align: center;
        color: #2151A4;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #2151A4; }
        .p-accessRoute__head br {
          display: none; }
      .p-accessRoute__body {
        font-size: 1.1rem; }
        .p-accessRoute__body p + p {
          margin-top: 5px; }
    .p-clinic {
      margin-top: 100px;
      display: block;
      height: auto; }
      .p-clinic .deco {
        top: -50px;
        right: 3%;
        width: 80px; }
      .p-clinic__pix {
        width: 100%;
        height: 300px; }
      .p-clinic__body {
        width: 100%;
        padding: 0 5%;
        margin-top: 30px; }
      .p-clinic__btn {
        margin-top: 30px;
        text-align: center; }
    .p-clinic-c1 {
      padding-left: 0;
      padding-right: 0; }
      .p-clinic-c1__inner {
        padding: 0 5%; }
      .p-clinic-c1__pix {
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0; }
        .p-clinic-c1__pix::before {
          top: -55px;
          right: 5%;
          width: 84.7px;
          height: 35.7px; }
      .p-clinic-c1 p {
        font-size: 1.2rem; }
    .p-clinic-c2 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-clinic-c2 {
      margin-top: 80px; }
      .p-clinic-c2__pix {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 180px; }
      .p-clinic-c2 p {
        font-size: 1.2rem; }
    .p-clinic-c3 {
      padding-left: 5%;
      padding-right: 5%; }
    .p-clinic-c3 {
      overflow: hidden;
      margin-top: 80px; }
        .p-clinic-c3__body .circle {
          top: -100px;
          right: -50px;
          width: 300px;
          height: 300px; }
      .p-clinic-profile h3 .name {
        font-size: 2.8rem;
        margin-bottom: 10px; }
      .p-clinic-profile h3 .kana {
        font-size: 1.4rem;
        margin-bottom: 10px; }
    .p-clinic-profile .tag {
      font-size: 1.2rem; }
  .p-clinic-profile1 {
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -50px; }
    .p-clinic-profile1__pix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .p-clinic-profile1__pix figure {
        width: 120px;
        margin-right: 15px; }
    .p-clinic-profile1__body {
      font-size: 1.2rem; }
    .p-clinic-profile1__body {
      margin-top: 30px; }
      .p-clinic-profile1__body h4 {
        margin-bottom: 8px; }
      .p-clinic-profile1__body p + h4 {
        margin-top: 20px; }
    .p-clinic-profile1__box1 {
      margin-bottom: 20px; }
  .p-clinic-profile2 {
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px; }
    .p-clinic-profile2__pix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .p-clinic-profile2__pix figure {
        width: 120px;
        margin-right: 15px; }
    .p-clinic-profile2__ttl {
      padding-left: 0;
      padding-bottom: 0; }
    .p-clinic-profile2__body {
      font-size: 1.2rem; }
    .p-clinic-profile2__body {
      margin-top: 15px; }
    .p-clinic-profile2 .deco1 {
      top: -30px;
      right: 50px;
      width: 53.9px;
      height: 42px; }
    .p-clinic-profile2 .deco2 {
      top: -80px;
      right: 10px;
      width: 53.9px;
      height: 42px; }
  .p-contents {
    padding: 0 0 55px; }
    .p-contents + .p-contents {
      padding-top: 50px; }
    .p-contents__inner {
      padding-left: 5%;
      padding-right: 5%; }
    .p-contents__inner-sub {
      padding-left: 5%;
      padding-right: 5%; }
    .p-contents__ttl {
      font-size: 2rem;
      margin-bottom: 15px; }
    .p-contents__ttl2 {
      font-size: 1.8rem;
      margin-bottom: 8px;
      padding-left: 20px; }
      .p-contents__ttl2::before {
        width: 13px;
        height: 13px; }
      .p-contents__ttl2::after {
        width: 7px;
        height: 7px; }
    .p-contents__ttl3 {
      font-size: 1.8rem;
      margin-top: 40px;
      padding-top: 40px;
      margin-bottom: 20px; }
    .p-contents__body {
      font-size: 1.2rem; }
      .p-contents__body p.comingsoon {
        margin-bottom: 15px; }
    .p-contents-plastic__block {
      margin-top: 30px; }
      .p-contents-plastic__block img {
        margin-bottom: 30px; }
  .p-contents-uv__pix {
    margin-top: 30px; }
    .p-contents-uv__block {
      margin-top: 30px; }
    .p-diagnosis {
      padding-top: 130px; }
      .p-diagnosis .deco {
        top: -45px;
        left: 5px;
        width: 60px; }
      .p-diagnosis .circle {
        width: 300px;
        height: 300px; }
      .p-diagnosis__head {
        padding-left: 5%;
        padding-right: 5%; }
      .p-diagnosisList .p-diagnosisList__item--01, .p-diagnosisList .p-diagnosisList__item--02, .p-diagnosisList .p-diagnosisList__item--03, .p-diagnosisList .p-diagnosisList__item--04 {
        width: 100%;
        height: 240px;
        margin-top: 10px; }
      .p-diagnosisList__ttl {
        top: 0;
        bottom: 0;
        left: 5%;
        height: 150px;
        margin: auto; }
    .p-info {
      padding-left: 5%;
      padding-right: 5%; }
    .p-info {
      padding-top: 30px; }
        .p-infoTime table th, .p-infoTime table td {
          padding: 8px 5px;
          font-size: 1rem; }
        .p-infoTime table td {
          padding: 8px 5px; }
      .p-infoTime p {
        font-size: 1.2rem; }
        .p-infoYoyaku__qr {
          display: none; }
        .p-infoYoyaku__btn {
          text-align: right; }
    .p-infoClinic__pix {
      display: none; }
      .p-infoClinic__body {
        margin-top: 40px; }
        .p-infoClinic__body::after {
          margin: 20px auto 0;
          width: 100px;
          height: 100px; }
          .p-infoClinic__body::after p {
            font-size: 1.2rem; }
      .p-infoClinic__tel {
        font-size: 3.4rem; }
    .p-link {
      padding-left: 5%;
      padding-right: 5%; }
    .p-link {
      font-size: 1.2rem; }
      .p-link__list {
        padding-bottom: 20px;
        margin-bottom: 15px; }
      .p-link__ttl {
        font-size: 1.8rem; }
    .p-mainVs {
      padding: 60px 0px 0; }
      .p-mainVs__bg {
        background-image: url(../images/top/main-sp.jpg); }
    .p-mainVs-pix {
      height: 210px;
      margin: 60px 0 100px; }
      .p-mainVs-pix__ttl {
        width: 74%;
        left: 0;
        right: 0;
        bottom: -35px;
        margin: 0 auto;
        height: 90px; }
        .p-mainVs-pix__ttl span, .p-mainVs-pix__ttl small {
          line-height: 1.1;
          text-align: center; }
        .p-mainVs-pix__ttl span {
          font-size: 2.8rem; }
        .p-mainVs-pix__ttl small {
          font-size: 1.2rem; }
        .p-mainVs-pix__ttl .p-mainVs-pix__sub-in span {
          font-size: 1.6rem; }
        .p-mainVs-pix__ttl .p-mainVs-pix__sub-in small {
          font-size: 1.1rem; }
        .p-mainVs-pix__ttl::before {
          top: -18px;
          left: -20px;
          width: 53.9px;
          height: 42px; }
        .p-mainVs-pix__diagnosis span {
          font-size: 2rem; }
        .p-mainVs-pix__diagnosis i {
          font-size: 1.1rem;
          padding: 3px 6px; }
    .p-news {
      padding-left: 5%;
      padding-right: 5%; }
    .p-news {
      padding-top: 100px; }
    .p-pagenavi {
      padding-left: 5%;
      padding-right: 5%; }
    .p-pagenavi {
      margin-bottom: 50px; }
    .p-pagenavi__menu {
      display: none; }
      .p-pagenavi ul li {
        width: 49.5%;
        text-align: center;
        margin-top: 3px; }
        .p-pagenavi ul li:nth-of-type(even) {
          margin-left: 1%; }
        .p-pagenavi ul li a {
          border-radius: 0;
          padding: 10px 12px;
          font-size: 1.2rem; }
      .p-pagenavi p.att {
        font-size: 1.2rem; }
      .p-pagenavi p.att {
        text-align: left;
        font-size: 1.2rem;
        margin-top: 15px; }
  .p-self-first {
    margin-top: 20px; }
    .p-self-first__txt {
      font-size: 1.2rem; }
    .p-self-first__txt {
      font-size: 1.2rem; }
    .p-self-first table {
      width: 100%; }
      .p-self-first table th, .p-self-first table td {
        font-size: 1.4rem;
        border-width: 2px; }
    .p-self-price {
      margin-top: 25px; }
      .p-self-price__block + .p-self-price__block {
        margin-top: 20px; }
      .p-self-price__block .att {
        font-size: 1rem; }
        .p-self-price table th, .p-self-price table td {
          padding: 10px 5px;
          font-size: 1rem; }
        .p-self-price table.default-column2 {
          width: 100%; }
        .p-self-price table.default-column3 {
          width: 100%; }
    .p-self-laser1__logo {
      width: 200px;
      height: auto;
      padding: 20px;
      margin: 20px auto; }
    .p-self-laser1__pix {
      width: 80%;
      margin: 0 auto; }
      .p-self-laser2__block {
        margin-top: 20px; }
      .p-self-laser2__box {
        width: 100%; }
      .p-self-laser2__box {
        padding: 15px 20px;
        margin-top: 15px; }
        .p-self-laser2__box h4 {
          font-size: 1.6rem; }
    .p-self-toning__pix {
      width: 130px;
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center; }
  .p-self-healite1 {
    margin-top: 30px; }
    .p-self-healite1__ttl {
      width: 100%;
      font-size: 1.3rem; }
    .p-self-healite2 {
      margin-top: 30px;
      padding: 20px;
      border: 2px solid #f5da66; }
      .p-self-healite2 ul {
        width: 100%;
        padding-right: 0; }
      .p-self-healite2__pix {
        padding: 0 20px;
        margin-top: 15px; }
  .p-self-vitaminC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-self-vitaminC + .p-self-vitaminC {
      margin-top: 10px; }
    .p-self-vitaminC dt {
      width: 60px; }
    .p-self-vitaminC dd {
      width: calc(100% - 60px); }
      .p-self-vitaminC dd br {
        display: none; }
    .p-self-aga {
      margin-top: 30px; }
      .p-self-aga dl dt::before {
        content: "■"; }
    .p-self-aga_pix {
      width: 100%;
      margin: 20px auto; }
    .p-teaser {
      padding-top: 40px; }
      .p-teaser__header {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; }
        .p-teaser__footer .copy {
          padding: 40px 0; }
        .p-teaser__footer::before {
          height: 200px; }
    .p-teaserLogo img {
      width: 150px; }
    .p-teaserLogo p {
      font-size: 1.4rem; }
      .p-teaserTitle__ttl {
        font-size: 2rem;
        font-weight: 600; }
        .p-teaserTitle__ttl i {
          padding-top: 0;
          font-size: 1.4rem; }
          .p-teaserTitle__ttl i br {
            display: none; }
      .p-teaserTitle__txt {
        font-size: 1.2rem; }
      .p-teaserTitle__txt {
        margin-top: 20px;
        text-align: left; }
        .p-teaserTitle__txt p + p {
          margin-top: 10px; }
    .p-teaserStaff {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; }
    .p-teaserStaff {
      margin-top: 50px; }
      .p-teaserStaff__pix {
        padding-bottom: 50px;
        width: 100%; }
      .p-teaserStaff__dtl {
        width: 100%; }
      .p-teaserProfile + .p-teaserProfile {
        margin-top: 30px; }
    .p-teaserProfile {
      font-size: 1.2rem; }
        .p-teaserProfile__list span {
          font-size: 1.2rem; }
      .p-teaserProfile__name {
        padding: 10px 0; }
      .p-teaserProfile__txt {
        margin-top: 10px;
        font-size: 1.2rem; }
    .p-teaser-deco1 {
      width: 80px;
      right: 5px;
      top: 60px; }
    .p-teaserEntry {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .p-teaserEntry {
      font-size: 1.2rem; }
    .p-teaserEntry {
      margin-top: 60px; }
      .p-teaserEntry__ttl {
        margin-bottom: 15px; }
      .p-teaserEntry__body dl {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px dotted #ccc; }
        .p-teaserEntry__body dl dt {
          padding-right: 5%;
          padding-left: 5%; }
          .p-teaserEntry__body dl dt::before {
            content: "■";
            color: #2151A4;
            margin-right: 5px; }
        .p-teaserEntry__body dl dd {
          padding-right: 5%;
          padding-left: 5%;
          font-size: 1.2rem; }
        .p-teaserEntry__body dl dd + dd {
          padding-top: 18px;
          margin-top: 18px;
          border-top: 1px dotted #ccc; }
        .p-teaserEntry__body dl span {
          display: block; }
    .p-teaserContact {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; }
    .p-teaserContact {
      font-size: 1.2rem; }
    .p-teaserContact {
      margin-top: 60px; }
      .p-teaserContact__att {
        font-size: 1.6rem; }
      .p-teaserContact__tel {
        font-size: 3rem; }
    .p-teaserMap {
      margin-top: 40px; }
      .p-teaserMap iframe {
        height: 300px; }
      .p-teaserAccess__txt p {
        margin-top: 5px;
        font-size: 1.3rem; }
    .p-yoyaku {
      width: 60px;
      height: 60px; }
      .p-yoyaku a {
        font-size: 1rem; }
      .p-yoyaku i {
        width: 20px;
        margin-bottom: 5px; }
    .c-bg, .c-bg--w, .c-bg--p, .c-bg--g {
      margin-top: 60px;
      padding: 60px 0; }
      .c-btn a {
        height: 60px;
        min-width: 250px;
        font-size: 1.3rem; }
    .c-btn-arrow a {
      text-align: right;
      padding-bottom: 15px;
      background: url(../images/top/arrow.png) no-repeat 100% 100%;
      background-size: auto 8px; }
    .c-ctt {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; }
      .c-ctt + .c-ctt {
        margin-top: 50px; }
        .c-ctt__inner + .c-ctt__inner {
          margin-top: 50px; }
      .c-ctt__inner {
        padding-left: 0;
        padding-right: 0; }
      .c-ctt__inner {
        font-size: 1.2rem; }
    .form-group {
      font-size: 1.2rem; }
      .form-group + .form-group {
        margin-top: 15px; }
      .form-group__dt {
        font-size: 1.35rem; }
    .form-group__dd {
      margin-top: 2px; }
    .c-form {
      margin-top: 20px; }
      .c-form__inner {
        padding: 20px 30px;
        padding-bottom: 50px; }
      .c-form__polcy {
        font-size: 1.35rem;
        margin-top: 30px; }
      .c-form__btn {
        margin-top: 25px; }
        .c-form__btn button.border-gradient {
          width: 90%;
          height: 80px; }
          .c-form__btn .child::before {
            top: 0;
            bottom: 0px;
            margin: auto;
            left: calc(100vw / 750 * 80);
            width: 49.7px;
            height: 45.5px; }
        .c-form__btn svg {
          width: 110px; }
    .c-pager__inner {
      margin-top: 20px;
      padding-top: 40px; }
    .c-tbl {
      width: 100%; }
      .c-tbl th, .c-tbl td {
        padding: 5px 8px;
        font-size: 1.2rem; }
    .c-title {
      margin-bottom: 30px; }
      .p-access .c-title {
        margin-bottom: 10px; }
      .c-title span {
        font-size: 3rem; }
    .c-title-s {
      margin-bottom: 20px; }
      .c-title-s span {
        font-size: 2.6rem; }
  .for-pc {
    display: none; } }
@media (max-width: 320px) {
  .mediaQuerySetting {
    display: block; }
      .l-menuList > li + li {
        margin-top: 1em; }
      .l-menuList > li li {
        margin-top: 1em; } }
@media (min-width: 814px) and (max-width: 1260px) {
    .p-clinic-profile1 {
      padding-left: 230px; }
      .p-clinic-profile1__pix {
        padding-top: 50px; }
        .p-clinic-profile1__pix figure {
          width: 200px; }
          .p-clinic-profile1__pix figure img, .p-clinic-profile1__pix figure svg {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%; }
    .p-clinic-profile2 {
      padding-left: 0; }
      .p-clinic-profile2__pix figure {
        width: 200px; }
        .p-clinic-profile2__pix figure img, .p-clinic-profile2__pix figure svg {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
    .p-clinic-profile2__body {
      left: 230px; } }
@media all and (-ms-high-contrast: none) {
      .p-diagnosisList__ttl {
        letter-spacing: 0.2em; } }

/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
