@charset "UTF-8";
/* font
-------------------------------------------------- */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* reset & set
-------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  border: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  /* display: none;*/
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho", HGS明朝E, メイリオ, Meiryo,serif;
  font-size: 1.2rem;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  border: 0;
}

a:hover, a:active {
  outline: 0;
}

img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.pc a[href^="tel:"] {
  cursor: default;
}

/* modules
-------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.screen-reader {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.js-hover,
.js-hover > img {
  cursor: pointer;
  -webkit-transition: opacity .25s, color .35s;
  transition: opacity .25s, color .35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.js-hover.is-hover.is-opacity,
.js-hover.is-hover.is-opacity > img {
  opacity: .75;
}

/* in view */
.js-view {
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s 0.25s;
  -webkit-transition: opacity 1.5s 0.25s, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.5s 0.25s, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s 0.25s;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s 0.25s, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
}

.js-view.is-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

  .sp-display {
    display: block;
  }
}
@media (min-width: 768px) {
  .pc-display {
    display: block;
  }

  .sp-display {
    display: none !important;
  }
}
/* contents
-------------------------------------------------- */
/* header
------------------------------ */
.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.site-header__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 990px;
  height: 52px;
  margin: auto;
  padding: 0 15px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.site-header__heading {
  width: 80px;
  line-height: 1;
}

.site-header__heading a {
  padding: 1em 0;
}

/* menu trigger
------------------------------ */
.menu-trigger {
  width: 30px;
}

.quick-nav {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  font-size: 1.4rem;
  opacity: 0;
  color: #fff;
  background: #000;
}

.quick-nav.is-active {
  opacity: 1;
}

