@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap");
* {
  outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, header, main, aside, article, section, footer, ul, ol, li, dl, dt, dd, table, thead, tbody, tr, th, td, sup, sub {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  border: none;
  list-style: none;
  line-height: inherit;
  vertical-align: middle;
  font-weight: inherit;
  text-align: inherit;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0;
  margin: 0;
  vertical-align: middle;
}

img {
  width: auto;
  height: auto;
}

a {
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
  transition: all 0.5s ease;
}
a img {
  transition: all 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}

.contents-wide {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .contents-wide {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .contents-wide {
    padding: 0 5px;
  }
}

.contents {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contents {
    padding: 0 5px;
  }
}

.contents-slim, #page-recruit #main .contents {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contents-slim, #page-recruit #main .contents {
    padding: 0 5px;
  }
}

@media (max-width: 900px) {
  .responsive .pc {
    display: none;
  }
}
.responsive .sp {
  display: none;
}
@media (max-width: 900px) {
  .responsive .sp {
    display: block;
  }
}

.clearfix:after, #page-system #main .infos:after, #page-system #main .price-lists:after, #page-schedule #main .therapists:after,
#page-therapists #main .therapists:after, #page-schedule #main .days:after,
#page-therapists #main .days:after, #page-therapist #main .contents:after, #footer #footer-contents #footer-navi .menu:after, #header #global-navi .global-navi-wrapper .contents-slim .menu:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu:after {
  content: "";
  display: block;
  clear: both;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-img-full {
  width: 100vw;
  height: 100vh;
}

.room-tsurumai {
  background: url(../../images/room_tsurumai.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
}

.room-sakae {
  background: url(../../images/room_sakae.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
}

.room-meieki {
  background: url(../../images/room_meieki.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
}

.room-takaoka {
  background: url(../../images/room_takaoka.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
}

.room-imaike {
  background: url(../../images/room_imaike.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
}

.p-room-tsurumai {
  background: url(../../images/room_tsurumai.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
  float: right;
}

.p-room-sakae {
  background: url(../../images/room_sakae.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
  float: right;
}

.p-room-meieki {
  background: url(../../images/room_meieki.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
  float: right;
}

.p-room-imaike {
  background: url(../../images/room_imaike.png) center no-repeat;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  margin-top: -40px;
  float: right;
}

.do {
  color: #3a93e3 !important;
}

.do a {
  color: #3a93e3 !important;
}

.nichi {
  color: #ee6790 !important;
}

.nichi a {
  color: #ee6790 !important;
}

.today {
  background-color: #564726;
  color: #fff !important;
}

.today .do {
  background-color: #564726;
  color: #3a93e3 !important;
}

.today .nichi {
  background-color: #564726;
  color: #ee6790 !important;
}

.sat {
  background-color: #3a93e3 !important;
}

.sun {
  background-color: #ee6790 !important;
}

.twitter-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media (max-width: 900px) {
  .twitter-container {
    margin-top: 20px;
    gap: 30px;
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 900px) {
  .twitter-container iframe {
    transform: scale(1.2);
    transform-origin: left top;
  }
}

.b_sky {
  display: block;
  border: 2px solid rgb(0, 133, 255);
  padding-inline: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(0, 133, 255);
  border-radius: 9999px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 900px) {
  .b_sky {
    letter-spacing: 0.05em;
    font-size: 18px;
  }
}

.movie_link {
  display: block;
  border: 2px solid #564726;
  padding-inline: 30px;
  padding-block: 3px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #564726;
  border-radius: 9999px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 14px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 900px) {
  .movie_link {
    letter-spacing: 0.05em;
    font-size: 18px;
  }
}

#header #global-header {
  height: 50px;
}
#header #global-header #global-header-contents {
  background-color: rgba(86, 71, 38, 0.6);
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
}
#header #global-header #global-header-contents .contents-slim, #header #global-header #global-header-contents #page-recruit #main .contents, #page-recruit #main #header #global-header #global-header-contents .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 900px) {
  #header #global-header #global-header-contents .contents-slim, #header #global-header #global-header-contents #page-recruit #main .contents, #page-recruit #main #header #global-header #global-header-contents .contents {
    align-items: center;
    padding: 0 10px;
  }
}
#header #global-header #global-header-contents .contents-slim > .responsive, #header #global-header #global-header-contents #page-recruit #main .contents > .responsive, #page-recruit #main #header #global-header #global-header-contents .contents > .responsive {
  display: none;
}
@media (max-width: 900px) {
  #header #global-header #global-header-contents .contents-slim > .responsive, #header #global-header #global-header-contents #page-recruit #main .contents > .responsive, #page-recruit #main #header #global-header #global-header-contents .contents > .responsive {
    display: block;
  }
}
#header #global-header #global-header-contents .contents-slim #switch-drawer, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
}
#header #global-header #global-header-contents .contents-slim #switch-drawer .icon, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer .icon, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer .icon {
  display: inline-block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header #global-header #global-header-contents .contents-slim #switch-drawer .icon:before, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer .icon:before, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer .icon:before, #header #global-header #global-header-contents .contents-slim #switch-drawer .icon:after, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer .icon:after, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer .icon:after {
  content: "";
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#header #global-header #global-header-contents .contents-slim #switch-drawer .icon:before, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer .icon:before, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer .icon:before {
  top: -9px;
}
#header #global-header #global-header-contents .contents-slim #switch-drawer .icon:after, #header #global-header #global-header-contents #page-recruit #main .contents #switch-drawer .icon:after, #page-recruit #main #header #global-header #global-header-contents .contents #switch-drawer .icon:after {
  top: 9px;
}
#header #global-header #global-header-contents .contents-slim #header-logo, #header #global-header #global-header-contents #page-recruit #main .contents #header-logo, #page-recruit #main #header #global-header #global-header-contents .contents #header-logo {
  line-height: 50px;
}
#header #global-header #global-header-contents .contents-slim #header-logo img, #header #global-header #global-header-contents #page-recruit #main .contents #header-logo img, #page-recruit #main #header #global-header #global-header-contents .contents #header-logo img {
  height: 30px;
}
#header #global-header #global-header-contents .contents-slim #header-infos, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos {
  display: flex;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-tel, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel {
  padding-top: 12px;
}
@media (max-width: 900px) {
  #header #global-header #global-header-contents .contents-slim #header-infos #header-tel, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel {
    padding: 0;
  }
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-tel dl, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel dl, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel dl {
  display: flex;
  align-items: baseline;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-tel dl dt, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel dl dt, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel dl dt {
  font-size: 14px;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-tel dl dd, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel dl dd, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel dl dd {
  font-size: 22px;
  font-weight: bold;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-tel img, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-tel img, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-tel img {
  width: 32px;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-open, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open {
  margin-left: 10px;
}
@media (max-width: 900px) {
  #header #global-header #global-header-contents .contents-slim #header-infos #header-open, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open {
    display: none;
  }
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-open .plus-hour, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open .plus-hour, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open .plus-hour {
  font-size: 12px;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-open dl, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open dl, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open dl {
  display: flex;
  align-items: baseline;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-open dl dt, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open dl dt, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open dl dt {
  font-size: 12px;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-open dl dd, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-open dl dd, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-open dl dd {
  font-size: 16px;
  font-weight: bold;
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-line-recruit, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-line-recruit, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-line-recruit {
  margin-left: 10px;
  padding-top: 8px;
}
@media (max-width: 900px) {
  #header #global-header #global-header-contents .contents-slim #header-infos #header-line-recruit, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-line-recruit, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-line-recruit {
    display: none;
  }
}
#header #global-header #global-header-contents .contents-slim #header-infos #header-line-recruit img, #header #global-header #global-header-contents #page-recruit #main .contents #header-infos #header-line-recruit img, #page-recruit #main #header #global-header #global-header-contents .contents #header-infos #header-line-recruit img {
  height: 26px;
}
#header #global-navi {
  line-height: 40px;
  height: 40px;
}
#header #global-navi #drawer-overlay {
  display: none;
}
@media (max-width: 900px) {
  #header #global-navi #drawer-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s ease;
  }
}
#header #global-navi #drawer-overlay #drawer-close {
  position: fixed;
  right: 26px;
  top: 26px;
  z-index: 9;
}
#header #global-navi #drawer-overlay #drawer-close:before, #header #global-navi #drawer-overlay #drawer-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
}
#header #global-navi #drawer-overlay #drawer-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#header #global-navi #drawer-overlay #drawer-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header #global-navi .global-navi-wrapper {
  background-color: #564726;
  color: #fff;
}
@media (max-width: 900px) {
  #header #global-navi .global-navi-wrapper {
    background-color: transparent;
  }
}
@media (max-width: 900px) {
  #header #global-navi .global-navi-wrapper .contents-slim, #header #global-navi .global-navi-wrapper #page-recruit #main .contents, #page-recruit #main #header #global-navi .global-navi-wrapper .contents {
    padding: 0;
    background-color: #564726;
    color: #fff;
    position: fixed;
    left: -210px;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
  }
}
#header #global-navi .global-navi-wrapper .contents-slim .menu, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu {
  max-width: 900px;
  margin: 0 auto;
}
#header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item {
  width: 16.6666666667%;
  float: left;
}
@media (max-width: 900px) {
  #header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item {
    width: auto;
    float: none;
  }
}
#header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item a, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item a, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item a {
  text-align: center;
  display: block;
}
#header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item a img, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item a img, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item a img {
  height: 11px;
}
#header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item + .menu-item, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item + .menu-item, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item + .menu-item {
  position: relative;
}
@media (max-width: 900px) {
  #header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item + .menu-item, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item + .menu-item, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item + .menu-item {
    border-top: 1px solid #fff;
  }
}
#header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item + .menu-item:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item + .menu-item:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item + .menu-item:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 900px) {
  #header #global-navi .global-navi-wrapper .contents-slim .menu .menu-item + .menu-item:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents .menu .menu-item + .menu-item:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu .menu-item + .menu-item:before {
    content: none;
  }
}
@media (max-width: 900px) {
  #header #global-navi.show #drawer-overlay {
    right: 0;
    opacity: 1;
  }
}
@media (max-width: 900px) {
  #header #global-navi.show .contents-slim, #header #global-navi.show #page-recruit #main .contents, #page-recruit #main #header #global-navi.show .contents {
    left: 0;
  }
}
@media (min-width: 901px) {
  #header #global-navi.float .global-navi-wrapper {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 1;
  }
}

