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

/*paddingによる幅を無くします*/
* {
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
  background: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #f3f3f3;
  font-size: 1rem;
  width: 100%;
  font-weight: 400;
}

::-moz-selection {
  background: #a39467;
  color: #24150f;
}

::selection {
  background: #a39467;
  color: #24150f;
}

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

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

p {
  /*android版クローム　フォントサイズが大きくなる不具合対策*/
  max-height: 999999px;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img, input, select {
  vertical-align: middle;
}

/*@mixin */
/*--------------------------------------
common
--------------------------------------*/
body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  margin: 0 auto;
}

/***文字関係***/
h2 {
  text-transform: capitalize;
}

/*文字サイズ*/
.fs_sss {
  font-size: 0.5em;
}

.fs_ss {
  font-size: 0.7em;
}

.fs_s {
  font-size: 0.8em;
}

.fs_l {
  font-size: 1.5em;
}

/* マージン */
.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

/*幅*/
.width_100 {
  width: 100%;
}

/*スクロールバー非表示*/
.no-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

/*トップページ下部アニメーション*/
.link_act_01 {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link_act_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}

.link_act_02 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_act_02:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 3%;
  margin: auto;
}

.other_page {
  padding: 20px 0;
}

.other_page .inner {
  width: 100%;
  max-width: 1000px;
}

/* 小見出し */
.subtitle {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  padding: 12px 0;
  width: 80%;
  line-height: 1;
  font-size: 2rem;
}

.subtitle:before, .subtitle:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subtitle:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

.subtitle:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

.subtitle span {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-left: 7px;
}

/*リンクの下部*/
.subtitle_01 {
  margin: 0 auto;
  background: #a39467;
  color: #f3f3f3;
  font-size: 1.6rem;
  padding: 2px;
}