.quick-nav__close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.quick-nav__close__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.quick-nav__close__item:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.quick-nav__close__item:nth-of-type(2) {
  top: 26px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.quick-nav__list {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.quick-nav__list li {
  padding: .5em 0;
}

.quick-nav__list a {
  display: block;
  padding: .5em 0;
  color: #fff;
}

/* contact trigger
------------------------------ */
.contact-trigger {
  margin: 7.5% 0 0;
}

.icon-reserve {
  display: block;
  width: 46.875%;
  max-width: 283px;
  margin: auto;
}

.contact-trigger__col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 2.5%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.icon-tel {
  width: 4.375%;
  max-width: 26px;
  height: 6.25%;
  max-height: 37px;
  margin: 0 1.5625%;
}

.icon-mail {
  width: 7.5%;
  max-width: 45px;
  height: 5.625%;
  max-height: 34px;
  margin: 0 1.5625%;
}

@media (min-width: 604px) {
  .contact-trigger {
    margin: 45px 0 22px;
  }

  .contact-trigger__col {
    margin-top: 15px;
  }

  .icon-tel,
  .icon-mail {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .contact-trigger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0;
  }

  .contact-trigger__col {
    margin: 0;
  }

  .icon-tel {
    width: 16px;
    height: auto;
    margin: 0 10px;
  }

  .icon-mail {
    width: 27px;
    height: 21px;
    margin: 0;
  }
}
/* SP only [main menu]
------------------------------ */
.main-menu--sp {
  position: fixed !important;
  z-index: 90;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 46px;
  margin: auto;
  padding: 0 15px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.main-menu--sp a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 46px;
  padding: 0 1em;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.main-menu--sp a.is-hover,
.main-menu--sp a:not([href]) {
  color: #806474;
}

.main-menu--sp a:not([href])::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px solid #806474;
}

/* swiper */
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

/* swiper navigation */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 20px;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  content: "";
}

.swiper-button-next::before {
  right: 5px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #806474;
}

.swiper-button-prev::before {
  left: 5px;
  width: 0;
  height: 0;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #806474 transparent transparent;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
}

.swiper-button-next::after {
  left: -5px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-button-prev::after {
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* PC only [member only]
------------------------------ */
.fixed-member-onry {
  position: fixed;
  z-index: 50;
  top: 156px;
  width: 36px;
}

/* yag bottom sns
------------------------------ */
.yag-btm-sns {
  padding: 35px 15.625%;
  background: #e5e5e5;
}

.yag-btm-sns > .js-view {
  max-width: 310px;
  margin: auto;
}

.yag-btm-sns__heading-image {
  position: relative;
  height: 0;
  padding-top: 26.36363636363636%;
}

.yag-btm-sns__heading-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.yag-btm-sns__rsv-btn {
  width: 100%;
  max-width: 416px;
  margin: 6.8181818181818175% auto 9.090909090909092%;
  padding: .5em 0;
  text-align: center;
  color: #fff;
  background: #806474;
}

.yag-btm-sns__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.yag-btm-sns__sns a {
  width: 13.636363636363635%;
  max-width: 56px;
  height: 13.636363636363635%;
  max-height: 56px;
  margin: 0 4.545454545454546%;
}

@media (min-width: 768px) {
  .yag-btm-sns > .js-view {
    max-width: none;
  }

  .yag-btm-sns__heading-image {
    padding-top: 96px;
  }

  .yag-btm-sns__rsv-btn {
    margin: 28px auto 30px;
  }

  .yag-btm-sns__sns a {
    max-width: 40px;
    max-height: 40px;
    margin: 0 7px;
  }
}
/* map
-------------------------------------------------- */
.group-map {
  padding: 30px 15px 15px;
}

.group-map__inner {
  max-width: 450px;
  margin: auto;
}

.group-map__heading {
  width: 176px;
  margin: auto;
}

.group-map__wrap {
  position: relative;
  margin-top: 30px;
}

.group-map__map {
  width: 100%;
}

.group-map__anchor {
  position: absolute;
  left: 0;
  width: 24.137931034482758%;
}

.group-map__anchor:nth-of-type(n+6) {
  right: 0;
  left: auto;
}

.group-map__anchor:nth-of-type(1) {
  top: 0;
}

.group-map__anchor:nth-of-type(2) {
  top: 20.516533912623704%;
}

.group-map__anchor:nth-of-type(3) {
  top: 43.44677769732078%;
}

.group-map__anchor:nth-of-type(4) {
  top: 63.96331160994448%;
}

.group-map__anchor:nth-of-type(5) {
  top: 85.08327299058654%;
}

.group-map__anchor:nth-of-type(6) {
  top: 19.309678976587012%;
}

.group-map__anchor:nth-of-type(7) {
  top: 42.23992276128409%;
}

.group-map__anchor:nth-of-type(8) {
  top: 63.35988414192614%;
}

.group-map__anchor:nth-of-type(9) {
  top: 83.87641805454984%;
}

.group-map__anchor:nth-of-type(10) {
  top: 2.4096385542168677%;
  width: 25.862068965517242%;
}

@media (min-width: 768px) {
  .group-map__inner {
    max-width: 900px;
  }
}
/* group list
------------------------------ */
.group {
  padding: 15px;
}

.group__heading {
  margin: 2em 0;
  text-align: center;
}

.group__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 450px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.group__list-item {
  margin: 0 0 2em;
  -ms-flex: 0 0 44.827586206896555%;
  -webkit-box-flex: 0;
          flex: 0 0 44.827586206896555%;
}

.group__map-anchor {
  position: relative;
  display: block;
  margin-top: .25em;
  text-align: center;
  border: 1px solid #d7d7d8;
  border-radius: 4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.group__map-anchor::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #d7d7d8;
  border-right: 1px solid #d7d7d8;
}

.policy-anchor {
  padding: 1em 0 2em;
  text-align: center;
}

.policy-anchor a {
  text-decoration: underline;
}

.policy-anchor > a:not([href]) {
  text-decoration: none;
  color: #806474;
}

@media (min-width: 768px) {
  .group__heading {
    margin: 3em 0;
    font-size: 1.8rem;
  }

  .group__list {
    max-width: 960px;
  }

  .group__list-item {
    margin: 0 0 3em;
    -ms-flex: 0 0 23.125%;
    -webkit-box-flex: 0;
            flex: 0 0 23.125%;
  }

  .group__list-item dd {
    font-size: 1.5rem;
  }

  .policy-anchor {
    padding: 1em 0 3em;
  }
}
/* yag group list
------------------------------ */
.yag-group {
  padding: 0 10px;
}

.yag-group__heading {
  margin: 2em 0;
  text-align: center;
}

.yag-group__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 584px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.yag-group__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 2em;
  -ms-flex: 0 0 48.96551724137931%;
  -webkit-box-flex: 0;
          flex: 0 0 48.96551724137931%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yag-group__list-item * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.yag-group__list-item dt {
  margin-bottom: .5em;
  padding-bottom: .25em;
  border-bottom: 1px solid;
}

.yag-group__list-item dd {
  font-size: 1rem;
}

.policy-anchor {
  padding: 1em 0 2em;
  text-align: center;
}

.policy-anchor a {
  text-decoration: underline;
}

.policy-anchor > a:not([href]) {
  text-decoration: none;
  color: #e18179;
}

@media (min-width: 768px) {
  .yag-group__heading {
    margin: 3em 0;
    font-size: 1.8rem;
  }

  .yag-group__list {
    max-width: 960px;
  }

  .yag-group__list-item {
    margin: 0 0 3em;
    -ms-flex: 0 0 23.125%;
    -webkit-box-flex: 0;
            flex: 0 0 23.125%;
  }

  .yag-group__list-item dd {
    font-size: 1.5rem;
  }

  .policy-anchor {
    padding: 1em 0 3em;
  }
}
/* footer
------------------------------ */
.site-footer {
  position: relative;
  padding: 10px 15px 50px;
  text-align: center;
  color: #fff;
  background: #806474;
}

.site-footer__banner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 574px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.site-footer__banner a {
  display: block;
  margin: 1.7241379310344827% 0 0;
  -ms-flex: 0 0 48.96551724137931%;
  -webkit-box-flex: 0;
          flex: 0 0 48.96551724137931%;
}

.site-footer__body {
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 10px 15px;
    margin-bottom: 160px;
  }

  .site-footer__banner {
    max-width: none;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .site-footer__banner a {
    display: block;
    max-width: 230px;
    margin: 1em .5em 0;
    -ms-flex: 0 0 23.035230352303522%;
    -webkit-box-flex: 0;
            flex: 0 0 23.035230352303522%;
  }

  .site-footer__body {
    padding: 0 0;
  }
}
/* go to top
------------------------------ */
.js-to-top {
  position: fixed;
  right: 10px;
  bottom: 60px;
  display: none;
  width: 7.8125%;
  max-width: 35px;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 0;
}

.js-to-top.is-active {
  opacity: 1;
  position: fixed;
  bottom: 120px;
}

@media (min-width: 768px) {
  .js-to-top {
    right: 30px;
    bottom: 30px;
    width: 50px;
    max-width: none;
  }
}
/* popup navigation objects
-------------------------------------------------- */
/* fixed navigation
------------------------------ */
.fixed-nav {
  position: fixed;
  z-index: 110;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 50px;
  background: #000;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.fixed-nav li {
  position: relative;
  text-align: center;
  -ms-flex: 1 0 33.3333%;
  -webkit-box-flex: 1;
          flex: 1 0 33.3333%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.fixed-nav li:nth-of-type(2)::before,
.fixed-nav li:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  margin: auto;
  padding: .25em 0;
  content: "|";
  color: #fff;
}

.fixed-nav li:nth-of-type(2)::before {
  left: 0;
}

.fixed-nav li:nth-of-type(2)::after {
  right: 0;
}

.fixed-nav a {
  display: block;
  margin: 0 1em;
  padding: .25em 0;
  -webkit-transition: background .5s;
  transition: background .5s;
  color: #fff;
  border-radius: 1em;
}

.fixed-nav a.is-hover,
.fixed-nav a.is-active,
.fixed-nav a.is-first {
  background: #806474;
}

/* fixed navigation popup
------------------------------ */
.fixed-nav-popup {
  position: fixed;
  z-index: 109;
  bottom: 50px;
  width: 100%;
  padding: .75em 0;
  overflow-y: auto;
  -webkit-transition: 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 510px, 0);
  transform: translate3d(0, 510px, 0);
  background: rgba(128, 100, 116, 0.8);
  -webkit-overflow-scrolling: touch;
}

.fixed-nav-popup__anchor {
  display: block;
  margin: 1em;
  padding: .75em;
  text-align: center;
  font-weight: bold;
  color: #806474;
  border-radius: 6px;
  background: #fff;
}

.fixed-nav-popup__anchor > span {
  margin-left: 3em;
  letter-spacing: .1em;
}

.popup-close {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 1em -.125em auto;
}

.popup-close__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.popup-close__item:nth-of-type(1) {
  top: 5px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.popup-close__item:nth-of-type(2) {
  top: 19px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media (min-width: 768px) {
  .fixed-nav-popup {
    z-index: 99;
  }

  .fixed-nav-popup__anchor {
    max-width: 450px;
    margin: 1em auto;
  }

  .fixed-nav-popup__close {
    width: 420px;
    margin: auto;
  }

  .popup-close {
    margin: 0 0 -.125em auto;
  }
}
/* base mediaquery
-------------------------------------------------- */
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/* custom break
------------------------------ */
@media (max-width: 767px) {
  .pc-break {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-break {
    display: none;
  }
}
/*
main tone:  #806474;
dark tone:  #808080;
light tone: #919191;
*/
/* common except index.html
-------------------------------------------------- */
/* header
------------------------------ */
@media (min-width: 768px) {
  .site-header {
    position: fixed;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
    transition: -webkit-box-shadow 1s;
    transition: box-shadow 1s;
    transition: box-shadow 1s, -webkit-box-shadow 1s;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .site-header__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 1080px;
    height: 62px;
    padding: 0;
  }

  .site-header__heading {
    width: 180px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .icon-reserve {
    width: auto;
    height: 62px;
  }
}
/* main menu pc
------------------------------ */
.main-menu--pc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.main-menu--pc li {
  margin: 0 22px;
}

.main-menu--pc a.is-hover,
.main-menu--pc a:not([href]) {
  color: #806474;
}

/* keyvisual
------------------------------ */
.keyvisual {
  position: relative;
  height: 100px;
  background: url(../images/common/keyvisual_bg@2x.png) 100% 0 no-repeat;
  background-size: contain;
}

.keyvisual__heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 53px;
  margin: auto;
}

@media (min-width: 768px) {
  .keyvisual {
    height: 160px;
    margin-top: 62px;
    background: url(../images/common/keyvisual_bg@1x.png) 100% 0 no-repeat;
  }

  .keyvisual__heading {
    height: 73px;
  }
}
/* breadcrumb
------------------------------ */
.breadcrumb {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 890px;
  margin: .5em auto 0;
  padding: 0 15px;
  font-size: 1.0rem;
  text-shadow: 0 0 6px #fff;
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li::before {
  margin: 0 .5em;
  content: ">";
}

@media (min-width: 768px) {
  .breadcrumb {
    margin: 1em auto 0;
    font-size: 1.2rem;
  }
}
/* fixed navigation popup
------------------------------ */
@media (min-width: 768px) {
  .fixed-nav-popup {
    top: 62px;
    bottom: auto;
    -webkit-transform: translate3d(0, -660px, 0);
    transform: translate3d(0, -660px, 0);
  }
}
li.alp {
  background: #80647354 !important;
}

/* LP
------------------------------ */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  /* PC
  ------------------------------ */
  #plasmashower {
    margin-top: 62px;
    letter-spacing: -0.5px;
  }

  #plasmashower .pc_none {
    display: none;
  }

  /*-- FV -- */
  #plasmashower .fv {
    margin: 0px auto;
    padding: 0px;
    height: 606px;
    min-width: 1000px;
    background: url(../images/main_pc.jpg) no-repeat top center, #fadeda;
  }

  #plasmashower .fv .inner {
    margin: 0px auto;
    padding: 0px 500px 0 0;
    height: 606px;
    width: 1000px;
  }

  #plasmashower .fv .inner h2 {
    margin: 0px;
    padding: 70px 0 30px;
    width: 500px;
    font-size: 20px;
    line-height: 30px;
    color: #4d4d4d;
    text-align: center;
  }

  #plasmashower .fv .inner dl {
    margin: 0px;
    padding: 0px;
    width: 500px;
  }

  #plasmashower .fv .inner dl dt {
    margin: 0px;
    padding: 0 0 25px;
    width: 500px;
    font-size: 50px;
    line-height: 50px;
    color: #c32b65;
    text-align: center;
  }

  #plasmashower .fv .inner dl dd {
    margin: 0px;
    padding: 0;
    width: 500px;
    font-size: 28px;
    line-height: 28px;
    color: #c32b65;
    text-align: center;
  }

  #plasmashower .price {
    margin: 0px auto;
    padding: 100px 0;
    width: 100%;
    background: #efedf4;
  }

  /*-- about -- */
  #plasmashower .about {
    margin: 0px auto;
    padding: 100px 0 60px 0;
    width: 100%;
    background: #f3f1ea;
  }

  #plasmashower .about .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
  }
    
    #plasmashower .about .inner .face-inner {
           background: url(../images/bg02.png) no-repeat right center;
 
    }

  #plasmashower .about .inner h3 {
    margin: 0px auto;
    padding: 0px;
    font-size: 45px;
    line-height: 45px;
    color: #a07c57;
    text-align: center;
  }

  #plasmashower .about .inner p {
    margin: 0px auto;
    padding: 65px 350px 65px 0;
    width: 1000px;
    font-size: 17px;
    line-height: 32px;
    color: #353535;
    text-align: left;
  }

  #plasmashower .about .inner p .red {
    color: #d27091;
  }

  #plasmashower .slider {
    margin: 30px auto 0px;
    padding: 0px;
    width: 880px;
  }

  #plasmashower .slider li {
    margin: 0px;
    padding: 0px;
    width: 265px;
    line-height: 0px;
    text-align: center;
  }

  #plasmashower .slider li img {
    width: 265px;
    height: auto;
  }

  #plasmashower .slider button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .slick-next {
    top: 100px;
    right: -20px;
    width: 20px;
    height: 32px;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    background: url(../images/arr_slide_next.png) no-repeat center;
  }

  .slick-prev {
    top: 100px;
    left: -50px;
    width: 20px;
    height: 32px;
    z-index: 100;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    background: url(../images/arr_slide_prev.png) no-repeat center;
  }

  /*-- indication -- */
  #plasmashower .indication {
    margin: 0px auto;
    padding: 80px 0;
    width: 100%;
  }

  #plasmashower .indication h3 {
    margin: 0px auto;
    padding: 0px;
    width: 622px;
    text-align: center;
  }

  #plasmashower .indication p.text {
    margin: 0px auto;
    padding: 80px 270px 80px 0;
    width: 800px;
    font-size: 18px;
    line-height: 32px;
    color: #353535;
    text-align: center;
    background: url(../images/bg_indication.jpg) no-repeat right center;
  }

  #plasmashower .indication p.text em {
    color: #c32b65;
  }

  #plasmashower .indication p.img {
    margin: 0px auto;
    padding: 0px;
    width: 757px;
    line-height: 0px;
    text-align: center;
  }

  /*-- recommend -- */
  #plasmashower .recommend {
    margin: 0px auto;
    padding: 90px 0;
    width: 100%;
    background: #fff;
  }

  #plasmashower .recommend h3 {
    margin: 0px auto;
    padding: 0px 0 35px;
    width: 832px;
    line-height: 0px;
    text-align: center;
  }

  #plasmashower .recommend .cach {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #353535;
  }

  #plasmashower .recommend dl {
    margin: 0px auto;
    padding: 0px 0 0 160px;
    height: 140px;
    width: 1000px;
    background: url(../images/ico_sterilization.png) no-repeat left top;
  }

  #plasmashower .recommend dl dt {
    margin: 0px;
    padding: 20px 0 0;
    width: 840px;
    height: 65px;
    font-size: 30px;
    line-height: 30px;
    color: #ff9724;
    text-align: left;
    background: url(../images/bg_h4_sterilization.png) no-repeat bottom left;
  }

  #plasmashower .recommend dl dd {
    margin: 0px;
    padding: 10px 0 0;
    width: 840px;
    font-size: 22px;
    line-height: 32px;
    color: #a07242;
    text-align: left;
  }

  #plasmashower .recommend .inner {
    margin: 0px auto;
    padding: 0;
    width: 1000px;
    display: table;
  }

  #plasmashower .recommend .inner p {
    margin: 0px;
    padding: 10px 0 0;
    width: 590px;
    font-size: 18px;
    line-height: 32px;
    color: #353535;
    text-align: center;
    display: table-cell;
  }

  #plasmashower .recommend .inner p em {
    color: #c32b65;
  }

  #plasmashower .recommend .inner ul {
    margin: 0px;
    padding: 0;
    width: 410px;
    display: table-cell;
    vertical-align: top;
  }

  #plasmashower .recommend .inner ul li {
    margin: 0px;
    padding: 0;
    text-align: right;
    line-height: 0;
  }

  #plasmashower .recommend .inner ul li img {
    width: 405px;
  }

  /*-- point -- */
  #plasmashower .point {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 1356px;
    background: url(../images/bg_point.jpg) repeat-x top center;
  }

  #plasmashower .point .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
    height: 1356px;
    background: url(../images/point_bgover.jpg) no-repeat top center;
    position: relative;
  }

  #plasmashower .point .inner h3 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #plasmashower .point .inner p.text {
    margin: 0;
    padding: 0;
    width: 465px;
    font-size: 18px;
    line-height: 45px;
    color: #FFF;
    text-align: left;
    top: 380px;
    left: 515px;
    position: absolute;
  }

  #plasmashower .point .inner p.text2 {
    margin: 0;
    padding: 0;
    width: 470px;
    font-size: 18px;
    line-height: 45px;
    color: #FFF;
    text-align: left;
    top: 1590px;
    left: 27px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po1 {
    margin: 0;
    padding: 0;
    width: 420px;
    top: 595px;
    left: 57px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po2 {
    margin: 0;
    padding: 0;
    width: 430px;
    top: 630px;
    left: 576px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po3 {
    margin: 0;
    padding: 0;
    width: 420px;
    top: 1065px;
    left: 64px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po4 {
    margin: 0;
    padding: 0;
    width: 430px;
    top: 1018px;
    left: 562px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po5 {
    margin: 0;
    padding: 0;
    width: 420px;
    top: 1160px;
    left: 50px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po6 {
    margin: 0;
    padding: 0;
    width: 430px;
    top: 1318px;
    left: 535px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po7 {
    margin: 0;
    padding: 0;
    width: 420px;
    top: 1465px;
    left: 50px;
    position: absolute;
  }

  #plasmashower .point .inner dl.po8 {
    margin: 0;
    padding: 0;
    width: 430px;
    top: 1623px;
    left: 535px;
    position: absolute;
  }

  #plasmashower .point .inner dl dt {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0px;
  }

  #plasmashower .point .inner dl dd {
    margin: 0px auto;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
  }

  /*-- trouble -- */
  #plasmashower .trouble {
    margin: 0px auto;
    padding: 70px 0 50px;
    width: 100%;
    background: #f3ecea;
  }

  #plasmashower .trouble .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
    background: url(../images/bg_trouble.png) no-repeat right center;
  }

  #plasmashower .trouble .inner h3 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
  }

  #plasmashower .trouble .inner ul {
    margin: 0px auto;
    padding: 80px 130px 30px 375px;
    width: 1000px;
    background: url(../images/h3_trouble.png) no-repeat left center;
  }

  #plasmashower .trouble .inner ul li {
    margin: 0px 0 25px;
    padding: 5px 0 0px 35px;
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: left;
    background: url(../images/ico_trouble.png) no-repeat left 3px;
  }

  #plasmashower .trouble .inner ul li em {
    font-size: 25px;
    line-height: 30px;
  }

  /*-- formulations -- */
  #plasmashower .formulations {
    margin: 0px auto;
    padding: 95px 0 65px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  #plasmashower .formulations .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
  }

  #plasmashower .formulations .inner h3 {
    margin: 0px auto 40px;
    padding: 0px;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
  }

  #plasmashower .formulations .inner dl {
    margin: 0px auto 15px;
    padding: 0px;
    width: 1000px;
    display: table;
  }

  #plasmashower .formulations .inner dl dt {
    margin: 0px;
    padding: 0px;
    width: 134px;
    display: table-cell;
    vertical-align: top;
  }

  #plasmashower .formulations .inner dl dd {
    margin: 0px;
    padding: 0px 0 0 22px;
    width: 866px;
    display: table-cell;
    vertical-align: top;
  }

  #plasmashower .formulations .inner dl dd h4 {
    margin: 0px;
    padding: 20px 0;
    font-size: 20px;
    line-height: 28px;
    text-indent: 40px;
    color: #766791;
    text-align: left;
    background: url(../images/bg_formulations.png) no-repeat bottom center;
  }

  #plasmashower .formulations .inner dl dd p {
    margin: 0px;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-align: left;
  }

  /*-- faq -- */
  #plasmashower .faq {
    margin: 0px auto;
    padding: 95px 0 65px;
    width: 100%;
  }

  #plasmashower .faq .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
  }

  #plasmashower .faq .inner h3 {
    margin: 0px auto 40px;
    padding: 0px;
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
    background: url(../images/bg_h3.png) no-repeat bottom center;
  }

  #plasmashower .faq .inner dl {
    margin: 0px auto 25px;
    padding: 0px;
    width: 1000px;
  }

  #plasmashower .faq .inner dl dt {
    margin: 0px auto;
    padding: 10px 40px 10px 20px;
    width: 940px;
    font-size: 18px;
    height: 40px;
    color: #FFF;
    display: table;
    background: #806473;
  }

  #plasmashower .faq .inner dl dt span {
    margin: 0px auto;
    padding: 0px;
    width: 40px;
    font-size: 24px;
    color: #FFF;
    text-align: left;
    display: inline-block;
  }

  #plasmashower .faq .inner dl dd {
    margin: 0px auto;
    padding: 20px 40px 20px 20px;
    width: 940px;
    color: #FFF;
    display: table;
    background: #eae4e7;
  }

  #plasmashower .faq .inner dl dd h4 {
    margin: 0px auto;
    padding: 0px;
    width: 40px;
    font-size: 24px;
    color: #806473;
    display: table-cell;
    vertical-align: middle;
  }

  #plasmashower .faq .inner dl dd p {
    margin: 0px auto;
    padding: 0px;
    width: 900px;
    font-size: 15px;
    line-height: 23px;
    color: #313131;
    display: table-cell;
    vertical-align: top;
  }

  #plasmashower .clinic {
    margin: 0px auto;
    padding: 20px 0 40px;
    width: 100%;
  }

  #plasmashower .clinic .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
  }

  #plasmashower .clinic .inner h3 {
    margin: 0px auto 40px;
    padding: 0px;
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
    background: url(../images/bg_h3.png) no-repeat bottom center;
  }

  #plasmashower .clinic .inner dl {
    margin: 0px 45px 50px 0;
    padding: 0px;
    width: 216px;
    float: left;
  }

  #plasmashower .clinic .inner dl:nth-child(4n) {
    margin: 0px 0px 50px 0;
  }

  #plasmashower .clinic .inner dl dt {
    margin: 0px;
    padding: 0px 0 24px;
    width: 216px;
    text-align: center;
    line-height: 0px;
  }

  #plasmashower .clinic .inner dl dd {
    margin: 0px;
    padding: 0px;
    width: 216px;
  }

  #plasmashower .clinic .inner dl dd h4 {
    margin: 0px;
    padding: 0px 0 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
  }

  #plasmashower .clinic .inner dl dd p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
  }

  #plasmashower .lpfooter {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 310px;
    background: url(../images/bg_lpfooter.jpg) no-repeat center;
  }

  #plasmashower .lpfooter .inner {
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
  }

  #plasmashower .lpfooter .inner ul {
    margin: 0px auto;
    padding: 90px 0 0;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #plasmashower .lpfooter .inner ul li {
    margin: 0px;
    padding: 0;
    width: 130px;
    height: 130px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #806473;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  /* SMP
  ------------------------------ */
  #plasmashower {
    letter-spacing: -0.5px;
  }

  #plasmashower .sp_none {
    display: none;
  }

  #plasmashower img {
    width: 100%;
    height: auto;
  }

  /*-- FV -- */
  #plasmashower .fv {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    line-height: 0px;
  }

  #plasmashower .fv .inner h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #plasmashower .fv .inner p {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #plasmashower .fv .inner dl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #plasmashower .sp_fv {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }

  /*-- about -- */
  #plasmashower .about {
    margin: 0px auto;
    padding: 50px 0 20px;
    width: 100%;
    background: #f3f1ea;
  }

  #plasmashower .about .inner {
    margin: 0px auto;
    padding: 0px;
    width: 90%;
  }

  #plasmashower .about .inner h3 {
    margin: 0px auto;
    padding: 0px;
    font-size: 28px;
    line-height: 30px;
    color: #a07c57;
    text-align: center;
  }

  #plasmashower .about .inner p {
    margin: 0px auto;
    padding: 30px 0;
    font-size: 16px;
    line-height: 28px;
    color: #353535;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }

  #plasmashower .about .inner p.sp_about {
    margin: 20px auto 0;
    padding: 0px;
    width: 60%;
    text-align: center;
  }

  #plasmashower .slider {
    margin: 30px auto 0;
    padding: 0px;
    width: 80%;
  }

  #plasmashower .slider li {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    text-align: center;
  }

  #plasmashower .slider button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .slick-next {
    top: 50%;
    right: -15%;
    width: 20px;
    height: 32px;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    background: url(../images/arr_slide_next.png) no-repeat center;
  }

  .slick-prev {
    top: 50%;
    left: -15%;
    width: 20px;
    height: 32px;
    z-index: 100;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
    position: absolute;
    background: url(../images/arr_slide_prev.png) no-repeat center;
  }

  /*-- feature -- */
  #plasmashower .feature {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: url(../images/bg_feature.jpg) repeat-x center;
    background-size: auto 100%;
  }

  #plasmashower .feature p {
    margin: 0px auto;
    padding: 40px 0;
    width: 98%;
    text-align: center;
  }

  /*-- indication -- */
  #plasmashower .indication {
    margin: 0px auto;
    padding: 30px 0;
    width: 100%;
  }

  #plasmashower .indication h3 {
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    text-align: center;
  }

  #plasmashower .indication p.text {
    margin: 0px auto;
    padding: 20px 0;
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    color: #353535;
    text-align: center;
  }

  #plasmashower .indication p.text em {
    color: #c32b65;
  }

  #plasmashower .indication p.img {
    margin: 0px auto;
    padding: 0px;
    width: 80%;
    line-height: 0px;
    text-align: center;
  }

  /*-- recommend -- */
  #plasmashower .recommend {
    margin: 0px auto;
    padding: 40px 0;
    width: 100%;
    background: #fff;
  }

  #plasmashower .recommend h3 {
    margin: 0px auto;
    padding: 0px 0 30px;
    width: 90%;
    line-height: 0px;
    text-align: center;
  }

  #plasmashower .recommend dl {
    margin: 0px auto;
    padding: 0px 0 10px;
    width: 90%;
  }

  #plasmashower .recommend dl dt {
    margin: 0px;
    padding: 10px 0 5px;
    font-size: 18px;
    line-height: 18px;
    color: #ff9724;
    text-align: center;
    border-bottom: 1px dotted #ff9724;
  }

  #plasmashower .recommend dl dd {
    margin: 0px;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #a07242;
    text-align: left;
  }

  #plasmashower .recommend .inner {
    margin: 0px auto;
    padding: 0;
    width: 90%;
  }

  #plasmashower .recommend .inner p {
    margin: 0px auto;
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 26px;
    color: #353535;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }

  #plasmashower .recommend .inner p em {
    color: #c32b65;
  }

  #plasmashower .recommend .inner ul {
    margin: 0px auto;
    padding: 0;
  }

  #plasmashower .recommend .inner ul li {
    margin: 0px;
    padding: 0;
    text-align: center;
    line-height: 0;
  }

  /*-- point -- */
  #plasmashower .point {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background: url(../images/bg_point.jpg) repeat-x top center;
    background-size: auto 100%;
  }

  #plasmashower .point .inner {
    margin: 0px auto;
    padding: 30px 0;
    width: 90%;
  }

  #plasmashower .point .inner h3 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 150px;
    padding: 20px 0;
    margin-bottom: 30px;
    background: url(../images/h3_point.png) no-repeat bottom center;
    background-size: 100% auto;
  }

  #plasmashower .point .inner p {
    margin: 0px auto;
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-align: left;
  }

  #plasmashower .point .inner dl {
    margin: 0px auto 30px;
    padding: 0;
    width: 100%;
  }

  #plasmashower .point .inner dl dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1.9em;
  }

  #plasmashower .point .inner dl dt {
    margin: 0px auto 15px;
    padding: 12px 0;
    font-size: 17px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
  }

  #plasmashower .point .inner dl dt span {
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
  }

  #plasmashower .point .inner dl.po1 dt, #plasmashower .point .inner dl.po5 dt {
    color: #fdbdba;
    text-align: center;
    border-top: 2px dotted #fdbdba;
    border-bottom: 2px dotted #fdbdba;
  }

  #plasmashower .point .inner dl.po2 dt, #plasmashower .point .inner dl.po6 dt {
    color: #fffcd0;
    text-align: center;
    border-top: 2px dotted #fffcd0;
    border-bottom: 2px dotted #fffcd0;
  }

  #plasmashower .point .inner dl.po3 dt, #plasmashower .point .inner dl.po7 dt {
    color: #ffbb70;
    text-align: center;
    border-top: 2px dotted #ffbb70;
    border-bottom: 2px dotted #ffbb70;
  }

  #plasmashower .point .inner dl.po4 dt, #plasmashower .point .inner dl.po8 dt {
    color: #e3cefb;
    text-align: center;
    border-top: 2px dotted #e3cefb;
    border-bottom: 2px dotted #e3cefb;
  }

  #plasmashower .point .inner dl dd {
    margin: 0px auto;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }

  /*-- trouble -- */
  #plasmashower .trouble {
    margin: 0px auto;
    padding: 35px 0 25px;
    width: 100%;
    background: #f3ecea;
  }

  #plasmashower .trouble .inner {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }

  #plasmashower .trouble .inner h3 {
    height: 250px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
    background: url(../images/h3_trouble_sp.png) no-repeat top center;
    background-size: auto 100%;
  }

  #plasmashower .trouble .inner ul {
    margin: 0px auto;
    padding: 0px;
    width: 90%;
  }

  #plasmashower .trouble .inner ul li {
    margin: 0px 0 10px;
    padding: 5px 0 0px 25px;
    font-size: 16px;
    line-height: 30px;
    color: #272727;
    text-align: left;
    background: url(../images/ico_trouble.png) no-repeat left 7px;
    background-size: 20px auto;
  }

  #plasmashower .trouble .inner ul li em {
    font-size: 20px;
    line-height: 30px;
  }

  /*-- formulations -- */
  #plasmashower .formulations {
    margin: 0px auto;
    padding: 40px 0 30px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  #plasmashower .formulations .inner {
    margin: 0px auto;
    padding: 0px;
    width: 95%;
  }

  #plasmashower .formulations .inner h3 {
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
    background: url(../images/bg_h3.png) no-repeat bottom center;
  }

  #plasmashower .formulations .inner dl {
    margin: 0px auto 40px;
    padding: 0px;
    width: 100%;
    display: table;
  }

  #plasmashower .formulations .inner dl dt {
    margin: 0px auto;
    padding: 0px;
    width: 60%;
    text-align: center;
  }

  #plasmashower .formulations .inner dl dd {
    margin: 0px auto;
    padding: 5px 0 0;
    width: 90%;
  }

  #plasmashower .formulations .inner dl dd h4 {
    margin: 0px;
    padding: 15px 0 5px;
    font-size: 20px;
    line-height: 36px;
    text-indent: 35px;
    color: #766791;
    text-align: left;
    background: url(../images/bg_formulations_sp.png) no-repeat left 15px;
    border-bottom: 1px dotted #cec3e2;
  }

  #plasmashower .formulations .inner dl dd p {
    margin: 0px;
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    text-align: left;
  }

  /*-- faq -- */
  #plasmashower .faq {
    margin: 0px auto;
    padding: 40px 0 30px;
    width: 100%;
  }

  #plasmashower .faq .inner {
    margin: 0px auto;
    padding: 0px;
    width: 95%;
  }

  #plasmashower .faq .inner h3 {
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
    background: url(../images/bg_h3.png) no-repeat bottom center;
  }

  #plasmashower .faq .inner dl {
    margin: 0px auto 15px;
    padding: 0px;
    width: 100%;
  }

  #plasmashower .faq .inner dl dt {
    margin: 0px auto;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    height: 40px;
    color: #FFF;
    display: table;
    background: #806473;
  }

  #plasmashower .faq .inner dl dt span {
    margin: 0px auto;
    padding: 0px;
    width: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: left;
    display: inline-block;
  }

  #plasmashower .faq .inner dl dd {
    margin: 0px auto;
    padding: 15px 10px;
    color: #FFF;
    display: table;
    background: #eae4e7;
  }

  #plasmashower .faq .inner dl dd h4 {
    margin: 0px auto;
    padding: 0px;
    width: 30px;
    font-size: 20px;
    color: #806473;
    display: table-cell;
    vertical-align: middle;
  }

  #plasmashower .faq .inner dl dd p {
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #313131;
    display: table-cell;
    vertical-align: top;
  }

  /*-- clinic -- */
  #plasmashower .clinic {
    margin: 0px auto;
    padding: 10px 0 0;
    width: 100%;
  }

  #plasmashower .clinic .inner {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }

  #plasmashower .clinic .inner h3 {
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    text-align: center;
    background: url(../images/bg_h3.png) no-repeat bottom center;
  }

  #plasmashower .clinic .inner dl {
    margin: 0px auto 25px;
    padding: 0px;
    width: 70%;
  }

  #plasmashower .clinic .inner dl dt {
    margin: 0px;
    padding: 0px 0 12px;
    width: 100%;
    text-align: center;
    line-height: 0px;
  }

  #plasmashower .clinic .inner dl dt img {
    width: 100%;
    height: auto;
  }

  #plasmashower .clinic .inner dl dd {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  #plasmashower .clinic .inner dl dd h4 {
    margin: 0px;
    padding: 0px 0 5px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
  }

  #plasmashower .clinic .inner dl dd p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
  }

  /*-- lpfooter -- */
  #plasmashower .lpfooter {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background: url(../images/bg_lpfooter_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  #plasmashower .lpfooter .inner {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }

  #plasmashower .lpfooter .inner ul {
    margin: 0px auto;
    padding: 80px 0 30px;
    width: 80%;
    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;
  }

  #plasmashower .lpfooter .inner ul li {
    margin: 0px auto 15px;
    padding: 0;
    width: 130px;
    height: 130px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #806473;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }

  .site-header__wrap {
    display: none;
  }
}
/* CSS Document */
#plasmashower .red {
  color: #C32B65;
}