#footer {
  background-image: url("../../images/back_footer_2.jpg");
  background-position: center center;
  background-size: cover;
  padding: 0;
}
#footer #footer-logo {
  padding: 20px 0;
  text-align: center;
}
#footer #footer-logo img {
  width: 150px;
}
#footer #footer-contents {
  background-color: rgba(86, 71, 38, 0.75);
  color: #fff;
  border-bottom: 20px solid #564726;
  padding: 20px 0 10px;
}
@media (max-width: 900px) {
  #footer #footer-contents #footer-navi {
    display: none;
  }
}
#footer #footer-contents #footer-navi .menu .menu-item {
  width: 16.6666666667%;
  float: left;
  position: relative;
}
#footer #footer-contents #footer-navi .menu .menu-item a {
  display: block;
  text-align: center;
}
#footer #footer-contents #footer-navi .menu .menu-item img {
  height: 8px;
}
#footer #footer-contents #footer-navi .menu .menu-item + .menu-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#footer #footer-contents #global-footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media (max-width: 900px) {
  #footer #footer-contents #global-footer {
    display: block;
    text-align: center;
  }
}
#footer #footer-contents #global-footer #footer-tel,
#footer #footer-contents #global-footer #footer-open,
#footer #footer-contents #global-footer #footer-line-recruit {
  margin: 0 5px;
}
@media (max-width: 900px) {
  #footer #footer-contents #global-footer #footer-tel,
  #footer #footer-contents #global-footer #footer-open,
  #footer #footer-contents #global-footer #footer-line-recruit {
    margin: 10px 0 0;
  }
}
#footer #footer-contents #global-footer #footer-tel dl,
#footer #footer-contents #global-footer #footer-open dl {
  display: flex;
  align-items: baseline;
}
@media (max-width: 900px) {
  #footer #footer-contents #global-footer #footer-tel dl,
  #footer #footer-contents #global-footer #footer-open dl {
    justify-content: center;
  }
}
#footer #footer-contents #global-footer #footer-tel dl dt,
#footer #footer-contents #global-footer #footer-tel dl dd,
#footer #footer-contents #global-footer #footer-open dl dt,
#footer #footer-contents #global-footer #footer-open dl dd {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
#footer #footer-contents #global-footer #footer-tel dl dd,
#footer #footer-contents #global-footer #footer-open dl dd {
  font-weight: bold;
}
#footer #footer-contents #global-footer .plus-hour-f {
  font-size: 12px;
}
#footer #footer-contents #global-footer #footer-tel dl dd {
  font-size: 20px;
}
#footer #footer-contents #global-footer #footer-open dl dd {
  font-size: 16px;
}
#footer #footer-contents #global-footer img {
  height: 30px;
}
#footer #footer-contents #copyright {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 10px;
}
#footer #floating-navi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (max-width: 900px) {
  #footer #floating-navi {
    display: block;
  }
}
#footer #floating-navi .contents-wide {
  background: none;
  height: 0;
  position: relative;
}
#footer #floating-navi .contents-wide ul li {
  position: absolute;
  bottom: 0;
  max-width: 200px;
}
@media (max-width: 900px) {
  #footer #floating-navi .contents-wide ul li {
    max-width: 50%;
  }
}
#footer #floating-navi .contents-wide ul li.tel {
  left: 0;
}
#footer #floating-navi .contents-wide ul li.line {
  right: 0;
}

html body #wrapper #footer #footer-read {
  padding: 20px 0;
  font-size: 22px;
  color: #554726 !important;
  line-height: 30px;
  text-align: center;
  font-feature-settings: "palt";
}

#main .parallax {
  opacity: 0;
  transition: all 0.75s ease;
}
#main .parallax-left {
  transform: translate(-20%, 0);
}
#main .parallax-right {
  transform: translate(20%, 0);
}
#main .parallax-up {
  transform: translate(0, -50%);
}
#main .parallax-alternation:nth-child(odd) {
  transform: translate(-20%, 0);
}
#main .parallax-alternation:nth-child(even) {
  transform: translate(20%, 0);
}
#main .parallax-visible {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
#main .page-heading {
  padding: 10px 10px;
  color: #564726;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 40px 0;
  text-align: center;
}
#main .page-heading sub {
  display: block;
  font-size: 11px;
}
#main .section-heading {
  border-bottom: 3px solid #564726;
  margin: 0 0 20px 0;
}
#main .section-heading:after {
  content: "";
  display: block;
  border-bottom: 1px solid #564726;
  transform: translate(0, 7px);
}
#main .section-heading img {
  height: 18px;
}
#main .more {
  margin: 40px 0;
  text-align: center;
}
#main .more a {
  display: inline-block;
  font-size: 12px;
  line-height: 48px;
  max-width: 33.3333333333%;
  width: 100%;
  padding: 0 20px;
  border: 1px solid rgba(86, 71, 38, 0.25);
  color: rgba(86, 71, 38, 0.25);
  transition: all 0.25s ease;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(86, 71, 38, 0), rgba(86, 71, 38, 0) 50px, #564726 50px, #564726 100px);
  background-position: 0 -1px;
  background-size: 100% 100px;
}
#main .more a:hover {
  background-position: 0 -50px;
  color: #fff;
}
#main .collapse-container .collapse-content {
  display: none;
}

