html {
  overflow: auto;
}

body {
  background: white;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, YuGothic, "Yu Gothic M", "Yu Gothic Medium", Meiryo, sans-serif;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

body,
h1,
h2,
h3,
menu,
ul,
li,
dl,
dt,
dd,
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}
a:hover, a:active {
  color: #948059;
  text-decoration: none;
}
a img {
  border: none;
}

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

*:focus {
  outline: none;
}

header {
  color: #b0a795;
  height: 85px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 511px) {
  header {
    height: 100px;
    margin: 0 auto;
    max-width: 980px;
  }
}

.header-container {
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  height: 100%;
}
@media screen and (min-width: 511px) {
  .header-container {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
#top-header .header-container {
  background: none;
  display: block;
  height: auto;
}

.header-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
}
#top-header .header-box {
  display: block;
  padding-top: 10px;
}

.header-logo {
  margin-right: 10px;
  width: 190px;
}
@media screen and (min-width: 511px) {
  .header-logo {
    position: relative;
    width: 300px;
    z-index: 3;
  }
}
#top-header .header-logo {
  display: none;
}

@media screen and (min-width: 511px) {
  .header-info {
    position: relative;
    text-align: center;
    top: -20px;
    width: 780px;
  }
}
#top-header .header-info {
  position: static;
  text-align: inherit;
  width: auto;
}

@media screen and (min-width: 511px) {
  .header-info-text,
  .header-info-tel {
    display: inline;
  }
}

.header-info-text {
  text-align: center;
}
@media screen and (min-width: 511px) {
  .header-info-text {
    font-size: 16px !important;
    margin-right: 15px !important;
  }
}
#top-header .header-info-text {
  display: inline;
  font-size: 10px;
  margin-right: 6px;
}

.header-info-type {
  font-size: 11px;
}

.header-info-tel {
  display: none;
}
@media screen and (min-width: 511px) {
  .header-info-tel {
    display: inline;
    font-size: 20px !important;
  }
}

#top-header {
  color: black;
  font-size: inherit;
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 3;
}
@media screen and (min-width: 511px) {
  .header-button {
    display: none;
  }
}

.header-button-box {
  margin-right: 10px;
  width: 70px;
}

#header-menu {
  background: #fff;
  display: none;
  font-size: 2.4rem;
  line-height: 1.8;
  opacity: 0.9;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 511px) {
  #header-menu {
    background: none;
    display: block;
    font-size: 1rem;
    letter-spacing: -0.1px;
    position: relative;
    top: -46px;
    width: auto;
  }
  #top-header #header-menu {
    position: relative;
    top: 652px;
  }
}

.menu-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 511px) {
  .menu-navi {
    display: block;
    height: auto;
  }
}
.footer-menu .menu-navi {
  height: 100%;
}
@media screen and (min-width: 511px) {
  .footer-menu .menu-navi {
    height: auto;
  }
}
#header-menu .menu-navi {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-navi {
    padding-top: 0;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  .menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 auto;
    width: 660px !important;
  }
}
.footer-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 460px;
}
#header-menu .menu-list {
  min-width: 510px;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-list {
    min-width: auto;
  }
}

@media screen and (min-width: 511px) {
  .menu-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
    margin: 0 !important;
  }
}
.footer-menu .menu-item {
  margin: 10px 20px;
}
#header-menu .menu-item {
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  margin: 0 15px 15px;
  padding: 8px 4px;
  width: 200px;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-item {
    border-bottom: none;
    font-size: inherit;
    padding: 0;
    width: auto;
  }
}

#header-menu .menu-credit {
  border: 2px solid #777;
  color: #777;
  height: 80px;
  margin-top: 30px;
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-credit {
    border: none;
    color: inherit;
    display: block;
    font-family: inherit;
    height: auto;
    margin-top: 0;
    width: auto;
  }
}

.menu-hamburger {
  display: none;
}
#header-menu .menu-hamburger {
  display: block;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger {
    display: none;
  }
}

.menu-hamburger-inline {
  display: none;
}
#header-menu .menu-hamburger-inline {
  display: inline;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger-inline {
    display: none;
  }
}

.menu-hamburger-hide {
  display: inline;
}
#header-menu .menu-hamburger-hide {
  display: none;
}
@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger-hide {
    display: inline;
  }
}

.menu-hamburger-icon {
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}

.menu-link:hover, .menu-link:active {
  color: #948059 !important;
}
footer .menu-link:link, footer .menu-link:visited, #top-header .menu-link:link, #top-header .menu-link:visited {
  color: black;
}
@media screen and (min-width: 511px) {
  .menu-link {
    color: rgb(0, 0, 0);
    padding: 15px 5px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-link::after {
    background: #948059;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
  }
  .menu-link:link, .menu-link:visited {
    color: white;
  }
  .menu-link:hover {
    cursor: pointer;
  }
  .menu-link:hover::after {
    left: 0;
    width: 100%;
  }
}

.menu-text {
  font-size: 22px;
  font-weight: bold;
}
.menu-credit .menu-text {
  color: #666;
  font-size: 24px;
}

.footer-info,
#top-intro,
#page-top {
  background-color: black;
  background-image: url(../img/common/bg-intro.jpg);
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: auto 312%;
  color: white;
  text-align: center;
}
@media screen and (min-width: 511px) {
  .footer-info,
  #top-intro,
  #page-top {
    background-position: center 44%;
    background-size: auto 420%;
    margin: 0 -500%;
    padding: 0 500%;
  }
}