#plasmashower .about .inner .note {
  text-align: center;
  margin-left: 60px;
  font-size: 12px;
  line-height: 1.6;
  color: #454545;
  padding: 0;
  padding-top: 20px;
	padding-bottom: 80px;
}

#plasmashower .price .inner {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plasmashower .price .img-warp {
  width: 400px;
}
#plasmashower .price .right {
  width: 575px;
}
#plasmashower .price .right .squara {
  margin-top: -42px;
  margin-bottom: 10px;
}
#plasmashower .price .right .squara span {
  border: 1px solid #806474;
  padding: 7px 8px;
  letter-spacing: 1px;
  color: #806474;
  margin: 0 0 20px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}
#plasmashower .price .right h3 {
  font-size: 50px;
  text-align: left;
  margin-left: -16px;
  color: #806474;
}
#plasmashower .price .right .prise {
  padding: 0;
  margin: 0 0 20px;
  width: 72%;
}
#plasmashower .price .right p {
  color: #806474;
  padding: 0;
  margin-bottom: 40px;
  word-break: break-all;
  color: #151515;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7;
}
#plasmashower .price .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plasmashower .price .box-wrap .p-box {
  width: 280px;
  border: 1px solid #806474;
  padding: 20px 20px;
}
#plasmashower .price .box-wrap .p-box p {
  width: auto;
  text-align: center;
  margin-bottom: 10px;
  font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  color: #806474;
}
#plasmashower .price .box-wrap .p-box p span {
  background-color: #907a87;
  color: #fff;
  padding: 3px 3px 3px;
  margin-right: 5px;
}
#plasmashower .price .box-wrap .p-box .img-wra {
  width: 200px;
  margin: 0 auto;
}

