@charset "UTF-8";
.pc {
  display: none;
}

.sp {
  display: block;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  padding: 2.5rem 2.5rem 0;
}
.l-header__logo img {
  width: 12rem;
}
.l-header__mainvisual {
  position: relative;
  height: 169.6888888889%;
}
.l-header__mainvisual .pic2 {
  position: absolute;
  top: 53%;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.l-header__mainvisual .pic2 img {
  width: 22rem;
}
.l-header__progress img {
  width: 100%;
}

.l-footer {
  background: #d1d1d1;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.66);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.66);
}
.l-footer .f-copyright {
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1rem;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #233031;
}
.c-button.button-main-monitor a, .c-button.button-monitor a {
  width: 18rem;
  height: 4.5rem;
  background: #caa382;
  font-size: 1.5rem;
}
.c-button.button-main-monitor img {
  width: 15rem;
}
.c-button.button-monitor img {
  width: 13rem;
}
.c-button.button-counseling a {
  width: 18rem;
  height: 3.5rem;
  background: #c6c6c6;
  font-size: 1.2rem;
}
.c-button.button-counseling img {
  width: 15rem;
}

.c-clinic__wrapper {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
}
.c-clinic__inner {
  padding: 0 1.2rem 1.7rem;
  background: linear-gradient(#e3ded9, #f1efec 35%, #ffffff);
}
.c-clinic__pic {
  margin-bottom: 2.3rem;
  border-bottom: .1rem solid #c4c4c4;
}
.c-clinic__item {
  margin-bottom: 1.5rem;
}
.c-clinic__item > .title {
  float: left;
  width: 22.2%;
  font-size: 1.4rem;
}
.c-clinic__item > .details {
  overflow: hidden;
  padding-left: 1.2rem;
  border-left: .1rem solid #c4c4c4;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-clinic__item.contact a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #505050;
  text-decoration: underline;
}
.c-clinic__item.contact a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-clinic__item.contact .overseas {
  display: block;
  padding-top: .4rem;
  font-size: 1rem;
}
.c-clinic__item.contact .overseas a {
  text-decoration: underline;
  font-size: 1.2rem;
}
.c-clinic__map {
  margin-bottom: 3rem;
}
.c-clinic__map > .pic {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: .7rem;
}
.c-clinic__map > .pic iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 400px;
  height: 400px;
  border: none;
}
.c-clinic__map .route-item {
  margin-bottom: .5rem;
  padding-left: 3rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8% 100%;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-clinic__map .route-item:last-child {
  margin-bottom: 0;
}
.c-clinic__map .route-item.hibiya {
  background: url(../../img/sp/logo_hibiya.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.oedo {
  background: url(../../img/sp/logo_oedo.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.jr {
  background: url(../../img/sp/logo_jr.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.sakuradori {
  background: url(../../img/sp/logo_sakuradori.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.nishitetsu {
  background: url(../../img/sp/logo_nishitetsu.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.tenjin {
  background: url(../../img/sp/logo_tenjin.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.hiroden {
  background: url(../../img/sp/logo_hiroden.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map .route-item.astramline {
  background: url(../../img/sp/logo_astramline.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.c-clinic__map > .button a {
  display: block;
  margin: 2.5rem 0 0;
  background: #edcfd2;
  text-align: center;
  line-height: 2.7857142857;
  font-size: 1.4rem;
  color: #726b60;
}

.c-cv__title {
  position: relative;
}
.c-cv__title__inner .cv-pic2 {
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.c-cv__title__inner .cv-pic2 img {
  width: 29.3333333333rem;
}
.c-cv__inner {
  background: linear-gradient(to right bottom, #88878d, #424142);
}
.c-cv__pic, .c-cv__list {
  padding: .9rem 3.5rem;
}
.c-cv__pic {
  padding-top: 1.3rem;
  border-bottom: .1rem solid #fff;
}
.c-cv__item {
  margin-bottom: .6rem;
}
.c-cv__item .inner {
  display: flex;
  align-items: center;
}
.c-cv__item .title {
  margin-right: .7rem;
}
.c-cv__item .button {
  width: 37rem;
}
.c-cv__item:last-child {
  margin-bottom: 0;
}

.c-doctor__title {
  position: relative;
  margin-bottom: 1.75rem;
  font-size: 1.7rem;
}
.c-doctor__pic {
  margin-bottom: 1.3rem;
}
.c-doctor__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor__pic .pic-img {
  padding-right: 2.2rem;
  width: 37%;
  height: auto;
}
.c-doctor__pic .pic-name {
  font-size: 2rem;
}
.c-doctor__pic .pic-name span {
  display: block;
  margin-top: .5rem;
  font-size: 1.2rem;
  color: #a7a29b;
}
.c-doctor__text {
  margin-bottom: 1.3rem;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-doctor__history > .title::before {
  z-index: 1;
  background: url(../../img/sp/accordion_title_bg.png) center no-repeat;
  width: 15%;
  background-size: 40% auto;
}
.c-doctor__history .item {
  border-bottom: .1rem solid #b9b5af;
}
.c-doctor__history .item .inner > * {
  display: table-cell;
  padding-top: .5rem;
  padding-bottom: .5rem;
  vertical-align: top;
  line-height: 1.25;
  font-size: 1.2rem;
}
.c-doctor__history .item .inner > .title {
  width: 5rem;
}
.c-doctor__history .cap {
  margin-top: 1rem;
}

.c-fix__inner {
  background: linear-gradient(to right, #616063, #424142);
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.66);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.66);
}
.c-fix__list {
  display: flex;
  align-items: center;
}
.c-fix__item a {
  display: block;
  padding: .5rem 0;
  height: 4.9rem;
  text-align: center;
  box-sizing: border-box;
}
.c-fix__item a img {
  width: 70%;
}

.c-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  padding: 0 3.5rem;
}
.c-title.is-fadein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-box {
  position: relative;
  padding-top: 10rem;
}
.p-box__inner {
  padding: 0 3.5rem;
}
.p-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 20rem;
  background: url(../../img/sp/box_bg1.png) left top no-repeat;
  background-size: 100%;
}

.p-canvasAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-clinic__tab > .list {
  display: flex;
}
.p-clinic__tab > .list > .item {
  width: 25%;
  background: linear-gradient(#ebe7e4, #bbb1a9);
  text-align: center;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: .1rem;
}
.p-clinic__tab > .list > .item a {
  display: block;
  line-height: 3;
  font-size: 3.7333333333vw;
  color: #505050;
}
.p-clinic__tab > .list > .item.is-active {
  background: #e3ded9;
}
.p-clinic__details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .25s linear;
}
.p-clinic__details__inner {
  background: linear-gradient(#e3ded9, #f1efec 35%, #ffffff);
  padding: 0 1rem 1rem;
}
.p-clinic__details.is-active {
  position: static;
  opacity: 1;
}

.p-fix {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			トップSCSSファイル


New Creation:	2019/07/23.
Last Change:	2018/07/23.


Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #51504e;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 376px) and (max-width: 750px) {
  html {
    font-size: calc(.625rem + ((1vw - (375px / 100)) * (100 * ((20 - 10) / (750 - 375)))));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

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

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-header__mainvisual .pic2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.l-header__mainvisual .pic2.is-fadein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header__mainvisual .line {
  position: absolute;
  top: 65.5%;
  left: 0;
  width: 0;
  height: .1rem;
  background: rgba(255, 255, 255, 0.3);
}
.l-header__mainvisual .circle {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 35rem;
  height: 35rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.l-header .c-button {
  position: absolute;
  z-index: 2;
  bottom: 3.8rem;
  width: 100%;
  text-align: center;
}

.c-anchor {
  text-align: center;
}

.canvasAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	Adaptation
----------------------------------------------------------------------*/
.p-adaptation .p-box__inner {
  padding: 4rem 0 0;
  background: url(../../img/sp/adaptation_bg1.png) right top -4rem no-repeat;
  background-size: 100%;
}
.p-adaptation .c-title {
  margin-bottom: 0;
}
.p-adaptation .c-title img {
  width: 19rem;
}
.p-adaptation .lead {
  margin-bottom: 4rem;
  text-align: center;
}
.p-adaptation .lead img {
  width: 17rem;
}
.p-adaptation .box1 {
  padding-left: 3.5rem;
}
.p-adaptation .box1 .pic1 {
  position: relative;
  padding-top: 123.4513274336%;
}
.p-adaptation .box1 .pic1 img {
  position: absolute;
  top: 0;
  right: .5rem;
}
.p-adaptation .box2 {
  margin-bottom: 3rem;
  padding: 2.2rem 0 3rem;
  background: #e0d6d1;
}
.p-adaptation::before {
  content: none;
}

/*----------------------------------------------------------------------
	Case
----------------------------------------------------------------------*/
.p-case .c-title {
  margin-bottom: 4rem;
}
.p-case .c-title img {
  width: 17.15rem;
}
.p-case__list__item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  width: 80vw;
  margin: 0 auto;
}
.p-case__list__item.is-fadein2 {
  animation-name: fadein2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.p-case__list__item.is-fadein2:nth-child(1) {
  animation-delay: 1s;
}
.p-case__list__item.is-fadein2:nth-child(2) {
  animation-delay: 2s;
}
.p-case__list__item.is-fadein2:nth-child(3) {
  animation-delay: 3s;
}
.p-case__list__item.is-fadein2:nth-child(4) {
  animation-delay: 4s;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-case__list__item + .p-case__list__item {
  margin-top: 3rem;
}
.p-case__list__item__age {
  position: absolute;
  z-index: 10;
  top: 1.3333333333vw;
  right: 2.1333333333vw;
  width: 18.9333333333vw;
  height: 18.9333333333vw;
}
.p-case__list__item__body .icv__circle {
  width: 16.8vw;
  height: 16.8vw;
  border: none !important;
  background: url(../../img/sp/case_list_controller.png) center center no-repeat;
  background-size: cover;
  margin: -1.3333333333vw;
}
.p-case__list__item__body .icv__control-line {
  flex: 1;
  width: 0.2666666667vw !important;
}
.p-case__list__item__body .icv__control-line:nth-last-of-type(1) {
  flex: inherit;
  height: 2.6666666667vw;
}
.p-case__list__item__body .icv__theme-wrapper {
  display: none;
}
.p-case__note {
  margin: 8vw -5.3333333333vw 0;
}
.p-case__note__item {
  display: flex;
}
.p-case__note__item + .p-case__note__item {
  margin-top: 2.6666666667vw;
}
.p-case__note__item__title, .p-case__note__item__detail {
  font-size: 2.6666666667vw;
  line-height: 1.6363636364;
}
.p-case__note__item__title {
  width: 20vw;
}
.p-case__note__item__detail {
  flex: 1;
}

/*----------------------------------------------------------------------
	Merit
  Strength
----------------------------------------------------------------------*/
.p-merit .item,
.p-strength .item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-bottom: 7rem;
}
.p-merit .item.is-fadein2,
.p-strength .item.is-fadein2 {
  animation-name: fadein2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.p-merit .item.is-fadein2:nth-child(1),
.p-strength .item.is-fadein2:nth-child(1) {
  animation-delay: 1s;
}
.p-merit .item.is-fadein2:nth-child(2),
.p-strength .item.is-fadein2:nth-child(2) {
  animation-delay: 2s;
}
.p-merit .item.is-fadein2:nth-child(3),
.p-strength .item.is-fadein2:nth-child(3) {
  animation-delay: 3s;
}
.p-merit .item.is-fadein2:nth-child(4),
.p-strength .item.is-fadein2:nth-child(4) {
  animation-delay: 4s;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-merit .item > .pic,
.p-strength .item > .pic {
  margin-bottom: 2.5rem;
}
.p-merit .item > .title,
.p-strength .item > .title {
  margin-bottom: 3rem;
  text-align: center;
}

/*----------------------------------------------------------------------
	Merit
----------------------------------------------------------------------*/
.p-merit .c-title img {
  width: 23rem;
}
.p-merit .c-anchor {
  margin-bottom: 7rem;
}
.p-merit .c-anchor img {
  width: 53.4666666667%;
}
.p-merit .pic {
  margin-right: 2.2rem;
  margin-left: 2.2rem;
}
.p-merit .item:nth-child(1) .title img {
  width: 48.8333333333%;
}
.p-merit .item:nth-child(2) .title img {
  width: 47.1666666667%;
}
.p-merit .item:nth-child(3) .title img {
  width: 45.8333333333%;
}

/*----------------------------------------------------------------------
	Strength
----------------------------------------------------------------------*/
.p-strength .c-title img {
  width: 22rem;
}
.p-strength .c-anchor {
  margin-bottom: 7rem;
}
.p-strength .c-anchor img {
  width: 55.6%;
}
.p-strength .item2 .pic {
  position: relative;
  padding-top: 70.4035874439%;
}
.p-strength .item2 .pic img {
  position: absolute;
  top: 0;
}
.p-strength .movie {
  margin-bottom: 2.5rem;
}
.p-strength .movie video {
  width: 100%;
}
.p-strength .item:nth-child(1) .title img {
  width: 81.6666666667%;
}
.p-strength .item:nth-child(2) .title img {
  width: 75.8333333333%;
}
.p-strength .item:nth-child(3) .title img {
  width: 72.6666666667%;
}

/*----------------------------------------------------------------------
	Price
----------------------------------------------------------------------*/
.p-price {
  background-color: #e2e1e1;
}
.p-price::before {
  background: url(../../img/sp/box_bg2.png) left top no-repeat;
  background-size: 100%;
}
.p-price .c-title {
  margin-bottom: 16.9333333333vw;
}
.p-price .c-title img {
  width: 37.2vw;
}
.p-price .p-box__inner {
  padding: 0 4vw 26.6666666667vw;
}
.p-price .price-table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 6.5333333333vw;
}
.p-price .price-table thead {
  background-color: #caa382;
}
.p-price .price-table thead tr th,
.p-price .price-table thead tr td {
  height: 11.8666666667vw;
  font-family: "Gothic MB101 DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  border-right: 0.2666666667vw solid #ccc;
  border-bottom: 0.2666666667vw solid #ccc;
}
.p-price .price-table thead tr th:last-child,
.p-price .price-table thead tr td:last-child {
  border-right: none;
}
.p-price .price-table thead tr th span,
.p-price .price-table thead tr td span {
  font-size: 2.6666666667vw;
}
.p-price .price-table thead tr th.treatment,
.p-price .price-table thead tr td.treatment {
  width: 17.7333333333vw;
}
.p-price .price-table thead tr th.contains,
.p-price .price-table thead tr td.contains {
  width: 47.7333333333vw;
  line-height: 1.1;
}
.p-price .price-table tbody {
  color: #7a7b79;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-price .price-table tbody tr th,
.p-price .price-table tbody tr td {
  border-right: 0.2666666667vw solid #ccc;
  border-bottom: 0.2666666667vw solid #ccc;
  box-sizing: border-box;
}
.p-price .price-table tbody tr th:last-child,
.p-price .price-table tbody tr td:last-child {
  border-right: none;
}
.p-price .price-table tbody tr th.accent,
.p-price .price-table tbody tr td.accent {
  color: #caa382;
}
.p-price .price-table tbody tr th.treatment,
.p-price .price-table tbody tr td.treatment {
  font-size: 3.2vw;
  text-align: left;
  padding: 0 1.6vw;
  white-space: nowrap;
  line-height: 1.2;
  color: #504f4d;
}
.p-price .price-table tbody tr th.contains,
.p-price .price-table tbody tr td.contains {
  font-size: 2.6666666667vw;
  padding: 0 2.4vw;
  text-align: left;
}
.p-price .price-table tbody tr th.contains .contains__list__item,
.p-price .price-table tbody tr td.contains .contains__list__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  text-align: left;
}
.p-price .price-table tbody tr th.contains .contains__list__item .item__headline:before,
.p-price .price-table tbody tr td.contains .contains__list__item .item__headline:before {
  display: inline-block;
  content: '●';
  margin-right: 1.0666666667vw;
}
.p-price .price-table tbody tr th.price,
.p-price .price-table tbody tr td.price {
  line-height: 1.1926605505;
  font-size: 3.4666666667vw;
  white-space: nowrap;
  color: #504f4d;
}
.p-price .price-table tbody tr th.price .tax,
.p-price .price-table tbody tr td.price .tax {
  display: block;
  font-size: 2.2666666667vw;
  color: #7e838f;
  margin: 0 -1em;
}
.p-price .price-table tbody tr th.accent,
.p-price .price-table tbody tr td.accent {
  color: #caa382;
  font-weight: bold;
}
.p-price .price-table tbody tr:nth-child(1) th,
.p-price .price-table tbody tr:nth-child(1) td {
  height: 9.3333333333vw;
}
.p-price .price-table tbody tr:nth-child(2) th,
.p-price .price-table tbody tr:nth-child(2) td {
  height: 18.6666666667vw;
}
.p-price .price-table tbody tr:nth-child(3) th,
.p-price .price-table tbody tr:nth-child(3) td {
  height: 11.2vw;
}
.p-price .price-table tbody tr:nth-child(3) .contains {
  line-height: 1.4;
}
.p-price-tab-list {
  display: flex;
  justify-content: space-between;
}
.p-price-tab-item {
  width: 29.8666666667vw;
}
.p-price-tab-item.anesthesia.is-active {
  background-image: url(../../img/sp/price_tab_item_anesthesia_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price-tab-item.care.is-active {
  background-image: url(../../img/sp/price_tab_item_care_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price-tab-item.loan.is-active {
  background-image: url(../../img/sp/price_tab_item_loan_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.p-price-contents {
  position: relative;
}
.p-price-item {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 4.6666666667vw 0 0;
  color: #7a7b79;
}
.p-price-item-pic0 {
  float: right;
  width: 25.0666666667vw;
  margin-bottom: 1.6%;
  margin-left: 1.6%;
}
.p-price-item-pic {
  margin-top: 2.6666666667%;
}
.p-price-item-inner {
  position: relative;
}
.p-price-item-text {
  line-height: 1.8;
  font-size: 3.7333333333vw;
  color: #7a7b79;
}
.p-price-item-text .small {
  display: block;
  font-size: 2.6666666667vw;
}
.p-price-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-price-item.loan .p-price-item-text {
  margin-bottom: 3.3333333333vw;
}
.p-price-item.loan .loan-list {
  clear: both;
}
.p-price-item.loan .loan-item {
  display: list-item;
  padding: 2.9333333333vw 0 2.9333333333vw 7.3333333333vw;
  border-top: 0.2666666667vw dotted #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #504f4d;
}
.p-price-item.loan .loan-item img {
  margin-top: 1.3333333333%;
}
.p-price-item.loan .loan-item .item-inner {
  display: table;
  width: 100%;
}
.p-price-item.loan .loan-item .item-title,
.p-price-item.loan .loan-item .item-text {
  display: table-cell;
}
.p-price-item.loan .loan-item .item-title {
  width: 22.6666666667vw;
}
.p-price-item.loan .loan-item .item-title .small-text {
  font-weight: bold;
  margin-left: -0.5em;
}
.p-price-item.loan .loan-item .item-text {
  font-weight: normal;
  color: #7a7b79;
  line-height: 1.3556485356;
}
.p-price-item.loan .loan-item .item-text em {
  font-weight: bold;
  color: #caa382;
}
.p-price-item.loan .loan-item .item-text dl {
  line-height: 1.2916666667;
  font-size: 3.7333333333vw;
  margin-top: 0.6666666667vw;
}
.p-price-item.loan .loan-item .item-text li {
  margin-top: 0.6666666667vw;
  margin-left: 1.5em;
  padding: 0;
  line-height: 1.3571428571;
  font-size: 3.7333333333vw;
  list-style-type: decimal;
}
.p-price-item.loan .loan-item .item-text li .small-text {
  display: inline-block;
  margin: 0;
}
.p-price-item.loan .loan-item .item-text li p {
  line-height: 1.5;
  font-size: 3.2vw;
  text-indent: -1em;
  padding-left: 1em;
}
.p-price-item.loan .loan-item .item-text li p::before {
  content: '◇';
}
.p-price-item.loan .loan-item .small-text {
  display: block;
  line-height: 1.5;
  font-size: 3.2vw;
}
.p-price-item.loan .loan-item:nth-child(1) {
  background-image: url(../../img/sp/price_loan_no1.png);
  background-repeat: no-repeat;
  background-size: auto 5.6vw;
}
.p-price-item.loan .loan-item:nth-child(2) {
  background-image: url(../../img/sp/price_loan_no2.png);
  background-repeat: no-repeat;
  background-size: auto 5.6vw;
}
.p-price-item.loan .loan-item:nth-child(3) {
  background-image: url(../../img/sp/price_loan_no3.png);
  background-repeat: no-repeat;
  background-size: auto 5.6vw;
}
.p-price-item.loan .loan-item:nth-child(4) {
  background-image: url(../../img/sp/price_loan_no4.png);
  background-repeat: no-repeat;
  background-size: auto 5.6vw;
}
.p-price-item.loan .loan-item:nth-child(1), .p-price-item.loan .loan-item:nth-child(2) {
  background-position: left 0.6666666667vw top 2.5333333333vw;
}
.p-price-item.loan .loan-item:nth-child(3), .p-price-item.loan .loan-item:nth-child(4) {
  background-position: left 0.6666666667vw top 3.2vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.p-price-item.loan .loan-item:first-child {
  letter-spacing: .5em;
  line-height: 1.3556485356;
}
.p-price-item.loan .loan-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-price-item.care .care-text {
  line-height: 1.8;
  font-size: 3.7333333333vw;
  color: #7a7b79;
}
.p-price-item.care .care-list__item {
  margin-top: 3.7333333333vw;
}
.p-price-item.care .care-list__item__headline {
  font-weight: bold;
  color: #504f4d;
  margin-bottom: 1.6vw;
}
.p-price-item.care .care-list__item__headline:before {
  display: inline-block;
  content: '■';
  margin-right: 1.0666666667vw;
  color: #caa382;
}
.p-price-item.care .care-list__item__details {
  line-height: 1.8;
  font-size: 3.7333333333vw;
  color: #7a7b79;
}
.p-price-item.care .care-list__item:not(:nth-child(1)) {
  width: 56vw;
}
.p-price-item.care .p-price-item-pic {
  position: absolute;
  width: 32.1333333333vw;
  right: 0;
  bottom: 0;
  margin: 0 0 0 0;
}

/*----------------------------------------------------------------------
	FAQ
----------------------------------------------------------------------*/
.p-qa {
  padding: 8.5rem 0 6.5rem;
  width: auto;
  background: url(../../img/sp/qa_bg1.png) center top no-repeat;
  background-size: cover;
}
.p-qa .p-box__inner {
  padding: 0;
}
.p-qa .c-title img {
  width: 9rem;
}
.p-qa__contents {
  display: flex;
  margin: 0 4vw 7.7333333333vw;
}
.p-qa__contents:nth-child(odd) .p-qa__category__title {
  margin-right: 2.6666666667vw;
}
.p-qa__contents:nth-child(even) .p-qa__category__title {
  order: 2;
  margin-left: 2.6666666667vw;
}
.p-qa__contents:nth-child(even) .p-qa__list {
  order: 1;
}
.p-qa__category__title {
  display: flex;
  width: 24vw;
  height: 24vw;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(94, 174, 106, 0.4);
  border-radius: 50%;
}
.p-qa__list {
  flex: 1;
}
.p-qa__item {
  margin-top: 8.8vw;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.p-qa__item__title {
  line-height: 1.2222222222;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.p-qa__item__text {
  line-height: 1.9230769231;
  font-size: 1.3rem;
}
.p-qa::before {
  background: url(../../img/sp/box_bg2.png) left top no-repeat;
  background-size: 100%;
}
.p-qa::after {
  content: '';
  position: absolute;
  top: 3rem;
  right: 1rem;
  width: 17rem;
  height: 20rem;
  background: url(../../img/pc/qa_bg2.png) left top no-repeat;
  background-size: 100%;
}

/*----------------------------------------------------------------------
	About Us
----------------------------------------------------------------------*/
.p-clinic {
  padding-bottom: 0;
  background: #d9d9d8;
}
.p-clinic__box {
  margin: 0 -1.7rem;
}
.p-clinic .p-box__inner {
  padding-bottom: 7rem;
  background: linear-gradient(160deg, #d9d9d8 87%, #bcbaba, #a09f9f);
}
.p-clinic .c-title {
  margin-bottom: 6rem;
}
.p-clinic .c-title img {
  width: 16rem;
}
.p-clinic .pic1 {
  margin-bottom: 5rem;
  text-align: center;
}
.p-clinic .pic1 img {
  width: 12.5rem;
}
.p-clinic .pic2 {
  margin-bottom: 7.8rem;
}
.p-clinic .pic3 {
  margin-bottom: 7rem;
}
.p-clinic .slick-slide img {
  width: 380px;
}
.p-clinic .slick-dots {
  bottom: -5rem;
}
.p-clinic .slick-dots li button::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.p-clinic .slick-dots li.slick-active button::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #c09c40;
}
.p-clinic::before {
  background: url(../../img/sp/box_bg2.png) left top no-repeat;
  background-size: 100%;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding: 3.5rem 0;
  background: #f3f3f3;
}
.p-privacypolicy .inner > .title {
  padding-bottom: 1.75rem;
  text-align: center;
}
.p-privacypolicy .inner > .title img {
  width: 15rem;
}
.p-privacypolicy .inner > .title::before {
  content: '>';
  display: block;
  position: absolute;
  top: 70%;
  right: 44%;
  width: 26px;
  height: 13px;
  font-size: 2rem;
  transform: rotate(90deg);
}
.p-privacypolicy .inner > .contents {
  padding: 0 3.5rem;
}
.p-privacypolicy .inner > .contents .box {
  padding-top: 3.5rem;
}
.p-privacypolicy .inner > .contents .box__inner {
  margin-top: 2.5rem;
}
.p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 1rem;
}
.p-privacypolicy .inner > .contents ul {
  margin-top: 1rem;
}
.p-privacypolicy .inner > .contents li {
  padding-left: 3rem;
  text-indent: -3rem;
}
.p-privacypolicy .inner > .contents .reception {
  margin-top: 1rem;
  padding-left: 1rem;
  line-height: 1.5;
}
.p-privacypolicy .inner > .contents .reception__title {
  text-indent: -1rem;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #51504e;
}
.p-privacypolicy .inner.is-open > .title::before {
  right: 47%;
  transform: rotate(-90deg);
}

.l-fix-cv {
  background: #000;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
}
.l-fix-cv-inner {
  display: flex;
  flex-wrap: wrap;
}
.l-fix-cv-list {
  order: 1;
  width: 100%;
  display: flex;
}
.l-fix-cv-item {
  flex: 1;
  display: flex;
}
.l-fix-cv-item a {
  display: block;
}
.l-fix-cv-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.l-fix-cv .menu.is-active {
  background: url(../../img/sp/fix_cv_menu_a.png) left top no-repeat;
  background-size: 100% auto;
}
.l-fix-cv .tel.is-active {
  background: url(../../img/sp/fix_cv_tel_a.png) left top no-repeat;
  background-size: 100% auto;
}
.l-fix-cv .price.is-active {
  background: url(../../img/sp/fix_cv_price_a.png) left top no-repeat;
  background-size: 100% auto;
}

.l-fix-menu,
.l-fix-tel {
  width: 100%;
  order: 2;
  display: none;
  padding: 1rem;
  background: #99928a;
  transition: all 0.4s linear;
}
.l-fix-menu-list,
.l-fix-tel-list {
  display: flex;
  padding-left: 2px;
  background: #c7bcb4;
}
.l-fix-menu-item,
.l-fix-tel-item {
  flex: 1;
  padding: 2px 2px 2px 0;
}
.l-fix-menu-item a,
.l-fix-tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: linear-gradient(to bottom, #867f7b, #5c5350);
  text-align: center;
  color: #f5f3f1;
}
.l-fix-menu.is-active,
.l-fix-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.l-fix-menu.is-active img,
.l-fix-tel.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-fix-menu-item a {
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: -.1rem;
}
.l-fix-menu-item.is-active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: rgba(245, 243, 241, 0.5);
}

.l-fix-tel-item a {
  font-size: 1.4rem;
  letter-spacing: .2rem;
}

.is-active + .l-fix-cv-list .l-fix-cv-item {
  padding-bottom: 0;
}

.l-fix-cv {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  right: 0;
  bottom: -23.2%;
  left: 0;
  z-index: 1000;
}
.l-fix-cv.is-active {
  bottom: 0;
}

.p-leave__cover-element {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-leave__popup {
  position: relative;
  display: none;
  width: 85.3333333333vw;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.p-leave__popup img {
  width: 100%;
  height: auto;
}
.p-leave__popup__close__button {
  position: absolute;
  top: -6.1333333333vw;
  right: -6.1333333333vw;
  width: 6.6666666667vw;
}

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