<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============================================
  font css
============================================ */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900");

/* ============================================
  reset css
============================================ */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================
  蜈ｱ騾�
============================================ */


html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 0;
  min-width: 1010px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none;
}
/*
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
*/
img {
  max-width: 100%;
}
/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

area {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}


/* container
--------------------------------- */
.container {
  max-width: 1010px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* font
--------------------------------- */
.font-mincho {
  font-family: 'Noto Serif JP', serif;
}
.font-toppan-mincho {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}
.font-bold {
  font-weight: bold;
}
.text-underline {
  text-decoration: underline;
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.color-gold {
  color: #d39c2e;
}
.color-red {
  color: #e64d4d;
}
.color-white {
  color: #fff;
}
.maker-red {
  background: linear-gradient(transparent 60%, #fadbdb 60%);
}


/* bg
--------------------------------- */
.bg-gold {
  background: rgb(215,181,95);
  background: linear-gradient(90deg, rgba(215,181,95,1) 0%, rgba(209,169,98,1) 17%, rgba(211,156,46,1) 42%, rgba(228,179,102,1) 67%, rgba(203,167,87,1) 100%);
}


/* btn
--------------------------------- */
.btn,
.btn02 {
  font-size: 2.2rem;
  font-weight: 500;
  max-width: 520px;
  margin: auto;
}
.btn a,
.btn02 a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #d39c2e;
  position: relative;
  transition: background .2s;
}
.btn a {
  color: #fff;
  background: #d39c2e;
}
.btn a:hover {
  background: #fff;
  color: #d39c2e;
}
.btn .arw:hover::after {
  background-image: url("../img/icon_arw_r_gold.svg");
}
.btn .arw::after,
.btn02 .arw::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url("../img/icon_arw_r_wht.svg") no-repeat center center / 100% auto;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.btn02 .arw::after {
  background-image: url("../img/icon_arw_r_gold.svg");
}
.btn02 a {
  color: #d39c2e;
}
.btn02 a:hover {
  background: #d39c2e;
  color: #fff;
}
.btn02 .arw:hover::after {
  background-image: url("../img/icon_arw_r_wht.svg");
}


/* header
--------------------------------- */
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.header__inner {
  max-width: 1366px;
  padding: 20px;
  margin: auto;
  position: relative;
}
.header__logo {
  width: 250px;
  position: absolute;
  left: 20px;
  top: 20px;
}


/* footer
--------------------------------- */

.footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px;
  background: #111;
}



/* ============================================
 contents
============================================ */

/* mv
--------------------------------- */
.mv__section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mv__section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mv__video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.mv__contents-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mv__catch {
  position: relative;
  margin-top: 270px;
}
.mv__catch-caption{
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -22em;
  color: #fff;
}
.mv__catch-caption01{
  font-size: 4rem;
  font-weight: 500;
}
.mv__catch-caption01 span{
  background: #d39c2e;
  padding: 0 15px;
}
.mv__catch-caption02{
  font-size: 3rem;
  font-weight: 500;
}
.mv__catch-img {
  max-width: 550px;
  margin: auto;
}
.mv__clinic {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.mv__catch-line-left,
.mv__catch-line-right {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  animation-name: lineScale;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.mv__catch-line-left {
  right: 50%;
  top: 125px;
  margin-right: 169px;
}
.mv__catch-line-right {
  left: 50%;
  top: 32px;
  margin-left: 169px;
}

@keyframes lineScale {
  0% {
    width: 0;
  }
  100% {
    width: calc(50% - 170px);
  }
}

/* kawaji
--------------------------------- */
.kawaji__section {
  padding: 0 0 70px;
}
.kawaji__inner {
  background: #f2f2f2 url("../img/bg_kawaji.png") no-repeat center top;
  margin-bottom: 50px;
}
.kawaji__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2;
  padding-top: 35px;
}
.kawaji__text strong {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
}
.kawaji__contents {
  position: relative;
}
.kawaji__doctor {
  padding: 110px 0 40px;
}
.kawaji__doctor-info {
  width: 50%;
  margin-left: 50%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
}
.kawaji__doctor-info strong {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  display: block;
}
.kawaji__doctor-info .name {
  font-size: 3.6rem;
  line-height: 1.3;
  display: inline-block;
}
.kawaji__doctor-info-text {
  font-size: 2rem;
}
.kawaji__doctor-info .line {
  width: 100%;
  max-width: 440px;
  margin: 20px auto;
  height: 2px;
  background: #d39c2e;
  position: relative;
}
.kawaji__doctor-info .line::before,
.kawaji__doctor-info .line::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d39c2e;
  position: absolute;
  top: -3px;
}
.kawaji__doctor-info .line::before {
  left: 0;
}
.kawaji__doctor-info .line::after {
  right: 0;
}
.kawaji__doctor-img {
  position: absolute;
  left: -10px;
  bottom: 0;
}
.kawaji__doctor-circle {
  width: 200px;
  height: 200px;
  border: 1px solid #d39c2e;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: -65px;
}
.kawaji__doctor-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.kawaji__doctor-name .name {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-top: 5px;
  display: inline-block;
}

/* section-title
--------------------------------- */
.section__title {
  text-align: center;
}
.section__title-en {
  display: block;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  color: #d29a37;
  background: -webkit-linear-gradient(131deg, #d7b55f 0%, #d1a962 20%, #dba65e 40%, #c79c59 60%, #debc77 80%, #cba757 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__title-en.color-white {
  color: #fff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.section__title-ja {
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}


/* about
--------------------------------- */
.about__section {
  padding: 80px 0 100px;
}
.about__list {
  margin-top: 80px;
}
.about__list-block {
  min-height: 330px;
  border: 3px solid #d29a37;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
}
.about__list-block-num {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  padding: 2px 14px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: -13px;
}
.about__list-block-num::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #d29937 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about__list-block-title {
  color: #d29a37;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: -10px;
}
.about__list-block-info {
  padding: 0 40px 0 30px;
  width: calc(100% - 380px);
}
.about__list-block-text {
  margin-top: 25px;
}
.about__list-block-img {
  width: 380px;
  position: absolute;
  right: 50px;
  top: 50px;
}
.about__list-block-img-circle {
  width: 165px;
  height: 165px;
  border: 1px solid #d39c2e;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.about__list-block-img-name {
  font-size: 1.6rem;
  line-height: 1.375;
}
.about__list-block-img-name .name {
  font-size: 2rem;
  margin-top: 5px;
  display: inline-block;
}

.about__list-block-01-img {
  display: flex;
  align-items: start;
}

.about__list-block-01-img &gt; img {
  width: 180px;
  height: auto;
}

.about__list-block-01-img .about__list-block-img-name {
  padding-left: 20px;
  width: 100%;
}

.about__list-block-01-img .about__list-block-img-name &gt; div {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.about__list-block-03-img {
  top: 15px;
}


/* menu
--------------------------------- */
.menu__header-bar {
  padding-top: 60px;
}
.menu__tab {
  margin-top: 60px;
}
.menu__tab-item {
  width: 49%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
  cursor: pointer;
}
.menu__tab-item.is-current {
  color: inherit;
  background: rgba(255, 255, 255, 1);
}
.menu__tab-item strong {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
  display: inline-block;
}
.menu__contents {
  background: #fbf5ea;
  padding-bottom: 80px;
}
.menu__contents-section {
  background: #fff;
  padding: 70px 55px;
  display: none;
}
.menu__contents-section-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url("../img/bg_title.png") no-repeat center center;
  width: 100%;
  max-width: 870px;
  height: 130px;
  margin: auto;
}
.menu__vaser {
  display: block;
}
.menu__vaser-section,
.menu__face-section {
  margin-top: 80px;
}
.menu__vaser-section-title,
.menu__face-section-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
.menu__vaser-section-title-border,
.menu__face-section-title-border {
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}


.menu__vaser-about {
  position: relative;
}
.menu__vaser-about-img {
  position: absolute;
  right: 70px;
  top: 0;
}
.menu__vaser-about-info {
  width: 560px;
}
.menu__vaser-about,
.menu__vaser-feature-list {
  padding: 0 30px;
}
.menu__vaser-about-text {
  padding: 40px 30px 0;
}

.menu__vaser-feature-text {
  text-align: center;
  margin: 50px auto;
}
.menu__vaser-feature-list-item {
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu__vaser-feature-list-item .num {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.menu__vaser-feature-list-item .num::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #d39c2e;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.menu__vaser-feature-list-item-text {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 40px;
}
.menu__vaser-feature-imgList {
  max-width: 840px;
  margin: 60px auto 0;
  padding: 30px 0;
  border: 2px solid #d39c2e;
}
.menu__vaser-feature-imgList-box {
  width: 330px;
  margin: 30px 0 30px 60px;
  position: relative;
}
.menu__vaser-feature-imgList-box .num-title {
  color: #d39c2e;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: url("../img/feature_num.png") no-repeat center center / 100% auto;
  width: 116px;
  height: 116px;
  position: absolute;
  left: -58px;
  top: -58px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu__vaser-feature-imgList-box .text {
  padding: 10px 0 0 10px;
}

.menu__vaser-parts-contents {
  margin-top: 40px;
}
.menu__vaser-parts-main {
  width: 568px;
  text-align: center;
}
.menu__vaser-parts-side {
  width: 217px;
  margin-top: 10px;
}
.menu__vaser-parts-side-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.menu__vaser-photo-contents {
  margin: 50px -8px 0;
}
.menu__vaser-photo-slide.slick-dotted {
  padding-bottom: 50px;
}
.menu__vaser-photo-slide-item-block {
  padding: 0 8px;
}
.menu__vaser-photo-slide-item-box {
  position: relative;
}
.menu__vaser-photo-slide-item-box .before,
.menu__vaser-photo-slide-item-box .after {
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.menu__vaser-photo-slide-item-box .before {
  background: rgba(0, 0, 0, 0.4);
}
.menu__vaser-photo-slide-item-box .after {
  background: rgba(211, 156, 46, 0.7);
}
.menu__vaser-photo-slide-item-text {
  text-align: center;
  margin-top: 20px;
}
.menu__vaser-photo-slide .slick-dots {
  bottom: 0;
}
.menu__vaser-photo-slide .slick-dots li,
.menu__vaser-photo-slide .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
}
.menu__vaser-photo-slide .slick-dots li button {
  background: none;
}
.menu__vaser-photo-slide .slick-dots button:before {
  content: none;
}
.menu__vaser-photo-slide .slick-dots li {
  background: #aaa;
  margin: 0 7px;
}
.menu__vaser-photo-slide .slick-dots .slick-active {
  background: #d39c2e;
}

.accordion-contents {
  display: none;
}
.menu__contents-price-btn {
  background: #d39c2e;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.menu__contents-price-btn .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.menu__contents-price-btn .icon::before,
.menu__contents-price-btn .icon::after {
  content: "";
  display: inline-block;
  background: #d39c2e;
  position: absolute;
  width: 20px;
  height: 3px;
}
.menu__contents-price-btn .icon::before {
  left: 5px;
  top: 13.5px;
}
.menu__contents-price-btn .icon::after {
  left: 5px;
  top: 13px;
  transform: rotate(90deg);
  opacity: 1;
}
.menu__contents-price-btn.is-accordion .icon::after {
  opacity: 0;
}
.menu__contents-price-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.menu__contents-price-table {
  width: 100%;
  border: 4px solid #d39c2e;
  border-style: none solid solid;
}
.menu__contents-price-table th,
.menu__contents-price-table td {
  padding: 10px;
  line-height: 1.4;
  border: 1px solid #d39c2e;
}
.menu__contents-price-table thead th:first-child {
  width: 40%;
}
.menu__contents-price-table thead th {
  width: 30%;
  background: #e9ce97;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.menu__contents-price-table tbody td {
  text-align: center;
  vertical-align: middle;
}

.menu__contents-price-bnr .btn {
  max-width: 620px;
  margin-top: -12px;
}


.menu__face-about-block {
  padding: 60px 10px 0;
}
.menu__face-about-text {
  padding: 0 30px;
  flex: 1;
}
.menu__face-about-img {
  width: 350px;
}

.menu__face-feature-text {
  margin: 50px auto;
  text-align: center;
}

.menu__face-feature-table {
  width: 100%;
  max-width: 830px;
  margin: auto;
  border: 2px solid #d39c2e;
}
.menu__face-feature-table th,
.menu__face-feature-table td {
  padding: 15px 20px;
}
.menu__face-feature-table th {
  color: #fff;
  background: #d39c2e;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
  min-width: 200px;
}
.menu__face-feature-table td {
  border: 1px solid #d39c2e;
}
.menu__face-feature-table thead td {
  background: #edd7ab;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  width: 40%;
}
.menu__face-feature-table thead td:nth-of-type(2) {
  font-size: 110%;
  font-weight: bold;
}
.menu__face-feature-table tbody td:nth-of-type(2) {
  background: #fbf5eb;
}
.menu__face-feature-table tbody td {
  text-align: left;
  vertical-align: top;
}


.menu__face-parts-main {
  margin: 40px auto 0;
  text-align: center;
}

.menu__face-photo-item {
  max-width: 620px;
  margin: 40px auto 0;
}
.menu__face-photo-item-box {
  width: 50%;
  position: relative;
}
.menu__face-photo-item-box .before,
.menu__face-photo-item-box .after {
  width: 90%;
  max-width: 180px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.menu__face-photo-item-box .before {
  background: rgba(0, 0, 0, 0.4);
}
.menu__face-photo-item-box .after {
  background: rgba(211, 156, 46, 0.7);
}
.menu__face-photo-item-text {
  text-align: center;
  margin-top: 20px;
}


/* voice
--------------------------------- */
.voice__section {
  padding: 80px 0 100px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(251, 245, 234, 1) 3px, rgba(251, 245, 234, 1) 6px );
}
.voice__contents {
  background: #fff;
  position: relative;
}
.voice__title {
  position: absolute;
  left: 0px;
  top: -30px;
}

.voice__contents {
  padding: 0 50px;
}
.voice__title-text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-left: 100px;
}
.voice__title-wrap {
  padding: 60px 0 50px 100px;
  position: relative;
}

.voice__list-item {
  padding: 7px;
  height: 114px;
  background: url("../img/bg_stripe.jpg") repeat left top;
  width: 48%;
  margin-bottom: 20px;
}
.voice__list-item:nth-child(2n) {
  margin: 0 0 20px 20px;
}
.voice__list-item-box {
  background: #fff;
  height: 100%;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.voice__list-item-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.voice__list-item-text .sm {
  font-size: 1.8rem;
  display: block;
}

.voice__contact {
  padding: 35px 0 50px;
  position: relative;
}
.voice__contact-img {
  position: absolute;
  right: -40px;
  bottom: 0;
}
.voice__contact-info {
  max-width: 520px;
  min-height: 319px;
}
.voice__section .btn02 {
  margin-top: 20px;
}
.voice__contact-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
}
.voice__contact-text strong {
  font-size: 3.6rem;
  line-height: 1.6;
}



/* movie
--------------------------------- */
.movie__section {
  padding: 100px 0;
}
.movie__contents {
  max-width: 771px;
  margin: 80px auto 50px;
}
.movie__video {
  position: relative;
}
.movie__video,
.movie__video video {
  width: 100%;
  cursor: pointer;
}
.movie__btn {
  width: 86px;
  height: 60px;
  background: #222222;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.movie__video:hover .movie__btn {
  background: #e64d4d;
}
.movie__text {
  margin-top: 30px;
}


/* doctor
--------------------------------- */
.doctor__header-bar {
  padding: 40px 20px;
}
.doctor__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.doctor__contents {
  padding: 60px 0 150px;
}
.doctor__info {
  width: 555px;
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 100px;
}
.doctor__name {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  background: url("../img/border_03.png") no-repeat left bottom / 100%;
}
.doctor__name strong {
  font-size: 4.8rem;
}
.doctor__post {
  padding: 0 0 30px 40px;
}
.doctor__name {
  padding: 0 20px 30px 40px;
}
.doctor__dl-wrap {
  padding: 10px 0 0 30px;
}
.doctor__dl {
  border-bottom: 1px solid #aaa;
  padding: 15px 0 15px 10px;
}
.doctor__dl:last-child {
  border-bottom: none;
}
.doctor__dt {
  font-size: 2rem;
  font-weight: 500;
}
.doctor__dd {
  margin-top: 5px;
}

/* clinic
--------------------------------- */
.clinic__section {
  padding: 100px 0 85px;
  background: rgb(245,245,245);
  background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
}
.clinic__photo {
  margin-top: 80px;
}
.clinic__main {
  width: 580px;
}
.clinic__info {
  flex: 1;
}
.clinic__name {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 30px 40px;
  border-bottom: 2px solid #d2d2d2;
}
.clinic__text {
  font-size: 2rem;
  padding: 30px 0 0 40px;
}
.clinic__text .eigyo {
  margin-top: 20px;
}
.clinic__thumb {
  margin-top: 30px;
}
.clinic__thumb .img:not(:first-child) {
  margin-left: 10px;
}


/* ============================================
  @media
============================================ */
@media only screen and (max-width: 767px) {

  body {
    font-size: 1.3rem;
    min-width: 100%;
  }


  .header__logo {
    width: 120px;
  }

  .footer__copyright {
    font-size: 1.1rem;
  }

  .btn, .btn02 {
    font-size: 1.6rem;
  }
  .btn a, .btn02 a {
    padding: 15px 10px;
  }
  .btn .arw::after, .btn02 .arw::after {
    width: 10px;
    height: 14px;
    right: 20px;
  }

  .section__title-en {
    font-size: 4rem;
  }
  .section__title-ja {
    font-size: 1.6rem;
    margin-top: 5px;
  }

  .mv__section {
    width: 100%;
    height: 60vh;
    min-height: 80vw;
  }
  .mv__video {
    height: 60vh;
    min-height: 80vw;
  }
  .mv__catch{
    margin-top: 38vw;
  }
  .mv__catch-caption{
    margin-top: -48vw;
  }
  .mv__catch-caption01{
    font-size: 5vw;
  }
  .mv__catch-caption01 span{

  }
  .mv__catch-caption02{
    font-size: 3.8vw;
  }
  .mv__catch-img {
    width: 70%;
  }
  .mv__clinic {
    font-size: 1.8rem;
    margin-top: 4%;
  }
  .mv__catch-line-left,
  .mv__catch-line-right {
    width: 0;
  }
  .mv__catch-line-left {
    right: 50%;
    top: 57.5%;
    margin-right: 21.2%;
  }
  .mv__catch-line-right {
    left: 50%;
    top: 14%;
    margin-left: 21.5%;
  }
  @keyframes lineScale {
    0% {
      width: 0;
    }
    100% {
      width: 50%;
    }
  }

  .kawaji__section {
    padding: 0 0 40px;
  }
  .kawaji__inner {
    background-size: 1350px;
    margin-bottom: 30px;
    background-image: url("../img/bg_kawaji_sp.png");
  }
  .kawaji__text {
    font-size: 1.4rem;
    padding-top: 24px;
    margin: 0 -10px;
  }
  .kawaji__text strong {
    font-size: 2.4rem;
    line-height: 1.8;
    display: block;
  }
  .kawaji__doctor {
    padding: 20% 0 20px;
    max-width: 400px;
    margin: auto;
    position: relative;
  }
  .kawaji__doctor-info {
    width: 56%;
    max-width: 290px;
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
  }
  .kawaji__doctor-info .name {
    font-size: 1.8rem;
  }
  .kawaji__doctor-info strong {
    font-size: 2rem;
  }
  .kawaji__doctor-img {
    width: 230px;
    left: -15%;
    z-index: 1;
  }
  .kawaji__doctor-info-text {
    font-size: 1.2rem;
  }
  .kawaji__doctor-info .line {
    margin: 7px auto 15px;
    height: 1px;
  }
  .kawaji__doctor-info .line::before,
  .kawaji__doctor-info .line::after {
    width: 7px;
    height: 7px;
  }
  .kawaji__doctor-name {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .kawaji__doctor-name .name {
    font-size: 1.2rem;
  }
  .kawaji__doctor-circle {
    width: 90px;
    height: 90px;
    left: -5px;
    bottom: 10px;
    z-index: 2;
    background: #fff;
  }

  .about__section {
    padding: 40px 0;
  }
  .about__list {
    margin-top: 40px;
  }
  .about__list-block {
    min-height: auto;
    border: 2px solid #d29a37;
    padding: 20px;
    margin-bottom: 30px;
  }
  .about__list-block-num::before {
    border-width: 70px 70px 0 0;
  }
  .about__list-block-num {
    font-size: 3rem;
  }
  .about__list-block-img {
    position: static;
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
  .about__list-block-info {
    padding: 0;
    width: 100%;
  }
  .about__list-block-title {
    font-size: 2rem;
    padding: 10px 0 0 30px;
  }
  .about__list-block-text {
    margin: 15px 0 20px;
  }
  .about__list-block-01-img &gt; img {
    width: 38%;
  }
  .about__list-block-01-img .about__list-block-img-name &gt; div {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .about__list-block-01-img .about__list-block-img-name &gt; div + img {
    width: 100px;
    height: auto;
  }
  .about__list-block-03-img {
    position: relative;
    top: auto;
    right: 0;
    bottom: -20px;
  }
  .about__list-block-img-circle {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .about__list-block-img-name {
    font-size: 1.1rem;
  }
  .about__list-block-img-name .name {
    font-size: 1.6rem;
  }

  .menu__header-bar {
    padding-top: 40px;
  }
  .menu__tab {
    margin-top: 20px;
  }
  .menu__tab-item {
    font-size: 1rem;
    padding: 10px 5px;
  }
  .menu__tab-item strong {
    font-size: 1.6rem;
    margin-top: 7px;
  }

  .menu__contents {
    padding-bottom: 40px;
  }
  .menu__contents-section {
    padding: 30px 15px;
  }
  .menu__contents-section-title {
    font-size: 2.4rem;
    background: url("../img/bg_title_sp.png") no-repeat center center / 100% auto;
    max-width: 400px;
    min-height: 84px;
    height: auto;
    margin: auto;
  }
  .menu__vaser-section,
  .menu__face-section {
    margin-top: 40px;
  }
  .menu__vaser-about,
  .menu__vaser-feature-list {
    padding: 0;
  }
  .menu__vaser-about-info {
    width: 100%;
  }
  .menu__vaser-section-title,
  .menu__face-section-title {
    font-size: 1.8rem;
  }
  .menu__vaser-section-title-border,
  .menu__face-section-title-border {
    margin-top: 0px;
  }
  .menu__vaser-about-text {
    padding: 20px 95px 0 0;
    min-height: 210px;
  }
  .menu__vaser-about-img {
    width: 70px;
    top: 70px;
    right: 10px;
    margin: 0;
  }
  .menu__vaser-feature-text {
    margin: 25px auto 15px;
  }
  .menu__vaser-feature-list-item .num {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    margin-left: 10px;
  }
  .menu__vaser-feature-list-item-text {
    font-size: 1.6rem;
    padding-left: 20px;
    line-height: 1.5;
  }
  .menu__vaser-feature-imgList {
    margin: 30px auto 0;
    padding: 10px 1% 0;
  }
  .menu__vaser-feature-imgList-box {
    width: 48%;
    margin: 15px 1%;
  }
  .menu__vaser-feature-imgList-box .text {
    padding: 5px 5px 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .menu__vaser-feature-imgList-box .num-title {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -5px;
    top: -20px;
  }
  .menu__vaser-parts-contents {
    margin-top: 20px;
  }
  .menu__vaser-parts-main {
    width: 70%;
  }
  .menu__vaser-parts-side {
    width: 28%;
    margin-top: 0;
  }
  .menu__vaser-parts-side-box {
    margin-top: 10px;
  }

  .menu__vaser-photo-contents {
    margin: 20px -10px 0;
  }
  .menu__vaser-photo-slide-item-block {
    padding: 0 3px;
    width: 50%;
  }
  .menu__vaser-photo-slide-item-box .before,
  .menu__vaser-photo-slide-item-box .after {
    bottom: 5px;
    font-size: 1.1rem;
  }
  .menu__vaser-photo-slide-item-text {
    margin-top: 8px;
  }
  .menu__vaser-photo-slide.slick-dotted {
    padding-bottom: 25px;
  }
  .menu__vaser-photo-slide .slick-dots li,
  .menu__vaser-photo-slide .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .menu__contents-price-title {
    font-size: 1.6rem;
  }
  .menu__contents-price-btn {
    padding: 10px;
  }
  .menu__contents-price-btn .icon {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .menu__contents-price-btn .icon::before,
  .menu__contents-price-btn .icon::after {
    width: 12px;
    height: 2px;
    left: 4px;
    top: 9px;
  }

  .menu__contents-price-table {
    border: 2px solid #d39c2e;
    border-style: none solid solid;
  }
  .menu__contents-price-table td {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
  .menu__contents-price-table th {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  .menu__contents-price-table thead th:first-child {
    width: 30%;
  }
  .menu__contents-price-bnr .btn {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .menu__contents-price-bnr .btn .arw::after {
    right: 10px;
  }

  .menu__face-about-block {
    padding: 20px 0 0;
  }
  .menu__face-about-text {
    padding: 20px 0 0;
    order: 1;
  }
  .menu__face-feature-text {
    margin: 30px auto;
  }

  .menu__face-feature-table th,
  .menu__face-feature-table td {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 7px 5px;
  }
  .menu__face-feature-table th {
    min-width: 90px;
  }

  .menu__face-parts-main {
    margin: 20px auto 0;
  }

  .menu__face-photo-item {
    margin: 20px auto 0;
  }
  .menu__face-photo-item-box .before,
  .menu__face-photo-item-box .after {
    bottom: 5px;
  }
  .menu__face-photo-item-text {
    margin-top: 10px;
  }

  .voice__section {
    padding: 40px 0;
  }
  .voice__contents {
    padding: 10px 10px 0;
  }
  .voice__title-wrap {
    padding: 15px 0 30px 90px;
    position: relative;
  }
  .voice__title {
    width: 100px;
    left: -20px;
    top: -20px;
  }
  .voice__title-text {
    font-size: 2rem;
    padding-left: 0;
  }
  .voice__list-item {
    padding: 4px;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
  }
  .voice__list-item:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .voice__list-item-text {
    font-size: 1.6rem;
  }
  .voice__list-item-text .sm {
    font-size: 1.2rem;
  }

  .voice__contact {
    padding: 10px 0 20px;
  }
  .voice__contact-text {
    font-size: 1.8rem;
    padding: 0 0 10px;
    max-width: 350px;
  }
  .voice__contact-text strong {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .voice__contact-info {
    min-height: 54vw;
  }
  .voice__contact-info .btn,
  .voice__contact-info .btn02 {
    width: 65%;
    margin: 10px auto 0 0;
    font-size: 1.3rem;
}
  .voice__contact-img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 45%;
    max-width: 230px;
  }
  .voice__contact-info .btn .arw::after,
  .voice__contact-info .btn02 .arw::after {
    right: 10px;
  }

  .voice__contact-info .num {
    display: none;
  }


  .movie__section {
    padding: 60px 0;
  }
  .movie__contents {
    margin: 40px auto 0;
  }
  .movie__text {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .movie__contents video {
    width: 100%;
  }

  .doctor__header-bar {
    padding: 30px 10px;
  }
  .doctor__title {
    font-size: 1.8rem;
  }
  .doctor__contents {
    padding: 20px 0 40px;
    max-width: 420px;
    margin: auto;
  }
  .doctor__contents-inner {
    display: block;
    position: relative;
  }
  .doctor__img {
    max-width: 80px;
    width: 18%;
    position: absolute;
    left: auto;
    top: -10px;
    right: 30px;
  }
  .doctor__info {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: auto;
  }
  .doctor__name {
    font-size: 1.8rem;
    padding: 0 0 20px 0;
    margin-left: 0;
    margin-bottom: 0;
    max-width: 200px;
  }
  .doctor__name strong {
    font-size: 2.8rem;
  }
  .doctor__dl-wrap {
    padding: 10px 0 0 0;
  }
  .doctor__dl {
    padding: 15px 0;
  }
  .doctor__dt {
    font-size: 1.6rem;
  }
  .doctor__post {
    padding: 0 0 20px 0;
  }

  .clinic__section {
    padding: 60px 0 40px;
  }
  .clinic__photo {
    margin-top: 40px;
  }
  .clinic__main {
    order: 0;
    text-align: center;
    width: 100%;
  }
  .clinic__info {
    order: 2;
  }
  .clinic__thumb {
    order: 1;
    margin-top: 10px;
  }
  .clinic__thumb .img:not(:first-child) {
    margin-left: 5px;
  }
  .clinic__name {
    font-size: 1.8rem;
    padding: 15px 10px;
    border-bottom: 2px solid #d2d2d2;
  }
  .clinic__text {
    font-size: 1.5rem;
    padding: 15px 0 0 10px;
  }


  /* fixed-bottom
  --------------------------------- */
  .footer {
    margin-bottom: 60px;
  }
  .fixed-bottom {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 111;
    width: 100%;
  }
  .fixed-bottom-bnr {
    padding: 2px;
    background: #fff;
  }
  .fixed-bottom-bnr .btn {
    width: calc(100% / 3);
    max-width: 100%;
    padding: 1px;
  }
  .fixed-bottom-bnr a {
    transition: opacity .2s;
    background: none;
    border: none;
    padding: 0;
  }
  .fixed-bottom-bnr a:hover {
    opacity: 0.7;
  }
  .fixed-bottom-bnr a::after {
    display: none !important;
  }


}

</pre></body></html>