#plasmashower .price .inner {
  margin: 0px auto;
  padding: 0px;
  width: 1000px;
}

#plasmashower .recommend .cach {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #353535;
}

#plasmashower .formulations .inner h3 {
  color: #a8886a;
}
#plasmashower .formulations .inner .dis {
  background: url(../images/bgdoc.jpg) no-repeat right top;
  padding-right: 350px;
}
#plasmashower .formulations .inner .dis .doc-cach-wr {
  color: #c32b65;
  margin-bottom: 50px;
  width: 564px;
}
#plasmashower .formulations .inner .dis .doc-cach-wr .doccach {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 30px;
}
#plasmashower .formulations .inner .dis .doc-cach-wr .doccach span {
  background-color: #c32b65;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
}
#plasmashower .formulations .inner .dis .doc-cach-wr .cach2 span {
  background-color: #d45988;
}
#plasmashower .formulations .inner .dis .doc-cach-wr p {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #c32b65;
}
#plasmashower .formulations .inner .dis .doc-name {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9c7959;
}
#plasmashower .formulations .inner .dis .doc-name .docimg {
  margin-bottom: 25px;
}
#plasmashower .formulations .inner .dis .doc-name p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #272727;
}

.prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prof .prof-year {
  margin-right: 60px;
  line-height: 1.8;
}
.prof .prof-year li span {
  margin-right: 1em;
}
.prof .prof-cach {
  line-height: 1.8;
}
.prof .prof-cach li {
  color: #9c7959;
  padding: 0 0 0px 35px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  background: url(../images/check02_07.png) no-repeat left 3px;
}