.footer-info {
  background-position: center 28%;
  background-size: auto 200%;
  font-size: 12px;
}
@media screen and (min-width: 511px) {
  .footer-info {
    background-size: auto 218%;
    font-size: 20px;
  }
}

.footer-info-container {
  padding: 16px 10px;
}
@media screen and (min-width: 511px) {
  .footer-info-container {
    margin: auto;
    width: 980px;
  }
}

.footer-info-logo,
.top-intro-logo {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  .footer-info-logo,
  .top-intro-logo {
    height: 200px;
  }
}

.footer-info-logo-image,
.top-intro-logo-image {
  height: 80px;
}
@media screen and (min-width: 511px) {
  .footer-info-logo-image,
  .top-intro-logo-image {
    height: auto;
  }
}

.footer-info-tel {
  margin-bottom: 10px;
}
@media screen and (min-width: 511px) {
  .footer-info-tel {
    margin-bottom: 20px;
  }
}

.footer-info-tel-text {
  font-size: 20px;
  margin-left: 5px;
}
@media screen and (min-width: 511px) {
  .footer-info-tel-text {
    font-size: 28px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 511px) {
  .footer-info-tel-button {
    display: none;
  }
}

.footer-menu {
  height: 120px;
}
@media screen and (min-width: 511px) {
  .footer-menu {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-container {
  background: #dfd9c8;
  padding: 20px 0 40px;
}
@media screen and (min-width: 511px) {
  .footer-container {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  .footer-container {
    padding-bottom: 80px;
    padding-top: 20px;
  }
}

#copyright {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 511px) {
  #copyright {
    font-size: inherit;
    padding-top: 20px;
  }
}

#page-top {
  height: 200px;
  margin-top: -85px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 511px) {
  #page-top {
    height: 318px;
    margin-top: -100px;
    padding-top: 140px;
  }
}

.page-top-title-e,
.page-top-title-j {
  margin-bottom: 4px;
}
@media screen and (min-width: 511px) {
  .page-top-title-e,
  .page-top-title-j {
    margin-bottom: 12px;
  }
}

.page-top-title-e {
  font-size: 18px;
  letter-spacing: 4px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 511px) {
  .page-top-title-e {
    font-size: 28px;
  }
}

.page-top-title-j {
  font-size: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 511px) {
  .page-top-title-j {
    font-size: 12px;
  }
}

.page-top-desc {
  color: #b0a795;
  font-size: 11px;
  line-height: 1.7;
}
@media screen and (min-width: 511px) {
  .page-top-desc {
    font-size: 14px;
    line-height: 2;
  }
}

.img-100 {
  display: block;
  height: auto;
  width: 100%;
}

.top-title {
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  .top-title {
    height: 150px;
  }
}

.top-title-img {
  height: 80%;
}

.br-sp {
  display: inline;
}
@media screen and (min-width: 511px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 511px) {
  .br-pc {
    display: inline;
  }
}

.refer-button {
  background-color: #948059;
  border-radius: 50px;
  height: 50px;
  margin: 2em auto;
  width: 300px;
}
@media screen and (min-width: 511px) {
  .refer-button {
    font-size: 18px;
    height: 70px;
    width: 600px;
  }
}

.refer-link {
  color: #fff;
  display: block;
  height: 100%;
  white-space: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.refer-link:link, .refer-link:visited {
  color: white;
}
.refer-link:hover, .refer-link:active {
  color: black;
}

#hero {
  background-image: url(../img/common/main-visual.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  margin-top: -85px;
  padding-top: 114px;
}
@media screen and (min-width: 511px) {
  #hero {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  #hero {
    background-size: contain;
    height: 740px;
    margin-top: -100px;
    padding-top: 168px;
  }
}

.hero-logo {
  margin-bottom: 20px;
  text-align: center;
}

.hero-logo-image {
  width: 33%;
}
@media screen and (min-width: 511px) {
  .hero-logo-image {
    width: auto;
  }
}

.hero-summary {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 511px) {
  .hero-summary {
    font-size: 16px;
  }
}

.hero-qr {
  display: none;
}
@media screen and (min-width: 511px) {
  .hero-qr {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 24px 10px 24px auto;
    text-align: center;
    width: 155px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
  }
}

@media screen and (min-width: 511px) {
  .hero-qr-text {
    line-height: 1.5;
    margin: 5px;
  }
}

#twitter,
.twitter-wrapper {
  padding: 20px 50px;
}
@media screen and (min-width: 511px) {
  #twitter,
  .twitter-wrapper {
    margin-bottom: 20px;
    padding: 20px 0 0;
    width: 427px;
  }
}
#twitter iframe,
.twitter-wrapper iframe {
  width: 510px !important;
}

.twitter-container {
  height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 511px) {
  .twitter-container {
    height: 1150px;
  }
}

.twitter-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}

.twitter-title-kana {
  font-size: 12px;
}

.twitter-box {
  background: white;
  font-size: 14px;
  padding: 10px;
  position: relative;
}

.twitter-news {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.photo-diary-wrapper {
  background: black;
  padding: 20px;
}
@media screen and (min-width: 511px) {
  .photo-diary-wrapper {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  .photo-diary-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

#photo-diary,
#therapist-photo-diary {
  height: 394px;
  margin: auto;
  width: 470px;
}
@media screen and (min-width: 511px) {
  #photo-diary,
  #therapist-photo-diary {
    height: 641px;
    width: 800px;
  }
}

.photo-diary-frame,
.therapist-photo-diary-frame {
  border: none;
  height: 100%;
  width: 100%;
}

.error-link {
  padding: 25px 0;
  text-align: center;
}

#banner-magazine {
  max-width: 980px;
}