/*outer*/
.main_outer {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.table_01 {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  color: #787878;
  border: 1px solid #a39467;
  border-collapse: separate;
  padding: 0 3%;
}

.table_01 th, .table_01 td {
  display: block;
  font-size: 1.4rem;
}

.table_01 tr:first-child th {
  margin-top: 20px;
}

.table_01 th {
  width: 100%;
  vertical-align: top;
  font-size: 1.4rem;
  text-align: center;
  color: #f3f3f3;
  background: #a39467;
  margin: auto;
  margin-bottom: 20px;
  padding: 5px;
}

.table_01 td {
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 20px;
  color: #f3f3f3;
}

.table_01 td img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.table_01 td .recruit_tel {
  display: block;
  max-width: 400px;
  margin: auto;
  background-position: right bottom;
  color: #f3f3f3;
  border-top: 1px solid #b90000;
  border-right: 1px solid #b90000;
  border-bottom: 1px solid #b90000;
  border-left: 0.5em solid #b90000;
  border-color: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.table_01 td .recruit_tel a {
  color: #f3f3f3;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.table_01 td .recruit_tel:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b90000), color-stop(50%, #101010));
  background: linear-gradient(to right, #b90000 50%, #101010 50%);
  background-size: 201% 100.5%;
  background-position: left bottom;
  color: #f3f3f3;
}

.table_01 td .recruit_tel:hover a {
  color: #f3f3f3;
}

.table_01 td .recruit_mail {
  display: block;
  max-width: 400px;
  margin: auto;
  background-position: right bottom;
  color: #f3f3f3;
  border-top: 1px solid #006cb9;
  border-right: 1px solid #006cb9;
  border-bottom: 1px solid #006cb9;
  border-left: 0.5em solid #006cb9;
  border-color: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.table_01 td .recruit_mail a {
  color: #f3f3f3;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.table_01 td .recruit_mail:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #006cb9), color-stop(50%, #101010));
  background: linear-gradient(to right, #006cb9 50%, #101010 50%);
  background-size: 201% 100.5%;
  background-position: left bottom;
  color: #f3f3f3;
}

.table_01 td .recruit_mail:hover a {
  color: #f3f3f3;
}

.table_01 td .recruit_line {
  display: block;
  max-width: 400px;
  margin: auto;
  background-position: right bottom;
  color: #f3f3f3;
  border-top: 1px solid #58b900;
  border-right: 1px solid #58b900;
  border-bottom: 1px solid #58b900;
  border-left: 0.5em solid #58b900;
  border-color: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.table_01 td .recruit_line a {
  color: #f3f3f3;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.table_01 td .recruit_line a img {
  height: 100px !important;
  width: 100px !important;
}

.table_01 td .recruit_line:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #58b900), color-stop(50%, #101010));
  background: linear-gradient(to right, #58b900 50%, #101010 50%);
  background-size: 201% 100.5%;
  background-position: left bottom;
  color: #f3f3f3;
}

.table_01 td .recruit_line:hover a {
  color: #f3f3f3;
}

.table_01 td .recruit_line_copy {
  display: block;
  max-width: 400px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.table_01 td .recruit_line_copy #targetid {
  display: block;
  color: #000;
  background: #f3f3f3;
  margin-top: 5px;
  padding: 10px;
  text-align: left;
}

.table_01 td button {
  display: block;
  margin: 5px auto 20px;
  padding: 10px;
  background: #f3f3f3;
}

.table_02 {
  width: 80%;
  margin: auto;
  border-spacing: 0;
  text-align: left;
  table-layout: fixed;
  color: #787878;
  border: 1px solid #c1af7f;
}

.table_02 th, .table_02 td {
  display: block;
  font-size: 1.4rem;
}

.table_02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c1af7f;
}

.table_02 tr:last-child {
  border-bottom: none;
}

.table_02 th {
  width: 100%;
  vertical-align: top;
  font-size: 1.4rem;
  text-align: center;
  color: #24150f;
  background: #a39467;
  padding: 5px 0;
}

.table_02 td {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #24150f;
}

.atten_01 {
  color: #b90000;
}

.atten_02 {
  color: #001eb9;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* ------------------
セラピスト部分
--------------------*/
.cast_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cast_box li {
  vertical-align: top;
  width: 48%;
  margin: 0 1% 3%;
  font-size: 1.4rem;
  color: #f3f3f3;
  letter-spacing: 0.8px;
  border: 1px solid #fffadc;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.cast_box li .img_box {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.cast_box li .txt_box {
  width: 100%;
  margin: 10px auto;
  padding: 0 4%;
}

.cast_box li .therapist_box .staff_img {
  width: 100%;
  height: auto;
}

.cast_box li.move {
  -webkit-transform: translate(0, 150px);
  opacity: 0;
}

.cast_box dl {
  margin-top: 4px;
}

.cast_box dl dt {
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
  color: #a39560;
  border-bottom: 1px solid #a39560;
  letter-spacing: -1px;
  font-size: .9em;
  width: 8em;
}

.name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.name .icon_twitter {
  font-size: 1.4rem;
  margin-left: 5px;
}

.name .icon_twitter img {
  width: 25px;
}

.size {
  font-size: 1.2rem;
}

.size span {
  margin-left: 5px;
}

.size span:first-of-type {
  margin-left: 0;
}

.time {
  color: #24150f;
}

.time dd {
  font-size: 1.4rem;
  background: #f3f3f3;
}

.btn_expiration .icon {
  margin-right: 5px;
}

.btn_possible .icon_reserve {
  margin-right: 5px;
  vertical-align: text-top;
  width: 15px;
}

/*新人アイコン*/
.cast_box li .icon_new {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 60px;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
  width: 100%;
  position: relative;
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
header .container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
}

header .container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #24150f;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

header .container a:after {
  content: '';
  position: absolute;
  background: #24150f;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

header .container a:hover:after, header .container a:focus:after, header .container a:active:after {
  width: 100%;
}

header .button_container {
  position: fixed;
  top: 19px;
  right: 4%;
  height: 27px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

header .button_container:hover {
  opacity: .7;
}

header .button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #f3f3f3;
}

header .button_container.active .middle {
  opacity: 0;
  background: #f3f3f3;
}

header .button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #f3f3f3;
  top: 22px;
}

header .button_container span {
  background: #f3f3f3;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

header .button_container span:nth-of-type(2) {
  top: 14px;
}

header .button_container span:nth-of-type(3) {
  top: 28px;
}

header .overlay {
  position: fixed;
  background: #24150f;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 3;
}

header .overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}

header .overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

header .overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

header .overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

header .overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}

header .overlay nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  height: 82vh;
  width: 90%;
  max-width: 300px;
  margin: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header .overlay nav ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

header .overlay nav ul li {
  display: block;
  min-height: 36px;
  position: relative;
  opacity: 0;
}

header .overlay nav ul li a.overlay-link {
  display: block;
  position: relative;
  color: #f3f3f3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: left;
}

header .overlay nav ul li a.overlay-link span.en {
  letter-spacing: 3px;
  margin-left: 40px;
}

header .overlay nav ul li a.overlay-link span.jp {
  letter-spacing: 3px;
  color: #d2d2d2;
}

header .overlay nav ul li a.overlay-link:hover:after, header .overlay nav ul li a.overlay-link:focus:after, header .overlay nav ul li a.overlay-link:active:after {
  width: 100%;
}

header .overlay nav ul li a.overlay-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #f3f3f3;
  -webkit-transition: .35s;
  transition: .35s;
}

header .overlay nav ul li a.overlay-link:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 49%;
}

header .overlay nav::-webkit-scrollbar {
  display: none;
}

header .overlay .info_box {
  color: #a39467;
  border: 1px solid #a39467;
  padding: 5px;
  width: 100%;
  margin-bottom: 60px;
}

header .overlay .info_box li {
  min-height: auto;
}

header .overlay .info_box li a {
  color: #a39467;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* スクロールで表示 */
.header_logo {
  height: 0;
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.fix-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  line-height: 56px;
  top: -66px;
  /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  color: #f3f3f3;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fix-header .fix-header-contents .logo_main {
  text-align: left;
  margin-left: 5px;
}

.fix-header .fix-header-contents .logo_main img {
  width: 100%;
  max-width: 130px;
}

/*---------------------------
パンくず
----------------------------*/
.pankuzu {
  background: #f3f3f3;
  padding: 5px 3% 0;
}

.pankuzu ol {
  border-bottom: 1px solid #24150f;
}

.pankuzu ol li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
  color: #24150f;
  letter-spacing: 2px;
}

.pankuzu ol li a {
  color: #24150f;
}

.pankuzu ol li a::after {
  content: " > ";
}

/*--------------------------------------
フッター
--------------------------------------*/
footer {
  background: #f3f3f3;
  background-size: cover;
  background-position: center;
}

footer .footer_bottom {
  padding-bottom: 70px;
}

footer .footer_bottom .copyright {
  font-size: 1rem;
  text-align: center;
  color: #858585;
}

footer .footer_bottom .footer_link {
  font-size: 1rem;
  text-align: center;
  color: #858585;
}

footer .footer_bottom .footer_link a {
  color: #858585;
  border-bottom: 1px solid #858585;
}

footer .footer_area {
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #24150f;
}

footer .footer_area .info {
  width: 100%;
}

footer .footer_area .info .info_box {
  max-width: 500px;
  font-size: 1.8em;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 20px 10px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}

footer .footer_area .info .info_box li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.6rem;
}

footer .footer_area .info .info_box li.tel a {
  color: #24150f;
}

footer .footer_area .info .info_box li.tel a .em {
  font-size: 0.8em;
  position: relative;
  max-width: 148px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_area .info .info_box li.tel a .em:before, footer .footer_area .info .info_box li.tel a .em:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #24150f;
}

footer .footer_area .info .info_box li.tel a .em:before {
  margin-right: 5px;
}

footer .footer_area .info .info_box li.tel a .em:after {
  margin-left: 5px;
}

footer .footer_area .info .info_box .hour{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_area .info .info_box li.open .em {
  font-size: 0.8em;
  position: relative;
  max-width: 132px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_area .info .info_box li.open .em:before, footer .footer_area .info .info_box li.open .em:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #24150f;
}

footer .footer_area .info .info_box li.open .em:before {
  margin-right: 5px;
}

footer .footer_area .info .info_box li.open .em:after {
  margin-left: 5px;
}

footer .footer_area .info .info_box li.recep .em {
  font-size: 0.8em;
  position: relative;
  max-width: 132px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_area .info .info_box li.recep .em:before, footer .footer_area .info .info_box li.recep .em:after {
  content: '';
  width: 20%;
  height: 1px;
  background-color: #24150f;
}

footer .footer_area .info .info_box li.recep .em:before {
  margin-right: 5px;
}

footer .footer_area .info .info_box li.recep .em:after {
  margin-left: 5px;
}
footer .footer_area img {
  max-width: 255px;
  width: 100%;
}

footer .footer_area a {
  color: #e8e2db;
}

footer .footer_area a:hover {
  opacity: .4;
}

footer .footer_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}

footer .footer_area .sns li a {
  color: #24150f;
}

footer .footer_area .sns li a i {
  font-size: 3rem;
  padding: 0 5px;
}

footer .footer_nav {
  display: none;
}

footer .f_snsicon i {
  margin: 0 9px;
  width: auto;
}

.f_snsicon i {
  font-size: 2.2em;
}

/*SP用追尾ボタン*/
.fotter_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fotter_btn li {
  background: rgba(163, 148, 103, 0.8);
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.333%;
  height: 60px;
  margin: 0 auto;
  line-height: 1.6em;
  font-size: 1.2rem;
}

.fotter_btn li:last-of-type a {
  border-right: none;
}

.fotter_btn li a {
  color: #f3f3f3;
  display: block;
  width: 100%;
  border-right: 1px solid #f3f3f3;
}

.fotter_btn li a i {
  font-size: 2em;
}

/*---------------------------
トップの背景

/*---------------------------
メインビジュアル
---------------------------*/
#section_top {
  padding: 0;
  margin: 0;
  position: relative;
  height: 80vh;
  background-image: url(../images/mainvisual_s_01.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*---------------------------
メインビジュアル下TEL・OPEN
---------------------------*/
}

#section_top .logo_main {
  z-index: 1;
  margin-bottom: 50px;
}

#section_top .logo_main img {
  max-width: 400px;
  width: 100%;
}

#section_top .info {
  width: 100%;
  background: rgba(36, 21, 15, 0.8);
  position: absolute;
  bottom: 0;
}

#section_top .info .info_box {
  max-width: 500px;
  font-size: 1.8em;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 20px 10px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;*/
    }

    #section_top .info .info_box li {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      font-size: 1.6rem;
    }

    #section_top .info .info_box li.tel{
      margin-bottom: 10px;
    }
    #section_top .info .info_box li.tel .em {
      font-size: 0.8em;
      position: relative;
      max-width: 148px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    #section_top .info .info_box li.tel .em:before, #section_top .info .info_box li.tel .em:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #f3f3f3;
    }

    #section_top .info .info_box li.tel .em:before {
      margin-right: 5px;
    }

    #section_top .info .info_box li.tel .em:after {
      margin-left: 5px;
    }


    #section_top .info .info_box .hour{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    #section_top .info .info_box li.open .em {
      font-size: 0.8em;
      position: relative;
      max-width: 132px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    #section_top .info .info_box li.open .em:before, #section_top .info .info_box li.open .em:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #f3f3f3;
    }

    #section_top .info .info_box li.open .em:before {
      margin-right: 5px;
    }

    #section_top .info .info_box li.open .em:after {
      margin-left: 5px;
    }
    #section_top .info .info_box li.recep .em {
      font-size: 0.8em;
      position: relative;
      max-width: 132px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    #section_top .info .info_box li.recep .em:before, #section_top .info .info_box li.recep .em:after {
      content: '';
      width: 20%;
      height: 1px;
      background-color: #f3f3f3;
    }

    #section_top .info .info_box li.recep .em:before {
      margin-right: 5px;
    }

    #section_top .info .info_box li.recep .em:after {
      margin-left: 5px;
    }