#page-home #header #main-visual {
  margin-top: -50px;
}
#page-home #header #main-visual .contents-wide {
  padding: 0;
}
#page-home #header #main-visual .contents-wide .carousel-container {
  position: relative;
}
#page-home #header #main-visual .contents-wide .carousel-container .carousel-wrapper {
  white-space: nowrap;
}
#page-home #header #main-visual .contents-wide .carousel-container .carousel-wrapper .carousel-slide {
  display: inline-block;
  width: 100%;
}
#page-home #header #main-visual .contents-wide .carousel-container .carousel-wrapper .carousel-slide img {
  width: 100%;
}
#page-home #header #main-visual .contents-wide .carousel-container .slick-dots {
  display: flex;
  justify-content: center;
  height: 4px;
  line-height: 4px;
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translate(-50%, 0);
}
@media (max-width: 900px) {
  #page-home #header #main-visual .contents-wide .carousel-container .slick-dots {
    bottom: -18px;
  }
}
#page-home #header #main-visual .contents-wide .carousel-container .slick-dots button {
  border: none;
  background-color: #ccc;
  text-indent: -9999px;
  overflow: hidden;
  height: 4px;
  width: 50px;
  margin: 0 2.5px;
}
@media (max-width: 900px) {
  #page-home #header #main-visual .contents-wide .carousel-container .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px;
  }
}
#page-home #header #main-visual .contents-wide .carousel-container .slick-dots .slick-active button {
  background-color: #564726;
}
#page-home #main {
  padding: 60px 0 40px;
}
#page-home #main #topics {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 20px;
  padding: 0 0 20px;
}
@media (max-width: 900px) {
  #page-home #main #topics {
    width: 90%;
  }
}
#page-home #main #topics .topics-container {
  height: 120px;
  overflow-y: auto;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
}
#page-home #main #topics .list-item {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #564726;
}
#page-home #main #topics .list-item:first-child {
  border-top: 0;
}
#page-home #main #topics .list-item a {
  display: flex;
  gap: 10px;
  font-weight: bold;
}
#page-home #main .movie_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #page-home #main .movie_row {
    display: block;
  }
}
#page-home #main .movie_row #movie {
  width: calc(70% - 30px);
}
@media (max-width: 900px) {
  #page-home #main .movie_row #movie {
    width: 90%;
    margin: auto;
  }
}
#page-home #main .movie_row #movie video {
  width: 100%;
}
#page-home #main .movie_row #twitter {
  width: 30%;
}
@media (max-width: 900px) {
  #page-home #main .movie_row #twitter {
    width: 90%;
    margin: 40px auto 0;
  }
}
#page-home #main .app {
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 900px) {
  #page-home #main .app {
    gap: 10px;
    width: 90%;
  }
}
#page-home #main #newface .newface-bg {
  padding: 80px 0;
  background-image: url("../../images/back_newface.jpg");
  background-size: cover;
}
#page-home #main #newface .section-heading {
  border-bottom-color: #fff;
}
#page-home #main #newface .section-heading:after {
  border-bottom-color: #fff;
}
#page-home #main #newface .carousel-container {
  position: relative;
}
#page-home #main #newface .carousel-container .prev,
#page-home #main #newface .carousel-container .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25.8px 55.2px;
}
#page-home #main #newface .carousel-container .prev {
  left: -100px;
  background-image: url("../../images/left.png");
}
#page-home #main #newface .carousel-container .next {
  right: -100px;
  background-image: url("../../images/right.png");
}
#page-home #main #newface .carousel-container .carousel-wrapper {
  margin: 0 -5px;
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide {
  padding: 0 5px;
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .photo img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info {
  margin: 5px 0 0 0;
  font-size: 16px;
  background-color: #fff;
  color: #564726;
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 900px) {
  #page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info {
    font-size: 11px;
  }
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info .name,
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info .age {
  display: inline-block;
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info .age {
  margin-left: 5px;
}
#page-home #main #newface .carousel-container .carousel-wrapper .carousel-slide .info .cup {
  display: block;
}
#page-home #main #schedule .contents-wide {
  padding: 80px 0;
  background-image: url("../../images/back_today.jpg");
  background-size: cover;
}
#page-home #main #schedule .carousel-container .therapist {
  position: relative;
}
#page-home #main #schedule .carousel-container .prev,
#page-home #main #schedule .carousel-container .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25.8px 55.2px;
}
#page-home #main #schedule .carousel-container .prev {
  left: -100px;
  background-image: url("../../images/left_2.png");
}
#page-home #main #schedule .carousel-container .next {
  right: -100px;
  background-image: url("../../images/right_2.png");
}
#page-home #main #schedule .carousel-container .carousel-wrapper {
  margin: 0 -5px;
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide {
  padding: 0 5px;
  margin: 0 0 20px 0;
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .photo img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info {
  margin: 5px 0 0 0;
  font-size: 16px;
  background-color: #564726;
  color: #fff;
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 900px) {
  #page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info {
    font-size: 11px;
  }
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info .name,
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info .age {
  display: inline-block;
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info .age {
  margin-left: 5px;
}
#page-home #main #schedule .carousel-container .carousel-wrapper .carousel-slide .info .cup {
  display: block;
}
#page-home #main #system,
#page-home #main #access {
  padding: 60px 0 0 0;
}
#page-home #main #system .price-list img,
#page-home #main #access .price-list img {
  width: 100%;
}
#page-home #main #system .price-list a,
#page-home #main #access .price-list a {
  display: block;
}
#page-home #main #system .price-list a img,
#page-home #main #access .price-list a img {
  width: 100%;
}
#page-home #main #system .google-map-container,
#page-home #main #access .google-map-container {
  width: 100%;
  height: 0;
  padding: 43.4782608696% 0 0;
  position: relative;
}
@media (max-width: 900px) {
  #page-home #main #system .google-map-container,
  #page-home #main #access .google-map-container {
    padding: 100% 0 0;
  }
}
#page-home #main #system .google-map-container iframe,
#page-home #main #access .google-map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page-home #main #system .info,
#page-home #main #access .info {
  text-align: center;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 2;
}
#page-home #main #system .info dl,
#page-home #main #access .info dl {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  #page-home #main #system .info dl,
  #page-home #main #access .info dl {
    display: block;
  }
}
#page-home #main #system .info dl dt,
#page-home #main #system .info dl dd,
#page-home #main #access .info dl dt,
#page-home #main #access .info dl dd {
  margin: 0 5px;
}
@media (max-width: 900px) {
  #page-home #main #system .info dl dt,
  #page-home #main #system .info dl dd,
  #page-home #main #access .info dl dt,
  #page-home #main #access .info dl dd {
    margin: 0;
  }
}
@media (max-width: 900px) {
  #page-home #main #system .info dl dt,
  #page-home #main #access .info dl dt {
    font-weight: bold;
  }
}
#page-home #main #system .access_map,
#page-home #main #access .access_map {
  margin: 0 auto 30px;
  width: 640px;
}
@media (max-width: 900px) {
  #page-home #main #system .access_map,
  #page-home #main #access .access_map {
    width: 90%;
  }
}
#page-home #main #system .prohibited,
#page-home #main #access .prohibited {
  font-size: 14px;
  margin-bottom: 30px;
}
#page-home #main #system .prohibited span,
#page-home #main #access .prohibited span {
  font-size: 16px;
  font-weight: bold;
}
#page-home #main #system .prohibited li,
#page-home #main #access .prohibited li {
  margin: 10px 0;
  line-height: 1.4;
}

.cherry {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 50px auto;
}

.cast_xicon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
}
@media (max-width: 900px) {
  .cast_xicon {
    width: 40px;
    height: 40px;
  }
}

