@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

/* Scss Document */
/* Scss Document */
:root {
  font-size: 0.1333333333vw;
}

body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

@font-face {
  font-family: "bigcaslon";
  src: url("../fonts/big.woff") format("woff");
}
img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.text-shadow {
  text-shadow: 2px 2px 0 #470268, -2px -2px 0 #470268, -2px 2px 0 #470268, 2px -2px 0 #470268, 0px 2px 0 #470268, 0 -2px 0 #470268, -2px 0 0 #470268, 2px 0 0 #470268;
}

.tab-clicked a {
  background: linear-gradient(to bottom, #f2d29a, #fff 60%, #f2d29a);
  color: #111;
}

.tab-active {
  background: linear-gradient(to bottom, #f2d29a, #fff 60%, #f2d29a);
}
.tab-active a {
  color: #000;
}

/* Scss Document */
/* Scss Document */
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .sp {
    display: none !important;
  }
}

.none {
  display: none;
}

.flex {
  display: flex;
}

.rankicon {
  width: 44px;
  padding: 8px 0;
  position: absolute;
  bottom: 9px;
  right: 8px;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
  background-image: linear-gradient(45deg, #222b22, #2c852c 50%, #222b22);
}
@media screen and (max-width: 1199px) {
  .rankicon {
    width: 54rem;
    padding: 8rem 0;
    bottom: 12rem;
    right: 8rem;
  }
}
.rankicon p {
  font-size: 21px;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1199px) {
  .rankicon p {
    font-size: 25rem;
  }
}
.rankicon p span {
  font-size: 31px;
}
@media screen and (max-width: 1199px) {
  .rankicon p span {
    font-size: 35rem;
  }
}

.header {
  padding: 20rem 0;
  background: #000;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 20px 0 0;
  }
}
.header__payment {
  display: block;
  background: #000;
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
}
.header__payment a {
  width: 88%;
  display: block;
  padding: 14px 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__payment a {
    padding: 1.8229166667vw 0 5.7291666667vw;
  }
}
.header__payment a:hover {
  opacity: 1;
}
.header__payment a img {
  filter: drop-shadow(3px 3px 3px #313131);
}
@media screen and (min-width: 1200px) {
  .header__payment {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 14px;
    width: 18.75vw;
    background: transparent;
    z-index: 50;
  }
}

@media screen and (min-width: 1200px) {
  .header-innerwrap {
    transform: translateY(1px);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  width: 88.8%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .header-inner {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .header-inner {
    justify-content: space-around;
  }
}

.header-logo-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .header-logo-wrap {
    gap: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo-wrap {
    align-items: center;
  }
}
.header-logo-wrap-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo-wrap-top .fixed {
  position: fixed;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1199px) {
  .header-logo-wrap-top .fixed {
    top: 3.75vw;
    right: 7.3333333333vw;
  }
}

.header-logo {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header-logo img {
    width: 71.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo {
    margin-bottom: 8px;
    width: 382px;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo-text {
  font-family: "Osaka", sans-serif;
  color: #00a400;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .header-logo-text {
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.header-logo-text-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .header-logo-text-wrap {
    gap: 3.2552083333vw;
  }
}

.header-sns-lineid {
  background: #00a400;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .header-sns-lineid {
    display: none;
  }
}
.header-sns-lineid span:before {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  margin: 0 4px;
}
.header-sns-lineid a {
  padding: 0 24px;
  color: #fff;
}

.header-sns-wrap {
  font-family: "Osaka", sans-serif;
}
@media screen and (max-width: 1199px) {
  .header-sns-wrap {
    display: none;
  }
}

.header-sns-listwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 176px;
}
.header-sns-listwrap a {
  color: #fff;
}

.header-sns-list {
  font-size: 9px;
  width: 37px;
  display: flex;
  flex-direction: column;
}
.header-sns-list a {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.header-sns-list a span {
  margin-top: 10px;
}

.header-pc-shopinfo {
  font-family: "Osaka", sans-serif;
  color: #00a400;
}
@media screen and (max-width: 1199px) {
  .header-pc-shopinfo {
    display: none;
  }
}
.header-pc-shopinfo-time {
  font-size: 16px;
  margin-bottom: 10px;
}
.header-pc-shopinfo-tel {
  font-size: 20px;
  text-align: right;
}
.header-pc-shopinfo-tel span {
  font-size: 33px;
}
.header-pc-shopinfo a {
  display: block;
  text-align: right;
  margin: 4px 0 0 auto;
}
.header-pc-shopinfo img {
  text-align: right;
  width: 220px;
}

.business-hours {
  color: #fff;
  font-size: 24rem;
  font-family: "Osaka", sans-serif;
  text-align: center;
  background: #00a400;
  padding: 10rem 0;
}
@media screen and (min-width: 1200px) {
  .business-hours {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header-credit {
    display: none;
  }
}
.header-credit a {
  display: block;
}

@media screen and (max-width: 1199px) {
  .sp-credit {
    padding: 16rem 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .sp-credit {
    display: none;
  }
}

.pc-header-menu {
  width: 88.8%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .pc-header-menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pc-header-menu {
    width: 1200px;
  }
}

.pc-header-menu-list {
  font-size: 12px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pc-header-menu-list span {
  font-size: 15px;
  font-family: "Osaka", sans-serif;
  margin-bottom: 8px;
}
.pc-header-menu-list a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .pc-header-menu-list a {
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .pc-header-menu-list a {
    position: relative;
    transition: 0.3s;
  }
}

.pc-header-menu-list a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 1200px) {
  .pc-header-menu-list a:hover::after {
    width: 100%;
  }
}

.pc-global-navwrap {
  width: 100%;
  background: #000;
  border-bottom: 1px solid #00a400;
}
@media screen and (max-width: 768px) {
  .pc-global-navwrap {
    border-bottom: none;
  }
}

#global-nav {
  z-index: 1000;
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.slider {
  z-index: 1;
  padding: 0 0 48rem 0;
}
@media screen and (min-width: 1200px) {
  .slider {
    z-index: 10;
    padding: 24px 0 64px 0;
  }
}

@media screen and (min-width: 1200px) {
  .pc-bgwrap {
    background: #000;
  }
}

.footer {
  background: #000;
  padding: 36rem 0 0;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 36px 0 0;
  }
}

.footer-flexdiv {
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .footer-flexdiv {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-flexdiv {
    padding-left: 32px;
  }
}

.footer-spnav {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-spnav {
    display: none;
  }
}
.footer-spnav-list {
  width: 48%;
  font-family: "Osaka", sans-serif;
  font-size: 20rem;
  border: solid #00a400 1px;
  padding: 16rem 0;
  font-size: 21rem;
}
.footer-spnav-list span {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17rem;
  display: block;
  margin-top: 4rem;
}
.footer-spnav-list a {
  display: block;
  width: 100%;
  color: #fff;
}

.footer-right-flex {
  display: flex;
  flex-direction: column;
}

.footer-logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 66rem 0 33rem;
  color: #00a400;
  font-family: "Osaka", sans-serif;
}
@media screen and (min-width: 1200px) {
  .footer-logo-wrap {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .footer-logo-wrap {
    justify-content: space-between;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo img {
  width: 440rem;
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    width: 382px;
  }
}
.footer-logo-text {
  font-size: 30rem;
  display: block;
  margin-top: 24rem;
  margin-left: 16rem;
}
@media screen and (min-width: 1200px) {
  .footer-logo-text {
    display: none;
  }
}

.gotop {
  width: 78rem;
}
@media screen and (min-width: 1200px) {
  .gotop {
    display: none;
  }
}
.gotop a {
  display: block;
}

.footer-logo-hours {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .footer-logo-hours {
    display: none;
  }
}

.footer-logo-tel {
  font-size: 31px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .footer-logo-tel {
    display: none;
  }
}
.footer-logo-tel span {
  font-size: 19px;
}

.footer-logo-snswrap {
  display: flex;
  font-size: 9px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .footer-logo-snswrap {
    display: none;
  }
}
.footer-logo-snswrap a {
  color: #fff;
}

.footer-logo-snslist {
  width: 38px;
  margin-right: 36px;
}
.footer-logo-snslist:last-of-type {
  margin-right: 0;
}
.footer-logo-snslist a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo-snslist span {
  margin-top: 4px;
}

.footer-sp-listwrap {
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: sticky;
  bottom: 0;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .footer-sp-listwrap {
    display: none;
  }
}

.footer-sp-list {
  display: block;
  width: 33%;
  background: #00a400;
}
.footer-sp-list a {
  display: block;
  color: #fff;
  padding: 10rem 30rem;
}
.footer-sp-list-img {
  width: 50%;
  margin: 0 auto;
}

.footer-flexdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer-flexdiv {
    flex-direction: column;
  }
}

.footer-pc-navwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .footer-pc-navwrap {
    display: none;
  }
}

.footer-pc-nav {
  display: flex;
  justify-content: space-between;
  font-family: "Osaka", sans-serif;
  font-size: 13px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .footer-pc-nav {
    display: none;
  }
}
.footer-pc-nav a {
  color: #fff;
}
.footer-pc-nav-list {
  margin-left: 12px;
}

.footer-nav-imgwrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .footer-nav-imgwrap {
    display: none;
  }
}

.footer-nav-img {
  margin-bottom: 8px;
  margin-right: 8px;
}
.footer-nav-img:last-of-type {
  margin-right: 0;
}
.footer-nav-img a {
  display: block;
}

.footer-pc-copyright-wrap {
  font-size: 12px;
  color: #fff;
  text-align: right;
  background: #00a400;
  padding: 8px;
}
@media screen and (max-width: 1199px) {
  .footer-pc-copyright-wrap {
    display: none;
  }
}

.footer-sp-list-img-sms img {
  transform: translateY(12rem);
}

.toggle {
  display: none;
  right: 13rem;
  cursor: pointer;
  z-index: 3;
  position: relative;
  z-index: 20000;
  width: 100rem;
  height: 100rem;
}
@media screen and (max-width: 1199px) {
  .toggle {
    display: block;
  }
}

.toggle span {
  display: block;
  width: 100rem;
  height: 100rem;
  transition: 0.35s ease-in-out;
  background: url(../images/toggle-1.png) no-repeat;
  background-size: 100rem 100rem;
}

.toggle.active span:nth-child(1) {
  background: url(../images/toggle-2.png) no-repeat;
  background-size: 100rem 100rem;
}

.global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.8s ease;
  padding: 40rem 0;
  height: auto;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
  .global-nav {
    display: block;
  }
}

.global-nav.active {
  transform: translateY(0%);
  height: 100%;
}

.global-nav ul {
  width: 60%;
  margin: 0 auto;
}

.global-nav.active ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-nav .nav-li {
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #00a400;
  font-size: 23rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .global-nav .nav-li {
    font-size: 20rem;
  }
}
.global-nav .nav-li span {
  display: block;
  margin-top: 14rem;
  font-size: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .global-nav .nav-li span {
    font-size: 10rem;
  }
}

.global-nav .nav-li a {
  display: block;
  color: #fff;
  padding: 24rem;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .global-nav .nav-li a {
    padding: 15rem;
  }
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
  border-bottom: 1px solid #00a400;
}

.mainvisual {
  background: #000;
}

@media screen and (min-width: 1200px) {
  .main-img-innerwrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 48px;
  }
}

.mainvisual-menu {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .mainvisual-menu {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .mainvisual-menu {
    display: none;
  }
}
.mainvisual-menu-list {
  font-family: "Osaka", sans-serif;
  font-size: 26rem;
  color: #fff;
  text-align: center;
  background: #006d00;
  width: 50%;
  line-height: 1.4;
}
.mainvisual-menu-list a {
  color: #fff;
  padding: 20rem 0;
  display: inline-block;
  width: 100%;
}
.mainvisual-menu-list span {
  font-size: 22rem;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.mainvisual-menu-list:last-of-type {
  background: #00a400;
}

.main-inner {
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .main-inner {
    width: 1200px;
  }
}

.top-therapists-bg {
  background: #000;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media screen and (min-width: 1200px) {
  .top-therapists-bg {
    padding-bottom: 72px;
  }
}

.section-bg {
  background: #000;
}
@media screen and (min-width: 1200px) {
  .section-bg {
    padding-top: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .top-therapists-container .therapist-list-wrap {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .therapists-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.therapists-wrap {
  background: #000;
  padding-bottom: 72rem;
}
@media screen and (min-width: 1200px) {
  .therapists-wrap {
    width: 100%;
    padding-bottom: 0;
  }
}

.therapists-title {
  font-size: 28rem;
  font-family: "Osaka", sans-serif;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
  padding: 32rem 0;
}
@media screen and (max-width: 1199px) {
  .therapists-title {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapists-title {
    font-size: 21px;
    color: #fff;
    background: #00a400;
    padding: 8px 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .therapists-wrap-inner {
    width: 88.8%;
    margin: 0 auto;
  }
}

.therapist-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 35px 0;
}
@media screen and (min-width: 1200px) {
  .therapist-list-wrap {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .therapist-list-wrap {
    gap: 60rem 0;
  }
}
.therapist-list-wrap:before {
  content: "";
  display: block;
  width: 24.3%;
  order: 1;
}
.therapist-list-wrap:after {
  content: "";
  display: block;
  width: 24.3%;
}

.therapist-list {
  width: 48.5%;
  border: #00a400 solid 1px;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .therapist-list {
    font-size: 26rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-list {
    width: 24.3%;
    padding-top: 16px;
    margin-bottom: 20px;
  }
}
.therapist-list-image {
  width: 88.3%;
  margin: 18rem auto;
}
@media screen and (min-width: 1200px) {
  .therapist-list-image {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.therapist-list-name {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .therapist-list-name {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.therapist-list-tall {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .therapist-list-tall {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.therapist-list-worktime {
  background: #1e1e1e;
  padding: 8rem 0;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .therapist-list-worktime {
    font-size: 15px;
    padding: 8px 0;
  }
}
.therapist-list-option {
  background-color: #00a400;
  padding: 7rem 0 6rem 0;
  transform: translateY(1px);
}
@media screen and (min-width: 1200px) {
  .therapist-list-option {
    font-size: 15px;
    padding: 7px 0 6px 0;
  }
}
.therapist-list-realtime {
  color: #fff;
  background-color: #ff338c;
  position: absolute;
  padding: 5px 0;
  width: 101%;
  height: 23px;
  top: -26px;
  left: -1px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Osaka", sans-serif;
}
@media screen and (max-width: 1199px) {
  .therapist-list-realtime {
    padding: 5rem;
    top: -37rem;
    font-size: 100%;
    height: 36rem;
  }
}
.therapist-list .rankicon {
  bottom: 150px;
  right: 25px;
}
@media screen and (max-width: 1199px) {
  .therapist-list .rankicon {
    bottom: 200rem;
    right: 28rem;
  }
}

.new:before {
  content: "";
  font-size: 24rem;
  width: 106rem;
  height: 95rem;
  background-image: url(../images/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-1px);
}
@media screen and (min-width: 1200px) {
  .new:before {
    width: 89px;
    height: 80px;
  }
}

.newDate {
  padding: 5px 0 5px 15px;
  width: 101px;
  color: #fff;
  background-image: url(../images/newdate-bg.png);
  background-size: 101px 26px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 100;
  font-size: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .newDate {
    background-size: 200px auto;
    width: 200px;
    font-size: 14rem;
  }
}
@media screen and (max-width: 1199px) {
  .newDate {
    top: 10rem;
    right: 15rem;
  }
}
.newDate p {
  padding-left: 7px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .newDate p {
    padding-left: 20rem;
  }
}
.newDate:before {
  content: "";
  background-image: url(../images/newdate-icon.png);
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .newDate:before {
    transform: scale(1.5);
    top: 5rem;
    left: 10rem;
  }
}

.therapist-link {
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 11px;
}
@media screen and (max-width: 1199px) {
  .therapist-link {
    display: none;
  }
}
.therapist-link a {
  color: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.therapist-link span {
  margin-left: 8px;
}

.twitter {
  background: #000;
  padding: 0 0 130rem 0;
}
@media screen and (min-width: 1200px) {
  .twitter {
    width: 27%;
    padding: 0;
  }
}

.twitter-title {
  background: #0093dd;
  text-align: center;
  padding: 10rem 0;
}
.twitter-title img {
  width: 29%;
}
@media screen and (max-width: 1199px) {
  .twitter-title {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 36rem;
  }
}
@media screen and (min-width: 1200px) {
  .twitter-title {
    padding: 8px 0;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .twitter-inner {
    width: 100%;
  }
}

.twitter-timeline {
  display: block;
}
@media screen and (min-width: 1200px) {
  .twitter-timeline {
    display: none;
  }
}

.twitter-wrap {
  overflow: hidden;
}

.twitter-wrap iframe {
  /* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
  width: calc(100vw - 20px) !important;
}

.twitter-link {
  font-family: "Osaka", sans-serif;
  font-size: 19rem;
  border-bottom: solid 1px #fff;
  display: inline-block;
  margin-top: 48rem;
}
.twitter-link span {
  margin-left: 8px;
}
@media screen and (min-width: 1200px) {
  .twitter-link {
    font-size: 11px;
    margin-top: 18px;
  }
}
.twitter-link a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 0;
}

.about {
  text-align: center;
  padding: 90rem 0 0;
  background: #fff;
  color: #000;
  padding: 70rem 0;
}
@media screen and (max-width: 1199px) {
  .about {
    padding: 72px 0 0;
  }
}
.about-title {
  font-size: 41rem;
  border-bottom: #b0904a solid 1px;
  display: inline-block;
  padding: 0 20rem;
  color: #b0904a;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1200px) {
  .about-title {
    font-size: 31px;
  }
}
.about-title span {
  font-size: 60rem;
  font-family: "bigcaslon";
}
@media screen and (min-width: 1200px) {
  .about-title span {
    font-size: 48px;
  }
}
.about-title-text {
  font-size: 37rem;
  line-height: 1.4;
  margin-bottom: 100rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #b0904a;
}
@media screen and (min-width: 1200px) {
  .about-title-text {
    font-size: 29px;
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .about-contentwrap {
    display: flex;
  }
}

.about-content-flexwrap {
  width: 676px;
  margin-bottom: 168px;
}
@media screen and (max-width: 1199px) {
  .about-content-flexwrap {
    width: 100%;
    margin-bottom: 0;
  }
}

.about-content {
  margin-bottom: 66rem;
}
.about-content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .about-content:last-of-type {
    margin-bottom: 48rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
  }
}
.about-content-title {
  font-size: 35rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #b0904a;
  margin-bottom: 25rem;
  display: flex;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .about-content-title {
    margin-bottom: 12px;
  }
}
.about-content-title span {
  width: 7.7%;
  display: inline-block;
  margin-right: 10rem;
}
@media screen and (min-width: 1200px) {
  .about-content-title {
    font-size: 29px;
  }
}
.about-content-text {
  font-size: 21rem;
  line-height: 1.4;
  margin-bottom: 25rem;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .about-content-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 76px;
  }
}

.about-content-text1 {
  margin-bottom: 40rem;
}
@media screen and (min-width: 1200px) {
  .about-content-text1 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .about-image-wrap {
    display: none;
  }
}

.about-image {
  width: 247px;
}
@media screen and (max-width: 1199px) {
  .about-image {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .pcabout-img-wrap {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pcabout-img-wrap {
    display: block;
  }
}

.top-schedule-therapist-wrap .oil {
  word-spacing: 0;
  font-family: "fot-matisse-pron";
  text-align: center;
  font-size: 15px;
  line-height: 32px;
}
.top-schedule-therapist-wrap .oil .item {
  display: block;
  background-color: #ff338c;
}
.top-schedule-therapist-wrap .oil .item:nth-child(2) {
  background-color: #6d003f;
}
@media screen and (max-width: 1199px) {
  .top-schedule-therapist-wrap .oil {
    font-size: 26rem;
    line-height: 32rem;
  }
  .top-schedule-therapist-wrap .oil .item {
    padding: 3rem 0;
  }
}

.top__diary {
  padding: 40px 0 100px;
  width: 100%;
  color: #fff;
}
.top__diary a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .top__diary {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 40px 0 0;
  }
}
.top__diary h3 {
  margin-bottom: 20px;
  padding: 8px 0;
  font-size: 21px;
  text-align: center;
  background: #00a400;
}
@media screen and (max-width: 1199px) {
  .top__diary h3 {
    font-size: 28rem;
    font-family: "Osaka", sans-serif;
    text-align: center;
    color: #fff;
    background: #1e1e1e;
    padding: 32rem 0;
    margin-bottom: 24rem;
  }
}
.top__diary-more {
  margin: 80px 0 10px auto;
  padding: 10px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  background-color: #00a400;
  border-radius: 5%;
}
@media screen and (max-width: 1199px) {
  .top__diary-more {
    margin: 5% 2% 15% auto;
  }
}
.top__diary .archive__post {
  width: 19%;
  gap: 10px 0;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post {
    display: flex;
    flex-wrap: nowrap;
    width: 300rem;
  }
}
.top__diary .archive__post-wrap {
  width: 100%;
  gap: 20px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post-wrap {
    overflow-x: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 560rem;
    gap: 10px;
  }
}
.top__diary .archive__post-img {
  height: 300px;
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post-img {
    height: 400rem;
    width: 300rem;
  }
}
.top__diary .archive__post-img-wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post-img-wrap {
    height: 400rem;
  }
}
.top__diary .archive__post-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post-img img {
    height: 400rem;
  }
}
.top__diary .archive__post-author {
  font-weight: bold;
}
.top__diary .archive__post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) {
  .top__diary .archive__post-content {
    width: 100%;
  }
}

.slick-dots li.slick-active button:before {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .slick-dots li.slick-active button:before {
    font-size: 15rem;
  }
}

.page-title {
  width: 100%;
  background: #1e1e1e;
  padding: 24rem 0;
  text-align: center;
  font-size: 28rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .page-title {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-title {
    font-size: 21px;
    font-family: "Osaka", sans-serif;
    background: #00a400;
    text-align: center;
    padding: 8px 0;
    font-weight: 400;
    width: 1200px;
    margin: 0 auto;
  }
}

.page-therapists {
  color: #fff;
  padding-bottom: 106rem;
}
@media screen and (min-width: 1200px) {
  .page-therapists {
    padding-bottom: 260px;
  }
}

.therapists-listwrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .therapists-listwrap {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .therapists-listwrap {
    padding: 40px 24px 80px;
    justify-content: space-between;
    border: solid #00a400 1px;
  }
}
@media screen and (max-width: 1199px) {
  .therapists-listwrap {
    align-items: flex-start;
  }
}

.therapist-page-list {
  border: solid #00a400 1px;
  width: 48%;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .therapist-page-list {
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-page-list {
    width: 49.4%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 10px;
    justify-content: space-around;
    border: solid 1px #00a400;
  }
}

.therapist-img {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .therapist-img-wrap {
    padding: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-img-wrap {
    width: 42%;
  }
}
.therapist-img-wrap .newDate {
  right: 307px;
}
@media screen and (max-width: 1199px) {
  .therapist-img-wrap .newDate {
    font-size: 3.1209362809vw;
    top: 10rem;
    right: 8rem;
    width: 28.6085825748vw;
    height: 7.8023407022vw;
    background-size: 28.6085825748vw 7.8023407022vw;
    padding: 2rem 0 2rem 8rem;
  }
  .therapist-img-wrap .newDate p {
    padding-left: 5.2015604681vw;
    padding-top: 1.300390117vw;
  }
  .therapist-img-wrap .newDate::before {
    top: 1.1703511053vw;
    width: 2.9908972692vw;
    height: 3.3810143043vw;
    background-size: 2.9908972692vw 3.3810143043vw;
  }
}

.option-fee-pc {
  background: #00a400;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 4px 0;
}
@media screen and (max-width: 1199px) {
  .option-fee-pc {
    display: none;
  }
}

.therapist-info-flexwrap {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .therapist-info-flexwrap {
    font-size: 26rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-info-flexwrap {
    width: 49%;
  }
}

@media screen and (min-width: 1200px) {
  .therapist-infowrap {
    display: flex;
    justify-content: space-between;
  }
}

.therapist-contentwrap {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1199px) {
  .therapist-contentwrap {
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-contentwrap {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.therapist-tall span {
  margin-left: 4rem;
}
@media screen and (min-width: 1200px) {
  .therapist-tall span {
    margin-left: 4px;
  }
}

@media screen and (max-width: 1199px) {
  .therapist-name {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-name {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.therapist-more {
  background: #3a393b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .therapist-more {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-more {
    font-size: 15px;
    margin-bottom: 12px;
    border-radius: 3px;
    font-family: "Osaka", sans-serif;
  }
}
.therapist-more a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .therapist-more a {
    padding: 8px 4px;
    display: block;
    padding: 0 8px;
  }
}

@media screen and (max-width: 1199px) {
  .therapist-text {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-text {
    display: inline-block;
    font-size: 15px;
    line-height: 1.8;
    border-top: solid 2px #00a400;
    padding: 16px 14px 0;
    text-align: left;
  }
}

.option-fee-sp {
  background: #00a400;
  color: #fff;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 6rem 0 6rem 0;
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .option-fee-sp {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .therapist-page-option-pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .therapist-page-option-pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .therapist-page-option-sp {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .therapist-page-option-sp {
    display: block;
  }
}

.panel-nostaff {
  color: #fff;
  font-size: 24rem;
  margin-top: 24rem;
}
@media screen and (min-width: 1200px) {
  .panel-nostaff {
    font-size: 16px;
  }
}

.page-therapists .oil {
  word-spacing: 0;
  font-family: "fot-matisse-pron";
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.page-therapists .oil .item {
  margin-top: 4px;
  display: block;
  background-color: #ff338c;
}
.page-therapists .oil .item:nth-child(2) {
  background-color: #6d003f;
}
.page-therapists .oil.sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .page-therapists .oil {
    font-size: 26rem;
    line-height: 32rem;
  }
  .page-therapists .oil .item {
    margin-top: 0;
  }
  .page-therapists .oil.sp {
    display: block;
  }
  .page-therapists .oil.pc {
    display: none;
  }
}

.recruit {
  background: #fff;
}
.recruit-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-title {
  padding: 32rem 0;
  background: #b0904a;
  font-family: "Osaka", sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .recruit-title {
    font-size: 21px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-title {
    font-size: 32rem;
  }
}
.recruit-mainvisual {
  background: url(../images/page-recruit-image.jpg) no-repeat top left/100% auto;
  color: #b0904a;
}
@media screen and (min-width: 1200px) {
  .recruit-mainvisual {
    padding: 64px 32px 240px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual {
    padding: 36rem 24rem 96rem;
  }
}
.recruit-mainvisual-title {
  display: flex;
  flex-direction: column;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .recruit-mainvisual-title {
    margin-bottom: 40px;
    width: 448px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-title {
    margin-bottom: 40rem;
    width: 44%;
  }
}
.recruit-mainvisual-title .top {
  border-bottom: 1px solid #b0904a;
  font-family: "bigcaslon";
}
@media screen and (min-width: 1200px) {
  .recruit-mainvisual-title .top {
    font-size: 85px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-title .top {
    font-size: 56rem;
  }
}
.recruit-mainvisual-title .bottom {
  font-size: 44px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-title .bottom {
    font-size: 26rem;
  }
}
.recruit-mainvisual-salary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  width: 448px;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-salary {
    margin-bottom: 64rem;
    width: 70%;
  }
}
.recruit-mainvisual-salary dt {
  margin-bottom: 8px;
  padding: 8px;
  background-color: #b0904a;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .recruit-mainvisual-salary dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-salary dt {
    font-size: 24rem;
  }
}
.recruit-mainvisual-salary dd {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-salary dd {
    font-size: 40rem;
  }
}
.recruit-mainvisual-guarantee {
  display: inline-block;
  padding: 16px;
  border: 1px solid #b0904a;
  color: #b0904a;
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-guarantee {
    padding: 16rem;
    font-size: 28rem;
  }
}
.recruit-mainvisual-guarantee span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .recruit-mainvisual-guarantee span {
    font-size: 24rem;
  }
}
.recruit-content-wrap {
  display: flex;
  padding: 64px 20px;
  border-bottom: 1px solid #b0904a;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .recruit-content-wrap {
    flex-direction: column;
    padding: 40rem 0 40rem 44rem;
  }
}
.recruit-content-wrap:last-child {
  border-bottom: 0;
}
.recruit-content-title {
  width: 380px;
  color: #b0904a;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .recruit-content-title {
    width: 100%;
    margin-bottom: 32rem;
  }
}
.recruit-content-text {
  width: calc(100% - 380px);
}
@media screen and (max-width: 1199px) {
  .recruit-content-text {
    width: 100%;
    font-size: 24rem;
  }
}
.recruit-content-text .paragraph {
  margin-bottom: 2em;
}

@media screen and (min-width: 1200px) {
  .page-recruit-header-wrap {
    background: #e9eaea;
    padding: 56px 0;
  }
}

.page-recruit-header {
  color: #b0904a;
}
@media screen and (min-width: 1200px) {
  .page-recruit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1077px;
    margin: 0 auto;
  }
}

.page-recruit-infowrap {
  margin-bottom: 48rem;
  width: 90.5%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .page-recruit-infowrap {
    width: 683px;
    margin: 0;
  }
}

.page-recruit-logo {
  font-size: 46rem;
  font-family: "bigcaslon";
  border-bottom: solid 1px #b0904a;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .page-recruit-logo {
    font-size: 46px;
  }
}

.page-recruit-tel {
  padding: 8rem 0;
  font-family: "Osaka", sans-serif;
  font-size: 27rem;
  margin-bottom: 28rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .page-recruit-tel {
    font-size: 26px;
    padding: 16px 0 0 0;
    margin-bottom: 24px;
  }
}
.page-recruit-tel .page-tel-hours {
  font-size: 20rem;
  background: #b0904a;
  padding: 8rem;
  margin-right: 16rem;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .page-recruit-tel .page-tel-hours {
    font-size: 20px;
    margin-right: 16px;
  }
}
.page-recruit-tel .page-telnum {
  font-size: 43rem;
}
.page-recruit-tel .page-telnum a {
  color: #b0904a;
}
@media screen and (min-width: 1200px) {
  .page-recruit-tel .page-telnum {
    font-size: 43px;
  }
}

.page-recruit-info-text {
  font-size: 27rem;
  font-family: "Osaka", sans-serif;
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .page-recruit-info-text {
    font-size: 27px;
    margin-bottom: 0;
  }
}

.page-recruit-line {
  width: 410rem;
  margin: 0 auto;
  padding-bottom: 56rem;
}
@media screen and (min-width: 1200px) {
  .page-recruit-line {
    display: none;
  }
}

.page-recruit-line-wrap {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-recruit-line-wrap {
    display: block;
  }
  .page-recruit-line-wrap img {
    width: 153px;
    display: block;
  }
}

.page-recruit-line-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Osaka", sans-serif;
  color: #fff;
  background: #00a400;
  justify-content: center;
  align-content: center;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-recruit-line-text img {
  width: 9px;
  margin: 0 4px;
}

@media screen and (max-width: 1199px) {
  .page-schedule {
    padding-bottom: 112rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-schedule {
    padding-bottom: 260px;
  }
}
.page-schedule-border {
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .page-schedule-border {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .page-schedule-border {
    border: solid 1px #00a400;
  }
}
.page-schedule .date-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .page-schedule .date-tab {
    margin-bottom: 24px;
    padding: 0 32px;
  }
}
.page-schedule .date-tab-item {
  position: relative;
  width: 14%;
  font-size: 21rem;
  background-color: #00a400;
  padding: 16rem;
  color: #fff;
  text-align: center;
  font-family: "Osaka", sans-serif;
}
.page-schedule .date-tab-item:hover {
  color: #ccc;
}
@media screen and (min-width: 1200px) {
  .page-schedule .date-tab-item {
    padding: 16px;
    width: 14%;
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .page-schedule .date-tab-week {
    display: block;
  }
}
.page-schedule-title-day {
  border-bottom: 2px solid #00a400;
  margin-bottom: 40rem;
  padding-bottom: 16rem;
  color: #fff;
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .page-schedule-title-day {
    margin-bottom: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-schedule-title-day {
    margin: 0 32px 40px 32px;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
  }
}

.page-schedule-therapists .box {
  display: none;
}

#day0:checked ~ .page-schedule-therapists .box:nth-of-type(1),
#day1:checked ~ .page-schedule-therapists .box:nth-of-type(2),
#day2:checked ~ .page-schedule-therapists .box:nth-of-type(3),
#day3:checked ~ .page-schedule-therapists .box:nth-of-type(4),
#day4:checked ~ .page-schedule-therapists .box:nth-of-type(5),
#day5:checked ~ .page-schedule-therapists .box:nth-of-type(6),
#day6:checked ~ .page-schedule-therapists .box:nth-of-type(7) {
  display: block;
}

.page-schedule .page-title {
  margin-bottom: 40px;
}

.page-schedule-therapists .therapist-list-wrap {
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .page-schedule-therapists .therapist-list-wrap {
    padding: 0 32px;
  }
}

@media screen and (min-width: 1200px) {
  .page-schedule .therapist-list-wrap:before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .page-schedule .therapist-list-wrap:after {
    content: "";
    display: block;
    width: 23%;
  }
}

@media screen and (min-width: 1200px) {
  .page-schedule .therapist-list {
    width: 23%;
    margin-bottom: 24px;
  }
}
.page-schedule .therapist-list .rankicon {
  bottom: 150px;
  right: 22px;
}
@media screen and (max-width: 1199px) {
  .page-schedule .therapist-list .rankicon {
    bottom: 200rem;
    right: 28rem;
  }
}

.page-schedule .oil {
  word-spacing: 0;
  font-family: "fot-matisse-pron";
  text-align: center;
  font-size: 15px;
}
.page-schedule .oil .item {
  display: block;
  background-color: #ff338c;
  line-height: 30px;
}
.page-schedule .oil .item:nth-child(2) {
  background-color: #6d003f;
}
@media screen and (max-width: 1199px) {
  .page-schedule .oil .item {
    font-size: 26rem;
    padding: 3rem 0;
    line-height: 32rem;
  }
}

.author {
  color: #fff;
  background: #1e1e1e;
  padding-bottom: 40rem;
}
@media screen and (min-width: 1200px) {
  .author {
    background: #000;
  }
}
.author-newDate {
  width: 150px;
  font-size: 18px;
  background-size: 150px auto;
  top: 20px;
}
.author-newDate::before {
  top: 7px;
}
.author-diary {
  margin-bottom: 72rem;
  float: right;
  width: 528px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .author-diary {
    width: 88.8%;
    float: none;
    margin: 0 auto;
  }
}
.author-diary a,
.author-diary a:visited {
  color: inherit;
  display: block;
}
.author-diary h2 {
  padding: 12px 0;
  width: 528px;
  color: #fff;
  font-size: 21px;
  background: #00a400;
  text-align: center;
  float: left;
}
@media screen and (max-width: 1199px) {
  .author-diary h2 {
    width: 100%;
    float: none;
  }
}
.author-diary-inner {
  border-bottom: 1px solid #00a400;
  padding-top: 6%;
}
.author-diary-inner:last-child {
  border: none;
}
.author-diary__text {
  padding-bottom: 6%;
  line-height: 1.5;
  font-size: 16px;
}
.author-diary time {
  display: block;
  padding: 1% 0 3%;
  text-align: center;
}
.author-diary-wrap {
  border: 1px solid #00a400;
  padding: 2% 15%;
  overflow-x: hidden;
  height: 1200px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .author-diary-wrap {
    width: 100%;
  }
}
.author-diary-wrap .slider {
  padding: 0px 0 3% 0;
}
.author-diary-wrap .slider .slick-dots li button:before {
  color: #00a400;
  font-size: 14px;
}
.author-diary-wrap .slider .slick-dots > li:first-child:last-child {
  display: none;
}
.author-diary__img {
  margin: 0 auto;
}
.author-diary__archive {
  width: 100%;
  background-color: #00a400;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 30px 0 80px;
}
.author ::-webkit-scrollbar {
  width: 8px;
}
.author ::-webkit-scrollbar-track {
  background-color: #ccc;
}
.author ::-webkit-scrollbar-thumb {
  background-color: #015501;
}

.author .new:before {
  width: 210rem;
  height: 205rem;
}
@media screen and (min-width: 1200px) {
  .author .new:before {
    width: 144px;
    height: 128px;
  }
}

@media screen and (min-width: 1200px) {
  .author-contentwrap {
    width: 1200px;
    margin: 0 auto;
  }
}

.author-title {
  font-family: "Osaka", sans-serif;
  font-size: 28rem;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 24rem 0;
}
@media screen and (min-width: 1200px) {
  .author-title {
    display: none;
  }
}

.author-wrapper {
  padding-top: 48rem;
}
@media screen and (min-width: 1200px) {
  .author-wrapper {
    border: solid 1px #00a400;
    padding: 40px 56px;
  }
  .author-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.author-img-wrap {
  padding: 32rem;
  border: #00a400 solid 1px;
  width: 88.8%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .author-img-wrap {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .author-img-wrap {
    float: left;
    width: 511px;
    margin-bottom: 24px;
    padding: 32px 40px;
  }
}
.author-img-wrap .rankicon {
  width: 70px;
  padding: 15px 0;
  bottom: 264px;
  right: 56px;
}
@media screen and (max-width: 1199px) {
  .author-img-wrap .rankicon {
    width: 70rem;
    padding: 15rem 0;
    bottom: 320rem;
    right: 50rem;
  }
}
.author-img-wrap .rankicon p {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .author-img-wrap .rankicon p {
    font-size: 30rem;
  }
}
.author-img-wrap .rankicon p span {
  font-size: 42px;
}
@media screen and (max-width: 1199px) {
  .author-img-wrap .rankicon p span {
    font-size: 42rem;
  }
}

.author-img {
  margin-bottom: 8rem;
}

.author-thumbnail-wrap {
  display: flex;
}

.author-info-wrap {
  color: #fff;
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .author-info-wrap {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .author-info-wrap {
    float: right;
    width: 528px;
  }
}

.author-title-sp {
  display: none;
}
@media screen and (min-width: 1200px) {
  .author-title-sp {
    display: block;
    font-size: 21px;
    background: #00a400;
    padding: 8px 0 8px 16px;
  }
}

.author-size-wrap {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #00a400;
  padding-top: 16rem;
  padding-bottom: 8rem;
  margin-bottom: 16rem;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .author-size-wrap {
    margin-bottom: 40px;
  }
}

.author-name-tall-wrap {
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .author-name-tall-wrap {
    font-size: 23px;
  }
}

.author-name {
  margin-bottom: 8rem;
  padding-right: 1em;
}

.author-option {
  font-size: 34rem;
  background: #00a400;
  padding: 4rem 16rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .author-option {
    font-size: 17px;
  }
}

.author-description {
  line-height: 1.75;
  font-size: 28rem;
  margin-bottom: 72rem;
}
@media screen and (min-width: 1200px) {
  .author-description {
    font-size: 18px;
    margin-bottom: 48px;
  }
}

.author-schedule {
  font-family: "Osaka", sans-serif;
  font-size: 25rem;
  width: 88.8%;
  margin: 0 auto;
  margin-bottom: 72rem;
}
@media screen and (min-width: 1200px) {
  .author-schedule {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .author-schedule {
    float: left;
    width: 511px;
    font-size: 21px;
    margin-bottom: 48px;
  }
}

.author-schedule-title {
  color: #fff;
  background: #00a400;
  padding: 8rem 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .author-schedule-title {
    padding: 12px 0;
  }
}

.attend-list-contentwrap {
  color: #fff;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .attend-list-contentwrap {
    margin-bottom: 48px;
  }
}

.attend-list {
  display: flex;
  align-items: center;
  border-bottom: #00a400 solid 1px;
}

.cell-date {
  background: #c8c8c8;
  text-align: center;
  padding: 24rem;
  color: #020000;
}
.cell-date span {
  margin-left: 4rem;
}
@media screen and (min-width: 1200px) {
  .cell-date {
    padding: 16px 24px;
  }
}

.cell-hour {
  padding-left: 56rem;
}
@media screen and (min-width: 1200px) {
  .cell-hour {
    padding: 0 24px;
  }
}
.cell-hour .shop {
  margin-left: 1em;
}

@media screen and (max-width: 1199px) {
  .twitter-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .twitter-link {
    font-size: 17px;
  }
}

.gototherapists-wrap {
  background: #3a393b;
  padding: 8rem;
  width: 72%;
  margin: 60em auto 0;
}
@media screen and (min-width: 1200px) {
  .gototherapists-wrap {
    display: none;
  }
}

.gototherapists {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18rem;
  text-align: center;
  padding: 8rem 0;
  border: solid 1px #fff;
}
.gototherapists a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .gototherapists {
    display: none;
  }
}

.gototherapists-wrap-pc {
  background: #3a393b;
  padding: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .gototherapists-wrap-pc {
    display: none;
  }
}

.gototherapists-pc {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  border: solid 1px #fff;
}
@media screen and (max-width: 1199px) {
  .gototherapists-pc {
    display: none;
  }
}
.gototherapists-pc a {
  color: #fff;
}

.options {
  width: 100%;
}
.options .oil {
  display: flex;
  flex-wrap: wrap;
  word-spacing: 0;
  font-family: "fot-matisse-pron";
  text-align: center;
}
.options .oil .item {
  font-size: 17px;
  width: 100%;
  background-color: #ff338c;
  line-height: 34px;
  margin-bottom: 8px;
}
.options .oil .item:nth-of-type(2) {
  background-color: #6d003f;
}
@media screen and (max-width: 1199px) {
  .options .oil .item {
    font-size: 18rem;
    line-height: 32rem;
  }
}

.author .cell-hour {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.author .therapist-list-realtime {
  top: -1px;
  left: 206px;
  width: 57%;
  display: inline-table;
  padding: 4px 0;
}
@media screen and (max-width: 1199px) {
  .author .therapist-list-realtime {
    top: -4px;
    left: 280rem;
    width: 72%;
  }
}

@media screen and (min-width: 1200px) {
  .access {
    padding-bottom: 72px;
  }
}
.access-inner {
  padding-bottom: 88rem;
  width: 88.8%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .access-inner {
    width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .access-inner {
    border: 1px solid #00a400;
    padding-bottom: 40px;
  }
}
.access-info {
  margin: 56rem 40rem 48rem;
}
@media screen and (min-width: 1200px) {
  .access-info {
    margin: 56px 336px 48px;
  }
}
.access-info-text {
  margin-bottom: 16rem;
  font-size: 18rem;
  color: #00a400;
}
@media screen and (min-width: 1200px) {
  .access-info-text {
    font-size: 18px;
  }
}
.access-room-name {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .access-room-name {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .access-room-name {
    margin: 0 80px 24px;
  }
}
.access-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .access-map {
    margin: 0 80px;
  }
}

.system-body {
  background-color: #000;
}

.system {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.system .inner {
  border: 1px solid #00a400;
  padding: 80px 124px 128px;
  padding-left: 124px;
  padding-right: 124px;
  padding-top: 80px;
  color: #00a400;
}
@media screen and (max-width: 1199px) {
  .system .inner {
    border: 0;
    padding: 40rem 5.6% 18.1818181818vw;
  }
}
.system .section-title {
  padding: 8px 0;
  background-color: #00a400;
  color: #fff;
  font-family: "Osaka", sans-serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .system .section-title {
    font-size: 28rem;
    background-color: #1e1e1e;
    padding: 24rem 0;
  }
}
.system .about-reserve .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 23px;
}
.system .about-reserve .title::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #00a400;
  margin-right: 54px;
}
.system .about-reserve .title::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #00a400;
  margin-left: 54px;
}
.system .about-reserve .list {
  margin-bottom: 96px;
  padding: 0 84px;
  list-style: square;
}
.system .about-reserve .item {
  font-size: 18px;
  line-height: 2.4;
}
@media screen and (max-width: 1199px) {
  .system .about-reserve .title {
    margin-bottom: 48rem;
    font-size: 30rem;
  }
  .system .about-reserve .title::before {
    width: 70rem;
    margin-right: 24rem;
  }
  .system .about-reserve .title::after {
    width: 70rem;
    margin-left: 24rem;
  }
  .system .about-reserve .list {
    padding: 0;
  }
  .system .about-reserve .item {
    font-size: 20rem;
  }
}
.system .course {
  margin-bottom: 120px;
}
.system .course .title {
  border-radius: 20px;
  max-width: 408px;
  margin: 0 auto 48px;
  line-height: 54px;
  background-color: #00a400;
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.system .course .introduction {
  margin-bottom: 64px;
  font-size: 19px;
  line-height: 1.4;
}
.system .course .place-list .item {
  display: flex;
  justify-content: space-between;
  padding: 24px 56px;
  font-size: 55px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  border-bottom: 1px solid #00a400;
  margin-bottom: 48px;
}
.system .course .place-list .item:last-child {
  border-bottom: 0;
  margin-bottom: 80px;
}
.system .course .place-list .length {
  width: 46%;
  text-align: right;
}
.system .course .place-list em {
  font-style: normal;
  font-size: 88px;
  letter-spacing: 0.06em;
}
.system .course .extend {
  display: flex;
  justify-content: center;
  border: 1px solid #00a400;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  padding: 16px;
  width: 588px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 36px;
}
.system .course .extend .ellipsis {
  letter-spacing: -0.4em;
  margin: 0 1em;
}
.system .course .nominate {
  width: 588px;
  border: 1px solid #00a400;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.8;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  flex-wrap: wrap;
  text-align: center;
}
.system .course .nominate .dots {
  letter-spacing: -0.4em;
  margin-right: 0.4em;
}
@media screen and (max-width: 1199px) {
  .system .course .title {
    font-size: 32rem;
    max-width: 90%;
    line-height: 80rem;
  }
  .system .course .introduction {
    font-size: 20rem;
  }
  .system .course .place-list .item {
    font-size: 48rem;
    padding: 24rem 0;
    margin-bottom: 48rem;
  }
  .system .course .place-list .item:last-child {
    margin-bottom: 64rem;
  }
  .system .course .place-list em {
    font-size: 80rem;
    letter-spacing: 0;
  }
  .system .course .place-list .length {
    width: auto;
  }
  .system .course .extend {
    width: 100%;
    font-size: 40rem;
  }
  .system .course .nominate {
    width: 100%;
    font-size: 36rem;
  }
}
.system .guideline {
  color: #fff;
}
.system .guideline .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 23px;
}
.system .guideline .title::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-right: 54px;
}
.system .guideline .title::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-left: 54px;
}
.system .guideline .paragraph {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 1.4em;
}
.system .guideline .rule {
  font-size: 17px;
  list-style-type: square;
  line-height: 1.8;
  margin-left: 1.4em;
}
@media screen and (max-width: 1199px) {
  .system .guideline .title {
    margin-bottom: 48rem;
    font-size: 30rem;
  }
  .system .guideline .title::before {
    width: 70rem;
    margin-right: 24rem;
  }
  .system .guideline .title::after {
    width: 70rem;
    margin-left: 24rem;
  }
  .system .guideline .paragraph {
    font-size: 20rem;
  }
  .system .guideline .rule {
    font-size: 20rem;
  }
}
.system .guideline2 {
  color: #fff;
  margin-top: 80px;
}
.system .guideline2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .title {
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
    font-size: 3.2552083333vw;
  }
}
.system .guideline2 .title::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-right: 54px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .title::before {
    width: 9.1145833333vw;
    margin-right: 5.9895833333vw;
  }
}
.system .guideline2 .title::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-left: 54px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .title::after {
    width: 9.1145833333vw;
    margin-left: 5.9895833333vw;
  }
}
.system .guideline2 .caution-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 46px 12px 14px 12px;
  border-bottom: 1px solid #00a400;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .caution-list {
    padding: 5.9895833333vw 1.5625vw 2.0833333333vw 1.5625vw;
    font-size: 2.6041666667vw;
  }
  .system .guideline2 .caution-list .pc {
    display: none;
  }
}
.system .guideline2 .caution-list li:last-of-type {
  width: 316px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .caution-list li:last-of-type {
    width: 44.2708333333vw;
  }
}
.system .guideline2 .small {
  margin-top: 20px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .system .guideline2 .small {
    margin-top: 2.6041666667vw;
    font-size: 2.2135416667vw;
  }
}

.ranking-body {
  background: #000;
}

.ranking {
  background-color: #000;
  color: #fff;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.ranking .inner {
  border: 1px solid #00a400;
  padding: 80px 124px 128px;
  padding-left: 124px;
  padding-right: 124px;
  padding-top: 80px;
  color: #00a400;
}
@media screen and (max-width: 1199px) {
  .ranking .inner {
    border: 0;
    padding: 40rem 5.6% 0;
  }
}
.ranking .section-title {
  padding: 8px 0;
  background-color: #00a400;
  color: #fff;
  font-family: "Osaka", sans-serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .ranking .section-title {
    font-size: 28rem;
    background-color: #1e1e1e;
    padding: 24rem 0;
  }
}
.ranking .therapist-list-wrap {
  margin-bottom: 0;
}
.ranking .therapist-page-list {
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-page-list {
    border: none;
  }
}
.ranking .therapist-contentwrap {
  display: flex;
  align-items: flex-start;
  gap: 2.6809651475vw;
}
.ranking .therapist-contentwrap .option-fee-pc {
  padding: 4px 10px;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-contentwrap {
    margin-bottom: 0;
  }
}
.ranking .therapist-ranking {
  margin-top: 112px;
  padding: 34px 20px;
  border: 1px solid #00a400;
  height: 160px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-ranking {
    margin: 0 auto 5.3619302949vw auto;
    height: 22.3413762288vw;
    width: 50%;
    padding: 5.3619302949vw 0;
  }
}
.ranking .therapist-ranking-wrap {
  display: flex;
  gap: 0 10px;
  padding-top: 4.4682752458vw;
}
.ranking .therapist-ranking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #00a400;
  border-right: 14px solid transparent;
}
.ranking .therapist-ranking::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #00a400;
  border-left: 14px solid transparent;
}
.ranking .therapist-ranking img {
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-ranking img {
    width: 16.6805671393vw;
    padding-bottom: 0;
  }
}
.ranking .therapist-ranking p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 52px;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-ranking p {
    font-size: 5.8381984987vw;
  }
}
.ranking .therapist-ranking-top {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-top: 0;
  padding: 0px;
  border: none;
  border-bottom: 1px solid #00a400;
  height: auto;
}
.ranking .therapist-ranking-top img {
  width: 10.0083402836vw;
  padding-bottom: 1.6680567139vw;
}
.ranking .therapist-ranking-top p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 8.3402835696vw;
  text-align: center;
  font-style: italic;
}
.ranking .therapist-info-flexwrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-info-flexwrap {
    gap: 1.9660411081vw 0;
  }
}
.ranking .therapist-infowrap {
  margin-bottom: 10px;
  color: #fff;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-infowrap {
    margin-bottom: 0;
  }
}
.ranking .therapist-tall {
  text-align: left;
}
.ranking .therapist-img-wrap {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-img-wrap {
    width: 100%;
    padding: 0;
  }
}
.ranking .therapist-img-wrap .newDate {
  right: 476px;
}
@media screen and (max-width: 1199px) {
  .ranking .therapist-img-wrap .newDate {
    top: 10.7238605898vw;
    right: 42.8954423592vw;
    font-size: 3.3958891868vw;
    width: 30.3842716711vw;
    background-size: 30.3842716711vw auto;
  }
  .ranking .therapist-img-wrap .newDate::before {
    top: 2.2341376229vw;
    left: 20rem;
    background-size: 2.055406613vw 2.3235031278vw;
    width: 2.055406613vw;
    height: 2.3235031278vw;
  }
}
.ranking-twitter {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .ranking-twitter {
    width: 100%;
  }
}
.ranking-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  border: solid 1px #00a400;
  padding: 16px 14px;
  text-align: left;
}
.ranking-text a:visited,
.ranking-text a:link {
  color: inherit;
}
@media screen and (max-width: 1199px) {
  .ranking-text {
    margin-top: 3.5746201966vw;
    padding: 1.4298480786vw 1.2511170688vw;
    font-size: 3.0384271671vw;
  }
}
.ranking-realtime {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  background-color: #ff338c;
  width: 100%;
  height: 38px;
}
.ranking-realtime-wrap {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1199px) {
  .ranking-realtime {
    padding: 6rem 0 6rem 0;
    font-size: 26rem;
    height: 40rem;
  }
}
.ranking-worktime {
  padding: 10px;
  border: 1px solid #00a400;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .ranking-worktime {
    padding: 6rem 0 6rem 0;
    font-size: 26rem;
  }
}

.newface-body {
  background: #000;
}

.newface {
  background-color: #000;
  color: #fff;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.newface .inner {
  border: 1px solid #00a400;
  padding: 80px 124px 128px;
  padding-left: 124px;
  padding-right: 124px;
  padding-top: 80px;
  color: #00a400;
}
@media screen and (max-width: 1199px) {
  .newface .inner {
    border: 0;
    padding: 40rem 5.6% 128px;
  }
}
.newface .section-title {
  padding: 8px 0;
  background-color: #00a400;
  color: #fff;
  font-family: "Osaka", sans-serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .newface .section-title {
    font-size: 28rem;
    background-color: #1e1e1e;
    padding: 24rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .newface .therapists-listwrap {
    gap: 4.4682752458vw 0;
  }
}
@media screen and (max-width: 1199px) {
  .newface .therapist-img-wrap {
    padding: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .newface .therapist-img-wrap {
    width: 42%;
  }
}
.newface .therapist-list-realtime {
  margin-top: 5px;
  position: initial;
  width: 100%;
  background-color: #ff338c;
}
@media screen and (max-width: 1199px) {
  .newface .therapist-list-realtime {
    margin-top: 0;
    padding: 6rem 0 6rem 0;
    height: 5.0938337802vw;
    font-size: 26rem;
  }
}
.newface .therapist-list-realtime-none {
  height: 5.0938337802vw;
}

.attendance-bg {
  background: #000;
}

#attmgr_admin_scheduler {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.list_pagenavi {
  margin-bottom: 4rem;
  background: #000;
  color: #fff;
}

.list_pagenavi .list_datenavi {
  font-size: 18px;
  margin-bottom: 16px;
}

.list_pagenavi .list_datenavi a {
  font-size: 24px;
  color: #fff;
  padding: 8px 8px;
}

.attmgr_admin_scheduler tr:first-child th {
  position: sticky;
  top: 0;
  background-color: #00a400;
  color: #fff;
  z-index: 100000;
  padding: 2.4rem 0;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .attmgr_admin_scheduler tr:first-child th {
    font-size: 16px;
  }
}

form#attmgr_admin_scheduler table.attmgr_admin_scheduler th, form#attmgr_admin_scheduler table.attmgr_admin_scheduler td {
  padding: 16rem;
}
@media screen and (min-width: 1200px) {
  form#attmgr_admin_scheduler table.attmgr_admin_scheduler th, form#attmgr_admin_scheduler table.attmgr_admin_scheduler td {
    padding: 8px;
  }
}

.diary {
  font-size: 20px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .diary {
    padding-bottom: 15%;
  }
}
.diary a {
  color: #fff;
}
.diary__wrap {
  width: 1200px;
  margin: 0 auto 40px;
  border: solid #00a400 1px;
  padding: 1%;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .diary__wrap {
    width: 100%;
    border: none;
    flex-direction: column-reverse;
    padding: 4%;
  }
}
.diary__img {
  width: 350px;
}
.diary .slider {
  padding: 0px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .diary .slider {
    width: 100%;
    padding: 0;
  }
}
.diary .slider .slick-dots li button:before {
  color: #00a400;
  font-size: 14px;
}
.diary .slider .slick-dots > li:first-child:last-child {
  display: none;
}
@media screen and (max-width: 1199px) {
  .diary .slider img {
    width: 100%;
  }
}
.diary__right {
  width: 100%;
}
.diary__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #00a400;
  padding-bottom: 5px;
}
.diary__text {
  padding-top: 20px;
  line-height: 1.5;
}
.diary__archive {
  width: 1200px;
  margin: 20px auto 0;
  border: solid #00a400 1px;
  padding: 0.5%;
  background-color: #00a400;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .diary__archive {
    width: 100%;
    padding: 2%;
  }
}
.diary__archive a {
  color: #fff;
  text-decoration: none;
  cursor: default;
  display: block;
}

.archive {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding-bottom: 200px;
}
.archive a {
  color: #fff;
  text-decoration: none;
  cursor: default;
  display: block;
}
.archive__wrap {
  width: 1200px;
  margin: 0 auto;
  border: solid #00a400 1px;
  padding: 1%;
}
@media screen and (max-width: 1199px) {
  .archive__wrap {
    width: 100%;
    padding: 2%;
    border: none;
  }
}
.archive__wrap .pagination {
  margin: 40px 0 20px;
  text-align: center;
}
.archive__wrap .pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 15px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
.archive__wrap .pagination .current {
  padding: 10px 15px;
  background: #00a400;
  color: #fff;
}
.archive__wrap .pagination .prev,
.archive__wrap .pagination .next {
  background: transparent;
  box-shadow: none;
  color: #00a400;
}
.archive__wrap .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.archive__wrap .pagination .nav-links {
  display: flex;
  justify-content: center;
}
.archive__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 22px;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .archive__inner {
    gap: 2%;
  }
}
.archive__time {
  text-align: center;
}
.archive__post {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 270px;
}
.archive__post-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .archive__post {
    width: 49%;
  }
}
.archive__post-img {
  height: 360px;
}
@media screen and (max-width: 1199px) {
  .archive__post-img {
    width: 100%;
    height: 450rem;
  }
}
.archive__post-img img {
  max-height: 360px;
}
@media screen and (max-width: 1199px) {
  .archive__post-img img {
    width: 100%;
    height: 450rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.archive__post-author {
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
}
.archive__post-author a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.archive__post-content {
  line-height: 1.4;
  font-size: 0.8em;
  padding-bottom: 1em;
}
.archive .diary__wrap .slider {
  padding: 0px 0 50px 0;
}
.archive .diary__wrap .slider .slick-dots li button:before {
  color: #00a400;
  font-size: 14px;
}
.archive .diary__wrap .slider .slick-dots > li:first-child:last-child {
  display: none;
}
.archive .diary__img {
  width: 350px;
}
.archive .diary__img img {
  width: 350px;
}
.archive .diary__text {
  line-height: 1.5;
}

.authorArchive {
  font-size: 20px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .authorArchive {
    padding-bottom: 80rem;
  }
}
.authorArchive a {
  color: #fff;
}
.authorArchive__wrap {
  width: 1200px;
  margin: 0 auto 40px;
  border: solid #00a400 1px;
  padding: 1%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .authorArchive__wrap {
    width: 100%;
  }
}
.authorArchive .diary__wrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .authorArchive .diary__wrap {
    border: solid #00a400 1px;
  }
}
@media screen and (max-width: 1199px) {
  .authorArchive .diary__wrap .slider {
    width: 100%;
  }
}
.authorArchive .slick-dots li.slick-active button:before {
  color: #00a400;
  font-size: 14px;
}
.authorArchive .slick-dots li button:before {
  color: #00a400;
  font-size: 14px;
}
.authorArchive .slick-dots > li:first-child:last-child {
  display: none;
}