/*---------------------------
ヘッドライン
---------------------------*/
#section_headline {
  margin-bottom: 40px;
  position: relative;
  background: #f3f3f3;
  color: #000000;
}

#section_headline .headline_inner {
  border-top: 2px solid #e4cf98;
  border-bottom: 2px solid #e4cf98;
}

#section_headline .headline_inner .headline {
  margin: auto;
  width: 96%;
  height: 36px;
  overflow: hidden;
}

#section_headline .headline_inner .headline h2 {
  display: none;
}

#section_headline .headline_inner .headline div {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 36px;
  -webkit-animation: scrollAnime 20s linear infinite;
  animation: scrollAnime 20s linear infinite;
}

#section_headline .headline_inner .headline div span {
  margin: 0 100px 0 0;
}

#section_headline .headline_inner .headline div span:last-child {
  margin: 0;
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/****************************************
ここからトップページ
****************************************/
/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today {
  position: relative;
  margin-bottom: 10%;
}

#section_schedule_today h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}

#section_schedule_today h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

#section_schedule_today h2 .title_ja {
  font-size: 0.6em;
  letter-spacing: 1px;
  display: block;
}

#section_schedule_today .inner {
  margin: 0 auto;
}

#section_schedule_today .go_staff {
  width: 70%;
  max-width: 470px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #f3f3f3;
  display: inline-block;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#section_schedule_today .go_staff a {
  max-width: 270px;
  width: 100%;
  margin: auto;
  padding: 5px;
  background: #675d40;
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
  font-size: 1.4rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f3f3f3));
  background-image: linear-gradient(to right, transparent 50%, #f3f3f3 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

#section_schedule_today .go_staff a:hover {
  background-color: #f3f3f3;
  color: #675d40;
  background-position: -100% 100%;
}

#section_schedule_today .go_staff a:hover i {
  color: #675d40;
}

/*---------------------------
イベントバナー
---------------------------*/
#section_event {
  margin: 20px 0 10%;
  position: relative;
  background: transparent;
  height: 100%;
  z-index: 1;
}

#section_event .swiper-container.event_slide {
  overflow: visible;
}

#section_event .swiper-container.event_slide .swiper-slide {
  width: 100% !important;
}

#section_event .swiper-container.event_slide .swiper-slide img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

#section_event .swiper-container.event_slide .swiper-pagination {
  padding-top: 20px;
  position: static !important;
}
#section_event .swiper-container.event_slide .swiper-pagination-bullet {
  border-radius: 0;
  background: #a9a9a9;
  opacity: 1;
  width: 50px;
  height: 12px;
}
#section_event .swiper-container.event_slide .swiper-pagination-bullet-active {
  border-radius: 0;
  background: #f3f3f3;
  opacity: 1;
}
#section_event .event {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
#section_event .event.move {
  -webkit-transform: translate(-50px, 0);
  opacity: 0;
}
#section_event .event_05 img{
  object-position: 0 45% !important;
}

/*#eventの設定*/
#section_event .event{
  width: 100%;
  max-width: 930px;
  padding: 5px;
  margin: 0 auto;
  background: #1d0500;
}
#section_event .event .frame{
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #7f5d30;
}
#section_event .swiper-container.event_slide02 .swiper-slide img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#section_event .event_thumb_container01 {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
#section_event .event_thumb_container01 .event_thumb {
  width: 21% !important;
  max-width: 100px;
  margin: 0 1.5%;
  line-height: 1;
  background-color: #000;
  cursor: pointer;
}
#section_event .event_thumb_container01 .event_thumb img {
  width: 100%;
  object-fit: cover;
  object-position: 0 25%;
  opacity: 0.5;
}
#section_event .event_thumb_container01 .event_thumb.event_thumb-active img {
  opacity: 1;
}

#section_event .event_thumb_container02 {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
#section_event .event_thumb_container02 .event_thumb {
  width: 21% !important;
  max-width: 100px;
  margin: 0 1.5%;
  line-height: 1;
  background-color: #000;
  cursor: pointer;
}
#section_event .event_thumb_container02 .event_thumb img {
  width: 100%;
  object-fit: cover;
  object-position: 0 25%;
  opacity: 0.5;
}
#section_event .event_thumb_container02 .event_thumb.event_thumb-active img {
  opacity: 1;
}
/*ここまで↑*/

.event_top{
  margin-bottom: 40px;
}
.event_top img{
  width: 100%;
}
.event_top .swiper-container {
  overflow: unset;
}
.event_top .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.event_top .swiper-container-horizontal>.swiper-pagination-bullets,
.event_top .swiper-pagination-custom,
.event_top .swiper-pagination-fraction {
  bottom: -25px;
}
.event_top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #4e4744;
  opacity: 0.75;
}
.event_top .swiper-pagination-bullet:active {
  background: #B57D2C;
}
.event_top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a1926e;
}
.event_top_bottomtx {
  font-size: 18px;
  margin-top: 8px;
  color: #e5bf8b;
}

/*---------------------------
動画
---------------------------*/
.movie_box {
  margin: 0 auto 40px;
}
.movie_box video {
  width: 95%;
  max-width: 640px;
}

/*---------------------------
トピックス
---------------------------*/
#section_topics {
  position: relative;
  padding: 3% 0;
  margin-bottom: 10%;
  background: url(../images/bg_topics.jpg);
  background-size: cover;
}

#section_topics .topics_box {
  background: rgba(243, 243, 243, 0.8);
  position: relative;
  border: 2px solid #a39467;
}

#section_topics .topics_box:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
}

#section_topics .topics_box:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
}

#section_topics .topics_box .article_box {
  height: auto;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

#section_topics .topics_box .article_box p {
  font-size: 1.2rem;
  padding: 0 0 15px;
}

/* #section_topics .topics_box .article_box p a {
  color: #fff;
  padding: 3px;
  margin: 0 5px;
  background: #675d40;
  border: 1px solid #f3f3f3;
  width: 100px;
  display: inline-block;
} */
/* #section_topics .topics_box .article_box p a .fa-angle-right {
  margin-left: 5px;
}

#section_topics .topics_box .article_box p a .fa-angle-left {
  margin-right: 5px;
} */
#section_topics .topics_box  .information_text a{
  color: #24150f;
}
#section_topics .topics_box .article_box .btn a{
    color: #fff;
    padding: 3px;
    margin: 0 5px;
    background: #675d40;
    border: 1px solid #f3f3f3;
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
#section_topics .topics_box .article_box .btn a .fa-angle-right{
  margin-left: 5px;
}
#section_topics .topics_box .article_box .btn a .fa-angle-left{
  margin-left: 5px;
}

#section_topics .topics_box .article_box article li {
  margin: 30px;
  max-height: 300px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#section_topics .topics_box .article_box article li time {
  background: #a39467;
  color: #f3f3f3;
  display: block;
  margin-right: auto;
  padding: 2px;
  max-width: 90px;
  width: 100%;
  font-size: 1.2rem;
}

#section_topics .topics_box .article_box article li h3 {
  text-align: left;
  position: relative;
  color: #a39467;
  font-size: 2rem;
  border-bottom: solid 3px #24150f;
  margin-bottom: 15px;
}

#section_topics .topics_box .article_box article li h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #877a54;
  bottom: -3px;
  width: 25%;
}

#section_topics .topics_box .article_box article li .topics_txt {
  text-align: left;
  color: #24150f;
  font-size: 1.4rem;
}

#section_topics .topics_box .article_box article li .topics_txt img {
  max-width: 100%;
  height: auto !important;
}

#section_topics .topics_box .article_box article li::-webkit-scrollbar {
  display: none;
}

#section_topics .topics_box h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #24150f;
  margin-top: 20px;
}

#section_topics .topics_box h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

#section_topics .topics_box h2 .title_ja {
  font-size: 0.6em;
  letter-spacing: 1px;
  display: block;
}

#section_topics .topics_box h2:before {
  background: #24150f;
}

/*---------------------------
新人情報
---------------------------*/
#section_newface {
  margin-bottom: 10%;
}