.acwa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.acwa .ac-left {
  width: 47%;
}
.acwa .ac-right {
  width: 47%;
}

.ac-contents h4 {
  width: 190px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ac-contents .contena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.ac-contents .contena .img-wrap {
  width: 50%;
}
.ac-contents .contena .img-wrap img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.ac-contents .contena .gmap {
  width: 50%;
}

#plasmashower .clinic .inner .acwa .ac-contents dl {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#plasmashower .clinic .inner .acwa .ac-contents dl dt {
  line-height: 1.7;
  text-align: left;
  background-color: #000;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 15px;
}
#plasmashower .clinic .inner .acwa .ac-contents dl dd {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.7;
}

.fix-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.fix-bottom .fix-inn {
  width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
}
.fix-bottom .fix-inn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fix-bottom .fix-inn ul li a {
  background-color: #806474 !important;
  display: block;
  width: 300px;
  text-align: center;
  color: #fff;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  border-radius: 2px;
}
.fix-bottom .fix-inn ul li a:hover {
  opacity: .8;
  cursor: pointer;
}
.fix-bottom .fix-inn ul li .tel {
  background: url(../images/icon_bttel.png) no-repeat 25px center;
}
.fix-bottom .fix-inn ul li .mail {
  background: url(../images/icon_btmail.png) no-repeat 25px center;
}