.therapists-container {
  --grid-width: 230px;
  display: grid;
  gap: 0.8em;
  grid-template-columns: repeat(auto-fit, var(--grid-width));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media screen and (min-width: 511px) {
  .therapists-container {
    --grid-width: 350px;
    gap: 2em;
    padding: 40px;
  }
}
#top-newface .therapists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 0;
}
@media screen and (min-width: 511px) {
  #top-newface .therapists-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.therapists-item {
  color: white;
}

.therapists-item,
.therapists-box {
  width: 230px;
}
@media screen and (min-width: 511px) {
  .therapists-item,
  .therapists-box {
    width: 350px;
  }
}
#top-newface .therapists-item,
#top-newface .therapists-box {
  width: 200px;
}
@media screen and (min-width: 511px) {
  #top-newface .therapists-item,
  #top-newface .therapists-box {
    width: 324px;
  }
}

.therapists-link {
  display: grid;
}
.therapists-link:link, .therapists-link:visited {
  color: white;
  text-decoration: none;
}
.therapists-link:hover, .therapists-link:active {
  color: #b0a795;
  text-decoration: none;
}

.therapists-box,
.therapists-profile,
.therapists-icon,
.therapists-announce,
.therapists-attendance {
  grid-area: 1/1;
}

.therapists-comment {
  background-color: #111;
  color: white;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: hidden;
  padding: 6px 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 511px) {
  .therapists-comment {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }
}
#top-newface .therapists-comment {
  font-size: 9px;
  padding: 5px 0;
}
#top-today .therapists-comment {
  border: 1px solid #333;
}

.therapists-profile,
.therapists-icon,
.therapists-announce,
.therapists-attendance {
  -ms-flex-item-align: end;
      align-self: end;
}

.therapists-profile {
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
  line-height: 1;
  padding: 9px 0 8px 9px;
  row-gap: 6px;
}
@media screen and (min-width: 511px) {
  .therapists-profile {
    font-size: 16px !important;
    letter-spacing: 0.05em;
    padding: 15px 0 11px 12px !important;
    row-gap: 8px !important;
  }
}
#top-newface .therapists-profile {
  padding: 8px 0 7px 8px;
  row-gap: 5px;
}

.therapists-name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 511px) {
  .therapists-name {
    font-size: 20px !important;
  }
}

.therapists-age {
  margin-left: 5px;
}
@media screen and (min-width: 511px) {
  .therapists-age {
    margin-left: 10px;
  }
}

.therapists-announce,
.therapists-attendance {
  justify-self: end;
}

.therapists-announce {
  border: 1px solid;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.4;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 511px) {
  .therapists-announce {
    border-radius: 6px !important;
    font-size: 14px !important;
    margin: 0 12px 9px 0 !important;
    padding: 6px 16px !important;
  }
}
#top-newface .therapists-announce {
  border-radius: 4px;
  font-size: 9px;
  margin: 0 6px 6px 0;
  padding: 3px 6px;
}
.therapists-announce.today {
  color: #d00;
}
.therapists-announce.tomorrow {
  color: #329da4;
}
.therapists-announce.next {
  color: #72a432;
}

.therapists-attendance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/therapists/attendance-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  margin: 0 4px 7px 0;
  padding-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  width: 90px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance {
    margin: 0 9px 11px 0;
    padding-bottom: 7px;
    width: 141px;
  }
}

.therapists-attendance-label {
  font-size: 8px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance-label {
    font-size: 14px;
  }
}

.therapists-attendance-time {
  font-size: 12px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance-time {
    font-size: 18px;
  }
}