#section_newface .inner {
  margin: 0 auto;
}

#section_newface .inner h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}

#section_newface .inner h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

#section_newface .inner h2 .title_ja {
  font-size: 0.6em;
  letter-spacing: 1px;
  display: block;
}

#section_newface .inner li.swiper-slide {
  vertical-align: top;
  width: 48%;
  height: auto;
  font-size: 1.4rem;
  color: #f3f3f3;
  letter-spacing: 0.8px;
  border: 1px solid #fffadc;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

#section_newface .inner li.swiper-slide .img_box {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#section_newface .inner li.swiper-slide .img_box .icon_new {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 60px;
}

#section_newface .inner li.swiper-slide .txt_box {
  width: 100%;
  margin: 10px auto;
  padding: 0 4%;
}

#section_newface .inner li.swiper-slide .therapist_box .staff_img {
  width: 100%;
  height: auto;
}

#section_newface .inner .swiper-pagination {
  padding-top: 20px;
  position: static !important;
}

#section_newface .inner .swiper-pagination-bullet {
  border-radius: 0;
  background: #a9a9a9;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#section_newface .inner .swiper-pagination-bullet-active {
  border-radius: 0;
  background: #f3f3f3;
  opacity: 1;
}

#section_newface .inner .swiper-button-next.next, #section_newface .inner .swiper-button-prev.prev {
  background-image: none !important;
}

#section_newface .inner .swiper-button-next.next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(243, 243, 243, 0.8);
  color: #24150f;
}

#section_newface .inner .swiper-button-next.next i {
  font-size: 2rem;
  line-height: 44px;
}

#section_newface .inner .swiper-button-prev.prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(243, 243, 243, 0.8);
  color: #24150f;
}

#section_newface .inner .swiper-button-prev.prev i {
  font-size: 2rem;
  line-height: 44px;
}

#section_newface .inner .swiper-button-next.swiper-button-disabled, #section_newface .inner .swiper-button-prev.swiper-button-disabled {
  opacity: .8;
}

/*---------------------------
ツイッター
---------------------------*/
#section_twitter {
  margin-bottom: 10%;
}

#section_twitter h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}

#section_twitter h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

#section_twitter h2 .title_ja {
  font-size: 0.6em;
  letter-spacing: 1px;
  display: block;
}

#section_twitter .twitter_box {
  margin: auto;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

#section_twitter .twitter_box p {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

#section_twitter .twitter_box p:before, #section_twitter .twitter_box p:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#section_twitter .twitter_box p:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#section_twitter .twitter_box p:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#section_twitter .twitter_box .shop_twitter {
  margin-bottom: 20px;
}

#section_twitter #twitter-widget-0, #section_twitter #twitter-widget-1 {
  background: rgba(243, 243, 243, 0.8);
}

/*---------------------------
バナー
---------------------------*/
#section_bnr .inner ul{
  margin-bottom: 30px;
  display: flex;
}
#section_bnr .inner ul li{
  display: inline-block;
  width: 95%;
  max-width: 400px;
  margin: 10px;
}
#section_bnr .inner ul li img {
  width: 100%;
}



/*---------------------------
コンセプト
---------------------------*/
#section_concept {
  background-image: url(../images/bg_concept.jpg);
  background-size: cover;
  background-position: 50% 10%;
}

#section_concept .inner {
  padding-top: 30px;
  padding-bottom: 80px;
  max-width: 700px;
  position: relative;
}

#section_concept .inner:after {
  background-image: url(../images/concept_sign.html);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 20px;
  right: 6%;
}

#section_concept .inner h2 {
  margin-bottom: 20px;
}

#section_concept .inner h2 img {
  width: 100%;
  max-width: 200px;
}

#section_concept .inner p {
  font-size: 1.4rem;
  line-height: 2.3;
  color: #cecece;
  text-align: left;
  padding: 0 3%;
  -webkit-filter: drop-shadow(10px 10px 10px black);
  filter: drop-shadow(10px 10px 10px black);
}

#section_concept .inner p span {
  color: #fffadc;
  font-size: 1.2em;
}

#section_concept .inner h4 {
  font-size: 1.7rem;
  color: #cecece;
  -webkit-filter: drop-shadow(10px 10px 10px black);
  filter: drop-shadow(10px 10px 10px black);
}

#section_concept .inner .parenthesis_box {
  text-shadow: #000 1px 0 10px,#000 1px 0 10px;
  margin-bottom: 30px;
}

#section_concept .inner .parenthesis_box .parenthesis {
  position: relative;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#section_concept .inner .parenthesis_box .parenthesis::before, #section_concept .inner .parenthesis_box .parenthesis::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#section_concept .inner .parenthesis_box .parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fffadc;
  border-left: 1px solid #fffadc;
}

#section_concept .inner .parenthesis_box .parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fffadc;
  border-right: 1px solid #fffadc;
}

#section_concept .inner .parenthesis_box .parenthesis h3 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fffadc;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

#section_concept .inner .parenthesis_box .parenthesis h3 span {
  font-size: .8em;
}

/*---------------------------
下部バナー
---------------------------*/
#section_bnr_bottom {
  width: 100%;
  text-align: center;
}

#section_bnr_bottom .inner {
  padding: 3%;
  max-width: 100%;
}

#section_bnr_bottom .inner .bnr_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section_bnr_bottom .inner .bnr_01 .link_act_01:hover p {
  background-color: #f3f3f3;
  color: #24150f;
  border: #24150f 1px solid;
  background-position: -100% 100%;
}
  #section_paypay img{
    margin-bottom: 10%;
    width: 100%;
    max-width: 900px;
    padding:0 10px;
  }

.link_act_01 .bnr_contents {
  padding: 5px;
  margin: 3px;
  width: calc(43vmin);
  height: calc(43vmin);
  max-width: 250px;
  max-height: 250px;
}

.link_act_01 .bnr_contents.bnr_therapist {
  background-image: url(../images/bnr_bottom_therapist.jpg);
  background-size: cover;
}

.link_act_01 .bnr_contents.bnr_system {
  background-image: url(../images/bnr_bottom_system.jpg);
  background-size: cover;
}

.link_act_01 .bnr_contents.bnr_access {
  background-image: url(../images/bnr_bottom_access.jpg);
  background-size: cover;
}

.link_act_01 .bnr_contents.bnr_contact {
  background-image: url(../images/bnr_bottom_contact.jpg);
  background-size: cover;
}

.link_act_01 .bnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  padding: 15px;
  border: 1px solid #a39467;
  position: relative;
  width: 100%;
  height: 100%;
}

.link_act_01 .bnr_inner:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  -webkit-filter: drop-shadow(10px 10px 10px white);
  filter: drop-shadow(10px 10px 10px white);
}

.link_act_01 .bnr_inner:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
  -webkit-filter: drop-shadow(10px 10px 10px white);
  filter: drop-shadow(10px 10px 10px white);
}

.link_act_01 .bnr_inner h2 {
  font-size: 1.4rem;
  line-height: 1;
  color: #24150f;
  text-shadow: 2px 2px 3px #f3f3f3;
}

.link_act_01 .bnr_inner p {
  color: #f3f3f3;
  background: #24150f;
  border: 1px solid #877a54;
  padding: 5px;
  width: 100%;
  max-width: 180px;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f3f3f3));
  background-image: linear-gradient(to right, transparent 50%, #f3f3f3 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

/*下部バナー下の求人バナー*/
#section_bnr_bottom .bnr_bottom_recruit img{
  width: 95%;
  max-width: 700px;
  margin: 0 auto 50px;
}
/****************************************
ここから下層ページ
****************************************/
#contents_system, #contents_cast, #contents_schedule, #contents_profile, #contents_access, #contents_link, #contents_recruit, #section_err {
  position: relative;
  min-height: 250px;
}

/*---------------------------
TOP以外
---------------------------*/
.page_top_cover {
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/subvisual.jpg) no-repeat;
  background-position: 60% 100%;
  background-size: cover;
}

.page_top_cover .page_title {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_top_cover .page_title h2 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #a39467;
}

