@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  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;}
body {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
  background: #fff;
  color: #545454;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {font-weight: normal;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
/*  color: #f2f2f2;*/
  color: #797e82;
  text-decoration: none;
}
p {
  /*android版クローム　フォントサイズが大きくなる不具合対策*/
  max-height: 999999px;
}
ins {
  background-color: #ff9;/* 変更 */
  color: #f2f2f2;/* 変更 */
  text-decoration: none;
}
mark {
  background-color: #ff9;/* 変更 */
  color: #f2f2f2;/* 変更 */
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
img {vertical-align: middle;}
/* form */
input, select {vertical-align: middle;}
/*button,input等のフォームスタイルを除去*/
.form_reset{
  -webkit-appearance: none;
  border:none;
}
/* float解除 */
.btn_box::after,
.list_link_box::after,
#section_headline h2::after,
#section_headline::after,
#section_consulting::after,
dd:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/*データピッカー*/
#ui-datepicker-div {z-index:999999 !important;}

/****************************************
common (共通スタイル)
****************************************/
body{
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@font-face {
  font-family: "Didot";
  src: url(../font/Didot.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Forum";
  src: url(../font/Forum-Regular.woff) format("woff");
  font-display: swap;
}
body {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  margin:0 auto;
}

/***文字関係***/
h2{
/*font-family: "Didot","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.atten_01 {color: #40cfd8;}/*土曜日*/
.atten_02 {color: #ff8575;}/*日曜日*/

/*文字サイズ*/
.fs_sss{font-size: 0.7em;}
.fs_ss{font-size: 0.75em;}
.fs_s {font-size: 0.8em;}
.fs_l {font-size: 1.2em;}
.fs_ll{font-size: 1.5em;}
.fw_b {font-weight: bold;}
/* マージン */
.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: 30px;}

.mt_10 {margin-top: 10px;}
.mt_20 {margin-top: 20px;}

/* センタリング */
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

/*打ち消し線(料金表で使用)*/
.del_line{
    background-image: linear-gradient(transparent calc(0.5em + -3px), #fe3464 0, #fe3464 calc(0.5em + -2px), transparent 0, transparent calc(0.5em + 1px), #fe3464 0, #fe3464 calc(0.5em + 2px), transparent 0);
    text-decoration: none;
}
/*文字下部ライン*/
.under_line {background: linear-gradient(transparent 70%, #ffdddf 70%);}

/* ふわっと薄く */
.link_act_01 {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link_act_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}

/*アクセス・料金注意書き*/
.dl_type_01 {
  width: 100%;
  text-align: left;
  padding: 0 4% 0px;
  box-sizing: border-box;
  margin: auto;
}
.dl_type_01 dt, .dl_type_01 dd {
  vertical-align: top;
  box-sizing: border-box;
}
.dl_type_01 dt {
  padding: 0 0 0 8px;
  border-left: 4px solid #d0c1b1;
  color:  #656565;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.dl_type_01 dd {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #656565;
  background: rgba(255, 255, 255, 0.6);
}

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

/* フェードイン*/
.fadein,.fadein2,.fadeleft,.faderight{
  transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  -o-transition: transform 1.2s;
}

/*ボタン アクセスのSPマップ使用*/
.btn1{
  width:200px;
  height:50px;
  border:1px solid #000;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin: 0 auto 30px;
}
.btn1 a{
  font-size:16px;
  color:#000;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.btn1_eff{
  width:200px;
  height:50px;
  left:-200px;
  background:#000;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing: border-box;
}
.btn1:hover .btn1_eff{left:0;}
.btn1:hover a{color:#d4cbc1;}
/*リクルート部分*/
.btn2{
  max-width: 768px;
  width: 100%;
  background: #8e7a65;
  border:1px solid #8e7a65;
  text-align: center;
  padding: 7px;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.btn2:hover{
  color: #8e7a65;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
/*メルマガ部分*/
.btn3{
  max-width: 250px;
  width: 100%;
  background: #ccb8a8;
  border: 1px solid #ccb8a8;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.btn3:hover{
  background: #867062;
  border: 1px solid #867062;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
/*.title_box{
  position:relative;
  background: #ccc;
  display:inline-block;
  padding:8px 25px 8px 25px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1px;
}
.title_box:after {
  position: absolute;
  border:1px solid;
  border-color: rgba(255,255,255,0.7);
  top: -6px;
  left: -6px;
  content:"";
  height:100%;
  width:100%;
  z-index:1;
}*/

/*TOPページtitle_box*/
.title_box{
  margin-bottom: 50px;
}
.title_box h2{
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 0.7;
}
.title_box h2 span{
  font-size: 25px;
}
/*topページh2のアニメーション*/
.title_box .h2_animation{
  -webkit-animation: tracking-in-expand 1.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: tracking-in-expand 1.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/*文字*/
.txt_animation01 {
  -webkit-animation: txt_animation01 1.8s ease-out 0.5s both;
          animation: txt_animation01 1.8s ease-out 0.5s both;
}
@-webkit-keyframes txt_animation01 {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes txt_animation01 {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


/*--------------
共通ベース
--------------*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.other_page .inner{
    max-width: 960px;
}
/* 見出し */
.title {
  height: 110px;
  font-size: 0;
  overflow: hidden;
  height: 100%;
  margin-bottom: 2.5%;
}

/* 小見出し */
.subtitle{
  font-family: "Didot";
  text-align: left;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  border-left: 5px solid; 
  border-image: linear-gradient(to bottom, #ffffff 0%,#d4d1d0 100%);
  border-image-slice: 1;
  width: 100%;
  color: #656565;
  background: -webkit-linear-gradient(0deg, #ffffff, #756249);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 10px;
}
/*リンクの下部*/
.subtitle_01{
  margin: 0 auto;
  background:#d0c1b1;
  color: #fff;
  font-size: 16px;
  padding: 2px;
}
/*outer*/
.main_outer{
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
}
/* テーブル 1 プロフィールP*/
.table_01 {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  border: 1px solid #998e80;
  table-layout: fixed;
  background: #fff;
  color: #787878;
}
.table_01 th, .table_01 td {
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #ccbeac;
}
.table_01 th {
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #ccbeac;
  border-bottom: solid 1px #998e80;
}
.table_01 td {
  text-align: center;
}
/*リクルートで使用*/
.table_02{
  width: 100%;
  border-collapse: collapse;
}
dl,dt,dd {box-sizing: border-box;}
.table_02 dt,
.table_02 dd {padding: 10px;}
.table_02 dt{
  position: relative;
  text-align: left;
  background-color: #bf9d9d;
  color: white;
  text-align: center;
  width: 25%;
  float: left;
}
.table_02 dt:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #bf9d9d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.table_02 dd {
  margin-left: 27%;
  padding-bottom: 10px;
}
.table_02 dd:after {
  content: '';
  display: block;
  clear: both;
}
.txt_decobox{
  width: 94%;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 40px 30px;
  color: #656565;
  font-feature-settings: "palt";
  background:  linear-gradient(rgba(247, 241, 233, 0.3), rgba(243, 235, 223, 0.5)),url(../images/point_l.png),url(../images/point_ur.png);
  background-repeat:no-repeat;
  background-position: top center,top left,bottom right;
  background-size: 100%,200px,200px;
}
/*お問い合わせ・予約*/
.finish_txtbox{
  margin-bottom: 20px;
}
/* ------------------
セラピスト関係共通
--------------------*/
.cast_box{
  display: flex;
  flex-wrap: wrap;
  align-self: start;
}
.cast_box li{
  vertical-align: top;
  width: 31%;
  margin: 0 1% 2% 1%;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8px;
  background: rgba(24, 12, 0, 0.75);
}
.cast_box li .therapist_box{
  display: flex;
  justify-content: space-between;
}
.cast_box li .img_box{
  position: relative;
  max-width: 275px;
}
.cast_box li .therapist_box .prof_box{
  padding: 15px 5px;
  max-width: 140px;
  width: 100%;
}
.cast_box li .therapist_box .staff_img{
  max-width: 180px;
  width: 100%;
}
.cast_box .name{
  border-bottom: 1px solid #655c54;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.cast_box .size_txt{
 margin-bottom: 10px; 
}
.cast_box .time {
  background: linear-gradient(90deg, rgba(186,164,141,1) 0%, rgba(231,217,203,1) 50%, rgba(186,164,141,1) 100%);
  padding: 3px 0;
  color: #4d4134;
}
.size_txt > div{
 display: inline-block;
}
/*新人アイコン*/
.cast_box li .icon_new{
  position: absolute;
  left: 1px;
  bottom: 2px;
}
.cast_box li .icon_new img:hover,
.cast_box li .icon_staff_twitter img:hover{
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.cast_box li .therapist_box .icon_new img{
  width: 100%;
  max-width: 80px;
}
#contents_profile .icon_new img{
  width: 100%;
  max-width: 70px;
}
.img_box .icon_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.img_box object {
  display: block;
  width: 100%;
  padding-right: 1.6%;
  padding-bottom: 1.6%;
  text-align: right;
  box-sizing: border-box;
  line-height: 1;
}
.cast_box li .therapist_box .icon_box img {
  width: 40%;
  max-width: 70px;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
  width: 100%;
  position: relative;
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
header{
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index:10000;
  position:fixed;
}
header #header_area {
  position: relative;
  z-index: 1000;
}
header .bg_header{
  width: 100%;
}
header .bg_header img{
  vertical-align: top;
}
header .nav_bg{
  height: 0;
}
header #nav_icon{
  /*display: none;
  text-align: right;
  margin: 10px 80px 0 0;*/
}
header #nav_icon img{
  /*margin-left: 10px;
  max-width: 35px;*/
}
/* スクロールふわっと表示 */
header{
  height: 58px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header_logo img{
  max-width: 240px;
  width: calc(100% - 70px);
  margin: 21px 0 0 10px;
}
.header_logo{
  float: left;
  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;
}
/* fixed */
header.fixed{
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}
header.fixed:after{
  width: 100%;
}


nav li a span.en{
  /*font-family: "Didot";*/
  letter-spacing: 3px;
  display: inline;
}
nav li a:hover span.en{
  display: none;
}
nav li a span.jp {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  display: none;
}
nav li a:hover span.jp{
  display: inline;
}
/*--------------------------------------
グローバルナビ
--------------------------------------*/
#nav_top ul{
   text-align: right;
   padding: 15px 85px 15px 0;
}
#nav_top ul li {
  margin-right: 16px;
  display: inline-block;
  text-align: center;
  width: 120px;
}
#nav_top ul li:first-child {
  width: 70px;
}
#nav_top ul li:last-child {
  margin-right: 0;
}
#nav_top ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#nav_top ul li a.active{
  color: #9e8454;
}
#nav_top ul li a:hover {
  color: #c5bbb0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
/*========================
ハンバーグ
* ========================*/
#nav-toggle {
  position: fixed;
  top: 4px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 14px 13px 0;
  z-index: 100;
  background: linear-gradient(to right, #7dd1ca, #7db8d1);
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
.open #nav-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*ドロワーの中*/
#nav-d-bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  width: 500px;
  height: 1200px;
  right: -500px;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition-delay: 0.65s;/*閉じる時のbgの速度*/
}
.open #nav-d-bg {
  -webkit-transform: matrix(2.7, 0, 0, 2.7, 0, 0);
          transform: matrix(2.7, 0, 0, 2.7, 0, 0);
  transition-delay: 0s;
}

#nav_drawer {
  position: fixed;
  top:40px;
  font-size: 18px;
  max-width: 400px;
  width: 100%;
  right: -400px;
  display: flex;
  align-items: center;
}
#nav_drawer > ul {width: 100%;}
#nav_drawer li {
  margin: 5px auto;
  max-width: 340px;
  width: 100%;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
#nav_drawer li a span.en{
    letter-spacing: 3px;
  }
#nav_drawer li:nth-child(1),
#nav_drawer li:nth-child(10) {
  transition-delay: 0s;
}
#nav_drawer li:nth-child(2),
#nav_drawer li:nth-child(9) {
  transition-delay: .1s;
}
#nav_drawer li:nth-child(3),
#nav_drawer li:nth-child(8) {
  transition-delay: .2s;
}
#nav_drawer li:nth-child(4), 
#nav_drawer li:nth-child(7) {
  transition-delay: .3s;
}
#nav_drawer li:nth-child(5) {
  transition-delay: .4s;
}
#nav_drawer li:nth-child(6) {
  transition-delay: .5s;
}
#nav_drawer a {
  color: #545454;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#nav_drawer a:after {
  content: "";
  display: block;
  background: #fff;
  width: 0;
  height: 1px;
  transition: width 1s ease;
}
#nav_drawer a:hover {
  color: #fff;
  background: rgba(0,0,0,0.2);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#nav_drawer li.nav_recruit a{
  color: #fff;
}
#nav_drawer li.nav_recruit a:hover{
  color: #fff;
  background: rgb(255, 193, 200);
}
#nav_drawer a:hover:after {
  width: 100%;
}
/*予約を復活させたい時用*/