#page-therapist #main .contents .clearfix, #page-therapist #page-system #main .contents .infos, #page-system #page-therapist #main .contents .infos, #page-therapist #page-system #main .contents .price-lists, #page-system #page-therapist #main .contents .price-lists, #page-therapist #page-schedule #main .contents .therapists, #page-schedule #page-therapist #main .contents .therapists,
#page-therapist #page-therapists #main .contents .therapists,
#page-therapists #page-therapist #main .contents .therapists, #page-therapist #page-schedule #main .contents .days, #page-schedule #page-therapist #main .contents .days,
#page-therapist #page-therapists #main .contents .days,
#page-therapists #page-therapist #main .contents .days, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu, #page-therapist #page-recruit #main .contents #header #global-navi .global-navi-wrapper .contents .menu, #page-recruit #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents .menu, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu, #page-therapist #main .contents .contents {
  margin: 0 -20px;
}
@media (max-width: 900px) {
  #page-therapist #main .contents .clearfix, #page-therapist #page-system #main .contents .infos, #page-system #page-therapist #main .contents .infos, #page-therapist #page-system #main .contents .price-lists, #page-system #page-therapist #main .contents .price-lists, #page-therapist #page-schedule #main .contents .therapists, #page-schedule #page-therapist #main .contents .therapists,
  #page-therapist #page-therapists #main .contents .therapists,
  #page-therapists #page-therapist #main .contents .therapists, #page-therapist #page-schedule #main .contents .days, #page-schedule #page-therapist #main .contents .days,
  #page-therapist #page-therapists #main .contents .days,
  #page-therapists #page-therapist #main .contents .days, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu, #page-therapist #page-recruit #main .contents #header #global-navi .global-navi-wrapper .contents .menu, #page-recruit #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents .menu, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu, #page-therapist #main .contents .contents {
    margin: 0;
  }
}
#page-therapist #main .contents .clearfix #photos, #page-therapist #page-system #main .contents .infos #photos, #page-system #page-therapist #main .contents .infos #photos, #page-therapist #page-system #main .contents .price-lists #photos, #page-system #page-therapist #main .contents .price-lists #photos, #page-therapist #page-schedule #main .contents .therapists #photos, #page-schedule #page-therapist #main .contents .therapists #photos,
#page-therapist #page-therapists #main .contents .therapists #photos,
#page-therapists #page-therapist #main .contents .therapists #photos, #page-therapist #page-schedule #main .contents .days #photos, #page-schedule #page-therapist #main .contents .days #photos,
#page-therapist #page-therapists #main .contents .days #photos,
#page-therapists #page-therapist #main .contents .days #photos, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos, #page-therapist #main .contents .contents #photos {
  width: 25%;
  float: right;
  padding: 0 20px;
}
@media (max-width: 900px) {
  #page-therapist #main .contents .clearfix #photos, #page-therapist #page-system #main .contents .infos #photos, #page-system #page-therapist #main .contents .infos #photos, #page-therapist #page-system #main .contents .price-lists #photos, #page-system #page-therapist #main .contents .price-lists #photos, #page-therapist #page-schedule #main .contents .therapists #photos, #page-schedule #page-therapist #main .contents .therapists #photos,
  #page-therapist #page-therapists #main .contents .therapists #photos,
  #page-therapists #page-therapist #main .contents .therapists #photos, #page-therapist #page-schedule #main .contents .days #photos, #page-schedule #page-therapist #main .contents .days #photos,
  #page-therapist #page-therapists #main .contents .days #photos,
  #page-therapists #page-therapist #main .contents .days #photos, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos, #page-therapist #main .contents .contents #photos {
    width: auto;
    float: none;
    padding: 0;
    margin: 0 0 20px;
  }
}
#page-therapist #main .contents .clearfix #photos #photos-large, #page-therapist #page-system #main .contents .infos #photos #photos-large, #page-system #page-therapist #main .contents .infos #photos #photos-large, #page-therapist #page-system #main .contents .price-lists #photos #photos-large, #page-system #page-therapist #main .contents .price-lists #photos #photos-large, #page-therapist #page-schedule #main .contents .therapists #photos #photos-large, #page-schedule #page-therapist #main .contents .therapists #photos #photos-large,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-large,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-large, #page-therapist #page-schedule #main .contents .days #photos #photos-large, #page-schedule #page-therapist #main .contents .days #photos #photos-large,
#page-therapist #page-therapists #main .contents .days #photos #photos-large,
#page-therapists #page-therapist #main .contents .days #photos #photos-large, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-large, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-large, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-large, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-large, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-large, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-large, #page-therapist #main .contents .contents #photos #photos-large {
  margin: 0 0 5px;
}
#page-therapist #main .contents .clearfix #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #page-system #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper, #page-system #page-therapist #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #page-system #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper, #page-system #page-therapist #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #page-schedule #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper, #page-schedule #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #page-schedule #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper, #page-schedule #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper,
#page-therapist #page-therapists #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper,
#page-therapists #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-large .carousel-container .carousel-wrapper, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-large .carousel-container .carousel-wrapper, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper, #page-therapist #main .contents .contents #photos #photos-large .carousel-container .carousel-wrapper {
  white-space: nowrap;
}
#page-therapist #main .contents .clearfix #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-system #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-system #page-therapist #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-system #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-system #page-therapist #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-schedule #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-schedule #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-schedule #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-schedule #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide,
#page-therapist #page-therapists #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide,
#page-therapists #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents .contents #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide {
  display: inline-block;
  width: 100%;
}
#page-therapist #main .contents .clearfix #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-system #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-system #page-therapist #main .contents .infos #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-system #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-system #page-therapist #main .contents .price-lists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-schedule #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-schedule #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-schedule #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-schedule #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapist #page-therapists #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapists #page-therapist #main .contents .days #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents .contents #photos #photos-large .carousel-container .carousel-wrapper .carousel-slide img {
  width: 100%;
}
#page-therapist #main .contents .clearfix #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #page-system #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper, #page-system #page-therapist #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #page-system #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper, #page-system #page-therapist #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #page-schedule #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper, #page-schedule #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #page-schedule #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper, #page-schedule #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper,
#page-therapist #page-therapists #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper,
#page-therapists #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper, #page-therapist #main .contents .contents #photos #photos-thumb .carousel-container .carousel-wrapper {
  white-space: nowrap;
  margin: 0 -2.5px;
}
#page-therapist #main .contents .clearfix #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-system #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-system #page-therapist #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-system #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-system #page-therapist #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-schedule #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-schedule #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #page-schedule #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-schedule #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide,
#page-therapist #page-therapists #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide,
#page-therapists #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide, #page-therapist #main .contents .contents #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide {
  display: inline-block;
  width: 33.3333333333%;
  padding: 0 2.5px;
  transition: all 0.5s ease;
  opacity: 0.6;
}
#page-therapist #main .contents .clearfix #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-system #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-system #page-therapist #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-system #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-system #page-therapist #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-schedule #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-schedule #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #page-schedule #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-schedule #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapist #page-therapists #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img,
#page-therapists #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img, #page-therapist #main .contents .contents #photos #photos-thumb .carousel-container .carousel-wrapper .carousel-slide img {
  width: 100%;
}
#page-therapist #main .contents .clearfix #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #page-system #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-system #page-therapist #main .contents .infos #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #page-system #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-system #page-therapist #main .contents .price-lists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #page-schedule #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-schedule #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current,
#page-therapist #page-therapists #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current,
#page-therapists #page-therapist #main .contents .therapists #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #page-schedule #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-schedule #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current,
#page-therapist #page-therapists #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current,
#page-therapists #page-therapist #main .contents .days #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current, #page-therapist #main .contents .contents #photos #photos-thumb .carousel-container .carousel-wrapper .slick-current {
  opacity: 1;
}
#page-therapist #main .contents .clearfix .section-name, #page-therapist #page-system #main .contents .infos .section-name, #page-system #page-therapist #main .contents .infos .section-name, #page-therapist #page-system #main .contents .price-lists .section-name, #page-system #page-therapist #main .contents .price-lists .section-name, #page-therapist #page-schedule #main .contents .therapists .section-name, #page-schedule #page-therapist #main .contents .therapists .section-name,
#page-therapist #page-therapists #main .contents .therapists .section-name,
#page-therapists #page-therapist #main .contents .therapists .section-name, #page-therapist #page-schedule #main .contents .days .section-name, #page-schedule #page-therapist #main .contents .days .section-name,
#page-therapist #page-therapists #main .contents .days .section-name,
#page-therapists #page-therapist #main .contents .days .section-name, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section-name, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section-name, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section-name, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section-name, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section-name, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section-name, #page-therapist #main .contents .contents .section-name {
  float: left;
}
#page-therapist #main .contents .clearfix .section, #page-therapist #page-system #main .contents .infos .section, #page-system #page-therapist #main .contents .infos .section, #page-therapist #page-system #main .contents .price-lists .section, #page-system #page-therapist #main .contents .price-lists .section, #page-therapist #page-schedule #main .contents .therapists .section, #page-schedule #page-therapist #main .contents .therapists .section,
#page-therapist #page-therapists #main .contents .therapists .section,
#page-therapists #page-therapist #main .contents .therapists .section, #page-therapist #page-schedule #main .contents .days .section, #page-schedule #page-therapist #main .contents .days .section,
#page-therapist #page-therapists #main .contents .days .section,
#page-therapists #page-therapist #main .contents .days .section, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section, #page-therapist #main .contents .contents .section {
  clear: left;
  width: 70%;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 900px) {
  #page-therapist #main .contents .clearfix .section, #page-therapist #page-system #main .contents .infos .section, #page-system #page-therapist #main .contents .infos .section, #page-therapist #page-system #main .contents .price-lists .section, #page-system #page-therapist #main .contents .price-lists .section, #page-therapist #page-schedule #main .contents .therapists .section, #page-schedule #page-therapist #main .contents .therapists .section,
  #page-therapist #page-therapists #main .contents .therapists .section,
  #page-therapists #page-therapist #main .contents .therapists .section, #page-therapist #page-schedule #main .contents .days .section, #page-schedule #page-therapist #main .contents .days .section,
  #page-therapist #page-therapists #main .contents .days .section,
  #page-therapists #page-therapist #main .contents .days .section, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section, #page-therapist #main .contents .contents .section {
    width: auto;
    float: none;
    padding: 0;
  }
}
#page-therapist #main .contents .clearfix .section-name, #page-therapist #page-system #main .contents .infos .section-name, #page-system #page-therapist #main .contents .infos .section-name, #page-therapist #page-system #main .contents .price-lists .section-name, #page-system #page-therapist #main .contents .price-lists .section-name, #page-therapist #page-schedule #main .contents .therapists .section-name, #page-schedule #page-therapist #main .contents .therapists .section-name,
#page-therapist #page-therapists #main .contents .therapists .section-name,
#page-therapists #page-therapist #main .contents .therapists .section-name, #page-therapist #page-schedule #main .contents .days .section-name, #page-schedule #page-therapist #main .contents .days .section-name,
#page-therapist #page-therapists #main .contents .days .section-name,
#page-therapists #page-therapist #main .contents .days .section-name, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section-name, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section-name, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section-name, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section-name, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section-name, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section-name, #page-therapist #main .contents .contents .section-name {
  margin: 0 0 20px;
}
#page-therapist #main .contents .clearfix .section .therapist-name, #page-therapist #page-system #main .contents .infos .section .therapist-name, #page-system #page-therapist #main .contents .infos .section .therapist-name, #page-therapist #page-system #main .contents .price-lists .section .therapist-name, #page-system #page-therapist #main .contents .price-lists .section .therapist-name, #page-therapist #page-schedule #main .contents .therapists .section .therapist-name, #page-schedule #page-therapist #main .contents .therapists .section .therapist-name,
#page-therapist #page-therapists #main .contents .therapists .section .therapist-name,
#page-therapists #page-therapist #main .contents .therapists .section .therapist-name, #page-therapist #page-schedule #main .contents .days .section .therapist-name, #page-schedule #page-therapist #main .contents .days .section .therapist-name,
#page-therapist #page-therapists #main .contents .days .section .therapist-name,
#page-therapists #page-therapist #main .contents .days .section .therapist-name, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .therapist-name, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .therapist-name, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .therapist-name, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .therapist-name, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .therapist-name, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .therapist-name, #page-therapist #main .contents .contents .section .therapist-name {
  font-size: 18px;
  padding: 0 0 0 35px;
  border-bottom: 2px solid #564726;
  position: relative;
}
#page-therapist #main .contents .clearfix .section .therapist-name:before, #page-therapist #page-system #main .contents .infos .section .therapist-name:before, #page-system #page-therapist #main .contents .infos .section .therapist-name:before, #page-therapist #page-system #main .contents .price-lists .section .therapist-name:before, #page-system #page-therapist #main .contents .price-lists .section .therapist-name:before, #page-therapist #page-schedule #main .contents .therapists .section .therapist-name:before, #page-schedule #page-therapist #main .contents .therapists .section .therapist-name:before,
#page-therapist #page-therapists #main .contents .therapists .section .therapist-name:before,
#page-therapists #page-therapist #main .contents .therapists .section .therapist-name:before, #page-therapist #page-schedule #main .contents .days .section .therapist-name:before, #page-schedule #page-therapist #main .contents .days .section .therapist-name:before,
#page-therapist #page-therapists #main .contents .days .section .therapist-name:before,
#page-therapists #page-therapist #main .contents .days .section .therapist-name:before, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .therapist-name:before, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .therapist-name:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .therapist-name:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .therapist-name:before, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .therapist-name:before, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .therapist-name:before, #page-therapist #main .contents .contents .section .therapist-name:before, #page-therapist #main .contents .clearfix .section .therapist-name:after, #page-therapist #page-system #main .contents .infos .section .therapist-name:after, #page-system #page-therapist #main .contents .infos .section .therapist-name:after, #page-therapist #page-system #main .contents .price-lists .section .therapist-name:after, #page-system #page-therapist #main .contents .price-lists .section .therapist-name:after, #page-therapist #page-schedule #main .contents .therapists .section .therapist-name:after, #page-schedule #page-therapist #main .contents .therapists .section .therapist-name:after,
#page-therapist #page-therapists #main .contents .therapists .section .therapist-name:after,
#page-therapists #page-therapist #main .contents .therapists .section .therapist-name:after, #page-therapist #page-schedule #main .contents .days .section .therapist-name:after, #page-schedule #page-therapist #main .contents .days .section .therapist-name:after,
#page-therapist #page-therapists #main .contents .days .section .therapist-name:after,
#page-therapists #page-therapist #main .contents .days .section .therapist-name:after, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .therapist-name:after, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .therapist-name:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .therapist-name:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .therapist-name:after, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .therapist-name:after, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .therapist-name:after, #page-therapist #main .contents .contents .section .therapist-name:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
#page-therapist #main .contents .clearfix .section .therapist-name:before, #page-therapist #page-system #main .contents .infos .section .therapist-name:before, #page-system #page-therapist #main .contents .infos .section .therapist-name:before, #page-therapist #page-system #main .contents .price-lists .section .therapist-name:before, #page-system #page-therapist #main .contents .price-lists .section .therapist-name:before, #page-therapist #page-schedule #main .contents .therapists .section .therapist-name:before, #page-schedule #page-therapist #main .contents .therapists .section .therapist-name:before,
#page-therapist #page-therapists #main .contents .therapists .section .therapist-name:before,
#page-therapists #page-therapist #main .contents .therapists .section .therapist-name:before, #page-therapist #page-schedule #main .contents .days .section .therapist-name:before, #page-schedule #page-therapist #main .contents .days .section .therapist-name:before,
#page-therapist #page-therapists #main .contents .days .section .therapist-name:before,
#page-therapists #page-therapist #main .contents .days .section .therapist-name:before, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .therapist-name:before, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .therapist-name:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .therapist-name:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .therapist-name:before, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .therapist-name:before, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .therapist-name:before, #page-therapist #main .contents .contents .section .therapist-name:before {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: rgba(86, 71, 38, 0.5);
}
#page-therapist #main .contents .clearfix .section .therapist-name:after, #page-therapist #page-system #main .contents .infos .section .therapist-name:after, #page-system #page-therapist #main .contents .infos .section .therapist-name:after, #page-therapist #page-system #main .contents .price-lists .section .therapist-name:after, #page-system #page-therapist #main .contents .price-lists .section .therapist-name:after, #page-therapist #page-schedule #main .contents .therapists .section .therapist-name:after, #page-schedule #page-therapist #main .contents .therapists .section .therapist-name:after,
#page-therapist #page-therapists #main .contents .therapists .section .therapist-name:after,
#page-therapists #page-therapist #main .contents .therapists .section .therapist-name:after, #page-therapist #page-schedule #main .contents .days .section .therapist-name:after, #page-schedule #page-therapist #main .contents .days .section .therapist-name:after,
#page-therapist #page-therapists #main .contents .days .section .therapist-name:after,
#page-therapists #page-therapist #main .contents .days .section .therapist-name:after, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .therapist-name:after, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .therapist-name:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .therapist-name:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .therapist-name:after, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .therapist-name:after, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .therapist-name:after, #page-therapist #main .contents .contents .section .therapist-name:after {
  width: 15px;
  height: 15px;
  left: 10px;
  top: 10px;
  background-color: rgba(86, 71, 38, 0.75);
}
#page-therapist #main .contents .clearfix .section .profiles .profile dl, #page-therapist #page-system #main .contents .infos .section .profiles .profile dl, #page-system #page-therapist #main .contents .infos .section .profiles .profile dl, #page-therapist #page-system #main .contents .price-lists .section .profiles .profile dl, #page-system #page-therapist #main .contents .price-lists .section .profiles .profile dl, #page-therapist #page-schedule #main .contents .therapists .section .profiles .profile dl, #page-schedule #page-therapist #main .contents .therapists .section .profiles .profile dl,
#page-therapist #page-therapists #main .contents .therapists .section .profiles .profile dl,
#page-therapists #page-therapist #main .contents .therapists .section .profiles .profile dl, #page-therapist #page-schedule #main .contents .days .section .profiles .profile dl, #page-schedule #page-therapist #main .contents .days .section .profiles .profile dl,
#page-therapist #page-therapists #main .contents .days .section .profiles .profile dl,
#page-therapists #page-therapist #main .contents .days .section .profiles .profile dl, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .profiles .profile dl, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .profiles .profile dl, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .profiles .profile dl, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .profiles .profile dl, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .profiles .profile dl, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .profiles .profile dl, #page-therapist #main .contents .contents .section .profiles .profile dl {
  display: flex;
  border-bottom: 1px dotted #564726;
}
#page-therapist #main .contents .clearfix .section .profiles .profile dl dt, #page-therapist #page-system #main .contents .infos .section .profiles .profile dl dt, #page-system #page-therapist #main .contents .infos .section .profiles .profile dl dt, #page-therapist #page-system #main .contents .price-lists .section .profiles .profile dl dt, #page-system #page-therapist #main .contents .price-lists .section .profiles .profile dl dt, #page-therapist #page-schedule #main .contents .therapists .section .profiles .profile dl dt, #page-schedule #page-therapist #main .contents .therapists .section .profiles .profile dl dt,
#page-therapist #page-therapists #main .contents .therapists .section .profiles .profile dl dt,
#page-therapists #page-therapist #main .contents .therapists .section .profiles .profile dl dt, #page-therapist #page-schedule #main .contents .days .section .profiles .profile dl dt, #page-schedule #page-therapist #main .contents .days .section .profiles .profile dl dt,
#page-therapist #page-therapists #main .contents .days .section .profiles .profile dl dt,
#page-therapists #page-therapist #main .contents .days .section .profiles .profile dl dt, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .profiles .profile dl dt, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .profiles .profile dl dt, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .profiles .profile dl dt, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .profiles .profile dl dt, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .profiles .profile dl dt, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .profiles .profile dl dt, #page-therapist #main .contents .contents .section .profiles .profile dl dt, #page-therapist #main .contents .clearfix .section .profiles .profile dl dd, #page-therapist #page-system #main .contents .infos .section .profiles .profile dl dd, #page-system #page-therapist #main .contents .infos .section .profiles .profile dl dd, #page-therapist #page-system #main .contents .price-lists .section .profiles .profile dl dd, #page-system #page-therapist #main .contents .price-lists .section .profiles .profile dl dd, #page-therapist #page-schedule #main .contents .therapists .section .profiles .profile dl dd, #page-schedule #page-therapist #main .contents .therapists .section .profiles .profile dl dd,
#page-therapist #page-therapists #main .contents .therapists .section .profiles .profile dl dd,
#page-therapists #page-therapist #main .contents .therapists .section .profiles .profile dl dd, #page-therapist #page-schedule #main .contents .days .section .profiles .profile dl dd, #page-schedule #page-therapist #main .contents .days .section .profiles .profile dl dd,
#page-therapist #page-therapists #main .contents .days .section .profiles .profile dl dd,
#page-therapists #page-therapist #main .contents .days .section .profiles .profile dl dd, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .profiles .profile dl dd, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .profiles .profile dl dd, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .profiles .profile dl dd, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .profiles .profile dl dd, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .profiles .profile dl dd, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .profiles .profile dl dd, #page-therapist #main .contents .contents .section .profiles .profile dl dd {
  flex-basis: 50%;
}
#page-therapist #main .contents .clearfix .section .section-heading-sideline, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline, #page-therapist #main .contents .contents .section .section-heading-sideline {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  margin: 0 0 20px;
}
#page-therapist #main .contents .clearfix .section .section-heading-sideline sub, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline sub, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline sub, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline sub, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline sub, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline sub, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline sub,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline sub,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline sub, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline sub, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline sub,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline sub,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline sub, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline sub, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline sub, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline sub, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline sub, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline sub, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline sub, #page-therapist #main .contents .contents .section .section-heading-sideline sub {
  display: block;
  font-size: 12px;
}
#page-therapist #main .contents .clearfix .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:before,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:before,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:before,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:before,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:before, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:before, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents .contents .section .section-heading-sideline:before, #page-therapist #main .contents .clearfix .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:after,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:after,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:after,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:after,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:after, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:after, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents .contents .section .section-heading-sideline:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #564726;
  width: 100px;
  top: 50%;
  position: absolute;
}
@media (max-width: 900px) {
  #page-therapist #main .contents .clearfix .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:before,
  #page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:before,
  #page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:before,
  #page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:before,
  #page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:before, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:before, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents .contents .section .section-heading-sideline:before, #page-therapist #main .contents .clearfix .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:after,
  #page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:after,
  #page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:after,
  #page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:after,
  #page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:after, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:after, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents .contents .section .section-heading-sideline:after {
    width: 60px;
  }
}
#page-therapist #main .contents .clearfix .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:before, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:before, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:before,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:before,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:before, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:before, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:before,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:before,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:before, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:before, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:before, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:before, #page-therapist #main .contents .contents .section .section-heading-sideline:before {
  left: 0;
}
#page-therapist #main .contents .clearfix .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .infos .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .infos .section .section-heading-sideline:after, #page-therapist #page-system #main .contents .price-lists .section .section-heading-sideline:after, #page-system #page-therapist #main .contents .price-lists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .therapists .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .therapists .section .section-heading-sideline:after,
#page-therapist #page-therapists #main .contents .therapists .section .section-heading-sideline:after,
#page-therapists #page-therapist #main .contents .therapists .section .section-heading-sideline:after, #page-therapist #page-schedule #main .contents .days .section .section-heading-sideline:after, #page-schedule #page-therapist #main .contents .days .section .section-heading-sideline:after,
#page-therapist #page-therapists #main .contents .days .section .section-heading-sideline:after,
#page-therapists #page-therapist #main .contents .days .section .section-heading-sideline:after, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .section-heading-sideline:after, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .section-heading-sideline:after, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .section-heading-sideline:after, #page-therapist #main .contents .contents .section .section-heading-sideline:after {
  right: 0;
}
#page-therapist #main .contents .clearfix .section .comment p + p, #page-therapist #page-system #main .contents .infos .section .comment p + p, #page-system #page-therapist #main .contents .infos .section .comment p + p, #page-therapist #page-system #main .contents .price-lists .section .comment p + p, #page-system #page-therapist #main .contents .price-lists .section .comment p + p, #page-therapist #page-schedule #main .contents .therapists .section .comment p + p, #page-schedule #page-therapist #main .contents .therapists .section .comment p + p,
#page-therapist #page-therapists #main .contents .therapists .section .comment p + p,
#page-therapists #page-therapist #main .contents .therapists .section .comment p + p, #page-therapist #page-schedule #main .contents .days .section .comment p + p, #page-schedule #page-therapist #main .contents .days .section .comment p + p,
#page-therapist #page-therapists #main .contents .days .section .comment p + p,
#page-therapists #page-therapist #main .contents .days .section .comment p + p, #page-therapist #main .contents #header #global-navi .global-navi-wrapper .contents-slim .menu .section .comment p + p, #header #global-navi .global-navi-wrapper .contents-slim #page-therapist #main .contents .menu .section .comment p + p, #header #global-navi .global-navi-wrapper #page-recruit #main .contents #page-therapist #main .contents .menu .section .comment p + p, #page-recruit #main #header #global-navi .global-navi-wrapper .contents #page-therapist #main .contents .menu .section .comment p + p, #page-therapist #main .contents #footer #footer-contents #footer-navi .menu .section .comment p + p, #footer #footer-contents #footer-navi #page-therapist #main .contents .menu .section .comment p + p, #page-therapist #main .contents .contents .section .comment p + p {
  margin-top: 10px;
}