.page_top_cover .page_title h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.page_top_cover .page_title h2 .title_ja {
  font-size: 0.6em;
  letter-spacing: 1px;
  display: block;
}

.page_top_cover .page_title h2:before {
  background: #24150f;
}

/*---------------------------
セラピスト関連ページ
---------------------------*/
#contents_schedule .schedule_nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents_schedule .schedule_nav li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-grow: 1;
  margin: 0 2px 10px;
  width: 48%;
  position: relative;
}

#contents_schedule .schedule_nav li:first-child {
  width: 100%;
}

#contents_schedule .schedule_nav li a {
  padding: 4px;
  font-size: 1.3rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #f3f3f3;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #24150f;
}

#contents_schedule .schedule_nav li a:hover {
  opacity: 0.5;
}

#contents_schedule .schedule_nav li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

#contents_schedule .schedule_nav li.active a {
  background: rgba(163, 148, 103, 0.8);
  color: #f3f3f3;
}

/*---------------------------
プロフィールページ
---------------------------*/
#contents_profile .profile_box {
  display: block;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#contents_profile .profile_box_left {
  margin: 0 auto 30px;
  max-width: 480px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_profile .profile_box_left .icon_new {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

#contents_profile .profile_box_left .img_box {
  margin: 0 auto 10px;
  max-width: 300px;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

#contents_profile .profile_box_left .img_box img {
  height: auto;
}

#contents_profile .profile_box_left .profile_twitter {
  width: 90%;
  max-width: 295px;
}

#contents_profile .cast_thumb {
  margin-bottom: 10px;
}

#contents_profile .profile_box_right {
  margin: 0 auto 3%;
  padding: 30px 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #a39467;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
}

#contents_profile .profile_box_right p {
  font-size: 1.6rem;
  color: #f3f3f3;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents_profile .profile_box_right > div {
  margin-bottom: 40px;
}

#contents_profile .profile_box_right .p_qa_area .p_qa dl {
  width: 80%;
  margin: auto;
}

#contents_profile .profile_box_right .p_qa_area .p_qa dl dt {
  color: #f3f3f3;
  border-bottom: 1px solid #858585;
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 5px;
}

#contents_profile .profile_box_right .p_qa_area .p_qa dl dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
}

#contents_profile .profile_box_right .p_qa_area .p_qa dl dd {
  color: #f3f3f3;
  margin-bottom: 5px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}

#contents_profile .profile_box_right .twitter {
  margin-bottom: 0;
}

#contents_profile .profile_box_right .twitter iframe{
  width: 80% !important;
  margin: auto;
  background: rgba(243, 243, 243, 0.8) !important;
}

#contents_profile .profile_box_right .message_area .message .comment {
  font-size: 1.4rem;
  text-align: left;
  width: 80%;
  margin: auto;
}

#contents_profile .profile_box_schedule {
  background: rgba(243, 243, 243, 0.8);
  border: 2px solid #a39467;
  padding: 50px 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#contents_profile .profile_box_schedule:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
}

#contents_profile .profile_box_schedule:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
}

#contents_profile .profile_box_schedule .profile_schedule h3 span {
  font-size: 10px;
  letter-spacing: 1px;
  margin-left: 7px;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 tr {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 th {
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  width: 100%;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 1%;
  height: auto;
  width: 100%;
  word-wrap: break-word;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 td p, #contents_profile .profile_box_schedule .profile_schedule .table_01 td div {
  width: 100%;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 th:last-child, #contents_profile .profile_box_schedule .profile_schedule .table_01 td:last-child {
  border-bottom: 0;
}

#contents_profile .profile_box_schedule .profile_schedule .sch_info {
  font-size: 18px;
}

#contents_profile .profile_box_schedule .profile_schedule .possible_time {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
  margin-top: 8px;
  height: 50px;
  letter-spacing: 0;
}

#contents_profile .profile_box_schedule .profile_schedule .possible_time .time {
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 auto;
  max-height: 50px;
  overflow: scroll;
  word-wrap: break-word;
}

/*---------------------------
料金ページ
---------------------------*/
#contents_system .other_page {
  max-width: 700px;
  margin: auto;
}

#contents_system img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

#contents_system .system {
  margin-bottom: 4em;
  background-size: cover;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
  border: 2px solid #a39467;
  padding: 30px 0;
}

#contents_system .system .system_box {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#contents_system .system .system_box p {
  font-size: 1.2rem;
  color: #f3f3f3;
  padding: 10px 0 20px;
}

#contents_system .title_system {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
}

#contents_system .title_system:before, #contents_system .title_system:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_system .title_system:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#contents_system .title_system:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#contents_system .table_system {
  width: 100%;
  font-size: 1.5rem;
}

#contents_system .table_system:first-of-type {
  margin-bottom: 20px;
}

#contents_system .table_system span {
  font-size: .8em;
}

#contents_system .table_system tr {
  border-bottom: 1px dashed #3a3a3a;
}

#contents_system .table_system tr td {
  padding: 15px 0;
  /*width: 50%;*/
}

#contents_system .table_system tr td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}

#contents_system .table_system tr th {
  color: #8c8c8c;
  font-size: 1.2rem;
  padding: 15px 0;
}

#contents_system .rule {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#contents_system .rule h4 {
  color: #b90000;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
}

#contents_system .rule h4:before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #b90000;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#contents_system .rule p {
  text-align: left;
  font-size: 1.2rem;
}

#contents_system .rule .red {
  color: #b90000;
}

#contents_system .rule ul li {
  text-align: left;
  font-size: 1.2rem;
}

/*---------------------------
アクセス
---------------------------*/
#contents_access .other_page {
  max-width: 700px;
  margin: auto;
}

#contents_access .access_info_box {
  background: rgba(255, 255, 255, 0.8);
}

#contents_access .access_info_box > div {
  padding: 40px 10px;
  color: #24150f;
  position: relative;
  border: 2px solid #a39467;
}

#contents_access .access_info_box > div:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
}

#contents_access .access_info_box > div:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
}

#contents_access .access_info_box > div h3 {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  font-size: 1.8rem;
  width: 80%;
}

#contents_access .access_info_box > div h3:before, #contents_access .access_info_box > div h3:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_access .access_info_box > div h3:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#contents_access .access_info_box > div h3:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#contents_access .access_info_box > div p {
  font-size: 1.4rem;
}

#contents_access .access_info_box > div ul {
  color: #a39467;
  border: 1px solid #a39467;
  padding: 5px;
  width: 70%;
  max-width: 340px;
  margin: auto;
}

#contents_access .access_info_box > div ul li {
  font-size: 1.4rem;
}

#contents_access .access_info_box > div ul li a {
  color: #a39467;
}

#contents_access .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 3% 30px;
  border: 2px solid #a39467;
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
}

#contents_access .tab-label {
  color: #858585;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.8rem;
}

#contents_access .tab-switch:checked + .tab-label {
  color: #a39467;
}

#contents_access .tab-label::after {
  background: #a39467;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

#contents_access .tab-switch:checked ~ .tab-label::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#contents_access .tab-switch:checked + .tab-label::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#contents_access .tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: opacity .3s 80ms, -webkit-transform .3s 80ms;
  transition: opacity .3s 80ms, -webkit-transform .3s 80ms;
  transition: transform .3s 80ms, opacity .3s 80ms;
  transition: transform .3s 80ms, opacity .3s 80ms, -webkit-transform .3s 80ms;
  width: 80%;
  margin: auto;
}

#contents_access .tab-content .go_map {
  background: #675d40;
  border: 1px solid #f3f3f3;
  width: 100%;
  max-width: 270px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #f3f3f3;
  display: inline-block;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

#contents_access .tab-content .go_map a {
  padding: 5px;
  width: 100%;
  color: #f3f3f3;
  font-size: 1.4rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f3f3f3));
  background-image: linear-gradient(to right, transparent 50%, #f3f3f3 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

#contents_access .tab-content .go_map a:hover {
  background-color: #f3f3f3;
  color: #675d40;
  background-position: -100% 100%;
}