/*#nav_drawer li.nav_reserve{
  background: rgba(121, 101, 95, 0.7);
}
#nav_drawer li.nav_reserve .txt_exe{
  font-size: 12px;
}*/
/*#nav_drawer li.nav_reserve a:after{
  background: #fff;
}*/
#nav_drawer li.nav_recruit{
  background: rgba(224, 130, 141, 0.65);
}
#nav_drawer li.nav_tel_open a,
#nav_drawer li.nav_icon a{
  color: #796560;
  display: inline-block;
}
#nav_drawer li.nav_icon a{
  width: auto;
}
#nav_drawer li.nav_tel_open a:hover,
#nav_drawer li.nav_icon a:hover{
  background: none;
}

#nav_drawer li.nav_icon a:after{
  display: none;
}
.open #nav_drawer li {
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}
.open #nav_drawer li:nth-child(1),
.open #nav_drawer li:nth-child(10){
  transition-delay: .6s;
}
.open #nav_drawer li:nth-child(2),
.open #nav_drawer li:nth-child(9){
  transition-delay: .5s;
}
.open #nav_drawer li:nth-child(3),
.open #nav_drawer li:nth-child(8) {
  transition-delay: .4s;
}
.open #nav_drawer li:nth-child(4),
.open #nav_drawer li:nth-child(7) {
  transition-delay: .3s;
}
.open #nav_drawer li:nth-child(5) {
  transition-delay: .2s;
}
.open #nav_drawer li:nth-child(6) {
  transition-delay: .1s;
}
/*---------------------------
ぱんくず
----------------------------*/
.pankuzu{
  /*font-family: "Didot","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #000;
  padding: 10px 0;*/
}
.pankuzu ol li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
  color: #545454;
  letter-spacing: 2px;
}
.pankuzu ol li:first-child::before {
  content:'\f015';
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  color:#545454;
}
.pankuzu ol li::before {
  content: " > ";
  color:#545454;
}
.pankuzu ol li:first-child{
  color:#545454;
}
.pankuzu ol li a{
  color:#545454;
}
/*--------------------------------------
フッター
--------------------------------------*/
footer .logoarea{
  background: url(../images/bg_footer.jpg)no-repeat center center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #e8e2db;
}
footer .logoarea img{
  max-width: 340px;
  width: 100%;
}
footer .copyright{
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background: #000;
}
/*SP下固定フッターボタン*/
#footer_nav{
  display: none;
}
/*---------------------------
メインヴィジュアル
---------------------------*/
#section_top {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100vh;
}
.main_txt{
  top: 38%;
  left: 2%;
  z-index: 50;
  position: absolute;
  font-size: 16px;
  text-align: left;
  padding: 0 20px;
  text-shadow:0px 0px 15px #fff,0px 0px 10px #fff,0px 0px 5px #fff,0px 0px 3px #fff;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main_txt li {
  max-width: 300px;
}
.main_txt .main_txt_title{
  font-size: 2em;
  color: #7dd1ca;
  position: relative;
  line-height: 2;
  font-weight: bold;
}
.main_txt .main_txt_title:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 4px #7dd1ca;
  bottom: -10px;
  width: 100%;
}

