@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

select {
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 150px;
  padding: 5px 20px 5px 10px;
}

a {
  text-decoration: none;
}

a,
input[type="submit"],
button {
  cursor: pointer;
}

input[type="radio"] {
  margin-right: 5px;
}

label {
  margin-right: 15px;
}

p {
  margin-bottom: 20px;
}

.btn, .btn--base, .p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input.wpcf7-submit[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 0.25rem;
  margin: 10px auto 0 auto;
  background: #736357;
  color: #eee;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .btn, .btn--base, .p-postItemComment__list .comment-reply-link, .p-postItemComment .comment-form .form-submit .submit, input.wpcf7-submit[type="submit"] {
    padding: 10px 20px;
  }
}

.btn:hover, .btn--base:hover, .p-postItemComment__list .comment-reply-link:hover, .p-postItemComment .comment-form .form-submit .submit:hover, input.wpcf7-submit:hover[type="submit"] {
  color: #eee;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn i, .btn--base i, .p-postItemComment__list .comment-reply-link i, .p-postItemComment .comment-form .form-submit .submit i, input.wpcf7-submit[type="submit"] i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 28.8px;
}

.btn--base {
  background: #231815;
}

.scrollHide {
  opacity: 0 !important;
}

.scrollShow {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fa-twitter {
  background: #1da1f2;
  color: #eee;
}

.fa-instagram {
  background-image: -webkit-linear-gradient(225deg, #1400c8, #b900b4, #f50000);
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  color: #eee;
}

section {
  padding-top: 10px;
  padding-bottom: 10px;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #E6B800;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

h2 {
  font-size: 24px;
  padding: 10px 15px;
  border-bottom: 3px #E6B800 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

.top_h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 游明朝;
}
.topics_h2::before {
  display: block;
  content: "最新情報";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.about_h2::before {
  display: block;
  content: "当店について";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.system_h2::before {
  display: block;
  content: "料金システム";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin: 0 0 5px 0 !important;
}
.today_h2::before {
  display: block;
  content: "本日出勤";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.ranking_h2::before {
  display: block;
  content: "新人情報";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.twitter_h2::before {
  display: block;
  content: "つぶやき";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.access_h2::before {
  display: block;
  content: "アクセス";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
.option_h2::before {
  display: block;
  content: "選べるオプション";
  font-size: 1rem;
  font-family: メイリオ;
  letter-spacing: .6rem;
  color: #999;
  margin-bottom: 5px;
}
h3 {
  font-size: 22px;
  padding: 5px 15px;
  border-left: 3px #E6B800 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #E6B800 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  color: #E6B800;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

small {
  font-size: 80%;
  font-weight: 400;
}

ul {
  margin-bottom: 0;
}

textarea,
input[type="text"] {
  padding: 8px 15px;
}

small {
  font-size: 80%;
  font-weight: 400;
}

code {
  font-family: monospace;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

iframe {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.wp-block-table {
  overflow-x: scroll;
}

.wp-block-table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

a {
  color: #C0C085;
}

a:hover {
  color: #C0C085;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  table {
    width: 75%;
    padding: 0;
  }
}

th,
td {
  padding: 15px;
  vertical-align: middle;
}

th {
  background: #E6B800;
  color: #eee;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-bottom: 20px;
}

.p-page ul,
.p-postMain ul {
  list-style-type: disc;
  padding-left: 30px;
}

.p-page ol,
.p-postMain ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.p-page blockquote,
.p-postMain blockquote {
  position: relative;
  background: #231815;
  padding: 45px 20px 8px 20px;
  font-style: italic;
}

.p-page blockquote:before,
.p-postMain blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.p-page blockquote cite,
.p-postMain blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.c-barmenu {
  cursor: pointer;
}

.c-barmenu i.fa-bars {
  font-size: 30px;
}

.c-bg--accent {
  background: #E6B800;
  color: #eee !important;
}

.c-bg--accent a {
  color: #eee !important;
}

.c-bg--base {
  background: #231815;
  color: #eee !important;
}

.c-bg--base a {
  color: #eee !important;
}

.c-card {
  padding-bottom: 10px;
  background: #f4f5f7;
  border-radius: 2px;
}

.c-card__no {
  font-family: "Italianno", cursive;
  color: #b49531;
  font-size: 22px;
}

@media screen and (min-width: 576px) {
  .c-card__no {
    font-size: 28px;
  }
}

.c-card__no i {
  line-height: 32.4px;
}

.c-card__img {
  position: relative;
}

.c-card__img:before {
  padding-top: 150%;
  content: "";
  display: block;
}

.c-card__imgInner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.c-card__img:hover .c-card__imgOverlay {
  background: rgba(35, 24, 21, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-card__imgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(35, 24, 21, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-card__imgNoImg {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .c-card__imgNoImg {
    font-size: 26px;
  }
}

.c-card__tag {
  font-size: 10px;
}

@media screen and (min-width: 576px) {
  .c-card__tag {
    font-size: 15px;
  }
}

.c-card__title {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  bottom: 0;
  background: rgba(35, 24, 21, 0.7);
  color: #eee;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .c-card__title {
    font-size: 20px;
  }
}

.c-card__text--s {
  font-size: 10px;
  color: #111;
}

@media screen and (min-width: 576px) {
  .c-card__text--s {
    font-size: 13.5px;
  }
}

.c-h, .c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6, .p-header__siteTitle, .p-index h1, .p-index h2, .p-index h3, .p-index h4, .p-index h5, .p-index h6 {
  border: none;
  position: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  padding: 0;
  margin: 0;
}

.c-h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

.c-h1:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #E6B800;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.c-h2 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #E6B800 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

.c-h3 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #E6B800 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-h4 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #E6B800 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

.c-h5 {
  font-size: 20px;
  color: #E6B800;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.c-h::after, .c-h1::after, .c-h2::after, .c-h3::after, .c-h4::after, .c-h5::after, .c-h6::after, .p-header__siteTitle::after, .p-index h1::after, .p-index h2::after, .p-index h3::after, .p-index h4::after, .p-index h5::after, .p-index h6::after {
  content: none;
}

.c-overlay {
  display: none;
}

.c-overlay.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: rgba(17, 17, 17, 0.5);
}

.c-paginate {
  margin-top: 100px;
  margin-left: -15px;
  margin-right: -15px;
}

.c-paginate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-paginate__item a,
.c-paginate__item span {
  text-align: center;
  display: block;
  border: 1px solid #736357;
  width: 37px;
  padding: 5px 0px;
  margin: 0 4px;
  line-height: 25px;
}

@media screen and (min-width: 576px) {
  .c-paginate__item a,
  .c-paginate__item span {
    width: 44px;
    padding: 5px 0px;
    margin: 0 7.5px;
    line-height: 32px;
  }
}

.c-paginate__item a {
  color: #736357;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-paginate__item a:hover {
  background: #736357;
  color: #eee;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-paginate__item--active span {
  background: #736357;
  color: #eee;
}

.c-section--color {
  background: #231815;
  color: #666;
}
@media screen and (max-width:480px){
.csc_mob01 {
  background: url("img/bk/bk001.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: eee;
}
.csc_mob02 {
  background: #211815;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #666;
}
}
.p-breadcrumb a {
  color: #666;
}

.p-breadcrumb a:hover {
  text-decoration: none;
}

.p-castItemName {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.p-castItemName:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #736357;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.p-castItemName h1 {
  display: inline-block;
}

.p-castItemName__age {
  font-size: 26px;
}

.p-castItem__table th {
  width: 40%;
}

.p-castItem__table td {
  width: 60%;
}

.p-castItemImg__slider {
  position: relative;
  overflow: hidden;
}

.p-castItemImg__slider:before {
  content: '';
  padding-top: 150%;
  display: block;
}

.p-castItemImg__slider .top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-castItemImg__slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-castItemImg__slider .noImg {
  font-size: 30px;
}

.p-castItemImg__thmbs {
  position: relative;
}

.p-castItemImg__thmbs:before {
  content: '';
  padding-top: calc(37.5% - 11.25px);
  display: block;
}

.p-castItemImg__thmbs .thumbs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-castItemImg__thmbs .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-castItemImg__thmbs .noImg {
  font-size: 11px;
}

.p-footer {
  background: #E6B800;
  color: #eee;
}
.footer_logo {
  width: 60%;
  margin: 5vh auto 10vh auto;
  text-align: center;
}
.p-footer a {
  color: #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-footer a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.p-footerNav__inner li {
  margin: 0 15px 5px;
}

@media screen and (min-width: 768px) {
  .p-footerNav__inner li {
    margin-bottom: 0;
  }
}

.p-footer__snsIcon {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
}

.p-footer__snsIcon li {
  display: inline-block;
  margin-right: 25px;
}

.p-footer__snsIcon li:last-child {
  margin-right: 0;
}

.p-footer__snsIcon i {
  padding: 5px 0;
  width: 60px;
  border-radius: 5px;
}
@media screen and (max-width:480px){
#footer {
  padding-bottom: 15vh !important;
}
.footer_logo {
  width: 85%;
  margin: 5vh auto;
  text-align: center;
}
}
.p-header__siteTitle {
  font-weight: bold;
  font-size: 30px;
  padding: 3px 0;
  line-height: 1.2;
}

.p-header__siteTitle a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}

.p-header__siteTitle a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.9;
}
.p-header__siteTitle img {
  width: 65%;
}
@media screen and (max-width:480px){
.p-header__siteTitle img {
  width: 100%;
}
}
.p-header__snsIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__snsIcon li {
  margin-right: 13px;
}

.p-header__snsIcon li:last-child {
  margin-right: 0;
}

.p-header__snsIcon li a {
  display: block;
  height: 26px;
}

.p-header__snsIcon i {
  font-size: 20.8px;
  padding: 2.6px 0;
  width: 26px;
  border-radius: 8px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.p-header__snsIcon img {
  width: 26px;
  height: 26px;
}

.p-header__tel tel,
.p-header__tel a {
  margin-right: 15px;
  font-size: 115%;
}
@media screen and (max-width:480px){
.p-header__snsIcon {
  width: 100%;
  background: rgba(0,0,0,0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 20px 50px 20px;
  z-index: 999;
}
.p-header__snsIcon li {
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
.p-header__snsIcon i {
  font-size: 50px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
}

.p-index h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

.p-index h2:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #E6B800;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}

.p-index h3 {
  font-size: 24px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 3px #E6B800 solid;
  margin-top: 15px;
  margin-bottom: 30px;
}

.p-index h4 {
  font-size: 22px;
  background: #eee;
  padding: 5px 15px;
  border-left: 3px #E6B800 solid;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-index h5 {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 3px #E6B800 solid;
  margin-top: 8px;
  margin-bottom: 15px;
}

.p-index h6 {
  font-size: 20px;
  color: #E6B800;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-index section {
  padding-top: 45px;
  padding-bottom: 100px;
}

.p-postSide > ul > li {
  margin-bottom: 30px;
}

.p-postSide label {
  display: block;
}

.p-post__date i {
  font-size: 18px;
}

.p-postListItem__inner {
  min-height: 100px;
  background: #f4f5f7;
  border-radius: 3px;
  color: #666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .p-postListItem__inner {
    min-height: 210px;
  }
}

.p-postListItem__inner:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

.p-postListItem img {
  max-height: 100px;
}

@media screen and (min-width: 768px) {
  .p-postListItem img {
    max-height: 210px;
  }
}

.p-postListItem__noimg {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .p-postListItem__noimg {
    font-size: 30px;
  }
}

.p-postListItem__excerpt {
  font-size: 14px;
}

.p-postItem img {
  display: block;
  margin: 0 auto;
  max-height: 50vh;
}

.p-postItemComment {
  padding-bottom: 0;
}

.p-postItemComment ul {
  list-style-type: none !important;
}

.p-postItemComment__list .comment {
  margin-bottom: 20px;
}

.p-postItemComment__list .comment .reply {
  margin-top: -10px;
}

.p-postItemComment__list .comment:last-child {
  margin-bottom: 40px;
}

.p-postItemComment__list .comment-author img {
  width: 40px;
  height: 40px;
}

.p-postItemComment__list .comment-reply-link {
  margin-top: 0;
}

.p-postItemComment__list .comment-body {
  margin-bottom: 25px;
}

.p-postItemComment__list .comment ul.children {
  padding-left: 35px;
}

.p-postItemComment__list img.avatar {
  display: inline-block;
}

.p-postItemComment__list .commentmetadata {
  margin-bottom: 5px;
}

.p-postItemComment .comment-form {
  padding: 0 5px;
}

.p-postItemComment .comment-form label {
  display: block;
  margin-bottom: 10px;
}

.p-postItemComment .comment-form label .required {
  font-size: 26px;
  color: red;
}

.p-postItemComment .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  font-size: 0.95rem;
}

.p-postItemComment .comment-form textarea,
.p-postItemComment .comment-form input[type="text"] {
  width: 100%;
}

.p-postItemComment .comment-form input[type="checkbox"] {
  margin-right: 5px;
}

.p-postItemComment .comment-form .form-submit {
  text-align: right;
}

.p-scheduleDate__list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-scheduleDate__list a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.wpcf7 {
  width: 90%;
  min-width: auto;
  margin: 0 auto !important;
  font-weight: 600;
}

.wpcf7 label {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wpcf7 {
    width: 60%;
    min-width: 640px;
  }
}

.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

.must,
.free {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 20px;
}

.must {
  background: #f92931;
}

.free {
  background: #424242;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-age {
  width: 150px;
}

span.wpcf7-list-item.first {
  margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-file {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

input[type="submit"].wpcf7-submit {
  margin-top: 40px;
  display: block;
  padding: 15px 40px;
  font-size: 22.5px;
  font-weight: bold;
}

input[type="submit"].wpcf7-submit:hover {
  opacity: 0.8;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
































/*========================================

  on/off

=========================================*/
.pc-on {

}
@media screen and (max-width:480px){
.pc-on {
  display: none;
}
}
.mob-on {
  display: none;
}
@media screen and (max-width:480px){
.mob-on {
  display: block;
}
}

/*========================================

  home_style

=========================================*/
/*-----------------------*/
/* mainvisual
/*-----------------------*/
.mainvisual {
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.mainvisual .swiper {
  width: 100%;
  height: 100%;
}
.mainvisual-slider-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
.mainvisual-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
}
.mainvisual-01 {
  background: url('img/toppage/pc/pc-top-slider-001.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-02 {
  background: url('img/toppage/pc/pc-top-slider-002.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-03 {
  background: url('img/toppage/pc/pc-top-slider-001.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-04 {
  background: url('img/toppage/pc/pc-top-slider-002.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-05 {
  background: url('img/toppage/pc/pc-top-slider-001.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-slider .swiper-pagination {
  position: absolute;
    top: 90%;
}
@media screen and (max-width:480px){
.mainvisual-01 {
  background: url('img/toppage/top-slider-001.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-02 {
  background: url('img/toppage/top-slider-002-2.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-03 {
  background: url('img/toppage/top-slider-001.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-04 {
  background: url('img/toppage/top-slider-002-2.png');
  background-size: cover;
  background-position: center;
}
.mainvisual-05 {
  background: url('img/toppage/top-slider-001.png');
  background-size: cover;
  background-position: center;
}
}

/*-----------------------*/
/* topmenu
/*-----------------------*/
.topmenu {
  width: 100%;
  margin: 0 auto -10px auto;
}
.topmenu-contact {
  width: 60%;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 5vh;
  background: gray;
}
.topmenu-box {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #221815;
  display:inline-block;
}
@media screen and (max-width:480px){
.topmenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}
.topmenu-contact {
  width: 100%;
  height: 120px;
  background: #000;
  margin: 0;
  padding: 0;
}
.topmenu-box {
  margin: 0;
}
}
/* header-menu */

.header-menu {
  width: 100%;
}
.header-menu_01 {
  width: 100%;
  margin: 0;
  list-style: none;
}
.header-menu_02 {
  width: 100%;
  height: auto;
  padding: 10vh 0 2.5vh 0;
  list-style: none;
}
.header-menu_02 li {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  float: left;
  text-align: center;
}
.header-menu_02 li img {
  width: 90%;
  transition: 0.5s;
}
.header-menu_02 li img:hover {
  opacity: 0.5;
}
.header-menu_01 li {
  width: 24%;
  height: 250px;
  margin: 15px 5px;
  padding: 0;
  float: left;
}
.header-menu_img01 {
  width: 100%;
  height: 100%;
  background: red;
}
.header-menu_img02 {
  width: 100%;
  height: 100%;
  background: red;
}
.header-menu_img03 {
  width: 100%;
  height: 100%;
  background: red;
}
.header-menu_img04 {
  width: 100%;
  height: 100%;
  background: red;
}
.header-menu_01 a {
  transition: 1s;
  text-decoration: none;
  color: rgba(30,30,30,0.7);
}
.header-menu_01 a:hover {
  color: #E35923;
}
@media screen and (max-width:480px){
.header-menu_01 li {
  width: 22%;
  height: 80px;
  margin: 5px 5px;
  padding: 0;
  float: left;
  transition: all 0.5s;
}
.header-menu_01 li:hover {
  opacity: 0.4;
}
.header-menu_img01 {
  width: 100%;
  height: 100%;
  background: url('img/menu/menu_セラピスト.png');
  background-size: cover;
}
.header-menu_img02 {
  width: 100%;
  height: 100%;
  background: url('img/menu/menu_出勤情報.png');
  background-size: cover;
}
.header-menu_img03 {
  width: 100%;
  height: 100%;
  background: url('img/menu/menu_料金システム.png');
  background-size: cover;
}
.header-menu_img04 {
  width: 100%;
  height: 100%;
  background: url('img/menu/menu_アクセス.png');
  background-size: cover;
}
}
/*-----------------------*/
/* gnavi
/*-----------------------*/
.circle-bg{
  border:2px solid #000;
  position: fixed;
  z-index: 900;
}
#g-nav {
  width: 100%;
}
#g-nav ul{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#g-nav a{
  text-decoration: none;
  color: #000;
}
#g-nav li{
  width: 100%;
  padding: 5% 0;
  text-align: left;
}

#g-nav a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
#g-nav a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.8s;
}
#g-nav a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#g-nav i {
  margin-right: 15px;
}
@media screen and (max-width:980px) {
  #g-nav ul{
    font-size: 0.8rem;
  }
}
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  top: 0;
  width:100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg{
  background: #E6B800;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fffff3, #E6B800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fffff3, #E6B800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: fixed;
  z-index:200;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: bgchange 40s ease infinite;/*変化の時間を変更したい場合は40sの部分を好きな時間に変更*/
  /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  top:calc(50% - 50px);/*50%から円の半径を引いた値*/
  left:calc(50% - 50px);/*50%から円の半径を引いた値*/
  transition: all .6s;/*0.6秒かけてアニメーション*/
  opacity: 0.9;
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
  display: none;/*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
  animation-name:gnaviAnime;
  animation-duration:1s;
  animation-delay:.2s;/*0.2 秒遅らせて出現*/
  animation-fill-mode:forwards;
  opacity:0;
  font-size: 1.8rem;
}
@keyframes gnaviAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:480px){

#g-nav.panelactive ul li{
  font-size: 1.1rem;
}
}
/*==================================================
　ナビボタン
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  top:2vh;
  right:20px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height:50px;
}

/*ボタン内側*/
.openbtn .openbtn-area{
  transition: all .6s;/*アニメーションの設定*/
  width:50px;
  height:50px;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 60%;
}

.openbtn span:nth-of-type(1) {
  top:15px;
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area{
  transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media screen and (max-width:480px){
.openbtn{
  top:1vh;
  right:5px;
}
}

/*========================================

  滑らかに出現するアニメーション

=========================================*/

/* アニメーションfadeUp（速）*/

.fadeUp-fast {
animation-name:fadeUpAnime;
animation-duration:0.2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* アニメーションfadeUp（中）*/

.fadeUp-normal {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* アニメーションfadeUp（遅）*/

.fadeUp-slow {
animation-name:fadeUpAnime;
animation-duration:3.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* アニメーション delayScroll*/

/* 初期状態は非表示 */
.none{
  opacity: 0;
}

.delayScroll-fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*-----------------------*/
/* video_area
/*-----------------------*/
.video_area {
  width: 100%;
  height: 350px;
  background: gray;
}
/*-----------------------*/
/* about
/*-----------------------*/
@media screen and (max-width:480px){
#about {
  background: #eee;
}
}
/*-----------------------*/
/* top_system
/*-----------------------*/
.top_system {
  width: 80%;
  margin: 0 auto -25px auto;
  padding: 5vh 5vw;
  background: #fff !important;
}
.top_system h3{
  width: 98%;
  margin: 0 0 30px 0;
  border: none;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}
.top_system h3::before{
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
}
.top_system table {
  width: 80%;
  margin: 5vh auto 10vh auto;
  font-size: 1.8rem;
}
.top_system i {
  margin: 0 20%;
}
@media screen and (max-width:480px){
.top_system {
  width: 100%;
  margin: -25px 0 0 0;
  padding: 5vh 5vw;
}
.top_system table {
  width: 90%;
  margin: 0vh auto 5vh auto;
  font-size: 1rem;
}
.top_system h3{
  width: 100%;
  margin: 30px 0;
  border: none;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}
.top_system h3::before{
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #666;
  position: absolute;
  right: 0;
  top: 50%;
}
.top_system i {
  margin: 0 5.5%;
}
}
/*========================================

  page_style

=========================================*/

/*-----------------------*/
/* system
/*-----------------------*/
.system {
  width: 100%;
  padding: 7.5vh 2vw;
  color: #231815;
}
.system h2{
  width: 98%;
  margin: 0 0 30px 0;
  border: none;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}
.system h2::before{
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #231815;
  position: absolute;
  right: 0;
  top: 50%;
}
.event_text {
  width: 50%;
  margin: 10vh auto;
  padding: 0;
}
.event_text img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.system_event_text {
  width: 100%;
  margin: 0 0 10vh 0;
  text-align: center;
}
.system table {
  margin: 5vh auto 15vh auto;
}
.system th {
  border: none;
  background: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 900;
}
.system tr {
  border-bottom: 1px dotted #231815;
}
.td_span {
  font-size: 1.8rem;
  color:#E6B800;
}
.system td {
  padding: 30px 10px;
  border: none;
  font-size: 1.3rem;
}
.td_comment {
  display: block;
  font-size: 1rem;
}
.system i {
  margin: 0 20%;
}

@media screen and (max-width:480px){
.system {
  width: 100%;
  padding: 5vh 1vw;
  color: #231815;
}
.system h2{
  width: 98%;
  margin: 0 0 30px 0;
  border: none;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}
.system h2::before{
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #231815;
  position: absolute;
  right: 5px;
  top: 50%;
}
.event_text {
  width: 100%;
  margin: 0;
  padding: 0;
}
.event_text img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.system_event_text {
  width: 100%;
  margin: 0 0 10vh 0;
  padding: 0;
}
.system table {
  margin: 5vh auto 10vh auto;
  font-size: 1px;
}
.system th {
  border: none;
  background: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
}
.system tr {
  border-bottom: 1px dotted;
}
.td_span {
  font-size: 1rem;
  color:#E6B800;
}
.system td {
  padding: 30px 10px;
  border: none;
  font-size: 1rem;
}
.td_comment {
  display: inline-block;
  font-size: 0.8rem;
}
.system i {
  margin: 0 15px 0 20px;
  font-size: 10px;
}
}

.system_option {
  width: 100%;
}
.system_option a {
  display: block;
  width: 80%;
  margin: 0 auto 10vh auto;
  padding: 15px 10px;
  background: #736356;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.pay_info {
  width: 100%;
  margin: 5vh auto;
  text-align: center;
}
.service_info {
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  background: #c1c1c1;
}
/*-----------------------*/
/* page_option
/*-----------------------*/
.option_area {
  width: 100%;
  padding: 5vh 0;
}
.option_area ul {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10vh;
}
.option_area li {
  display: inline-block;
  list-style: none;
  width: 48%;
  height: 400px;
  margin: 2.5vh 0.5%;
  text-align: center;
}
@media screen and (max-width:480px){
.option_area {
  width: 100%;
  padding: 5vh 0;
}
.option_area ul {
  width: 100%;
  margin-bottom: 10vh;
}
.option_area li {
  width: 100%;
  height: 300px;
  margin: 2.5vh 0;
}
}
/*-----------------------*/
/* banner_area
/*-----------------------*/
.banner_area {
  width: 80%;
  margin: 10vh auto;
  display: flex;
  flex-wrap: wrap;
}
.banner_system {
  width: 49.5%;
  height: 45vh;
  margin-right: 1%;
  transition: all 0.5s;
}
.banner_system:hover {
  opacity: 0.6;
}
.banner_system a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/service/banner_system.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.banner_option {
  width: 49.5%;
  height: 45vh;
  transition: all 0.5s;
}
.banner_option:hover {
  opacity: 0.6;
}
.banner_option a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/service/banner_option.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:480px){
.banner_area {
  width: 95%;
}
.banner_system {
  width: 100%;
  height: 35vh;
  margin: 0 0 5vh 0;
}
.banner_system a{
  background: url("img/service/banner_system.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.banner_option {
  width: 100%;
  height: 35vh;
}
.banner_option a{
  background: url("img/service/banner_option.png");
  background-size: contain;
  background-repeat: no-repeat;
}
}