#contents_access .tab-content p {
  font-size: 1.4rem;
  text-align: left;
}

#contents_access .tab-content p img {
  width: 100%;
  max-width: 700px;
}

#contents_access .tab-content ul li {
  font-size: 1.6rem;
  text-align: left;
}

#contents_access .tab-content h4 {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  font-size: 1.6rem;
}

#contents_access .tab-content h4:before, #contents_access .tab-content h4:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_access .tab-content h4:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#contents_access .tab-content h4:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#contents_access .tab-content .parking {
  background-image: url(../images/parking.html);
  background-size: cover;
  height: 120px;
}

#contents_access .tab-content .parking > div {
  border: 1px solid #a39467;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#contents_access .tab-content .parking > div:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
}

#contents_access .tab-content .parking > div:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
}

#contents_access .tab-content .parking > div p {
  font-size: 2rem;
  width: 100%;
  height: 100%;
}

#contents_access .tab-content .parking > div p a {
  color: #f3f3f3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents_access .tab-switch:checked ~ .tab-content {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

#contents_access .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#contents_access .tab-wrap::after {
  content: '';
  height: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}

#contents_access .tab-switch {
  display: none;
}

/*---------------------------
求人
---------------------------*/
#contents_recruit .other_page {
  max-width: 700px;
  margin: auto;
}

#contents_recruit .other_page .recruit_message {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 0;
  color: #24150f;
  position: relative;
  border: 2px solid #a39467;
  margin-bottom: 20px;
}

#contents_recruit .other_page .recruit_message:before {
  background-image: url(../images/vis_top.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
}

#contents_recruit .other_page .recruit_message:after {
  background-image: url(../images/vis_bottom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  margin: 0;
  content: " ";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
}

#contents_recruit .other_page .recruit_message h3 {
  margin-bottom: 20px;
}

#contents_recruit .other_page .recruit_message h3 img {
  width: 100%;
  max-width: 180px;
  margin: auto;
}

#contents_recruit .other_page .recruit_message .message_inner .catch_copy {
  color: #a39467;
  font-size: 1.6rem;
  margin: 0 3% 20px;
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_recruit .other_page .recruit_message .message_inner .catch_copy:before, #contents_recruit .other_page .recruit_message .message_inner .catch_copy:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_recruit .other_page .recruit_message .message_inner .catch_copy:before {
  top: 0;
  left: 0;
  border-top: 1px solid #a39467;
  border-left: 1px solid #a39467;
}

#contents_recruit .other_page .recruit_message .message_inner .catch_copy:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #a39467;
  border-right: 1px solid #a39467;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4 {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4:before, #contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment ul {
  margin-bottom: 20px;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment ul li {
  text-align: left;
  font-size: 1.3rem;
  border-bottom: 1px dashed #3a3a3a;
  line-height: 2;
}

#contents_recruit .other_page .recruit_message .message_inner .appeal_comment p {
  text-align: left;
  font-size: 1.2rem;
}

#contents_recruit .rc_btn a.rc_line {
  background: #58b900;
  color: #f3f3f3;
  border: none;
  position: relative;
  font-size: 1.4rem;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin: auto;
  max-width: 250px;
  width: 100%;
}

#contents_recruit .rc_btn a.rc_line:hover {
  background: #f3f3f3;
  color: #58b900;
}

#contents_recruit .rc_btn a.rc_line:hover:before, #contents_recruit .rc_btn a.rc_line:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

#contents_recruit .rc_btn a.rc_line:before, #contents_recruit .rc_btn a.rc_line:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #58b900;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

#contents_recruit .rc_btn a.rc_line:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

#contents_recruit .rc_btn a.rc_tel {
  background: #b90000;
  color: #f3f3f3;
  border: none;
  position: relative;
  font-size: 1.4rem;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  max-width: 250px;
  width: 100%;
}

#contents_recruit .rc_btn a.rc_tel:hover {
  background: #f3f3f3;
  color: #b90000;
}

#contents_recruit .rc_btn a.rc_tel:hover:before, #contents_recruit .rc_btn a.rc_tel:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

#contents_recruit .rc_btn a.rc_tel:before, #contents_recruit .rc_btn a.rc_tel:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #b90000;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

#contents_recruit .rc_btn a.rc_tel:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

#contents_recruit .rc_btn a.rc_mail {
  background: #006cb9;
  color: #f3f3f3;
  border: none;
  position: relative;
  font-size: 1.4rem;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
}

#contents_recruit .rc_btn a.rc_mail:hover {
  background: #f3f3f3;
  color: #006cb9;
}

#contents_recruit .rc_btn a.rc_mail:hover:before, #contents_recruit .rc_btn a.rc_mail:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

#contents_recruit .rc_btn a.rc_mail:before, #contents_recruit .rc_btn a.rc_mail:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #006cb9;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

#contents_recruit .rc_btn a.rc_mail:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

#contents_recruit .contents_requirements {
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
  border: 2px solid #a39467;
  padding: 30px 0;
}

#contents_recruit .contents_requirements .dl_box_01 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#contents_recruit .contents_requirements .dl_box_01 dt {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4;
  position: relative;
  color: #a39467;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 20px;
}

#contents_recruit .contents_requirements .dl_box_01 dt:before, #contents_recruit .contents_requirements .dl_box_01 dt:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents_recruit .contents_requirements .dl_box_01 dt:before {
  top: 0;
  border-top: 2px solid #a39467;
  border-bottom: 1px solid #a39467;
}

#contents_recruit .contents_requirements .dl_box_01 dt:after {
  bottom: 0;
  border-top: 1px solid #a39467;
  border-bottom: 2px solid #a39467;
}

#contents_recruit .contents_requirements .dl_box_01 dd {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#contents_recruit .contents_requirements .dl_box_01 dd:last-child {
  margin-bottom: 0;
}

#contents_recruit .contents_requirements .dl_box_01 dd .contents_margin {
  margin-bottom: 20px;
  display: block;
}

#contents_recruit .contents_requirements .dl_box_01 dd .treatment {
  display: block;
  border-bottom: 1px dashed #3a3a3a;
  padding: 2px 0;
}

#contents_recruit .contents_requirements .dl_box_01 dd .treatment i {
  color: #b90000;
}

.table_collum_02 {
  text-align: left;
  width: 100%;
  table-layout: fixed;
  color: #404040;
}

/*---------------------------
リンク
---------------------------*/
.link_bnr {
  display: none;
}

.list_link_box {
  font-size: 1.1rem;
  margin-top: 20px;
  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;
  color: #f3f3f3;
}

.list_link_box a {
  color: #f3f3f3;
}

#contents_link aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_link_box li {
  margin: 0 auto 12px;
}

/*---------------------------
WEB予約
---------------------------*/
#contents_form {
  /* iOSでのデフォルトスタイルをリセット */
}

#contents_form .finish {
  font-size: 1.4rem;
}

#contents_form label input {
  margin: 0;
  display: none;
}

#contents_form .other_page {
  max-width: 700px;
  margin: auto;
}

#contents_form input[type="submit"],
#contents_form input[type="reset"],
#contents_form input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  cursor: pointer;
}

#contents_form input[type="submit"]::-webkit-search-decoration,
#contents_form input[type="reset"]::-webkit-search-decoration,
#contents_form input[type="button"]::-webkit-search-decoration {
  display: none;
}

#contents_form input[type="submit"]::focus,
#contents_form input[type="reset"]::focus,
#contents_form input[type="button"]::focus {
  outline-offset: -2px;
}

#contents_form *::-webkit-input-placeholder {
  color: #dedede;
}

#contents_form *:-moz-placeholder {
  color: #dedede;
}

#contents_form *::-moz-placeholder {
  color: #dedede;
}

#contents_form *:-ms-input-placeholder {
  color: #dedede;
}

#contents_form .btn_01 {
  width: 90%;
  margin: auto;
  max-width: 270px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

#contents_form .btn_01:hover i {
  color: #675d40;
}