.logo_main img{
  /*max-width: 350px;
  width: 100%;*/
}

#mainvisual .slides {
  position: relative;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  border: 0px;
}
#mainvisual .slides li{
  height: 100%;
  width: 100%;
}
#mainvisual .slides li.main_bg1{
  background: url(../images/mainvisual_bg.jpg);
  background-position: center 42%;
  background-size: cover;
}
#mainvisual .slides li img {
  display: block;
  min-height: 100%;
  object-fit: cover;
}
#mainvisual ol.flex-control-nav{
  display: none;
}
/* スクロールでhidden */
#mainvisual.hidden{
  visibility:hidden;
}
/* ヘッドライン */
/*#section_headline {
  background: rgba(29, 21, 15, 0.75);
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#section_headline .inner{
  max-width: 960px;
}
#section_headline h2 {
  color: #afa390;
  float: left;
  line-height: 28px;
  font-size: 16px;
  background: #322317;
  padding: 0 10px;
  letter-spacing: 2px;
  margin-right: 10px;
}
#section_headline ul {
  line-height: 28px;
  text-align: left;
  text-shadow: 0px 0px 6px black, 0px 0px 10px black;
}
#section_headline ul li{
  background-color: transparent!important;
}*/
/*---------------------------
メインビジュアルの下TEL・OPEN
---------------------------*/
#tel_open{
  font-family: "Forum";
  width: 100%;
  background: #000;
  display: block;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin:0 auto;
  padding: 10px 0 5px;
  position: relative;
  z-index: 100;
}
#tel_open ul li{
  margin-right: 20px;
}
#tel_open ul li:last-child{
  margin-right: 0;
}
#tel_open ul li a,#tel_open ul li{
  display: inline-flex;
  text-align: left;
  color: #b4a894;
}

#tel_open ul li img{
  max-width: 48px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#tel_open .txt{
  font-size: 30px;
  line-height: 30px;
}
#tel_open .txt p:first-of-type{
  font-size: 0.8em;
  line-height: 0.75em;
  color: #706051;
  padding-top: 5px;
}
/*---------------------------
■ トップページ　■
---------------------------*/
/*トップ各コンテンツ*/
#section_schedule_today,#section_event{
  padding: 5% 10px;
}
/*--------------------------------------
取扱美容機器 PRODUCTS
--------------------------------------*/
#section_products{
  background: #fff;
  padding: 100px 0;
}
#section_products .inner{
  width: 100%;
  max-width: 768px;
}
#section_products .inner .bnr_box{
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 100%;
}
#section_products .inner .bnr_box .btn_more{
  position: absolute;
  bottom: 10%;
  right: 12%;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px #a1dcd9;
  color: #a1dcd9;
  background: #fff;
  padding: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#section_products .inner .bnr_box .btn_more p{
  color: #a1dcd9;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#section_products .inner .bnr_box .btn_more:hover {
  box-shadow: inset 0 0 0 30px #7dd1ca;
}
#section_products .inner .bnr_box .btn_more:hover p{
  color: #fff;
}
#section_products .inner .bnr_box .btn_more p span:after{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  font-weight: 900;
  right : 1em;
  bottom: 11px;
}
#section_products .inner img{
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------
CONSULTING コンサルティング
--------------------------------------*/
#section_consulting{
}
#section_consulting .relative{
  position: relative;
  height: 90vh;
}
#section_consulting .relative .img{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_consulting.jpg) no-repeat center top;
  background-size: cover;
  z-index: 2;
}
#section_consulting .relative .txt_box{
  width: 100%;
  background-color: #e8fffd;
  float: right;
  padding: 100px 4% 10% 55%;
  margin-top: 200px;
  text-align: left;
}
#section_consulting h2{
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}
#section_consulting p{
  font-size: 20px;
  text-align: left;
  font-feature-settings: "palt";
}
#section_consulting .relative .title_grad{
  color: #7dd1ca;
  background: -webkit-linear-gradient(0deg, #7dd1ca, #7db8d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8.5em;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 70px;
  letter-spacing: 2px;
}



/*--------------------------------------
Company Profile 会社概要
--------------------------------------*/
#section_company{
  background: #fff;
  padding: 100px 0;
}
#section_company .inner{
  width: 100%;
  max-width: 768px;
}
#section_company .inner table{
  width: 100%;
}
#section_company .inner table tr{
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
#section_company .inner table tr th,
#section_company .inner table tr td{
  padding: 30px 50px;
  text-align: left;
  font-size: 18px;
}
#section_company .inner table tr th{
  font-weight: bold;
}
#section_company ul.shop_box span.light-blue{
  font-weight: bold;
  color: #7db8d1;
}




/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today{
  background: url(../images/bg_today.jpg) no-repeat center bottom;
  background-size:cover;
  position: relative;
  z-index: 10;
}
#section_schedule_today .title_box{
  background: url(../images/bg_pat01.png),linear-gradient(347deg, rgba(209,192,174,0.9) 0%, rgba(255,244,229,0.9) 100%);
  margin-bottom: 50px;
}
#section_schedule_today .title_box h2{
  color: #332417;
  position: relative;
  font-size: 40px;
  line-height: 29px;
  letter-spacing: 3px;
  padding: 20px 0 14px;
  z-index: 10;
}
#section_schedule_today .title_box h2 span{
  font-size: 14px;
  line-height: 14px;
}

#section_schedule_today .inner {
  position: relative;
  max-width: 960px;
}
#section_schedule_today .go_staff a{
  max-width:470px;
  width: 100%;
  border: 1px solid #d2c0af;
  padding: 8px 12%;
  position: relative;
  color: #d2c0af;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
}
#section_schedule_today .go_staff a span:after{
  content: ">";
  position: absolute;
  padding-left: 125px;
}
#section_schedule_today .go_staff a:hover{
  background: #d2c0af;
  color: #322316;
}
/*---------------------------
ツイッター
---------------------------*/
#section_twitter{
  background: url(../images/bg_pat01.png),linear-gradient(0deg, rgba(209,192,174,1) 0%, rgba(248,238,229,1) 100%);
  padding: 20px 0px 40px;
  margin: 0 auto;

}
#section_twitter .twitter_inner{
  max-width: 1024px;
  width: 100%;
  height: 650px;
  position: relative;
  margin: 0 auto;
}
#section_twitter h2{
  color: #000;
  font-size: 60px;
  letter-spacing: 6px;
  position: absolute;
  top: 3px;
  right: 68%;
  left: 0;
  z-index: 8;
  transition: 3.5s;
}
#section_twitter img{
  width: 100%;
  max-width: 500px;
  position: absolute;
}
#section_twitter img.img01{
  left: 0;
  top: 0;
}
#section_twitter img.img02{
  right: 0;
  bottom: 0;
  transition: 2.5s;
}
.twitter_outer{
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
.twitter_box{
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 480px;
  overflow: scroll;
}
/*---------------------------
イベントバナー
---------------------------*/
#section_event{
  background: #ede4d8;
}
#section_event img{
  max-width: 700px;
  width: 100%;
  margin-bottom: 40px;
}
#section_event .flex-control-nav{
    bottom: 15px;
}
#section_event .flex-control-paging li a{
  border-radius: 0px;
  width: 60px;
  height: 8px;
  background: #847464;
}
#section_event .flex-control-paging li a.flex-active{
  background: #352214;
}
/*---------------------------
バナー
---------------------------*/
#under_box{
  padding: 40px 0;
  background: url(../images/bg_pat01.png),#d2c0af;
}
#bnr_box .inner2 {
  font-size: 22px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