.therapists-icon {
  border-radius: 1px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  justify-self: start;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 43px 9px;
  padding: 3px 5px;
  text-align: center;
}
@media screen and (min-width: 511px) {
  .therapists-icon {
    border-radius: 3px;
    font-size: 14px !important;
    margin: 0 0 62px 13px !important;
    padding: 6px 12px !important;
  }
}
.therapists-icon.new {
  background: -webkit-gradient(linear, left top, left bottom, from(#d20000), to(#9a0000));
  background: linear-gradient(180deg, #d20000 0%, #9a0000 100%);
}
.therapists-icon.update {
  background: -webkit-gradient(linear, left top, left bottom, from(#004c5c), to(#002d37));
  background: linear-gradient(180deg, #004c5c 0%, #002d37 100%);
}
#top-newface .therapists-icon {
  display: none;
}

.system-container {
  padding: 10px 10px 0px;
}
@media screen and (min-width: 511px) {
  .system-container {
    margin: 0 auto;
    max-width: 980px;
    padding: 20px 0px 0px;
  }
}

.system-banner {
  margin-bottom: 10px;
}
@media screen and (min-width: 511px) {
  .system-banner {
    margin-bottom: 20px;
  }
}

.system-title {
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 32px;
  padding-left: 3.5%;
}
@media screen and (min-width: 511px) {
  .system-title {
    font-size: 18px;
    height: 40px;
    line-height: 42px;
  }
}

.system-table {
  border: solid 1px #d8d0c5;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 511px) {
  .system-table {
    font-size: 19px;
    width: 97%;
  }
}

.system-table-th,
.system-table-td {
  border: solid 1px #d8d0c5;
  height: 40px;
  text-align: right;
}
@media screen and (min-width: 511px) {
  .system-table-th,
  .system-table-td {
    height: 60px;
  }
}

.system-table-th {
  background: #abb28f;
  color: white;
  font-weight: normal;
  padding-left: 2%;
  text-align: left;
  width: 44%;
}
@media screen and (min-width: 511px) {
  .system-table-th {
    width: 40%;
  }
}

.system-table-td {
  padding-right: 2%;
  text-align: right;
}

.system-credit {
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 511px) {
  .system-credit {
    margin: 40px auto;
  }
}

.system-credit-text {
  color: red;
  margin: 20px 0 10px;
}
@media screen and (min-width: 511px) {
  .system-credit-text {
    font-size: 18px;
  }
}

.system-credit-button {
  cursor: pointer;
  height: 50px;
  margin: auto;
  width: 300px;
}
@media screen and (min-width: 511px) {
  .system-credit-button {
    height: auto;
    padding: 20px;
    width: 400px;
  }
}

.system-course-time,
.system-course-info,
.system-course-newer,
.system-course-member,
.system-price,
.system-discount {
  display: inline-block;
}

.system-course-time {
  width: 26%;
}
@media screen and (min-width: 511px) {
  .system-course-time {
    width: 20%;
  }
}

.system-course-info {
  font-size: 10px;
  padding: 1%;
  text-align: center;
  width: 56%;
}
@media screen and (min-width: 511px) {
  .system-course-info {
    font-size: 12px;
    width: 36%;
  }
}

.system-course-info-45,
.system-course-info-60,
.system-course-info-75 {
  background: #9ea484;
}

.system-course-info-90 {
  background: #d58d86;
}

.system-course-info-120 {
  background: #cac780;
}

.system-course-newer,
.system-course-member {
  font-size: 10px;
  width: 20%;
}
@media screen and (min-width: 511px) {
  .system-course-newer,
  .system-course-member {
    font-size: 12px;
  }
}

.system-course-newer {
  color: #ae8686;
}

.system-course-member {
  color: #948059;
}

.system-price {
  width: 24%;
}
@media screen and (min-width: 511px) {
  .system-price {
    width: 16%;
  }
}

.system-discount {
  color: red;
  font-size: 12px;
}
@media screen and (min-width: 511px) {
  .system-discount {
    font-size: 18px;
  }
}

.system-hotel {
  font-size: 14px;
  margin: 5px auto 10px;
  text-align: center;
}
@media screen and (min-width: 511px) {
  .system-hotel {
    font-size: 18px;
    margin: 10px auto 20px;
  }
}

.system-hotel-notice {
  color: red;
  margin-left: 10px;
}

.system-option .system-table-th {
  background: #b4a68a;
}

.system-ban {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px;
}
@media screen and (min-width: 511px) {
  .system-ban {
    font-size: 16px;
    padding: 20px;
  }
}

.system-ban-container {
  padding-left: 5%;
}

.ban-list {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 3%;
}
@media screen and (min-width: 511px) {
  .ban-list {
    margin-bottom: 20px;
  }
}

.ban-title {
  font-size: 12px;
}
@media screen and (min-width: 511px) {
  .ban-title {
    font-size: 16px;
  }
}

.ban-info {
  color: #9e5e5e;
}

#howto {
  background-color: #dfd9c8;
  padding-bottom: 10px;
}
@media screen and (min-width: 511px) {
  #howto {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  #howto {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 511px) {
  .howto-box {
    font-size: 1.2em;
  }
}
.howto-box::after {
  content: url(../img/system/arrow.png);
  display: block;
  margin: auto auto 10px;
  width: 23px;
}

.howto-box-last {
  margin-bottom: 15px;
}
@media screen and (min-width: 511px) {
  .howto-box-last {
    margin-bottom: 30px;
  }
}
.howto-box-last::after {
  display: none;
}

.howto-text {
  background-color: #fff;
  margin: auto auto 10px;
  min-height: 60px;
  padding: 8px;
  text-align: center;
  width: 470px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  .howto-text {
    height: 100px;
    padding: 0;
    width: 940px;
  }
}

a.howto-text-link {
  color: red;
}

.access-wrapper {
  font-size: 14px;
  padding: 20px 10px 10px;
  text-align: center;
}

.access-info {
  border: solid 1px black;
  font-size: inherit;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 5px 0;
  width: 450px;
}
@media screen and (min-width: 511px) {
  .access-info {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 10px 0;
    width: 740px;
  }
}

@media screen and (min-width: 511px) {
  .access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 511px) {
  .access-box {
    line-height: 1.7;
    padding-top: 20px;
    width: 320px;
  }
}

@media screen and (min-width: 511px) {
  .access-way {
    width: 620px;
  }
}

.access-guide {
  margin-bottom: 10px;
  text-align: left;
}

.access-photo {
  margin-bottom: 5px;
}
@media screen and (min-width: 511px) {
  .access-photo {
    margin-top: 17px;
  }
}

.access-photo-image {
  border: solid 1px black;
}
@media screen and (min-width: 511px) {
  .access-photo-image {
    border-radius: 30px;
    border-width: 2px;
  }
}

.access-text {
  margin-bottom: 10px;
}

.access-map {
  margin-bottom: 10px;
}
@media screen and (min-width: 511px) {
  .access-map {
    margin-top: 40px;
  }
}
.access-map .refer-button {
  background: black;
}
.access-map .refer-link:hover, .access-map .refer-link:active {
  color: #dfd9c8;
}

.access-map-iframe {
  border: solid 1px black;
  display: block;
  height: 250px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .access-map-iframe {
    border-width: 2px;
    height: 454px;
    width: 960px;
  }
}

.access-map-guide {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .access-map-guide {
    font-size: 18px;
    margin: 20px;
  }
}

html {
  overflow: auto;
}

body {
  background: white;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, YuGothic, "Yu Gothic M", "Yu Gothic Medium", Meiryo, sans-serif;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}
body,
h1,
h2,
h3,
menu,
ul,
li,
dl,
dt,
dd,
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover, a:active {
  color: #948059;
  text-decoration: none;
}

a img {
  border: none;
}

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

*:focus {
  outline: none;
}

header {
  color: #b0a795;
  height: 85px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 511px) {
  header {
    height: 100px;
    margin: 0 auto;
    max-width: 980px;
  }
}
.header-container {
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  height: 100%;
}

@media screen and (min-width: 511px) {
  .header-container {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
#top-header .header-container {
  background: none;
  display: block;
  height: auto;
}

.header-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
}

#top-header .header-box {
  display: block;
  padding-top: 10px;
}

.header-logo {
  margin-right: 10px;
  width: 190px;
}

@media screen and (min-width: 511px) {
  .header-logo {
    position: relative;
    width: 300px;
    z-index: 3;
  }
}
#top-header .header-logo {
  display: none;
}

@media screen and (min-width: 511px) {
  .header-info {
    position: relative;
    text-align: center;
    top: -20px;
    width: 780px;
  }
}
#top-header .header-info {
  position: static;
  text-align: inherit;
  width: auto;
}

@media screen and (min-width: 511px) {
  .header-info-text,
  .header-info-tel {
    display: inline;
  }
}
.header-info-text {
  text-align: center;
}

@media screen and (min-width: 511px) {
  .header-info-text {
    font-size: 16px !important;
    margin-right: 15px !important;
  }
}
#top-header .header-info-text {
  display: inline;
  font-size: 10px;
  margin-right: 6px;
}