#page-schedule #main .days,
#page-therapists #main .days {
  border-right: 1px solid #564726;
  border-bottom: 1px solid #564726;
  margin: 0 0 40px;
}
#page-schedule #main .days .day,
#page-therapists #main .days .day {
  width: 14.2857142857%;
  float: left;
  color: #564726;
  border-left: 1px solid #564726;
  border-top: 1px solid #564726;
}
@media (max-width: 900px) {
  #page-schedule #main .days .day,
  #page-therapists #main .days .day {
    width: 33.3333333333%;
  }
}
@media (max-width: 900px) {
  #page-schedule #main .days .day:nth-child(1),
  #page-therapists #main .days .day:nth-child(1) {
    width: 100%;
  }
}
#page-schedule #main .days .day a,
#page-therapists #main .days .day a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
}
#page-schedule #main .days .day a .weekday,
#page-therapists #main .days .day a .weekday {
  font-size: 12px;
}
#page-schedule #main .days .day-sat,
#page-therapists #main .days .day-sat {
  color: #00f;
}
#page-schedule #main .days .day-sun,
#page-therapists #main .days .day-sun {
  color: #f00;
}
#page-schedule #main .therapists,
#page-therapists #main .therapists {
  margin: 0 -5px;
}
@media (max-width: 900px) {
  #page-schedule #main .therapists,
  #page-therapists #main .therapists {
    margin: 0 -2.5px;
  }
}
#page-schedule #main .therapists .therapist,
#page-therapists #main .therapists .therapist {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  #page-schedule #main .therapists .therapist,
  #page-therapists #main .therapists .therapist {
    width: 50%;
    padding: 0 2.5px;
    margin: 0 0 5px;
  }
}
#page-schedule #main .therapists .therapist a,
#page-therapists #main .therapists .therapist a {
  display: block;
  overflow: hidden;
}
#page-schedule #main .therapists .therapist a .therapist-content,
#page-therapists #main .therapists .therapist a .therapist-content {
  position: relative;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-photo,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-photo {
  position: relative;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-photo .photo-wrapper,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-photo .photo-wrapper {
  overflow: hidden;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-photo .photo-wrapper .photo,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-photo .photo-wrapper .photo {
  transition: all 0.5s ease;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
  line-height: 1.25;
  z-index: 3;
  background-color: rgba(86, 71, 38, 0.9);
  color: #fff;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info .name-roman span,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info .name-roman span {
  font-size: 14px;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info .name-age .name,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info .name-age .name {
  font-size: 14px;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info .name-age .age,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info .name-age .age {
  font-size: 12px;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info .schedule,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info .schedule {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  margin-top: 2.5px;
}
#page-schedule #main .therapists .therapist a .therapist-content .therapist-info .schedule img,
#page-therapists #main .therapists .therapist a .therapist-content .therapist-info .schedule img {
  height: 16px;
  width: auto;
  vertical-align: bottom;
}
#page-schedule #main .therapists .therapist a:hover .therapist-content .therapist-photo .photo-wrapper .photo,
#page-therapists #main .therapists .therapist a:hover .therapist-content .therapist-photo .photo-wrapper .photo {
  margin: 0 -25%;
}

@media (max-width: 900px) {
  #schedule {
    margin-top: 60px;
  }
}
#schedule .days {
  display: flex;
}
@media (max-width: 900px) {
  #schedule .days {
    display: block;
  }
}
#schedule .days .day {
  border: 1px solid #564726;
  width: 14.2857142857%;
  margin: 0px 5px;
  text-align: center;
}
@media (max-width: 900px) {
  #schedule .days .day {
    border: 1px solid #564726;
    width: 100% !important;
    margin: 5px 0 !important;
  }
}
@media (max-width: 900px) {
  #schedule .days .day dl {
    display: flex;
  }
}
#schedule .days .day dt {
  background-color: rgba(86, 71, 38, 0.5);
  color: #fff;
}
@media (max-width: 900px) {
  #schedule .days .day dt {
    width: 200px !important;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  #schedule .days .day dd {
    line-height: 3.5;
  }
}