#bnr_box h2{
  line-height: 50px;
  font-size: 50px;
}
#bnr_box #magazine_box h2{
  line-height: 0.9em;
}
#bnr_box #magazine_box h2 span{
  font-size: 0.8em;
}
#line_box, #recruit_box, #magazine_box{
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
#bnr_box .line_area, #bnr_box .recruit_area, #bnr_box .magazine_area {
  height: 200px;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
}
#bnr_box .recruit_area div,#bnr_box .line_area div,#bnr_box .magazine_area div{
  position: relative;
  z-index: 1;
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#bnr_box .recruit_area{
  border-right: solid 5px #d2c0af;
}
#bnr_box .line_area{
  background-size: cover;
  border-right: solid 5px #d2c0af;
  border-left: solid 5px #d2c0af;
}

#bnr_box .magazine_area{
  background-size: cover;
  border-left: solid 5px #d2c0af;
}
#bnr_box .line_area img{
  margin-top: 4px;
  width: 100px;
}
#recruit_box .btn,#magazine_box .btn{
  color: #cd6f57;
  background: #fff;
  font-size: 16px;
  border-radius: 25px;
  max-width: 230px;
  width: 100%;
  padding: 2px;
  display: inline-block;
}
#magazine_box .btn{
  color: #7b654d;
}
.bg-scale {
  overflow: hidden;
  position: relative;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#recruit_box .bg-scale:after {
  background: linear-gradient(rgba(224, 130, 141, 0.65), rgba(224, 130, 141, 0.65)),url("../images/bg_top_recruit.jpg");
  background-size: cover;
  background-position: center center;
}
#line_box .bg-scale:after {
  background: linear-gradient(rgba(75, 128, 66, 0.65), rgba(75, 128, 66, 0.65)),url("../images/bg_top_line.jpg");
  background-size: cover;
  background-position: center center;
}
#magazine_box .bg-scale:after {
  background: linear-gradient(rgba(138, 103, 65, 0.7), rgba(138, 103, 65, 0.7)),url("../images/bg_top_reserve.jpg");
  background-size: cover;
  background-position: center center;
}
.bg-scale:hover:after {
  filter: blur(2px);
  opacity: .8;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bg-scale .inner {
  z-index: 1;
  position: relative;
}
/*---------------------------
snsアイコン
---------------------------*/

/****************************************
下層ページ
****************************************/
#contents_system,#contents_cast,#contents_schedule,#contents_profile,
#contents_access,#contents_link,#contents_form,#section_err{
  position: relative;
  min-height: 250px;
}
/*TOP以外*/
.page_top_cover{
  position: relative;
  height: 400px;
}
.other_page_title{
  right: 0;
  left: 0;
  top: 40%;
  position: absolute;
  font-size: 50px;
  color: #545454;
  letter-spacing: 10px;
  z-index: 50;
  text-shadow: 3px 3px 1px rgba(255, 255, 255, 1)
}
.page_top{
  font-family: "Didot";
  position: relative;
  height: 400px;
  /*background: #49251c;*/
  overflow: hidden;
  z-index: -5;
}
 .main_img {
  /*opacity: 0;*/
  width: 100%;
  height: 680px;
  height: 400px;
  /*overflow: hidden;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  /*-webkit-animation: anime 12s 0s infinite;
  animation: anime 12s 0s infinite;
  z-index: -4;*/
/*  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);*/
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@keyframes anime {
  0% {
      opacity: 0;
  }
  45% {
      opacity: 1;
  }
  75% {
      opacity: 0;
      transform: scale(1.1) ;
/*       z-index:-1;*/
  }
  100% { opacity: 0 }
}

/*白背景バーション*/
.other_page{
  position: relative;
  padding: 60px 0;
  /*background: url(../images/bg_pat01.png),linear-gradient(180deg, rgb(245, 238, 225) 0%, rgb(228, 220, 211) 100%);*/
  background: #fff;
}
/*背景暗めバーション*/
#contents_cast .other_page,
#contents_schedule .other_page,
#contents_profile .other_page/*,
#contents_mailmagazine .other_page*/{
  background: url(../images/bg_pat02.png),linear-gradient(137deg, rgba(52,20,17,1) 0%, rgba(29,21,15,1) 100%);
}
/*女の子関連ページ*/
#contents_schedule .schedule_nav {
  margin: 0px auto 10px;
  display: flex;
  justify-content: center;
}
#contents_schedule .schedule_nav li {
  width: calc( 100%/ 7 );
  margin-bottom: 10px;
  margin: 0 4px 20px;
}
#contents_schedule .schedule_nav li a {
  padding: 10px;
  font-size: 13px;
  display: block;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  background: #bba58f;
  position: relative;
  box-sizing:border-box;
  color:#f1ede8;
}
#contents_schedule .schedule_nav li a:hover {
  opacity: 0.5;
}
#contents_schedule .schedule_nav li a::active {
  background: #fff;
}
#contents_schedule .schedule_nav li a.active{
  background: #fff;
  border: 1px solid #bba58f;
  color: #bba58f;
}
/**プロフィールページ**/
#contents_profile .profile_box{
  display: flex;
  justify-content: space-around;
}
#contents_profile .profile_box_right {
  margin: 10px 0 20px 20px;
  width: 54%;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_profile .profile_box_right > div {
  align-items: baseline;
  margin-bottom: 40px;
}
#contents_profile .profile_box_right > .sns_box img{
  margin-bottom: 10px;
}
#contents_profile .profile_box_right .sub_ex{
  font-size: 1.1em;
  color: #2b1511;
  padding: 10px;
  background: rgba(255, 255, 255,0.8);
  letter-spacing: 0.5px;
}
#contents_profile .profile_box_right .sub_ex span{
  color: #998e81;
}
#contents_profile .profile_box_right .p_qa .table_01 td{
 text-align: left;
}
.staff_twitter{
  width: 100%;
  max-width: 500px;
}
.staff_instagram{
  width: 100%;
  max-width: 500px;
  margin-top: -33px;
}
#contents_profile .profile_box_left {
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_profile .profile_box_left .img_box {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
#contents_profile .cast_thumb{
  margin-bottom: 10px;
}
/*プロフィール内スケジュール*/
#contents_profile .profile_box_schedule {
  width: 96%;
  margin: 3% auto 0;
  clear: both;
}
@media screen and (max-width: 768px){
  .cast_box li .img_box{
    margin: 0 auto;
  }
  #contents_profile .profile_box_right > .sns_box img{
    margin-bottom: 5px;
  }
}

/****************************************
ss50、
****************************************/
#contents_ss{
  position: relative;
  min-height: 250px;
}
#contents_ss .table_title{
  font-size: 17px;
  margin: 50px auto 10px;
  font-weight: bold;
  letter-spacing: 3px;
  opacity: 0;
}
/*テーブルタイトルh3アニメーション設定*/
#contents_ss .table_title.h3_animation{
  -webkit-animation: text-focus-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-focus-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

#contents_ss table{
  width: 65%;
  margin: 0 auto;
}
#contents_ss table tr{
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
#contents_ss table tr th,
#contents_ss table tr td{
  padding: 10px 30px;
  text-align: left;
  font-size: 13px;
}
#contents_ss table tr th{
  font-weight: bold;
}

/*ss50下部バナー*/
#contents_ss .bnr_box{
  position: relative;
  width: 100%;
  max-width: 768px;
  height: 100%;
  margin: 50px auto;
}
#contents_ss .bnr_box img{
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#contents_ss .bnr_box .btn_more {
  position: absolute;
  bottom: 10%;
  left: 13%;
  width: 340px;
  height: 50px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #fff;
  color: #000;
  background: #fff;
  padding: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#contents_ss .bnr_box .btn_more p {
    color: #000;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contents_ss .bnr_box .btn_more p span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    position: absolute;
    font-weight: 900;
    right: 1em;
    bottom: 6px;
}
#contents_ss .bnr_box .btn_more:hover {
  box-shadow: inset 0 0 0 30px #fffc00;
}