@media only screen and (max-width: 768px) {
    
    #plasmashower .about .inner .face-inner {
        background: none;
    }
  #plasmashower .about .inner .note {
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0;
    color: #454545;
    padding: 0;
    padding-top: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	  padding-bottom: 50px;
  }

  .sp-header {
    padding: 10px 0;
  }
  .sp-header h1 {
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
  }

  #plasmashower .recommend .cach {
    font-size: 22px;
    margin-bottom: 0px;
    padding-left: 0.5em;
  }

  #plasmashower .formulations .inner .dis {
    background: none;
    padding: 0;
  }

  #plasmashower .formulations .inner .doc-cach-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
  }
  #plasmashower .formulations .inner .doc-cach-wr .sp-dcachwr {
    width: 50%;
  }
  #plasmashower .formulations .inner .doc-cach-wr .sp-dcachwr .doccach {
    margin-bottom: 7px;
    width: 100%;
  }
  #plasmashower .formulations .inner .doc-cach-wr .sp-dcachwr .doccach span {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 6px 10px;
  }
  #plasmashower .formulations .inner .doc-cach-wr .sp-dcachwr p {
    padding-top: 8px;
    font-size: 14px;
  }
  #plasmashower .formulations .inner .doc-cach-wr .sp-dog-img {
    width: 46%;
  }

  .prof {
    display: block;
  }
  .prof .prof-year {
    margin-right: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.8;
    border-bottom: 1px solid #9c7959;
  }
  .prof .prof-year li {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .prof .prof-year li span {
    margin-right: 1em;
  }
  .prof .prof-cach {
    line-height: 1.8;
  }
  .prof .prof-cach li {
    color: #9c7959;
    padding: 0 0 0px 35px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    background: url(../images/check02_07.png) no-repeat left 3px;
  }

  .acwa {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .acwa .ac-left {
    width: 100%;
    padding: 10% 10% 5%;
  }
  .acwa .ac-left h4 {
    width: 260px;
  }
  .acwa .ac-right {
    width: 100%;
    background-color: #ececec;
    padding: 10%;
  }
  .acwa .ac-right h4 {
    width: 180px;
  }
}

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