.header-info-type {
  font-size: 11px;
}

.header-info-tel {
  display: none;
}

@media screen and (min-width: 511px) {
  .header-info-tel {
    display: inline;
    font-size: 20px !important;
  }
}
#top-header {
  color: black;
  font-size: inherit;
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 3;
}

@media screen and (min-width: 511px) {
  .header-button {
    display: none;
  }
}
.header-button-box {
  margin-right: 10px;
  width: 70px;
}

#header-menu {
  background: #fff;
  display: none;
  font-size: 2.4rem;
  line-height: 1.8;
  opacity: 0.9;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 511px) {
  #header-menu {
    background: none;
    display: block;
    font-size: 1rem;
    letter-spacing: -0.1px;
    position: relative;
    top: -46px;
    width: auto;
  }
  #top-header #header-menu {
    position: relative;
    top: 652px;
  }
}
.menu-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  font-family: Georgia, Times, "Times New Roman", serif;
}

@media screen and (min-width: 511px) {
  .menu-navi {
    display: block;
    height: auto;
  }
}
.footer-menu .menu-navi {
  height: 100%;
}

@media screen and (min-width: 511px) {
  .footer-menu .menu-navi {
    height: auto;
  }
}
#header-menu .menu-navi {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-navi {
    padding-top: 0;
  }
}
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 511px) {
  .menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 auto;
    width: 660px !important;
  }
}
.footer-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 460px;
}

#header-menu .menu-list {
  min-width: 510px;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-list {
    min-width: auto;
  }
}
@media screen and (min-width: 511px) {
  .menu-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
    margin: 0 !important;
  }
}
.footer-menu .menu-item {
  margin: 10px 20px;
}

#header-menu .menu-item {
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  margin: 0 15px 15px;
  padding: 8px 4px;
  width: 200px;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-item {
    border-bottom: none;
    font-size: inherit;
    padding: 0;
    width: auto;
  }
}
#header-menu .menu-credit {
  border: 2px solid #777;
  color: #777;
  height: 80px;
  margin-top: 30px;
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-credit {
    border: none;
    color: inherit;
    display: block;
    font-family: inherit;
    height: auto;
    margin-top: 0;
    width: auto;
  }
}
.menu-hamburger {
  display: none;
}

#header-menu .menu-hamburger {
  display: block;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger {
    display: none;
  }
}
.menu-hamburger-inline {
  display: none;
}

#header-menu .menu-hamburger-inline {
  display: inline;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger-inline {
    display: none;
  }
}
.menu-hamburger-hide {
  display: inline;
}

#header-menu .menu-hamburger-hide {
  display: none;
}

@media screen and (min-width: 511px) {
  #header-menu .menu-hamburger-hide {
    display: inline;
  }
}
.menu-hamburger-icon {
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}

.menu-link:hover, .menu-link:active {
  color: #948059 !important;
}

footer .menu-link:link, footer .menu-link:visited, #top-header .menu-link:link, #top-header .menu-link:visited {
  color: black;
}

@media screen and (min-width: 511px) {
  .menu-link {
    color: rgb(0, 0, 0);
    padding: 15px 5px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-link::after {
    background: #948059;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
  }
  .menu-link:link, .menu-link:visited {
    color: white;
  }
  .menu-link:hover {
    cursor: pointer;
  }
  .menu-link:hover::after {
    left: 0;
    width: 100%;
  }
}
.menu-text {
  font-size: 22px;
  font-weight: bold;
}

.menu-credit .menu-text {
  color: #666;
  font-size: 24px;
}

.footer-info,
#top-intro,
#page-top {
  background-color: black;
  background-image: url(../img/common/bg-intro.jpg);
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: auto 312%;
  color: white;
  text-align: center;
}

@media screen and (min-width: 511px) {
  .footer-info,
  #top-intro,
  #page-top {
    background-position: center 44%;
    background-size: auto 420%;
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.footer-info {
  background-position: center 28%;
  background-size: auto 200%;
  font-size: 12px;
}

@media screen and (min-width: 511px) {
  .footer-info {
    background-size: auto 218%;
    font-size: 20px;
  }
}
.footer-info-container {
  padding: 16px 10px;
}

@media screen and (min-width: 511px) {
  .footer-info-container {
    margin: auto;
    width: 980px;
  }
}
.footer-info-logo,
.top-intro-logo {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 511px) {
  .footer-info-logo,
  .top-intro-logo {
    height: 200px;
  }
}
.footer-info-logo-image,
.top-intro-logo-image {
  height: 80px;
}

@media screen and (min-width: 511px) {
  .footer-info-logo-image,
  .top-intro-logo-image {
    height: auto;
  }
}
.footer-info-tel {
  margin-bottom: 10px;
}

@media screen and (min-width: 511px) {
  .footer-info-tel {
    margin-bottom: 20px;
  }
}
.footer-info-tel-text {
  font-size: 20px;
  margin-left: 5px;
}

@media screen and (min-width: 511px) {
  .footer-info-tel-text {
    font-size: 28px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 511px) {
  .footer-info-tel-button {
    display: none;
  }
}
.footer-menu {
  height: 120px;
}

@media screen and (min-width: 511px) {
  .footer-menu {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-container {
  background: #dfd9c8;
  padding: 20px 0 40px;
}

@media screen and (min-width: 511px) {
  .footer-container {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  .footer-container {
    padding-bottom: 80px;
    padding-top: 20px;
  }
}
#copyright {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

@media screen and (min-width: 511px) {
  #copyright {
    font-size: inherit;
    padding-top: 20px;
  }
}
#page-top {
  height: 200px;
  margin-top: -85px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 511px) {
  #page-top {
    height: 318px;
    margin-top: -100px;
    padding-top: 140px;
  }
}
.page-top-title-e,
.page-top-title-j {
  margin-bottom: 4px;
}

@media screen and (min-width: 511px) {
  .page-top-title-e,
  .page-top-title-j {
    margin-bottom: 12px;
  }
}
.page-top-title-e {
  font-size: 18px;
  letter-spacing: 4px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

@media screen and (min-width: 511px) {
  .page-top-title-e {
    font-size: 28px;
  }
}
.page-top-title-j {
  font-size: 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 511px) {
  .page-top-title-j {
    font-size: 12px;
  }
}
.page-top-desc {
  color: #b0a795;
  font-size: 11px;
  line-height: 1.7;
}

@media screen and (min-width: 511px) {
  .page-top-desc {
    font-size: 14px;
    line-height: 2;
  }
}
.img-100 {
  display: block;
  height: auto;
  width: 100%;
}

.top-title {
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 511px) {
  .top-title {
    height: 150px;
  }
}
.top-title-img {
  height: 80%;
}

.br-sp {
  display: inline;
}

@media screen and (min-width: 511px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}

@media screen and (min-width: 511px) {
  .br-pc {
    display: inline;
  }
}
.refer-button {
  background-color: #948059;
  border-radius: 50px;
  height: 50px;
  margin: 2em auto;
  width: 300px;
}

@media screen and (min-width: 511px) {
  .refer-button {
    font-size: 18px;
    height: 70px;
    width: 600px;
  }
}
.refer-link {
  color: #fff;
  display: block;
  height: 100%;
  white-space: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.refer-link:link, .refer-link:visited {
  color: white;
}

.refer-link:hover, .refer-link:active {
  color: black;
}

#hero {
  background-image: url(../img/common/main-visual.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  margin-top: -85px;
  padding-top: 114px;
}

@media screen and (min-width: 511px) {
  #hero {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  #hero {
    background-size: contain;
    height: 740px;
    margin-top: -100px;
    padding-top: 168px;
  }
}
.hero-logo {
  margin-bottom: 20px;
  text-align: center;
}

.hero-logo-image {
  width: 33%;
}

@media screen and (min-width: 511px) {
  .hero-logo-image {
    width: auto;
  }
}
.hero-summary {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}

@media screen and (min-width: 511px) {
  .hero-summary {
    font-size: 16px;
  }
}
.hero-qr {
  display: none;
}

@media screen and (min-width: 511px) {
  .hero-qr {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 24px 10px 24px auto;
    text-align: center;
    width: 155px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
  }
}
@media screen and (min-width: 511px) {
  .hero-qr-text {
    line-height: 1.5;
    margin: 5px;
  }
}
#twitter,
.twitter-wrapper {
  padding: 20px 50px;
}

@media screen and (min-width: 511px) {
  #twitter,
  .twitter-wrapper {
    margin-bottom: 20px;
    padding: 20px 0 0;
    width: 427px;
  }
}
#twitter iframe,
.twitter-wrapper iframe {
  width: 510px !important;
}

.twitter-container {
  height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 511px) {
  .twitter-container {
    height: 1150px;
  }
}
.twitter-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}

.twitter-title-kana {
  font-size: 12px;
}

.twitter-box {
  background: white;
  font-size: 14px;
  padding: 10px;
  position: relative;
}

.twitter-news {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.photo-diary-wrapper {
  background: black;
  padding: 20px;
}

@media screen and (min-width: 511px) {
  .photo-diary-wrapper {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  .photo-diary-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#photo-diary,
#therapist-photo-diary {
  height: 394px;
  margin: auto;
  width: 470px;
}

@media screen and (min-width: 511px) {
  #photo-diary,
  #therapist-photo-diary {
    height: 641px;
    width: 800px;
  }
}
.photo-diary-frame,
.therapist-photo-diary-frame {
  border: none;
  height: 100%;
  width: 100%;
}

.error-link {
  padding: 25px 0;
  text-align: center;
}

#banner-magazine {
  max-width: 980px;
}

.therapists-container {
  --grid-width: 230px;
  display: grid;
  gap: 0.8em;
  grid-template-columns: repeat(auto-fit, var(--grid-width));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media screen and (min-width: 511px) {
  .therapists-container {
    --grid-width: 350px;
    gap: 2em;
    padding: 40px;
  }
}
#top-newface .therapists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 0;
}
@media screen and (min-width: 511px) {
  #top-newface .therapists-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.therapists-item {
  color: white;
}

.therapists-item,
.therapists-box {
  width: 230px;
}
@media screen and (min-width: 511px) {
  .therapists-item,
  .therapists-box {
    width: 350px;
  }
}
#top-newface .therapists-item,
#top-newface .therapists-box {
  width: 200px;
}
@media screen and (min-width: 511px) {
  #top-newface .therapists-item,
  #top-newface .therapists-box {
    width: 324px;
  }
}

.therapists-link {
  display: grid;
}
.therapists-link:link, .therapists-link:visited {
  color: white;
  text-decoration: none;
}
.therapists-link:hover, .therapists-link:active {
  color: #b0a795;
  text-decoration: none;
}

.therapists-box,
.therapists-profile,
.therapists-icon,
.therapists-announce,
.therapists-attendance {
  grid-area: 1/1;
}

.therapists-comment {
  background-color: #111;
  color: white;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: hidden;
  padding: 6px 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 511px) {
  .therapists-comment {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }
}
#top-newface .therapists-comment {
  font-size: 9px;
  padding: 5px 0;
}
#top-today .therapists-comment {
  border: 1px solid #333;
}

.therapists-profile,
.therapists-icon,
.therapists-announce,
.therapists-attendance {
  -ms-flex-item-align: end;
      align-self: end;
}

.therapists-profile {
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
  line-height: 1;
  padding: 9px 0 8px 9px;
  row-gap: 6px;
}
@media screen and (min-width: 511px) {
  .therapists-profile {
    font-size: 16px !important;
    letter-spacing: 0.05em;
    padding: 15px 0 11px 12px !important;
    row-gap: 8px !important;
  }
}
#top-newface .therapists-profile {
  padding: 8px 0 7px 8px;
  row-gap: 5px;
}

.therapists-name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 511px) {
  .therapists-name {
    font-size: 20px !important;
  }
}

.therapists-age {
  margin-left: 5px;
}
@media screen and (min-width: 511px) {
  .therapists-age {
    margin-left: 10px;
  }
}

.therapists-announce,
.therapists-attendance {
  justify-self: end;
}

.therapists-announce {
  border: 1px solid;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.4;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 511px) {
  .therapists-announce {
    border-radius: 6px !important;
    font-size: 14px !important;
    margin: 0 12px 9px 0 !important;
    padding: 6px 16px !important;
  }
}
#top-newface .therapists-announce {
  border-radius: 4px;
  font-size: 9px;
  margin: 0 6px 6px 0;
  padding: 3px 6px;
}
.therapists-announce.today {
  color: #d00;
}
.therapists-announce.tomorrow {
  color: #329da4;
}
.therapists-announce.next {
  color: #72a432;
}

.therapists-attendance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/therapists/attendance-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  margin: 0 4px 7px 0;
  padding-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  width: 90px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance {
    margin: 0 9px 11px 0;
    padding-bottom: 7px;
    width: 141px;
  }
}

.therapists-attendance-label {
  font-size: 8px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance-label {
    font-size: 14px;
  }
}

.therapists-attendance-time {
  font-size: 12px;
}
@media screen and (min-width: 511px) {
  .therapists-attendance-time {
    font-size: 18px;
  }
}

.therapists-icon {
  border-radius: 1px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  justify-self: start;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 43px 9px;
  padding: 3px 5px;
  text-align: center;
}
@media screen and (min-width: 511px) {
  .therapists-icon {
    border-radius: 3px;
    font-size: 14px !important;
    margin: 0 0 62px 13px !important;
    padding: 6px 12px !important;
  }
}
.therapists-icon.new {
  background: -webkit-gradient(linear, left top, left bottom, from(#d20000), to(#9a0000));
  background: linear-gradient(180deg, #d20000 0%, #9a0000 100%);
}
.therapists-icon.update {
  background: -webkit-gradient(linear, left top, left bottom, from(#004c5c), to(#002d37));
  background: linear-gradient(180deg, #004c5c 0%, #002d37 100%);
}
#top-newface .therapists-icon {
  display: none;
}

#schedules {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin: 20px auto;
  text-align: center;
  width: 96%;
}
@media screen and (min-width: 511px) {
  #schedules {
    font-size: inherit;
    margin: 40px auto;
    width: 80%;
  }
}

#schedules-view_day {
  background: black;
  color: white;
  font-weight: bold;
}

.schedules-box {
  border: 1px solid black;
  border-radius: 5px;
  height: 34px;
  margin: auto 0.5px;
  width: 100%;
}
@media screen and (min-width: 511px) {
  .schedules-box {
    height: 50px;
  }
}

.schedules-date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.schedules-sun {
  color: red;
}

.schedules-today {
  text-align: center;
}
@media screen and (min-width: 511px) {
  .schedules-today {
    font-size: 26px;
  }
}

#top-news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
@media screen and (min-width: 511px) {
  #top-news {
    height: 50px;
    line-height: 50px;
    margin: auto;
    max-width: 980px;
  }
}

.top-news-title {
  border-right: 1px solid black;
  font-size: 12px;
  height: 30px;
  letter-spacing: 4px;
  width: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media screen and (min-width: 511px) {
  .top-news-title {
    height: 20px;
    width: 104px;
  }
}

.top-news-box {
  margin: auto;
  overflow: hidden;
  width: 404px;
}
@media screen and (min-width: 511px) {
  .top-news-box {
    width: 856px;
  }
}

.top-news-marquee {
  -webkit-animation: 20s linear infinite marquee;
          animation: 20s linear infinite marquee;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
#top-intro {
  background-position: center 58%;
  background-size: auto 126%;
  padding: 2em 0;
}
@media screen and (min-width: 511px) {
  #top-intro {
    background-position: center 20%;
    background-size: auto 216%;
  }
}

.top-intro-desc {
  font-size: 14px;
  height: 152px;
  margin: 1em;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 511px) {
  .top-intro-desc {
    font-size: inherit;
    height: 230px;
    line-height: 2;
    text-align: inherit;
  }
}

.top-intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 511px) {
  .top-intro-box {
    margin: 0;
    gap: 1.2em;
  }
}

.top-intro-pic {
  height: 150px;
}
@media screen and (min-width: 511px) {
  .top-intro-pic {
    margin: 0;
  }
}

@media screen and (min-width: 511px) {
  #top-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#top-newface {
  margin-bottom: 10px;
  padding: 0 40px;
  position: relative;
}
@media screen and (min-width: 511px) {
  #top-newface {
    margin-bottom: 0;
    max-width: 720px;
    padding: 0;
    position: static;
  }
}
@media screen and (min-width: 511px) {
  #top-newface .swiper-button-prev,
  #top-newface .swiper-button-next {
    display: none;
  }
}
#top-newface .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}
#top-newface .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}

aside {
  background: #f7f5e7;
  padding-bottom: 20px;
}
@media screen and (min-width: 511px) {
  aside {
    background: none;
    padding-bottom: 0;
  }
}

#instant-guide {
  height: 397px;
  margin: auto;
  width: 410px;
}
@media screen and (min-width: 511px) {
  #instant-guide {
    width: 427px;
  }
}

.instant-guide-frame {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
  border: none;
  height: 100%;
  width: 100%;
}

#link-banner {
  margin: 20px auto 0;
  width: 410px;
}
@media screen and (min-width: 511px) {
  #link-banner {
    width: 427px;
  }
}

#top-banner {
  background-color: #dfd9c8;
  padding: 16px 10px;
}
@media screen and (min-width: 511px) {
  #top-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

#top-swiper {
  margin-bottom: 10px;
}
@media screen and (min-width: 511px) {
  #top-swiper {
    margin-bottom: 20px;
    max-width: 980px;
  }
}

.top-swiper-main {
  margin-bottom: 10px;
}

.top-swiper-thumbs .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}
.top-swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
}
.top-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#blog {
  margin-top: 10px;
}

#manga {
  margin-top: 10px;
}
@media screen and (min-width: 511px) {
  #manga {
    display: block;
    margin-bottom: 0;
    max-width: 980px;
  }
}
#manga a {
  display: block;
}
@media screen and (min-width: 511px) {
  #manga a {
    margin-bottom: 5px;
  }
}
#manga .manga-item {
  display: none;
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.lg-backdrop.in,
.lg-outer .lg-thumb-outer {
  opacity: 0.9;
}

.manga-banner {
  width: 100%;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  height: 90%;
  opacity: 0;
}

#top-movie {
  background: black;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 511px) {
  #top-movie {
    max-width: 980px;
    padding: 2em;
  }
}

.top-movie-video {
  display: block;
  margin: 0 auto;
  width: 450px;
}
@media screen and (min-width: 511px) {
  .top-movie-video {
    width: 900px;
  }
}

#top-today {
  background: black;
  color: white;
  padding-bottom: 20px;
}
@media screen and (min-width: 511px) {
  #top-today {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 511px) {
  #top-today {
    padding-bottom: 20px;
  }
}
#top-today .therapists-link:link, #top-today .therapists-link:visited {
  color: white;
}
#top-today .therapists-link:hover, #top-today .therapists-link:active {
  color: #948059;
}

.ekichika_shamediary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3%;
}
.ekichika_shamediary iframe {
  height: 400px;
  width: 80%;
}
@media screen and (min-width: 511px) {
  .ekichika_shamediary iframe {
    height: 870px;
    width: 90%;
  }
}

.link-banner-box {
  margin-bottom: 15px;
}

#btn-eyoyaku-6 {
  margin-top: 10px;
}
#btn-eyoyaku-6 img {
  width: 100%;
}
@media screen and (min-width: 511px) {
  #btn-eyoyaku-6 img {
    max-width: 980px;
  }
}/*# sourceMappingURL=top.css.map */