/****************************************
料金ページ
****************************************/

#contents_system .top_txt {
  line-height: 2.4em;
  width: 96%;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 6% 3%;
  background: linear-gradient(rgba(73, 37, 28, 0.4), rgba(73, 37, 28, 0.4)),url("../images/bg_system_concept.jpg");
  background-size: cover;
  font-size: 14px;
  font-feature-settings: "palt";
  text-shadow: 0px 0px 6px black,0px 0px 17px black;
}
#contents_system .top_txt h3{
  font-size: 2.2em;
  line-height: 2.2em;
  margin-bottom: 20px;
  color: #fff;
}
#contents_system .top_txt p:first-of-type{
  margin-bottom: 15px;
}
#contents_system .txt_decobox{
  font-size: 20px;
}
#contents_system .txt_decobox span{
  font-size: 1.2em;
  color: #656565;
  background: -webkit-linear-gradient(90deg, #333333, #a08255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contents_system .bg_price{
  padding: 3%;
  margin-bottom: 3%;
  background: rgba(255, 255, 255, 0.6);
}
#contents_system h3 .system_subtitle {
  font-feature-settings: "palt";
  font-size: 30px;
  letter-spacing: 10px;
  color: #a08d79;
  line-height: 50px;
}
#contents_system h3:after{
  content: "";
  display: block;
  margin:0 auto;
  width: 400px;
  height: 30px;
  background-image: url("../images/point01.png");
  background-size: contain;
  vertical-align: middle;
}
#contents_system h3 .fs_ss{
  letter-spacing: 2px;
}
#contents_system .txt_ex{
  color: #5a5a5a;
  margin-bottom: 20px;
  font-size: 1.2em;
}

/*料金表*/
#contents_system .table_system table,
#contents_system .table_option table{
  width: 96%;
  font-size: 18px;
  border-spacing: 0;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 768px;
  table-layout: fixed;
  border: 1px solid #eae2da;
}
#contents_system .table_system span{
  font-size: 0.8em;
}
#contents_system .table_system tr,
#contents_system .table_option tr{
  border-bottom: 1px dotted rgba(187, 187, 187, 0.4);
}
#contents_system .table_system tr:last-child,
#contents_system .table_option tr:last-child {
  border-bottom: none;
}
#contents_system .table_system th,
#contents_system .table_option th,
#contents_system .table_system .first td{
  padding: 15px;
  background: #272727;
}
#contents_system .table_system th{
  width: 50%;
}
#contents_system .table_system th span{
  color: #b1ab9a;
}
#contents_system .table_system td,
#contents_system .table_option td{
  vertical-align: middle;
  background: #fff;
  color: #656565;
}
#contents_system .table_system .first th,
#contents_system .table_system .first td{
  color: #b7a592;
}
#contents_system .dl_type_01 dd{
  background: rgba(255, 255, 255, 0.4);
}

/****************************************
アクセスページ
****************************************/
#contents_access .dl_type_01 dd{
  padding: 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #5e5e6b;
}
#contents_access .tel_btn{
  color: #5e5e6b;
  border:2px solid #efece8;
  padding: 5px 25px;
  display: inline-block;
  margin-bottom: 20px;
}
#contents_access .a_txt .deli{
  background: #d0c1b1;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 3px 0 3px 10px;
}
#contents_access iframe{
  width: 96%;
  margin: 0 auto 20px;
}
#contents_access .bnr_car{
  max-width: 520px;
  width: 100%;
  padding: 0 10px;
}
/****************************************
リクルートページ
****************************************/
#contents_form.contents_recruit .other_page{
  padding: 0 0 60px 0;
}
.contents_recruit .re_imgbox {
  background: rgba(255, 255, 255, 0.4);
  background-image: url(../images/point_b_l.png), url(../images/point_b_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 700px, 700px;
}
.contents_recruit .re_imgbox ul{
  padding: 6% 0;
  margin-bottom: 60px;
}
.contents_recruit .re_imgbox li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 10px 0 20px;
  text-align: left;
  font-size: 16px;
  color: #656565;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.contents_recruit .re_imgbox li:last-child {
  margin: 0 auto;
}
.contents_recruit .re_imgbox li:nth-child(even) {
  flex-direction: row-reverse;
}
.contents_recruit .re_imgbox li:nth-child(odd) .txt_area {
  padding: 100px 20px 100px 70px;
  background: url(../images/point_l.png) no-repeat left top;
  background-size: 200px;
}
.contents_recruit .re_imgbox li:nth-child(even) .txt_area {
  padding: 80px 60px 80px 70px;
  background: url(../images/point_r.png) no-repeat right top;
  background-size: 200px;
}
.contents_recruit .re_imgbox .txt_block {
  max-width: 600px;
  width: 100%;
}
.contents_recruit .re_imgbox h3 {
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #6b4c36 0%, #ccbca2 100%);
  border-image-slice: 1;
  width: 90%;
  color: #656565;
  background: -webkit-linear-gradient(0deg, #333333, #a08255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents_recruit .re_imgbox .img_block img.pic {
  max-width: 300px;
  width: 100%;
}
.contents_recruit .re_imgbox .img_block .img_area{
  display: inline-block;
  position: relative;
}
.contents_recruit .re_imgbox .img_block .img_area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #74543a;
  left: -8px;
  top: -8px;
}
.contents_recruit .re_txtbox h3{
  background: #272727;
  color: #b7a592;
  font-size: 18px;
  letter-spacing: 3px;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  padding: 5px;
}
#contents_form .table_collum_02 .recruit_entry td{
  padding: 0;
}
#contents_form .recruit_entry td > div{
  margin-bottom: 20px;
}
#contents_form .recruit_entry .r_line .btn2{
  background: #1dcd00;
  border:1px solid #1dcd00;
}
#contents_form .recruit_entry .r_line .btn2:hover{
  color: #1dcd00;
  background: none;
}
#contents_form .recruit_entry .r_tel .btn2{
  background: #4c4c4c;
  border:1px solid #4c4c4c;
}
#contents_form .recruit_entry .r_tel .btn2:hover{
  color: #4c4c4c;
  background: none;
}

/*装飾枠*/
ul.decobox {
  border: solid 2px #fbd6d6;
  padding: 1em;
  position: relative;
}

ul.decobox li {
  line-height: 1.5;
  padding: 1em 0 0.5em 2em;
  border-bottom: dashed 1px #d4c1b2;
}

ul.decobox li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  position: absolute;
  font-weight: 900;
  left : 0.5em;
  color: #f1abab;
}

ul.decobox li:last-of-type {
  border-bottom: none;
}
/****************************************
リクルートと予約ページのテーブル部分
****************************************/
#contents_form{
  position: relative;
}
.table_collum_02 tbody{
  background: rgba(255, 255, 255, 0.9);
}
#contents_form .table_collum_02{
  text-align: left;
  width: 100%;
  max-width: 690px;
  margin: 0 auto 20px;
  table-layout: fixed;
  color: #404040;
}
#contents_form.contents_recruit .table_collum_02{
  margin: 0 auto;
}
#contents_form .table_collum_02 tr:first-child {
  padding: 30px 30px 0 30px;
}
#contents_form .table_collum_02 tr{
  display: block;
  padding: 0 30px;
}
#contents_form .table_collum_02 tr:last-child {
  padding: 0 30px 20px 30px;
}
#contents_form .table_collum_02 th,
#contents_form .table_collum_02 td{
  vertical-align: middle;
  width: 100%;
  display: block;
  border-right: 1px none;
}
#contents_form .table_collum_02 th{
  font-size: 16px;
  color: #fff;
  padding: 10px 0 10px 10px;
  background: #d4c1b2;
  margin-bottom: 15px;
}
#contents_form .table_collum_02 td {
  margin-bottom: 10px;
  padding: 0 15px 20px 15px;
  font-size: 14px;
}
#contents_form .table_collum_02 td p {
  margin: 5px 0;
  text-align: left;
}
#contents_form .table_collum_02 th:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
  margin-right: 5px;
}
#contents_form.contents_contact .table_collum_02 tr:last-child td,
#contents_form.contents_reserve .table_collum_02 tr:last-child td{
  border-bottom:none;
}
/****************************************
フォーム
****************************************/