#page-system #main {
  padding: 0;
}
#page-system #main section + section {
  margin-top: 40px;
}
#page-system #main .price-lists {
  margin: 0 -20px;
}
@media (max-width: 900px) {
  #page-system #main .price-lists {
    margin: 0;
  }
}
#page-system #main .price-lists .price-list {
  padding: 0 20px;
  margin: 0 0 40px;
  width: 50%;
}
@media (max-width: 900px) {
  #page-system #main .price-lists .price-list {
    padding: 0;
    width: auto;
  }
}
#page-system #main .price-lists .price-list .price-list-heading {
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #564726;
}
#page-system #main .price-lists .price-list .courses .course {
  border-bottom: 1px solid #564726;
}
#page-system #main .price-lists .price-list .courses .course dl {
  display: flex;
  line-height: 3;
}
@media (max-width: 900px) {
  #page-system #main .price-lists .price-list .courses .course dl {
    width: 100%;
  }
}
#page-system #main .price-lists .price-list .courses .course dl dt,
#page-system #main .price-lists .price-list .courses .course dl dd {
  flex-basis: 50%;
  padding: 0 20px;
}
#page-system #main .price-lists .price-list .courses .course dl dd {
  text-align: right;
}
#page-system #main .price-lists .price-list .courses .course .description {
  padding: 0 20px;
  font-size: 12px;
  margin: -10px 0 10px;
}
#page-system #main .price-lists .price-list-basic,
#page-system #main .price-lists .price-list-other {
  float: left;
}
@media (max-width: 900px) {
  #page-system #main .price-lists .price-list-basic,
  #page-system #main .price-lists .price-list-other {
    float: none;
  }
}
#page-system #main .price-lists .price-list-vip,
#page-system #main .price-lists .price-list-sp-vip,
#page-system #main .price-lists .price-list-credit {
  float: right;
}
@media (max-width: 900px) {
  #page-system #main .price-lists .price-list-vip,
  #page-system #main .price-lists .price-list-sp-vip,
  #page-system #main .price-lists .price-list-credit {
    float: none;
  }
}
#page-system #main .price-lists .price-list-vip img,
#page-system #main .price-lists .price-list-sp-vip img,
#page-system #main .price-lists .price-list-credit img {
  width: 100%;
}
#page-system #main .prohibited {
  font-size: 14px;
  margin-bottom: 30px;
}
#page-system #main .prohibited span {
  font-size: 16px;
  font-weight: bold;
}
#page-system #main .prohibited li {
  margin: 10px 0;
  line-height: 1.4;
}
#page-system #main .infos {
  margin: 0 -20px;
}
@media (max-width: 900px) {
  #page-system #main .infos {
    margin: 0;
  }
}
#page-system #main .infos .info,
#page-system #main .infos .tel {
  padding: 0 20px;
  margin: 0 0 20px;
}
@media (max-width: 900px) {
  #page-system #main .infos .info,
  #page-system #main .infos .tel {
    padding: 0;
  }
}
#page-system #main .infos .info {
  float: left;
  width: 50%;
  line-height: 24px;
}
@media (max-width: 900px) {
  #page-system #main .infos .info {
    width: auto;
    float: none;
  }
}
#page-system #main .infos .info dl {
  display: flex;
}
#page-system #main .infos .info dl dt {
  flex-basis: 40%;
  background: #564726;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#page-system #main .infos .info dl dd {
  flex-basis: 60%;
  padding: 0 10px;
  font-size: 18px;
}
#page-system #main .infos .tel {
  width: 100%;
  font-size: 50px;
}
@media (max-width: 900px) {
  #page-system #main .infos .tel {
    font-size: 28px;
  }
}
#page-system #main .google-map-container {
  width: 100%;
  height: 300px;
  position: relative;
}
#page-system #main .google-map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-topic #main .contents-slim .clearfix, #page-topic #page-recruit #main .contents .clearfix, #page-recruit #page-topic #main .contents .clearfix, #page-topic #main #header #global-navi .global-navi-wrapper .contents-slim .menu, #page-topic #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu, #page-recruit #page-topic #main #header #global-navi .global-navi-wrapper .contents .menu, #header #global-navi .global-navi-wrapper #page-topic #main .contents-slim .menu, #header #global-navi .global-navi-wrapper #page-topic #page-recruit #main .contents .menu, #page-recruit #header #global-navi .global-navi-wrapper #page-topic #main .contents .menu, #page-topic #main .contents-slim #footer #footer-contents #footer-navi .menu, #page-topic #page-recruit #main .contents #footer #footer-contents #footer-navi .menu, #page-recruit #page-topic #main .contents #footer #footer-contents #footer-navi .menu, #footer #footer-contents #footer-navi #page-topic #main .contents-slim .menu, #footer #footer-contents #footer-navi #page-topic #page-recruit #main .contents .menu, #page-recruit #footer #footer-contents #footer-navi #page-topic #main .contents .menu, #page-topic #page-therapist #main .contents-slim .contents, #page-topic #page-therapist #page-recruit #main .contents .contents, #page-recruit #page-topic #page-therapist #main .contents .contents, #page-therapist #page-topic #main .contents-slim .contents, #page-therapist #page-topic #page-recruit #main .contents .contents, #page-recruit #page-therapist #page-topic #main .contents .contents, #page-topic #page-schedule #main .contents-slim .days, #page-topic #page-schedule #page-recruit #main .contents .days, #page-recruit #page-topic #page-schedule #main .contents .days, #page-schedule #page-topic #main .contents-slim .days, #page-schedule #page-topic #page-recruit #main .contents .days, #page-recruit #page-schedule #page-topic #main .contents .days,
#page-topic #page-therapists #main .contents-slim .days,
#page-topic #page-therapists #page-recruit #main .contents .days,
#page-recruit #page-topic #page-therapists #main .contents .days,
#page-therapists #page-topic #main .contents-slim .days,
#page-therapists #page-topic #page-recruit #main .contents .days,
#page-recruit #page-therapists #page-topic #main .contents .days, #page-topic #page-schedule #main .contents-slim .therapists, #page-topic #page-schedule #page-recruit #main .contents .therapists, #page-recruit #page-topic #page-schedule #main .contents .therapists, #page-schedule #page-topic #main .contents-slim .therapists, #page-schedule #page-topic #page-recruit #main .contents .therapists, #page-recruit #page-schedule #page-topic #main .contents .therapists,
#page-topic #page-therapists #main .contents-slim .therapists,
#page-topic #page-therapists #page-recruit #main .contents .therapists,
#page-recruit #page-topic #page-therapists #main .contents .therapists,
#page-therapists #page-topic #main .contents-slim .therapists,
#page-therapists #page-topic #page-recruit #main .contents .therapists,
#page-recruit #page-therapists #page-topic #main .contents .therapists, #page-topic #page-system #main .contents-slim .price-lists, #page-topic #page-system #page-recruit #main .contents .price-lists, #page-recruit #page-topic #page-system #main .contents .price-lists, #page-system #page-topic #main .contents-slim .price-lists, #page-system #page-topic #page-recruit #main .contents .price-lists, #page-recruit #page-system #page-topic #main .contents .price-lists, #page-topic #page-system #main .contents-slim .infos, #page-topic #page-system #page-recruit #main .contents .infos, #page-recruit #page-topic #page-system #main .contents .infos, #page-system #page-topic #main .contents-slim .infos, #page-system #page-topic #page-recruit #main .contents .infos, #page-recruit #page-system #page-topic #main .contents .infos {
  margin: 0 -20px;
}
@media (max-width: 900px) {
  #page-topic #main .contents-slim .clearfix, #page-topic #page-recruit #main .contents .clearfix, #page-recruit #page-topic #main .contents .clearfix, #page-topic #main #header #global-navi .global-navi-wrapper .contents-slim .menu, #page-topic #page-recruit #main #header #global-navi .global-navi-wrapper .contents .menu, #page-recruit #page-topic #main #header #global-navi .global-navi-wrapper .contents .menu, #header #global-navi .global-navi-wrapper #page-topic #main .contents-slim .menu, #header #global-navi .global-navi-wrapper #page-topic #page-recruit #main .contents .menu, #page-recruit #header #global-navi .global-navi-wrapper #page-topic #main .contents .menu, #page-topic #main .contents-slim #footer #footer-contents #footer-navi .menu, #page-topic #page-recruit #main .contents #footer #footer-contents #footer-navi .menu, #page-recruit #page-topic #main .contents #footer #footer-contents #footer-navi .menu, #footer #footer-contents #footer-navi #page-topic #main .contents-slim .menu, #footer #footer-contents #footer-navi #page-topic #page-recruit #main .contents .menu, #page-recruit #footer #footer-contents #footer-navi #page-topic #main .contents .menu, #page-topic #page-therapist #main .contents-slim .contents, #page-topic #page-therapist #page-recruit #main .contents .contents, #page-recruit #page-topic #page-therapist #main .contents .contents, #page-therapist #page-topic #main .contents-slim .contents, #page-therapist #page-topic #page-recruit #main .contents .contents, #page-recruit #page-therapist #page-topic #main .contents .contents, #page-topic #page-schedule #main .contents-slim .days, #page-topic #page-schedule #page-recruit #main .contents .days, #page-recruit #page-topic #page-schedule #main .contents .days, #page-schedule #page-topic #main .contents-slim .days, #page-schedule #page-topic #page-recruit #main .contents .days, #page-recruit #page-schedule #page-topic #main .contents .days,
  #page-topic #page-therapists #main .contents-slim .days,
  #page-topic #page-therapists #page-recruit #main .contents .days,
  #page-recruit #page-topic #page-therapists #main .contents .days,
  #page-therapists #page-topic #main .contents-slim .days,
  #page-therapists #page-topic #page-recruit #main .contents .days,
  #page-recruit #page-therapists #page-topic #main .contents .days, #page-topic #page-schedule #main .contents-slim .therapists, #page-topic #page-schedule #page-recruit #main .contents .therapists, #page-recruit #page-topic #page-schedule #main .contents .therapists, #page-schedule #page-topic #main .contents-slim .therapists, #page-schedule #page-topic #page-recruit #main .contents .therapists, #page-recruit #page-schedule #page-topic #main .contents .therapists,
  #page-topic #page-therapists #main .contents-slim .therapists,
  #page-topic #page-therapists #page-recruit #main .contents .therapists,
  #page-recruit #page-topic #page-therapists #main .contents .therapists,
  #page-therapists #page-topic #main .contents-slim .therapists,
  #page-therapists #page-topic #page-recruit #main .contents .therapists,
  #page-recruit #page-therapists #page-topic #main .contents .therapists, #page-topic #page-system #main .contents-slim .price-lists, #page-topic #page-system #page-recruit #main .contents .price-lists, #page-recruit #page-topic #page-system #main .contents .price-lists, #page-system #page-topic #main .contents-slim .price-lists, #page-system #page-topic #page-recruit #main .contents .price-lists, #page-recruit #page-system #page-topic #main .contents .price-lists, #page-topic #page-system #main .contents-slim .infos, #page-topic #page-system #page-recruit #main .contents .infos, #page-recruit #page-topic #page-system #main .contents .infos, #page-system #page-topic #main .contents-slim .infos, #page-system #page-topic #page-recruit #main .contents .infos, #page-recruit #page-system #page-topic #main .contents .infos {
    margin: 0;
  }
}
@media (max-width: 900px) {
  #page-topic #main .contents-slim .posts-container, #page-topic #page-recruit #main .contents .posts-container, #page-recruit #page-topic #main .contents .posts-container {
    width: auto;
  }
}
#page-topic #main .contents-slim .posts-container .posts .post, #page-topic #page-recruit #main .contents .posts-container .posts .post, #page-recruit #page-topic #main .contents .posts-container .posts .post {
  margin: -90px 0 80px;
  padding-top: 90px;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-title, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-title, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-title {
  font-size: 20px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-thumbnail img, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-thumbnail img, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-thumbnail img {
  width: 100%;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-info, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-info, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-info {
  font-size: 14px;
  margin: 10px 0;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-content, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-content, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-content {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-content p + p, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-content p + p, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-content p + p {
  margin-top: 10px;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-more, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-more, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-more {
  font-size: 14px;
  line-height: 35px;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-more a, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-more a, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-more a {
  display: inline-block;
  width: 200px;
  border: 1px solid #564726;
  border-radius: 17.5px;
  text-align: center;
  box-sizing: border-box;
}
#page-topic #main .contents-slim .posts-container .posts .post .post-more a:hover, #page-topic #page-recruit #main .contents .posts-container .posts .post .post-more a:hover, #page-recruit #page-topic #main .contents .posts-container .posts .post .post-more a:hover {
  background-color: #564726;
  color: #fff;
}

#page-recruit #main .contents .summaries {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#page-recruit #main .contents .summaries .summary {
  display: table-row-group;
}
#page-recruit #main .contents .summaries .summary dl {
  display: table-row;
  border-bottom: 1px solid #564726;
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl {
    display: block;
    margin: 0 0 20px;
    border-bottom: none;
  }
}
#page-recruit #main .contents .summaries .summary dl dt,
#page-recruit #main .contents .summaries .summary dl dd {
  display: table-cell;
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl dt,
  #page-recruit #main .contents .summaries .summary dl dd {
    display: block;
    border: none;
  }
}
#page-recruit #main .contents .summaries .summary dl dt {
  width: 30%;
  padding: 0 10px;
  background-color: rgba(86, 71, 38, 0.25);
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl dt {
    background: none;
    border-left: 4px solid #564726;
    padding: 0 0 0 11px;
    width: auto;
    font-weight: bold;
  }
}
#page-recruit #main .contents .summaries .summary dl dd {
  padding: 10px;
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl dd {
    padding: 10px 15px;
    width: auto;
  }
}
#page-recruit #main .contents .summaries .summary dl dd .responsive .pc {
  display: inline;
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl dd .responsive .pc {
    display: none;
  }
}
#page-recruit #main .contents .summaries .summary dl dd .responsive .sp {
  display: none;
}
@media (max-width: 900px) {
  #page-recruit #main .contents .summaries .summary dl dd .responsive .sp {
    display: inline;
  }
}

html {
  height: 100%;
}
html body {
  background-color: #fff;
  color: #564726;
  font-family: serif;
  height: 100%;
}
html body #wrapper {
  width: 100%;
  overflow-x: hidden;
}
html body #wrapper #main {
  padding: 0 0 80px;
}
html body #loading-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 71, 38, 0.9);
  z-index: 999;
}
html body #loading-overlay .loader {
  color: #ffffff;
  font-size: 120px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  position: fixed;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  transform: translateZ(0);
}
html body #loading-overlay .label {
  position: fixed;
  width: 100%;
  left: 0;
  color: #fff;
  top: calc(50% + 120px);
  text-align: center;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */