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;
}

.enquete-container {
  font-size: 22px;
}
@media screen and (min-width: 511px) {
  .enquete-container {
    font-size: 16px;
    margin: 0 auto;
    max-width: 980px;
  }
}

.enquete-top,
.enquete-bottom {
  font-size: 18px;
}

.enquete-top {
  padding: 10px 20px;
}

.enquete-text {
  margin-top: 20px;
}

.enquete-text-bold {
  font-weight: bold;
}

.enquete-text-red {
  color: red;
}

.enquete-bottom {
  font-weight: bold;
  padding-bottom: 60px;
  text-align: center;
}

.enquete-form {
  line-height: 1.8;
  padding: 10px 0;
}
.enquete-form dl {
  margin: auto;
  width: 90%;
}
.enquete-form dt {
  font-weight: bold;
  padding: 10px 0 5px;
}
@media screen and (min-width: 511px) {
  .enquete-form dt {
    clear: both;
    float: left;
    padding-top: 20px;
    width: 42%;
  }
}
.enquete-form dt::before {
  background: black;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  width: 16px;
}
.enquete-form dt span {
  font-size: 85%;
  font-weight: normal;
  margin-left: 10px;
}
.enquete-form dt .required {
  background: red;
  border: 1px solid red;
  border-radius: 10px;
  color: #ffffff;
  padding: 2px 10px;
}
.enquete-form dd {
  padding: 0px 0 10px 0px;
}
@media screen and (min-width: 511px) {
  .enquete-form dd {
    float: right;
    padding-top: 15px;
    width: 54%;
  }
}
.enquete-form dd p {
  margin-left: 20px;
}
.enquete-form dd span {
  display: inline-block;
  width: 40%;
}
.enquete-form textarea {
  -webkit-appearance: none;
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 10px;
  color: #747474;
  display: block;
  font-family: inherit;
  font-size: 100%;
  padding: 7px 2%;
  resize: vertical;
  width: 100%;
}
.enquete-form input[type=text] {
  -webkit-appearance: none;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 100%;
  margin-top: 5px;
  padding: 7px 2%;
  width: 100%;
}
.enquete-form input.enquete-form-point {
  margin-right: 10px;
  text-align: center;
  width: 44%;
}
.enquete-form input[type=text]:focus,
.enquete-form textarea:focus {
  background: white;
  border: 1px solid #829255;
  -webkit-box-shadow: 0px 0px 5px #829255;
          box-shadow: 0px 0px 5px #829255;
  color: black;
}
.enquete-form input[type=radio],
.enquete-form input[type=checkbox] {
  margin: 0 10px;
}
.enquete-form select {
  font-family: inherit;
  font-size: 100%;
  margin-top: 10px;
  padding: 7px 2%;
}
.enquete-form label:hover {
  cursor: pointer;
}

.enquete-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
@media screen and (min-width: 511px) {
  .enquete-form-submit {
    clear: both;
  }
}
.enquete-form-submit button {
  -webkit-appearance: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  margin: 0 10px;
  padding: 20px 50px;
}
.enquete-form-submit button[type=submit] {
  background: #948059;
  border: 1px solid #948059;
}
.enquete-form-submit button[type=reset] {
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}/*# sourceMappingURL=enquete.css.map */