/*エラーになるので分割*/
input::placeholder{
  color: #c8c8c8;
}
input:-ms-input-placeholder{
  color: #c8c8c8;
}
input::-ms-input-placeholder{
  color: #c8c8c8;
}
.requier{
  padding: 3px 8px;
  border-radius: 2px;
  background: #fefdfc;
  color: #d03e1e;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 10px;
}
#contents_form input{
  padding: 8px;
  border: #ccc 1px solid;
  border-radius: 5px;
}
#contents_form input.btn_positive{
  border: none;
  max-width: 300px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60%;
  padding: 10px;
  display: block;
  background: #a69a82;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
}
#contents_form input.btn_positive:hover{
  background: #000;
}
button, textarea, select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
}
select {
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  width: 233px;
  padding: 3px 10px 3px 10px;
  background: #fff;
  border: 1px solid #ccc;
}
/*input[type=radio], input[type=checkbox] {
  display: none;
}*/
#contents_form input[type=radio], #contents_form input[type=checkbox] {
  display: inline;
  background: #eee;
  padding: 5px 10px;
}
#contents_form label{
  display: block;
  text-align: left;
  background: #fff5f7;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_form label:hover{
  background: #f55663;
}
input[type=radio]:checked + .radio::before {
  opacity: 1;
}
.checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e49c9c;
  border-bottom: 3px solid #e49c9c;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}
#contents_form .atten_txt {
  max-width: 690px;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
}
#contents_form .atten_txt p{
  text-align: center;
  max-width: 320px;
  margin: 0 auto 10px;
}
#contents_form .atten_txt p span{
  color: #eb4e4e;
}
img.ui-datepicker-trigger{
  cursor: pointer;
  vertical-align: -5px;
  margin-left: 10px!important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #e6b8b8 !important;
}
/*WEB予約ページのみの*/
#contents_form.contents_reserve .top_txt{
  width: 94%;
  max-width: 690px;
  margin: 0 auto 30px;
  padding: 40px 30px;
  color: #656565;
  font-size: 1.2em;
  background: url(../images/point_l.png),url(../images/point_ur.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,bottom right;
  background-size: 100px;
}
#contents_form.contents_reserve .reserve_tel .btn2{
  max-width: 500px;
  padding: 3px;
  margin-top: 5px;
}
#contents_form.contents_reserve .reserve_tel .btn2:hover{
  background: #000;
  border:1px solid #000;
  color: #fff;
}
#contents_form.contents_reserve .table_collum_02 th{
  background: #333;
}
#contents_form.contents_reserve .finish_txtbox{
  width: 96%;
  max-width: 690px;
  margin: 0 auto 30px;
  padding: 40px 30px;
  color: #656565;
  border:1px solid #656565;
}
/****************************************
メルマガ
***************************************/
#contents_mailmagazine .txt_decobox{
  background: linear-gradient(rgba(255, 252, 249, 0.3), rgba(255, 253, 251, 0.5)),url(../images/point_l.png),url(../images/point_ur.png);
  background-repeat: no-repeat;
  background-position: top center,top left,bottom right;
  background-size: 100%,200px,200px;
}
#contents_mailmagazine .mail_area{
  max-width: 300px;
  width: 100%;
  height: 30px;
  color: #907662;
  font-size: 14px;
  padding: 0 5px;
  margin-bottom: 5px;
}

/****************************************
リンクページ
***************************************/
#contents_link a{
  color: #656565;
}
.list_link_box {
  margin-right: -30px;
  font-size: 11px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents_link aside{
  padding: 0 10px;
  box-sizing: border-box;
}
.list_link_box li {
  margin: 0 20px 12px 0;
}

/****************************************
エラーページ
****************************************/
#section_err{
  min-height: 600px;
    background-image: url(../images/bg_marble.png);
}
#section_err .err_page{
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  color: #444;
  padding: 3%;
}
#section_err #err_title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
#section_err #err_subtitle {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
#section_err #err_toplink a {
  position: relative;
  color: #968d70;
  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 #848181;
}
/*WEB予約*/
.contents_reserve .day_adjust select {
  width: 20%;
}
.contents_reserve .day_adjust input {
  width: 50%;
}
.contents_reserve textarea {
  width: 100%;
  height: 200px;
  padding: 5px 10px;
}
/****************************************
臨時休業
***************************************/
.rest_top{
  background: #fff;
  padding-top: 50px;
}
.rest{
  max-width: 768px;
  margin: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #8fccc0;
  text-align: left;
  background: #fff;
  
}
.rest h2{
  text-align: center;
  font-size: 25px;
  background: -webkit-linear-gradient(left, #7dd0cb, #7cb8d2);
  background: linear-gradient(to right, #7dd0cb, #7cb8d2);
  color: #fff;
  padding: 4px 0;
}
.rest p{
margin: 10px;
}



/*------------------------------------------
以下タブレット用css
------------------------------------------*/
@media screen and (max-width: 1024px) {
  .header_logo  img,
  header #nav_icon{
    display: block;
  }
  #nav_top{
    display: none;
  }

  /*リンクページ*/
  #contents_link .link_banner
  {display: none;}
}

@media screen and (max-width: 900px) {
  .cast_box li{
    width: 48%;
  }
  #section_schedule_today{
    padding: 5% 20px;
  }
  .cast_box li .therapist_box .prof_box{
    max-width: 200px;
  }
  .contents_recruit .re_imgbox h3{
  font-size: 1.8em;
  width: 100%;
  }
  .contents_recruit .re_imgbox li{
    margin:0 auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .u_768{display: none;}
}