#contents_form .btn_01 input[type="submit"] {
  background: #675d40;
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
  padding: 5px;
  width: 100%;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f3f3f3));
  background-image: linear-gradient(to right, transparent 50%, #f3f3f3 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

#contents_form .btn_01 input[type="submit"]:hover {
  background-color: #f3f3f3;
  color: #675d40;
  background-position: -100% 100%;
}

#contents_form .btn_01 input[type="submit"]:hover i {
  color: #675d40;
}

#contents_form .btn_01 input[type="button"] {
  background: #675d40;
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
  padding: 5px;
  width: 100%;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f3f3f3));
  background-image: linear-gradient(to right, transparent 50%, #f3f3f3 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

#contents_form .btn_01 input[type="button"]:hover {
  background-color: #f3f3f3;
  color: #675d40;
  background-position: -100% 100%;
}

#contents_form .btn_01 input[type="button"]:hover i {
  color: #675d40;
}

#contents_form .btn_01 i {
  position: absolute;
  top: 32%;
  right: 35%;
}

#contents_form .btn_01.btn_left {
  margin-top: 10px;
}

#contents_form .btn_01.btn_left i {
  position: absolute;
  top: 32%;
  left: 40%;
  right: auto;
}

#contents_form .btn_01.btn_left.btn_finish i {
  position: absolute;
  top: 32%;
  left: 15%;
  right: auto;
}

#contents_form input[type="reset"] {
  background: transparent;
  color: #f3f3f3;
  font-size: 1rem;
  padding: 0 0 0 1px;
  line-height: 1;
}

#contents_form select {
  border: none;
  outline: none;
  width: 100%;
}

#contents_form form {
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
  border: 2px solid #a39467;
  padding: 30px 0;
}

#contents_form form input[type=radio],
#contents_form form input[type=checkbox] {
  display: none;
}

#contents_form form input[type=radio]:checked + .radio-parts {
  background: #a39467;
  border: 1px solid #fff;
  color: inherit;
}

#contents_form form .radio-parts {
  background: #fff;
  color: #777270;
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 41px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #d9dad9;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}

#contents_form form .radio-parts::before {
  content: "";
  display: block;
  left: 15px;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  border: 1px solid #d9dbd9;
  position: absolute;
  background: #f3f3f3;
}

#contents_form form .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
}

#contents_form form input[type=radio]:checked:checked + .radio-parts::after {
  background: #24150f;
}

#contents_form form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

#contents_form form h3 {
  color: #fff;
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #a39467), color-stop(75%, #a39467), to(transparent));
  background: linear-gradient(to right, transparent, #a39467 25%, #a39467 75%, transparent);
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#contents_form form dl:first-of-type dt {
  border-top: none;
}

#contents_form form dl dt {
  border-top: 1px dashed #8c8c8c;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents_form form dl dt .dt_span {
  display: inline-block;
  color: #a39467;
  position: relative;
}

#contents_form form dl dt .dt_span:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #a39467;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#contents_form form dl dt .required {
  display: inline-block;
  background: #b90000;
  color: #f3f3f3;
  padding: 0 5px;
  font-size: 1rem;
  margin-left: 5px;
}

#contents_form form dl dd .qa {
  display: block;
  width: 80%;
  margin: auto;
  text-align: left;
  color: #a39467;
  font-size: 1.4rem;
}

#contents_form .textbox {
  border: 1px solid #8c8c8c;
  color: #24150f;
  padding: 10px;
  width: 80%;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  background-color: #f3f3f3;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contents_form .textbox:focus {
  width: 90%;
  outline: none;
}

#contents_form .select_box select {
  border: 1px solid #acacac;
  color: #24150f;
  padding: 10px;
  width: 80%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  outline: none;
  background-color: #f3f3f3;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contents_form .select_box select:focus {
  width: 80%;
  outline: none;
}

#contents_form .select_type_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents_form .select_type_box .select_box.select_type {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#contents_form .select_type_box .select_box.select_type select {
  width: 80%;
}

#contents_form .select_type_box .select_box.select_type select:focus {
  width: 80%;
}

#contents_form .select_type_box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}

/*---------------------------
エラー
---------------------------*/
#section_err {
  min-height: 600px;
}

#section_err .err_page {
  border: 2px solid #a39467;
  background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
  background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
  text-align: left;
  color: #f3f3f3;
  padding: 3%;
}

#section_err #err_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

#section_err #err_subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

#section_err p {
  font-size: 1.4rem;
}

#section_err #err_toplink a {
  position: relative;
  color: #b6ac77;
  text-decoration: underline;
}

#section_err #err_toplink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -8px 0 0 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #b6ac77;
}

@media screen and (min-width: 375px) {
  .size {
    font-size: 1.4rem;
  }
  #contents_system .system > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px){
  #contents_access .tab-label{
    width: 100%;
    max-width: 100px;
    padding: 10px;
    margin: 0 auto;
    flex: none;
  }
}
@media screen and (max-width: 320px){
  #contents_access .tab-label{
    width: 100%;
    max-width: 100px;
    padding: 10px;
    margin: 0 auto;
    flex: none;
  }
}
@media screen and (max-width: 414px){
  #section_bnr .inner ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 414px) {
  #section_top .parenthesis_box .parenthesis p {
    font-size: 1.8rem;
  }
  /* event slider thumb */
  #section_event .event_thumb_container .event_thumb {
    width: 120px !important;
    max-width: unset;
    height: 16px;
    /*margin: 0 5px;*/
  }
  #section_event .event_thumb_container .event_thumb img {
    height: 16px;
    object-position: 0 27%;
  }
  #contents_system .chart_box1 .chart-container {
    height: 650px;
  }
  #contents_system .chart_box2 .chart-container {
    height: 650px;
  }
  #contents_system .chart_box3 .chart-container {
    height: 650px;
  }
  footer .footer_area .txt .txt_p p {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 481px) {
  #section_top .parenthesis_box .parenthesis p {
    font-size: 2.2rem;
  }
  .link_act_01 .bnr_inner h2 {
    font-size: 2.4rem;
  }
  .link_act_01 .bnr_inner p {
    font-size: 1.2rem;
    width: 180px;
  }
  #contents_system .system > p {
    font-size: 1.4rem;
  }
  #contents_system .system > p .sp {
    display: none;
  }
  footer .footer_area .txt .txt_p p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 524px) {
  #contents_recruit .other_page .recruit_message .message_inner .catch_copy {
    max-width: 524px;
    margin: 0 auto 20px;
  }
}