/*------------------------------------------
以下スマホ用768css
------------------------------------------*/
@media screen and (min-width: 769px) {
  .sp{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  /*-------
  共通
  --------*/
  #section_products .inner,
  #section_company .inner{
    width: 90%;
  }


  .o_769{display: none;}
  .u_768{display: block;}
  .txt_decobox,
  #contents_mailmagazine .txt_decobox{
    padding: 35px 25px;
    background-size: 100%,100px,100px;
  }
  /*----------
  ヘッダー・フッター
  -----------*/

  /*フッター*/
  footer {
  /*padding-bottom: 55px;*/
  }
  footer .logoarea{
    background: url(../images/bg_footer.jpg)center center;
     background-size: cover;
  }
  footer .f_snsicon{
    margin-top: 15px;
  }
  footer nav li a span.en{
    letter-spacing: 2px;
  }
  /*SP下固定フッターボタン*/
  #footer_nav{
    /*position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px;*/
  }
  #footer_nav ul{
    /*display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;*/
  }
  #footer_nav ul li{
    /*width: calc(98% / 3);
    border: 1px solid transparent;
    background-image: linear-gradient(124deg, rgba(255,250,228,1) 0%, rgba(209,192,174,1) 100%);
    background-origin: border-box;*/
  }
  /*#footer_nav ul li > div{background: #000;}
  #footer_nav ul li a{line-height: 45px;}
  #footer_nav ul li.nav_line{background: linear-gradient(124deg, rgba(215,255,208,1) 0%, rgba(29,205,0,1) 100%);}
  #footer_nav ul li.nav_recruit{background: linear-gradient(124deg, rgba(255,226,236,1) 0%, rgba(255,189,206,1) 100%);}
  #footer_nav ul li.nav_line a{color: #0ece0e;}
  #footer_nav ul li.nav_recruit a{color: #ffbdce;}
  #footer_nav i{margin-right: 3px;}*/

  /*セラピスト共通*/
  .cast_box{
    justify-content: space-around;
  }
  .cast_box li {
    width: 38%;
    margin: 0 5% 2% 5%;
  }
  .cast_box li .therapist_box{display: block;}
  .cast_box li .therapist_box .staff_img{max-width: 275px;}
  .cast_box li .therapist_box .prof_box{
    max-width: 100%;
    padding: 10px 5px 5px;
  }

  .cast_box li .icon_new{left: 13px;}
  .cast_box li .therapist_box .icon_new img {
    max-width: 90px;
  }

  /*メインビジュアル付近*/
  #section_headline ul{margin-left: 10px;}

  /*インフォボックス*/
  #tel_open ul li img{
    max-width: 42px;
  }
  #tel_open .txt {
    font-size: 25px;
    line-height: 25px;
  }
  /*-----------トップページ-----------*/
  /*開業支援*/
  #section_consulting .relative .img{
    width: 85%;
    height: 62%;
  }
  #section_consulting .relative .txt_box{
    margin-top: 55%;
    padding: 220px 50px 100px;
  }
  #section_consulting h2{
    font-size: 36px;
    font-weight: bold;
    text-align: left;
  }
  #section_consulting p{
    font-size: 20px;
  }
  #section_consulting .relative .title_grad{
    font-size: 5.5em;
    left: 0;
    top: 55%;
    letter-spacing: 2px;
  }
  /*会社概要*/
  #section_company .inner table tr th,
  #section_company .inner table tr td{
    width: 100%;
    display: block;
  }
  #section_company .inner table tr th{
    padding: 30px 0 5px;
  }
  #section_company .inner table tr td{
    padding: 5px 0 30px;
  }
  /*本日のセラピスト*/
  #section_schedule_today .title_box h2{
    font-size: 30px;
  }
  /*イベント*/
  #section_twitter h2{
   right: 50%;
   font-size: 50px;
  }
  /*バナー*/
  #under_box{
    padding: 0;
  }
  #bnr_box h2{
    font-size: 42px;
    line-height: 1em;
  }
  #bnr_box #magazine_box h2{
    margin-bottom: 10px;
  }
  #bnr_box .inner2{
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
  }
  #recruit_box{
    width: 100%;
  }
  #line_box, #magazine_box{
    width: 50%;
  }
  #bnr_box .recruit_area {
    border-right: none;
    width: 10%;
  }
  #bnr_box .line_area{
    border-right: none;
    border-left: none;
    width: 1%;
  }
  #bnr_box .magazine_area {
    border-left: none;
  }
  #recruit_box .btn, #magazine_box .btn {
    max-width: 190px;
  }
  /*----------下層ページ------------*/
  /*スケジュール*/
  #contents_schedule .schedule_nav{flex-wrap: wrap; }
  #contents_schedule .schedule_nav ul{padding: 9 10px;}
  #contents_schedule .schedule_nav li:first-child{width: 100%;}
  #contents_schedule .schedule_nav li{
    width: calc( 96%/ 2 );
    margin: 0 1% 8px;
  }

  /*プロフィール*/
  #contents_profile .profile_box{
    display: block;
  }
  #contents_profile .profile_box_left{
    margin: 0 auto 30px;
  }
  #contents_profile .profile_box_right{
    width: 92%;
    margin: 0 auto 3%;
    text-align: center;
  }
  #contents_profile .profile_box_schedule{
    width: 92%;
  }
  #contents_profile .profile_box_right .comment{
    text-align: left;
  }
  #contents_profile .profile_box_schedule .table_01 {
    width: 100%;
    text-align: left;
    border-spacing: 0;
  }
  #contents_profile .profile_box_schedule .table_01 tr{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    border-bottom: 0;
  }
  #contents_profile .profile_box_schedule .table_01 th,
  #contents_profile .profile_box_schedule .table_01 td {
    padding: 5px 5px 5px 10px;
    line-height: 35px;
  }
  #contents_profile .profile_box_schedule .table_01 th {
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #contents_profile .profile_box_schedule .table_01 td {
    display: block;
    width: 100%;
    border-bottom: solid 1px #d5d1c5;
  }
  #contents_profile .profile_box_schedule .table_01 th:last-child,
  #contents_profile .profile_box_schedule .table_01 td:last-child{
    border-bottom: 0;
  }
  /*システム*/
  #contents_system .txt_decobox{
    font-size: 17px;
  }
  /*求人ページ*/
  .contents_recruit .re_imgbox h3{font-size: 1.6em;}
  .contents_recruit .re_imgbox li{display: block;}
  .contents_recruit .re_imgbox .txt_block{max-width: 768px;}
  .contents_recruit .re_imgbox .img_block{text-align: center;}
  .contents_recruit .re_imgbox .img_block img.pic{max-width: 450px;}

  .contents_recruit .re_imgbox li:nth-child(odd) .txt_area,
  .contents_recruit .re_imgbox li:nth-child(even) .txt_area{
    padding: 70px 60px 70px 60px;
  }
  /*エラーページ*/
  #section_err #err_title {
    font-size: 28px;
  }
  #section_err #err_subtitle {
    font-size: 15px;
  }

  /*壽﨑記入↓*/
  /*ss50,ss10,sscab共通*/
  #contents_ss table{
    width: 85%;
  }
  #contents_ss table tr th,
  #contents_ss table tr td{
    width: 100%;
    display: block;
  }
  #contents_ss table tr th{
    padding: 15px 0 5px;
  }
  #contents_ss table tr td{
    padding: 5px 0 15px;
  }
  #contents_ss .inner .bnr_box{
    width: 90%;
  }
  #contents_ss .bnr_box img{
    width: 100%;
  }
  /****************************************
  臨時休業
  ***************************************/
.rest{
  margin: 0 30px;
  
}

}

@media screen and (max-width: 650px) {
  .cast_box li .icon_new,
  #contents_profile .icon_new{
    left: 1px;
  }
  .main_txt{
    top: 15%;
    left: 20%;
  }
  .main_txt li {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  /*開業支援*/
  #section_consulting .relative .txt_box{
    margin-top: 80%;
    padding: 41.5% 15px 50px;
  }
  #section_consulting h2{
    font-size: 20px;
  }
  #section_consulting p{
    font-size: 15px;
  }
  #section_consulting .relative .title_grad{
    font-size: 3.6em;
    top: 55%;
    letter-spacing: 2px;
  }
}


  /*-----------------------------
 スマホ用
  -----------------------------*/

@media screen and (max-width: 480px) {

  body{font-size: 13px;}
  #section_event .flex-control-paging li a{
    width: 45px;
    height: 6px;
  }
  .table_02 dt{
    width: 100%;
    float: none;
  }
  .table_02 dt:after{
    right: calc(50% - 10px);
    top: 45px;
    bottom: -10px;
    border-bottom: 0;
    border-top: 10px solid #bf9d9d;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .table_02 dd{
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px 10px;
  }
  .txt_decobox{
    padding: 35px 18px;
  }
  /*-----------------------------
  ヘッダー・フッター
  -----------------------------*/
   /*ヘッダー*/
  header #nav_icon{
    /*margin: 10px 60px 0 0;*/
  }
  header #nav_icon img {
    /*margin-left: 6px;*/
  }
  .header_logo img{
    /*width: 140px;
    margin: 11px 0 0 6px;*/
    max-width: 200px;
  }
   /*ドロワー*/
  #nav-toggle{right: 0;}
  #nav-d-bg {
    width: 570px;
    right: -570px;
  }
  #nav_drawer{
    top: 35px;
    max-width: 570px;
    right: -570px;
    font-size: 16px;
  }
  .open #nav_drawer li{
    -webkit-transform: translateX(-570px);
    transform: translateX(-570px);
  }
  /*フッター*/
  footer .f_snsicon i{
    font-size: 2em;
    margin:0 2px;
  }
  footer .f_menu ul li{
    width: calc(100% / 2);
    text-align: left;
    position: relative;
  }
  footer .f_menu ul li a:after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding-right: 5px;
    position: absolute;
    top:24%;
    right: 9px;
    color: #a59483;
  }
  /*メインビジュアル付近*/
  .logo_main{
    /*top:13%;*/
  }
  .logo_main img {
    /*max-width: 280px;*/
  }
  .main_txt{
    font-size: 16px;
    left: 0;
  }
  #section_headline{
    bottom:10px;
    padding: 3px;
    margin: 0 10px;
  }
  #section_headline h2{
    padding: 0px 5px;
    font-size: 14px;
    float: none;
    background:none;
    color: #e4e4e4;
    text-align: left;
    border-bottom: 1px solid;
    border-color: rgba(225,225,225,0.4);
  }
  #section_headline ul {
    margin-left: 5px;
    font-weight: bold;
  }
  /*インフォ*/
  #tel_open ul li img {
    max-width: 32px;
    margin-right: 6px;
  }
  #tel_open .txt {
    font-size: 19px;
    line-height: 19px;
  }
  #tel_open ul li {
    margin-right: 5px;
  }

  /*セラピスト共通*/
  .cast_box {
     justify-content: center;
  }
  .cast_box li {
    width: 45%;
    margin: 0 1% 2% 1%;
  }
  .cast_box .name{
    font-size: 1.1em;
  }
  .cast_box li .therapist_box .icon_new img, .cast_box li .therapist_box .icon_staff_twitter img {
    max-width: 70px;
}
  /*----トップページ-----*/
  /*取扱美容機器と会社概要*/
  #section_products .title_box h2,
  #section_company .title_box h2{
    font-size: 2.5em;
    line-height: 1;
  }
  #section_company .title_box h2{
    font-size: 2.5em;
    letter-spacing: 2px;
  }
  #section_products .title_box span,
  #section_company .title_box span{
    font-size: 0.5em;
  }

  /*本日の出勤*/
  .title_box{
    /*margin: 0 15px;*/
  }
  #section_schedule_today{
    padding:50px 0 20px;
  }
  #section_schedule_today .title_box h2 {
    line-height: 22px;
    font-size: 21px;
    padding: 14px 0 12px;
    letter-spacing: 2px;
  }

  #section_schedule_today .go_staff a{
    max-width: 280px;
    padding: 7px 5%;
    font-size: 13px;
  }
  #section_schedule_today .go_staff a span:after{
    padding-left: 32px;
  }
  /*ツイッター*/
  #section_twitter h2{
    font-size: 40px;
    top: 15px;
    margin-left: 20px;
  }
  #section_twitter img{
    max-width: 250px;
  }
  .twitter_outer{
    margin: 0 20px;
  }
  /*下部バナー部分*/
  #bnr_box .inner2{
    font-size: 16px;
  }
  #bnr_box h2 {
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 30px;
  }
  #bnr_box #magazine_box h2{
    margin-bottom: 5px;
  }
  #recruit_box .btn, #magazine_box .btn{
    font-size: 14px;
    max-width: 170px;
  }
  #line_box, #recruit_box, #magazine_box,
  #bnr_box .line_area, #bnr_box .recruit_area, #bnr_box .magazine_area,
  #bnr_box .recruit_area div, #bnr_box .line_area div, #bnr_box .magazine_area div{
    height: 180px;
  }
  /*----------下層ページ--------*/
  .page_top,.main_img,.page_top_cover{
    height: 220px;
  }
  .other_page_title{
    letter-spacing: 3px;
    font-size: 30px;
    top: 70px;
    text-shadow:2px 2px 0px rgba(255, 255, 255, 1);
  }
  .other_page{
    padding: 40px 0;
  }
  /*下層ページタイトル*/
  .other_page .title_box h2{
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: 0.7px;
  }
  .other_page .title_box h2 span{
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  /*セラピスト関係*/
  #contents_schedule .schedule_nav li{
    width: 48%;
  }
  #contents_schedule .schedule_nav li a{
    padding: 5px 25px 5px 15px;
  }
  #contents_schedule .schedule_nav li a i{
    height: 33px;
    line-height: 33px;
  }
  #contents_profile .profile_box_left{
    width: 80%;
  }
  /*料金ページ*/
  #contents_system .bg_price{
    padding: 7% 3%;
  }
  #contents_system .top_txt{font-size: 12px;}
  #contents_system .top_txt h3{font-size: 1.8em;}
  #contents_system .txt_decobox{font-size: 15px;}
  #contents_system .txt_decobox span{font-size: 1.25em;}
  #contents_system h3 .system_subtitle{
    font-size: 28px;
    letter-spacing: 5px;
  }
  #contents_system h3:after{
    width: 200px;
    height: 15px;
  }
  #contents_system .table_system table,
  #contents_system .table_option table{
    width: 100%;
  }
  #contents_system .table_option table{
    margin: 0 auto;
  }
  #contents_system .table_option table th{
    font-size: 0.8em;
  }
  /*求人ページ*/
  .contents_recruit .re_imgbox li{
    font-size: 14px;
    margin: 0 auto 40px;
  }
  .contents_recruit .re_imgbox li:nth-child(odd) .txt_area,
  .contents_recruit .re_imgbox li:nth-child(even) .txt_area{
    background-size: 150px;
  }
  .contents_recruit .re_imgbox li:nth-child(odd) .txt_area{
    padding: 50px 20px 40px 40px;
  }
  .contents_recruit .re_imgbox li:nth-child(even) .txt_area{
    padding: 50px 40px 40px 20px;
  }
  #contents_form .table_collum_02 tr:first-child{
    padding: 20px 20px 0;
  }
  #contents_form .table_collum_02 tr{
    padding: 0 20px;
  }
  #contents_form .table_collum_02 tr:last-child{
    padding: 0 20px 20px 20px;
  }
  #contents_form .table_collum_02 .recruit_entry{
text-align: center;
  }
  /*フォーム*/
  #contents_form.contents_reserve .table_collum_02 th,
  #contents_form.contents_contact .table_collum_02 th{
    font-size: 14px;
  }
  #contents_form.contents_reserve .table_collum_02 td,
  #contents_form.contents_contact .table_collum_02 td{
    font-size: 12px;
  }
  /* 臨時休業 */
  .rest {
    margin: 0px 15px;
}
}

@media screen and (max-width: 400px) {
  #section_headline ul{
    font-size: 11px;
  }
  .contents_recruit .re_imgbox li:nth-child(odd) .txt_area, .contents_recruit .re_imgbox li:nth-child(even) .txt_area{
    background-size: 100px;
  }
  .contents_recruit .re_imgbox li:nth-child(odd) .txt_area {
    padding: 40px 10px 40px 30px;
}
.contents_recruit .re_imgbox li:nth-child(even) .txt_area {
    padding: 40px 30px 40px 10px;
}
.contents_recruit .re_imgbox h3{
  letter-spacing: 0;
  font-size: 1.5em;
}

}
@media screen and (max-width: 350px) {
  header #nav_icon{
    /*margin: 15px 58px 0 0;*/
  }
  header #nav_icon img{
    /*margin-left: 3px;
    max-width: 28px;*/
  }
  #bnr_box #magazine_box h2 {
    font-size: 26px;
  }
  #magazine_box .btn {
    max-width: 150px;
  }
  #tel_open ul li img {
    max-width: 30px;
    margin-right: 6px;
  }
  #section_schedule_today .title_box h2{
    font-size: 17px;
  }
  #tel_open .txt{
    font-size: 18px;
  }
  #contents_form .table_collum_02 td{
    padding: 0;
  }
}

@media screen and (max-width: 330px) {
  #mainvisual .slides {
    height: calc(100vh - 70px);
  }
  .logo_main {
    /*top: 5%;*/
  }
  .main_txt {
    /*top: 56%;*/
    font-size: 13px;
    /*letter-spacing: 1px;*/
  }
}