/*---------------------------
タブレット用CSS
---------------------------*/
@media (min-width: 768px) {
  body {
    background: url(../images/bg_pc.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
  .other_page {
    padding: 60px 0;
  }
  .fotter_btn {
    display: none;
  }
  #section_headline .headline_inner .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
  }
  #section_headline .headline_inner .scroll div {
    font-size: 1.6rem;
  }
  .link_act_01 .bnr_inner:before, .link_act_01 .bnr_inner:after {
    width: 60px;
    height: 60px;
  }
  #section_event, #section_schedule_today, #section_topics, #section_newface, #section_twitter {
    margin-bottom: 5%;
  }
  #section_event .inner h2, #section_schedule_today .inner h2, #section_topics .inner h2, #section_newface .inner h2, #section_twitter .inner h2 {
    font-size: 3rem;
  }
  .page_top_cover {
    height: 300px;
  }
  .page_top_cover .page_title h2 {
    font-size: 3rem;
  }

  /*セラピスト関連*/
  dl dt, dl dd {
    font-size: 1.8rem;
  }
  .name {
    font-size: 1.8rem;
  }
  .size span {
    margin-left: 5px;
  }
  .size span:first-of-type {
    margin-left: 5px;
  }
  .size .pc_none {
    display: none;
  }
  .cast_box li {
    width: calc(100%/4.35);
  }
  .cast_box li .therapist_box .staff_img {
    width: 100%;
    height: auto;
  }
  #contents_profile .profile_box_schedule:before, #contents_profile .profile_box_schedule:after {
    width: 60px;
    height: 60px;
  }
  /*トップページ*/
  .info .info_box li {
    font-size: 2.4rem !important;
  }
  .info .info_box li.tel .em {
    max-width: 200px !important;
  }
  .info .info_box li.open .em {
    max-width: 180px !important;
  }
  #section_top {
    height: 92vh;
    background-image: url(../images/mainvisual_01.jpg);
    background-position: 0 0;
  }
  #section_top .logo_main img {
    max-width: 540px;
    width: 100%;
  }
  #section_twitter .twitter_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #section_twitter .twitter_box .shop_twitter, #section_twitter .twitter_box .staff_twitter {
    width: 45%;
  }
  #section_concept {
    background-position: 0 15%;
  }
  #section_concept .inner {
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 0;
    padding-left: 0;
  }
  #section_concept .inner:after {
    width: 260px;
    height: 100px;
  }
  #section_concept .inner p {
    font-size: 1.8rem;
  }
  #section_concept .inner h4 {
    font-size: 2.8rem;
  }
  #section_concept .inner .parenthesis_box .parenthesis h3 {
    font-size: 2.8rem;
  }
  #section_concept .inner h2 img {
    max-width: 290px;
  }
  #section_paypay img{
    max-width: 900px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5%;
  }
  /*スケジュールページ*/
  #contents_schedule .schedule_nav li {
    width: calc(100%/8);
    margin: 0 5px;
  }
  #contents_schedule .schedule_nav li:first-child {
    width: calc(100%/8);
  }
  /*プロフィールページ*/
  #contents_profile .profile_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contents_profile .profile_box_left {
    width: 100%;
  }
  #contents_profile .profile_box_right {
    width: 45%;
  }
  #contents_profile .profile_box_right > div {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 40px;
  }
  /*料金システム*/
  #contents_system .system > p {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  #contents_system .system > p .sp {
    display: none;
  }
  #contents_system .table_system {
    font-size: 20px;
  }
  #contents_system .table_system td:nth-child(1), #contents_system .table_system td:nth-child(2), #contents_system .table_system td:nth-child(3) {
    text-align: center;
  }
  #contents_system .table_system.option td:nth-child(1) {
    text-align: center;
    padding-left: 0;
  }
  #contents_system .title_system {
    font-size: 4rem;
    line-height: 1.6;
  }
  #contents_system .discount_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85%;
  }
  #contents_system .discount_box .description {
    margin: 0 0 1em;
    margin-right: 2%;
  }
  #contents_system .discount_box .description:last-child {
    margin-right: 0;
  }
  /*アクセスページ*/
  #contents_access .access_info_box > div h3 {
    font-size: 3rem;
  }
  #contents_access .access_info_box > div p {
    font-size: 1.8rem;
  }
  .info .info_box li {
    font-size: 1.8rem !important;
  }
  #contents_access .access_info_box > div:after, #contents_access .access_info_box > div:before {
    width: 60px;
    height: 60px;
  }
  /*求人ページ*/
  /*求人情報関連*/
  .table_01 {
    padding: 3%;
  }
  .table_01 tr th {
    display: table-cell;
    width: 20%;
    border-bottom: 1px solid #c1af7f;
    vertical-align: middle;
  }
  .table_01 tr td {
    padding: 30px 0 30px 30px;
    border-bottom: 1px solid #c1af7f;
    margin-bottom: 0;
  }
  .table_01 tr td button {
    margin-bottom: 0;
  }
  .table_01 tr:last-child td {
    border-bottom: none;
  }
  #contents_recruit .other_page .recruit_message .message_inner .catch_copy {
    font-size: 2rem;
  }
  #contents_recruit .other_page .recruit_message:before, #contents_recruit .other_page .recruit_message:after {
    width: 60px;
    height: 60px;
  }
  #contents_recruit .other_page .recruit_message .message_inner .appeal_comment h4 {
    font-size: 2rem;
  }
  #contents_recruit .other_page .recruit_message .message_inner .appeal_comment p {
    font-size: 1.4rem;
  }
  #contents_recruit .other_page .recruit_message .message_inner .appeal_comment ul li {
    font-size: 1.6rem;
  }
  #contents_recruit .contents_requirements .dl_box_01 dd {
    font-size: 1.6rem;
  }
  #contents_recruit .table_collum_02 tr {
    padding: 0 8em;
  }
  #contents_profile .profile_box_schedule .table_01 td {
    border-right: 1px solid #b3adaa;
    height: 180px;
  }
  #contents_recruit .re_txtbox {
    margin: 0 auto;
    padding: 0 50px;
    width: 690px;
  }
  /*リンクページ*/
  .dl_type_01 {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
  }
  .dl_type_01 dt, .dl_type_01 dd {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dl_type_01 dt {
    color: #a39467;
    font-size: 1.4rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
    position: relative;
  }
  .dl_type_01 dt:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #a39467;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .dl_type_01 dd {
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #f3f3f3;
    background: -webkit-gradient(linear, left top, right top, from(#190e0a), color-stop(#24150f), to(#190e0a));
    background: linear-gradient(to right, #190e0a, #24150f, #190e0a);
    border: 2px solid #a39467;
  }
  #contents_link .link_bnr {
    display: block;
  }
  #contents_link .link_bnr a {
    color: #f3f3f3;
  }
  .list_link_box {
    margin-right: -30px;
    font-size: 1.1rem;
    margin-top: 20px;
    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;
  }
  #contents_link aside {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list_link_box li {
    margin: 0 20px 12px 0;
  }
  /*footer*/
  footer .footer_bottom {
    padding-bottom: 10px;
  }
  footer .footer_area img {
    max-width: 300px;
  }
  footer .footer_area .txt .txt_p p {
    font-size: 1.8rem;
  }
  .loadingAnim_line {
    height: 4rem;
  }
  .loadingAnim_line:before {
    font-size: 4rem;
  }
}

/*PC用CSS*/
@media (min-width: 1024px) {
  header .pc_nav {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 4;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: block;
  }
  header .pc_nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    height: 80px;
    margin: auto;
  }
  header .pc_nav > div p {
    margin-left: 5px;
  }
  header .pc_nav > div p img {
    width: 150px;
  }
  header .pc_nav > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
  }
  header .pc_nav > div ul li {
    width: calc(100%/8);
    font-size: 1.2rem;
    border-right: 1px solid #8c8c8c;
  }
  header .pc_nav > div ul li:nth-child(7), header .pc_nav > div ul li:last-child {
    border-right: none;
  }
  header .pc_nav > div ul li:last-child a {
    background: #a39467;
    width: 106px;
    display: inline-block;
  }
  header .pc_nav > div ul li a {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
  }
  header .pc_nav > div ul li a:hover span.en {
    display: none;
  }
  header .pc_nav > div ul li a span.jp {
    display: none;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    font-size: 1.2rem;
  }
  header .pc_nav > div ul li a:hover span.jp {
    display: inline-block;
    opacity: .4;
  }
  header .fix-header, header .button_container, header .overlay {
    display: none;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc.side {
    display: inline-block;
  }
  nav ul li:last-child a {
    border-right: none;
  }
  nav ul li a.active {
    color: #a39560;
  }
  /*トップページ*/
  #section_bnr_bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .inner {
    padding: 0;
  }
  footer .footer_nav {
    display: block;
  }
  footer .footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 30px 0;
  }
  footer .footer_nav ul li {
    position: relative;
    margin: 0;
    width: calc(100%/9);
    z-index: 0;
  }
  footer .footer_nav ul li a {
    display: block;
    color: #24150f;
    font-size: 1.1rem;
    text-decoration: none;
  }
  footer .footer_nav ul li a span.en {
    letter-spacing: 3px;
    display: inline;
  }
  footer .footer_nav ul li a:hover span.en {
    display: none;
  }
  footer .footer_nav ul li a span.jp {
    display: none;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  footer .footer_nav ul li a:hover span.jp {
    display: inline;
  }

}

/*PC用CSS*/
/*# sourceMappingURL=style.css.map */

